/* 1. Settings
=========================*/
/* 2. Font family
=========================*/
/* 3. Font sizes
=========================*/
/* 4. Colors
=========================*/
/* 39. Tooltips
=========================*/
/* Default */
/* Sizes */
/* Styling */
/* Default Buttons
============================*/
/* Outline Buttons
============================*/
/* Inverted Buttons
============================*/
/* Gradient Buttons
============================*/
/* --------------- Font Choice --------------- */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.container {
  width: 100%; }

html {
  font-size: 10px; }
  html.remodal-is-locked .header {
    padding-right: 5px; }
  html.size-sm {
    font-size: 7.5px; }
  html.size-xl {
    font-size: 12.5px; }
  html.size-xxl {
    font-size: 15px; }

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

body {
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  color: #232323;
  overflow-x: hidden;
  background-color: #fff; }
  body.fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
    padding-right: 5px; }
  body.shop .page__wrapper {
    padding-top: 80px; }
    @media (max-width: 992px) {
      body.shop .page__wrapper {
        padding-top: 0; } }

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

a {
  color: #115267;
  text-decoration: none; }
  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; }

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

@media (max-width: 992px) {
  .page__wrapper {
    padding-top: 0; } }

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: 0.3s; }
  .mask.active {
    opacity: .8;
    visibility: visible; }

.container {
  position: relative; }

