@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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@font-face {
  font-family: 'Myriad Pro Cond';
  font-weight: 400;
  font-style: normal;
  src: local("Myriad Pro Cond"), url(../fonts/MYRIADPRO-COND.OTF) format("opentype"); }

@font-face {
  font-family: 'Myriad Pro';
  font-weight: 400;
  font-style: normal;
  src: local("Myriad Pro Regular"), url(../fonts/MYRIADPRO-REGULAR.OTF) format("opentype"); }

@font-face {
  font-family: 'Myriad Pro';
  font-weight: 600;
  font-style: normal;
  src: local("Myriad Pro Semi bold"), url(../fonts/MYRIADPRO-SEMIBOLD.OTF) format("opentype"); }

@font-face {
  font-family: 'Myriad Pro';
  font-weight: 700;
  font-style: normal;
  src: local("Myriad Pro Bold"), url(../fonts/MYRIADPRO-BOLD.OTF) format("opentype"); }

.container {
  width: 100%; }

html {
  font-size: 10px; }

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

body {
  font-family: 'Roboto',sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  background-color: #fff;
  overflow-x: hidden;
  font-size: 1.5rem; }
  body.fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
    padding-right: 5px; }
  body.inside .header {
    background-color: #000; }
  body.inside .page__wrapper {
    padding-top: 8rem; }
  body.inside .section {
    margin-bottom: 4rem; }
  body.contacts .intro__content {
    min-height: 25rem; }

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

a {
  color: #1c91ff;
  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;
  overflow: hidden; }

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

.whatsapp__btn-wrapper {
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center; }

.whatsapp__btn {
  display: flex;
  height: 80px;
  align-items: center;
  padding: 0 20px 0 20px;
  border: 1px solid #D9D9D9;
  font-size: 24px;
  color: #000;
  font-weight: 300; }
  .whatsapp__btn:hover {
    text-decoration: none; }
  .whatsapp__btn img {
    margin-right: 17px; }

/* 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;
    padding: 0;
    margin-right: .4rem;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 1rem;
      width: 1rem;
      outline: none;
      line-height: 0;
      padding: 0;
      font-size: 0;
      color: transparent;
      cursor: pointer;
      outline: 0;
      opacity: .5;
      margin: 0; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        opacity: 1; }
      .slick-dots li button:before {
        content: '';
        width: .4rem;
        height: .4rem;
        border-radius: 50%;
        background-color: #fff; }
    .slick-dots li.slick-active button {
      opacity: 1; }

#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: #FCA700; }

/* 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: #000;
  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: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color .2s;
  text-decoration: none;
  color: #3e3e3e;
  border: 0;
  outline: 0;
  background: transparent; }
  .remodal-close img {
    max-width: 100%; }
  .remodal-close:before {
    font-family: fontAwesome;
    font-size: 1.2em;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "";
    text-align: center; }

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

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

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

.remodal {
  border-radius: 2px;
  padding: 3rem;
  text-align: left; }
  .remodal .btn {
    height: 3.6rem;
    padding: 0 2rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 0; }
  .remodal .alert {
    margin-bottom: 2rem; }

.remodal__form .input {
  border: 1px solid #000;
  color: #000; }

.remodal__form .checkbox__label {
  color: #000; }
  .remodal__form .checkbox__label:before {
    border-color: #000; }
  .remodal__form .checkbox__label:after {
    border-color: #000; }

.remodal__form .textarea {
  border-color: #000;
  color: #000; }

.remodal__form .actions {
  display: flex;
  align-items: center; }
  .remodal__form .actions .btn {
    margin-bottom: 0;
    margin-right: 1rem; }

/* Import blocks
==========================*/
/* 51. Bootstrap 4 Grid
=========================*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .container {
      width: 890px;
      max-width: 100%; } }
  @media (min-width: 1366px) {
    .container {
      width: 1055px;
      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;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1366px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.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;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    .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: 1366px) {
    .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-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-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: 1366px) {
  .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: calc(100vh - 52px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  background-image: url("/userfiles/intro_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center; }
  .error__page:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: .7; }

.error__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center; }
  .error__content .btn {
    height: 70px;
    min-width: 300px; }

.error__title {
  margin-right: 30px;
  width: 211px;
  height: 211px;
  border-radius: 50%;
  background-color: #ac771c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }
  .error__title h1 {
    border-bottom: 1px solid #ffffff;
    font-size: 90px;
    font-weight: 700;
    color: #fff; }

.error__subtitle {
  max-width: 235px;
  font-size: 54px;
  color: #000;
  font-family: 'Myriad Pro Cond';
  margin: 0 auto 2rem; }

.error__text {
  max-width: 235px;
  font-size: 54px;
  color: #000;
  font-family: 'Myriad Pro Cond';
  margin: 0 auto 2rem; }

.error__page-footer {
  text-align: center;
  background-color: #151516;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center; }

@media (max-width: 992px) {
  .error__content {
    flex-direction: column;
    align-items: center; }
  .error__title {
    margin-right: 0;
    margin-bottom: 1rem; } }

.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: #FCA700;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  border-radius: 20px;
  text-shadow: 0 2px #FCA700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }

.rope {
  width: 150px;
  height: 150px;
  border: solid 5px #dbdbdb;
  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: #000; }
  .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: #000; }

.header {
  width: 100%;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  background: black; }

.header__line-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.header__info {
  color: #000;
  font-size: 1.4rem; }

.header__contact {
  color: #000;
  font-size: 2rem; }

.header__nav-wrapper {
  height: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.header__contacts {
  display: flex;
  align-items: center; }
  .header__contacts:last-child {
    justify-content: flex-end; }
  .header__contacts .header__contact {
    margin-right: 1.5rem; }
    .header__contacts .header__contact:last-child {
      margin-right: 0; }

.header__wrapper {
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.header__block {
  display: flex;
  align-items: center; }
  .header__block.right {
    justify-content: flex-end; }

.header__actions {
  display: flex;
  align-items: center; }

.header__action {
  margin-right: 2rem; }
  .header__action:last-of-type {
    margin-right: 0; }
  .header__action .btn {
    margin-bottom: 0; }

.login__link {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500; }

.nav {
  display: flex; }

.nav__link {
  margin-right: 2rem;
  color: #fff;
  opacity: .31;
  transition: all .2s ease;
  height: 100%;
  display: flex;
  align-items: center; }
  .nav__link.active {
    opacity: 1; }
  .nav__link:hover {
    opacity: 1;
    text-decoration: none; }

.logo__block {
  display: flex;
  align-items: center; }

.logo__text {
  margin-left: 2.1rem;
  font-size: 1.4rem;
  color: #000;
  max-width: 25rem; }

.logo {
  transform: translateY(6px); }
  .logo img {
    height: 6rem;
    display: block; }

.nav__item {
  position: relative;
  margin-right: 3rem;
  height: 100%;
  display: flex;
  align-items: center; }
  .nav__item:last-child {
    margin-right: 0; }
  .nav__item.with-sub {
    margin-right: 5rem; }
    .nav__item.with-sub:before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      padding: .2rem;
      border-width: 0 1px 1px 0;
      border-style: solid;
      border-color: #000;
      right: -1rem;
      margin-top: -.1rem; }
  .nav__item.active > a {
    opacity: 1;
    color: #deb149; }
  .nav__item:hover > a {
    opacity: 1;
    color: #deb149; }
  .nav__item:hover .nav__submenu-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .nav__item .nav__link {
    margin-right: 0; }
  .nav__item a {
    color: #fff;
    font-size: 1.6rem;
    display: block;
    position: relative;
    text-transform: uppercase;
    transition: all .2s ease; }
    .nav__item a:last-child {
      margin-right: 0; }
    .nav__item a:hover {
      text-decoration: none;
      color: #deb149; }
    .nav__item a.active a {
      opacity: 1; }

.header__link {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.6rem; }
  .header__link:hover {
    text-decoration: none; }
  .header__link img {
    margin-right: 1.2rem; }

.nav__submenu-wrapper {
  padding-top: 1rem;
  position: absolute;
  top: 100%;
  min-width: 100%;
  left: -1rem;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
  transform: translateY(1rem); }

.nav__submenu {
  background-color: #fff;
  transition: all .2s ease;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 0px 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  border-radius: .2rem; }

.nav__submenu-item a {
  text-transform: none;
  color: #000;
  display: block;
  padding: .5rem 1rem .5rem; }
  .nav__submenu-item a:hover {
    color: #25292D;
    text-decoration: none; }

.lng {
  padding-right: 1rem;
  display: inline-flex;
  align-items: center;
  position: relative; }
  .lng:hover .lng__list-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .lng--list {
    text-transform: none; }
    .lng--list .lng__link {
      padding-right: 1rem;
      margin-right: 0; }
      .lng--list .lng__link:not(:last-child) {
        margin-right: 0; }
      .lng--list .lng__link:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border: 4px solid transparent;
        border-top-color: #fff;
        left: 100%;
        margin-top: .2rem; }

.lng__list-wrapper {
  padding-bottom: .5rem;
  position: absolute;
  opacity: 0;
  bottom: 100%;
  visibility: hidden;
  min-width: 100%;
  left: 0;
  z-index: 40;
  transform: translateY(1rem);
  transition: all .2s ease; }

.lng__list {
  background-color: #fff;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  max-height: 20rem;
  overflow-y: auto;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2); }
  .lng__list--currency {
    columns: 3; }
  .lng__list a {
    color: #000;
    display: block;
    padding: .5rem 1rem .5rem; }
    .lng__list a:hover {
      background-color: #f7f7f7;
      text-decoration: none; }
    .lng__list a:last-child {
      margin-bottom: 0; }

.lng__link {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  margin-right: 2rem; }
  .lng__link img {
    margin-right: .5rem;
    display: block; }
  .lng__link:hover {
    text-decoration: none; }
  .lng__link:not(:last-child) {
    margin-right: 1rem; }
  .lng__link.active {
    text-decoration: none;
    font-weight: 900; }

.header__search {
  max-width: 410px;
  width: 100%; }
  .header__search .input {
    padding: 0 4.5rem 0 1.5rem;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid #53b789;
    color: #000;
    font-size: 14px; }
    .header__search .input:focus {
      border: 1px solid #53B789; }
    .header__search .input::placeholder {
      color: rgba(19, 19, 19, 0.5);
      opacity: 1;
      font-size: 14px; }

.search__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  right: 0;
  background-color: transparent;
  border: 0;
  outline: 0; }
  .search__btn img {
    display: block; }

/* 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 #1c91ff;
  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: #1c91ff;
    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: flex;
  align-items: center;
  margin-bottom: 5px;
  line-height: 1;
  position: relative; }
  .checkbox--inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px; }
  .checkbox img {
    margin-right: .8rem; }

.checkbox__input {
  position: absolute;
  opacity: 0; }
  .checkbox__input:checked + .checkbox__label--not-active {
    user-select: auto;
    color: #dbdbdb; }
    .checkbox__input:checked + .checkbox__label--not-active:before {
      border-color: white; }
    .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: #FC4340; }
    .checkbox__input.error + .checkbox__label:before {
      border-color: #FC4340; }
  .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: 1.5rem;
  line-height: 1.6rem;
  color: #25292D;
  user-select: none;
  min-height: 3rem;
  position: relative; }
  .checkbox__label:before {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border: 1px solid #c1c6d2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: border-color .1s linear; }
  .checkbox__label:after {
    width: 9px;
    height: 18px;
    border-width: 0 2px 2px 0;
    border-radius: 1px;
    border-style: solid;
    border-color: #4caf50;
    content: '';
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    left: 12px;
    z-index: 1;
    opacity: 0;
    transition: opacity .1s linear, color .1s linear; }
  .checkbox__label a {
    color: inherit;
    text-decoration: underline; }
    .checkbox__label a:hover {
      text-decoration: none; }
  .checkbox__label--error {
    color: #FC4340; }
    .checkbox__label--error:before {
      border-color: #FC4340; }
  .checkbox__label--disabled {
    color: #dbdbdb; }
    .checkbox__label--disabled:before {
      border-color: white; }
    .checkbox__label--disabled:hover {
      cursor: not-allowed; }
  .checkbox__label--not-active {
    user-select: auto;
    color: #dbdbdb; }
    .checkbox__label--not-active:before {
      border-color: white; }
    .checkbox__label--not-active:after {
      opacity: 0; }
    .checkbox__label--not-active:hover {
      cursor: pointer; }
  .checkbox__label span {
    color: #dbdbdb; }

/* 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: #000; }
    .radio__input:checked + .radio__label--disabled {
      color: #dbdbdb; }
  .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: #dbdbdb; }
    .radio__input:checked + .radio__label--not-active:before {
      border-color: white; }
    .radio__input:checked + .radio__label--not-active:after {
      opacity: 1;
      background-color: #dbdbdb; }
    .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: #1c91ff; }
  .radio__input--square:checked + .radio__label--square {
    border-color: #1c91ff; }
  .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: #000;
  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 #dbdbdb;
    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: #dbdbdb;
    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: #FC4340; }
    .radio__label--error:before {
      border-color: #FC4340; }
  .radio__label--disabled {
    color: #dbdbdb; }
    .radio__label--disabled:before {
      border-color: white; }
    .radio__label--disabled:hover {
      cursor: not-allowed; }
  .radio__label--not-active {
    user-select: auto;
    color: #dbdbdb; }
    .radio__label--not-active:before {
      border-color: white; }
    .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: #1c91ff; }
      .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: #1c91ff; }
    .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 2rem 0;
  margin-bottom: 5px;
  text-decoration: none;
  border: 0;
  align-items: center;
  justify-content: center;
  height: 6rem;
  background-color: #f7f7f7;
  color: #000;
  font-family: inherit;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  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 */
  /* 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 */
  /* Vertical Gradient */
  /* Vertical Gradient */
  /* Sizes */
  /* Styling */ }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus {
    background-color: #efefef;
    outline: 0; }
  .btn:hover {
    background-color: #eaeaea; }
  .btn:active {
    background-color: #e5e5e5; }
  .btn--gray {
    background-color: #dbdbdb;
    color: #000; }
    .btn--gray:focus {
      background-color: lightgray; }
    .btn--gray:hover {
      background-color: #cecece; }
    .btn--gray:active {
      background-color: #c9c9c9; }
  .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: #FC4340;
    color: #fff; }
    .btn--red:focus {
      background-color: #fc3431; }
    .btn--red:hover {
      background-color: #fc2a27; }
    .btn--red:active {
      background-color: #fb201d; }
  .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: #000; }
    .btn--white:focus {
      background-color: #f7f7f7; }
    .btn--white:hover {
      background-color: #f2f2f2; }
    .btn--white:active {
      background-color: #ededed; }
  .btn--pink {
    background-color: #EBDDDD;
    color: #000; }
    .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: #000; }
    .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: #9835F0;
    color: #fff; }
    .btn--purple:focus {
      background-color: #9127ef; }
    .btn--purple:hover {
      background-color: #8c1dee; }
    .btn--purple:active {
      background-color: #8714ee; }
  .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: #000; }
    .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: #1c91ff;
    color: #fff; }
    .btn--blue:focus {
      background-color: #0d8aff; }
    .btn--blue:hover {
      background-color: #0385ff; }
    .btn--blue:active {
      background-color: #007ff7; }
  .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: #4caf50;
    color: #fff; }
    .btn--green:focus {
      background-color: #47a44b; }
    .btn--green:hover {
      background-color: #449d48; }
    .btn--green:active {
      background-color: #419645; }
  .btn--yellow {
    background-color: #deb149;
    color: #fff; }
    .btn--yellow:focus {
      background-color: #dcab3c; }
    .btn--yellow:hover {
      background-color: #daa833; }
    .btn--yellow:active {
      background-color: #d9a42b; }
  .btn--main {
    background-color: #ac771c;
    color: #fff; }
    .btn--main:focus {
      background-color: #9f6e1a; }
    .btn--main:hover {
      background-color: #966818; }
    .btn--main:active {
      background-color: #8d6217; }
  .btn--secondary {
    background-color: #cf831d;
    color: #fff; }
    .btn--secondary:focus {
      background-color: #c27b1b; }
    .btn--secondary:hover {
      background-color: #b9751a; }
    .btn--secondary:active {
      background-color: #b06f19; }
  .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: #000;
    color: #fff; }
    .btn--black:focus {
      background-color: black; }
    .btn--black:hover {
      background-color: black; }
    .btn--black:active {
      background-color: black; }
  .btn--gray {
    background-color: #dbdbdb;
    color: #000; }
    .btn--gray:focus {
      background-color: lightgray; }
    .btn--gray:hover {
      background-color: #cecece; }
    .btn--gray:active {
      background-color: #c9c9c9; }
  .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 #dbdbdb;
    color: #dbdbdb; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #dbdbdb;
      border-color: #d6d6d6; }
    .btn--o-gray:hover {
      border-color: #dbdbdb;
      background-color: #dbdbdb;
      color: #fff; }
    .btn--o-gray:active {
      border-color: lightgray;
      background-color: lightgray; }
  .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 #FC4340;
    color: #FC4340; }
    .btn--o-red:focus {
      background-color: transparent;
      color: #FC4340;
      border-color: #fc3936; }
    .btn--o-red:hover {
      border-color: #FC4340;
      background-color: #FC4340;
      color: #fff; }
    .btn--o-red:active {
      border-color: #fc3431;
      background-color: #fc3431; }
  .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 #9835F0;
    color: #9835F0; }
    .btn--o-purple:focus {
      background-color: transparent;
      color: #9835F0;
      border-color: #932cef; }
    .btn--o-purple:hover {
      border-color: #9835F0;
      background-color: #9835F0;
      color: #fff; }
    .btn--o-purple:active {
      border-color: #9127ef;
      background-color: #9127ef; }
  .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 #1c91ff;
    color: #1c91ff; }
    .btn--o-blue:focus {
      background-color: transparent;
      color: #1c91ff;
      border-color: #128cff; }
    .btn--o-blue:hover {
      border-color: #1c91ff;
      background-color: #1c91ff;
      color: #fff; }
    .btn--o-blue:active {
      border-color: #0d8aff;
      background-color: #0d8aff; }
  .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 #4caf50;
    color: #4caf50; }
    .btn--o-green:focus {
      background-color: transparent;
      color: #4caf50;
      border-color: #49a84d; }
    .btn--o-green:hover {
      border-color: #4caf50;
      background-color: #4caf50;
      color: #fff; }
    .btn--o-green:active {
      border-color: #47a44b;
      background-color: #47a44b; }
  .btn--o-yellow {
    background-color: transparent;
    border: 1px solid #deb149;
    color: #deb149; }
    .btn--o-yellow:focus {
      background-color: transparent;
      color: #deb149;
      border-color: #dcad40; }
    .btn--o-yellow:hover {
      border-color: #deb149;
      background-color: #deb149;
      color: #fff; }
    .btn--o-yellow:active {
      border-color: #dcab3c;
      background-color: #dcab3c; }
  .btn--o-main {
    background-color: transparent;
    border: 1px solid #ac771c;
    color: #ac771c; }
    .btn--o-main:focus {
      background-color: transparent;
      color: #ac771c;
      border-color: #a3711b; }
    .btn--o-main:hover {
      border-color: #ac771c;
      background-color: #ac771c;
      color: #fff; }
    .btn--o-main:active {
      border-color: #9f6e1a;
      background-color: #9f6e1a; }
  .btn--o-secondary {
    background-color: transparent;
    border: 1px solid #cf831d;
    color: #cf831d; }
    .btn--o-secondary:focus {
      background-color: transparent;
      color: #cf831d;
      border-color: #c67d1c; }
    .btn--o-secondary:hover {
      border-color: #cf831d;
      background-color: #cf831d;
      color: #fff; }
    .btn--o-secondary:active {
      border-color: #c27b1b;
      background-color: #c27b1b; }
  .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 #000;
    color: #000; }
    .btn--o-black:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-black:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-black:active {
      border-color: black;
      background-color: black; }
  .btn--o-gray {
    background-color: transparent;
    border: 1px solid #dbdbdb;
    color: #dbdbdb; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #dbdbdb;
      border-color: #d6d6d6; }
    .btn--o-gray:hover {
      border-color: #dbdbdb;
      background-color: #dbdbdb;
      color: #fff; }
    .btn--o-gray:active {
      border-color: lightgray;
      background-color: lightgray; }
  .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 #dbdbdb;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #dbdbdb;
      border-color: #d6d6d6; }
    .btn--i-gray:hover {
      border-color: #dbdbdb;
      background-color: transparent;
      color: #dbdbdb; }
    .btn--i-gray:active {
      border-color: lightgray;
      background-color: transparent; }
  .btn--i-dark-blue {
    background-color: transparent;
    border: 1px solid #dbdbdb;
    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 #dbdbdb;
    color: #fff; }
    .btn--i-red:focus {
      background-color: transparent;
      color: #FC4340;
      border-color: #fc3936; }
    .btn--i-red:hover {
      border-color: #FC4340;
      background-color: transparent;
      color: #FC4340; }
    .btn--i-red:active {
      border-color: #fc3431;
      background-color: transparent; }
  .btn--i-rblack {
    background-color: transparent;
    border: 1px solid #dbdbdb;
    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 #dbdbdb;
    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 #dbdbdb;
    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 #dbdbdb;
    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 #dbdbdb;
    color: #fff; }
    .btn--i-purple:focus {
      background-color: transparent;
      color: #9835F0;
      border-color: #932cef; }
    .btn--i-purple:hover {
      border-color: #9835F0;
      background-color: transparent;
      color: #9835F0; }
    .btn--i-purple:active {
      border-color: #9127ef;
      background-color: transparent; }
  .btn--i-deep-purple {
    background-color: transparent;
    border: 1px solid #dbdbdb;
    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 #dbdbdb;
    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 #dbdbdb;
    color: #fff; }
    .btn--i-blue:focus {
      background-color: transparent;
      color: #1c91ff;
      border-color: #128cff; }
    .btn--i-blue:hover {
      border-color: #1c91ff;
      background-color: transparent;
      color: #1c91ff; }
    .btn--i-blue:active {
      border-color: #0d8aff;
      background-color: transparent; }
  .btn--i-cyan {
    background-color: transparent;
    border: 1px solid #dbdbdb;
    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 #dbdbdb;
    color: #fff; }
    .btn--i-green:focus {
      background-color: transparent;
      color: #4caf50;
      border-color: #49a84d; }
    .btn--i-green:hover {
      border-color: #4caf50;
      background-color: transparent;
      color: #4caf50; }
    .btn--i-green:active {
      border-color: #47a44b;
      background-color: transparent; }
  .btn--i-yellow {
    background-color: transparent;
    border: 1px solid #dbdbdb;
    color: #fff; }
    .btn--i-yellow:focus {
      background-color: transparent;
      color: #deb149;
      border-color: #dcad40; }
    .btn--i-yellow:hover {
      border-color: #deb149;
      background-color: transparent;
      color: #deb149; }
    .btn--i-yellow:active {
      border-color: #dcab3c;
      background-color: transparent; }
  .btn--i-main {
    background-color: transparent;
    border: 1px solid #dbdbdb;
    color: #fff; }
    .btn--i-main:focus {
      background-color: transparent;
      color: #ac771c;
      border-color: #a3711b; }
    .btn--i-main:hover {
      border-color: #ac771c;
      background-color: transparent;
      color: #ac771c; }
    .btn--i-main:active {
      border-color: #9f6e1a;
      background-color: transparent; }
  .btn--i-secondary {
    background-color: transparent;
    border: 1px solid #dbdbdb;
    color: #fff; }
    .btn--i-secondary:focus {
      background-color: transparent;
      color: #cf831d;
      border-color: #c67d1c; }
    .btn--i-secondary:hover {
      border-color: #cf831d;
      background-color: transparent;
      color: #cf831d; }
    .btn--i-secondary:active {
      border-color: #c27b1b;
      background-color: transparent; }
  .btn--i-brown {
    background-color: transparent;
    border: 1px solid #dbdbdb;
    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 #dbdbdb;
    color: #fff; }
    .btn--i-black:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-black:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-black:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #dbdbdb;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #dbdbdb;
      border-color: #d6d6d6; }
    .btn--i-gray:hover {
      border-color: #dbdbdb;
      background-color: transparent;
      color: #dbdbdb; }
    .btn--i-gray:active {
      border-color: lightgray;
      background-color: transparent; }
  .btn--i-peach {
    background-color: transparent;
    border: 1px solid #dbdbdb;
    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: #e8e8e8;
    background: linear-gradient(to bottom, #e8e8e8 0%, #b5b5b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#b5b5b5', GradientType=0 );
    color: #000;
    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: #fc5c59;
    background: linear-gradient(to bottom, #fc5c59 0%, #ec0704 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5c59', endColorstr='#ec0704', 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: #000;
    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: #000;
    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: #000;
    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: #a44df2;
    background: linear-gradient(to bottom, #a44df2 0%, #720fca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a44df2', endColorstr='#720fca', 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: #000;
    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: #369dff;
    background: linear-gradient(to bottom, #369dff 0%, #006acf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#369dff', endColorstr='#006acf', 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: #5cb860;
    background: linear-gradient(to bottom, #5cb860 0%, #357a38 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cb860', endColorstr='#357a38', 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: #e2ba5f;
    background: linear-gradient(to bottom, #e2ba5f 0%, #b98b22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ba5f', endColorstr='#b98b22', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-yellow:focus, .btn--vg-yellow:hover {
      opacity: .9; }
    .btn--vg-yellow:active {
      opacity: .8; }
  .btn--vg-main {
    background: #c28620;
    background: linear-gradient(to bottom, #c28620 0%, #6a4911 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c28620', endColorstr='#6a4911', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-main:focus, .btn--vg-main:hover {
      opacity: .9; }
    .btn--vg-main:active {
      opacity: .8; }
  .btn--vg-secondary {
    background: #e09025;
    background: linear-gradient(to bottom, #e09025 0%, #8c5914 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e09025', endColorstr='#8c5914', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-secondary:focus, .btn--vg-secondary:hover {
      opacity: .9; }
    .btn--vg-secondary: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: #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-black:focus, .btn--vg-black:hover {
      opacity: .9; }
    .btn--vg-black:active {
      opacity: .8; }
  .btn--vg-gray {
    background: #e8e8e8;
    background: linear-gradient(to bottom, #e8e8e8 0%, #b5b5b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#b5b5b5', GradientType=0 );
    color: #000;
    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: #e8e8e8;
    background: linear-gradient(to right, #e8e8e8 0%, #b5b5b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#b5b5b5', GradientType=0 );
    color: #000;
    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: #fc5c59;
    background: linear-gradient(to right, #fc5c59 0%, #ec0704 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5c59', endColorstr='#ec0704', 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: #000;
    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: #000;
    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: #000;
    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: #a44df2;
    background: linear-gradient(to right, #a44df2 0%, #720fca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a44df2', endColorstr='#720fca', 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: #000;
    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: #369dff;
    background: linear-gradient(to right, #369dff 0%, #006acf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#369dff', endColorstr='#006acf', 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: #5cb860;
    background: linear-gradient(to right, #5cb860 0%, #357a38 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cb860', endColorstr='#357a38', 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: #e2ba5f;
    background: linear-gradient(to right, #e2ba5f 0%, #b98b22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ba5f', endColorstr='#b98b22', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-yellow:focus, .btn--hg-yellow:hover {
      opacity: .9; }
    .btn--hg-yellow:active {
      opacity: .8; }
  .btn--hg-main {
    background: #c28620;
    background: linear-gradient(to right, #c28620 0%, #6a4911 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c28620', endColorstr='#6a4911', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-main:focus, .btn--hg-main:hover {
      opacity: .9; }
    .btn--hg-main:active {
      opacity: .8; }
  .btn--hg-secondary {
    background: #e09025;
    background: linear-gradient(to right, #e09025 0%, #8c5914 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e09025', endColorstr='#8c5914', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-secondary:focus, .btn--hg-secondary:hover {
      opacity: .9; }
    .btn--hg-secondary: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: #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-black:focus, .btn--hg-black:hover {
      opacity: .9; }
    .btn--hg-black:active {
      opacity: .8; }
  .btn--hg-gray {
    background: #e8e8e8;
    background: linear-gradient(to right, #e8e8e8 0%, #b5b5b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#b5b5b5', GradientType=0 );
    color: #000;
    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: #000; }
  .btn--white {
    padding-top: .2rem;
    color: #1c91ff; }
  .btn--main {
    min-width: 23rem;
    background-color: #966818; }
    .btn--main:hover {
      background-color: #966818; }
  .btn--gray {
    background: #807b7b;
    color: #fff; }

/* 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 #f7f7f7;
  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: #000; }
    .dropdown--lng .dropdown__link {
      color: #000;
      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: #f7f7f7;
    text-decoration: none; }
  .dropdown__link:focus {
    text-decoration: none; }

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

.questionnaire .block__text {
  margin-bottom: 2rem; }

.form__group {
  margin-bottom: 2rem; }

.form__wrapper {
  max-width: 51rem;
  width: 100%; }

.page__form {
  margin-bottom: 3rem;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
  font-family: "Open Sans", sans-serif; }
  .page__form .btn {
    margin-bottom: 0;
    height: 5rem;
    text-transform: uppercase;
    font-size: 1.8rem; }

.form__inline {
  display: flex;
  margin: 0 -.2rem; }
  .form__inline .form__group {
    padding: 0 .2rem;
    flex: 1; }
    .form__inline .form__group:first-of-type {
      padding-top: .8rem;
      flex: unset;
      width: 16.4rem; }
    .form__inline .form__group.xl {
      padding-top: .4rem;
      width: 25rem; }

.form__block {
  width: calc(50% + 28px); }

.checkbox__wrapper {
  margin-top: 2rem;
  display: flex; }
  .checkbox__wrapper .checkbox {
    margin-right: 3rem; }

.form__group-wrapper {
  display: flex;
  margin: 0 -.4rem;
  justify-content: space-between; }
  .form__group-wrapper .form__item {
    padding-left: .4rem;
    padding-right: .4rem; }
    .form__group-wrapper .form__item--label .label {
      padding-left: 2.5rem; }

.form__label-wrapper {
  display: flex; }

.form__item--label {
  width: 8rem;
  padding-top: .8rem; }

.form__item .input {
  width: 100px; }

.form__files {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.input__file {
  font-size: 1.3rem;
  display: inline-block;
  margin-bottom: 10px; }

/* 10. Inputs & textarea
=========================*/
/* Styling */
/* States */
.input {
  height: 4rem;
  font-size: 1.6rem;
  padding: .6rem 1.5rem .6rem 1.5rem;
  vertical-align: middle;
  color: #000;
  font-family: inherit;
  transition: background-color .1s linear;
  width: 100%;
  font-weight: 300;
  background-color: #fff;
  border: 1px solid #c1c6d2;
  /* Styling */
  /* States */ }
  .input:focus {
    outline: 0; }
  .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: #FC4340;
    color: #FC4340;
    background-color: rgba(252, 67, 64, 0.05); }
    .input--error::placeholder {
      color: #FC4340; }
    .input--error:focus {
      background-color: rgba(252, 67, 64, 0.05); }
  .input--success {
    border-color: #4caf50;
    color: #4caf50;
    background-color: rgba(76, 175, 80, 0.05); }
    .input--success::placeholder {
      color: #4caf50; }
    .input--success:focus {
      background-color: rgba(76, 175, 80, 0.05); }
  .input.error {
    border-color: #FC4340;
    color: #FC4340;
    background-color: rgba(252, 67, 64, 0.05); }
    .input.error::placeholder {
      color: #FC4340; }
    .input.error:focus {
      background-color: rgba(252, 67, 64, 0.05); }
  .input.success {
    border-color: #FC4340;
    color: #FC4340;
    background-color: rgba(252, 67, 64, 0.05); }
    .input.success::placeholder {
      color: #FC4340; }
    .input.success:focus {
      background-color: rgba(252, 67, 64, 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: #000; }

/* Textarea */
/* Styling */
/* States */
.textarea {
  font-size: 1.6rem;
  display: block;
  width: 100%;
  min-height: 13rem;
  resize: vertical;
  font-family: inherit;
  padding: .6rem 1.5rem;
  background-color: #fff;
  color: #000;
  font-weight: 300;
  border: 1px solid #c1c6d2;
  transition: background-color .1s linear;
  /* Styling */
  /* States */ }
  .textarea:focus {
    outline: 0;
    resize: vertical; }
  .textarea::placeholder {
    color: #fff;
    opacity: .7; }
  .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: 1.6rem; }
  .textarea--fade::placeholder {
    transition: opacity .2s linear; }
  .textarea--fade:focus::placeholder {
    opacity: 0; }
  .textarea--error {
    border-color: #FC4340;
    color: #FC4340;
    background-color: rgba(252, 67, 64, 0.05); }
    .textarea--error::placeholder {
      color: #FC4340; }
    .textarea--error:focus {
      background-color: rgba(252, 67, 64, 0.05); }
  .textarea--success {
    border-color: #4caf50;
    color: #4caf50;
    background-color: rgba(76, 175, 80, 0.05); }
    .textarea--success::placeholder {
      color: #4caf50; }
    .textarea--success:focus {
      background-color: rgba(76, 175, 80, 0.05); }

/* 6. Label
=========================*/
.label {
  display: inline-block;
  vertical-align: baseline;
  font-size: 1.6rem;
  color: #000;
  font-weight: 300;
  margin-bottom: 1rem; }
  .label--upload {
    margin-bottom: 2rem; }
  .label .required {
    vertical-align: middle;
    margin-right: 2px; }

.required {
  color: #FC4340; }

/* 19. Select
=========================*/
.select {
  color: #333333;
  position: relative;
  /* Styling */
  /* Types */
  /* States */ }
  .select:hover:before {
    box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.42); }
  .select:after {
    content: '';
    border-width: 6px 4px 4px 4px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.4rem;
    margin-top: .4rem;
    pointer-events: none;
    opacity: .3; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: .4rem 4rem .4rem 1.6rem;
    border-radius: 0;
    border: 1px solid #c1c6d2;
    background-color: #ffffff;
    font-family: inherit;
    line-height: 1.2;
    color: #000;
    height: 5rem;
    font-size: 1.6rem;
    font-weight: 300;
    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: #FC4340;
      color: #FC4340;
      background-color: rgba(252, 67, 64, 0.05); }
      .select select.error::placeholder {
        color: #FC4340; }
      .select select.error:focus {
        background-color: rgba(252, 67, 64, 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: #FC4340; }
  .select--success:before, .select--success:after {
    color: #4caf50; }
  .select--error select {
    color: #FC4340;
    border-color: #FC4340;
    color: #FC4340;
    background-color: rgba(252, 67, 64, 0.05); }
    .select--error select::placeholder {
      color: #FC4340; }
    .select--error select:focus {
      background-color: rgba(252, 67, 64, 0.05); }
  .select--success select {
    color: #4caf50;
    border-color: #4caf50;
    color: #4caf50;
    background-color: rgba(76, 175, 80, 0.05); }
    .select--success select::placeholder {
      color: #4caf50; }
    .select--success select:focus {
      background-color: rgba(76, 175, 80, 0.05); }
  .select--border select {
    box-shadow: none;
    border: 1px solid #dddddd;
    color: #000;
    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 {
  margin-bottom: 2rem;
  position: relative; }
  .breadcrumbs--arrow .breadcrumbs__item:not(.current):after {
    content: '$breadcrumbs-item-arrow';
    vertical-align: middle; }

.breadcrumbs__item {
  margin-right: 0.4em;
  color: #000;
  font-size: 1.5rem;
  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: #000;
    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: #000;
    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: #000;
  text-align: center;
  font-size: 1em;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #1c91ff;
  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: #369dff;
    border-color: #369dff;
    color: #fff;
    text-decoration: none; }
  .pagination__item--disabled {
    opacity: 0.4;
    pointer-events: none; }
  .pagination__item--current {
    background-color: #1c91ff;
    border-color: #1c91ff;
    color: #fff; }

/* 17. Alerts
=========================*/
/* Styling */
.alert {
  padding: 1.5rem 2rem;
  margin-bottom: 1rem;
  font-size: 1.7rem;
  line-height: 1.2;
  position: relative;
  background-color: #fff;
  color: #000;
  text-align: center;
  /* Colors */
  /* Border */
  /* Styling */ }
  .alert p:last-of-type {
    margin-bottom: 0; }
  .alert p.alert__text {
    margin-bottom: 20px; }
  .alert--gray {
    background-color: #dbdbdb;
    color: #000; }
  .alert--dark-blue {
    background-color: #1437CC;
    color: #fff; }
  .alert--red {
    background-color: #FC4340;
    color: #fff; }
  .alert--rblack {
    background-color: #000;
    color: #fff; }
  .alert--white {
    background-color: #fff;
    color: #000; }
  .alert--pink {
    background-color: #EBDDDD;
    color: #000; }
  .alert--deep-pink {
    background-color: #DCC9C3;
    color: #000; }
  .alert--purple {
    background-color: #9835F0;
    color: #fff; }
  .alert--deep-purple {
    background-color: #673ab7;
    color: #fff; }
  .alert--dark-pink {
    background-color: #BC9999;
    color: #000; }
  .alert--blue {
    background-color: #1c91ff;
    color: #fff; }
  .alert--cyan {
    background-color: #60A2AB;
    color: #fff; }
  .alert--green {
    background-color: #4caf50;
    color: #fff; }
  .alert--yellow {
    background-color: #deb149;
    color: #fff; }
  .alert--main {
    background-color: #ac771c;
    color: #fff; }
  .alert--secondary {
    background-color: #cf831d;
    color: #fff; }
  .alert--brown {
    background-color: #94816C;
    color: #fff; }
  .alert--black {
    background-color: #000;
    color: #fff; }
  .alert--gray {
    background-color: #dbdbdb;
    color: #000; }
  .alert--peach {
    background-color: #916868;
    color: #fff; }
  .alert--o-gray {
    background: transparent;
    color: #dbdbdb;
    border: 1px solid #dbdbdb; }
  .alert--o-dark-blue {
    background: transparent;
    color: #1437CC;
    border: 1px solid #1437CC; }
  .alert--o-red {
    background: transparent;
    color: #FC4340;
    border: 1px solid #FC4340; }
  .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: #9835F0;
    border: 1px solid #9835F0; }
  .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: #1c91ff;
    border: 1px solid #1c91ff; }
  .alert--o-cyan {
    background: transparent;
    color: #60A2AB;
    border: 1px solid #60A2AB; }
  .alert--o-green {
    background: transparent;
    color: #4caf50;
    border: 1px solid #4caf50; }
  .alert--o-yellow {
    background: transparent;
    color: #deb149;
    border: 1px solid #deb149; }
  .alert--o-main {
    background: transparent;
    color: #ac771c;
    border: 1px solid #ac771c; }
  .alert--o-secondary {
    background: transparent;
    color: #cf831d;
    border: 1px solid #cf831d; }
  .alert--o-brown {
    background: transparent;
    color: #94816C;
    border: 1px solid #94816C; }
  .alert--o-black {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-gray {
    background: transparent;
    color: #dbdbdb;
    border: 1px solid #dbdbdb; }
  .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; }

.content__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }
  .content__wrapper.quad .content__block {
    width: 25%; }
  .content__wrapper.half .content__block {
    width: 50%; }

.content__block {
  width: 33.33333%;
  padding: 0 1rem;
  margin-bottom: 2rem; }

.content__item {
  display: block;
  color: #000; }
  .content__item:hover {
    text-decoration: none; }
    .content__item:hover .content__img {
      transform: scale(1.2); }

.content__img-wrapper {
  height: 19rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden; }

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

.content__block-title {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: inherit; }

.content__block-text {
  margin-bottom: 1rem;
  font-size: 1rem; }

.content__block-link {
  color: #FC4340;
  font-size: 1.2rem; }

.content__slider {
  height: 36rem;
  overflow: hidden; }
  .content__slider .slick-dots {
    bottom: 2rem;
    z-index: 2; }

.content__slide {
  height: 36rem;
  padding: 6rem;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: flex-end; }
  .content__slide:after {
    background: linear-gradient(200.86deg, rgba(196, 196, 196, 0) 35.86%, rgba(0, 0, 0, 0.54) 80.41%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .content__slide:hover {
    text-decoration: none; }

.content__slide-item {
  position: relative;
  z-index: 2; }
  .content__slide-item .title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    color: #fff; }
  .content__slide-item .text {
    font-size: 1rem;
    color: #fff; }

.news {
  padding: 8rem 0 6rem; }
  .news .block__title {
    margin-bottom: 3rem; }

.news__wrapper {
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap; }
  .news__wrapper.triple .news__block {
    width: 33.33333%; }
  .news__wrapper.double .news__block {
    width: 33.33333%; }
  .news__wrapper.chess .news__block:nth-child(2n) .news__item {
    flex-direction: row-reverse; }
  .news__wrapper.horizontal .news__block {
    width: 100%; }
  .news__wrapper.horizontal .news__item {
    display: flex;
    align-items: center;
    margin: 0 -3rem; }
  .news__wrapper.horizontal .news__img-wrapper {
    width: 50%;
    height: 20rem;
    padding: 0 1.5rem; }
  .news__wrapper.horizontal .news__content {
    padding: 0 1.5rem;
    flex: 1; }

.news__block {
  width: 25%;
  padding: 0 1rem;
  margin-bottom: 2rem;
  display: block;
  text-decoration: none;
  transition: all .1s ease; }
  .news__block:hover {
    text-decoration: none; }
  .news__block .date {
    color: #676767;
    margin-bottom: 1rem; }

.news__item {
  color: #25292D;
  display: block;
  padding: 3rem;
  border: 1px solid #e5e5e5;
  background-color: #fbfbfb;
  transition: all .2s ease; }
  .news__item:hover {
    text-decoration: none;
    background-color: #eeeeee; }

.news__img-wrapper {
  height: 21rem;
  overflow: hidden;
  margin-bottom: 1rem; }

.news__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #d2d2d2; }

.news__item-content {
  padding: 2rem 0; }

.news__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2; }

.news__text {
  margin-top: 2.5rem;
  font-size: 1.6rem;
  color: #dbdbdb;
  margin-bottom: 3rem; }

.news__date {
  margin-top: 1rem;
  color: #dbdbdb;
  font-size: 1.4rem; }

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

.news__link {
  display: flex;
  align-items: center;
  color: #FC4340; }
  .news__link img {
    margin-left: .4rem; }

.news__opened {
  padding-top: 6rem;
  padding-bottom: 6rem; }
  .news__opened .news__title {
    font-size: 3rem;
    font-family: "Lora", serif;
    font-weight: 500; }

.news__opened-content {
  padding-top: 2rem; }
  .news__opened-content:before, .news__opened-content:after {
    content: "";
    display: table; }
  .news__opened-content:after {
    clear: both; }
  .news__opened-content .block__text {
    line-height: 1.5; }

.news__opened-img {
  display: block;
  margin-right: 2rem;
  margin-bottom: .5rem;
  float: left;
  height: 36rem;
  width: 61rem; }
  .news__opened-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

@media (max-width: 992px) {
  .news__wrapper.triple .news__block {
    width: 50%; }
  .news__block {
    width: 33.33333%; }
  .news__opened-img {
    float: none;
    width: 100%;
    margin-bottom: 2rem; } }

@media (max-width: 640px) {
  .news__wrapper.triple .news__block {
    width: 100%; }
  .news__block {
    width: 50%; } }

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

.blog__block {
  width: 33.33%;
  padding: 0 1rem;
  margin-bottom: 2.5rem; }

.blog__img {
  margin-bottom: 1rem;
  height: 24rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.blog__title {
  margin-bottom: 1rem;
  font-size: 2.6rem; }

.blog__text {
  font-size: 1.6rem; }

.blog__item {
  display: block;
  color: #000;
  padding: 2rem;
  border: 1px solid #d4d4d4;
  height: 100%;
  font-weight: 300; }
  .blog__item:hover {
    text-decoration: none; }

@media (max-width: 1100px) {
  .blog__block {
    width: 50%; } }

@media (max-width: 768px) {
  .blog__block {
    width: 100%; } }

/* 20. Table
=========================*/
/* On Dark Bg */
.table__wrapper {
  min-height: .01%;
  overflow-x: auto; }
  .table__wrapper::-webkit-scrollbar {
    background-color: #000;
    -webkit-appearance: none; }
  .table__wrapper::-webkit-scrollbar:vertical {
    background-color: #000;
    width: 15px; }
  .table__wrapper::-webkit-scrollbar:horizontal {
    background-color: #000;
    height: 15px; }
  .table__wrapper::-webkit-scrollbar-thumb {
    background-color: #deb149; }
  .table__wrapper::-webkit-scrollbar-track {
    background-color: #000; }
  .table__wrapper--header {
    padding-top: 10px;
    background-color: #ffffff; }
    .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: #000;
  /* Table Head */
  /* Table Body */
  /* Styling */
  /* Row Colors */ }
  .table thead tr {
    background-color: #f7f7f7;
    border-bottom: 2px solid #dbdbdb; }
  .table th {
    padding: 0.5em 1em;
    color: #000;
    font-weight: normal;
    text-align: left; }
  .table tbody tr {
    border-bottom: 1px solid #f7f7f7; }
  .table td {
    padding: 0.5em 1em; }
  .table--striped-odd tbody tr:nth-child(odd) {
    background-color: #f2f2f2; }
  .table--striped-even tbody tr:nth-child(even) {
    background-color: #f2f2f2; }
  .table--hover {
    /* Row Colors */ }
    .table--hover tbody tr {
      transition: background-color .1s linear; }
      .table--hover tbody tr:hover {
        background-color: #fcfcfc; }
    .table--hover tbody tr.row--gray {
      background-color: #dbdbdb;
      color: #000; }
      .table--hover tbody tr.row--gray:hover {
        color: #fff;
        background-color: #cecece; }
    .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: #FC4340;
      color: #fff; }
      .table--hover tbody tr.row--red:hover {
        color: #fff;
        background-color: #fc2a27; }
    .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: #000; }
      .table--hover tbody tr.row--white:hover {
        color: #fff;
        background-color: #f2f2f2; }
    .table--hover tbody tr.row--pink {
      background-color: #EBDDDD;
      color: #000; }
      .table--hover tbody tr.row--pink:hover {
        color: #fff;
        background-color: #e2cdcd; }
    .table--hover tbody tr.row--deep-pink {
      background-color: #DCC9C3;
      color: #000; }
      .table--hover tbody tr.row--deep-pink:hover {
        color: #fff;
        background-color: #d3bbb3; }
    .table--hover tbody tr.row--purple {
      background-color: #9835F0;
      color: #fff; }
      .table--hover tbody tr.row--purple:hover {
        color: #fff;
        background-color: #8c1dee; }
    .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: #000; }
      .table--hover tbody tr.row--dark-pink:hover {
        color: #fff;
        background-color: #b28a8a; }
    .table--hover tbody tr.row--blue {
      background-color: #1c91ff;
      color: #fff; }
      .table--hover tbody tr.row--blue:hover {
        color: #fff;
        background-color: #0385ff; }
    .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: #4caf50;
      color: #fff; }
      .table--hover tbody tr.row--green:hover {
        color: #fff;
        background-color: #449d48; }
    .table--hover tbody tr.row--yellow {
      background-color: #deb149;
      color: #fff; }
      .table--hover tbody tr.row--yellow:hover {
        color: #fff;
        background-color: #daa833; }
    .table--hover tbody tr.row--main {
      background-color: #ac771c;
      color: #fff; }
      .table--hover tbody tr.row--main:hover {
        color: #fff;
        background-color: #966818; }
    .table--hover tbody tr.row--secondary {
      background-color: #cf831d;
      color: #fff; }
      .table--hover tbody tr.row--secondary:hover {
        color: #fff;
        background-color: #b9751a; }
    .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: #000;
      color: #fff; }
      .table--hover tbody tr.row--black:hover {
        color: #fff;
        background-color: black; }
    .table--hover tbody tr.row--gray {
      background-color: #dbdbdb;
      color: #000; }
      .table--hover tbody tr.row--gray:hover {
        color: #fff;
        background-color: #cecece; }
    .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 #dbdbdb; }
  .table--separate-cols td {
    border: 1px solid #f7f7f7; }
  .table--dark {
    color: #fff; }
    .table--dark thead th {
      color: #deb149; }
    .table--dark thead tr {
      border-color: #deb149;
      background-color: transparent; }
    .table--dark.table--striped-odd tbody tr:nth-child(odd) {
      background-color: black;
      color: #fff; }
    .table--dark.table--striped-even tbody tr:nth-child(even) {
      background-color: black;
      color: #fff; }
    .table--dark.table--separate-cols th {
      border: 1px solid #deb149; }
    .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: black;
        color: #fff; }
      .table--dark.table--hover tbody tr.row--gray {
        background-color: #dbdbdb;
        color: #000; }
        .table--dark.table--hover tbody tr.row--gray:hover {
          color: #fff;
          background-color: #cecece; }
      .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: #FC4340;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--red:hover {
          color: #fff;
          background-color: #fc2a27; }
      .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: #000; }
        .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: #000; }
        .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: #000; }
        .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: #9835F0;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--purple:hover {
          color: #fff;
          background-color: #8c1dee; }
      .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: #000; }
        .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: #1c91ff;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--blue:hover {
          color: #fff;
          background-color: #0385ff; }
      .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: #4caf50;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--green:hover {
          color: #fff;
          background-color: #449d48; }
      .table--dark.table--hover tbody tr.row--yellow {
        background-color: #deb149;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--yellow:hover {
          color: #fff;
          background-color: #daa833; }
      .table--dark.table--hover tbody tr.row--main {
        background-color: #ac771c;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--main:hover {
          color: #fff;
          background-color: #966818; }
      .table--dark.table--hover tbody tr.row--secondary {
        background-color: #cf831d;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--secondary:hover {
          color: #fff;
          background-color: #b9751a; }
      .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: #000;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--black:hover {
          color: #fff;
          background-color: black; }
      .table--dark.table--hover tbody tr.row--gray {
        background-color: #dbdbdb;
        color: #000; }
        .table--dark.table--hover tbody tr.row--gray:hover {
          color: #fff;
          background-color: #cecece; }
      .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: #dbdbdb;
    color: #000; }
  .table tbody tr.row--dark-blue {
    background-color: #1437CC;
    color: #fff; }
  .table tbody tr.row--red {
    background-color: #FC4340;
    color: #fff; }
  .table tbody tr.row--rblack {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--white {
    background-color: #fff;
    color: #000; }
  .table tbody tr.row--pink {
    background-color: #EBDDDD;
    color: #000; }
  .table tbody tr.row--deep-pink {
    background-color: #DCC9C3;
    color: #000; }
  .table tbody tr.row--purple {
    background-color: #9835F0;
    color: #fff; }
  .table tbody tr.row--deep-purple {
    background-color: #673ab7;
    color: #fff; }
  .table tbody tr.row--dark-pink {
    background-color: #BC9999;
    color: #000; }
  .table tbody tr.row--blue {
    background-color: #1c91ff;
    color: #fff; }
  .table tbody tr.row--cyan {
    background-color: #60A2AB;
    color: #fff; }
  .table tbody tr.row--green {
    background-color: #4caf50;
    color: #fff; }
  .table tbody tr.row--yellow {
    background-color: #deb149;
    color: #fff; }
  .table tbody tr.row--main {
    background-color: #ac771c;
    color: #fff; }
  .table tbody tr.row--secondary {
    background-color: #cf831d;
    color: #fff; }
  .table tbody tr.row--brown {
    background-color: #94816C;
    color: #fff; }
  .table tbody tr.row--black {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--gray {
    background-color: #dbdbdb;
    color: #000; }
  .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: #555555;
      font-weight: 600;
      padding: .6rem 1rem; }
    .table--contacts tbody td {
      padding: .8em 1em; }
      .table--contacts tbody td.date {
        color: #555555; }
      .table--contacts tbody td a {
        color: #769FF5; }
  .table--cabinet {
    font-size: 1.5rem; }
    .table--cabinet thead tr {
      border-bottom: 0;
      background-color: transparent; }
      .table--cabinet thead tr th {
        padding: 1rem .5rem;
        font-weight: 700; }
        .table--cabinet thead tr th:first-child {
          padding-left: 0; }
        .table--cabinet thead tr th:last-child {
          padding-right: 0; }
    .table--cabinet tbody tr {
      border-bottom: 1px solid #ccc; }
      .table--cabinet tbody tr:first-child {
        border-top: 1px solid #ccc; }
      .table--cabinet tbody tr td {
        padding: 1rem .5rem; }
        .table--cabinet tbody tr td:first-child {
          padding-left: 0; }
        .table--cabinet tbody tr td:last-child {
          padding-right: 0; }

/* 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: #dbdbdb; }
    .tabs__nav--dark .tabs__nav-item.active {
      color: #deb149;
      background-color: #000;
      border-color: #000; }
    .tabs__nav--dark .tabs__nav-item:not(.active):hover {
      color: #000; }
  .tabs__nav a:not(:last-child) {
    border-right: 1px solid #f7f7f7; }
  .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 #f7f7f7;
      font-size: 1.8rem;
      color: #1c91ff;
      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 #f7f7f7; }
  .tabs__nav--lead .tabs__nav-item {
    border-bottom: 1px solid #f7f7f7; }
    .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: #dbdbdb;
  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: #1c91ff; }

.tabs__content {
  padding: 7px 0 15px 0;
  font-size: 1em;
  color: #000;
  line-height: 1.4;
  /* Styling */ }
  .tabs__content p:last-of-type {
    margin-bottom: 0; }
  .tabs__content--fill {
    color: #000;
    background-color: #fff;
    border: 1px solid white; }
  .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: #000;
    border-color: #000;
    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 */
.section.faq {
  margin-bottom: 0 !important; }

.accordion {
  margin: 0 0 3rem;
  /* Styling */ }
  .accordion--fill {
    border: 1px solid white;
    background-color: #fff; }
    .accordion--fill .accordion__item {
      border-bottom: 1px solid white; }
      .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: #000;
    border-color: #000; }
    .accordion--dark .accordion__title {
      color: #dbdbdb; }
      .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: #deb149; }
    .accordion--dark .accordion__content {
      color: #fff; }

.accordion__item {
  background-color: transparent;
  transition: all .2s ease; }
  .accordion__item:last-of-type .accordion__title {
    border-bottom: 1px solid #e4e4e4; }
  .accordion__item:last-of-type .accordion__content {
    border-bottom: 1px solid #e4e4e4; }
  .accordion__item.active .accordion__title a {
    color: inherit; }

.accordion__title {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #000;
  position: relative;
  background-color: #f4f4f4;
  font-weight: 300;
  border: 1px solid #e4e4e4;
  border-bottom: 0; }
  .accordion__title:before {
    content: '\f107';
    font-size: 3.4rem;
    line-height: 1;
    font-family: fontAwesome;
    color: #a5a5a5;
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 2rem;
    z-index: 1;
    margin-top: -0.5em;
    transition: color .1s linear;
    pointer-events: none; }
  .accordion__title:hover:before {
    color: inherit; }
  .accordion__title a {
    display: block;
    padding: 1.5rem 3rem;
    color: inherit;
    transition: color .1s linear; }
    .accordion__title a:focus {
      text-decoration: none; }
    .accordion__title a:hover {
      text-decoration: none; }

.accordion__content {
  border: 1px solid #e4e4e4;
  border-top: 0;
  border-bottom: 0;
  padding: 2.5rem 3rem;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #000;
  font-weight: 300; }
  .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 {
  position: relative;
  background-color: #3c3c3c;
  padding: 1.5rem 0;
  z-index: 2; }
  .footer .address {
    color: #fff;
    max-width: 270px;
    line-height: 1.8;
    font-size: .8rem; }
  .footer .container {
    position: relative; }

.footer__wrapper {
  display: flex;
  justify-content: center; }
  .footer__wrapper .nav {
    flex-direction: column;
    width: 33.33333%; }
  .footer__wrapper .login__link {
    display: block;
    margin-bottom: 2rem; }
  .footer__wrapper .nav__item {
    margin-right: 0;
    margin-bottom: 4rem; }
    .footer__wrapper .nav__item a {
      font-weight: 500;
      color: #25292D;
      font-size: 1.4rem;
      text-transform: none; }
    .footer__wrapper .nav__item.active a {
      color: #fff; }
    .footer__wrapper .nav__item .nav__submenu {
      display: none; }
  .footer__wrapper .nav__link {
    opacity: 1;
    color: #fff; }

.footer__block {
  padding-top: 8rem;
  padding-bottom: 14rem;
  background-color: #dbdbdb;
  position: relative; }
  .footer__block .logo {
    margin-right: 0;
    display: block; }
    .footer__block .logo img {
      height: 6.2rem; }
  .footer__block:first-of-type:before {
    right: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #dbdbdb;
    content: '';
    width: 50vw; }
  .footer__block:last-of-type {
    padding-top: 12.5rem;
    padding-left: 4rem;
    flex: 1;
    display: flex;
    background-color: transparent; }

.footer__contact {
  margin-top: 3rem;
  margin-bottom: 6rem; }
  .footer__contact a {
    margin-bottom: 2rem;
    line-height: 1;
    display: block;
    color: #25292D;
    font-weight: 500;
    font-size: 1.4rem; }

.footer__item:last-of-type {
  display: flex;
  justify-content: flex-end; }

.footer__action {
  margin-bottom: 1.5rem; }
  .footer__action .header__info {
    color: #dbdbdb; }
  .footer__action .header__contact {
    color: #FC4340; }

.soc {
  display: flex; }

.soc__link {
  display: block;
  margin-right: 3rem;
  color: #fff; }
  .soc__link:hover {
    color: #ac771c;
    text-decoration: none; }
  .soc__link img {
    display: block; }
  .soc__link:last-child {
    margin-right: 0; }

.footer__text {
  color: #fff;
  opacity: .6;
  font-weight: 400;
  font-size: 1.2rem; }

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

.footer__line-block {
  display: flex;
  align-items: center; }

.copyright {
  font-weight: 300;
  color: #fff;
  font-size: 1.6rem; }

.made__by {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.2rem; }
  .made__by img {
    margin-left: .8rem; }

.footer__form .input {
  border: 1px solid #b6b6b6; }

.footer__form .label {
  margin-bottom: .6rem;
  color: #fff;
  font-size: 1.5rem; }

.footer__form .textarea {
  border: 1px solid #b6b6b6; }

.footer__form .actions {
  display: flex;
  align-items: center; }
  .footer__form .actions .btn {
    margin-bottom: 0;
    margin-right: 1rem; }

.footer__form .checkbox {
  margin-bottom: 0; }

.footer__line-wrapper {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.category {
  padding: 5rem 0; }
  .category .block__title {
    font-size: 4rem;
    margin-bottom: 0; }
  .category .block__text {
    margin-bottom: 4rem;
    max-width: 80%; }

.category__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem; }
  .category__wrapper.triple .category__block {
    width: 33.33333%; }
  .category__wrapper.double .category__block {
    width: 50%; }
  .category__wrapper.full {
    margin: 0; }
    .category__wrapper.full .category__block {
      padding: 0;
      margin-bottom: 0; }
    .category__wrapper.full .category__item {
      height: 30rem; }

.category__block {
  width: 25%;
  padding: 0 1.5rem;
  margin-bottom: 3rem; }

.category__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: block;
  border: 1px solid #D9D9D9;
  transition: all .2s ease;
  background-color: #fff; }
  .category__item:hover {
    text-decoration: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
    .category__item:hover:after {
      opacity: .7; }

.category__img {
  padding: 1rem;
  height: 23.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }
  .category__img .img {
    max-height: 100%; }

.category__content {
  position: relative;
  z-index: 2;
  padding: 1.5rem 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e8e8e8; }

.category__title {
  font-size: 1.8rem;
  color: #25292D;
  font-family: "Oswald", sans-serif;
  text-align: center; }

.category__text {
  color: #fff; }

.products {
  padding: 5rem 0; }
  .products--similar {
    background-color: #E8E8E8; }
  .products .block__title {
    font-size: 4rem;
    margin-bottom: 0; }
  .products .block__text {
    margin-bottom: 4rem;
    max-width: 80%; }

.products__wrapper {
  margin: 0 -1.5rem;
  display: flex;
  flex-wrap: wrap; }
  .products__wrapper.triple .products__block {
    width: 33.33333%; }
  .products__wrapper.double .products__block {
    width: 50%; }
  .products__wrapper.full {
    margin: 0; }
    .products__wrapper.full .products__block {
      padding: 0;
      margin-bottom: 0; }

.products__block {
  width: 25%;
  margin-bottom: 3rem;
  padding: 0 1.5rem; }

.products__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: block;
  border: 1px solid #D9D9D9;
  transition: all .2s ease;
  background-color: #fff; }
  .products__item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    text-decoration: none; }

.products__img {
  height: 16rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .products__img .img {
    max-height: 100%; }

.products__content {
  padding: 1.5rem 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e8e8e8; }

.products__title {
  font-size: 1.8rem;
  color: #25292D;
  font-family: "Oswald", sans-serif;
  text-align: center; }

.products__text {
  font-size: 1rem; }

@media (max-width: 992px) {
  .category__block {
    width: 33.33333%; }
  .category__wrapper.triple .category__block {
    width: 50%; }
  .products__block {
    width: 33.33333%; }
  .products__wrapper.triple .products__block {
    width: 50%; } }

@media (max-width: 768px) {
  .category__block {
    width: 50%; }
  .category__wrapper.triple .category__block {
    width: 50%; }
  .products__block {
    width: 50%; }
  .products__wrapper.triple .products__block {
    width: 50%; } }

@media (max-width: 640px) {
  .category__block {
    width: 100%; }
  .category__wrapper.triple .category__block {
    width: 100%; }
  .products__block {
    width: 100%; }
  .products__wrapper.triple .products__block {
    width: 100%; }
  .category .block__title {
    font-size: 3rem; }
  .category .block__text {
    max-width: 100%; }
  .products .block__title {
    font-size: 3rem; }
  .products .block__text {
    max-width: 100%; } }

.search__result {
  padding-top: 4rem; }

.product {
  padding: 5rem 0; }
  .product .block__title {
    font-size: 4rem;
    margin-bottom: 0; }
  .product .block__text {
    margin-bottom: 4rem;
    max-width: 80%; }

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

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

.product__images {
  margin-bottom: 2rem; }

.product__img {
  width: 100%;
  height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #d9d9d9; }
  .product__img .img {
    max-height: 100%; }

.product__thumbs {
  height: 12rem;
  overflow: hidden;
  padding: 0 1px; }

.product__thumb {
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #d9d9d9; }
  .product__thumb .img {
    max-height: 100%; }

.product__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem; }

.product__text {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #25292D; }
  .product__text ul {
    list-style: disc;
    margin-left: 1em;
    margin-bottom: .5em; }
  .product__text h2 {
    font-size: 1.6rem;
    margin-bottom: .5em; }
  .product__text h3 {
    font-size: 1.4rem;
    margin-bottom: .5em; }
  .product__text h4 {
    font-size: 1.2rem;
    margin-bottom: .5em; }
  .product__text p {
    margin-bottom: .5em; }

.product__price-block {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative; }
  .product__price-block:after {
    content: '';
    left: 0;
    top: 100%;
    height: .3rem;
    background-color: #ac771c;
    width: 6rem;
    position: absolute; }

.product__price {
  color: #000;
  font-size: 2.2rem; }
  .product__price.old {
    margin-left: 1.3rem;
    color: #888; }

@media (max-width: 992px) {
  .product__wrapper {
    flex-wrap: wrap; }
  .product__block {
    width: 100%;
    margin-bottom: 2rem; }
  .product__img {
    height: 30rem; } }

.intro {
  position: relative; }
  .intro--empty .intro__content {
    height: 25rem;
    padding: 0;
    min-height: auto; }
  .intro--inside {
    margin-bottom: 3rem;
    position: static; }
    .intro--inside .intro__content {
      min-height: 18rem;
      padding: 0;
      height: auto;
      align-items: center;
      background-attachment: unset; }
      .intro--inside .intro__content .intro__title {
        margin-bottom: 0;
        color: #fff;
        font-weight: 400;
        font-size: 3rem;
        text-align: center; }
  .intro--faq {
    position: static; }
    .intro--faq .intro__content .intro__title {
      color: #fff; }

.intro__slider.with-arrow .slick-arrow {
  opacity: 1;
  visibility: visible; }
  .intro__slider.with-arrow .slick-arrow:before {
    color: #fff; }

.intro__slider.with-dots .slick-dots {
  opacity: 1;
  visibility: visible; }
  .intro__slider.with-dots .slick-dots li button:before {
    width: .8rem;
    height: .8rem; }

.intro__slider .slick-arrow {
  opacity: 0;
  visibility: hidden; }

.intro__slider .slick-dots {
  opacity: 0;
  visibility: hidden;
  bottom: 2rem;
  z-index: 2; }

.intro__content {
  padding-top: 8rem;
  min-height: 40rem;
  padding-bottom: 16rem;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("/userfiles/intro_bg.jpg");
  background-attachment: fixed; }
  .intro__content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .4; }
  .intro__content .container {
    position: relative; }

.intro__wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 2; }
  .intro__wrapper .img {
    max-width: 30%; }

.intro__block {
  position: relative;
  z-index: 2;
  text-align: center; }

.intro__subtitle {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: #000;
  text-transform: uppercase; }

.intro__title {
  font-size: 5rem;
  line-height: 1.2;
  color: #000;
  max-width: 62rem;
  margin: 0 0 3rem;
  font-weight: 700;
  letter-spacing: 0.035em; }
  .intro__title span {
    display: block;
    color: #ac771c; }

.intro__text {
  color: #000;
  margin: 0 auto 6rem;
  max-width: 65rem;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 500; }

.intro__form {
  margin-bottom: 2rem;
  display: flex;
  max-width: 32rem;
  white-space: nowrap; }
  .intro__form .input {
    background-color: #fff;
    border-radius: 3rem;
    border: 0;
    padding-right: 4rem; }
  .intro__form .btn {
    margin-left: -4rem;
    margin-bottom: 0; }

.intro__date {
  color: #fff;
  opacity: .8; }

.intro__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 10px; }

.intro__scroll {
  position: absolute;
  left: 50%;
  bottom: 4rem;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: .8rem;
  z-index: 3;
  color: #f7f4ec; }
  .intro__scroll img {
    margin-top: .3rem; }

.intro__actions .btn {
  min-width: 22rem;
  font-size: 1.8rem;
  font-weight: 500;
  height: 5rem;
  margin-right: 1.5rem; }

.intro__img {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(4rem, -9rem); }

.arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  bottom: 4rem;
  z-index: 2;
  animation: kb 3s ease infinite; }
  .arrow:before, .arrow:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: 1rem;
    transform: rotate(45deg); }
  .arrow:before {
    left: -1.4rem; }
  .arrow:after {
    left: 1.4rem;
    transform: rotate(-45deg); }

@keyframes kb {
  0% {
    transform: translate(-50%, 0); }
  20% {
    transform: translate(-50%, 0); }
  40% {
    transform: translate(-50%, -30px); }
  50% {
    transform: translate(-50%, 0); }
  60% {
    transform: translate(-50%, -15px); }
  80% {
    transform: translate(-50%, 0); }
  90% {
    transform: translate(-50%, 0); }
  100% {
    transform: translate(-50%, 0); } }

body.cabinet .page__wrapper {
  padding-top: 6rem; }

.cabinet__header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6rem;
  padding: 0 3rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  background-color: #000;
  z-index: 2; }

.cabinet__header-block {
  display: flex;
  align-items: center; }
  .cabinet__header-block:last-of-type {
    justify-content: flex-end; }
  .cabinet__header-block .logo {
    margin-right: 2rem;
    transform: translateY(-0.4rem); }

.cabinet__nav-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1.6rem;
  height: 1.2rem;
  margin-right: 2rem; }
  .cabinet__nav-btn:before, .cabinet__nav-btn:after, .cabinet__nav-btn i {
    content: '';
    width: 100%;
    display: block;
    height: 2px;
    background-color: #bfc2c3;
    transition: all .2s ease; }

.cabinet__user {
  position: relative; }
  .cabinet__user .user {
    color: #fff;
    display: flex;
    align-items: center; }
    .cabinet__user .user:hover {
      text-decoration: none; }
    .cabinet__user .user img {
      margin-right: 1rem;
      height: 3rem;
      border-radius: 50%;
      width: 3rem;
      object-fit: cover; }
  .cabinet__user:hover .user__menu-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }

.user__menu-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  transition: all .2s ease; }

.user__menu {
  background: #fff;
  padding: 12px 28px;
  border-radius: 5px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.11, 1.29);
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .user__menu a {
    margin-bottom: .5rem;
    color: #25292D; }
    .user__menu a:hover {
      color: #000;
      text-decoration: none; }
    .user__menu a:last-of-type {
      margin-bottom: 0; }

.notifications__block {
  position: relative; }
  .notifications__block:hover .notifications__wrapper {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0); }

.notifications {
  position: relative;
  display: flex;
  align-items: center;
  background: #f4f4f4;
  padding: .2rem .8rem;
  border-radius: .3rem;
  cursor: pointer;
  transition: 0.3s all ease;
  color: #858585; }
  .notifications:hover {
    text-decoration: none; }
  .notifications:after {
    content: '';
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background-color: #FC4340;
    top: .2rem;
    right: .4rem;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    transition: all .2s ease; }
  .notifications.active:after {
    opacity: 1;
    visibility: visible; }

.notifications__wrapper {
  position: absolute;
  top: 100%;
  padding-top: .5rem;
  left: 50%;
  transform: translate(-50%, 2rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.11, 1.29);
  z-index: 10;
  width: 32rem; }

.notifications__popup {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  width: 100%;
  border-radius: 5px; }

.notifications__title {
  padding: 1rem 2rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #ccc; }

.notification__head {
  display: flex;
  align-items: center;
  margin-bottom: .4rem; }
  .notification__head .badge {
    padding: .2rem .4rem;
    border-radius: .6rem;
    color: #fff;
    font-size: 1.1rem;
    margin-right: .4rem; }
  .notification__head .title {
    font-size: 1.3rem;
    color: #000; }

.notification__item {
  padding: 1rem; }
  .notification__item:last-of-type {
    margin-bottom: 0; }
  .notification__item .text {
    color: #666; }

.cabinet__progress {
  margin-right: 4rem;
  cursor: pointer;
  position: relative; }
  .cabinet__progress:hover .progress__popup-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }

.progress__block {
  width: 15.5rem;
  background-color: rgba(66, 66, 66, 0.33);
  padding: .4rem .6rem;
  border-radius: .5rem; }
  .progress__block .title {
    font-size: 1.3rem;
    color: #666;
    width: 100%;
    display: flex;
    justify-content: space-between; }
  .progress__block .progress {
    margin-top: .4rem;
    height: .4rem;
    width: 100%;
    border-radius: .4rem;
    position: relative; }
    .progress__block .progress:after {
      top: 0;
      left: 0;
      border-radius: .4rem;
      height: .4rem;
      width: 100%;
      background-color: rgba(28, 145, 255, 0.2);
      position: absolute;
      content: ''; }
    .progress__block .progress span {
      display: block;
      height: .4rem;
      border-radius: .4rem;
      background-color: rgba(28, 145, 255, 0.6); }

.progress__popup-wrapper {
  padding-top: 1rem;
  position: absolute;
  top: 100%;
  right: 0;
  transform: translateY(2rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.11, 1.29); }

.progress__popup {
  background-color: #fff;
  border-radius: .5rem;
  width: 32rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); }

.progress__head {
  padding: 1rem 2rem; }
  .progress__head .title {
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 500; }
  .progress__head .text {
    margin-bottom: 1rem; }

.progress__item {
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  position: relative;
  color: #666;
  line-height: 1; }
  .progress__item:hover {
    text-decoration: none; }
  .progress__item:first-of-type {
    border-top: 1px solid #ccc; }
  .progress__item:last-of-type {
    border-bottom: 0; }
  .progress__item:before {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 1px solid #1c91ff;
    margin-right: 1rem; }
  .progress__item:after {
    position: absolute;
    top: 50%;
    content: '';
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #ccc;
    padding: .3rem;
    right: 2rem;
    margin-top: -.3rem;
    transform: translateY(-50%) rotate(-45deg); }

.cabinet__sidebar {
  position: fixed;
  top: 6rem;
  left: 0;
  width: 21rem;
  background-color: #000;
  height: calc(100% - 6rem);
  padding: 2.8rem 2.4rem; }

.sidebar__list {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(216, 216, 216, 0.2); }
  .sidebar__list:last-of-type {
    border-bottom: 0; }
  .sidebar__list a {
    color: #fff;
    display: flex;
    align-items: center;
    padding: .4rem 0;
    margin-bottom: 1rem;
    opacity: .7; }
    .sidebar__list a:hover {
      text-decoration: none;
      opacity: 1; }
    .sidebar__list a i {
      width: 2rem;
      margin-right: .6rem;
      display: block; }

.cabinet__content {
  width: calc(100% - 21rem);
  margin-left: auto;
  padding: 4rem 2rem; }

.cabinet__title {
  margin-bottom: 2rem;
  font-size: 3rem;
  color: #25292D;
  font-weight: 700; }

.cabinet__filter-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.cabinet__filter {
  display: flex;
  flex-wrap: wrap;
  margin-right: 2rem; }
  .cabinet__filter a {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    padding: .4rem 1.2rem;
    border-radius: .6rem;
    color: rgba(17, 17, 17, 0.7);
    transition: all .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.8rem; }
    .cabinet__filter a:last-of-type {
      margin-right: 0; }
    .cabinet__filter a:hover {
      background-color: rgba(17, 17, 17, 0.06);
      text-decoration: none; }
    .cabinet__filter a.active {
      background-color: rgba(17, 17, 17, 0.06); }

.filter__form {
  position: relative;
  flex: 0 0 30rem;
  transform: translateY(-0.5rem); }
  .filter__form .input {
    padding-right: 4rem;
    border-radius: .2rem; }

.filter__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  background-color: transparent;
  border: 0;
  color: rgba(17, 17, 17, 0.7);
  display: block;
  line-height: 1;
  padding: .4rem;
  font-size: 1.6rem; }

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

.page__text-wrapper {
  margin: 0 -1rem;
  font-size: 1rem; }
  .page__text-wrapper:before, .page__text-wrapper:after {
    content: "";
    display: table; }
  .page__text-wrapper:after {
    clear: both; }
  .page__text-wrapper ul {
    list-style: disc;
    margin-left: 1em;
    margin-bottom: .5em; }
  .page__text-wrapper h2 {
    font-size: 1.6rem;
    margin-bottom: .5em; }
  .page__text-wrapper h3 {
    font-size: 1.4rem;
    margin-bottom: .5em; }
  .page__text-wrapper h4 {
    font-size: 1.2rem;
    margin-bottom: .5em; }
  .page__text-wrapper p {
    margin-bottom: .5em; }

.page__text-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 700; }

.page__text-block {
  width: 50%;
  padding: 0 1rem; }
  .page__text-block.full {
    width: 100%; }

.page__text-date {
  margin-bottom: 1rem; }

.text__img {
  width: 20rem;
  height: 20rem;
  margin-bottom: 0;
  margin-right: 1rem;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

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

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

.gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }
  .gallery__wrapper.triple .gallery__block {
    width: 33.33333%; }

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

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

.gallery__img-wrapper {
  height: 25rem;
  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.8rem;
  font-weight: 700; }

@media (max-width: 992px) {
  .gallery__wrapper.triple .gallery__block {
    width: 50%; }
  .gallery__block {
    width: 33.33333%; } }

.contacts {
  padding: 4rem 0; }

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

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

.contacts__form-info {
  width: 50%;
  padding: 0 1.5rem;
  font-size: 1.6rem;
  color: #25292D; }
  .contacts__form-info .title {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem; }
  .contacts__form-info p {
    margin-bottom: 1em; }
  .contacts__form-info a {
    color: inherit; }

/*
 * 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; }

.banners .banners__container:nth-child(2n) {
  background-color: #fff; }
  .banners .banners__container:nth-child(2n) .banner__block {
    flex-direction: row-reverse; }
  .banners .banners__container:nth-child(2n) .banner__item {
    padding-right: 10rem;
    padding-left: 0; }

.banners__container {
  padding: 6rem 0;
  background-color: #F1F1F1; }

.banner__block {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.banner__img {
  width: 50%;
  height: 40rem;
  object-fit: cover; }

.banner__item {
  padding-left: 8rem;
  max-width: 50%; }
  .banner__item .block__title {
    line-height: 1;
    max-width: 40rem; }
  .banner__item .block__text {
    margin-bottom: 3rem; }

@media (max-width: 992px) {
  .banners .banners__container:nth-child(2n) .banner__block {
    flex-direction: column; }
  .banners .banners__container:nth-child(2n) .banner__item {
    padding-right: 0;
    padding-left: 0; }
  .banner__block {
    flex-direction: column; }
  .banner__img {
    max-width: 100%;
    height: auto;
    margin-bottom: 4rem; }
  .banner__item {
    max-width: 100%;
    padding-left: 0; } }

.info {
  background: linear-gradient(180deg, #2A2F33 0%, #1A1E21 100%); }

.info__wrapper {
  display: flex; }

.info__block {
  padding: 0 3rem;
  width: 25%; }
  .info__block:last-of-type {
    background-color: #ac771c; }
    .info__block:last-of-type .info__item {
      color: #000; }

.info__item {
  padding: 7rem 0 4rem;
  color: #dbdbdb;
  height: 100%;
  text-align: center; }
  .info__item .block__text {
    margin-bottom: 0;
    color: inherit;
    text-align: center; }

.info__img {
  height: 11rem;
  display: block;
  margin: 0 auto 2rem; }

.info__title {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  font-weight: 500; }

.section {
  margin-bottom: 6rem; }

.page__content {
  padding-bottom: 4rem;
  padding-top: 4rem;
  position: relative;
  z-index: 2;
  background-color: #fff; }

.block__title {
  margin-bottom: 2rem;
  font-size: 4rem;
  color: #cf831d;
  text-align: center;
  position: relative;
  padding-bottom: 2rem;
  line-height: 1;
  font-weight: 300; }
  .block__title span {
    font-size: 4rem; }

.block__text {
  margin-bottom: 4rem;
  font-size: 1.8rem;
  color: #000;
  font-weight: 300; }
  .block__text ul {
    list-style: disc;
    margin-left: 1em;
    margin-bottom: .5em; }
  .block__text h2 {
    font-size: 1.6rem;
    margin-bottom: .5em; }
  .block__text h3 {
    font-size: 1.4rem;
    margin-bottom: .5em; }
  .block__text h4 {
    font-size: 1.2rem;
    margin-bottom: .5em; }
  .block__text p {
    margin-bottom: .5em; }

.advantages__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2; }

.advantages__block {
  width: 33.3333%;
  text-align: center; }
  .advantages__block .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.5rem; }

.advantages__img {
  height: 200px;
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-end;
  justify-content: center; }
  .advantages__img img {
    max-height: 100%; }

.tours {
  margin-bottom: 4rem;
  position: relative; }
  .tours.unavailable .block__title {
    color: #666666; }
  .tours.unavailable .tours__content {
    filter: grayscale(100%);
    opacity: .5; }
  .tours.unavailable .tour__actual-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.tours__block {
  margin-bottom: 4rem;
  position: relative;
  font-weight: 300; }
  .tours__block:last-child {
    margin-bottom: 0; }
  .tours__block.bottom .tours__content {
    background-position: bottom center; }
  .tours__block.top .tours__content {
    background-position: center -30px; }
  .tours__block.right .tours__content {
    background-position: right center; }
  .tours__block.unavailable .tours__label {
    background-color: #666666; }
    .tours__block.unavailable .tours__label:before {
      display: none; }
  .tours__block.unavailable .tours__content {
    filter: grayscale(100%);
    opacity: .5; }
  .tours__block.unavailable .tours__item {
    margin-bottom: 0; }
  .tours__block.unavailable .tours__footer {
    padding-bottom: 2rem; }

.tours__content {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  height: 28rem;
  background-position: center;
  position: relative; }

.tours__label {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: #198f51;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  padding: 0 .4rem 0 1.2rem;
  width: 134px;
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  height: 50px;
  z-index: 2; }
  .tours__label:before {
    margin-right: 10px;
    width: 14px;
    height: 18px;
    border-width: 0 3px 3px 0;
    border-style: solid;
    border-color: #ffffff;
    transform: rotateZ(45deg) translateY(-4px);
    content: ''; }

.tours__item {
  text-align: center;
  margin-bottom: 2rem; }
  .tours__item .title {
    font-size: 3rem;
    line-height: 1;
    text-transform: uppercase;
    color: #3e3e3e;
    margin-bottom: 3px; }
  .tours__item .text {
    font-size: 2.5rem;
    color: #3e3e3e; }
    .tours__item .text img {
      height: 20px; }

.tours__footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 2rem 2.2rem;
  border: 1px solid #d4d4d4;
  border-top: 0; }
  .tours__footer .btn {
    margin-bottom: 0;
    font-size: 2rem; }

.opened__tour .tours {
  margin-bottom: 2rem; }

.opened__tour .block__title {
  padding-bottom: 0; }
  .opened__tour .block__title:after {
    display: none; }

.opened__tour .tour__container {
  padding: 3.5rem 2rem 2rem; }
  .opened__tour .tour__container .block__title {
    margin-bottom: 4rem; }

.tour__container {
  padding: 2rem 2rem 2rem;
  border: 1px solid #d4d4d4;
  margin-bottom: 4rem;
  position: relative; }
  .tour__container--blog img {
    width: 100% !important;
    object-fit: cover;
    object-position: center -40px;
    height: 400px !important;
    display: block; }
    @media (max-width: 1366px) {
      .tour__container--blog img {
        height: 310px !important; } }
  .tour__container--blog .block__text h2 {
    margin-top: 2.5rem;
    font-size: 2rem;
    margin-bottom: 0; }
  .tour__container .block__text {
    margin-bottom: 0; }
  .tour__container .whatsapp__btn-wrapper {
    margin-bottom: 0; }
  .tour__container img {
    max-width: 100% !important; }
  .tour__container.unavailable .tour__back {
    display: none; }
  .tour__container.unavailable .tour__actual-wrap {
    display: flex; }

.country__banner {
  margin-top: 3.7rem;
  margin-bottom: 3.7rem;
  background-size: cover;
  height: 33rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 4rem 4rem;
  background-repeat: no-repeat; }
  .country__banner .btn {
    background-color: rgba(0, 164, 169, 0.7);
    border: 1px solid #ffffff;
    color: #fff;
    text-transform: uppercase;
    width: 32rem; }
    @media (min-width: 992px) {
      .country__banner .btn--second {
        background-color: rgba(0, 0, 0, 0.2); } }
  .country__banner.unavailable {
    filter: grayscale(100%);
    opacity: .5;
    align-items: center;
    justify-content: center; }
    .country__banner.unavailable .country__banner-content {
      justify-content: center;
      align-items: center; }
    .country__banner.unavailable .title {
      display: flex;
      align-items: center;
      text-align: center;
      color: #ffffff;
      padding: 0 2.2rem 0 2.2rem;
      line-height: 1.4;
      text-transform: uppercase;
      font-size: 18px;
      height: 70px;
      z-index: 2;
      background-color: #000000; }

.country__banner-content {
  text-align: center;
  height: 100%;
  justify-content: flex-end;
  display: flex;
  flex-direction: column; }
  .country__banner-content .title {
    color: #fff;
    text-transform: uppercase; }
  .country__banner-content .whatsapp__btn {
    background-color: rgba(255, 255, 255, 0.7); }

.tour__actual-wrap {
  display: none;
  text-align: center;
  justify-content: center;
  margin-bottom: 3rem; }

.tour__actual {
  padding: .5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  color: #ffffff;
  background-color: #198f51;
  position: relative; }
  .tour__actual:hover {
    text-decoration: none; }
  .tour__actual span {
    width: 25px;
    height: 25px;
    margin-right: 1rem;
    background-color: #ffffff;
    border-radius: 50%;
    position: relative; }
    .tour__actual span:before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      border-width: 0 0 2px 2px;
      border-style: solid;
      border-color: #198f51;
      left: 8px;
      padding: .3rem; }
    .tour__actual span:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 1rem;
      height: .2rem;
      left: 8px;
      background-color: #198f51; }

.main__text--block {
  padding: 4rem 2rem 2rem;
  border: 1px solid #d4d4d4; }

.main__text .block__text {
  margin-bottom: 0; }

.main__text .whatsapp__btn-wrapper {
  margin-bottom: 0; }

.arrow__up {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  z-index: 100;
  opacity: 0;
  visibility: hidden; }
  .arrow__up.active {
    opacity: 1;
    visibility: visible; }
  .arrow__up:before {
    content: '';
    position: absolute;
    top: 2.2rem;
    left: 2rem;
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: #000000;
    width: 1rem;
    height: 1rem;
    transform: rotateZ(45deg); }
  @media (max-width: 992px) {
    .arrow__up {
      display: none; } }

.tour__back {
  position: absolute;
  text-transform: uppercase;
  padding: .4rem 1.5rem .4rem 2.5rem;
  background-color: #878787;
  color: #fff;
  z-index: 2; }
  .tour__back:hover {
    text-decoration: none; }
  .tour__back:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-style: solid;
    border-color: transparent;
    border-width: 4px 6px 4px 6px;
    border-right-color: #fff;
    left: .5rem; }
  .tour__back.left {
    top: 4.5rem;
    left: 2rem; }

.contacts {
  padding: 4rem 0; }

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

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

.contacts__form-info {
  width: 50%;
  padding: 0 1.5rem;
  font-size: 1.6rem;
  color: #25292D; }
  .contacts__form-info .title {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem; }
  .contacts__form-info p {
    margin-bottom: 1em; }
  .contacts__form-info a {
    color: inherit; }

/* 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: #dbdbdb; }

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

.bg-red {
  background-color: #FC4340; }

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

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

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

.bg-blue {
  background-color: #1c91ff; }

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

.bg-green {
  background-color: #4caf50; }

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

.bg-main {
  background-color: #ac771c; }

.bg-secondary {
  background-color: #cf831d; }

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

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

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

.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: #FC4340;
  display: block;
  color: #fff; }

.alert.visible-success {
  background-color: #4caf50;
  display: block;
  color: #fff; }

.alert.success {
  background-color: #4caf50;
  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: #ffb117; }
  html .ui-widget-content .ui-state-default.ui-state-highlight {
    background: #FCA700;
    border-color: #FCA700;
    color: #fff; }
  html .ui-widget-content .ui-state-default.ui-state-active {
    background: #e39600; }

@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: 1440px) {
  .intro {
    margin-top: 8rem; }
    .intro--inside {
      margin-top: 0; }
      .intro--inside .intro__content {
        background-position: center; }
  .intro__content {
    padding-bottom: 10rem;
    height: calc(100vh - 8rem);
    background-position: center 2rem; } }

@media screen and (min-width: 992px) and (max-width: 1366px) and (max-height: 800px) {
  .advantages__img {
    height: 130px; }
  .arrow {
    bottom: 2rem; } }

@media (max-width: 1366px) {
  .blog__title {
    font-size: 2.2rem; } }

@media (max-width: 1260px) {
  .nav__item {
    margin-right: 2rem; }
  .intro__img {
    max-height: 500px; } }

@media (max-width: 1160px) {
  .intro__img {
    max-height: 400px; } }

@media (max-width: 992px) {
  .page__wrapper {
    padding-top: 0; }
  body.inside .page__wrapper {
    padding-top: 0; }
  .logo img {
    height: 6rem; }
  .logo__text {
    display: none; }
  .menu {
    padding: 0 1rem 1rem;
    position: absolute;
    top: 12.4rem;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all .4s ease;
    overflow-y: auto;
    opacity: 0;
    transform: translateY(-2rem);
    visibility: hidden; }
    .menu.opened {
      transform: translateY(0);
      visibility: visible;
      opacity: 1; }
    .menu .nav {
      margin-bottom: 0;
      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.with-sub:after {
        display: none; }
    .menu .nav__submenu-wrapper {
      padding: 1rem 0 0;
      position: static;
      background: none;
      box-shadow: none;
      transform: none;
      opacity: 1;
      visibility: visible; }
    .menu .nav__submenu {
      background: none;
      box-shadow: none; }
    .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-item a {
        padding: 0; }
    .menu .lng {
      margin: 2rem 0;
      justify-content: center; }
    .menu .lng__link {
      color: #fff;
      text-transform: none; }
      .menu .lng__link.active {
        text-decoration: underline; }
    .menu .header__contact {
      margin-right: 0; }
    .menu .header__info {
      color: #fff; }
  .menu__content {
    text-align: center; }
    .menu__content .header__action {
      margin-right: 0; }
  .menu__btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 2.5rem;
    height: 2rem;
    position: absolute;
    right: 1.5rem;
    bottom: 8rem; }
    .menu__btn:before, .menu__btn:after, .menu__btn i {
      content: '';
      width: 100%;
      display: block;
      height: 2px;
      border-radius: .2rem;
      background-color: #dbdbdb;
      transition: all .2s ease; }
  .header {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  .header__wrapper {
    padding-top: 1rem;
    padding-bottom: 2rem;
    flex-direction: column;
    height: auto; }
  .header__block {
    margin-bottom: 1rem; }
  .intro {
    margin-top: 0;
    padding-top: 100px;
    background-color: #000;
    height: 109rem;
    position: relative;
    margin-bottom: 0; }
    .intro--inside {
      height: auto;
      margin-bottom: 2.5rem; }
      .intro--inside .intro__content {
        height: auto;
        flex-direction: row;
        display: flex; }
        .intro--inside .intro__content:after {
          display: none; }
        .intro--inside .intro__content .intro__title {
          font-size: 2.4rem; }
    .intro--faq .intro__content {
      background-position: -60rem 0; }
    .intro--questionnaire .intro__content {
      align-items: center;
      justify-content: center;
      display: flex;
      background: url("/userfiles/questionary-bg.jpg") no-repeat bottom !important;
      background-size: cover !important; }
      .intro--questionnaire .intro__content .intro__title {
        font-size: 2.4rem; }
    .intro--scout .intro__content {
      align-items: center;
      justify-content: center;
      display: flex;
      background: url("/src/assets/images/scoutmobile-bg.jpg") no-repeat bottom !important;
      background-size: cover !important; }
    .intro--faq .intro__content {
      align-items: center;
      justify-content: center;
      display: flex;
      background: url("/src/assets/images/faq-bg.jpg") no-repeat center !important;
      background-size: cover !important; }
      .intro--faq .intro__content:after {
        display: block;
        background: #000000;
        opacity: .4;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        bottom: auto;
        right: auto; }
  .intro__content {
    background-attachment: unset;
    background-size: cover;
    height: 45rem;
    padding-top: 32rem;
    display: block;
    position: relative;
    background-position: -0px center; }
    .intro__content:after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      top: auto;
      width: 100%;
      height: 20rem;
      background: linear-gradient(to top, black 10%, rgba(0, 0, 0, 0) 100%);
      z-index: 1;
      opacity: 1; }
  .advantages__wrapper {
    padding-top: 16rem;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2; }
  .advantages__block {
    width: 100%;
    margin-bottom: 2rem; }
    .advantages__block:last-of-type {
      margin-bottom: 0; }
  .nav__item.active:after {
    display: none; }
  .arrow {
    display: none; }
  .block__title {
    margin-bottom: 2rem; }
  .tours {
    margin-bottom: 2.5rem; }
    .tours .container {
      padding: 0; }
  .tours__content {
    height: 15rem; }
    .tours__content .title {
      font-size: 7.4rem; }
    .tours__content .text {
      font-size: 4.2rem; }
  .tours__footer {
    padding: .3rem .4rem; }
    .tours__footer .btn {
      width: auto;
      height: 5rem; }
  .footer {
    padding: 2rem 0; }
  .tour__page .container {
    padding: 0; }
  .tour__container .block__title {
    text-transform: none;
    color: #ac771c; }
  .country__banner {
    margin: 2.5rem -2rem 2.5rem;
    align-items: flex-start;
    justify-content: center;
    height: 27rem;
    background: url("/userfiles/banner_mobile.png") no-repeat cover !important;
    background-size: cover; }
  .country__banner-content {
    height: auto; }
    .country__banner-content .title {
      margin: 1rem 0; }
  .page__form {
    margin: 0 -1.5rem;
    padding: 2rem 1.5rem 2rem; }
    .page__form .btn {
      width: 100%; }
  .form__inline {
    flex-direction: column; }
    .form__inline .form__group {
      width: 100%; }
    .form__inline.check {
      flex-direction: row; }
  .form__group-wrapper {
    position: relative; }
    .form__group-wrapper .form__item--label .label {
      padding-left: 0; }
  .form__item--label {
    position: absolute;
    left: 15px;
    top: -40px; }
    .form__item--label .label {
      padding-left: 0; }
  .btn--main {
    min-width: auto; }
  .accordion__title a {
    padding: 1.5rem 3.5rem 1.5rem 1rem; }
  .accordion__content {
    padding: 2rem 1rem; }
  .accordion {
    margin-bottom: 2rem; }
  .form__inline .form__group:first-of-type {
    margin-bottom: 0;
    padding-top: 0; }
  .form__label-wrapper {
    display: flex;
    width: 50%;
    flex-direction: column;
    position: relative; }
  .form__item .input {
    width: calc(100% - 15px); }
  .form__label-wrapper .form__item {
    text-align: right; }
    .form__label-wrapper .form__item--label {
      width: auto; }
  .form__block {
    width: 100%; }
  .advantages__img {
    height: 100px; }
  .advantages__block .title {
    font-size: 2rem; }
  .block__title {
    font-size: 3rem;
    margin-bottom: 2.5rem;
    padding-bottom: 0; }
  .tours__content .title {
    font-size: 2.4rem; }
  .tours__content .text {
    font-size: 2rem; }
  .btn {
    font-size: 1.6rem; }
  .country__banner .btn {
    font-size: 2.2rem; }
  .tours__footer {
    padding: 2rem 2rem 2rem; }
  .page__content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .tours__block {
    margin-bottom: 3rem; }
  .opened__tour {
    margin-bottom: 0; }
    .opened__tour .tours {
      margin-bottom: 0; }
  .tour__container {
    border: 0;
    padding: 2rem;
    margin-bottom: 0; }
  .country__banner .btn {
    text-transform: none; }
  .questionnaire .block__text {
    margin-bottom: 2rem; }
  .tours__item .title {
    font-size: 2.5rem; }
  .tours__item .text {
    font-size: 2rem; }
  .whatsapp__btn {
    font-size: 21px; }
    .whatsapp__btn img {
      margin-right: 1.5rem; }
  .tour__back.left {
    top: 3.5rem; }
  body.inside .page__wrapper {
    padding-top: 12.4rem; }
  .opened__tour .block__title {
    line-height: 1.2; }
  .intro--inside {
    padding-top: 0; }
  .tour__container--blog {
    padding: 0 0 2.5rem; }
    .tour__container--blog img {
      object-position: center; } }

@media (max-width: 768px) {
  .intro__content {
    background-position: -260px center; }
  .tour__back {
    margin-bottom: 2rem;
    display: inline-flex; }
    .tour__back.left {
      position: relative;
      top: auto;
      left: auto; }
  .opened__tour .tour__container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
    .opened__tour .tour__container .block__title {
      margin-bottom: 2.5rem; }
  .country__banner {
    padding-top: 2rem; }
  .country__banner-content .whatsapp__btn {
    font-size: 17px; }
  .whatsapp__btn-wrapper {
    margin-top: 2.5rem; }
  .tour__actual-wrap {
    margin-bottom: 2.5rem; } }

@media (max-width: 640px) {
  .main__text--block {
    padding: 0;
    border: 0; } }

@media (max-width: 560px) {
  .logo img {
    height: 5rem; }
  .menu__btn {
    bottom: auto;
    top: 2.8rem; } }

.grecaptcha-badge {
  bottom: 64px !important; }

@media (max-width: 560px) {
  .grecaptcha-badge {
    transform: translateX(200%); } }
