@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..900;1,100..900&display=swap");
html,
body {
  font-size: 15px;
  -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;
  overflow-x: hidden; }
  body.fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
    padding-right: 5px; }
  body.inside .section {
    margin-bottom: 4rem; }

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

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

p {
  margin: 0 0 .5em; }

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

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

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

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

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

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

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

.page__section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative; }
  .page__section:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    opacity: .21; }
  .page__section.cover {
    min-height: calc(100vh - 51px);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed; }
    .page__section.cover:after {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #190E3C 92%);
      opacity: 1;
      z-index: 2; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.remodal__title {
  font-weight: 500; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rope {
  width: 150px;
  height: 150px;
  border: solid 5px #6B6B6B;
  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: #1d1d1d; }
  .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: #1d1d1d; }

body.header-bg .header {
  background-color: #ffffff; }

body.header-bg .page__wrapper {
  padding-top: 7rem; }
  @media (max-width: 992px) {
    body.header-bg .page__wrapper {
      padding-top: 4rem; } }

@media (max-width: 992px) {
  body .intro--centered .intro__content {
    padding-top: 4rem !important; } }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50; }

.header__line {
  background-color: #f3f3f3; }

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

.header__contact {
  color: #1d1d1d;
  font-size: .9rem; }

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

.header__wrapper {
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .header__wrapper--logo-center .header__block {
    width: 35%;
    justify-content: space-between; }
    .header__wrapper--logo-center .header__block.right {
      justify-content: space-between; }

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

.header__action {
  margin-right: 3rem; }
  .header__action:last-child {
    margin-right: 0; }
  .header__action .btn {
    padding-top: .2rem;
    margin-bottom: 0; }

.nav {
  flex: 1;
  display: flex;
  justify-content: space-between; }

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

.logo {
  color: #0f2666;
  font-size: 32px;
  display: block;
  font-weight: 700; }
  .logo span {
    color: #fc0000; }
  .logo:hover {
    text-decoration: none; }
  .logo img {
    height: 7rem;
    display: block; }

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

.nav__submenu-wrapper {
  padding-top: .5rem;
  position: absolute;
  top: 100%;
  left: -1rem;
  opacity: 0;
  visibility: hidden; }

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

.nav__submenu-item a {
  text-transform: none;
  color: #1d1d1d;
  display: block;
  padding: .5rem 1rem .5rem; }
  .nav__submenu-item a:hover {
    background-color: #f7f7f7;
    text-decoration: none; }

.lng {
  display: inline-flex;
  align-items: center;
  position: relative; }
  .lng img {
    height: .8rem; }
  .lng:hover .lng__list-wrapper {
    opacity: 1;
    visibility: visible; }
  .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%;
      right: 0;
      border: 4px solid transparent;
      border-top-color: inherit; }

.lng__list-wrapper {
  padding-top: .5rem;
  position: absolute;
  opacity: 0;
  top: 100%;
  visibility: hidden;
  min-width: 100%;
  left: -1rem;
  z-index: 40; }

.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: #1d1d1d;
    display: block;
    padding: .5rem 1rem .5rem;
    white-space: nowrap;
    font-size: 1.2rem; }
    .lng__list a:hover {
      background-color: #f7f7f7;
      text-decoration: none; }
    .lng__list a:last-child {
      margin-bottom: 0; }

.lng__link {
  display: block;
  color: #1d1d1d;
  font-size: 1.2rem;
  position: relative; }
  .lng__link:hover {
    text-decoration: none; }
  .lng__link:not(:last-child) {
    margin-right: 1rem; }
  .lng__link.active {
    text-decoration: underline;
    color: #fff; }

/* 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 #0F2666;
  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: #0F2666;
    border-radius: 2.2rem;
    transition: transform .2s ease; }
  .switcher__label span {
    color: #333;
    position: relative;
    z-index: 2;
    transition: color .2s ease; }
  .switcher__label .no {
    color: #fff; }

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

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

.checkbox__input {
  position: absolute;
  opacity: 0; }
  .checkbox__input:checked + .checkbox__label {
    color: #1d1d1d; }
    .checkbox__input:checked + .checkbox__label--not-active {
      user-select: auto;
      color: #6B6B6B; }
      .checkbox__input:checked + .checkbox__label--not-active:before {
        border-color: #919191; }
      .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: #CC0535; }
    .checkbox__input.error + .checkbox__label:before {
      border-color: #CC0535; }
  .checkbox__input:disabled + .checkbox__label {
    cursor: text;
    user-select: unset; }

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

/* 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: #1d1d1d; }
    .radio__input:checked + .radio__label--disabled {
      color: #6B6B6B; }
  .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: #6B6B6B; }
    .radio__input:checked + .radio__label--not-active:before {
      border-color: #919191; }
    .radio__input:checked + .radio__label--not-active:after {
      opacity: 1;
      background-color: #6B6B6B; }
    .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: #0F2666; }
  .radio__input--square:checked + .radio__label--square {
    border-color: #0F2666; }
  .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: #1d1d1d;
  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 #6B6B6B;
    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: #6B6B6B;
    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: #CC0535; }
    .radio__label--error:before {
      border-color: #CC0535; }
  .radio__label--disabled {
    color: #6B6B6B; }
    .radio__label--disabled:before {
      border-color: #919191; }
    .radio__label--disabled:hover {
      cursor: not-allowed; }
  .radio__label--not-active {
    user-select: auto;
    color: #6B6B6B; }
    .radio__label--not-active:before {
      border-color: #919191; }
    .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: #0F2666; }
      .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: #0F2666; }
    .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; }

.about__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
  align-items: center;
  row-gap: 2rem; }

.about__block {
  width: 100%;
  padding: 0 1rem;
  display: flex; }
  .about__block:last-child {
    width: 100%;
    text-align: justify; }
  .about__block .page__text-block {
    padding: 0;
    color: #5A5A5A;
    line-height: 1.6; }
  .about__block.full {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .about__block.full .about__title {
      color: #fff;
      position: relative;
      margin-bottom: 4rem;
      padding-bottom: 2rem;
      font-size: 3rem; }
      .about__block.full .about__title:after {
        content: '';
        position: absolute;
        bottom: 0;
        height: 2px;
        background-color: #fff;
        width: 4rem;
        left: 50%;
        transform: translateX(-50%); }
    .about__block.full .page__text-block {
      color: #fff;
      font-size: 1.5rem;
      max-width: 800px;
      margin: 0 auto; }

.about__images {
  display: flex;
  gap: 1rem; }

.about__img-block {
  width: calc(25% - .5rem);
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center; }
  .about__img-block img {
    width: 100%;
    display: block;
    margin-bottom: 1rem; }

.about__download {
  color: #0f2666; }

.about__item {
  margin: 0 .5rem;
  overflow: hidden;
  width: 50%;
  padding-bottom: 2rem; }

.about__title {
  font-size: 2.4rem;
  color: #0F2666;
  font-weight: 700;
  margin-bottom: 1rem; }

.about__slider .slick-list {
  margin: 0; }

.about__slider .slick-slide {
  padding: 0; }

.about__slider .slick-dots li.slick-active button:before {
  background-color: #0F2666;
  opacity: 1; }

.about__slider .slick-dots li button:before {
  background-color: #000;
  opacity: .2; }

.about__slide {
  height: 570px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

/* 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: 3.4rem;
  background-color: #F1F1F1;
  color: #1d1d1d;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
  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 */
  /* 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 */
  /* Vertical Gradient */
  /* Sizes */
  /* Styling */ }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus {
    background-color: #e9e9e9;
    outline: 0; }
  .btn:hover {
    background-color: #e4e4e4; }
  .btn:active {
    background-color: #dfdfdf; }
  .btn--gray {
    background-color: #6B6B6B;
    color: #fff; }
    .btn--gray:focus {
      background-color: #636363; }
    .btn--gray:hover {
      background-color: #5e5e5e; }
    .btn--gray:active {
      background-color: #595959; }
  .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: #CC0535;
    color: #fff; }
    .btn--red:focus {
      background-color: #bd0531; }
    .btn--red:hover {
      background-color: #b3042f; }
    .btn--red:active {
      background-color: #a9042c; }
  .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: #1d1d1d; }
    .btn--white:focus {
      background-color: #f7f7f7; }
    .btn--white:hover {
      background-color: #f2f2f2; }
    .btn--white:active {
      background-color: #ededed; }
  .btn--pink {
    background-color: #EBDDDD;
    color: #1d1d1d; }
    .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: #1d1d1d; }
    .btn--deep-pink:focus {
      background-color: #d6c0b9; }
    .btn--deep-pink:hover {
      background-color: #d3bbb3; }
    .btn--deep-pink:active {
      background-color: #cfb5ac; }
  .btn--purple {
    background-color: #A08CA7;
    color: #fff; }
    .btn--purple:focus {
      background-color: #9983a0; }
    .btn--purple:hover {
      background-color: #947e9c; }
    .btn--purple:active {
      background-color: #8f7898; }
  .btn--deep-purple {
    background-color: #673ab7;
    color: #fff; }
    .btn--deep-purple:focus {
      background-color: #6036ab; }
    .btn--deep-purple:hover {
      background-color: #5c34a4; }
    .btn--deep-purple:active {
      background-color: #58319c; }
  .btn--dark-pink {
    background-color: #BC9999;
    color: #1d1d1d; }
    .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: #0F2666;
    color: #fff; }
    .btn--blue:focus {
      background-color: #0d2159; }
    .btn--blue:hover {
      background-color: #0c1e50; }
    .btn--blue:active {
      background-color: #0a1a47; }
  .btn--cyan {
    background-color: #60A2AB;
    color: #fff; }
    .btn--cyan:focus {
      background-color: #579ba5; }
    .btn--cyan:hover {
      background-color: #53959e; }
    .btn--cyan:active {
      background-color: #508f97; }
  .btn--green {
    background-color: #5E9123;
    color: #fff; }
    .btn--green:focus {
      background-color: #568520; }
    .btn--green:hover {
      background-color: #517c1e; }
    .btn--green:active {
      background-color: #4b741c; }
  .btn--light-blue {
    background-color: #335eea;
    color: #fff; }
    .btn--light-blue:focus {
      background-color: #2553e9; }
    .btn--light-blue:hover {
      background-color: #1c4ce8; }
    .btn--light-blue:active {
      background-color: #1747e2; }
  .btn--yellow {
    background-color: #C9C897;
    color: #1d1d1d; }
    .btn--yellow:focus {
      background-color: #c4c38d; }
    .btn--yellow:hover {
      background-color: #c0bf86; }
    .btn--yellow:active {
      background-color: #bdbc80; }
  .btn--main {
    background-color: #000;
    color: #fff; }
    .btn--main:focus {
      background-color: black; }
    .btn--main:hover {
      background-color: black; }
    .btn--main:active {
      background-color: black; }
  .btn--secondary {
    background-color: #000;
    color: #fff; }
    .btn--secondary:focus {
      background-color: black; }
    .btn--secondary:hover {
      background-color: black; }
    .btn--secondary:active {
      background-color: black; }
  .btn--brown {
    background-color: #342519;
    color: #fff; }
    .btn--brown:focus {
      background-color: #2a1e14; }
    .btn--brown:hover {
      background-color: #231911; }
    .btn--brown:active {
      background-color: #1c140d; }
  .btn--black {
    background-color: #1d1d1d;
    color: #fff; }
    .btn--black:focus {
      background-color: #151515; }
    .btn--black:hover {
      background-color: #101010; }
    .btn--black:active {
      background-color: #0b0b0b; }
  .btn--gray {
    background-color: #6B6B6B;
    color: #fff; }
    .btn--gray:focus {
      background-color: #636363; }
    .btn--gray:hover {
      background-color: #5e5e5e; }
    .btn--gray:active {
      background-color: #595959; }
  .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 #6B6B6B;
    color: #6B6B6B; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #6B6B6B;
      border-color: #666666; }
    .btn--o-gray:hover {
      border-color: #6B6B6B;
      background-color: #6B6B6B;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #636363;
      background-color: #636363; }
  .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 #CC0535;
    color: #CC0535; }
    .btn--o-red:focus {
      background-color: transparent;
      color: #CC0535;
      border-color: #c20532; }
    .btn--o-red:hover {
      border-color: #CC0535;
      background-color: #CC0535;
      color: #fff; }
    .btn--o-red:active {
      border-color: #bd0531;
      background-color: #bd0531; }
  .btn--o-rblack {
    background-color: transparent;
    border: 1px solid #000;
    color: #000; }
    .btn--o-rblack:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-rblack:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-rblack:active {
      border-color: black;
      background-color: black; }
  .btn--o-white {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff; }
    .btn--o-white:focus {
      background-color: transparent;
      color: #fff;
      border-color: #fafafa; }
    .btn--o-white:hover {
      border-color: #fff;
      background-color: #fff;
      color: #fff; }
    .btn--o-white:active {
      border-color: #f7f7f7;
      background-color: #f7f7f7; }
  .btn--o-pink {
    background-color: transparent;
    border: 1px solid #EBDDDD;
    color: #EBDDDD; }
    .btn--o-pink:focus {
      background-color: transparent;
      color: #EBDDDD;
      border-color: #e7d7d7; }
    .btn--o-pink:hover {
      border-color: #EBDDDD;
      background-color: #EBDDDD;
      color: #fff; }
    .btn--o-pink:active {
      border-color: #e5d3d3;
      background-color: #e5d3d3; }
  .btn--o-deep-pink {
    background-color: transparent;
    border: 1px solid #DCC9C3;
    color: #DCC9C3; }
    .btn--o-deep-pink:focus {
      background-color: transparent;
      color: #DCC9C3;
      border-color: #d8c3bd; }
    .btn--o-deep-pink:hover {
      border-color: #DCC9C3;
      background-color: #DCC9C3;
      color: #fff; }
    .btn--o-deep-pink:active {
      border-color: #d6c0b9;
      background-color: #d6c0b9; }
  .btn--o-purple {
    background-color: transparent;
    border: 1px solid #A08CA7;
    color: #A08CA7; }
    .btn--o-purple:focus {
      background-color: transparent;
      color: #A08CA7;
      border-color: #9b86a3; }
    .btn--o-purple:hover {
      border-color: #A08CA7;
      background-color: #A08CA7;
      color: #fff; }
    .btn--o-purple:active {
      border-color: #9983a0;
      background-color: #9983a0; }
  .btn--o-deep-purple {
    background-color: transparent;
    border: 1px solid #673ab7;
    color: #673ab7; }
    .btn--o-deep-purple:focus {
      background-color: transparent;
      color: #673ab7;
      border-color: #6338af; }
    .btn--o-deep-purple:hover {
      border-color: #673ab7;
      background-color: #673ab7;
      color: #fff; }
    .btn--o-deep-purple:active {
      border-color: #6036ab;
      background-color: #6036ab; }
  .btn--o-dark-pink {
    background-color: transparent;
    border: 1px solid #BC9999;
    color: #BC9999; }
    .btn--o-dark-pink:focus {
      background-color: transparent;
      color: #BC9999;
      border-color: #b89393; }
    .btn--o-dark-pink:hover {
      border-color: #BC9999;
      background-color: #BC9999;
      color: #fff; }
    .btn--o-dark-pink:active {
      border-color: #b69090;
      background-color: #b69090; }
  .btn--o-blue {
    background-color: transparent;
    border: 1px solid #0F2666;
    color: #0F2666; }
    .btn--o-blue:focus {
      background-color: transparent;
      color: #0F2666;
      border-color: #0e235d; }
    .btn--o-blue:hover {
      border-color: #0F2666;
      background-color: #0F2666;
      color: #fff; }
    .btn--o-blue:active {
      border-color: #0d2159;
      background-color: #0d2159; }
  .btn--o-cyan {
    background-color: transparent;
    border: 1px solid #60A2AB;
    color: #60A2AB; }
    .btn--o-cyan:focus {
      background-color: transparent;
      color: #60A2AB;
      border-color: #599ea7; }
    .btn--o-cyan:hover {
      border-color: #60A2AB;
      background-color: #60A2AB;
      color: #fff; }
    .btn--o-cyan:active {
      border-color: #579ba5;
      background-color: #579ba5; }
  .btn--o-green {
    background-color: transparent;
    border: 1px solid #5E9123;
    color: #5E9123; }
    .btn--o-green:focus {
      background-color: transparent;
      color: #5E9123;
      border-color: #598921; }
    .btn--o-green:hover {
      border-color: #5E9123;
      background-color: #5E9123;
      color: #fff; }
    .btn--o-green:active {
      border-color: #568520;
      background-color: #568520; }
  .btn--o-light-blue {
    background-color: transparent;
    border: 1px solid #335eea;
    color: #335eea; }
    .btn--o-light-blue:focus {
      background-color: transparent;
      color: #335eea;
      border-color: #2a57e9; }
    .btn--o-light-blue:hover {
      border-color: #335eea;
      background-color: #335eea;
      color: #fff; }
    .btn--o-light-blue:active {
      border-color: #2553e9;
      background-color: #2553e9; }
  .btn--o-yellow {
    background-color: transparent;
    border: 1px solid #C9C897;
    color: #C9C897; }
    .btn--o-yellow:focus {
      background-color: transparent;
      color: #C9C897;
      border-color: #c6c490; }
    .btn--o-yellow:hover {
      border-color: #C9C897;
      background-color: #C9C897;
      color: #fff; }
    .btn--o-yellow:active {
      border-color: #c4c38d;
      background-color: #c4c38d; }
  .btn--o-main {
    background-color: transparent;
    border: 1px solid #000;
    color: #000; }
    .btn--o-main:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-main:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-main:active {
      border-color: black;
      background-color: black; }
  .btn--o-secondary {
    background-color: transparent;
    border: 1px solid #000;
    color: #000; }
    .btn--o-secondary:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-secondary:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-secondary:active {
      border-color: black;
      background-color: black; }
  .btn--o-brown {
    background-color: transparent;
    border: 1px solid #342519;
    color: #342519; }
    .btn--o-brown:focus {
      background-color: transparent;
      color: #342519;
      border-color: #2d2016; }
    .btn--o-brown:hover {
      border-color: #342519;
      background-color: #342519;
      color: #fff; }
    .btn--o-brown:active {
      border-color: #2a1e14;
      background-color: #2a1e14; }
  .btn--o-black {
    background-color: transparent;
    border: 1px solid #1d1d1d;
    color: #1d1d1d; }
    .btn--o-black:focus {
      background-color: transparent;
      color: #1d1d1d;
      border-color: #181818; }
    .btn--o-black:hover {
      border-color: #1d1d1d;
      background-color: #1d1d1d;
      color: #fff; }
    .btn--o-black:active {
      border-color: #151515;
      background-color: #151515; }
  .btn--o-gray {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #6B6B6B; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #6B6B6B;
      border-color: #666666; }
    .btn--o-gray:hover {
      border-color: #6B6B6B;
      background-color: #6B6B6B;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #636363;
      background-color: #636363; }
  .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 #6B6B6B;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #6B6B6B;
      border-color: #666666; }
    .btn--i-gray:hover {
      border-color: #6B6B6B;
      background-color: transparent;
      color: #6B6B6B; }
    .btn--i-gray:active {
      border-color: #636363;
      background-color: transparent; }
  .btn--i-dark-blue {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    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 #6B6B6B;
    color: #fff; }
    .btn--i-red:focus {
      background-color: transparent;
      color: #CC0535;
      border-color: #c20532; }
    .btn--i-red:hover {
      border-color: #CC0535;
      background-color: transparent;
      color: #CC0535; }
    .btn--i-red:active {
      border-color: #bd0531;
      background-color: transparent; }
  .btn--i-rblack {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    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 #6B6B6B;
    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 #6B6B6B;
    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 #6B6B6B;
    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 #6B6B6B;
    color: #fff; }
    .btn--i-purple:focus {
      background-color: transparent;
      color: #A08CA7;
      border-color: #9b86a3; }
    .btn--i-purple:hover {
      border-color: #A08CA7;
      background-color: transparent;
      color: #A08CA7; }
    .btn--i-purple:active {
      border-color: #9983a0;
      background-color: transparent; }
  .btn--i-deep-purple {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    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 #6B6B6B;
    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 #6B6B6B;
    color: #fff; }
    .btn--i-blue:focus {
      background-color: transparent;
      color: #0F2666;
      border-color: #0e235d; }
    .btn--i-blue:hover {
      border-color: #0F2666;
      background-color: transparent;
      color: #0F2666; }
    .btn--i-blue:active {
      border-color: #0d2159;
      background-color: transparent; }
  .btn--i-cyan {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    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 #6B6B6B;
    color: #fff; }
    .btn--i-green:focus {
      background-color: transparent;
      color: #5E9123;
      border-color: #598921; }
    .btn--i-green:hover {
      border-color: #5E9123;
      background-color: transparent;
      color: #5E9123; }
    .btn--i-green:active {
      border-color: #568520;
      background-color: transparent; }
  .btn--i-light-blue {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-light-blue:focus {
      background-color: transparent;
      color: #335eea;
      border-color: #2a57e9; }
    .btn--i-light-blue:hover {
      border-color: #335eea;
      background-color: transparent;
      color: #335eea; }
    .btn--i-light-blue:active {
      border-color: #2553e9;
      background-color: transparent; }
  .btn--i-yellow {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-yellow:focus {
      background-color: transparent;
      color: #C9C897;
      border-color: #c6c490; }
    .btn--i-yellow:hover {
      border-color: #C9C897;
      background-color: transparent;
      color: #C9C897; }
    .btn--i-yellow:active {
      border-color: #c4c38d;
      background-color: transparent; }
  .btn--i-main {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-main:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-main:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-main:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-secondary {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-secondary:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-secondary:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-secondary:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-brown {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-brown:focus {
      background-color: transparent;
      color: #342519;
      border-color: #2d2016; }
    .btn--i-brown:hover {
      border-color: #342519;
      background-color: transparent;
      color: #342519; }
    .btn--i-brown:active {
      border-color: #2a1e14;
      background-color: transparent; }
  .btn--i-black {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-black:focus {
      background-color: transparent;
      color: #1d1d1d;
      border-color: #181818; }
    .btn--i-black:hover {
      border-color: #1d1d1d;
      background-color: transparent;
      color: #1d1d1d; }
    .btn--i-black:active {
      border-color: #151515;
      background-color: transparent; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #6B6B6B;
      border-color: #666666; }
    .btn--i-gray:hover {
      border-color: #6B6B6B;
      background-color: transparent;
      color: #6B6B6B; }
    .btn--i-gray:active {
      border-color: #636363;
      background-color: transparent; }
  .btn--i-peach {
    background-color: transparent;
    border: 1px solid #6B6B6B;
    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: #787878;
    background: linear-gradient(to bottom, #787878 0%, #454545 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#454545', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-gray:focus, .btn--vg-gray:hover {
      opacity: .9; }
    .btn--vg-gray:active {
      opacity: .8; }
  .btn--vg-dark-blue {
    background: #163de3;
    background: linear-gradient(to bottom, #163de3 0%, #0d2486 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163de3', endColorstr='#0d2486', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-dark-blue:focus, .btn--vg-dark-blue:hover {
      opacity: .9; }
    .btn--vg-dark-blue:active {
      opacity: .8; }
  .btn--vg-red {
    background: #e5063b;
    background: linear-gradient(to bottom, #e5063b 0%, #810322 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5063b', endColorstr='#810322', 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: #1d1d1d;
    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: #1d1d1d;
    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: #1d1d1d;
    transition: opacity .2s linear; }
    .btn--vg-deep-pink:focus, .btn--vg-deep-pink:hover {
      opacity: .9; }
    .btn--vg-deep-pink:active {
      opacity: .8; }
  .btn--vg-purple {
    background: #ac9ab2;
    background: linear-gradient(to bottom, #ac9ab2 0%, #7b6483 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac9ab2', endColorstr='#7b6483', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-purple:focus, .btn--vg-purple:hover {
      opacity: .9; }
    .btn--vg-purple:active {
      opacity: .8; }
  .btn--vg-deep-purple {
    background: #7446c4;
    background: linear-gradient(to bottom, #7446c4 0%, #46287d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7446c4', endColorstr='#46287d', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-deep-purple:focus, .btn--vg-deep-purple:hover {
      opacity: .9; }
    .btn--vg-deep-purple:active {
      opacity: .8; }
  .btn--vg-dark-pink {
    background: #c6a8a8;
    background: linear-gradient(to bottom, #c6a8a8 0%, #9e6b6b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6a8a8', endColorstr='#9e6b6b', GradientType=0 );
    color: #1d1d1d;
    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: #122e7c;
    background: linear-gradient(to bottom, #122e7c 0%, #050d23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122e7c', endColorstr='#050d23', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-blue:focus, .btn--vg-blue:hover {
      opacity: .9; }
    .btn--vg-blue:active {
      opacity: .8; }
  .btn--vg-cyan {
    background: #71acb4;
    background: linear-gradient(to bottom, #71acb4 0%, #42767d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71acb4', endColorstr='#42767d', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-cyan:focus, .btn--vg-cyan:hover {
      opacity: .9; }
    .btn--vg-cyan:active {
      opacity: .8; }
  .btn--vg-green {
    background: #6ba628;
    background: linear-gradient(to bottom, #6ba628 0%, #365314 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ba628', endColorstr='#365314', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-green:focus, .btn--vg-green:hover {
      opacity: .9; }
    .btn--vg-green:active {
      opacity: .8; }
  .btn--vg-light-blue {
    background: #4a70ec;
    background: linear-gradient(to bottom, #4a70ec 0%, #133bbd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a70ec', endColorstr='#133bbd', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-light-blue:focus, .btn--vg-light-blue:hover {
      opacity: .9; }
    .btn--vg-light-blue:active {
      opacity: .8; }
  .btn--vg-yellow {
    background: #d2d1a8;
    background: linear-gradient(to bottom, #d2d1a8 0%, #afad65 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d1a8', endColorstr='#afad65', GradientType=0 );
    color: #1d1d1d;
    transition: opacity .2s linear; }
    .btn--vg-yellow:focus, .btn--vg-yellow:hover {
      opacity: .9; }
    .btn--vg-yellow:active {
      opacity: .8; }
  .btn--vg-main {
    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-main:focus, .btn--vg-main:hover {
      opacity: .9; }
    .btn--vg-main:active {
      opacity: .8; }
  .btn--vg-secondary {
    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-secondary:focus, .btn--vg-secondary:hover {
      opacity: .9; }
    .btn--vg-secondary:active {
      opacity: .8; }
  .btn--vg-brown {
    background: #453121;
    background: linear-gradient(to bottom, #453121 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#453121', endColorstr='black', 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: #2a2a2a;
    background: linear-gradient(to bottom, #2a2a2a 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', 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: #787878;
    background: linear-gradient(to bottom, #787878 0%, #454545 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#454545', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-gray:focus, .btn--vg-gray:hover {
      opacity: .9; }
    .btn--vg-gray:active {
      opacity: .8; }
  .btn--vg-peach {
    background: #9d7676;
    background: linear-gradient(to bottom, #9d7676 0%, #644848 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d7676', endColorstr='#644848', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--vg-peach:focus, .btn--vg-peach:hover {
      opacity: .9; }
    .btn--vg-peach:active {
      opacity: .8; }
  .btn--hg-gray {
    background: #787878;
    background: linear-gradient(to right, #787878 0%, #454545 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#454545', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-gray:focus, .btn--hg-gray:hover {
      opacity: .9; }
    .btn--hg-gray:active {
      opacity: .8; }
  .btn--hg-dark-blue {
    background: #163de3;
    background: linear-gradient(to right, #163de3 0%, #0d2486 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163de3', endColorstr='#0d2486', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-dark-blue:focus, .btn--hg-dark-blue:hover {
      opacity: .9; }
    .btn--hg-dark-blue:active {
      opacity: .8; }
  .btn--hg-red {
    background: #e5063b;
    background: linear-gradient(to right, #e5063b 0%, #810322 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5063b', endColorstr='#810322', 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: #1d1d1d;
    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: #1d1d1d;
    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: #1d1d1d;
    transition: opacity .2s linear; }
    .btn--hg-deep-pink:focus, .btn--hg-deep-pink:hover {
      opacity: .9; }
    .btn--hg-deep-pink:active {
      opacity: .8; }
  .btn--hg-purple {
    background: #ac9ab2;
    background: linear-gradient(to right, #ac9ab2 0%, #7b6483 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac9ab2', endColorstr='#7b6483', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-purple:focus, .btn--hg-purple:hover {
      opacity: .9; }
    .btn--hg-purple:active {
      opacity: .8; }
  .btn--hg-deep-purple {
    background: #7446c4;
    background: linear-gradient(to right, #7446c4 0%, #46287d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7446c4', endColorstr='#46287d', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-deep-purple:focus, .btn--hg-deep-purple:hover {
      opacity: .9; }
    .btn--hg-deep-purple:active {
      opacity: .8; }
  .btn--hg-dark-pink {
    background: #c6a8a8;
    background: linear-gradient(to right, #c6a8a8 0%, #9e6b6b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6a8a8', endColorstr='#9e6b6b', GradientType=0 );
    color: #1d1d1d;
    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: #122e7c;
    background: linear-gradient(to right, #122e7c 0%, #050d23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122e7c', endColorstr='#050d23', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-blue:focus, .btn--hg-blue:hover {
      opacity: .9; }
    .btn--hg-blue:active {
      opacity: .8; }
  .btn--hg-cyan {
    background: #71acb4;
    background: linear-gradient(to right, #71acb4 0%, #42767d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71acb4', endColorstr='#42767d', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-cyan:focus, .btn--hg-cyan:hover {
      opacity: .9; }
    .btn--hg-cyan:active {
      opacity: .8; }
  .btn--hg-green {
    background: #6ba628;
    background: linear-gradient(to right, #6ba628 0%, #365314 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ba628', endColorstr='#365314', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-green:focus, .btn--hg-green:hover {
      opacity: .9; }
    .btn--hg-green:active {
      opacity: .8; }
  .btn--hg-light-blue {
    background: #4a70ec;
    background: linear-gradient(to right, #4a70ec 0%, #133bbd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a70ec', endColorstr='#133bbd', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-light-blue:focus, .btn--hg-light-blue:hover {
      opacity: .9; }
    .btn--hg-light-blue:active {
      opacity: .8; }
  .btn--hg-yellow {
    background: #d2d1a8;
    background: linear-gradient(to right, #d2d1a8 0%, #afad65 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d1a8', endColorstr='#afad65', GradientType=0 );
    color: #1d1d1d;
    transition: opacity .2s linear; }
    .btn--hg-yellow:focus, .btn--hg-yellow:hover {
      opacity: .9; }
    .btn--hg-yellow:active {
      opacity: .8; }
  .btn--hg-main {
    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-main:focus, .btn--hg-main:hover {
      opacity: .9; }
    .btn--hg-main:active {
      opacity: .8; }
  .btn--hg-secondary {
    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-secondary:focus, .btn--hg-secondary:hover {
      opacity: .9; }
    .btn--hg-secondary:active {
      opacity: .8; }
  .btn--hg-brown {
    background: #453121;
    background: linear-gradient(to right, #453121 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#453121', endColorstr='black', 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: #2a2a2a;
    background: linear-gradient(to right, #2a2a2a 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', 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: #787878;
    background: linear-gradient(to right, #787878 0%, #454545 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#454545', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-gray:focus, .btn--hg-gray:hover {
      opacity: .9; }
    .btn--hg-gray:active {
      opacity: .8; }
  .btn--hg-peach {
    background: #9d7676;
    background: linear-gradient(to right, #9d7676 0%, #644848 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d7676', endColorstr='#644848', GradientType=0 );
    color: #fff;
    transition: opacity .2s linear; }
    .btn--hg-peach:focus, .btn--hg-peach:hover {
      opacity: .9; }
    .btn--hg-peach:active {
      opacity: .8; }
  .btn--xs {
    min-height: 0;
    font-size: 0.7em; }
  .btn--s {
    min-height: 0;
    font-size: 0.8em; }
  .btn--m {
    font-size: 1.2em; }
  .btn--l {
    font-size: 1.4em; }
  .btn--xl {
    font-size: 1.6em; }
  .btn--xxl {
    font-size: 1.8em; }
  .btn--full {
    width: 100%; }
  .btn--rounded {
    border-radius: .2rem; }
  .btn--ellipse {
    border-radius: 2.6em; }
  .btn--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.3); }
  .btn--icon-before i {
    margin-right: 0.5em; }
  .btn--icon-after i {
    margin-left: 0.5em; }
  .btn--o-white {
    border-color: #fff;
    color: #fff; }
    .btn--o-white:hover {
      background-color: #fff;
      color: #342519; }
  .btn--white {
    color: #342519; }
  .btn--hi {
    height: 2rem; }

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

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

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

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

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

.form__group {
  margin-bottom: .6rem; }

/* 10. Inputs & textarea
=========================*/
/* Styling */
/* States */
.input {
  height: 3.6rem;
  font-size: 1.2rem;
  padding: 0.5em 0.9em;
  vertical-align: middle;
  background-color: transparent;
  color: #fff;
  font-family: inherit;
  transition: background-color .1s linear;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(247, 244, 236, 0.22);
  /* Styling */
  /* States */ }
  .input:focus {
    outline: 0; }
  .input::placeholder {
    color: #F7F4EC; }
  .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: #CC0535;
    color: #CC0535;
    background-color: rgba(204, 5, 53, 0.05); }
    .input--error::placeholder {
      color: #CC0535; }
    .input--error:focus {
      background-color: rgba(204, 5, 53, 0.05); }
  .input--success {
    border-color: #5E9123;
    color: #5E9123;
    background-color: rgba(94, 145, 35, 0.05); }
    .input--success::placeholder {
      color: #5E9123; }
    .input--success:focus {
      background-color: rgba(94, 145, 35, 0.05); }
  .input.error {
    border-color: #CC0535;
    color: #CC0535;
    background-color: rgba(204, 5, 53, 0.05); }
    .input.error::placeholder {
      color: #CC0535; }
    .input.error:focus {
      background-color: rgba(204, 5, 53, 0.05); }
  .input.success {
    border-color: #CC0535;
    color: #CC0535;
    background-color: rgba(204, 5, 53, 0.05); }
    .input.success::placeholder {
      color: #CC0535; }
    .input.success:focus {
      background-color: rgba(204, 5, 53, 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: #1d1d1d; }

/* Textarea */
/* Styling */
/* States */
.textarea {
  font-size: 1.2rem;
  display: block;
  width: 100%;
  min-height: 10rem;
  resize: vertical;
  font-family: inherit;
  padding: 0.5em 0.9em;
  border: 0;
  border-bottom: 1px solid rgba(247, 244, 236, 0.22);
  font-weight: inherit;
  background-color: transparent;
  color: #fff;
  transition: background-color .1s linear;
  /* Styling */
  /* States */ }
  .textarea:focus {
    outline: 0;
    resize: vertical; }
  .textarea::placeholder {
    color: #F7F4EC; }
  .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: #CC0535;
    color: #CC0535;
    background-color: rgba(204, 5, 53, 0.05); }
    .textarea--error::placeholder {
      color: #CC0535; }
    .textarea--error:focus {
      background-color: rgba(204, 5, 53, 0.05); }
  .textarea--success {
    border-color: #5E9123;
    color: #5E9123;
    background-color: rgba(94, 145, 35, 0.05); }
    .textarea--success::placeholder {
      color: #5E9123; }
    .textarea--success:focus {
      background-color: rgba(94, 145, 35, 0.05); }

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

/* 19. Select
=========================*/
.select {
  color: #333;
  position: relative;
  font-family: "Anonymous Pro", sans-serif;
  /* Styling */
  /* Types */
  /* States */ }
  .select:hover:before {
    box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.42); }
  .select:after {
    content: '';
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    margin-top: -.15rem;
    padding: .3rem;
    right: 1.4rem;
    pointer-events: none; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: .4rem 4rem .4rem 1.6rem;
    border-radius: 0;
    border: 1px solid #0F2666;
    font-family: inherit;
    line-height: 1.2;
    color: #333;
    height: 50px;
    font-size: 1.2rem;
    transition: background-color .1s linear; }
    .select select::-ms-expand {
      display: none; }
    .select select:focus {
      outline: 0;
      background-color: white; }
    .select select:hover {
      cursor: pointer; }
    .select select.error {
      border-color: #CC0535;
      color: #CC0535;
      background-color: rgba(204, 5, 53, 0.05); }
      .select select.error::placeholder {
        color: #CC0535; }
      .select select.error:focus {
        background-color: rgba(204, 5, 53, 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: #CC0535; }
  .select--success:before, .select--success:after {
    color: #5E9123; }
  .select--error select {
    color: #CC0535;
    border-color: #CC0535;
    color: #CC0535;
    background-color: rgba(204, 5, 53, 0.05); }
    .select--error select::placeholder {
      color: #CC0535; }
    .select--error select:focus {
      background-color: rgba(204, 5, 53, 0.05); }
  .select--success select {
    color: #5E9123;
    border-color: #5E9123;
    color: #5E9123;
    background-color: rgba(94, 145, 35, 0.05); }
    .select--success select::placeholder {
      color: #5E9123; }
    .select--success select:focus {
      background-color: rgba(94, 145, 35, 0.05); }
  .select--border select {
    box-shadow: none;
    border: 1px solid #ddd;
    color: #1d1d1d;
    transition: all .1s ease; }
    .select--border select:hover {
      border-color: #c4c4c4; }
  .select--users {
    width: 100%; }
    .select--users select {
      width: 100%; }

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

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

.breadcrumbs__item {
  margin-right: 0.4em;
  color: #1d1d1d;
  font-size: 1rem;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block; }
  .breadcrumbs__item:not(.current):after {
    content: "/";
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5em;
    color: #1d1d1d;
    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: #1d1d1d;
    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: #1d1d1d;
  text-align: center;
  font-size: 1em;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #0F2666;
  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: #122e7c;
    border-color: #122e7c;
    color: #fff;
    text-decoration: none; }
  .pagination__item--disabled {
    opacity: 0.4;
    pointer-events: none; }
  .pagination__item--current {
    background-color: #0F2666;
    border-color: #0F2666;
    color: #fff; }

/* 17. Alerts
=========================*/
/* Styling */
.alert {
  padding: 1em 1.5em;
  margin-bottom: 1rem;
  font-size: 0.9em;
  line-height: 1.2;
  position: relative;
  background-color: #fff;
  color: #1d1d1d;
  font-family: "Open Sans", sans-serif;
  /* Colors */
  /* Border */
  /* Styling */ }
  .alert p:last-of-type {
    margin-bottom: 0; }
  .alert p.alert__text {
    margin-bottom: 20px; }
  .alert--gray {
    background-color: #6B6B6B;
    color: #fff; }
  .alert--dark-blue {
    background-color: #1437CC;
    color: #fff; }
  .alert--red {
    background-color: #CC0535;
    color: #fff; }
  .alert--rblack {
    background-color: #000;
    color: #fff; }
  .alert--white {
    background-color: #fff;
    color: #1d1d1d; }
  .alert--pink {
    background-color: #EBDDDD;
    color: #1d1d1d; }
  .alert--deep-pink {
    background-color: #DCC9C3;
    color: #1d1d1d; }
  .alert--purple {
    background-color: #A08CA7;
    color: #fff; }
  .alert--deep-purple {
    background-color: #673ab7;
    color: #fff; }
  .alert--dark-pink {
    background-color: #BC9999;
    color: #1d1d1d; }
  .alert--blue {
    background-color: #0F2666;
    color: #fff; }
  .alert--cyan {
    background-color: #60A2AB;
    color: #fff; }
  .alert--green {
    background-color: #5E9123;
    color: #fff; }
  .alert--light-blue {
    background-color: #335eea;
    color: #fff; }
  .alert--yellow {
    background-color: #C9C897;
    color: #1d1d1d; }
  .alert--main {
    background-color: #000;
    color: #fff; }
  .alert--secondary {
    background-color: #000;
    color: #fff; }
  .alert--brown {
    background-color: #342519;
    color: #fff; }
  .alert--black {
    background-color: #1d1d1d;
    color: #fff; }
  .alert--gray {
    background-color: #6B6B6B;
    color: #fff; }
  .alert--peach {
    background-color: #916868;
    color: #fff; }
  .alert--o-gray {
    background: transparent;
    color: #6B6B6B;
    border: 1px solid #6B6B6B; }
  .alert--o-dark-blue {
    background: transparent;
    color: #1437CC;
    border: 1px solid #1437CC; }
  .alert--o-red {
    background: transparent;
    color: #CC0535;
    border: 1px solid #CC0535; }
  .alert--o-rblack {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-white {
    background: transparent;
    color: #fff;
    border: 1px solid #fff; }
  .alert--o-pink {
    background: transparent;
    color: #EBDDDD;
    border: 1px solid #EBDDDD; }
  .alert--o-deep-pink {
    background: transparent;
    color: #DCC9C3;
    border: 1px solid #DCC9C3; }
  .alert--o-purple {
    background: transparent;
    color: #A08CA7;
    border: 1px solid #A08CA7; }
  .alert--o-deep-purple {
    background: transparent;
    color: #673ab7;
    border: 1px solid #673ab7; }
  .alert--o-dark-pink {
    background: transparent;
    color: #BC9999;
    border: 1px solid #BC9999; }
  .alert--o-blue {
    background: transparent;
    color: #0F2666;
    border: 1px solid #0F2666; }
  .alert--o-cyan {
    background: transparent;
    color: #60A2AB;
    border: 1px solid #60A2AB; }
  .alert--o-green {
    background: transparent;
    color: #5E9123;
    border: 1px solid #5E9123; }
  .alert--o-light-blue {
    background: transparent;
    color: #335eea;
    border: 1px solid #335eea; }
  .alert--o-yellow {
    background: transparent;
    color: #C9C897;
    border: 1px solid #C9C897; }
  .alert--o-main {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-secondary {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-brown {
    background: transparent;
    color: #342519;
    border: 1px solid #342519; }
  .alert--o-black {
    background: transparent;
    color: #1d1d1d;
    border: 1px solid #1d1d1d; }
  .alert--o-gray {
    background: transparent;
    color: #6B6B6B;
    border: 1px solid #6B6B6B; }
  .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: #CC0535;
  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 .block__title {
  margin-bottom: 2rem; }

.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%;
    margin-bottom: 3rem; }
  .news__wrapper.horizontal .news__item {
    display: flex;
    align-items: center;
    margin: 0;
    background-color: #EFEBDF; }
  .news__wrapper.horizontal .news__img-wrapper {
    width: 50%;
    height: 30rem;
    padding: 0;
    margin-bottom: 0; }
  .news__wrapper.horizontal .news__content {
    padding: 0 2rem 0 3rem;
    flex: 1;
    color: #342519; }
    .news__wrapper.horizontal .news__content .subtitle {
      margin-bottom: .4rem;
      font-weight: 500;
      font-size: 1.2rem; }
    .news__wrapper.horizontal .news__content .title {
      font-size: 2.4rem;
      font-weight: 500; }
    .news__wrapper.horizontal .news__content .date {
      font-size: 1.2rem; }
    .news__wrapper.horizontal .news__content .text {
      margin-bottom: 2rem;
      font-size: 1.2rem;
      line-height: 1.8;
      height: auto; }
  @media (max-width: 768px) {
    .news__wrapper.horizontal .news__item {
      flex-direction: column;
      padding-bottom: 1rem; }
    .news__wrapper.horizontal .news__img-wrapper {
      width: 100%;
      height: 20rem;
      margin-bottom: 1rem; } }

.news__block {
  width: 25%;
  padding: 0 1rem;
  margin-bottom: 2rem;
  border-radius: 8px;
  display: block;
  text-decoration: none;
  transition: all .1s ease; }
  .news__block:hover {
    text-decoration: none; }
  .news__block .title {
    font-size: 1.2rem;
    font-weight: 700; }
  .news__block .text {
    height: 2.8rem;
    overflow: hidden;
    text-overflow: ellipsis; }
  .news__block .subtitle {
    font-weight: 700; }

.news__item {
  color: #342519;
  display: block; }
  .news__item:hover {
    text-decoration: none; }

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

.news__img {
  height: 100%;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

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

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

.news__container {
  margin-bottom: 20px; }

.news__block-content {
  padding: 20px; }

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

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

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

@media (max-width: 768px) {
  .news__wrapper {
    margin: 0; }
    .news__wrapper.horizontal .news__content {
      padding: 0 1rem .5rem; } }

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

.table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
  font-size: 0.9em;
  line-height: 1.2;
  color: #1d1d1d;
  /* Table Head */
  /* Table Body */
  /* Styling */
  /* Row Colors */ }
  .table thead tr {
    background-color: #F1F1F1;
    border-bottom: 2px solid #6B6B6B; }
  .table th {
    padding: 0.5em 1em;
    color: #1d1d1d;
    font-weight: normal;
    text-align: left; }
  .table tbody tr {
    border-bottom: 1px solid #F1F1F1; }
  .table td {
    padding: 0.5em 1em; }
  .table--striped-odd tbody tr:nth-child(odd) {
    background-color: #ececec; }
  .table--striped-even tbody tr:nth-child(even) {
    background-color: #ececec; }
  .table--hover {
    /* Row Colors */ }
    .table--hover tbody tr {
      transition: background-color .1s linear; }
      .table--hover tbody tr:hover {
        background-color: #f6f6f6; }
    .table--hover tbody tr.row--gray {
      background-color: #6B6B6B;
      color: #fff; }
      .table--hover tbody tr.row--gray:hover {
        color: #fff;
        background-color: #5e5e5e; }
    .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: #CC0535;
      color: #fff; }
      .table--hover tbody tr.row--red:hover {
        color: #fff;
        background-color: #b3042f; }
    .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: #1d1d1d; }
      .table--hover tbody tr.row--white:hover {
        color: #fff;
        background-color: #f2f2f2; }
    .table--hover tbody tr.row--pink {
      background-color: #EBDDDD;
      color: #1d1d1d; }
      .table--hover tbody tr.row--pink:hover {
        color: #fff;
        background-color: #e2cdcd; }
    .table--hover tbody tr.row--deep-pink {
      background-color: #DCC9C3;
      color: #1d1d1d; }
      .table--hover tbody tr.row--deep-pink:hover {
        color: #fff;
        background-color: #d3bbb3; }
    .table--hover tbody tr.row--purple {
      background-color: #A08CA7;
      color: #fff; }
      .table--hover tbody tr.row--purple:hover {
        color: #fff;
        background-color: #947e9c; }
    .table--hover tbody tr.row--deep-purple {
      background-color: #673ab7;
      color: #fff; }
      .table--hover tbody tr.row--deep-purple:hover {
        color: #fff;
        background-color: #5c34a4; }
    .table--hover tbody tr.row--dark-pink {
      background-color: #BC9999;
      color: #1d1d1d; }
      .table--hover tbody tr.row--dark-pink:hover {
        color: #fff;
        background-color: #b28a8a; }
    .table--hover tbody tr.row--blue {
      background-color: #0F2666;
      color: #fff; }
      .table--hover tbody tr.row--blue:hover {
        color: #fff;
        background-color: #0c1e50; }
    .table--hover tbody tr.row--cyan {
      background-color: #60A2AB;
      color: #fff; }
      .table--hover tbody tr.row--cyan:hover {
        color: #fff;
        background-color: #53959e; }
    .table--hover tbody tr.row--green {
      background-color: #5E9123;
      color: #fff; }
      .table--hover tbody tr.row--green:hover {
        color: #fff;
        background-color: #517c1e; }
    .table--hover tbody tr.row--light-blue {
      background-color: #335eea;
      color: #fff; }
      .table--hover tbody tr.row--light-blue:hover {
        color: #fff;
        background-color: #1c4ce8; }
    .table--hover tbody tr.row--yellow {
      background-color: #C9C897;
      color: #1d1d1d; }
      .table--hover tbody tr.row--yellow:hover {
        color: #fff;
        background-color: #c0bf86; }
    .table--hover tbody tr.row--main {
      background-color: #000;
      color: #fff; }
      .table--hover tbody tr.row--main:hover {
        color: #fff;
        background-color: black; }
    .table--hover tbody tr.row--secondary {
      background-color: #000;
      color: #fff; }
      .table--hover tbody tr.row--secondary:hover {
        color: #fff;
        background-color: black; }
    .table--hover tbody tr.row--brown {
      background-color: #342519;
      color: #fff; }
      .table--hover tbody tr.row--brown:hover {
        color: #fff;
        background-color: #231911; }
    .table--hover tbody tr.row--black {
      background-color: #1d1d1d;
      color: #fff; }
      .table--hover tbody tr.row--black:hover {
        color: #fff;
        background-color: #101010; }
    .table--hover tbody tr.row--gray {
      background-color: #6B6B6B;
      color: #fff; }
      .table--hover tbody tr.row--gray:hover {
        color: #fff;
        background-color: #5e5e5e; }
    .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 #6B6B6B; }
  .table--separate-cols td {
    border: 1px solid #F1F1F1; }
  .table--dark {
    color: #fff; }
    .table--dark thead th {
      color: #C9C897; }
    .table--dark thead tr {
      border-color: #C9C897;
      background-color: transparent; }
    .table--dark.table--striped-odd tbody tr:nth-child(odd) {
      background-color: #101010;
      color: #fff; }
    .table--dark.table--striped-even tbody tr:nth-child(even) {
      background-color: #101010;
      color: #fff; }
    .table--dark.table--separate-cols th {
      border: 1px solid #C9C897; }
    .table--dark.table--separate-cols td {
      border: 1px solid #fff; }
    .table--dark.table--hover tbody tr {
      /* Row Colors */ }
      .table--dark.table--hover tbody tr:hover {
        background-color: #151515;
        color: #fff; }
      .table--dark.table--hover tbody tr.row--gray {
        background-color: #6B6B6B;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--gray:hover {
          color: #fff;
          background-color: #5e5e5e; }
      .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: #CC0535;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--red:hover {
          color: #fff;
          background-color: #b3042f; }
      .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: #1d1d1d; }
        .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: #1d1d1d; }
        .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: #1d1d1d; }
        .table--dark.table--hover tbody tr.row--deep-pink:hover {
          color: #fff;
          background-color: #d3bbb3; }
      .table--dark.table--hover tbody tr.row--purple {
        background-color: #A08CA7;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--purple:hover {
          color: #fff;
          background-color: #947e9c; }
      .table--dark.table--hover tbody tr.row--deep-purple {
        background-color: #673ab7;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--deep-purple:hover {
          color: #fff;
          background-color: #5c34a4; }
      .table--dark.table--hover tbody tr.row--dark-pink {
        background-color: #BC9999;
        color: #1d1d1d; }
        .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: #0F2666;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--blue:hover {
          color: #fff;
          background-color: #0c1e50; }
      .table--dark.table--hover tbody tr.row--cyan {
        background-color: #60A2AB;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--cyan:hover {
          color: #fff;
          background-color: #53959e; }
      .table--dark.table--hover tbody tr.row--green {
        background-color: #5E9123;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--green:hover {
          color: #fff;
          background-color: #517c1e; }
      .table--dark.table--hover tbody tr.row--light-blue {
        background-color: #335eea;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--light-blue:hover {
          color: #fff;
          background-color: #1c4ce8; }
      .table--dark.table--hover tbody tr.row--yellow {
        background-color: #C9C897;
        color: #1d1d1d; }
        .table--dark.table--hover tbody tr.row--yellow:hover {
          color: #fff;
          background-color: #c0bf86; }
      .table--dark.table--hover tbody tr.row--main {
        background-color: #000;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--main:hover {
          color: #fff;
          background-color: black; }
      .table--dark.table--hover tbody tr.row--secondary {
        background-color: #000;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--secondary:hover {
          color: #fff;
          background-color: black; }
      .table--dark.table--hover tbody tr.row--brown {
        background-color: #342519;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--brown:hover {
          color: #fff;
          background-color: #231911; }
      .table--dark.table--hover tbody tr.row--black {
        background-color: #1d1d1d;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--black:hover {
          color: #fff;
          background-color: #101010; }
      .table--dark.table--hover tbody tr.row--gray {
        background-color: #6B6B6B;
        color: #fff; }
        .table--dark.table--hover tbody tr.row--gray:hover {
          color: #fff;
          background-color: #5e5e5e; }
      .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: #6B6B6B;
    color: #fff; }
  .table tbody tr.row--dark-blue {
    background-color: #1437CC;
    color: #fff; }
  .table tbody tr.row--red {
    background-color: #CC0535;
    color: #fff; }
  .table tbody tr.row--rblack {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--white {
    background-color: #fff;
    color: #1d1d1d; }
  .table tbody tr.row--pink {
    background-color: #EBDDDD;
    color: #1d1d1d; }
  .table tbody tr.row--deep-pink {
    background-color: #DCC9C3;
    color: #1d1d1d; }
  .table tbody tr.row--purple {
    background-color: #A08CA7;
    color: #fff; }
  .table tbody tr.row--deep-purple {
    background-color: #673ab7;
    color: #fff; }
  .table tbody tr.row--dark-pink {
    background-color: #BC9999;
    color: #1d1d1d; }
  .table tbody tr.row--blue {
    background-color: #0F2666;
    color: #fff; }
  .table tbody tr.row--cyan {
    background-color: #60A2AB;
    color: #fff; }
  .table tbody tr.row--green {
    background-color: #5E9123;
    color: #fff; }
  .table tbody tr.row--light-blue {
    background-color: #335eea;
    color: #fff; }
  .table tbody tr.row--yellow {
    background-color: #C9C897;
    color: #1d1d1d; }
  .table tbody tr.row--main {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--secondary {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--brown {
    background-color: #342519;
    color: #fff; }
  .table tbody tr.row--black {
    background-color: #1d1d1d;
    color: #fff; }
  .table tbody tr.row--gray {
    background-color: #6B6B6B;
    color: #fff; }
  .table tbody tr.row--peach {
    background-color: #916868;
    color: #fff; }
  .table--contacts {
    width: 100%;
    font-size: .8rem;
    color: #335eea; }
    .table--contacts thead tr {
      background: none;
      border-bottom: 1px solid #ededed; }
    .table--contacts thead th {
      color: #555;
      font-weight: 600;
      padding: .6rem 1rem; }
    .table--contacts tbody td {
      padding: .8em 1em; }
      .table--contacts tbody td.date {
        color: #555; }
      .table--contacts tbody td a {
        color: #335eea; }

/* 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: #6B6B6B; }
    .tabs__nav--dark .tabs__nav-item.active {
      color: #C9C897;
      background-color: #1d1d1d;
      border-color: #1d1d1d; }
    .tabs__nav--dark .tabs__nav-item:not(.active):hover {
      color: #1d1d1d; }
  .tabs__nav a:not(:last-child) {
    border-right: 1px solid #F1F1F1; }
  .tabs__nav--details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start; }
    .tabs__nav--details .tabs__nav-item {
      padding: 0;
      display: flex;
      flex: auto;
      align-items: center;
      justify-content: center;
      width: 2.6rem;
      height: 2.6rem;
      border: 1px solid #F1F1F1;
      font-size: 1.8rem;
      color: #0F2666;
      opacity: .5;
      transition: all .2s ease; }
      .tabs__nav--details .tabs__nav-item.active {
        opacity: 1; }
      .tabs__nav--details .tabs__nav-item:hover {
        opacity: 1;
        border: 1px solid #F1F1F1; }
  .tabs__nav--lead .tabs__nav-item {
    border-bottom: 1px solid #F1F1F1; }
    .tabs__nav--lead .tabs__nav-item.active {
      border-bottom: 0; }

.tabs__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  padding: 0 1rem;
  flex: 1;
  text-align: center;
  font-size: 1em;
  color: #6B6B6B;
  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: #0F2666; }

.tabs__content {
  padding: 7px 0 15px 0;
  font-size: 1em;
  color: #1d1d1d;
  line-height: 1.4;
  /* Styling */ }
  .tabs__content p:last-of-type {
    margin-bottom: 0; }
  .tabs__content--fill {
    color: #1d1d1d;
    background-color: #fff;
    border: 1px solid #9e9e9e; }
  .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: #1d1d1d;
    border-color: #1d1d1d;
    color: #fff; }
  .tabs__content--lead {
    max-height: calc(100vh - 200px);
    overflow-y: auto; }

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

/* 22. Accordion
=========================*/
/* Title */
/* Title Icon */
/* Content */
/* Dark theme */
/* Styling */
.accordion {
  margin: 20px 0;
  /* Styling */ }
  .accordion--fill {
    border: 1px solid #9e9e9e;
    background-color: #fff; }
    .accordion--fill .accordion__item {
      border-bottom: 1px solid #9e9e9e; }
      .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: #1d1d1d;
    border-color: #1d1d1d; }
    .accordion--dark .accordion__title {
      color: #6B6B6B; }
      .accordion--dark .accordion__title:hover {
        color: #fff; }
        .accordion--dark .accordion__title:hover:before {
          color: inherit; }
    .accordion--dark .accordion__item {
      border-bottom-color: #000; }
    .accordion--dark .accordion__item.active .accordion__title {
      color: #C9C897; }
    .accordion--dark .accordion__content {
      color: #fff; }

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

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

.accordion__content {
  padding: 1rem 1rem 1rem 6rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.4;
  color: #1d1d1d; }
  .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; }

body.inside .footer {
  border-top: 1px solid #f1f1f1; }

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

.footer__wrapper {
  padding: 1rem 0;
  display: flex;
  justify-content: space-around; }
  .footer__wrapper .nav__link {
    opacity: 1;
    color: #342519;
    margin-right: 3rem; }
  .footer__wrapper .logo {
    margin-bottom: 1rem;
    display: block; }

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

.footer__info {
  color: #fff; }
  .footer__info p {
    margin-bottom: 20px; }
    .footer__info p:last-child {
      margin-bottom: 0; }

.soc {
  display: flex; }

.soc__link {
  margin-right: 1rem;
  font-size: .8rem;
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #342519;
  display: flex;
  align-items: center;
  justify-content: center; }
  .soc__link:last-child {
    margin-right: 0; }

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

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

.footer__line {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.copyright {
  color: #1d1d1d; }

.made__by {
  color: #1d1d1d;
  display: flex;
  align-items: center; }
  .made__by img {
    margin-top: -.2rem;
    margin-left: .4rem; }

.footer__contacts {
  flex-direction: column;
  display: flex;
  align-items: flex-start; }

.footer__contacts-link {
  color: #fff;
  display: block;
  margin-bottom: 1rem; }
  .footer__contacts-link:last-child {
    margin-bottom: 0; }
  .footer__contacts-link:hover {
    color: #6ec1e4;
    text-decoration: none; }
  .footer__contacts-link i {
    color: #6ec1e4; }

.footer__line-container {
  background-color: #fff; }

.category {
  margin-bottom: 5rem; }

.category__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }
  .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 1rem;
  margin-bottom: 2rem; }

.category__item {
  padding: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 20rem; }
  .category__item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1d1d1d;
    opacity: .4;
    transition: all .2s ease; }
  .category__item:hover {
    text-decoration: none; }
    .category__item:hover:after {
      opacity: .7; }

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

.category__title {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 1rem; }

.category__text {
  color: #fff; }

.products {
  margin-bottom: 5rem; }

.products__wrapper {
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap; }
  .products__wrapper.slider {
    margin: 0;
    display: block; }
    .products__wrapper.slider .products__block {
      width: 100%;
      margin-bottom: 0; }
  .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__wrapper .slick-dots li.slick-active button {
    background-color: #342519; }
  .products__wrapper .slick-dots li button {
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    border: 1px solid #342519;
    background-color: transparent; }
    .products__wrapper .slick-dots li button:before {
      display: none; }

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

.products__item {
  display: block;
  color: #1d1d1d; }
  .products__item:hover {
    text-decoration: none; }

.products__img {
  height: 15rem;
  margin-bottom: 1rem;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.products__title {
  font-size: 1.4rem; }

.products__text {
  font-size: 1rem; }

.product {
  margin-bottom: 5rem; }

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

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

.product__img {
  height: 20rem;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

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

.product__text {
  font-size: 1rem; }

body.inside .intro--centered .intro__content {
  padding-top: 90px; }

.intro {
  margin-bottom: 6rem;
  position: relative; }
  .intro--centered {
    margin-bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed; }
    .intro--centered .intro__content {
      justify-content: center;
      align-items: center;
      text-align: center;
      min-height: 16rem;
      background-position: top center;
      background-attachment: fixed;
      -webkit-background-size: cover; }
      .intro--centered .intro__content:after {
        background: linear-gradient(180deg, #FFFFFF 0%, #190E3C 100%);
        opacity: .8; }
    .intro--centered .intro__wrapper {
      justify-content: center;
      text-align: center; }
    .intro--centered .intro__subtitle {
      margin-bottom: .6rem;
      text-transform: none; }
    .intro--centered .intro__title {
      max-width: 100%;
      margin: 0 auto .6rem;
      text-align: center;
      color: #fff;
      font-size: 3rem;
      position: relative; }
      .intro--centered .intro__title:after {
        top: calc(100% + .5rem);
        width: 4rem;
        background-color: #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 2px;
        content: ''; }
    .intro--centered .intro__text {
      max-width: 30rem;
      margin: 0 auto; }
  .intro--full {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    border-radius: 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .intro--full:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(114.94deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.568) 0.02%, rgba(0, 0, 0, 0) 178.79%); }
    .intro--full .intro__video {
      position: static; }
    .intro--full--video {
      width: 100%;
      height: 100vh;
      min-height: 600px;
      max-height: 800px;
      margin-bottom: 0; }
      .intro--full--video .intro__slider {
        position: absolute;
        z-index: 2; }
      .intro--full--video .intro__content {
        height: auto;
        max-height: none;
        min-height: auto;
        position: relative;
        background-size: cover; }
    .intro--full .intro__content {
      width: 100%;
      height: calc(100vh - 51px);
      min-height: 600px; }
      .intro--full .intro__content:after {
        opacity: 0; }
    .intro--full .intro__slider {
      z-index: 2; }
    .intro--full .intro__title {
      color: #0F2666;
      font-size: 6.5rem; }
    .intro--full .intro__subtitle {
      font-size: 1.4rem;
      font-weight: 500; }
  .intro--img .intro__content:after {
    display: none; }
  .intro--video {
    overflow: hidden; }
    .intro--video .intro__content {
      position: relative; }
  .intro--article {
    margin-bottom: 0; }
    .intro--article .intro__content:after {
      background-color: #342519; }
  .intro--services:after {
    display: none; }
  .intro--services .intro__content {
    height: 65vh;
    min-height: 400px; }
    .intro--services .intro__content:after {
      display: none; }

.intro__slider {
  width: 100%; }
  .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 .slick-arrow {
    opacity: 0;
    visibility: hidden; }
  .intro__slider .slick-dots {
    opacity: 0;
    visibility: hidden;
    bottom: 2rem;
    z-index: 2; }

.intro__content {
  min-height: 470px;
  padding: 2rem 7rem;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  background-attachment: fixed; }
  .intro__content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(77.9deg, rgba(0, 0, 0, 0.49) 49.42%, rgba(0, 0, 0, 0) 110.97%); }
  .intro__content .container {
    position: relative; }

.intro__wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center; }
  .intro__wrapper .img {
    max-width: 30%; }

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

.intro__subtitle {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: #0F2666; }

.intro__title {
  margin-bottom: 2rem;
  font-size: 6rem;
  line-height: 1.2;
  color: #0F2666;
  max-width: 28rem;
  font-weight: 700; }

.intro__text {
  font-size: .8rem;
  color: #0F2666;
  max-width: 22rem;
  line-height: 1.9; }

.intro__form {
  margin-bottom: 2rem;
  display: flex;
  max-width: 32rem;
  white-space: nowrap; }
  .intro__form .input {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid rgba(247, 244, 236, 0.42);
    padding-left: 0;
    padding-right: 0;
    margin-right: 1rem; }
  .intro__form .btn {
    margin-bottom: 0; }

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

.intro__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.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__img-block {
  position: absolute;
  bottom: 1rem;
  padding-left: calc(50% - 600px);
  width: 100%;
  left: 0;
  text-align: left; }

.intro__img {
  max-width: 400px; }

@media (max-width: 992px) {
  .intro--full {
    height: auto;
    min-height: 35rem; } }

.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: #1d1d1d; }
  .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__container {
  padding: 4rem 0 4rem; }
  .page__container .block__text {
    margin-bottom: 0; }

.page__text-wrapper {
  font-size: 1.1rem;
  position: relative;
  z-index: 3; }
  .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-top: .5em;
    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-wrapper.img-center .text__img {
    margin: -10rem auto 2rem;
    float: none;
    display: block;
    width: 100%;
    height: 35rem; }
    .page__text-wrapper.img-center .text__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

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

@media (max-width: 768px) {
  .page__text-wrapper.img-center .text__img {
    height: 15rem; } }

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

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

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

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

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

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

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

.gallery__title {
  font-size: 1.2rem;
  font-weight: 700; }

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

@media (max-width: 640px) {
  .gallery__block {
    width: 100%; } }

.contacts {
  margin-bottom: 4rem; }
  .contacts .contact__form--contacts {
    align-items: flex-start; }

.contact__form {
  display: flex;
  border-radius: 10px;
  overflow: hidden; }
  .contact__form--contacts {
    background: none;
    justify-content: space-between; }
    .contact__form--contacts .contact__form-block {
      padding: 1rem 0 0;
      width: 50%;
      margin-bottom: 8rem; }
      .contact__form--contacts .contact__form-block .form__group {
        margin-bottom: .8rem; }
      .contact__form--contacts .contact__form-block .input {
        border-radius: .3rem;
        border: 0;
        color: #1d1d1d;
        background-color: #fff; }
        .contact__form--contacts .contact__form-block .input::placeholder {
          color: #cbd3e0;
          font-size: 1rem; }
      .contact__form--contacts .contact__form-block .textarea {
        border: 0;
        border-radius: .3rem;
        color: #1d1d1d;
        background-color: #fff;
        min-height: 7rem; }
        .contact__form--contacts .contact__form-block .textarea::placeholder {
          color: #cbd3e0;
          font-size: 1rem; }
      .contact__form--contacts .contact__form-block .btn {
        display: flex;
        max-width: 30rem;
        width: 100%;
        margin: 0 auto; }
  .contact__form .form__group.last {
    margin-bottom: 1rem; }
  .contact__form .form__inline {
    display: flex;
    margin: 0 -.4rem; }
    .contact__form .form__inline .form__group {
      padding: 0 .4rem;
      width: 50%; }

.contact__block {
  width: 40%;
  padding: 0 1rem; }
  .contact__block:first-child {
    width: 60%;
    display: flex;
    justify-content: space-between; }
  .contact__block .contact__form-block {
    width: 100%;
    padding: 1rem 0 0; }
  .contact__block .block__text {
    color: #fff;
    padding-top: 1.5rem; }
    .contact__block .block__text p {
      margin-bottom: 20px; }
  .contact__block.full {
    width: 100%; }

.contact__form-block {
  padding: 3rem 4rem;
  width: 70%; }
  .contact__form-block .block__title {
    color: #fff;
    max-width: 30rem; }
  .contact__form-block .block__text {
    width: 50%;
    margin-bottom: 2rem;
    color: #fff; }

.contact__form-img {
  width: 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right; }

.contact__info {
  display: flex;
  width: 50%;
  margin-right: 2rem; }
  .contact__info .block__title {
    color: #fff;
    font-weight: 500; }
  .contact__info .info {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 1.2rem; }
    .contact__info .info a {
      display: block;
      color: inherit; }
      .contact__info .info a i {
        color: #6ec1e4; }
      .contact__info .info a:hover {
        color: #6ec1e4;
        text-decoration: none; }

.contact__info-img {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 50%;
  height: 30rem; }

.contact__info-content .block__text {
  padding-top: 0; }

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

.contacts__info-item {
  width: 33.33333%;
  padding: 0 1rem;
  text-align: center; }

.contact {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .contact:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 37, 25, 0.83); }
  .contact .block__title {
    color: #fff; }
  .contact .block__subtitle {
    color: #fff; }
  .contact .block__text {
    color: #fff; }

.contact__wrapper {
  display: flex;
  padding: 8rem 0;
  position: relative;
  z-index: 2; }
  .contact__wrapper .form__group {
    margin-bottom: 1rem; }
    .contact__wrapper .form__group.last {
      margin-bottom: 2rem; }

.contacts__page {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 8rem 0; }
  .contacts__page:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 28, 45, 0.7); }
  .contacts__page .container {
    position: relative;
    z-index: 3; }

.contact__descr {
  color: rgba(255, 252, 252, 0.6);
  font-size: .8rem;
  max-width: 70%; }

@media (max-width: 992px) {
  .contact__form {
    flex-direction: column; }
  .contact__block {
    margin: 0 auto;
    width: 70%; }
    .contact__block:first-child {
      width: 100%;
      justify-content: space-around; }
  .contact__descr {
    margin: 0 auto;
    max-width: 100%; }
  .contact__form-block {
    margin-bottom: 0 !important; } }

@media (max-width: 768px) {
  .contacts__page {
    padding: 4rem 0; }
  .contact__wrapper {
    flex-direction: column;
    align-items: center;
    padding: 4rem 0; }
  .contact__block {
    width: 100%; }
  .contact__block {
    flex-direction: column; }
  .contact__info {
    text-align: left;
    width: 100%; } }

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

.section {
  margin-bottom: 6rem; }
  .section--contact {
    margin-bottom: 0; }

.block__subtitle {
  font-size: 1.2rem;
  color: #342519;
  font-weight: 500; }

.block__title {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  color: #342519; }

.block__text {
  margin-bottom: 2rem;
  font-size: 1.2rem; }
  .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; }

.safe--text .safe__block {
  width: 50%; }
  .safe--text .safe__block:last-child {
    width: 50%; }
  .safe--text .safe__block.full {
    width: 100%; }

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

.safe__block {
  width: 60%;
  padding: 0 2rem; }
  .safe__block:last-child {
    width: 40%; }
  .safe__block.full {
    width: 100%; }

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

.safe__item {
  width: 33.33333%;
  padding: 0 1rem; }
  .safe__item .title {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    color: #6B6B6B; }
  .safe__item .info {
    font-size: 3.2rem;
    color: #1d1d1d;
    line-height: 1; }
    .safe__item .info span {
      margin-top: -.4rem;
      font-size: 1.2rem; }
      .safe__item .info span.distance {
        font-size: .8rem; }

.safe__img {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  border-radius: 10px; }

.services .block__text {
  max-width: 42rem; }

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

.info__block {
  width: 40%;
  padding: 0 2rem; }
  .info__block:last-child {
    width: 60%; }

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

.info__item {
  padding: 0 1rem;
  width: 50%;
  margin-bottom: 4rem; }
  .info__item:nth-child(n+3) {
    margin-bottom: 0; }

.info__icon {
  width: 2rem;
  height: 2rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background-color: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center; }

.info__img {
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px; }

.certificate {
  border-radius: 10px;
  overflow: hidden;
  display: flex; }

.certificate__img {
  width: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.certificate__content {
  padding: 3rem 1rem 3rem 3rem;
  width: 50%;
  background-color: #CC0535; }

.certificate__title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  color: #fff; }

.certificate__text {
  margin-bottom: 4rem;
  color: #fff;
  font-size: 1rem; }

.sign__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .sign__wrapper img {
    max-width: 20rem; }

.sign__block {
  width: 60%;
  padding-right: 4rem; }

.sign__img {
  position: relative; }
  .sign__img:after {
    content: '';
    width: 5rem;
    height: 4rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }

.subscribe {
  position: relative; }
  .subscribe:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #342519;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply; }

.subscribe__wrapper {
  text-align: center;
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2; }
  .subscribe__wrapper .block__subtitle {
    color: #fff; }
  .subscribe__wrapper .block__title {
    color: #fff; }
  .subscribe__wrapper .block__text {
    color: #fff;
    max-width: 34rem;
    margin: 0 auto 2rem; }

.services__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }
  .services__wrapper.partners .services__block {
    width: 25%; }
  .services__wrapper.partners .services__title img {
    height: 4rem;
    max-width: 100%; }

.services__block {
  width: 33.33333%;
  padding: 0 1rem;
  margin-bottom: 2rem; }
  .services__block:nth-child(3n) .services__item {
    border-top-color: #6dc8ad; }
  .services__block:nth-child(5) .services__item {
    border-top-color: #df4759; }

.services__item {
  min-height: 260px;
  height: 100%;
  display: flex;
  text-align: center;
  padding: 3rem 2rem;
  border-radius: .6rem;
  background-color: #fff;
  flex-direction: column;
  box-shadow: 0px -6px 48px 0px rgba(22, 28, 45, 0.05);
  border-top: 2px solid #2b354f; }
  .services__item.total {
    background-color: #335eea;
    text-align: left;
    border-top: 0;
    align-items: center;
    justify-content: center;
    padding: 2rem 3rem; }
    .services__item.total .title {
      font-size: 2rem;
      color: #fff;
      font-weight: 500; }

.services__title {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  position: relative;
  color: #1d1d1d; }
  .services__title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 2rem;
    background-color: #1d1d1d; }

.services__text {
  text-align: center;
  color: #5b6574; }

.page__section-wrapper {
  display: flex;
  gap: 4rem; }

.page__section-block {
  flex: 1; }
  .page__section-block .page__text-block.full {
    padding: 0; }

.page__section-nav {
  width: 20%; }

.page__section-img {
  margin-bottom: 2rem; }
  .page__section-img:last-child {
    margin-bottom: 0; }
  .page__section-img a {
    display: block;
    width: 100%; }
  .page__section-img img {
    max-width: 100%; }

.contacts {
  margin-bottom: 4rem; }
  .contacts .contact__form--contacts {
    align-items: flex-start; }

.contact__form {
  display: flex;
  border-radius: 10px;
  overflow: hidden; }
  .contact__form--contacts {
    background: none;
    justify-content: space-between; }
    .contact__form--contacts .contact__form-block {
      padding: 1rem 0 0;
      width: 50%;
      margin-bottom: 8rem; }
      .contact__form--contacts .contact__form-block .form__group {
        margin-bottom: .8rem; }
      .contact__form--contacts .contact__form-block .input {
        border-radius: .3rem;
        border: 0;
        color: #1d1d1d;
        background-color: #fff; }
        .contact__form--contacts .contact__form-block .input::placeholder {
          color: #cbd3e0;
          font-size: 1rem; }
      .contact__form--contacts .contact__form-block .textarea {
        border: 0;
        border-radius: .3rem;
        color: #1d1d1d;
        background-color: #fff;
        min-height: 7rem; }
        .contact__form--contacts .contact__form-block .textarea::placeholder {
          color: #cbd3e0;
          font-size: 1rem; }
      .contact__form--contacts .contact__form-block .btn {
        display: flex;
        max-width: 30rem;
        width: 100%;
        margin: 0 auto; }
  .contact__form .form__group.last {
    margin-bottom: 1rem; }
  .contact__form .form__inline {
    display: flex;
    margin: 0 -.4rem; }
    .contact__form .form__inline .form__group {
      padding: 0 .4rem;
      width: 50%; }

.contact__block {
  width: 40%;
  padding: 0 1rem; }
  .contact__block:first-child {
    width: 60%;
    display: flex;
    justify-content: space-between; }
  .contact__block .contact__form-block {
    width: 100%;
    padding: 1rem 0 0; }
  .contact__block .block__text {
    color: #fff;
    padding-top: 1.5rem; }
    .contact__block .block__text p {
      margin-bottom: 20px; }
  .contact__block.full {
    width: 100%; }

.contact__form-block {
  padding: 3rem 4rem;
  width: 70%; }
  .contact__form-block .block__title {
    color: #fff;
    max-width: 30rem; }
  .contact__form-block .block__text {
    width: 50%;
    margin-bottom: 2rem;
    color: #fff; }

.contact__form-img {
  width: 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right; }

.contact__info {
  display: flex;
  width: 50%;
  margin-right: 2rem; }
  .contact__info .block__title {
    color: #fff;
    font-weight: 500; }
  .contact__info .info {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 1.2rem; }
    .contact__info .info a {
      display: block;
      color: inherit; }
      .contact__info .info a i {
        color: #6ec1e4; }
      .contact__info .info a:hover {
        color: #6ec1e4;
        text-decoration: none; }

.contact__info-img {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 50%;
  height: 30rem; }

.contact__info-content .block__text {
  padding-top: 0; }

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

.contacts__info-item {
  width: 33.33333%;
  padding: 0 1rem;
  text-align: center; }

.contact {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .contact:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 37, 25, 0.83); }
  .contact .block__title {
    color: #fff; }
  .contact .block__subtitle {
    color: #fff; }
  .contact .block__text {
    color: #fff; }

.contact__wrapper {
  display: flex;
  padding: 8rem 0;
  position: relative;
  z-index: 2; }
  .contact__wrapper .form__group {
    margin-bottom: 1rem; }
    .contact__wrapper .form__group.last {
      margin-bottom: 2rem; }

.contacts__page {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 8rem 0; }
  .contacts__page:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 28, 45, 0.7); }
  .contacts__page .container {
    position: relative;
    z-index: 3; }

.contact__descr {
  color: rgba(255, 252, 252, 0.6);
  font-size: .8rem;
  max-width: 70%; }

@media (max-width: 992px) {
  .contact__form {
    flex-direction: column; }
  .contact__block {
    margin: 0 auto;
    width: 70%; }
    .contact__block:first-child {
      width: 100%;
      justify-content: space-around; }
  .contact__descr {
    margin: 0 auto;
    max-width: 100%; }
  .contact__form-block {
    margin-bottom: 0 !important; } }

@media (max-width: 768px) {
  .contacts__page {
    padding: 4rem 0; }
  .contact__wrapper {
    flex-direction: column;
    align-items: center;
    padding: 4rem 0; }
  .contact__block {
    width: 100%; }
  .contact__block {
    flex-direction: column; }
  .contact__info {
    text-align: left;
    width: 100%; } }

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

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

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

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

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

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

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

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

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

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

.bg-blue {
  background-color: #0F2666; }

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

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

.bg-light-blue {
  background-color: #335eea; }

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

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

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

.bg-brown {
  background-color: #342519; }

.bg-black {
  background-color: #1d1d1d; }

.bg-gray {
  background-color: #6B6B6B; }

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

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

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

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

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

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

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

.formh {
  display: none; }

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

@media (max-width: 1260px) {
  .benefits {
    padding-bottom: 6rem; }
  .benefits__block {
    margin-bottom: 2rem;
    width: 50%; }
  .nav__item a {
    font-size: 1rem; }
  .lng__link {
    font-size: 1rem; }
  .lng__list a {
    font-size: 1rem; } }

@media (max-width: 992px) {
  .logo img {
    height: 2rem; }
  .menu {
    padding: 3rem 1rem;
    width: 320px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    background-color: #0F2666;
    transition: all .4s ease;
    transform: translateX(100%); }
    .menu.opened {
      transforM: translateX(0); }
    .menu .nav {
      flex-direction: column;
      align-items: center;
      height: auto; }
    .menu .nav__item {
      margin-right: 0;
      margin-bottom: 1rem;
      flex-direction: column;
      height: auto; }
      .menu .nav__item a {
        color: #fff; }
    .menu .lng__link {
      color: #fff; }
      .menu .lng__link.active {
        color: #fff;
        text-decoration: underline; }
    .menu .nav__submenu-wrapper {
      margin-top: 1rem;
      position: static;
      background: none;
      box-shadow: none;
      transform: none;
      opacity: 1;
      visibility: visible; }
    .menu .nav__submenu {
      background: none;
      padding-top: 0;
      box-shadow: none;
      transform: 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 {
        color: #fff;
        padding: 0; }
        .menu .nav__submenu-item a:hover {
          background-color: transparent; }
    .menu .nav__submenu-link {
      text-transform: uppercase; }
    .menu .lng {
      margin: 2rem 0;
      justify-content: center; }
    .menu .header__contact {
      margin-right: 0; }
  .menu__content {
    text-align: center; }
  .menu__btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 2rem;
    height: 1.2rem; }
    .menu__btn:before, .menu__btn:after, .menu__btn i {
      content: '';
      width: 100%;
      display: block;
      height: 2px;
      background-color: #0F2666;
      transition: all .2s ease; }
    .menu__btn:hover:before {
      transform: translateY(0.2rem); }
    .menu__btn:hover:after {
      transform: translateY(-0.2rem); }
  .menu__close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 2rem;
    height: 2rem;
    z-index: 10; }
    .menu__close:before, .menu__close:after {
      content: "";
      background-color: #fff;
      height: 3px;
      width: 100%;
      position: absolute;
      top: 14px;
      left: 0;
      transform: rotate(45deg);
      border-radius: .3em; }
    .menu__close:after {
      transform: rotate(-45deg); }
  .header__wrapper {
    height: 4rem; }
  .intro__content {
    padding: 4rem 0;
    position: relative;
    text-align: center; }
  .intro__wrapper {
    justify-content: center; }
  .intro__title {
    max-width: 100%; }
  .intro__form {
    margin: 0 auto 2rem; }
  .intro__text {
    margin: 0 auto; }
  .block__title {
    line-height: 1;
    font-size: 2rem;
    margin-bottom: 1rem; }
  .section {
    margin-bottom: 4rem; }
  .intro--centered {
    min-height: auto;
    height: auto; }
    .intro--centered .intro__content {
      min-height: 10rem; }
  .intro--full {
    min-height: auto;
    height: auto; }
    .intro--full .intro__content {
      min-height: 30rem; }
  .footer__wrapper {
    flex-direction: column;
    align-items: center; }
    .footer__wrapper .nav {
      flex-direction: column;
      align-items: center; }
    .footer__wrapper .nav__link {
      margin-right: 0;
      margin-bottom: 1rem; }
  .footer__item {
    text-align: center;
    width: 100%; }
    .footer__item:last-child {
      justify-content: center; }
  .soc {
    justify-content: center; }
  .services__block {
    width: 50%; }
  .services__wrapper.partners .services__block {
    width: 50%; }
  .footer__contacts {
    align-items: center; }
  .logo img {
    height: 4rem;
    width: 10rem;
    object-fit: cover; }
  .footer__contacts {
    margin-bottom: 3rem; }
  .about__block {
    width: 100%;
    margin-bottom: 2rem; }
    .about__block:last-child {
      width: 100%; }
  .page__section.cover {
    padding: 4rem 0;
    height: auto;
    min-height: auto; }
  .intro__img-block {
    justify-content: center;
    display: flex; }
  .intro__img {
    max-width: 300px; }
  .intro--centered .intro__title {
    font-size: 2rem; }
  .page__section-wrapper {
    flex-direction: column; }
  .page__section-block {
    width: 100%; }
  .page__section-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem; }
  .page__section-img {
    max-width: 300px;
    margin: 0 auto; } }

@media (max-width: 768px) {
  .contact__form-block {
    width: 100%; }
  .contact__form-img {
    display: none; }
  .content__block {
    width: 50%; }
  .certificate__img {
    width: 20%; }
  .certificate__content {
    width: 80%; }
  .header__line {
    display: none; }
  .contact__form--contacts {
    flex-direction: column; }
    .contact__form--contacts .contact__form-block {
      width: 100%;
      text-align: center; }
      .contact__form--contacts .contact__form-block .block__title {
        max-width: 100%; }
  .contact__info {
    padding-left: 0;
    margin-left: 0;
    border: 0; }
  .contact__info {
    flex-direction: column; }
  .contact__info-img {
    height: 10rem;
    width: 100%; }
  .about__block {
    flex-direction: column; }
  .about__item {
    width: 100%;
    margin-bottom: 2rem; } }

@media (max-width: 640px) {
  .safe__info {
    flex-wrap: wrap; }
  .safe__item {
    width: 100%; }
  .intro__title {
    font-size: 2.4rem; }
  .intro__form {
    flex-direction: column;
    max-width: 320px; }
    .intro__form .input {
      margin-bottom: 1rem; }
    .intro__form .btn {
      margin-left: 0; }
  .services__block {
    width: 100%; }
  .services__wrapper.partners .services__block {
    width: 100%; }
  .footer__line {
    flex-direction: column;
    align-items: center; }
  .intro--full .intro__content {
    height: calc(100vh - 75px); }
  .about__images {
    flex-wrap: wrap; }
  .about__img-block {
    width: calc(50% - .5rem); } }

@media (max-width: 560px) {
  .content__block {
    width: 100%; }
  .info__item {
    width: 100%;
    margin-bottom: 1rem; }
    .info__item:nth-child(n+3) {
      margin-bottom: 1rem; }
  .contact__form-block {
    padding: 2rem; }
  .contact__form .form__inline {
    flex-direction: column; }
    .contact__form .form__inline .form__group {
      width: 100%; }
  .intro--full .intro__title {
    font-size: 4rem; } }