/* 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: 25px;
  width: 30px;
  padding: 0;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  background: none;
  border: none;
  outline: none;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 7px);
  transform: translate(0, -50%); }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    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 {
  width: 30px;
  height: 30px;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  background-color: #fff;
  left: -35px;
  z-index: 2; }

.slick-next {
  right: -35px;
  width: 30px;
  height: 30px;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  background-color: #fff; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -30px;
  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: 14px;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 12px;
      width: 12px;
      outline: none;
      line-height: 0;
      padding: 0;
      font-size: 0;
      color: transparent;
      cursor: pointer;
      outline: 0;
      margin: 0; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        opacity: 1; }
      .slick-dots li button:before {
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #D6D6D6; }
    .slick-dots li:last-of-type {
      margin-right: 0; }
    .slick-dots li.slick-active button:before {
      background-color: #232323; }

/* 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;
    max-width: 100%; }
  .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: 20px;
  z-index: 2; }
  .js-intro-slider .slick-next:before {
    color: #000; }

.js-intro-slider .slick-prev {
  left: 20px;
  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: 15px; }

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

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

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

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

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

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

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

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

.remodal__close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  width: 4rem;
  height: 4rem;
  margin: 0;
  padding: 0;
  z-index: 4;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  color: #000;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 2rem; }
  .remodal__close:before, .remodal__close:after {
    content: '';
    position: absolute;
    top: 19px;
    left: 13px;
    display: block;
    width: 1.4rem;
    height: 2px;
    border-radius: 2px;
    background-color: #000;
    transition: 0.3s; }
  .remodal__close:before {
    transform: rotate(-45deg); }
  .remodal__close:after {
    transform: rotate(45deg); }

.remodal {
  padding: 2.4rem;
  border-radius: 12px;
  text-align: left;
  overflow: hidden;
  max-width: 58rem; }
  .remodal .checkbox__label {
    color: #232323; }
  .remodal .tab__form-footer .separator {
    color: rgba(35, 35, 35, 0.7); }
    .remodal .tab__form-footer .separator:before, .remodal .tab__form-footer .separator:after {
      background-color: #232323;
      opacity: .16; }
  .remodal .tab__form-contact a {
    color: #232323; }

.remodal__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #232323; }

.remodal__text {
  color: #414A5D;
  font-size: 1.2rem;
  margin-bottom: 3rem; }

/* Import blocks
==========================*/
/* 51. Bootstrap 4 Grid
=========================*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1380px) {
    .container {
      width: 1350px;
      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: 1380px) {
    .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: 1380px) {
    .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: 1380px) {
  .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 {
  text-align: center; }
  .error__page .title {
    font-size: 30rem;
    font-weight: 600;
    color: #000;
    line-height: 1; }
  .error__page .text {
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 30px; }
    .error__page .text span {
      color: #232323; }

.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 #eee;
  border-bottom: none;
  border-right: none;
  position: absolute;
  top: 38px;
  left: 122px;
  transform: rotatez(45deg); }

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

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

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

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

.header {
  width: 100%;
  z-index: 100;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
  left: 0;
  top: 0;
  border-bottom: 1px solid #e2e2e2;
  position: relative; }
  .header.is-fixed {
    top: 0;
    position: fixed;
    transform: translateY(0); }
  .header.is-shadow {
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.15); }
  .header.is-invisible {
    transform: translateY(-130%); }
  .header--inside {
    background-color: #fff; }

.header__wrapper {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }
  .header__wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1.9rem;
    height: 100%;
    width: .1rem;
    background-color: #e2e2e2; }
  .header__wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    right: -1.9rem;
    height: 100%;
    width: .1rem;
    background-color: #e2e2e2; }

.header__block {
  display: flex;
  align-items: center;
  gap: 3.2rem; }

.nav {
  display: flex;
  position: relative;
  gap: 4rem; }

.nav__item {
  position: relative; }
  .nav__item.with-sub {
    padding-right: 1.5rem; }
    .nav__item.with-sub:after {
      content: '';
      position: absolute;
      margin-top: .3rem;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      border: .5rem solid transparent;
      border-top-color: #000; }

.nav__submenu-wrapper {
  position: absolute;
  top: 100%;
  padding-top: 2rem;
  left: 50%;
  transform: translateX(-50%); }

.nav__submenu {
  background-color: #fff;
  border-radius: .6rem; }

.cursor {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 4rem;
  background-color: #F5F5F7;
  border-radius: 5rem;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
  pointer-events: none; }

.nav__link {
  color: #232323;
  position: relative;
  z-index: 2;
  font-weight: 500;
  transition: color .2s ease;
  display: inline-flex;
  padding-left: 1.5rem; }
  .nav__link:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background-color: #232323; }
  .nav__link.active {
    color: #232323; }
  .nav__link:hover {
    color: #232323; }

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

.lng {
  display: flex;
  gap: 16px; }

.logo img {
  height: 42px;
  display: block; }

.lng__link {
  color: #232323;
  text-transform: uppercase; }
  .lng__link.active {
    color: #000; }

.header__link {
  width: 4.4rem;
  height: 4.4rem;
  color: #232323;
  background-color: #fff;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  position: relative;
  font-weight: 500;
  border-radius: .8rem; }
  .header__link:hover:after {
    opacity: 1; }

.header__play {
  display: block; }
  .header__play img {
    display: block; }

.header__lng {
  position: absolute;
  top: calc(100% + 2rem);
  right: 0;
  border-radius: 1.5rem;
  background-color: #8F1F2C;
  box-shadow: 0 -0.4rem 1.5rem rgba(0, 0, 0, 0.15);
  padding: 3rem 1.5rem;
  min-width: 30rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease; }
  .header__lng.opened {
    opacity: 1;
    visibility: visible; }
    .header__lng.opened a {
      transition-delay: .1s;
      opacity: 1; }
  .header__lng a {
    color: #fff;
    height: 4rem;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    border-radius: 3rem;
    white-space: nowrap;
    transition: all .2s ease;
    opacity: 0; }
    .header__lng a.active {
      background-color: #D82032; }

/* 7. Switcher
=========================*/
/* Before element */
/* After element */
/* Outline */
/* Thin */
/* Label */
.switcher__input {
  display: none;
  /* Default */
  /* Outline */
  /* Thih */ }
  .switcher__input:checked + .switcher__label {
    color: #000; }
  .switcher__input:checked + .switcher__label:before {
    background-color: #232323; }
  .switcher__input:checked + .switcher__label:active:before {
    background-color: rgba(35, 35, 35, 0.4); }
  .switcher__input:checked + .switcher__label:active:after {
    transform: translateX(10px); }
  .switcher__input:checked + .switcher__label:after {
    transform: translateX(20px); }
  .switcher__input:checked + .switcher__label--outline:before {
    background-color: #fff;
    border-color: #232323; }
  .switcher__input:checked + .switcher__label--outline:active:before {
    border-color: rgba(35, 35, 35, 0.4);
    background-color: rgba(255, 255, 255, 0.4); }
  .switcher__input:checked + .switcher__label--outline:after {
    background-color: #232323; }
  .switcher__input:checked + .switcher__label--outline:active:after {
    background-color: rgba(35, 35, 35, 0.4); }
  .switcher__input:checked + .switcher__label--thin:after {
    transform: translateX(22px); }
  .switcher__input:checked + .switcher__label--thin:active:after {
    transform: translateX(12px); }

.switcher__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 50px;
  cursor: pointer;
  font-size: 0.8em;
  line-height: 19px;
  color: #bbbbbb;
  user-select: none;
  position: relative;
  transition: color .1s linear;
  /* Modificators */ }
  .switcher__label:before {
    content: "";
    display: block;
    width: 40px;
    height: 20px;
    background-color: #eee;
    border-radius: 20px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: background-color .1s linear, border-color .1s linear; }
  .switcher__label:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
    transition: transform .1s linear; }
  .switcher__label:active:before {
    background-color: rgba(35, 35, 35, 0.4); }
  .switcher__label:active:after {
    transform: translateX(10px); }
  .switcher__label--square:before, .switcher__label--square:after {
    border-radius: 0; }
  .switcher__label--outline:before {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #eee;
    box-sizing: content-box; }
  .switcher__label--outline:after {
    top: 2px;
    left: 2px;
    background-color: #eee; }
  .switcher__label--outline:active:before {
    border-color: rgba(35, 35, 35, 0.4);
    background-color: rgba(255, 255, 255, 0.4); }
  .switcher__label--outline:active:after {
    background-color: rgba(35, 35, 35, 0.4); }
  .switcher__label--thin:before {
    height: 3px;
    top: 50%;
    margin-top: -2px; }
  .switcher__label--thin:after {
    box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0; }
  .switcher__label--thin:active:after {
    transform: translateX(12px); }

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

/* 8. Checkbox
=========================*/
/* Disabled */
/* Error */
.checkbox {
  margin-bottom: 1.5rem;
  display: block;
  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--not-active {
    user-select: auto;
    color: #eee; }
    .checkbox__input:checked + .checkbox__label--not-active:before {
      border-color: white; }
    .checkbox__input:checked + .checkbox__label--not-active:after {
      opacity: 0; }
    .checkbox__input:checked + .checkbox__label--not-active:hover {
      cursor: pointer; }
  .checkbox__input:checked + .checkbox__label:before {
    background-color: #3F3F3F; }
  .checkbox__input:checked + .checkbox__label:after {
    opacity: 1; }
  .checkbox__input.error + .checkbox__label {
    color: #8F1F2C; }
    .checkbox__input.error + .checkbox__label:before {
      border-color: #8F1F2C;
      background-color: rgba(143, 31, 44, 0.25); }
  .checkbox__input:disabled + .checkbox__label {
    cursor: text;
    user-select: unset; }

.checkbox__label {
  display: inline-block;
  padding-left: 4.4rem;
  color: #656565;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 500;
  user-select: none;
  text-align: left;
  position: relative; }
  .checkbox__label:before {
    content: "";
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background-color: transparent;
    border: 1px solid #3F3F3F;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .1s linear; }
  .checkbox__label:after {
    width: 6px;
    height: 12px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #fff;
    content: '';
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    left: 9px;
    z-index: 1;
    opacity: 0;
    transition: opacity .1s linear, color .1s linear; }
  .checkbox__label a {
    text-decoration: none;
    margin: 0 4px;
    color: #232323;
    font-weight: 600; }
    .checkbox__label a:hover {
      text-decoration: underline; }

/* 9. Radio Buttons
=========================*/
/* Disabled */
/* Error */
.radio__wrapper {
  display: flex; }
  .radio__wrapper .radio {
    margin-right: 4rem; }
    .radio__wrapper .radio:last-child {
      margin-right: 0; }

.radio {
  display: block;
  margin-bottom: 5px;
  position: relative; }
  .radio--delivery {
    margin-bottom: 2rem; }
    .radio--delivery:last-child {
      margin-bottom: 0; }
    .radio--delivery .radio__input:checked + .radio__label {
      color: #000;
      border-color: #232323; }
      .radio--delivery .radio__input:checked + .radio__label:before {
        border: 1px solid #D9D9D9; }
      .radio--delivery .radio__input:checked + .radio__label:after {
        background: none; }
    .radio--delivery .radio__label {
      display: flex;
      align-items: center;
      border: 1px solid #D9D9D9;
      height: 10rem;
      border-radius: 1rem;
      padding-left: 2.5rem;
      color: #92A3AD;
      font-weight: 700; }
      .radio--delivery .radio__label:before {
        width: 3rem;
        height: 3rem;
        left: auto;
        right: 2.5rem;
        border-radius: .7rem;
        border-color: #EAEAEA;
        top: 50%;
        transform: translateY(-50%); }
      .radio--delivery .radio__label:after {
        left: auto;
        right: 3.5rem;
        top: calc(50% - .2rem);
        transform: translateY(-50%) rotateZ(45deg);
        background: none;
        width: .8rem;
        height: 1.4rem;
        border-width: 0 2px 2px 0;
        border-style: solid;
        border-color: #232323;
        border-radius: 0; }
    .radio--delivery .radio__label-img {
      width: 12rem;
      margin-right: 7rem;
      display: flex;
      align-items: center; }
      .radio--delivery .radio__label-img img {
        width: 12rem;
        height: auto;
        display: block; }

.radio__input {
  position: absolute;
  opacity: 0; }
  .radio__input:checked + .radio__label {
    color: #000; }
    .radio__input:checked + .radio__label--disabled {
      color: #eee; }
    .radio__input:checked + .radio__label svg path {
      fill: #232323; }
  .radio__input:checked + .radio__label:after {
    opacity: 1;
    background-color: #232323; }
  .radio__input:checked + .radio__label:hover:after {
    opacity: 1; }
  .radio__input:checked + .radio__label--not-active {
    user-select: auto;
    color: #eee; }
    .radio__input:checked + .radio__label--not-active:before {
      border-color: white; }
    .radio__input:checked + .radio__label--not-active:after {
      opacity: 1;
      background-color: #eee; }
    .radio__input:checked + .radio__label--not-active:hover {
      cursor: auto; }

.radio__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 4.5rem;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 3rem;
  color: #888888;
  user-select: none;
  border-radius: 5px;
  font-weight: 600;
  position: relative;
  transition: color .1s linear; }
  .radio__label:before {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    border: 1px solid #EAEAEA;
    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: 1.4rem;
    height: 1.4rem;
    background-color: #eee;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 8px;
    left: 8px;
    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: #8F1F2C; }
    .radio__label--error:before {
      border-color: #8F1F2C; }
  .radio__label--disabled {
    color: #eee; }
    .radio__label--disabled:before {
      border-color: white; }
    .radio__label--disabled:hover {
      cursor: not-allowed; }
  .radio__label--not-active {
    user-select: auto;
    color: #eee; }
    .radio__label--not-active:before {
      border-color: white; }
    .radio__label--not-active:after {
      opacity: 0; }
    .radio__label--not-active:hover {
      cursor: pointer; }
  .radio__label svg path {
    fill: #92A3AD; }

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

/* 11. Buttons
=========================*/
/* Sizes */
/* Styling */
.btn {
  position: relative;
  display: inline-flex;
  height: 4.8rem;
  padding: 0 2rem 0;
  text-decoration: none;
  border: 0;
  align-items: center;
  justify-content: center;
  background-color: #FEFEFE1F;
  color: #000;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
  border-radius: 3rem;
  /* Colors */
  /* Outline */
  /* Inverted Outline */
  /* Vertical Gradient */
  /* Horizontal Gradient */
  /* Sizes */
  /* Styling */ }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus {
    outline: 0; }
  .btn:hover {
    background-color: rgba(241, 241, 241, 0.121569); }
  .btn--gray {
    background-color: #eee;
    color: #000; }
    .btn--gray:focus {
      background-color: #e6e6e6; }
    .btn--gray:hover {
      background-color: #e1e1e1; }
    .btn--gray:active {
      background-color: gainsboro; }
  .btn--dark-blue {
    background-color: #115267;
    color: #fff; }
    .btn--dark-blue:focus {
      background-color: #0f485a; }
    .btn--dark-blue:hover {
      background-color: #0d4151; }
    .btn--dark-blue:active {
      background-color: #0c3a48; }
  .btn--red {
    background-color: #8F1F2C;
    color: #fff; }
    .btn--red:focus {
      background-color: #821c28; }
    .btn--red:hover {
      background-color: #7a1a26; }
    .btn--red:active {
      background-color: #721923; }
  .btn--rblack {
    background-color: #000;
    color: #fff; }
    .btn--rblack:focus {
      background-color: black; }
    .btn--rblack:hover {
      background-color: black; }
    .btn--rblack:active {
      background-color: black; }
  .btn--white {
    background-color: #fff;
    color: #000; }
    .btn--white:focus {
      background-color: #f7f7f7; }
    .btn--white:hover {
      background-color: #f2f2f2; }
    .btn--white:active {
      background-color: #ededed; }
  .btn--pink {
    background-color: #EBDDDD;
    color: #000; }
    .btn--pink:focus {
      background-color: #e5d3d3; }
    .btn--pink:hover {
      background-color: #e2cdcd; }
    .btn--pink:active {
      background-color: #dec7c7; }
  .btn--deep-pink {
    background-color: #DCC9C3;
    color: #000; }
    .btn--deep-pink:focus {
      background-color: #d6c0b9; }
    .btn--deep-pink:hover {
      background-color: #d3bbb3; }
    .btn--deep-pink:active {
      background-color: #cfb5ac; }
  .btn--purple {
    background-color: #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: #000; }
    .btn--dark-pink:focus {
      background-color: #b69090; }
    .btn--dark-pink:hover {
      background-color: #b28a8a; }
    .btn--dark-pink:active {
      background-color: #ae8383; }
  .btn--blue {
    background-color: #115267;
    color: #fff; }
    .btn--blue:focus {
      background-color: #0f485a; }
    .btn--blue:hover {
      background-color: #0d4151; }
    .btn--blue:active {
      background-color: #0c3a48; }
  .btn--blue-gray {
    background-color: #49566A;
    color: #fff; }
    .btn--blue-gray:focus {
      background-color: #434f61; }
    .btn--blue-gray:hover {
      background-color: #3f4a5b; }
    .btn--blue-gray:active {
      background-color: #3a4555; }
  .btn--cyan {
    background-color: #00aeed;
    color: #fff; }
    .btn--cyan:focus {
      background-color: #00a3de; }
    .btn--cyan:hover {
      background-color: #009bd4; }
    .btn--cyan:active {
      background-color: #0094c9; }
  .btn--green {
    background-color: #2BBE52;
    color: #fff; }
    .btn--green:focus {
      background-color: #28b24d; }
    .btn--green:hover {
      background-color: #26a949; }
    .btn--green:active {
      background-color: #24a145; }
  .btn--yellow {
    background-color: #FFD782;
    color: #000; }
    .btn--yellow:focus {
      background-color: #ffd273; }
    .btn--yellow:hover {
      background-color: #ffcf69; }
    .btn--yellow:active {
      background-color: #ffcc5e; }
  .btn--main {
    background-color: #232323;
    color: #fff; }
    .btn--main:focus {
      background-color: #1b1b1b; }
    .btn--main:hover {
      background-color: #161616; }
    .btn--main:active {
      background-color: #111111; }
  .btn--dark-gray {
    background-color: #3F3F3F80;
    color: #fff; }
    .btn--dark-gray:focus {
      background-color: rgba(55, 55, 55, 0.501961); }
    .btn--dark-gray:hover {
      background-color: rgba(50, 50, 50, 0.501961); }
    .btn--dark-gray:active {
      background-color: rgba(45, 45, 45, 0.501961); }
  .btn--secondary {
    background-color: #FFB825;
    color: #fff; }
    .btn--secondary:focus {
      background-color: #ffb316; }
    .btn--secondary:hover {
      background-color: #ffb00c; }
    .btn--secondary:active {
      background-color: #ffac01; }
  .btn--brown {
    background-color: #94816C;
    color: #fff; }
    .btn--brown:focus {
      background-color: #8b7965; }
    .btn--brown:hover {
      background-color: #857461; }
    .btn--brown:active {
      background-color: #7f6f5d; }
  .btn--black {
    background-color: #000;
    color: #fff; }
    .btn--black:focus {
      background-color: black; }
    .btn--black:hover {
      background-color: black; }
    .btn--black:active {
      background-color: black; }
  .btn--gray {
    background-color: #eee;
    color: #000; }
    .btn--gray:focus {
      background-color: #e6e6e6; }
    .btn--gray:hover {
      background-color: #e1e1e1; }
    .btn--gray:active {
      background-color: gainsboro; }
  .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: 2px solid #eee;
    color: #eee; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #eee;
      border-color: #e9e9e9; }
    .btn--o-gray:hover {
      border-color: #eee;
      background-color: #eee;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #e6e6e6;
      background-color: #e6e6e6; }
  .btn--o-dark-blue {
    background-color: transparent;
    border: 2px solid #115267;
    color: #115267; }
    .btn--o-dark-blue:focus {
      background-color: transparent;
      color: #115267;
      border-color: #104b5e; }
    .btn--o-dark-blue:hover {
      border-color: #115267;
      background-color: #115267;
      color: #fff; }
    .btn--o-dark-blue:active {
      border-color: #0f485a;
      background-color: #0f485a; }
  .btn--o-red {
    background-color: transparent;
    border: 2px solid #8F1F2C;
    color: #8F1F2C; }
    .btn--o-red:focus {
      background-color: transparent;
      color: #8F1F2C;
      border-color: #871d29; }
    .btn--o-red:hover {
      border-color: #8F1F2C;
      background-color: #8F1F2C;
      color: #fff; }
    .btn--o-red:active {
      border-color: #821c28;
      background-color: #821c28; }
  .btn--o-rblack {
    background-color: transparent;
    border: 2px 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: 2px 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: 2px 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: 2px 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: 2px 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: 2px 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: 2px 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: 2px solid #115267;
    color: #115267; }
    .btn--o-blue:focus {
      background-color: transparent;
      color: #115267;
      border-color: #104b5e; }
    .btn--o-blue:hover {
      border-color: #115267;
      background-color: #115267;
      color: #fff; }
    .btn--o-blue:active {
      border-color: #0f485a;
      background-color: #0f485a; }
  .btn--o-blue-gray {
    background-color: transparent;
    border: 2px solid #49566A;
    color: #49566A; }
    .btn--o-blue-gray:focus {
      background-color: transparent;
      color: #49566A;
      border-color: #455164; }
    .btn--o-blue-gray:hover {
      border-color: #49566A;
      background-color: #49566A;
      color: #fff; }
    .btn--o-blue-gray:active {
      border-color: #434f61;
      background-color: #434f61; }
  .btn--o-cyan {
    background-color: transparent;
    border: 2px solid #00aeed;
    color: #00aeed; }
    .btn--o-cyan:focus {
      background-color: transparent;
      color: #00aeed;
      border-color: #00a7e3; }
    .btn--o-cyan:hover {
      border-color: #00aeed;
      background-color: #00aeed;
      color: #fff; }
    .btn--o-cyan:active {
      border-color: #00a3de;
      background-color: #00a3de; }
  .btn--o-green {
    background-color: transparent;
    border: 2px solid #2BBE52;
    color: #2BBE52; }
    .btn--o-green:focus {
      background-color: transparent;
      color: #2BBE52;
      border-color: #29b64e; }
    .btn--o-green:hover {
      border-color: #2BBE52;
      background-color: #2BBE52;
      color: #fff; }
    .btn--o-green:active {
      border-color: #28b24d;
      background-color: #28b24d; }
  .btn--o-yellow {
    background-color: transparent;
    border: 2px solid #FFD782;
    color: #FFD782; }
    .btn--o-yellow:focus {
      background-color: transparent;
      color: #FFD782;
      border-color: #ffd478; }
    .btn--o-yellow:hover {
      border-color: #FFD782;
      background-color: #FFD782;
      color: #fff; }
    .btn--o-yellow:active {
      border-color: #ffd273;
      background-color: #ffd273; }
  .btn--o-main {
    background-color: transparent;
    border: 2px solid #232323;
    color: #232323; }
    .btn--o-main:focus {
      background-color: transparent;
      color: #232323;
      border-color: #1e1e1e; }
    .btn--o-main:hover {
      border-color: #232323;
      background-color: #232323;
      color: #fff; }
    .btn--o-main:active {
      border-color: #1b1b1b;
      background-color: #1b1b1b; }
  .btn--o-dark-gray {
    background-color: transparent;
    border: 2px solid #3F3F3F80;
    color: #3F3F3F80; }
    .btn--o-dark-gray:focus {
      background-color: transparent;
      color: #3F3F3F80;
      border-color: rgba(58, 58, 58, 0.501961); }
    .btn--o-dark-gray:hover {
      border-color: #3F3F3F80;
      background-color: #3F3F3F80;
      color: #fff; }
    .btn--o-dark-gray:active {
      border-color: rgba(55, 55, 55, 0.501961);
      background-color: rgba(55, 55, 55, 0.501961); }
  .btn--o-secondary {
    background-color: transparent;
    border: 2px solid #FFB825;
    color: #FFB825; }
    .btn--o-secondary:focus {
      background-color: transparent;
      color: #FFB825;
      border-color: #ffb51b; }
    .btn--o-secondary:hover {
      border-color: #FFB825;
      background-color: #FFB825;
      color: #fff; }
    .btn--o-secondary:active {
      border-color: #ffb316;
      background-color: #ffb316; }
  .btn--o-brown {
    background-color: transparent;
    border: 2px solid #94816C;
    color: #94816C; }
    .btn--o-brown:focus {
      background-color: transparent;
      color: #94816C;
      border-color: #8e7c68; }
    .btn--o-brown:hover {
      border-color: #94816C;
      background-color: #94816C;
      color: #fff; }
    .btn--o-brown:active {
      border-color: #8b7965;
      background-color: #8b7965; }
  .btn--o-black {
    background-color: transparent;
    border: 2px solid #000;
    color: #000; }
    .btn--o-black:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-black:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-black:active {
      border-color: black;
      background-color: black; }
  .btn--o-gray {
    background-color: transparent;
    border: 2px solid #eee;
    color: #eee; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #eee;
      border-color: #e9e9e9; }
    .btn--o-gray:hover {
      border-color: #eee;
      background-color: #eee;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #e6e6e6;
      background-color: #e6e6e6; }
  .btn--o-peach {
    background-color: transparent;
    border: 2px 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 #eee;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #eee;
      border-color: #e9e9e9; }
    .btn--i-gray:hover {
      border-color: #eee;
      background-color: transparent;
      color: #eee; }
    .btn--i-gray:active {
      border-color: #e6e6e6;
      background-color: transparent; }
  .btn--i-dark-blue {
    background-color: transparent;
    border: 1px solid #eee;
    color: #fff; }
    .btn--i-dark-blue:focus {
      background-color: transparent;
      color: #115267;
      border-color: #104b5e; }
    .btn--i-dark-blue:hover {
      border-color: #115267;
      background-color: transparent;
      color: #115267; }
    .btn--i-dark-blue:active {
      border-color: #0f485a;
      background-color: transparent; }
  .btn--i-red {
    background-color: transparent;
    border: 1px solid #eee;
    color: #fff; }
    .btn--i-red:focus {
      background-color: transparent;
      color: #8F1F2C;
      border-color: #871d29; }
    .btn--i-red:hover {
      border-color: #8F1F2C;
      background-color: transparent;
      color: #8F1F2C; }
    .btn--i-red:active {
      border-color: #821c28;
      background-color: transparent; }
  .btn--i-rblack {
    background-color: transparent;
    border: 1px solid #eee;
    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 #eee;
    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 #eee;
    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 #eee;
    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 #eee;
    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 #eee;
    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 #eee;
    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 #eee;
    color: #fff; }
    .btn--i-blue:focus {
      background-color: transparent;
      color: #115267;
      border-color: #104b5e; }
    .btn--i-blue:hover {
      border-color: #115267;
      background-color: transparent;
      color: #115267; }
    .btn--i-blue:active {
      border-color: #0f485a;
      background-color: transparent; }
  .btn--i-blue-gray {
    background-color: transparent;
    border: 1px solid #eee;
    color: #fff; }
    .btn--i-blue-gray:focus {
      background-color: transparent;
      color: #49566A;
      border-color: #455164; }
    .btn--i-blue-gray:hover {
      border-color: #49566A;
      background-color: transparent;
      color: #49566A; }
    .btn--i-blue-gray:active {
      border-color: #434f61;
      background-color: transparent; }
  .btn--i-cyan {
    background-color: transparent;
    border: 1px solid #eee;
    color: #fff; }
    .btn--i-cyan:focus {
      background-color: transparent;
      color: #00aeed;
      border-color: #00a7e3; }
    .btn--i-cyan:hover {
      border-color: #00aeed;
      background-color: transparent;
      color: #00aeed; }
    .btn--i-cyan:active {
      border-color: #00a3de;
      background-color: transparent; }
  .btn--i-green {
    background-color: transparent;
    border: 1px solid #eee;
    color: #fff; }
    .btn--i-green:focus {
      background-color: transparent;
      color: #2BBE52;
      border-color: #29b64e; }
    .btn--i-green:hover {
      border-color: #2BBE52;
      background-color: transparent;
      color: #2BBE52; }
    .btn--i-green:active {
      border-color: #28b24d;
      background-color: transparent; }
  .btn--i-yellow {
    background-color: transparent;
    border: 1px solid #eee;
    color: #fff; }
    .btn--i-yellow:focus {
      background-color: transparent;
      color: #FFD782;
      border-color: #ffd478; }
    .btn--i-yellow:hover {
      border-color: #FFD782;
      background-color: transparent;
      color: #FFD782; }
    .btn--i-yellow:active {
      border-color: #ffd273;
      background-color: transparent; }
  .btn--i-main {
    background-color: transparent;
    border: 1px solid #eee;
    color: #fff; }
    .btn--i-main:focus {
      background-color: transparent;
      color: #232323;
      border-color: #1e1e1e; }
    .btn--i-main:hover {
      border-color: #232323;
      background-color: transparent;
      color: #232323; }
    .btn--i-main:active {
      border-color: #1b1b1b;
      background-color: transparent; }
  .btn--i-dark-gray {
    background-color: transparent;
    border: 1px solid #eee;
    color: #fff; }
    .btn--i-dark-gray:focus {
      background-color: transparent;
      color: #3F3F3F80;
      border-color: rgba(58, 58, 58, 0.501961); }
    .btn--i-dark-gray:hover {
      border-color: #3F3F3F80;
      background-color: transparent;
      color: #3F3F3F80; }
    .btn--i-dark-gray:active {
      border-color: rgba(55, 55, 55, 0.501961);
      background-color: transparent; }
  .btn--i-secondary {
    background-color: transparent;
    border: 1px solid #eee;
    color: #fff; }
    .btn--i-secondary:focus {
      background-color: transparent;
      color: #FFB825;
      border-color: #ffb51b; }
    .btn--i-secondary:hover {
      border-color: #FFB825;
      background-color: transparent;
      color: #FFB825; }
    .btn--i-secondary:active {
      border-color: #ffb316;
      background-color: transparent; }
  .btn--i-brown {
    background-color: transparent;
    border: 1px solid #eee;
    color: #fff; }
    .btn--i-brown:focus {
      background-color: transparent;
      color: #94816C;
      border-color: #8e7c68; }
    .btn--i-brown:hover {
      border-color: #94816C;
      background-color: transparent;
      color: #94816C; }
    .btn--i-brown:active {
      border-color: #8b7965;
      background-color: transparent; }
  .btn--i-black {
    background-color: transparent;
    border: 1px solid #eee;
    color: #fff; }
    .btn--i-black:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-black:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-black:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #eee;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #eee;
      border-color: #e9e9e9; }
    .btn--i-gray:hover {
      border-color: #eee;
      background-color: transparent;
      color: #eee; }
    .btn--i-gray:active {
      border-color: #e6e6e6;
      background-color: transparent; }
  .btn--i-peach {
    background-color: transparent;
    border: 1px solid #eee;
    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--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: 2px; }
  .btn--ellipse {
    border-radius: 2.6em; }
  .btn--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.3); }
  .btn--icon-before {
    gap: 1.5rem; }
  .btn--icon-after {
    gap: 1.5rem; }
  .btn--secondary {
    color: #232323; }
  .btn--form {
    background-color: #FEFEFE1A;
    color: #fff; }
    .btn--form:hover {
      background-color: #232323; }
    .btn--form[disabled] {
      opacity: .5; }
      .btn--form[disabled]:hover {
        background-color: #FEFEFE1A;
        cursor: default; }
  .btn--wide {
    min-width: 30rem; }
  .btn--light-gray {
    color: #fff; }

/* 12. Dropdown
=========================*/
.dropdown-wrapper {
  display: block;
  position: relative;
  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-category {
  padding: 0 30px 0 5px; }
  .dropdown-category .dropdown__select {
    background-color: #fff;
    font-weight: 500; }

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

.dropdown {
  width: auto;
  min-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  border-radius: .8rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  overflow-y: auto;
  max-height: 350px;
  z-index: 33;
  display: none;
  font-weight: 500; }
  .dropdown .input {
    margin: 15px 15px 10px;
    width: calc( 100% - 30px);
    height: 44px; }
  .dropdown--right {
    left: auto;
    right: 0;
    transform: translateX(0); }
  .dropdown--full {
    width: 100%; }
  .dropdown--nowrap {
    white-space: nowrap; }
  .dropdown--yellow .dropdown__link:hover {
    background-color: #FFB825;
    color: #232323; }
  .dropdown--wide {
    min-width: 200px; }
  .dropdown--lng {
    color: #000; }
    .dropdown--lng .dropdown__link {
      width: 4.4rem;
      padding: 0;
      text-align: center;
      justify-content: center; }
  .dropdown li:not(:last-child) .dropdown__content {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F5F5F5; }

.dropdown__btn {
  color: #000;
  text-transform: uppercase;
  background: none;
  border: 0;
  cursor: pointer;
  height: 54px;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: inherit; }
  .dropdown__btn:after {
    content: '';
    position: absolute;
    border: .4rem solid transparent;
    border-top-color: #999999;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    margin-top: 2px; }

.dropdown__link {
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 20px;
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  transition: background-color .1s linear; }
  .dropdown__link:hover {
    text-decoration: none;
    background-color: #232323;
    color: #fff; }
  .dropdown__link:focus {
    text-decoration: none; }

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

.dropdown__select {
  width: 100%;
  height: 4.4rem;
  background-color: #fff;
  border: 0;
  border-radius: .8rem;
  padding: 0 35px 0 15px;
  cursor: pointer;
  color: #232323;
  font-weight: 700;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  font-family: inherit;
  position: relative; }
  .dropdown__select img {
    margin-right: 14px; }
  .dropdown__select:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-top-color: #232323;
    right: 13px;
    margin-top: .2rem; }
  .dropdown__select.error {
    border-color: #8F1F2C;
    background-color: rgba(143, 31, 44, 0.25); }
    .dropdown__select.error:focus {
      background-color: rgba(143, 31, 44, 0.05); }

.dropdown__content {
  padding: 10px 10px 20px; }

.dropdown__title {
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 5px;
  text-transform: none; }

.dropdown__text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: none; }

.dropdown__passenger-wrap {
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-top: 1px solid #F5F5F5; }
  .dropdown__passenger-wrap .title {
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none; }
  .dropdown__passenger-wrap .count__btn {
    width: 28px;
    height: 28px; }
    .dropdown__passenger-wrap .count__btn:before {
      width: 10px; }
    .dropdown__passenger-wrap .count__btn.plus:after {
      height: 10px; }
  .dropdown__passenger-wrap .input {
    width: 40px; }

.count__wrapper {
  display: flex;
  border-radius: 8px;
  align-items: center; }
  .count__wrapper .input {
    flex: 1;
    height: 30px;
    display: block;
    background: none;
    text-align: center;
    margin: 0;
    padding: 0 !important;
    color: #000; }

.count__btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #232323;
  position: relative; }
  .count__btn:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .count__btn.plus:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 14px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.form__row {
  display: flex;
  gap: 2rem; }
  .form__row .form__group {
    flex: 1; }

.form__group {
  margin-bottom: 2.4rem; }

@media (max-width: 640px) {
  .form__row {
    flex-direction: column; } }

/* 10. Inputs & textarea
=========================*/
/* Styling */
/* States */
.input {
  width: 100%;
  height: 6rem;
  padding: 5px 2.4rem;
  vertical-align: middle;
  border: 1px solid #5D554D1F;
  background-color: #fff;
  font-family: inherit;
  font-size: 1.7rem;
  font-weight: 500;
  color: #232323;
  transition: 0.3s;
  /* Styling */ }
  .input:focus {
    outline: 0;
    border-color: #5D554DCC; }
  .input::placeholder {
    color: #232323;
    opacity: .6; }
  .input:not(:placeholder-shown) {
    border-color: #5D554DCC; }
  .input--error {
    border-color: #8F1F2C;
    background-color: rgba(143, 31, 44, 0.25); }
    .input--error:focus {
      background-color: rgba(143, 31, 44, 0.05); }
  .input--success {
    border-color: #2BBE52;
    background-color: rgba(43, 190, 82, 0.25); }
    .input--success:focus {
      background-color: rgba(43, 190, 82, 0.05); }
  .input.error {
    border-color: #FF5656;
    border-width: 2px; }
  .input.success {
    border-color: #8F1F2C;
    background-color: rgba(143, 31, 44, 0.25); }
    .input.success:focus {
      background-color: rgba(143, 31, 44, 0.05); }

.input__wrapper {
  position: relative; }
  .input__wrapper .label {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    background-color: #fff;
    width: auto;
    padding: 0 .4rem;
    left: 2rem;
    font-size: 1.2rem;
    color: #23232399; }

.input__error {
  margin-top: .4rem;
  font-size: 1.4rem;
  color: #FF5656; }

/* Textarea */
/* Styling */
/* States */
.textarea {
  display: block;
  width: 100%;
  height: 16rem;
  min-height: 16rem;
  padding: 15px 2.4rem;
  vertical-align: middle;
  border: 1px solid #5D554D1F;
  background-color: #fff;
  font-family: inherit;
  font-size: 1.7rem;
  font-weight: 500;
  color: #000;
  resize: vertical;
  /* States */ }
  .textarea:focus {
    outline: 0;
    border-color: #5D554DCC; }
  .textarea--sm {
    height: 100px; }
  .textarea::placeholder {
    color: #232323;
    opacity: .6; }
  .textarea:not(:placeholder-shown) {
    border-color: #5D554DCC; }
  .textarea--error {
    border-color: #FF5656;
    border-width: 2px; }
  .textarea--success {
    border-color: #2BBE52;
    background-color: rgba(43, 190, 82, 0.25); }
    .textarea--success:focus {
      background-color: rgba(43, 190, 82, 0.05); }
  .textarea.error {
    border-color: #FF5656;
    border-width: 2px; }

/* 6. Label
=========================*/
.label {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.8rem;
  vertical-align: baseline;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #000;
  z-index: 1; }
  .label .required {
    color: #8F1F2C; }

/* 19. Select
=========================*/
.select {
  position: relative;
  font-family: inherit;
  /* Styling */
  /* Types */
  /* States */ }
  .select:after {
    content: '';
    position: absolute;
    margin-top: 2px;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-top-color: #999999;
    pointer-events: none; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 5.4rem;
    padding: 5px 40px 5px 20px;
    border-radius: 1rem;
    vertical-align: middle;
    border: 0;
    background-color: #EBEBEB;
    font-family: inherit;
    font-weight: 500;
    font-size: 1.5rem;
    color: #232323;
    transition: 0.3s; }
    .select select::-ms-expand {
      display: none; }
    .select select:focus {
      outline: 0; }
    .select select:hover {
      cursor: pointer; }
    .select select.error {
      border-color: #8F1F2C;
      background-color: rgba(143, 31, 44, 0.25); }
      .select select.error:focus {
        background-color: rgba(143, 31, 44, 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: 24px; }
  .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: #8F1F2C; }
  .select--success:before, .select--success:after {
    color: #2BBE52; }
  .select--error select {
    color: #8F1F2C;
    border-color: #8F1F2C;
    background-color: rgba(143, 31, 44, 0.25); }
    .select--error select:focus {
      background-color: rgba(143, 31, 44, 0.05); }
  .select--success select {
    color: #2BBE52;
    border-color: #2BBE52;
    background-color: rgba(43, 190, 82, 0.25); }
    .select--success select:focus {
      background-color: rgba(43, 190, 82, 0.05); }
  .select--border select {
    box-shadow: none;
    border: 1px solid #ddd;
    color: #000;
    transition: all .1s ease; }
    .select--border select:hover {
      border-color: #c4c4c4; }
  .select--users {
    width: 100%; }
    .select--users select {
      width: 100%; }

.reviews {
  margin-bottom: 100px; }

.reviews__form {
  max-width: 500px;
  margin: 0 auto 0; }
  .reviews__form .remodal__success-text {
    font-size: 2rem; }

.rating {
  border: 0;
  padding: 0;
  margin: 0; }

.reviews__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }

.reviews__block {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px; }

.reviews__item {
  padding: 20px 20px 20px;
  background-color: #fff;
  border-radius: 16px;
  height: 100%;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
  position: relative; }

.reviews__text {
  font-size: 1.4rem; }

.reviews__head {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.reviews__rating {
  display: flex;
  margin-bottom: 5px; }
  .reviews__rating .icon {
    width: 14px;
    height: 14px;
    fill: #F5A623;
    margin-right: 5px; }
    .reviews__rating .icon:last-child {
      margin-right: 0; }

.reviews__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 16px; }

.reviews__date {
  color: #eee;
  font-size: 1.2rem; }

@media (max-width: 768px) {
  .reviews__block {
    width: 50%; } }

@media (max-width: 560px) {
  .reviews__block {
    width: 100%; } }

/* 13. Breadcrumbs
=========================*/
.breadcrumbs {
  margin-bottom: 3rem;
  padding: 1.5rem 0 0;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  opacity: .8; }

.breadcrumbs__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.2rem;
  color: #000;
  transition: 0.3s; }
  .breadcrumbs__item:not(.current):after {
    content: '';
    margin: 0 .8rem 0 .6rem;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #232323;
    padding: .3rem;
    transform: rotateZ(-45deg); }
  .breadcrumbs__item:hover:not(.current) {
    text-decoration: none;
    opacity: 0.7; }
  .breadcrumbs__item:last-child {
    opacity: .7;
    pointer-events: none; }
    .breadcrumbs__item:last-child:after {
      display: none; }
  .breadcrumbs__item img {
    display: block; }

/* 14. Pagination
=========================*/
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  text-align: center; }

.pagination__item {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  font-weight: 500;
  position: relative;
  margin-right: 10px; }
  .pagination__item:last-child {
    margin-right: 0; }
  .pagination__item.active {
    border-color: #EBEBEB;
    color: #8F1F2C; }
  .pagination__item:hover {
    text-decoration: none; }
  .pagination__item.disabled img {
    opacity: .5; }

/* 17. Alerts
=========================*/
/* Styling */
.alert {
  padding: 1.4rem 2rem;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 1.6rem;
  position: relative;
  background-color: #fff;
  color: #000;
  border-radius: .6rem;
  /* Colors */
  /* Border */
  /* Styling */ }
  .alert p:last-of-type {
    margin-bottom: 0; }
  .alert p.alert__text {
    margin-bottom: 20px; }
  .alert--gray {
    background-color: #eee;
    color: #000; }
  .alert--dark-blue {
    background-color: #115267;
    color: #fff; }
  .alert--red {
    background-color: #8F1F2C;
    color: #fff; }
  .alert--rblack {
    background-color: #000;
    color: #fff; }
  .alert--white {
    background-color: #fff;
    color: #000; }
  .alert--pink {
    background-color: #EBDDDD;
    color: #000; }
  .alert--deep-pink {
    background-color: #DCC9C3;
    color: #000; }
  .alert--purple {
    background-color: #A08CA7;
    color: #fff; }
  .alert--deep-purple {
    background-color: #673ab7;
    color: #fff; }
  .alert--dark-pink {
    background-color: #BC9999;
    color: #000; }
  .alert--blue {
    background-color: #115267;
    color: #fff; }
  .alert--blue-gray {
    background-color: #49566A;
    color: #fff; }
  .alert--cyan {
    background-color: #00aeed;
    color: #fff; }
  .alert--green {
    background-color: #2BBE52;
    color: #fff; }
  .alert--yellow {
    background-color: #FFD782;
    color: #000; }
  .alert--main {
    background-color: #232323;
    color: #fff; }
  .alert--dark-gray {
    background-color: #3F3F3F80;
    color: #fff; }
  .alert--secondary {
    background-color: #FFB825;
    color: #fff; }
  .alert--brown {
    background-color: #94816C;
    color: #fff; }
  .alert--black {
    background-color: #000;
    color: #fff; }
  .alert--gray {
    background-color: #eee;
    color: #000; }
  .alert--peach {
    background-color: #916868;
    color: #fff; }
  .alert--o-gray {
    background: transparent;
    color: #eee;
    border: 1px solid #eee; }
  .alert--o-dark-blue {
    background: transparent;
    color: #115267;
    border: 1px solid #115267; }
  .alert--o-red {
    background: transparent;
    color: #8F1F2C;
    border: 1px solid #8F1F2C; }
  .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: #115267;
    border: 1px solid #115267; }
  .alert--o-blue-gray {
    background: transparent;
    color: #49566A;
    border: 1px solid #49566A; }
  .alert--o-cyan {
    background: transparent;
    color: #00aeed;
    border: 1px solid #00aeed; }
  .alert--o-green {
    background: transparent;
    color: #2BBE52;
    border: 1px solid #2BBE52; }
  .alert--o-yellow {
    background: transparent;
    color: #FFD782;
    border: 1px solid #FFD782; }
  .alert--o-main {
    background: transparent;
    color: #232323;
    border: 1px solid #232323; }
  .alert--o-dark-gray {
    background: transparent;
    color: #3F3F3F80;
    border: 1px solid #3F3F3F80; }
  .alert--o-secondary {
    background: transparent;
    color: #FFB825;
    border: 1px solid #FFB825; }
  .alert--o-brown {
    background: transparent;
    color: #94816C;
    border: 1px solid #94816C; }
  .alert--o-black {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-gray {
    background: transparent;
    color: #eee;
    border: 1px solid #eee; }
  .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--red {
    background-color: #D82032; }

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

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

.content__block {
  width: 33.33333%;
  padding: 0 10px;
  margin-bottom: 20px; }

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

.content__img-wrapper {
  height: 190px;
  margin-bottom: 10px;
  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: 10px;
  font-size: 1.6rem;
  color: inherit; }

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

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

.content__slider {
  height: 360px;
  overflow: hidden; }
  .content__slider .slick-dots {
    bottom: 20px;
    z-index: 2; }

.content__slide {
  height: 360px;
  padding: 60px;
  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: 10px;
    font-size: 1.6rem;
    color: #fff; }
  .content__slide-item .text {
    font-size: 1rem;
    color: #fff; }

.news__items {
  height: 36rem;
  overflow: hidden; }
  .news__items .slick-slide {
    margin-bottom: 1rem; }

.news__item {
  padding: 1.2rem 2rem;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #000;
  background-color: #fff;
  height: 60px; }
  .news__item .title {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: -.03em; }
  .news__item .text {
    font-size: 1.6rem;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }

.programs__slider {
  transition: opacity .2s ease; }
  .programs__slider .slick-list {
    margin: 0 -1.2rem; }
  .programs__slider .slick-slide {
    padding: 0 1.2rem; }
  .programs__slider.animation {
    opacity: 0; }

.programs__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.25rem;
  row-gap: 2.5rem; }
  @media (min-width: 1100px) {
    .programs__wrapper.fourth .programs__block {
      width: 25%; }
    .programs__wrapper.fourth .programs__img img {
      aspect-ratio: 16/9; } }

.programs__block {
  width: 20%;
  padding: 0 1.25rem; }

.programs__item {
  color: #000; }

.programs__img {
  margin-bottom: 1.5rem;
  border-radius: 2rem;
  overflow: hidden; }
  .programs__img img {
    width: 100%;
    object-fit: cover;
    border-radius: 2rem;
    aspect-ratio: 4/3; }

.programs__date {
  font-size: 1.2rem;
  font-weight: 500;
  color: #969696; }

.programs__title {
  font-size: 1.6rem;
  font-weight: 500; }

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

.news__content {
  flex: 1;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }

.news__nav {
  width: 44rem;
  padding: 0 2rem; }
  .news__nav .main__item {
    padding: 2.5rem 3rem; }

.news__nav-items {
  display: flex;
  flex-direction: column;
  gap: 2.5rem; }

.news__content-item {
  padding: 2.5rem 3rem;
  border-radius: 3rem;
  background-color: #fff; }
  .news__content-item.center {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4.5rem; }
    .news__content-item.center img {
      max-width: 100%; }
  .news__content-item .block__text {
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
    border-bottom: 1px solid #DDDDDD; }
    .news__content-item .block__text:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
      .news__content-item .block__text:last-child p {
        margin-bottom: 1.5rem; }

.news__calendar {
  margin: 0 -.5rem; }

.news__mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 98;
  transition: all .2s ease; }
  .news__mask.opened {
    opacity: 1;
    visibility: visible; }

@media (max-width: 1100px) {
  .news__page-wrapper {
    flex-direction: column; } }

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

.table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000;
  /* Table Head */
  /* Table Body */
  /* Row Colors */ }
  .table--affiliate tr td:last-child {
    text-align: right; }
  .table thead tr {
    border-bottom: 1px solid #F4F4F4; }
  .table th {
    padding: 8px 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #eee;
    text-transform: uppercase;
    text-align: left; }
    .table th:last-child {
      text-align: right; }
  .table tbody tr {
    border-bottom: 1px solid #F4F4F4; }
  .table td {
    padding: 25px 0;
    font-weight: 500; }
    .table td .name {
      display: flex;
      align-items: center; }
      .table td .name img {
        display: block;
        margin-right: 10px; }
    .table td .type {
      color: #232323; }
    .table td .time {
      color: #eee; }
    .table td.date span {
      color: #eee; }
  .table tbody tr.row--gray {
    background-color: #eee;
    color: #000; }
  .table tbody tr.row--dark-blue {
    background-color: #115267;
    color: #fff; }
  .table tbody tr.row--red {
    background-color: #8F1F2C;
    color: #fff; }
  .table tbody tr.row--rblack {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--white {
    background-color: #fff;
    color: #000; }
  .table tbody tr.row--pink {
    background-color: #EBDDDD;
    color: #000; }
  .table tbody tr.row--deep-pink {
    background-color: #DCC9C3;
    color: #000; }
  .table tbody tr.row--purple {
    background-color: #A08CA7;
    color: #fff; }
  .table tbody tr.row--deep-purple {
    background-color: #673ab7;
    color: #fff; }
  .table tbody tr.row--dark-pink {
    background-color: #BC9999;
    color: #000; }
  .table tbody tr.row--blue {
    background-color: #115267;
    color: #fff; }
  .table tbody tr.row--blue-gray {
    background-color: #49566A;
    color: #fff; }
  .table tbody tr.row--cyan {
    background-color: #00aeed;
    color: #fff; }
  .table tbody tr.row--green {
    background-color: #2BBE52;
    color: #fff; }
  .table tbody tr.row--yellow {
    background-color: #FFD782;
    color: #000; }
  .table tbody tr.row--main {
    background-color: #232323;
    color: #fff; }
  .table tbody tr.row--dark-gray {
    background-color: #3F3F3F80;
    color: #fff; }
  .table tbody tr.row--secondary {
    background-color: #FFB825;
    color: #fff; }
  .table tbody tr.row--brown {
    background-color: #94816C;
    color: #fff; }
  .table tbody tr.row--black {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--gray {
    background-color: #eee;
    color: #000; }
  .table tbody tr.row--peach {
    background-color: #916868;
    color: #fff; }
  .table--cart tbody tr {
    vertical-align: top; }
    .table--cart tbody tr td {
      font-size: 1.8rem;
      font-weight: 600; }
      .table--cart tbody tr td:first-child {
        padding-left: 0; }
      .table--cart tbody tr td:last-child {
        text-align: right; }
  .table--cart .table__img {
    width: 200px;
    height: 130px;
    object-fit: cover;
    border-radius: 5px; }
  .table--calendar {
    margin-bottom: 20px;
    table-layout: fixed; }
    .table--calendar tbody tr {
      transition: all .2s ease; }
      .table--calendar tbody tr:first-child {
        border-top: 1px solid #F4F4F4; }
      .table--calendar tbody tr:hover {
        background-color: #fafafa; }
        .table--calendar tbody tr:hover td a {
          color: #232323; }
      .table--calendar tbody tr td {
        padding: 15px 10px;
        font-weight: 400;
        font-size: 1.8rem; }
        .table--calendar tbody tr td:first-child {
          padding-left: 0;
          width: 100px; }
        .table--calendar tbody tr td:nth-child(2) {
          width: 50%; }
        .table--calendar tbody tr td:last-child {
          width: 100px;
          text-align: right; }
        .table--calendar tbody tr td a {
          color: #000;
          transition: all .2s ease; }

.table__name {
  margin-bottom: 40px; }

.table__title {
  font-size: 1.8rem;
  font-weight: 600; }

.table__category {
  color: #999999;
  font-size: 1.4rem;
  font-weight: 600; }

.table__actions {
  display: flex; }
  .table__actions a {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 600;
    margin-right: 24px;
    color: #000; }
    .table__actions a:last-child {
      margin-right: 0; }
  .table__actions .remove {
    color: #232323; }

/* 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;
  gap: .8rem; }

.tabs__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  height: 3.7rem;
  font-weight: 700;
  color: #fff;
  opacity: .5;
  line-height: 1;
  transition: color .1s linear;
  position: relative;
  border-top-left-radius: .8rem;
  border-top-right-radius: .8rem;
  padding: 0 1.2rem;
  border: 1px solid #ED7173;
  border-bottom: 0;
  z-index: 2; }
  .tabs__nav-item:after {
    content: '';
    position: absolute;
    top: calc(100% - .2rem);
    height: .4rem;
    background-color: #E35759;
    opacity: 0;
    left: 0;
    width: 100%;
    z-index: 3; }
  .tabs__nav-item:focus {
    text-decoration: none; }
  .tabs__nav-item:hover {
    text-decoration: none; }
  .tabs__nav-item.active {
    color: #fff;
    opacity: 1;
    background-color: #E35759; }
    .tabs__nav-item.active:after {
      opacity: 1; }

.tabs__content {
  padding: 3.4rem 3rem;
  color: #fff;
  border: 1px solid #ED7173;
  background-color: #D84345;
  border-bottom-right-radius: .8rem;
  border-bottom-left-radius: .8rem; }
  .tabs__content p:last-of-type {
    margin-bottom: 0; }

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

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

.tabs__img {
  width: 55%; }
  .tabs__img img {
    width: 100%;
    max-width: 630px;
    border-radius: 30px; }

.tabs__text {
  width: 45%;
  padding: 0 0 0 80px;
  color: #fff; }
  .tabs__text .title {
    margin-bottom: 20px;
    font-size: 3.4rem;
    font-weight: 700; }
  .tabs__text .text {
    margin-bottom: 20px;
    font-size: 2.2rem; }

/* 22. Accordion
=========================*/
/* Title */
/* Title Icon */
/* Content */
/* Dark theme */
/* Styling */
.accordion__item {
  background-color: #fff;
  border-radius: .8rem;
  margin-bottom: 2rem; }
  .accordion__item:last-child {
    border-bottom: 0;
    margin-bottom: 0; }
  .accordion__item.active .accordion__title:before {
    background-color: #F2F3F6; }
  .accordion__item.active .accordion__title:after {
    border-top-color: transparent;
    border-bottom-color: #424856;
    margin-top: -3px; }
  .accordion__item.active .accordion__title a {
    color: inherit; }

.accordion__title {
  font-size: 1.9rem;
  line-height: 1.2;
  font-weight: 700;
  color: #232323;
  position: relative;
  letter-spacing: -.02em; }
  .accordion__title:before {
    content: '';
    background-color: #F2F3F6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    width: 2.4rem;
    height: 2.4rem;
    pointer-events: none;
    border-radius: .4rem; }
  .accordion__title:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.7rem;
    margin-top: 3px;
    border-style: solid;
    border-color: transparent;
    border-width: 6px 5px 6px 5px;
    border-top-color: #424856; }
  .accordion__title:hover:before {
    color: inherit; }
  .accordion__title a {
    display: block;
    padding: 2rem 8rem 2rem 2rem;
    color: inherit;
    transition: color .1s linear; }
    .accordion__title a:focus {
      text-decoration: none; }
    .accordion__title a:hover {
      text-decoration: none; }

.accordion__content {
  position: relative;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  padding: 0 2rem 2rem; }
  .accordion__content p:last-of-type {
    margin-bottom: 0; }

@media (max-width: 992px) {
  .accordion__content {
    max-width: 100%; } }

.footer {
  background-color: #404040; }

.footer__wrapper {
  display: flex;
  gap: 2rem;
  padding: 4rem 0 4rem; }

.footer__block {
  flex: 1; }
  .footer__block .nav {
    flex-direction: column;
    display: flex;
    gap: 1.5rem; }
  .footer__block .nav__link {
    color: #fff;
    padding-left: 0;
    line-height: 1.52; }
    .footer__block .nav__link:before {
      display: none; }

.footer__title {
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5; }

.footer__contacts {
  color: #fff;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }
  .footer__contacts a {
    color: #fff; }
    .footer__contacts a:hover {
      text-decoration: underline; }
  .footer__contacts p {
    margin: 0; }

.footer__line {
  border-top: 1px solid #5C5C5C;
  padding: 2rem 0; }

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

.footer__line-block {
  width: 35rem; }
  .footer__line-block:last-child {
    display: flex;
    justify-content: flex-end; }

.made__by {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1rem; }

.scroll__top {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background-color: #FFFFFF1F;
  display: flex;
  align-items: center;
  justify-content: center; }

.copyright {
  color: #fff; }

.products__slider {
  padding: 0 0 3.2rem; }
  .products__slider .slick-list {
    padding: 1rem 0;
    margin-top: -1rem;
    margin-bottom: -1rem; }

.products__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 0 4rem;
  gap: 2rem; }
  .products__wrapper.triple {
    grid-template-columns: repeat(3, 1fr); }

.products__item {
  display: block;
  border-radius: .8rem;
  overflow: hidden;
  color: #232323;
  transition: all .2s ease; }
  .products__item:hover {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25); }
    .products__item:hover .products__img img {
      transform: scale(1.1); }
  .products__item.horizontal {
    display: flex; }
    .products__item.horizontal .products__img {
      height: auto; }
      .products__item.horizontal .products__img img {
        aspect-ratio: 325 / 210;
        height: 100%; }
    .products__item.horizontal .products__content {
      min-height: auto;
      flex: 1; }
    .products__item.horizontal .products__text {
      display: flex;
      flex-wrap: wrap;
      column-gap: 2rem;
      font-size: 1.4rem; }
    .products__item.horizontal .products__footer {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .products__item.horizontal .products__rent {
      margin-bottom: 0; }

.products__content {
  padding: 2rem;
  background-color: #F2F3F6;
  display: flex;
  flex-direction: column;
  min-height: 23rem;
  justify-content: space-between;
  align-items: flex-start;
  transition: all .2s ease; }
  .products__content .btn {
    height: 4.4rem;
    font-size: 1.5rem; }

.products__body {
  min-height: 13rem;
  padding-bottom: .4rem; }

.products__img {
  overflow: hidden;
  display: block; }
  .products__img:hover {
    text-decoration: none; }
  .products__img img {
    object-fit: cover;
    display: block;
    aspect-ratio: 305 / 200;
    width: 100%;
    transition: all .5s ease; }

.products__title {
  margin-bottom: .6rem;
  font-size: 1.9rem;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: inherit;
  display: block; }
  .products__title:hover {
    text-decoration: none; }

.products__text {
  font-size: 16px; }
  .products__text p {
    margin-bottom: .4rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 1.4rem; }

.products__footer {
  width: 100%;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08); }

.products__rent {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem; }
  .products__rent .title {
    color: #414A5D;
    font-weight: 500;
    font-size: 1.4rem; }
  .products__rent .price {
    font-size: 1.4rem;
    color: #2C3342;
    font-weight: 700; }

.products__price {
  font-weight: 500; }

.products__details {
  display: flex;
  align-items: center;
  gap: 1.2rem; }
  .products__details .btn {
    flex: 1; }
    .products__details .btn:last-child {
      width: 4.4rem;
      flex: unset;
      padding: 0; }

.product__page {
  background-color: #F2F3F6; }
  .product__page .main__layout {
    margin-bottom: 0;
    padding-bottom: 13rem; }

.product__wrapper {
  display: flex;
  padding: 2rem;
  gap: 3rem;
  background-color: #fff;
  border-radius: .8rem; }

.product__images {
  width: calc(50% - 1.5rem); }

.product__info {
  padding-top: .8rem;
  width: calc(50% - 1.5rem); }

.product__image-slider {
  margin-bottom: 1.2rem;
  height: 28.4rem;
  overflow: hidden; }
  .product__image-slider img {
    max-width: 44rem;
    height: 28.3rem;
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: .8rem; }

.product__thumbs {
  height: 6.6rem;
  overflow: hidden; }
  .product__thumbs .slick-list {
    margin: 0 -.6rem; }
  .product__thumbs .slick-slide {
    cursor: pointer;
    padding: 0 .6rem; }
    .product__thumbs .slick-slide.slick-current img {
      border-color: #FFB825; }
  .product__thumbs img {
    width: 10rem;
    height: 6.6rem;
    object-fit: cover;
    display: block;
    border-radius: .8rem;
    border: 2px solid transparent; }

.product__info-head {
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .product__info-head .title {
    font-size: 2.1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #232323; }
  .product__info-head .link {
    padding-right: 1.5rem;
    color: #232323;
    font-size: 1.4rem;
    font-weight: 700;
    position: relative;
    display: block; }
    .product__info-head .link:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotateZ(-45deg);
      border-width: 0 3px 3px 0;
      border-style: solid;
      border-color: #232323;
      padding: .4rem;
      right: 0; }

.product__info-container {
  margin-bottom: 2.8rem; }

.product__info-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #232323;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: .8rem; }
  .product__info-row:last-child {
    margin-bottom: 0; }
  .product__info-row .title {
    width: 22rem;
    font-weight: 500; }
  .product__info-row .text {
    font-weight: 600; }

.product__place {
  margin-bottom: 2.8rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #232323;
  display: flex;
  align-items: center;
  gap: .4rem;
  line-height: 1.5; }
  .product__place img {
    height: 2.3rem;
    display: block;
    transform: translateY(-0.2rem); }

.product__download {
  min-height: 4.4rem;
  padding: .4rem 2rem;
  background-color: #f2f3f6;
  border-radius: .8rem;
  display: inline-flex;
  align-items: center;
  color: #232323;
  font-weight: 700;
  transition: all .2s ease; }
  .product__download:hover {
    background-color: #e3e5ec; }

.product__rent {
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr); }

.product__rent-block {
  padding: 1.2rem;
  background-color: #fff;
  border-radius: .8rem;
  color: #232323;
  display: flex;
  align-items: center;
  gap: 2.4rem; }
  .product__rent-block .image {
    width: 6rem;
    height: 6rem;
    flex-shrink: 0;
    border-radius: 50%;
    background: conic-gradient(from 180deg, #DF484A 0% var(--stop), rgba(0, 0, 0, 0) 25% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: --stop 0.4s ease-in-out; }
    .product__rent-block .image:after {
      content: '';
      position: absolute;
      top: .2rem;
      right: .2rem;
      left: .2rem;
      bottom: .2rem;
      border-radius: 50%;
      background-color: #fff;
      z-index: 2; }
    .product__rent-block .image img {
      position: relative;
      z-index: 3;
      object-fit: contain; }
  .product__rent-block .title {
    font-size: 1.9rem;
    font-weight: 700; }

.product__table-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 2rem; }

.product__table-block {
  flex: 1; }

.widget {
  max-width: 30.5rem;
  width: 100%;
  padding: 1.2rem;
  display: block;
  background-color: #fff;
  border-radius: .8rem;
  flex-shrink: 0; }
  .widget:hover {
    text-decoration: none; }
    .widget:hover .title {
      color: #232323; }
  .widget .img {
    margin-bottom: 1rem;
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: .8rem; }
  .widget .title {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    color: #232323; }

.product__table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #00000014; }
  .product__table tbody tr {
    border-bottom: 1px solid #00000014; }
    .product__table tbody tr td {
      width: 50%;
      padding: 1.2rem 0;
      color: #232323;
      font-weight: 500;
      font-size: 1.5rem; }
      .product__table tbody tr td:last-child {
        font-weight: 600; }

.product__text .block__text {
  margin-bottom: 0;
  font-size: 1.7rem;
  line-height: 1.5;
  color: #232323; }
  .product__text .block__text ul {
    margin: 2rem 0 2rem 2em; }
    .product__text .block__text ul li {
      margin-bottom: .8rem; }
      .product__text .block__text ul li:last-child {
        margin-bottom: 0; }

.related__slider {
  padding-bottom: 3.2rem; }
  .related__slider .slick-track {
    display: flex; }
  .related__slider .slick-slide {
    float: none; }
  .related__slider .choose__item {
    min-height: 100%; }

.cart__menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .2s ease;
  background-color: #99999999;
  z-index: 11;
  display: flex;
  visibility: hidden; }
  .cart__menu-wrapper.opened {
    opacity: 1;
    visibility: visible; }
    .cart__menu-wrapper.opened .cart__menu {
      transform: translateX(0); }

.cart__menu {
  width: 540px;
  margin-left: auto;
  background-color: #fff;
  height: 100%;
  transform: translateX(100%);
  transition: transform .2s ease;
  transition-delay: .2s; }

.cart__menu-head {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 35px;
  border-bottom: #EBEBEB 1px solid; }
  .cart__menu-head .title {
    font-size: 2.4rem;
    font-weight: 700; }

.cart__menu-close {
  position: relative;
  width: 20px;
  height: 20px;
  display: block; }
  .cart__menu-close:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    transform: rotateZ(45deg);
    background-color: #000;
    height: 2px; }
  .cart__menu-close:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 2px;
    transform: rotateZ(-45deg);
    background-color: #000; }

.cart__menu-content {
  padding: 35px 35px 170px; }

.cart__menu-title {
  font-size: 2rem;
  font-weight: 700; }

.cart__menu-text {
  margin-bottom: 40px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #eee; }

.cart__menu-login {
  font-weight: 500;
  font-size: 1.8rem;
  display: flex;
  align-items: center; }
  .cart__menu-login a {
    display: inline-flex;
    align-items: center;
    color: #232323;
    margin-right: 4px; }
    .cart__menu-login a img {
      margin-right: 5px;
      display: block; }

.cart__menu-liked {
  font-weight: 500;
  font-size: 1.8rem;
  display: flex;
  align-items: center; }
  .cart__menu-liked img {
    margin-right: 5px;
    display: block; }
  .cart__menu-liked a {
    display: inline-flex;
    align-items: center;
    color: #232323;
    margin-right: 4px; }

.cart__menu-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem 3.5rem;
  box-shadow: -5px 0 1.2rem rgba(0, 0, 0, 0.25); }
  .cart__menu-footer .checkbox {
    margin-bottom: 2rem; }

.cart__menu-footer-price {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .cart__menu-footer-price .title {
    font-size: 2rem;
    font-weight: 500; }
  .cart__menu-footer-price .text {
    font-size: 2rem;
    font-weight: 600; }

.cart__menu-footer-actions {
  display: flex;
  gap: 1.8rem; }
  .cart__menu-footer-actions .btn {
    flex: 1; }

/*CART*/
.cart {
  padding-top: 4rem; }

.cart__wrapper {
  display: flex;
  margin: 0 -6rem; }

.cart__block {
  padding: 0 6rem; }
  .cart__block.xl {
    width: 60%; }
  .cart__block.sm {
    width: 40%; }

.cart__item {
  padding: 3.3rem 2.4rem;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.25);
  border-radius: .8rem; }

.cart__total {
  margin-bottom: 2.4rem;
  text-align: right;
  font-size: 2rem;
  font-weight: 600; }

.cart__images {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  background-color: #EBEBEB;
  border-radius: .8rem; }
  .cart__images img {
    margin-right: 3.5rem; }
    .cart__images img:last-child {
      margin-right: 0; }

.cart__product {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  color: #000;
  border-bottom: 1px solid #D9D9D9; }
  .cart__product:hover {
    text-decoration: none; }
  .cart__product > img {
    height: 10rem;
    width: 15rem;
    object-fit: cover;
    border-radius: .4rem;
    margin-right: 2rem; }
  .cart__product button {
    border: 0;
    background: none;
    cursor: pointer; }
    .cart__product button img {
      display: block; }

.cart__name {
  flex: 1; }

.cart__name-title {
  font-size: 1.6rem;
  font-weight: 600; }

.cart__name-subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  color: #999999; }

.cart__name-price {
  margin-right: 2.5rem;
  font-size: 1.6rem;
  font-weight: 600; }

.intro {
  border-bottom: 1px solid #E2E2E2; }
  .intro--inside .intro__wrapper {
    min-height: 41rem;
    gap: 0; }
  .intro--inside .intro__block {
    max-width: 100%;
    flex: 1;
    padding-top: 4rem; }
  .intro--inside .intro__title {
    margin-bottom: 0;
    max-width: 50rem; }
  .intro--inside .intro__text {
    margin-top: 2rem; }

.intro__content {
  position: relative; }
  .intro__content:before {
    content: '';
    position: absolute;
    top: -.3rem;
    left: -2.1rem;
    width: .5rem;
    height: .5rem;
    background-color: #e2e2e2;
    border-radius: 50%; }
  .intro__content:after {
    content: '';
    position: absolute;
    bottom: -.3rem;
    left: -2.1rem;
    width: .5rem;
    height: .5rem;
    background-color: #e2e2e2;
    border-radius: 50%; }

.intro__wrapper {
  display: flex;
  min-height: 53rem;
  gap: 6rem;
  position: relative; }
  .intro__wrapper .back__link {
    position: absolute;
    top: 1.6rem;
    left: 0; }
  .intro__wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1.9rem;
    height: 100%;
    width: .1rem;
    background-color: #e2e2e2; }
  .intro__wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    right: -1.9rem;
    height: 100%;
    width: .1rem;
    background-color: #e2e2e2; }

.intro__block {
  max-width: 48rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }

.intro__title {
  margin-bottom: 2.4rem;
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 1.24;
  color: #232323; }

.intro__actions {
  display: flex;
  gap: 2.4rem; }

.intro__text {
  margin-bottom: 4rem;
  font-size: 1.7rem;
  line-height: 1.52; }
  .intro__text.limited {
    max-width: 48rem; }

.intro__img {
  border-left: 1px solid #e2e2e2;
  flex: 1;
  position: relative; }
  .intro__img:after {
    content: '';
    background-color: #000;
    opacity: .05;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 1.9rem);
    height: 100%; }
  .intro__img img {
    width: calc(100% + 1.9rem);
    height: 100%;
    object-fit: cover;
    display: block; }
  .intro__img video {
    width: calc(100% + 1.9rem);
    height: 100%;
    object-fit: cover;
    display: block; }

@media (max-width: 992px) {
  .intro__block {
    padding: 3rem 1rem 0; }
  .intro__wrapper {
    gap: 2rem; } }

.filter__wrapper {
  display: flex;
  margin: 0 -10px; }

.filter__nav {
  width: 25%;
  padding: 0 10px 20px; }

.filter__block {
  width: 75%;
  padding: 0 10px; }
  .filter__block .products__block {
    width: 33.33%; }

.filter__content {
  padding: 20px;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #E2E2E2; }

.filter__range-inputs {
  display: flex;
  align-items: center; }
  .filter__range-inputs .separator {
    margin: 0 10px; }
  .filter__range-inputs .input__wrapper {
    padding-right: 20px; }
  .filter__range-inputs .input {
    padding: 0; }

.filter__head {
  display: none; }
  .filter__head .title {
    font-weight: 700; }

.filter__block-title {
  font-weight: 700;
  margin-bottom: 20px; }

.filter__content-item {
  border-bottom: 1px solid #e0e6f0;
  margin-bottom: 30px;
  padding-bottom: 20px; }
  .filter__content-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  .filter__content-item .checkbox {
    margin-bottom: 5px; }

.filter__show {
  color: #232323;
  display: block;
  margin-top: 20px; }
  .filter__show:hover {
    text-decoration: underline; }

.filter__range {
  padding-top: 20px; }

.filter__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
  z-index: 4;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  color: #000;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 2rem; }
  @media (min-width: 992px) {
    .filter__close {
      display: none; } }
  .filter__close:before, .filter__close:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #000;
    transition: 0.3s; }
  .filter__close:before {
    transform: rotate(-45deg); }
  .filter__close:after {
    transform: rotate(45deg); }

.filter__block-item {
  padding: 0 20px 20px 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea; }
  .filter__block-item:last-child {
    border-bottom: 0;
    margin-bottom: 0; }

.filter__title {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #5d666d;
  text-transform: uppercase;
  letter-spacing: .05em; }

.filter__item {
  max-height: 280px;
  overflow-y: auto;
  margin: 0 -10px 0 -40px;
  padding: 0 10px 0 40px; }
  .filter__item::-webkit-scrollbar {
    width: 6px; }
  .filter__item::-webkit-scrollbar-track {
    background: #ffffff; }
  .filter__item::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #c7c7c7; }
  .filter__item.active .checkbox__label {
    color: #5d666d; }
  .filter__item.active .checkbox__input:checked + .checkbox__label {
    color: #000; }
  .filter__item.active .filter__link {
    color: #5d666d; }
    .filter__item.active .filter__link.active {
      color: #000; }

.filter__link {
  line-height: 22px;
  margin-bottom: 10px;
  display: flex;
  color: #000;
  font-weight: 500; }
  .filter__link.active {
    color: #000; }

.filter__form .input__wrapper {
  display: flex;
  align-items: center;
  height: 44px;
  border: 1px solid #eeeeee;
  border-radius: 8px; }
  .filter__form .input__wrapper .label {
    color: #5d666d;
    margin-bottom: 0;
    width: 40px;
    display: block;
    line-height: 1; }
  .filter__form .input__wrapper .input {
    border: 0;
    padding: 0; }

.filter__range-inputs .input {
  border: 0; }

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

/* 24. Rating
=========================*/
.rating {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: 0; }
  .rating:before, .rating:after {
    content: "";
    display: table; }
  .rating:after {
    clear: both; }

.rating__input {
  display: none; }

.rating__star {
  float: right;
  color: #eee;
  cursor: pointer;
  transition: color .1s linear;
  margin-right: 5px; }
  .rating__star .icon {
    fill: #eee;
    width: 18px;
    height: 18px; }

.rating__input:checked ~ .rating__star .icon,
.rating:not(:checked) > .rating__star:hover .icon,
.rating:not(:checked) > .rating__star:hover ~ .rating__star .icon {
  fill: #F5A623; }

.cabinet__page {
  padding-top: 40px;
  padding-bottom: 40px; }

.profile__nav {
  display: flex;
  border-top: 1px solid #ebebeb;
  margin-bottom: 50px; }
  .profile__nav a {
    padding: 0 35px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1.4rem;
    font-weight: 600;
    border-right: 1px solid #EBEBEB;
    transition: all .2s ease;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb; }
    .profile__nav a:hover {
      text-decoration: none;
      background-color: #232323;
      border-right-color: #232323;
      border-bottom-color: #232323;
      color: #fff; }
    .profile__nav a.active {
      background-color: #232323;
      border-right-color: #232323;
      border-bottom-color: #232323;
      color: #fff; }

.profile__title {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: 700; }

.profile__subtitle {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 700; }

.profile__avatar {
  margin-bottom: 40px;
  display: flex;
  align-items: center; }
  .profile__avatar img {
    width: 80px;
    height: 80px;
    margin-right: 27px;
    border-radius: 50%;
    object-fit: cover; }
  .profile__avatar .btn {
    font-weight: 500;
    margin-right: 15px; }

.profile__inputs {
  max-width: 640px; }

.profile__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .profile__wrapper .form__group {
    padding: 0 10px;
    width: 50%;
    margin-bottom: 20px; }
  .profile__wrapper .input__wrapper {
    background-color: #EBEBEB;
    display: flex;
    border-radius: 8px; }
    .profile__wrapper .input__wrapper .label {
      color: #999999;
      font-weight: 500;
      font-size: 1.3rem;
      text-transform: uppercase;
      width: auto; }
    .profile__wrapper .input__wrapper .input {
      flex: 1;
      background: none;
      text-transform: uppercase;
      color: #000; }

.person {
  position: relative; }
  .person:hover .person__menu {
    opacity: 1;
    visibility: visible; }

.person__avatar {
  cursor: pointer; }
  .person__avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%; }

.person__menu {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 3; }

.person__menu-wrapper {
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  min-width: 22rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  overflow: hidden; }
  .person__menu-wrapper a {
    display: flex;
    align-items: center;
    height: 55px;
    color: #000;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0 30px; }
    .person__menu-wrapper a:hover {
      text-decoration: none;
      color: #fff;
      background-color: #232323; }

.cookie {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 530px; }
  .cookie.closed {
    display: none; }

.cookie__title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500; }

.cookie__text {
  font-size: 14px;
  margin-bottom: 10px; }

.cookie__accordion-container {
  margin-bottom: 10px;
  display: none; }

.cookie__accordion {
  margin-bottom: 10px;
  background-color: rgba(239, 239, 239, 0.5); }
  .cookie__accordion:last-of-type {
    margin-bottom: 0; }

.cookie__accordion-head {
  display: flex;
  cursor: pointer;
  user-select: none;
  justify-content: space-between;
  padding: 10px 40px 10px 10px;
  position: relative; }
  .cookie__accordion-head:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    padding: 4px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #000;
    margin-top: -2px;
    transform: translateY(-50%) rotateZ(45deg); }
  .cookie__accordion-head.active:after {
    margin-top: 2px;
    transform: translateY(-50%) rotateZ(225deg); }

.cookie__accordion-title {
  font-weight: 500;
  font-size: 1.5rem; }

.cookie__accordion-setup {
  font-size: 15px;
  color: #2BBE52; }

.cookie__accordion-content {
  padding: 10px;
  font-size: 1.2rem; }

.cookie__actions {
  display: flex;
  gap: 10px; }
  .cookie__actions .btn {
    padding: 0;
    flex: 1;
    font-size: 1.4rem; }

.cookie__edit {
  position: fixed;
  bottom: 0;
  left: 20px;
  background-color: #ffffff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  padding: 15px; }
  .cookie__edit .btn {
    margin-bottom: 0; }

.cookie__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 12px;
  display: block; }
  .cookie__close:before, .cookie__close:after {
    content: '';
    position: absolute;
    top: 4px;
    width: 100%;
    height: 2px;
    background-color: #000;
    left: 0;
    transform: rotateZ(45deg); }
  .cookie__close:after {
    transform: rotateZ(-45deg); }

.text-page .header {
  background-color: #fff; }

.text__page {
  max-width: 87rem;
  padding: 2.4rem 0; }
  .text__page .block__text {
    font-size: 1.7rem; }
    .text__page .block__text ul {
      margin: 2rem 0 2rem 2em; }
      .text__page .block__text ul li {
        margin-bottom: .7rem; }
        .text__page .block__text ul li:last-child {
          margin-bottom: 0; }
    @media (max-width: 992px) {
      .text__page .block__text {
        font-size: 1.6rem; }
        .text__page .block__text h2 {
          margin-bottom: 2rem;
          font-size: 2.1rem; } }

.gallery__slider {
  margin-bottom: 1px;
  overflow: hidden; }

.gallery__slider-item {
  display: block; }
  .gallery__slider-item img {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover; }

.gallery__nav-item {
  cursor: pointer; }
  .gallery__nav-item img {
    display: block;
    width: 100%;
    height: 70px;
    object-fit: cover; }

.gallery__nav .slick-list {
  margin: 0 -1px 0 0; }

.gallery__nav .slick-slide {
  padding: 0 1px 0 0; }
  .gallery__nav .slick-slide:hover .gallery__nav-item:before {
    opacity: 0.4; }

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

.gallery__nav .slick-current .gallery__nav-item:before {
  opacity: 0.4; }

.gallery__nav-item {
  position: relative; }
  .gallery__nav-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: 0.3s; }

.lg-actions .lg-prev {
  transform: rotate(180deg); }

.contact__wrapper {
  display: flex;
  gap: 2rem; }

.contact__block {
  flex: 1; }
  .contact__block:first-child {
    padding-bottom: 25rem; }
    @media (max-width: 1050px) {
      .contact__block:first-child {
        padding-bottom: 0; } }
    @media (max-width: 992px) {
      .contact__block:first-child {
        padding-bottom: 0; } }

.contacts__data-wrapper {
  display: flex;
  gap: 2rem; }

.contacts__data {
  flex: 1;
  padding: 2rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 2rem; }
  .contacts__data .icon {
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EEEEEE;
    border-radius: 50%;
    flex-shrink: 0; }
  .contacts__data .text {
    font-size: 1.7rem;
    line-height: 1.52;
    color: #232323;
    font-weight: 500; }
    .contacts__data .text a {
      color: inherit; }
      .contacts__data .text a:hover {
        text-decoration: underline; }

.contact__img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 50%; }

@media (max-width: 1300px) {
  .contact__img {
    max-width: 40%; } }

@media (max-width: 1200px) {
  .contact__img {
    max-width: 30%; } }

@media (max-width: 992px) {
  .contacts__data-wrapper {
    flex-direction: column; } }

/*! nouislider - 12.0.0 - 9/14/2018 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  position: absolute; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 6px; }

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: .4rem;
  left: -17px;
  top: -7px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  width: 94%;
  background: #F5F5F5;
  border-radius: 4px; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #232323; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  cursor: pointer; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.main {
  padding: 0 3rem; }

section {
  padding: 14rem 0;
  position: relative; }
  section.dark {
    background-color: #232323;
    color: #fff;
    position: relative; }
    section.dark:after {
      content: '';
      background: radial-gradient(circle, #FFFFFF 0%, rgba(153, 153, 153, 0) 100%);
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      opacity: .1; }
    section.dark .container {
      position: relative;
      z-index: 2; }
    section.dark .section__title:before {
      background-color: #fff; }
  section.lines {
    padding: 0;
    position: relative; }
    @media (min-width: 992px) {
      section.lines .block__text {
        margin-bottom: 6rem; } }
    section.lines .container {
      padding-top: 14rem;
      padding-bottom: 14rem;
      position: relative; }
      section.lines .container:before {
        content: '';
        position: absolute;
        top: 0;
        left: -.4rem;
        height: 100%;
        width: .1rem;
        background-color: #e2e2e2; }
      section.lines .container:after {
        content: '';
        position: absolute;
        top: 0;
        right: -.4rem;
        height: 100%;
        width: .1rem;
        background-color: #e2e2e2; }
  section.discuss {
    padding-top: 0;
    padding-bottom: 36rem;
    overflow: clip; }
    section.discuss .container {
      padding-top: 14rem;
      position: relative; }
      section.discuss .container:before {
        content: '';
        position: absolute;
        top: 0;
        left: -.4rem;
        height: 300%;
        width: .1rem;
        background-color: #3e3e3e; }
      section.discuss .container:after {
        content: '';
        position: absolute;
        top: 0;
        right: -.4rem;
        height: 300%;
        width: .1rem;
        background-color: #3e3e3e; }
      section.discuss .container .dots__top:before, section.discuss .container .dots__top:after {
        top: -10.2rem; }
    section.discuss .section__head {
      margin-bottom: 0; }
    section.discuss:before {
      content: '';
      bottom: 0;
      height: 50%;
      position: absolute;
      left: 0;
      width: 100%;
      background: linear-gradient(to bottom, rgba(35, 35, 35, 0) 0%, #232323 100%);
      transform: none;
      z-index: 3; }
  section.gray {
    background-color: #EEEEEE; }
    section.gray .block__title {
      margin-bottom: 2.8rem; }
    section.gray .models__item {
      background-color: #fff;
      color: #232323; }
      section.gray .models__item .icon {
        background-color: #23232314; }
    section.gray .internal__container:before, section.gray .internal__container:after {
      opacity: 1;
      background-color: #d2d2d2; }
    section.gray.internal .container:before, section.gray.internal .container:after {
      background-color: #d2d2d2;
      opacity: 1; }
    section.gray .section__dots:before, section.gray .section__dots:after, section.gray .section__dots i {
      background-color: #d2d2d2; }
  section.internal {
    position: relative; }
    section.internal .container:before {
      left: -.4rem;
      background-color: #fff;
      opacity: .2; }
    section.internal .container:after {
      right: -.4rem;
      background-color: #fff;
      opacity: .2; }
    section.internal .dots__top:before, section.internal .dots__top:after {
      top: -10.2rem; }
  section.contacts .internal__container:before, section.contacts .internal__container:after {
    background-color: #e2e2e2;
    opacity: 1; }
  section.contacts .container {
    padding-top: 8rem;
    padding-bottom: 8rem; }
  section.text_page {
    padding: 0; }
    section.text_page .section__dots:before, section.text_page .section__dots:after, section.text_page .section__dots i {
      top: -.3rem;
      background-color: #D9D9D9; }
    section.text_page .container {
      padding-top: 1.6rem;
      padding-bottom: 1.6rem;
      position: relative; }
      section.text_page .container:before {
        content: '';
        position: absolute;
        top: -.5rem;
        left: -.4rem;
        height: calc(100% + .5rem);
        width: .1rem;
        background-color: #e2e2e2; }
      section.text_page .container:after {
        content: '';
        position: absolute;
        top: -.5rem;
        right: -.4rem;
        height: calc(100% + .5rem);
        width: .1rem;
        background-color: #e2e2e2; }

.back__link {
  font-size: 1.4rem;
  color: #232323;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  opacity: .7; }
  .back__link:hover {
    opacity: 1; }

.section__dots {
  position: relative; }
  .section__dots:before {
    content: '';
    position: absolute;
    top: 3.80rem;
    left: calc(50% - 68.1rem);
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #4A4A4A;
    z-index: 4; }
  .section__dots:after {
    content: '';
    position: absolute;
    top: 3.85rem;
    right: calc(50% - 68.1rem);
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #4A4A4A;
    z-index: 4; }
  .section__dots i:first-child {
    position: absolute;
    bottom: 3.75rem;
    left: calc(50% - 68.1rem);
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #4A4A4A;
    z-index: 4; }
  .section__dots i:last-of-type {
    position: absolute;
    bottom: 3.85rem;
    right: calc(50% - 68.1rem);
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #4A4A4A;
    z-index: 4; }

.section__head {
  margin-bottom: 8rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem; }
  .section__head .block__text {
    margin-bottom: 0; }
  .section__head .block__title {
    margin-bottom: 2.8rem; }
  .section__head .btn {
    margin-top: 4rem; }
  .section__head .limited {
    max-width: 82rem; }
  .section__head.mb-5 {
    margin-bottom: 5rem; }

.section__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: calc(33.33% - 1rem);
  flex-shrink: 0;
  line-height: 1.52;
  font-weight: 500; }
  .section__title:before {
    content: '';
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background-color: #232323; }

.block__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px; }
  .block__title-wrapper .block__title {
    text-align: left;
    margin: 0; }
  .block__title-wrapper .block__text {
    margin-bottom: 0;
    max-width: 41.5rem; }
    .block__title-wrapper .block__text.wide {
      max-width: 52rem; }

.block__subtitle {
  font-size: 2.5rem;
  font-weight: 500; }

.block__link {
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  display: block;
  text-decoration: underline; }
  .block__link:hover {
    text-decoration: none; }

.block__title {
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0 0 4.8rem; }
  .block__title.text-center {
    text-align: center;
    max-width: 61rem;
    margin: 0 auto 3rem; }
  .block__title.xl {
    font-size: 5.6rem; }
    @media (max-width: 992px) {
      .block__title.xl {
        font-size: 4rem; } }
  .block__title.limited {
    max-width: 61rem; }
  .block__title.limited-sm {
    max-width: 50rem; }
  .block__title.wide {
    max-width: 82rem; }
  .block__title.sm {
    font-size: 3.6rem; }
  .block__title span {
    color: #232323; }

.badge {
  transform: translateY(1px);
  margin-left: 15px;
  color: #fff;
  background-color: #8F1F2C;
  border-radius: 4px;
  font-size: 1.4rem;
  padding: 0 8px; }

.block__text {
  margin-bottom: 30px;
  font-size: 1.7rem;
  line-height: 1.5; }
  .block__text ul {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 5px; }
  .block__text li {
    margin-bottom: 1rem; }
  .block__text h2 {
    font-weight: 500;
    font-size: 2.8rem;
    margin-bottom: .7em; }
  .block__text h3 {
    font-weight: 500;
    font-size: 2.4rem;
    margin-bottom: 10px; }
  .block__text h4 {
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 9px; }
  .block__text p {
    margin-bottom: 5px; }

.advantages__wrapper {
  display: flex;
  position: relative; }
  .advantages__wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: -2.4rem;
    height: 100%;
    width: .1rem;
    background-color: #e2e2e2; }
  .advantages__wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    right: -2.4rem;
    height: 100%;
    width: .1rem;
    background-color: #e2e2e2; }

.advantages__block {
  flex: 1;
  position: relative; }
  .advantages__block:last-child:after {
    display: none; }
  .advantages__block:after {
    content: '';
    position: absolute;
    top: 0;
    right: 2.4rem;
    height: 100%;
    width: .1rem;
    background-color: #e2e2e2; }

.advantages__item {
  height: 17.9rem;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.advantages__count {
  letter-spacing: -0.02em;
  font-size: 3.6rem;
  font-weight: 500; }

.advantages__text {
  font-size: 1.6rem; }

.services__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  position: relative;
  z-index: 2; }
  .services__wrapper.sectors .services__item {
    height: auto;
    color: #232323;
    background-color: #fff;
    padding: 2rem;
    min-height: 100%;
    justify-content: flex-start; }
    .services__wrapper.sectors .services__item img {
      display: block;
      margin-bottom: 3rem;
      aspect-ratio: 1/1;
      max-height: 16rem;
      max-width: 16rem; }
  .services__wrapper.sectors .services__block:last-child {
    position: relative; }
    .services__wrapper.sectors .services__block:last-child:before {
      content: '';
      position: absolute;
      bottom: -.15rem;
      left: -.15rem;
      width: .5rem;
      height: .5rem;
      background-color: #BFBFBF;
      border-radius: 50%; }
    .services__wrapper.sectors .services__block:last-child:after {
      content: '';
      position: absolute;
      bottom: -.15rem;
      right: -.15rem;
      width: .5rem;
      height: .5rem;
      background-color: #BFBFBF;
      border-radius: 50%; }
  .services__wrapper.double {
    grid-template-columns: repeat(2, 1fr); }
    .services__wrapper.double .services__block:last-child {
      position: relative; }
      .services__wrapper.double .services__block:last-child:before {
        content: '';
        position: absolute;
        bottom: -.15rem;
        left: -.15rem;
        width: .5rem;
        height: .5rem;
        background-color: #4A4A4A;
        border-radius: 50%; }
      .services__wrapper.double .services__block:last-child:after {
        content: '';
        position: absolute;
        bottom: -.15rem;
        right: -.15rem;
        width: .5rem;
        height: .5rem;
        background-color: #4A4A4A;
        border-radius: 50%; }
      .services__wrapper.double .services__block:last-child .tell__item {
        color: #fff;
        border-color: #4A4A4A; }
        .services__wrapper.double .services__block:last-child .tell__item:before, .services__wrapper.double .services__block:last-child .tell__item:after {
          background-color: #4A4A4A; }
        .services__wrapper.double .services__block:last-child .tell__item .services__text {
          padding-bottom: 0;
          margin-bottom: 2.5rem;
          max-width: 36rem; }
    .services__wrapper.double .services__item {
      height: auto;
      flex-direction: row;
      align-items: flex-start;
      padding: 0;
      min-height: 100%;
      background-color: #4A4A4A80;
      backdrop-filter: blur(10px); }
      .services__wrapper.double .services__item > div {
        padding: 2.4rem 0 2.4rem 2.4rem;
        max-width: 38.4rem; }
      .services__wrapper.double .services__item img {
        max-width: 23rem;
        width: auto;
        margin-top: auto; }
      .services__wrapper.double .services__item.align-center {
        align-items: center;
        padding-right: 2rem; }
        .services__wrapper.double .services__item.align-center img {
          margin-top: 0;
          max-height: 15.4rem; }

.services__block:last-child .tell__item .services__text {
  padding-bottom: 8rem; }

@media (max-width: 992px) {
  .services__block:last-child .tell__item {
    min-height: 30rem;
    padding-bottom: 15rem; }
    .services__block:last-child .tell__item .btn {
      position: absolute;
      bottom: 2rem;
      left: 2rem;
      max-width: calc(100% - 4rem); } }

.services__item {
  display: flex;
  flex-direction: column;
  padding: 2.4rem;
  background-color: #FFFFFF0F;
  color: #fff;
  height: 44rem;
  justify-content: space-between; }
  .services__item:hover {
    text-decoration: none; }
  .services__item img {
    max-width: 100%; }

.services__title {
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.36; }

.services__text {
  opacity: .9;
  font-size: 1.7rem; }

.tell__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
  border: 1px solid #BFBFBF;
  color: #232323;
  padding: 2.4rem 2.4rem 2.4rem;
  position: relative; }
  .tell__item:before {
    content: '';
    position: absolute;
    top: -.25rem;
    left: -.25rem;
    width: .5rem;
    height: .5rem;
    background-color: #BFBFBF;
    border-radius: 50%; }
  .tell__item:after {
    content: '';
    position: absolute;
    top: -.25rem;
    right: -.25rem;
    width: .5rem;
    height: .5rem;
    background-color: #BFBFBF;
    border-radius: 50%; }
  .tell__item .btn {
    position: relative;
    z-index: 2; }

.tell__img {
  bottom: 0;
  right: 1rem;
  position: absolute;
  max-width: calc(100% - 1rem); }

.projects__slider .slick-dots {
  bottom: -4rem;
  left: 0;
  width: calc(100% - 16rem);
  display: flex; }
  .projects__slider .slick-dots li {
    margin: 0;
    flex: 1; }
    .projects__slider .slick-dots li.slick-active button {
      background-color: #BFBFBF; }
    .projects__slider .slick-dots li button {
      background-color: #EEEEEE;
      width: 100%;
      height: .3rem; }
      .projects__slider .slick-dots li button:before {
        display: none; }

.projects__slide {
  display: flex;
  gap: 4rem; }
  .projects__slide .section__title {
    width: auto; }

.projects {
  padding-top: 2rem;
  position: relative; }
  .projects:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20vw;
    width: 140vw;
    height: 1px;
    background-color: #E4E4E4; }

.projects__img {
  aspect-ratio: 6.4/4;
  max-height: 40rem;
  max-width: 100%; }

.projects__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between; }

.projects__title {
  margin-bottom: 2rem;
  line-height: 1.36;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: -0.02em; }

.projects__text {
  margin-bottom: 2.4rem;
  font-size: 1.7rem;
  color: #191919; }

.projects__table {
  border: 1px solid #E4E4E4; }

.projects__row {
  display: flex;
  padding: 1.2rem;
  align-items: center;
  border-bottom: 1px solid #e4e4e4; }
  .projects__row:last-child {
    border-bottom: 0; }
  .projects__row .title {
    min-width: 14rem;
    font-size: 1.6rem;
    color: #191919; }
  .projects__row .text {
    flex: 1; }

.section__img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1; }

.discuss__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4; }

.projects__actions {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.projects__arrow {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background-color: #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.projects__counter {
  display: flex;
  align-items: flex-end;
  margin: 0 1.2rem;
  line-height: 1;
  gap: .4rem; }
  .projects__counter span {
    color: #BFBFBF;
    font-size: 1.6rem; }
  .projects__counter .count {
    font-size: 2rem;
    font-weight: 500; }
    .projects__counter .count:first-child {
      transform: translateY(0.2rem); }
    .projects__counter .count:last-child {
      color: #BFBFBF;
      font-size: 1.6rem; }

.made__by-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  padding-bottom: 3rem; }
  .made__by-container .container:before, .made__by-container .container:after {
    display: none; }

.made__by {
  display: flex;
  justify-content: flex-end; }

.discuss__container {
  position: relative;
  z-index: 4; }
  .discuss__container:before {
    content: '';
    position: absolute;
    top: 4rem;
    left: 0;
    height: .1rem;
    width: 100%;
    background-color: #3e3e3e; }

.discuss__actions {
  display: flex;
  gap: 2rem; }

.internal__wrapper {
  display: flex;
  gap: 0;
  position: relative; }
  .internal__wrapper:before {
    content: '';
    left: -1.9rem;
    width: 1px;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: #D9D9D9; }
  .internal__wrapper:after {
    content: '';
    right: -1.9rem;
    width: 1px;
    top: 0;
    height: 100%;
    position: absolute;
    background-color: #D9D9D9; }

.internal__block {
  width: 50%;
  padding-top: 4rem;
  padding-right: 3rem;
  position: relative; }
  .internal__block:after {
    content: '';
    right: -1px;
    width: 1px;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: #D9D9D9; }
  .internal__block:last-child {
    padding-left: 2rem;
    padding-right: 0;
    border-right: 0; }
    .internal__block:last-child:after {
      display: none; }
  .internal__block .block__text {
    max-width: 58rem;
    font-size: 1.7rem; }

.internal__shape-r {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0; }

.internal__shape-l {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0; }

.internal__container {
  position: relative; }
  .internal__container:before {
    content: '';
    position: absolute;
    top: 4rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: .2; }
  .internal__container:after {
    content: '';
    position: absolute;
    bottom: 4rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: .2; }

.slider__container {
  padding-bottom: 4.4rem; }
  .slider__container .slick-track {
    display: flex; }
    .slider__container .slick-track:before, .slider__container .slick-track:after {
      display: none; }
  .slider__container .slick-slide {
    min-height: 100%; }
  .slider__container .slick-dots {
    bottom: .2rem;
    display: flex;
    padding-right: calc(50% - 64rem);
    max-width: calc(100% - 10.4rem); }
    .slider__container .slick-dots li {
      margin-right: 0;
      flex: 1; }
      .slider__container .slick-dots li.slick-active button {
        background-color: #bfbfbf; }
      .slider__container .slick-dots li button {
        background-color: rgba(191, 191, 191, 0.4);
        height: .3rem;
        width: 100%;
        transition: all .2s ease; }
        .slider__container .slick-dots li button:before {
          display: none; }
  .slider__container .slick-prev {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    background-color: #fff;
    border: 0;
    z-index: 3;
    bottom: -1.2rem;
    top: auto;
    left: auto;
    right: 4.8rem;
    transform: translateY(0); }
    .slider__container .slick-prev:before {
      content: '';
      position: absolute;
      width: 1.6rem;
      height: 1.6rem;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-image: url("../../images/arrow_l.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
  .slider__container .slick-next {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    background-color: #fff;
    border: 0;
    z-index: 3;
    bottom: -1.2rem;
    right: 0;
    top: auto;
    transform: translateY(0); }
    .slider__container .slick-next:before {
      content: '';
      position: absolute;
      width: 1.6rem;
      height: 1.6rem;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-image: url("../../images/arrow_r.svg");
      background-repeat: no-repeat;
      background-position: center; }
    .slider__container .slick-next:after {
      display: none; }

.internal__slide {
  padding: 2rem;
  background-color: #fff;
  min-height: 100%; }
  .internal__slide img {
    margin-bottom: 3rem;
    display: block;
    max-width: 16rem;
    max-height: 14rem; }

.internal__title {
  margin-bottom: 2.4rem;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: -.02em; }

.internal__text {
  font-size: 1.7rem;
  line-height: 1.52; }

.models__wrapper {
  position: relative; }

.models__container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 87rem; }

.models__item {
  padding: 2rem;
  background-color: #4A4A4A80;
  display: flex;
  align-items: flex-start;
  gap: 3rem; }
  .models__item .icon {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-color: #FFFFFF1F;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
    .models__item .icon img {
      max-width: 100%;
      max-height: 100%; }

.models__title {
  margin-bottom: 2.4rem;
  font-size: 2.8rem;
  font-weight: 500; }

.models__text {
  opacity: .9;
  font-size: 1.7rem;
  line-height: 1.52; }

.models__img {
  position: absolute;
  top: 0;
  left: 60%; }
  .models__img .img {
    position: relative;
    z-index: 4;
    aspect-ratio: 1/1;
    height: 59.7rem;
    width: 59.7rem;
    max-width: none; }
  .models__img .shape {
    position: absolute;
    top: 90px;
    right: 340px;
    z-index: 3; }

.models__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4; }

.receive__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #E4E4E4; }

.receive__block {
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #E4E4E4; }
  .receive__block:nth-child(2n) {
    border-right: 0; }
  .receive__block:nth-last-child(-n+2) {
    border-bottom: 0; }

.receive__item {
  display: flex;
  align-items: center;
  height: 9.6rem;
  padding: 0 2rem;
  gap: 2rem; }
  .receive__item .icon {
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .receive__item .icon img {
      max-width: 100%;
      max-height: 100%;
      display: block; }

.modal__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 111;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease; }
  .modal__wrapper.opened {
    opacity: 1;
    visibility: visible; }

.modal {
  max-width: 58rem;
  width: 100%;
  background-color: #fff;
  padding: 4rem;
  position: relative; }

.modal__icon {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 4rem; }

.modal__title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  color: #232323;
  letter-spacing: -0.02em;
  line-height: 1.36;
  margin-bottom: 2.4rem; }

.modal__text {
  max-width: 50rem;
  margin: 0 auto 4rem;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.52;
  color: #232323; }

.external__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem; }

.external__item {
  height: auto;
  flex-direction: row;
  display: flex;
  align-items: center;
  padding: 0 2.4rem;
  min-height: 100%;
  background-color: #4A4A4A80;
  backdrop-filter: blur(10px);
  gap: 8.5rem;
  position: relative;
  color: #fff;
  overflow: hidden; }
  .external__item:after {
    content: '';
    position: absolute;
    top: -13.2rem;
    width: 16.4rem;
    height: 16.4rem;
    filter: blur(7rem);
    background-color: #fff;
    left: 65%;
    border-radius: 50%; }
  .external__item:nth-child(2n):after {
    bottom: -13.2rem;
    top: auto;
    left: 60%; }

.external__title {
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.36; }

.external__text {
  opacity: .9;
  font-size: 1.7rem; }

.external__img {
  max-width: 18.4rem;
  max-height: 18.4rem;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2; }

.external__tags {
  max-width: 26.5rem;
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem; }
  .external__tags .tag {
    border-radius: 3rem;
    background-color: #FEFEFE1F;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    padding: .4rem 1rem; }

.external__content {
  padding: 4.8rem 0; }

.dots__top {
  position: relative; }
  .dots__top:before, .dots__top:after {
    content: '';
    position: absolute;
    top: 0;
    width: .5rem;
    height: .5rem;
    background-color: #D9D9D9;
    border-radius: 50%;
    opacity: .2; }
  .dots__top:before {
    left: -2.1rem; }
  .dots__top:after {
    right: -2.1rem; }

.category {
  margin-bottom: 8.2rem; }

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

.category__block {
  width: 33.33%;
  padding: 0 2.4rem;
  margin-bottom: 6.8rem; }

.category__item {
  border: 1px solid transparent;
  min-height: 23rem;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s ease; }
  .category__item:hover {
    border-color: #c7c7c7;
    text-decoration: none; }

.category__img {
  height: 13.6rem;
  width: 9.5rem;
  display: block;
  margin: 0 auto 2rem; }

.category__title {
  color: inherit;
  max-width: 28rem;
  font-size: 2.4rem;
  line-height: 1.2; }

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

.ghost {
  opacity: 0; }

.unvisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.text-gray {
  color: #eee !important; }

.text-dark-blue {
  color: #115267 !important; }

.text-red {
  color: #8F1F2C !important; }

.text-rblack {
  color: #000 !important; }

.text-white {
  color: #fff !important; }

.text-pink {
  color: #EBDDDD !important; }

.text-deep-pink {
  color: #DCC9C3 !important; }

.text-purple {
  color: #A08CA7 !important; }

.text-deep-purple {
  color: #673ab7 !important; }

.text-dark-pink {
  color: #BC9999 !important; }

.text-blue {
  color: #115267 !important; }

.text-blue-gray {
  color: #49566A !important; }

.text-cyan {
  color: #00aeed !important; }

.text-green {
  color: #2BBE52 !important; }

.text-yellow {
  color: #FFD782 !important; }

.text-main {
  color: #232323 !important; }

.text-dark-gray {
  color: #3F3F3F80 !important; }

.text-secondary {
  color: #FFB825 !important; }

.text-brown {
  color: #94816C !important; }

.text-black {
  color: #000 !important; }

.text-gray {
  color: #eee !important; }

.text-peach {
  color: #916868 !important; }

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

.relative {
  position: relative; }

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

.alert.error {
  background-color: #8F1F2C;
  display: block;
  color: #fff; }

.alert.visible-success {
  background-color: #2BBE52;
  display: block;
  color: #fff; }

.alert.success {
  background-color: #2BBE52;
  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,
  .menu {
    display: none; }
  .hide-desktop {
    display: none; } }

@media (max-width: 1300px) {
  .slider__wrapper {
    padding-left: 1.5rem; }
    .slider__wrapper .slick-dots {
      max-width: calc(100% - 11rem); }
    .slider__wrapper .slick-prev {
      right: 5.5rem;
      transform: translateX(0); }
    .slider__wrapper .slick-next {
      right: 1.5rem;
      transform: translateX(0); } }

@media (max-width: 1100px) {
  .services__wrapper.double .services__item img {
    max-height: 16rem; } }

@media (min-width: 992px) and (max-width: 1160px) {
  .projects__slider .projects__img {
    max-width: 50%; } }

@media (max-width: 992px) {
  .intro__wrapper:before {
    left: -.5rem; }
  .intro__wrapper:after {
    right: -.5rem; }
  body {
    padding-top: 0 !important; }
  .page__wrapper {
    padding-top: 7rem; }
  .header {
    top: 0;
    position: fixed;
    transform: translateY(0);
    background-color: #fff; }
    .header:before {
      content: '';
      position: absolute;
      width: .5rem;
      height: .5rem;
      border-radius: 50%;
      background-color: #e4e4e4;
      left: .8rem;
      bottom: -.25rem; }
    .header:after {
      content: '';
      position: absolute;
      width: .5rem;
      height: .5rem;
      border-radius: 50%;
      background-color: #e4e4e4;
      right: .8rem;
      bottom: -.25rem; }
  .logo img {
    height: 3rem; }
  .cast__container {
    height: auto; }
  .header__wrapper {
    height: 7rem;
    padding: 0 2.50px;
    justify-content: space-between; }
    .header__wrapper:before {
      left: -.5rem; }
    .header__wrapper:after {
      right: -.5rem; }
  .menu__btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    position: relative;
    border-radius: 50%;
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
    gap: .4rem; }
    .menu__btn.active {
      border-color: #00000014; }
      .menu__btn.active img {
        display: none; }
      .menu__btn.active:before, .menu__btn.active:after {
        content: '';
        position: absolute;
        top: 18px;
        left: 10px;
        width: 1.6rem;
        height: 2px;
        background-color: #232323;
        transform: rotateZ(45deg); }
      .menu__btn.active:after {
        transform: rotateZ(-45deg); }
  .menu__close {
    width: 4rem;
    height: 4rem;
    z-index: 10;
    position: relative;
    border: 1px solid #00000014;
    border-radius: .8rem;
    display: block; }
    .menu__close:before, .menu__close:after {
      content: '';
      background-color: #232323;
      width: 1.6rem;
      margin: 0;
      transform: rotateZ(45deg);
      position: absolute;
      top: 1.8rem;
      height: .2rem;
      left: 1.1rem; }
    .menu__close:after {
      transform: rotateZ(-45deg); }
  .menu {
    width: 100%;
    position: fixed;
    top: 7rem;
    right: 0;
    height: calc(100% - 7rem);
    background-color: #fff;
    transition: 0.3s ease-in;
    transform: translateX(120%);
    z-index: 1001;
    border-top: 1px solid #E4E4E4;
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem; }
    .menu:before {
      content: '';
      position: absolute;
      left: 1rem;
      top: 0;
      width: 1px;
      height: 100%;
      background-color: #E4E4E4; }
    .menu:after {
      content: '';
      position: absolute;
      right: 1rem;
      top: 0;
      width: 1px;
      height: 100%;
      background-color: #E4E4E4; }
    .menu.opened {
      transforM: translateX(0); }
      .menu.opened .nav {
        opacity: 1; }
    .menu .menu__content {
      width: 100%;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding-bottom: 3rem;
      border-bottom: 1px solid #E4E4E4;
      position: relative; }
      .menu .menu__content:before {
        content: '';
        position: absolute;
        top: -3px;
        left: 8px;
        width: .5rem;
        height: .5rem;
        background-color: #e4e4e4;
        border-radius: 50%; }
      .menu .menu__content:after {
        content: '';
        position: absolute;
        top: -3px;
        right: 8px;
        width: .5rem;
        height: .5rem;
        background-color: #e4e4e4;
        border-radius: 50%; }
    .menu .header__actions {
      justify-content: center; }
    .menu .header__action {
      border: 0; }
    .menu .nav {
      display: flex;
      flex-direction: column;
      gap: 0; }
    .menu .nav__item {
      position: relative; }
      .menu .nav__item:before {
        content: '';
        position: absolute;
        top: -3px;
        left: 8px;
        width: .5rem;
        height: .5rem;
        background-color: #e4e4e4;
        border-radius: 50%; }
      .menu .nav__item:after {
        content: '';
        position: absolute;
        top: -3px;
        right: 8px;
        width: .5rem;
        height: .5rem;
        background-color: #e4e4e4;
        border-radius: 50%; }
    .menu .nav__link {
      width: 100%;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #E4E4E4;
      height: 8rem;
      padding: 0 2rem 0 4rem; }
      .menu .nav__link:before {
        left: 3rem; }
  .menu__actions {
    margin-bottom: 70px;
    display: flex;
    position: relative; }
    .menu__actions:before {
      content: '';
      position: absolute;
      top: -3px;
      left: 8px;
      width: .5rem;
      height: .5rem;
      background-color: #e4e4e4;
      border-radius: 50%; }
    .menu__actions:after {
      content: '';
      position: absolute;
      top: -3px;
      right: 8px;
      width: .5rem;
      height: .5rem;
      background-color: #e4e4e4;
      border-radius: 50%; }
  .menu__action {
    height: 8rem;
    border-bottom: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    border-right: 1px solid #E4E4E4;
    position: relative; }
    .menu__action:before {
      content: '';
      position: absolute;
      bottom: -3px;
      left: 8px;
      width: .5rem;
      height: .5rem;
      background-color: #e4e4e4;
      border-radius: 50%; }
    .menu__action:last-child {
      flex: 1;
      border-right: 0; }
      .menu__action:last-child:before {
        left: auto;
        right: 8px; }
    .menu__action .btn {
      min-width: 24rem; }
  .menu__content {
    flex: 1; }
  .mobile__phone {
    width: 4rem;
    height: 4rem;
    background-color: #232323;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .8rem; }
  .menu__footer {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 0 2rem;
    position: relative; }
    .menu__footer:before {
      content: '';
      position: absolute;
      bottom: -33px;
      left: 8px;
      width: .5rem;
      height: .5rem;
      background-color: #e4e4e4;
      border-radius: 50%; }
    .menu__footer:after {
      content: '';
      position: absolute;
      bottom: -33px;
      right: 8px;
      width: .5rem;
      height: .5rem;
      background-color: #e4e4e4;
      border-radius: 50%; }
  .menu__footer-block {
    display: flex;
    gap: 2rem;
    align-items: center;
    color: #232323;
    font-weight: 600; }
    .menu__footer-block a {
      color: inherit;
      display: block; }
  .menu__head {
    margin-bottom: 1.6rem;
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #00000014;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .menu__head img {
      height: 4rem;
      display: block; }
    .menu__head .lng {
      gap: 1rem; }
    .menu__head .lng__link {
      width: 4rem;
      height: 4rem;
      border-radius: .8rem;
      color: #232323;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 1.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      background-color: #F2F3F6; }
      .menu__head .lng__link.active {
        background-color: #232323;
        color: #fff; }
  .menu__footer {
    margin-top: auto; }
    .menu__footer .contact__social a {
      color: #232323; }
    .menu__footer .contact__item {
      color: #232323; }
  .intro__block {
    margin-bottom: 2rem; }
  .block__title {
    font-size: 3.5rem; }
  .intro__wrapper {
    flex-direction: column; }
  .intro__img {
    border-left: 0;
    margin: 0 -.5rem; }
    .intro__img img {
      width: 100%;
      display: block; }
    .intro__img video {
      width: 100%;
      display: block; }
    .intro__img:after {
      width: 100%; }
  .projects:before {
    left: -1.5rem;
    width: calc(100% + 3rem); }
  .section__head {
    flex-direction: column;
    margin-bottom: 4rem; }
    .section__head .section__title {
      width: 100%; }
  section {
    padding: 5rem 0; }
    section.lines .container {
      padding-top: 5rem;
      padding-bottom: 5rem; }
  .projects__slide {
    flex-direction: column; }
  .intro--inside .intro__block {
    padding-top: 4rem; }
  .intro--inside .intro__title {
    max-width: 100%; }
  .intro__title {
    font-size: 4rem; }
  .services__wrapper.double {
    grid-template-columns: 1fr; }
  .internal__container {
    padding: 3rem 0; }
  .models__img {
    display: none; }
  section.discuss {
    padding-bottom: 18rem; }
    section.discuss .container {
      padding-top: 8rem; }
  .contact__wrapper {
    flex-direction: column; }
  .footer__wrapper {
    flex-wrap: wrap; }
  .footer__block:last-child {
    flex: unset;
    width: 100%; }
  .contact__img {
    display: none; }
  .external__item {
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: space-between; }
  .discuss__shape {
    pointer-events: none; }
  .footer__line-block {
    width: auto; }
  .footer__line-wrapper {
    flex-direction: column;
    gap: 2rem; } }

@media (max-width: 768px) {
  .internal__wrapper {
    flex-direction: column;
    margin: 0 -1.5rem; }
  .internal__block {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding: 2rem 3rem; }
    .internal__block:after {
      display: none; }
    .internal__block:last-child {
      padding: 2rem 3rem; }
    .internal__block .block__text {
      margin-bottom: 0; }
  .services__wrapper {
    grid-template-columns: 1fr; }
  .advantages__wrapper {
    flex-wrap: wrap;
    margin: 0 -1.5rem; }
  .advantages__block {
    width: 50%;
    flex: unset;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 1.5rem; }
    .advantages__block:nth-child(2n):after {
      display: none; }
  .services__item {
    height: auto; }
  .models__shape {
    display: none; } }

@media (max-width: 640px) {
  .footer__wrapper {
    gap: 4rem; }
  .footer__block {
    flex: unset;
    width: 100%; }
  .services__wrapper.double .services__item {
    padding-right: 2.4rem;
    align-items: center;
    flex-direction: column; }
  .models__item {
    flex-direction: column; } }

@media (max-width: 560px) {
  .intro__actions {
    width: 100%;
    flex-direction: column; }
    .intro__actions .btn {
      width: 100%; }
  .footer__line-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 2rem; }
  .footer__line-block {
    width: auto; }
  .receive__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem;
    height: auto; }
  .external__tags {
    max-width: 100%; }
  .external__img {
    margin: 0 auto; }
  .discuss__actions {
    margin-top: 3rem;
    flex-direction: column; }
    .discuss__actions .btn {
      margin-top: 0; } }

.form-control.input {
  display: none; }

.flatpickr-calendar.inline {
  top: 10px !important; }

.air-datepicker-body--cells {
  grid-gap: 10px; }

.air-datepicker-body--day-name {
  color: #000 !important;
  font-size: 1.6rem !important;
  text-transform: none !important; }

.air-datepicker-nav {
  border-bottom: 0 !important;
  gap: 1.5rem; }

.air-datepicker-nav--title {
  order: 1;
  flex: 1;
  justify-content: flex-start !important;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  padding: 0 !important; }
  .air-datepicker-nav--title i {
    color: inherit !important; }

.air-datepicker-nav--action {
  order: 2; }
  .air-datepicker-nav--action:hover {
    background: none !important; }

.air-datepicker.-inline- {
  border: none !important; }

.air-datepicker-body--day-names {
  padding-bottom: 1.4rem;
  margin-bottom: 2rem !important;
  position: relative;
  border-bottom: 0 !important; }
  .air-datepicker-body--day-names:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: .4rem;
    right: .4rem;
    border-bottom: 1px solid #DDDDDD; }

.air-datepicker-nav--action svg {
  background-color: #F5F5F7;
  border-radius: 50%; }

.air-datepicker-nav--action path {
  stroke: #000 !important; }

.air-datepicker-cell {
  color: #fff !important;
  font-size: 1.6rem !important; }
  .air-datepicker-cell:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #D82032;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    opacity: 1; }
  .air-datepicker-cell.-focus- {
    background: none !important; }
  .air-datepicker-cell.-month- {
    color: #000 !important; }
    .air-datepicker-cell.-month-:before {
      display: none !important; }
    .air-datepicker-cell.-month-.-current- {
      color: #8F1F2C !important; }
      .air-datepicker-cell.-month-.-current-:before {
        display: none !important; }
  .air-datepicker-cell.-year- {
    color: #000 !important; }
    .air-datepicker-cell.-year-:before {
      display: none !important; }
    .air-datepicker-cell.-year-.-current- {
      color: #8F1F2C !important; }
      .air-datepicker-cell.-year-.-current-:before {
        display: none !important; }

.air-datepicker-nav--title:hover {
  background: none !important; }

.air-datepicker.-inline- {
  width: 100%; }

.air-datepicker-cell.-disabled- {
  color: #000 !important; }
  .air-datepicker-cell.-disabled-:before {
    display: none; }

.air-datepicker-cell.-current- {
  color: #fff !important; }
  .air-datepicker-cell.-current-:before {
    opacity: 1;
    background-color: #8F1F2C;
    display: block !important; }
