/* 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=Rubik:ital,wght@0,300..900;1,300..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: "Rubik", sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 1.6rem;
  color: #000; }
  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; }

.page__wrapper {
  padding-top: 9rem; }
  @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-prev:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../../images/pag_arrow-l.svg");
    z-index: 3;
    width: 17px;
    height: 11px;
    background-size: contain; }

.slick-next {
  right: -35px;
  width: 30px;
  height: 30px;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  background-color: #fff; }
  .slick-next:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../../images/pag_arrow-r.svg");
    z-index: 3;
    width: 17px;
    height: 11px;
    background-size: contain; }

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

/* 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: 10px;
  right: 10px;
  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; }
  .remodal__close:before, .remodal__close:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    display: block;
    width: 100%;
    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: 0;
  border-radius: 16px;
  text-align: left;
  overflow: hidden;
  margin-right: 15px; }
  .remodal--wide {
    max-width: 120rem;
    width: 100%; }
  .remodal--form {
    padding: 30px 35px; }
  .remodal .block__title {
    margin-bottom: 20px; }

.remodal__wrapper {
  display: flex; }

.remodal__block {
  flex: 1; }
  .remodal__block:not(:first-child) {
    width: 33%;
    flex: unset;
    background-color: #f5f5f5; }
  .remodal__block .tour__product-star {
    margin-right: 0;
    margin-bottom: 5px; }

.remodal__content {
  padding: 35px; }

.order__title {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 500; }

.order__form-block {
  margin-bottom: 40px; }

.order__img {
  margin-bottom: 20px; }
  .order__img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 16px; }

.order__info-title {
  font-size: 1.7rem;
  font-weight: 500; }

.order__info-subtitle {
  margin-bottom: 20px;
  color: #8F1F2C;
  font-weight: 500; }

.order__info-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px; }
  .order__info-row .title {
    width: 90px;
    line-height: 20px; }
  .order__info-row .text {
    flex: 1;
    margin-left: 10px; }
  .order__info-row .total {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1; }

.remodal__success {
  text-align: center;
  padding: 80px 0; }

.remodal__success-img {
  margin-bottom: 70px; }

.remodal__success-text {
  font-size: 3.6rem;
  font-weight: 500;
  max-width: 600px;
  line-height: 1.2;
  margin: 0 auto; }

.remodal__form {
  padding: 3rem;
  background-color: #f5f5f7; }
  .remodal__form .block__item-title {
    color: #8F1F2C;
    font-size: 2.5rem;
    margin-bottom: 2.5rem; }
  .remodal__form .textarea {
    background-color: #ffffff;
    border-radius: 2rem; }
  .remodal__form .input {
    border: 0;
    border-radius: 2rem; }
  .remodal__form .select select {
    background-color: #ffffff;
    border-radius: 2rem; }
  .remodal__form .input__wrapper {
    border: 0;
    padding: 0;
    background: none; }
    .remodal__form .input__wrapper .input {
      background-color: #ffffff; }
      .remodal__form .input__wrapper .input.error + .label {
        color: #d82032; }
      .remodal__form .input__wrapper .input::placeholder {
        opacity: 0; }
      .remodal__form .input__wrapper .input:not(:placeholder-shown) + .label {
        top: .4rem;
        font-size: 1.2rem;
        color: #8f1f2c; }
      .remodal__form .input__wrapper .input:focus + .label {
        top: .4rem;
        font-size: 1.2rem;
        color: #8f1f2c; }
    .remodal__form .input__wrapper .textarea.error + .label {
      color: #d82032; }
    .remodal__form .input__wrapper .textarea::placeholder {
      opacity: 0; }
    .remodal__form .input__wrapper .textarea:not(:placeholder-shown) + .label {
      padding-top: .4rem;
      top: 0;
      font-size: 1.2rem;
      color: #8f1f2c;
      background-color: #fff8f9; }
    .remodal__form .input__wrapper .textarea:focus + .label {
      top: 0;
      padding-top: .4rem;
      font-size: 1.2rem;
      color: #8f1f2c;
      background-color: #fff8f9; }
    .remodal__form .input__wrapper .label {
      position: absolute;
      top: 1.6rem;
      left: 2rem;
      width: calc(100% - 4rem);
      font-weight: 400;
      pointer-events: none;
      transition: all .2s ease; }

/* Import blocks
==========================*/
/* 51. Bootstrap 4 Grid
=========================*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1660px) {
    .container {
      width: 1630px;
      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: 1660px) {
    .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: 1660px) {
    .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: 1660px) {
  .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: #8F1F2C; }

.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 #F5F5F7;
  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;
  background-color: #fff;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  position: fixed; }
  .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__wrapper {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }

.header__block {
  display: flex;
  align-items: center;
  gap: 30px; }

.nav {
  display: flex;
  position: relative; }

.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: #000;
  position: relative;
  z-index: 2;
  padding: 0 2rem; }

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

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

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

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

.header__link {
  color: #000;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  position: relative; }
  .header__link:hover:after {
    opacity: 1; }
  .header__link:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 4rem;
    width: calc(100% + 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;
    opacity: 0; }

.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: #8F1F2C; }
  .switcher__input:checked + .switcher__label:active:before {
    background-color: rgba(143, 31, 44, 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: #000; }
  .switcher__input:checked + .switcher__label--outline:active:before {
    border-color: rgba(0, 0, 0, 0.4);
    background-color: rgba(255, 255, 255, 0.4); }
  .switcher__input:checked + .switcher__label--outline:after {
    background-color: #000; }
  .switcher__input:checked + .switcher__label--outline:active:after {
    background-color: rgba(0, 0, 0, 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: #bcbcca;
  user-select: none;
  position: relative;
  transition: color .1s linear;
  /* Modificators */ }
  .switcher__label:before {
    content: "";
    display: block;
    width: 40px;
    height: 20px;
    background-color: #F5F5F7;
    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(143, 31, 44, 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 #F5F5F7;
    box-sizing: content-box; }
  .switcher__label--outline:after {
    top: 2px;
    left: 2px;
    background-color: #F5F5F7; }
  .switcher__label--outline:active:before {
    border-color: rgba(0, 0, 0, 0.4);
    background-color: rgba(255, 255, 255, 0.4); }
  .switcher__label--outline:active:after {
    background-color: rgba(0, 0, 0, 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: #F5F5F7; }
    .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: #8F1F2C; }
  .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: 25px;
  color: #000;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 20px;
  font-weight: 400;
  user-select: none;
  text-align: left;
  position: relative; }
  .checkbox__label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #D9D9D9;
    border: 1px solid #D9D9D9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 4px;
    transition: all .1s linear; }
  .checkbox__label:after {
    width: 6px;
    height: 10px;
    border-width: 0 3px 3px 0;
    border-style: solid;
    border-color: #fff;
    content: '';
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    left: 7px;
    z-index: 1;
    opacity: 0;
    border-radius: 2px;
    transition: opacity .1s linear, color .1s linear; }
  .checkbox__label a {
    text-decoration: none;
    margin: 0 4px;
    color: #8F1F2C; }
    .checkbox__label a:hover {
      text-decoration: underline; }
  .checkbox__label--cart {
    font-size: 1.5rem;
    font-weight: 600; }

/* 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: #8F1F2C; }
      .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: #8F1F2C;
        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: #F5F5F7; }
    .radio__input:checked + .radio__label svg path {
      fill: #8F1F2C; }
  .radio__input:checked + .radio__label:after {
    opacity: 1;
    background-color: #8F1F2C; }
  .radio__input:checked + .radio__label:hover:after {
    opacity: 1; }
  .radio__input:checked + .radio__label--not-active {
    user-select: auto;
    color: #F5F5F7; }
    .radio__input:checked + .radio__label--not-active:before {
      border-color: white; }
    .radio__input:checked + .radio__label--not-active:after {
      opacity: 1;
      background-color: #F5F5F7; }
    .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: #F5F5F7;
    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: #F5F5F7; }
    .radio__label--disabled:before {
      border-color: white; }
    .radio__label--disabled:hover {
      cursor: not-allowed; }
  .radio__label--not-active {
    user-select: auto;
    color: #F5F5F7; }
    .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: 50px;
  padding: 0 2rem 0;
  text-decoration: none;
  border: 0;
  align-items: center;
  justify-content: center;
  background-color: #F1F1F1;
  color: #000;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
  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: #e4e4e4; }
  .btn--gray {
    background-color: #F5F5F7;
    color: #000; }
    .btn--gray:focus {
      background-color: #ededf0; }
    .btn--gray:hover {
      background-color: #e7e7ec; }
    .btn--gray:active {
      background-color: #e1e1e7; }
  .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: #8F1F2C;
    color: #fff; }
    .btn--main:focus {
      background-color: #821c28; }
    .btn--main:hover {
      background-color: #7a1a26; }
    .btn--main:active {
      background-color: #721923; }
  .btn--moicvet {
    background-color: #000;
    color: #fff; }
    .btn--moicvet:focus {
      background-color: black; }
    .btn--moicvet:hover {
      background-color: black; }
    .btn--moicvet:active {
      background-color: black; }
  .btn--secondary {
    background-color: #000;
    color: #fff; }
    .btn--secondary:focus {
      background-color: black; }
    .btn--secondary:hover {
      background-color: black; }
    .btn--secondary:active {
      background-color: black; }
  .btn--brown {
    background-color: #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: #F5F5F7;
    color: #000; }
    .btn--gray:focus {
      background-color: #ededf0; }
    .btn--gray:hover {
      background-color: #e7e7ec; }
    .btn--gray:active {
      background-color: #e1e1e7; }
  .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 #F5F5F7;
    color: #F5F5F7; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #F5F5F7;
      border-color: #efeff2; }
    .btn--o-gray:hover {
      border-color: #F5F5F7;
      background-color: #F5F5F7;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #ededf0;
      background-color: #ededf0; }
  .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 #8F1F2C;
    color: #8F1F2C; }
    .btn--o-main:focus {
      background-color: transparent;
      color: #8F1F2C;
      border-color: #871d29; }
    .btn--o-main:hover {
      border-color: #8F1F2C;
      background-color: #8F1F2C;
      color: #fff; }
    .btn--o-main:active {
      border-color: #821c28;
      background-color: #821c28; }
  .btn--o-moicvet {
    background-color: transparent;
    border: 2px solid #000;
    color: #000; }
    .btn--o-moicvet:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-moicvet:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-moicvet:active {
      border-color: black;
      background-color: black; }
  .btn--o-secondary {
    background-color: transparent;
    border: 2px solid #000;
    color: #000; }
    .btn--o-secondary:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--o-secondary:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }
    .btn--o-secondary:active {
      border-color: black;
      background-color: black; }
  .btn--o-brown {
    background-color: transparent;
    border: 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 #F5F5F7;
    color: #F5F5F7; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #F5F5F7;
      border-color: #efeff2; }
    .btn--o-gray:hover {
      border-color: #F5F5F7;
      background-color: #F5F5F7;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #ededf0;
      background-color: #ededf0; }
  .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 #F5F5F7;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #F5F5F7;
      border-color: #efeff2; }
    .btn--i-gray:hover {
      border-color: #F5F5F7;
      background-color: transparent;
      color: #F5F5F7; }
    .btn--i-gray:active {
      border-color: #ededf0;
      background-color: transparent; }
  .btn--i-dark-blue {
    background-color: transparent;
    border: 1px solid #F5F5F7;
    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 #F5F5F7;
    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 #F5F5F7;
    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 #F5F5F7;
    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 #F5F5F7;
    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 #F5F5F7;
    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 #F5F5F7;
    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 #F5F5F7;
    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 #F5F5F7;
    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 #F5F5F7;
    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 #F5F5F7;
    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 #F5F5F7;
    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 #F5F5F7;
    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 #F5F5F7;
    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 #F5F5F7;
    color: #fff; }
    .btn--i-main:focus {
      background-color: transparent;
      color: #8F1F2C;
      border-color: #871d29; }
    .btn--i-main:hover {
      border-color: #8F1F2C;
      background-color: transparent;
      color: #8F1F2C; }
    .btn--i-main:active {
      border-color: #821c28;
      background-color: transparent; }
  .btn--i-moicvet {
    background-color: transparent;
    border: 1px solid #F5F5F7;
    color: #fff; }
    .btn--i-moicvet:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-moicvet:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-moicvet:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-secondary {
    background-color: transparent;
    border: 1px solid #F5F5F7;
    color: #fff; }
    .btn--i-secondary:focus {
      background-color: transparent;
      color: #000;
      border-color: black; }
    .btn--i-secondary:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
    .btn--i-secondary:active {
      border-color: black;
      background-color: transparent; }
  .btn--i-brown {
    background-color: transparent;
    border: 1px solid #F5F5F7;
    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 #F5F5F7;
    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 #F5F5F7;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #F5F5F7;
      border-color: #efeff2; }
    .btn--i-gray:hover {
      border-color: #F5F5F7;
      background-color: transparent;
      color: #F5F5F7; }
    .btn--i-gray:active {
      border-color: #ededf0;
      background-color: transparent; }
  .btn--i-peach {
    background-color: transparent;
    border: 1px solid #F5F5F7;
    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 i {
    margin-right: 0.5em; }
  .btn--icon-after i {
    margin-left: 0.5em; }
  .btn--o-white:hover {
    color: #8F1F2C; }
  .btn--white {
    color: #8F1F2C; }
  .btn--blue {
    background: linear-gradient(180deg, #0270e3 0%, #315ed2 100%); }
  .btn img {
    margin-right: 1.5rem; }
  .btn.plus {
    padding-left: 35px; }
    .btn.plus:before {
      content: '';
      position: absolute;
      left: 13px;
      top: 20px;
      width: 12px;
      height: 2px;
      background-color: #000000; }
    .btn.plus:after {
      top: 15px;
      left: 18px;
      width: 2rem;
      height: 12px;
      position: absolute;
      background-color: #000000;
      content: ''; }
  .btn--search {
    transform: translateY(-32px);
    justify-content: space-between;
    width: 100%;
    height: 64px; }
    .btn--search img {
      margin-right: 0; }
  .btn--gray {
    height: 5rem;
    border-radius: 3rem;
    color: #000; }
  .btn--play {
    height: 5rem;
    border-radius: 3rem;
    padding: 0 2rem 0 .5rem;
    background-color: #8F1F2C;
    color: #fff; }
    .btn--play img {
      height: 4rem; }
    .btn--play:hover {
      background-color: #7a1a26; }

/* 12. Dropdown
=========================*/
.dropdown-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 1;
  width: 100%; }
  .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: 12px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  overflow-y: auto;
  max-height: 350px;
  display: none;
  text-transform: uppercase;
  font-weight: 500; }
  .dropdown .input {
    margin: 15px 15px 10px;
    width: calc( 100% - 30px);
    height: 44px; }
  .dropdown--right {
    left: auto;
    right: 0;
    text-align: right; }
  .dropdown--full {
    width: 100%; }
  .dropdown--nowrap {
    white-space: nowrap; }
  .dropdown--wide {
    min-width: 200px; }
  .dropdown--lng {
    color: #000; }
    .dropdown--lng .dropdown__link {
      color: #000;
      font-weight: 700; }
  .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.3rem;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
  transition: background-color .1s linear; }
  .dropdown__link:hover {
    text-decoration: none;
    background-color: #8F1F2C;
    color: #fff; }
  .dropdown__link:focus {
    text-decoration: none; }

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

.dropdown__select {
  width: 100%;
  height: 54px;
  background-color: #F5F5F5;
  border: 0;
  border-radius: 14px;
  padding: 0 35px 0 15px;
  cursor: pointer;
  color: #000;
  font-size: 1.6rem;
  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%) rotateZ(45deg);
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #8F1F2C;
    padding: 3px;
    right: 13px;
    margin-top: -1px; }
  .dropdown__select.error {
    border-color: #8F1F2C;
    background-color: rgba(143, 31, 44, 0.25); }

.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: #8F1F2C;
  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__group {
  margin-bottom: 2.5rem; }

.form__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .form__row .form__group {
    padding: 0 10px;
    flex: 1; }
  @media (max-width: 560px) {
    .form__row {
      flex-direction: column; } }

.form__actions {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .form__actions .btn {
    margin-bottom: 0;
    min-width: 130px; }

.form__link {
  color: #000;
  font-weight: 500;
  position: relative; }

.login__page {
  padding: 200px 0; }

.login__container {
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  border: 1px solid #e2e2e2;
  border-radius: 10px; }
  .login__container .block__title {
    margin-bottom: 40px;
    text-align: center;
    justify-content: center; }
  .login__container form {
    max-width: 390px;
    width: 100%;
    margin: 0 auto; }

.form__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px; }
  .form__actions .btn {
    padding: 0 30px;
    min-width: 150px; }

.form__footer {
  border-top: 1px solid #d9d9d9;
  padding-top: 40px;
  text-align: center; }
  .form__footer a {
    color: #000;
    font-weight: 500; }
    .form__footer a:hover {
      text-decoration: underline; }

.congrats__form {
  color: #000;
  border-radius: 3rem;
  background: linear-gradient(180deg, rgba(250, 224, 230, 0.88) 0%, rgba(247, 214, 221, 0.9) 100%);
  padding: 2.8rem;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.54);
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.105); }
  .congrats__form .block__title {
    color: #8f1f2c;
    font-size: 2.5rem;
    margin-bottom: 2.6rem; }
  .congrats__form .btn {
    height: 5rem;
    border-radius: 3rem; }
  .congrats__form .form__text {
    display: block;
    background: #cff7f6;
    font-size: 1.6rem;
    text-align: center;
    padding: 1.4rem 2rem;
    border-radius: 2rem;
    margin-bottom: 2rem; }
  .congrats__form .input {
    background: #fff8f9;
    color: #000;
    height: 5rem;
    border-radius: 2rem; }
    .congrats__form .input::placeholder {
      color: #3e3e3e; }
  .congrats__form .textarea {
    background-color: #fff;
    color: #000;
    border: 0;
    border-radius: 2rem;
    min-height: 12rem; }
    .congrats__form .textarea::placeholder {
      color: #3e3e3e; }
  .congrats__form .select option {
    color: #000; }
  .congrats__form .select select {
    background-color: #fff8f9;
    color: #000;
    border: 0;
    height: 5rem;
    border-radius: 2rem; }
    .congrats__form .select select.error {
      color: #d82032; }
  .congrats__form .select.disabled {
    opacity: .5;
    pointer-events: none; }
  .congrats__form .block__link {
    color: #fff; }
  .congrats__form .present__wrapper {
    padding: 0; }
  .congrats__form .input__wrapper {
    border: 0;
    padding: 0;
    background: none; }
    .congrats__form .input__wrapper .input {
      background: #fff8f9;
      border: 0;
      border-radius: 2rem; }
      .congrats__form .input__wrapper .input.error + .label {
        color: #d82032; }
      .congrats__form .input__wrapper .input::placeholder {
        opacity: 0; }
      .congrats__form .input__wrapper .input:not(:placeholder-shown) + .label {
        top: .4rem;
        font-size: 1.2rem;
        color: #8f1f2c; }
      .congrats__form .input__wrapper .input:focus + .label {
        top: .4rem;
        font-size: 1.2rem;
        color: #8f1f2c; }
    .congrats__form .input__wrapper .textarea {
      border-radius: 2rem;
      background-color: #fff8f9; }
      .congrats__form .input__wrapper .textarea.error + .label {
        color: #d82032; }
      .congrats__form .input__wrapper .textarea::placeholder {
        opacity: 0; }
      .congrats__form .input__wrapper .textarea:not(:placeholder-shown) + .label {
        padding-top: .4rem;
        top: 0;
        font-size: 1.2rem;
        color: #8f1f2c;
        background-color: #fff8f9; }
      .congrats__form .input__wrapper .textarea:focus + .label {
        top: 0;
        padding-top: .4rem;
        font-size: 1.2rem;
        color: #8f1f2c;
        background-color: #fff8f9; }
    .congrats__form .input__wrapper .label {
      position: absolute;
      top: 1.6rem;
      left: 2rem;
      width: calc(100% - 4rem);
      font-weight: 400;
      pointer-events: none;
      transition: all .2s ease; }
  .congrats__form .form__group {
    margin-bottom: 2rem; }
  .congrats__form .comment {
    margin-top: .8rem;
    font-size: 1.4rem;
    color: #8F1F2C; }

.form__text {
  font-size: 1.3rem;
  margin-bottom: 3rem; }

.finds__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem; }

.filter__tabs {
  display: flex;
  padding: 1rem .7rem;
  background-color: #f5f5f7;
  border-radius: 5rem;
  position: relative; }

.tab-cursor {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4rem;
  background-color: #fff;
  border-radius: 3rem;
  transition: all 0.4s;
  z-index: 1;
  pointer-events: none; }

.filter__tabs-item {
  height: 3rem;
  padding: 0 1.4rem;
  color: #727272;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  position: relative;
  z-index: 2; }

.filter__categories {
  margin-bottom: 2.5rem;
  display: flex;
  padding: 2rem;
  gap: 1.5rem;
  background-color: #f5f5f7;
  border-radius: 2rem; }
  .filter__categories .form__group {
    margin-bottom: 0;
    width: calc(33.33% - .8rem); }
  .filter__categories .label {
    color: #727272;
    font-weight: 400;
    font-size: 1.6rem; }
  .filter__categories .select:after {
    border-top-color: #000; }
  .filter__categories .select select {
    height: 4rem;
    border: 1px solid #e6e6e6;
    background-color: #fff; }
  .filter__categories .input {
    height: 4rem;
    border: 1px solid #e6e6e6;
    background: #fff; }
  .filter__categories .input__wrapper {
    padding-left: 0; }
    .filter__categories .input__wrapper .input {
      background-color: #fff; }

.input__reset {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 2rem;
  height: 2rem;
  opacity: 0;
  visibility: hidden; }
  .input__reset.active {
    opacity: 1;
    visibility: visible; }
  .input__reset:before, .input__reset:after {
    content: '';
    position: absolute;
    width: 1rem;
    height: .2rem;
    background-color: #000;
    top: 9px;
    left: 5px;
    transform: rotateZ(45deg); }
  .input__reset:after {
    transform: rotateZ(-45deg); }

/* 10. Inputs & textarea
=========================*/
/* Styling */
/* States */
.input {
  width: 100%;
  height: 54px;
  padding: 5px 20px;
  vertical-align: middle;
  border: 1px solid #E2E2E2;
  background-color: #fff;
  font-family: inherit;
  font-size: 1.6rem;
  border-radius: 10px;
  color: #000;
  transition: 0.3s;
  /* Styling */
  /* States */ }
  .input:focus {
    outline: 0; }
  .input::placeholder {
    color: #999999; }
  .input--rounded {
    border-radius: 0.4rem; }
  .input--ellipse {
    border-radius: 24px; }
  .input--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .input--slide::placeholder {
    transition: padding-left .3s linear; }
  .input--slide:focus::placeholder {
    padding-left: 150%; }
  .input--fade::placeholder {
    transition: opacity .2s linear; }
  .input--fade:focus::placeholder {
    opacity: 0; }
  .input--error {
    border-color: #8F1F2C;
    background-color: rgba(143, 31, 44, 0.25); }
  .input--success {
    border-color: #2BBE52;
    background-color: rgba(43, 190, 82, 0.25); }
  .input.error {
    border-color: #8F1F2C;
    background-color: rgba(143, 31, 44, 0.25); }
  .input.success {
    border-color: #8F1F2C;
    background-color: rgba(143, 31, 44, 0.25); }
  .input--inline {
    display: inline-block;
    vertical-align: top;
    width: 49%; }
  .input--search {
    padding-right: 5rem; }
  .input--number {
    width: 8rem; }

.input__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 14px;
  background-color: #F5F5F5;
  padding-left: 20px; }
  .input__wrapper .input {
    background: none;
    padding-right: 25px; }
  .input__wrapper--arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #8F1F2C;
    padding: 3px;
    right: 13px;
    margin-top: -1px;
    pointer-events: none; }

.input__error {
  top: 100%;
  position: absolute;
  right: 0;
  color: #8F1F2C;
  font-size: 1.3rem;
  font-weight: 600; }

/* Textarea */
/* Styling */
/* States */
.textarea {
  display: block;
  width: 100%;
  height: 110px;
  min-height: 110px;
  padding: 15px 20px;
  border-radius: 8px;
  border: 0;
  vertical-align: middle;
  background-color: #f5f5f5;
  font-family: inherit;
  font-size: 1.6rem;
  color: #000;
  resize: vertical;
  font-weight: 400;
  /* Styling */
  /* States */ }
  .textarea:focus {
    outline: 0; }
  .textarea--sm {
    height: 100px; }
  .textarea::placeholder {
    color: #999999;
    font-weight: 400; }
  .textarea--rounded {
    border-radius: 15px; }
  .textarea--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .textarea--slide::placeholder {
    transition: padding-left .3s linear; }
  .textarea--slide:focus::placeholder {
    padding-left: 150%; }
  .textarea--ellipse {
    border-radius: 16px; }
  .textarea--fade::placeholder {
    transition: opacity .2s linear; }
  .textarea--fade:focus::placeholder {
    opacity: 0; }
  .textarea--error {
    border-color: #8F1F2C;
    background-color: rgba(143, 31, 44, 0.25); }
  .textarea--success {
    border-color: #2BBE52;
    background-color: rgba(43, 190, 82, 0.25); }
  .textarea.error {
    border-color: #8F1F2C;
    background-color: rgba(143, 31, 44, 0.25); }

/* 6. Label
=========================*/
.label {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
  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: 400;
    font-size: 1.6rem;
    color: #000;
    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--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--success select {
    color: #2BBE52;
    border-color: #2BBE52;
    background-color: rgba(43, 190, 82, 0.25); }
  .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: #F5F5F7;
  font-size: 1.2rem; }

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

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

/* 13. Breadcrumbs
=========================*/
.breadcrumbs {
  position: relative;
  margin-bottom: 20px; }

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

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.4rem;
  color: #000;
  transition: 0.3s;
  letter-spacing: .2px; }
  .breadcrumbs__item:not(.current):after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #8F1F2C;
    margin: 0 10px; }
  .breadcrumbs__item:hover:not(.current) {
    text-decoration: none;
    opacity: 0.7; }
  .breadcrumbs__item:last-child {
    color: #727272;
    pointer-events: none; }
    .breadcrumbs__item:last-child:after {
      display: none; }

/* 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: #F5F5F7;
    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: #8F1F2C;
    color: #fff; }
  .alert--moicvet {
    background-color: #000;
    color: #fff; }
  .alert--secondary {
    background-color: #000;
    color: #fff; }
  .alert--brown {
    background-color: #94816C;
    color: #fff; }
  .alert--black {
    background-color: #000;
    color: #fff; }
  .alert--gray {
    background-color: #F5F5F7;
    color: #000; }
  .alert--peach {
    background-color: #916868;
    color: #fff; }
  .alert--o-gray {
    background: transparent;
    color: #F5F5F7;
    border: 1px solid #F5F5F7; }
  .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: #8F1F2C;
    border: 1px solid #8F1F2C; }
  .alert--o-moicvet {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-secondary {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-brown {
    background: transparent;
    color: #94816C;
    border: 1px solid #94816C; }
  .alert--o-black {
    background: transparent;
    color: #000;
    border: 1px solid #000; }
  .alert--o-gray {
    background: transparent;
    color: #F5F5F7;
    border: 1px solid #F5F5F7; }
  .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;
  color: #000; }
  .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 {
  margin-top: 3rem;
  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: 3rem -1.25rem 0;
  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;
  position: relative; }
  .programs__img img {
    width: 100%;
    object-fit: cover;
    border-radius: 2rem;
    aspect-ratio: 4/3; }

.programs__badge {
  position: absolute;
  bottom: 1.3rem;
  left: 1.3rem;
  border-radius: 3rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: #D82032;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  height: 3rem; }

.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__content-item iframe {
    display: block;
    width: 100%;
    height: 100%; }

.news__video {
  aspect-ratio: 16/9; }

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

@media (max-width: 768px) {
  .news__content-item.video-block {
    padding: 0; }
    .news__content-item.video-block iframe {
      border-radius: 3rem; } }

/* 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: #F5F5F7;
    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: #8F1F2C; }
    .table td .time {
      color: #F5F5F7; }
    .table td.date span {
      color: #F5F5F7; }
  .table tbody tr.row--gray {
    background-color: #F5F5F7;
    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: #8F1F2C;
    color: #fff; }
  .table tbody tr.row--moicvet {
    background-color: #000;
    color: #fff; }
  .table tbody tr.row--secondary {
    background-color: #000;
    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: #F5F5F7;
    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: #8F1F2C; }
      .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: #8F1F2C; }

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

.tabs__nav-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 10px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #383D4A;
  line-height: 1.2;
  transition: color .1s linear;
  position: relative;
  border-bottom: 1px solid #383D4A; }
  .tabs__nav-item:focus {
    text-decoration: none; }
  .tabs__nav-item:hover {
    text-decoration: none; }
  .tabs__nav-item.active {
    color: #fff;
    border-bottom-color: #8F1F2C; }

.tabs__content {
  padding: 50px 0 0 0;
  font-size: 1.6rem;
  color: #000; }
  .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; }

@media (max-width: 992px) {
  .tabs__nav-item {
    font-size: 2.4rem; } }

/* 22. Accordion
=========================*/
/* Title */
/* Title Icon */
/* Content */
/* Dark theme */
/* Styling */
.accordion {
  border: 1px solid #EBEBEB; }

.accordion__item {
  padding: 28px 30px;
  border-bottom: 1px solid #ebebeb; }
  .accordion__item:last-child {
    border-bottom: 0;
    margin-bottom: 0; }
  .accordion__item.active .accordion__title:before {
    background-color: transparent; }
  .accordion__item.active .accordion__title:after {
    border-top-color: transparent;
    border-bottom-color: #8F1F2C;
    margin-top: -3px; }
  .accordion__item.active .accordion__title a {
    color: inherit; }

.accordion__title {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  position: relative;
  text-transform: uppercase; }
  .accordion__title:before {
    content: '';
    background-color: #8F1F2C;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    pointer-events: none;
    border: 2px solid #8F1F2C; }
  .accordion__title:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
    margin-top: 3px;
    border-style: solid;
    border-color: transparent;
    border-width: 6px 5px 6px 5px;
    border-top-color: #fff; }
  .accordion__title:hover:before {
    color: inherit; }
  .accordion__title a {
    display: block;
    padding: 0 60px 0 0;
    color: inherit;
    transition: color .1s linear; }
    .accordion__title a:focus {
      text-decoration: none; }
    .accordion__title a:hover {
      text-decoration: none; }

.accordion__content {
  margin-top: 20px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  max-width: 75%; }
  .accordion__content p:last-of-type {
    margin-bottom: 0; }

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

.footer {
  padding: 50px 0 50px;
  background-color: #0D0E12;
  margin: 0 3rem;
  border-top-right-radius: 3rem;
  border-top-left-radius: 3rem; }
  .footer .logo img {
    height: 3.6rem; }

.footer__wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 -20px;
  padding-bottom: 40px; }

.footer__block {
  padding: 0 20px; }
  .footer__block:first-child {
    width: 50%; }
  .footer__block .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px; }
  .footer__block .nav__link {
    color: #fff; }

.footer__block-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px 30px; }
  .footer__block-wrapper:last-child {
    margin-bottom: 0; }

.footer__block-item {
  padding: 0 30px;
  min-width: 196px; }
  .footer__block-item.wide {
    flex: 1;
    width: auto; }

.footer__text {
  color: #fff;
  font-size: 1.6rem; }

.footer__item .title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500; }

.footer__item .link {
  color: #fff; }
  .footer__item .link:hover {
    text-decoration: underline; }

.footer__links {
  margin-bottom: 30px;
  display: flex;
  gap: 1.8rem; }
  .footer__links img {
    display: block;
    height: 50px; }

.soc {
  display: flex;
  gap: 10px;
  justify-content: flex-end; }

.soc__link {
  width: 50px;
  height: 50px;
  border-radius: 12px; }

.footer__line {
  padding-top: 3rem;
  border-top: 1px solid #3D3F45;
  display: flex;
  justify-content: space-between; }

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

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

.products__slider {
  padding: 0 0 50px; }

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

.products__block {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 10px; }

.products__item {
  display: block;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  padding: 30px;
  color: #000; }

.products__img {
  margin-bottom: 44px; }
  .products__img img {
    display: block;
    object-fit: contain;
    width: 250px;
    height: 250px;
    margin: 0 auto; }

.products__title {
  font-size: 20px;
  font-weight: 500; }

.products__text {
  font-size: 16px; }

.products__footer {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.products__price {
  font-weight: 500; }

.product {
  margin-bottom: 100px; }

.product__wrapper {
  display: flex;
  gap: 20px; }
  .product__wrapper .count__wrapper {
    margin-bottom: 2rem; }

.product__images {
  width: 70%; }

.product__block.xl {
  width: 70%; }

.product__block.sm {
  width: 30%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }
  .product__block.sm .btn {
    border-radius: 4px;
    height: 36px;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0 15px; }

.product__wish {
  position: absolute;
  top: 19px;
  right: 0; }
  .product__wish .second {
    display: none; }
  .product__wish.active .first {
    display: none; }
  .product__wish.active .second {
    display: block; }

.product__image-slider {
  margin-bottom: 15px; }

.product__img {
  height: 565px;
  overflow: hidden;
  border-radius: 4px; }
  .product__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.product__thumb {
  border: 3px solid transparent;
  border-radius: 4px;
  overflow: hidden; }
  .product__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.product__thumbs .slick-slide.slick-current .product__thumb {
  border-color: #8F1F2C; }

.product__info {
  width: 30%;
  display: flex;
  flex-direction: column;
  position: relative; }

.product__price {
  font-size: 3.6rem;
  font-weight: 600; }

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

.product__description-wrapper {
  padding-top: 40px;
  display: flex; }

.product__description-block {
  width: 70%;
  padding-right: 30px; }
  .product__description-block:last-child {
    padding-right: 0;
    width: 30%; }
  .product__description-block .title {
    margin-bottom: 10px;
    font-size: 2.8rem;
    font-weight: 700; }
  .product__description-block .text {
    max-width: 520px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2; }

.product__report {
  margin-top: auto; }

.product__description-text {
  line-height: 2; }
  .product__description-text span {
    width: 30px;
    margin-right: 5px;
    display: block;
    text-align: center; }
  .product__description-text img {
    display: block;
    margin: 0 auto; }

.product__description-row {
  display: flex;
  align-items: center; }

.product__category {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .product__category .title {
    font-size: 1.5rem;
    font-weight: 700; }
  .product__category .text {
    color: #8F1F2C;
    display: flex;
    font-weight: 600;
    text-transform: uppercase; }
    .product__category .text span {
      color: #999999;
      margin: 0 5px; }

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

.tour__image {
  padding: 0 10px;
  margin-bottom: 20px; }
  .tour__image img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 16px; }
  .tour__image.xl {
    width: 60%; }
    .tour__image.xl img {
      height: 450px; }
  .tour__image.md {
    width: 100%; }
    .tour__image.md img {
      height: 290px; }
  .tour__image.sm {
    width: 50%;
    height: 140px; }

.tour__image-block {
  display: flex;
  flex-wrap: wrap;
  width: 40%; }

.tour__image-content {
  position: relative;
  height: 100%; }

.tour__image-lnk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease; }
  .tour__image-lnk:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.8); }

.tour__product {
  margin-bottom: 40px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
  overflow: hidden; }

.tour__main {
  padding: 40px 25px; }

.tour__product-header {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-self: flex-start; }
  .tour__product-header .subtitle {
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #8F1F2C; }
  .tour__product-header .title {
    margin-bottom: 10px;
    font-size: 3.6rem;
    font-weight: 500;
    color: #000; }

.tour__product-data {
  display: flex; }

.tour__product-star {
  display: flex;
  margin-right: 24px; }
  .tour__product-star img {
    display: block;
    margin-right: 4px;
    height: 18px; }
    .tour__product-star img:last-child {
      margin-right: 0; }

.tour__product-calendar {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #F5F5F7;
  margin-right: 25px; }
  .tour__product-calendar img {
    margin-right: 10px;
    display: block; }

.tour__product-actions {
  width: 180px; }
  .tour__product-actions .btn {
    margin-left: auto; }

.tour__product-price {
  margin-bottom: 15px;
  text-align: right;
  font-size: 1.5rem;
  font-weight: 500;
  color: #F5F5F7; }
  .tour__product-price span {
    color: #000;
    font-size: 2rem; }

.tour__link {
  margin-top: 10px;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #F5F5F7; }

.tour__info {
  display: flex;
  margin: 0 -20px; }

.tour__info-block {
  padding: 0 20px;
  width: 33.33%; }
  .tour__info-block .title {
    margin-bottom: 20px;
    font-size: 1.7rem;
    font-weight: 500; }
  .tour__info-block.full {
    width: 100%; }
    .tour__info-block.full .title {
      margin-bottom: 10px; }
    .tour__info-block.full .tour__info-item {
      font-size: 1.5rem; }

.tour__info-item {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  font-size: 1.3rem;
  line-height: 1.5; }
  .tour__info-item img {
    transform: translateY(0.2rem);
    margin-right: 8px; }
  .tour__info-item ul {
    margin-left: 13px;
    list-style: disc; }
  .tour__info-item h2 {
    font-size: 2.2rem; }
  .tour__info-item h3 {
    font-size: 1.8rem; }

.tour__content {
  padding: 40px 25px 10px;
  background-color: #F0F0F0; }
  .tour__content .title {
    font-size: 3.6rem;
    font-weight: 500;
    margin-bottom: 25px; }
  .tour__content .products__block {
    width: 33.33%; }
  .tour__content .products__title {
    margin-bottom: 10px; }
  .tour__content .products__date {
    margin-bottom: 10px; }
  .tour__content .products__bottom {
    padding-top: 0; }
  .tour__content .products__item {
    box-shadow: none;
    background-color: #fff; }

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

.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: #8F1F2C;
    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: #8F1F2C;
    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 {
  margin-bottom: 4rem;
  position: relative; }

.intro__content {
  display: flex;
  align-items: center;
  z-index: 2;
  min-height: 62rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3rem;
  overflow: hidden; }
  .intro__content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3; }
  .intro__content:hover {
    text-decoration: none; }
  .intro__content .container {
    position: relative;
    z-index: 2; }

.intro__title {
  margin-bottom: 2rem;
  max-width: 600px;
  font-size: 6rem;
  font-weight: 500;
  color: #fff; }

.intro__text {
  margin-bottom: 3rem;
  max-width: 600px;
  font-size: 2rem;
  color: #fff;
  line-height: 1.5; }

.intro__video {
  width: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover; }

.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: #8F1F2C;
  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: #F5F5F7;
  cursor: pointer;
  transition: color .1s linear;
  margin-right: 5px; }
  .rating__star .icon {
    fill: #F5F5F7;
    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: #8F1F2C;
      border-right-color: #8F1F2C;
      border-bottom-color: #8F1F2C;
      color: #fff; }
    .profile__nav a.active {
      background-color: #8F1F2C;
      border-right-color: #8F1F2C;
      border-bottom-color: #8F1F2C;
      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: #8F1F2C; }

.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-wrapper {
  margin-top: 3rem; }
  .text__page-wrapper:before, .text__page-wrapper:after {
    content: "";
    display: table; }
  .text__page-wrapper:after {
    clear: both; }

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

.page__text-block {
  width: 50%;
  padding: 0 10px; }
  .page__text-block.full {
    width: 100%; }

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

.text__img {
  margin-bottom: 2rem;
  margin-right: 3rem;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 1.5rem;
  width: 60rem;
  aspect-ratio: 16/9;
  object-fit: cover; }

.view__all {
  display: block;
  margin-top: 1rem;
  color: #000;
  text-decoration: underline; }

.text__page-wrapper .js-text-additional:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  display: none; }
  @media (max-width: 1100px) {
    .text__page-wrapper .js-text-additional:after {
      display: block; } }

.text__page-wrapper .block__text {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0; }

.page__content-wrapper {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap; }
  .page__content-wrapper .news__content-item {
    flex: 1; }
    .page__content-wrapper .news__content-item a {
      word-break: break-all; }

.page__content-sidebar {
  padding: 2.5rem 3rem;
  border-radius: 3rem;
  background-color: #fff;
  max-width: 40rem;
  width: 100%; }
  .page__content-sidebar .block__title {
    font-size: 2rem; }

.content__sidebar-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: -2rem; }
  .content__sidebar-list a {
    color: #000;
    padding: 0 2rem;
    height: 4rem;
    display: flex;
    align-items: center;
    border-radius: 3rem; }
    .content__sidebar-list a.active {
      background-color: #F5F5F7; }

@media (max-width: 1100px) {
  .page__content-sidebar {
    display: none; }
  .text__img {
    display: block;
    float: none;
    height: auto;
    max-width: 100%;
    margin: 0 auto 2rem; }
  .text__page-wrapper .js-text-additional {
    max-height: 150px;
    overflow: hidden; }
    .text__page-wrapper .js-text-additional.opened {
      max-height: none; } }

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

.contacts {
  margin-bottom: 100px;
  padding: 20px;
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.25); }

.contacts__wrapper {
  display: flex;
  margin: 0 -20px; }

.contacts__block {
  padding: 0 20px;
  width: 50%; }

/*! 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: #8F1F2C; }

/* 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 {
  margin-bottom: 4.5rem;
  position: relative; }
  section.bg {
    padding: 5rem 0;
    background: linear-gradient(to bottom, #f5f5f7, #ffffff);
    border-top-right-radius: 1.5rem;
    border-top-left-radius: 1.5rem; }

.text__page {
  padding-bottom: 100px; }
  .text__page .block__text h1 {
    font-weight: 600;
    font-size: 3rem; }
  .text__page .block__text h2 {
    font-weight: 700;
    font-size: 2.6rem; }
  .text__page .block__text h3 {
    font-weight: 700;
    font-size: 2rem; }
  .text__page .block__text h4 {
    font-weight: 600;
    font-size: 2.2rem; }

.block__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .block__title-wrapper .block__title {
    margin-bottom: 0; }
    .block__title-wrapper .block__title.xl {
      margin-bottom: 30px; }
  .block__title-wrapper .block__link {
    transform: translateY(0.1rem); }

.block__subtitle {
  font-size: 2.5rem;
  font-weight: 500;
  color: #8F1F2C; }

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

.block__title {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 1.25;
  color: #000;
  display: flex;
  align-items: center;
  gap: 2rem;
  letter-spacing: -.03em; }

.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.6rem;
  line-height: 1.4;
  color: #000; }
  .block__text ul {
    list-style: disc;
    margin-left: 19px;
    margin-bottom: 5px; }
  .block__text li {
    margin-bottom: 1rem; }
  .block__text h2 {
    font-weight: 700;
    font-size: 2.1rem;
    margin-bottom: .5em; }
  .block__text h3 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 10px; }
  .block__text h4 {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 9px; }
  .block__text p {
    margin-bottom: 5px; }

.page__content {
  margin-bottom: 4.5rem;
  border-radius: 4rem;
  padding: 4rem 0 4.5rem;
  background-color: #f5f5f7; }

.radio__wrapper {
  margin-top: -200px;
  display: flex;
  gap: 2rem;
  position: relative;
  z-index: 3; }

.radio__block {
  flex: 1; }

.radio__item {
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative; }
  .radio__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3); }
  .radio__item:hover {
    text-decoration: none; }

.radio__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  left: 10px;
  right: 10px;
  text-align: center;
  z-index: 2; }

.radio__img {
  display: block;
  width: 100%; }

.radio__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%); }

.block__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px; }

.block {
  min-width: 50%;
  padding: 50px 40px;
  flex: 1;
  position: relative; }
  .block.dark .block__title {
    color: #fff; }
  .block.dark .block__text {
    color: #fff; }
  .block.dark .block__link {
    color: #fff; }
  .block.dark .badge {
    background-color: #fff;
    color: #8F1F2C; }
  .block.dark:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50vw;
    width: calc(100% + 50vw);
    height: 100%;
    z-index: -1;
    background-color: #272727; }
  .block.red .block__title {
    color: #fff; }
  .block.red .block__text {
    color: #fff; }
  .block.red .block__link {
    color: #fff; }
  .block.red .badge {
    background-color: #fff;
    color: #8F1F2C; }
  .block.red:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50vw;
    width: calc(100% + 50vw);
    height: 100%;
    z-index: -1;
    background-color: #8f1f2c; }
  .block.light:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50vw;
    width: 150vw;
    height: 100%;
    z-index: -1;
    background-color: #f2f2f2; }
  .block:nth-child(2):before {
    left: 0;
    width: 50vw; }
  .block:only-child:before {
    width: calc(100% + 100vw); }
  .block:not(:only-child) .present__container {
    gap: 30px; }
  .block.full {
    width: 100%; }

.cast__wrapper {
  display: flex;
  margin: 0 -10px; }
  .cast__wrapper.cast__wrapper--page {
    flex-wrap: wrap; }
    .cast__wrapper.cast__wrapper--page .cast__block {
      margin-bottom: 40px; }
      @media (min-width: 992px) {
        .cast__wrapper.cast__wrapper--page .cast__block {
          width: 25%; } }

.cast__block {
  padding: 0 10px;
  width: 33.33%; }

.cast__item {
  display: block;
  color: #000; }

.cast__img-wrapper {
  margin-bottom: 10px;
  height: 245px;
  position: relative; }

.cast__mic {
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 1rem;
  background-color: #8F1F2C;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px; }

.cast__img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block; }

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

.block__actions {
  display: flex;
  align-items: center;
  gap: 30px; }

.present__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px; }

.present__content {
  flex: 1;
  padding: 0 30px; }

.present__wrapper {
  display: flex;
  flex: 1;
  margin: 0 -1.2rem;
  padding: 0 30px; }
  .present__wrapper.bottom {
    margin-top: 40px; }

.present__block {
  width: 25%;
  padding: 0 12px; }

.present__item {
  background-color: #fff;
  display: block;
  border-radius: 10px;
  text-align: center;
  color: #000;
  padding: 10px 12px 10px;
  height: 100%; }

.present__title {
  font-size: 1.4rem;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }

.present__img {
  display: block;
  margin: 0 auto 10px;
  max-height: 100px;
  max-width: 110px;
  object-fit: contain; }

.cast__container {
  height: 614px;
  max-height: 614px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px;
  margin-bottom: 10px;
  aspect-ratio: 16/9; }

.cast__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.shop__head {
  margin-bottom: 30px;
  background-color: #eaedef;
  padding: 18px 0; }

.shop__nav {
  display: flex;
  gap: 25px; }
  .shop__nav a {
    font-size: 1.4rem;
    color: #000;
    line-height: 1; }
    .shop__nav a.active {
      font-weight: 500; }

.listen__btn {
  background-color: #8F1F2C;
  border-radius: .4rem;
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
  padding: .15rem .9rem;
  display: inline-flex;
  align-items: center; }
  .listen__btn .icon {
    width: 1rem;
    height: .9rem;
    fill: #fff;
    transform: translateY(-0.1rem);
    margin-right: .4rem; }

.block__item-title {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: 500; }
  .block__item-title.xl {
    font-size: 2.6rem; }

.congrats__wrapper {
  display: flex;
  margin: 0 -2.5rem; }

.congrats__block {
  padding: 0 2.5rem;
  width: 50%; }
  .congrats__block .block__text {
    line-height: 1.5;
    padding-bottom: 0;
    border-bottom: 0; }

.present__title-wrapper {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.present__block-title {
  font-size: 2rem;
  font-weight: 500; }

.finds__block {
  margin-bottom: 2rem;
  border-radius: 2rem;
  background-color: #f5f5f7; }

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

.finds__text-content {
  min-width: 0; }

.list-head {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) 110px 150px 130px;
  padding: 0 2rem 1rem;
  color: #6e7077;
  gap: 1rem;
  font-size: 1.4rem;
  font-weight: 600; }
  @media (max-width: 1500px) {
    .list-head {
      grid-template-columns: minmax(0, 1fr) 110px 140px 110px; } }

.finds__content {
  padding: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.6fr) 110px 150px 130px;
  align-items: center; }
  @media (max-width: 1500px) {
    .finds__content {
      grid-template-columns: minmax(0, 1fr) 110px 140px 110px; } }
  @media (max-width: 1350px) {
    .finds__content {
      grid-template-columns: minmax(0, 1.2fr) 110px 120px 110px; } }
  .finds__content .icon-box {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: #fff;
    font-size: 20px; }
  .finds__content .tag {
    padding: .4rem 1rem;
    border-radius: 2rem;
    font-weight: 500;
    font-size: 1.4rem;
    display: inline-flex; }
    .finds__content .tag.lost {
      color: #8F1F2C;
      background-color: #ffdee2; }
    .finds__content .tag.found {
      color: #258f1f;
      background-color: #d3f3d1; }
  .finds__content .separator {
    width: .4rem;
    height: .4rem;
    background-color: #666;
    border-radius: 50%; }
  .finds__content .date {
    color: #727272; }
  .finds__content .phone {
    text-align: right;
    color: #000;
    font-weight: 700; }

.finds__row-type {
  color: #6e7077;
  font-size: 14px;
  align-items: center; }

.finds__row {
  gap: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.finds__text {
  line-height: 1.3;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: .2rem; }
  .finds__text.sm {
    font-size: 1.6rem; }

.finds__imgs {
  display: flex;
  gap: .7rem; }
  .finds__imgs img {
    width: 4rem;
    height: 4rem;
    object-fit: cover;
    border-radius: .8rem; }

.finds__img-more {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: .8rem;
  overflow: hidden; }
  .finds__img-more:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000099; }
  .finds__img-more span {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.finds__footer {
  padding: 1.3rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f2f2f2;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem; }
  .finds__footer .phone {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    color: #000000; }

.finds__footer-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 1.6rem; }

.main__wrapper {
  display: flex;
  margin: 0 -3.5rem; }
  .main__wrapper > .main__block:first-child {
    width: 53%; }
  .main__wrapper > .main__block:last-child {
    width: 47%; }

.main__blocks {
  display: flex;
  flex-wrap: wrap;
  row-gap: 3rem;
  margin: 0 -1.5rem;
  height: 100%; }
  .main__blocks .main__item {
    height: 100%; }

.main__block {
  width: 50%;
  padding: 0 1.5rem; }
  .main__block .block__title-wrapper {
    margin-bottom: 2rem; }

.main__item {
  padding: 3rem 2.5rem;
  background-color: #f5f5f7;
  border-radius: 3rem;
  position: relative;
  min-height: 100%;
  overflow: hidden; }
  .main__item .img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    height: 100%; }

.block__nav {
  display: flex;
  position: relative; }

.block__nav-link {
  padding: 0 2rem;
  color: #000;
  position: relative;
  z-index: 2; }

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

.about__app {
  background-color: #0e0f13;
  border-radius: 3rem;
  color: #fff;
  position: relative;
  overflow: hidden; }
  .about__app .block__title {
    color: #fff;
    max-width: 50rem; }
  .about__app .block__text {
    color: #fff;
    font-size: 2rem;
    max-width: 50rem; }

.about__app-actions {
  display: flex;
  gap: 2rem; }

.about__app-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 70%;
  object-fit: cover; }

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

.about__app-block {
  padding: 9rem 0 12rem 0; }

.connect__wrapper {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-bottom: 2.5rem; }

.connect__block {
  flex-shrink: 0;
  width: 38rem; }
  .connect__block.wide {
    width: 50rem; }

.connect__item {
  height: 24rem;
  border-radius: 2rem;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #000; }
  .connect__item.center {
    align-items: center;
    justify-content: center; }

.connect__title {
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: -.03em;
  color: #000;
  line-height: 1;
  max-width: 36rem; }

.connect__head {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -.03em; }

.connect__text {
  line-height: 1.3; }

.connect__name {
  text-align: right;
  font-weight: 500;
  font-size: 1.6rem; }

.player__container {
  max-width: 76rem;
  width: 100%;
  padding: .5rem;
  border-radius: 1.5rem;
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.15);
  z-index: 111; }
  .player__container .radio__player-list {
    display: flex;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    border-top-right-radius: 1.5rem;
    border-top-left-radius: 1.5rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    text-align: left; }
    .player__container .radio__player-list .player__list-title:after {
      display: none; }
    .player__container .radio__player-list .player__list-title .title {
      margin-bottom: 0 !important;
      color: #000000; }
    .player__container .radio__player-list .player__list-item.active {
      border-radius: 2rem;
      background-color: #f5f5f7; }
  .player__container .player__list-head {
    gap: .5rem; }
  .player__container .player__list-action {
    background: none; }
  .player__container.opened {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
    .player__container.opened .radio__player-list {
      opacity: 1;
      visibility: visible; }

.player__block {
  display: flex;
  align-items: center;
  gap: 1rem; }
  .player__block .title {
    font-size: 1.4rem;
    line-height: 1; }
  .player__block .text {
    font-weight: 500;
    font-size: 1.6rem; }
  .player__block input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 13.6rem;
    cursor: pointer;
    outline: none;
    border-radius: 0.4rem;
    height: 0.8rem;
    background: linear-gradient(to right, #d32f2f 0%, #d32f2f var(--bg-size, 0%), #efefef var(--bg-size, 0%), #efefef 100%); }
    .player__block input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      height: 1.6rem;
      width: 1.6rem;
      background-color: #d82032;
      border-radius: 50%;
      border: 0.2rem solid #b41d2b;
      margin-top: -0.2rem;
      box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
      transition: transform 0.1s; }
    .player__block input[type="range"]::-webkit-slider-thumb:hover {
      transform: scale(1.1); }
    .player__block input[type="range"]::-webkit-slider-runnable-track {
      -webkit-appearance: none;
      box-shadow: none;
      border: none;
      background: transparent; }
    .player__block input[type="range"]::-moz-range-thumb {
      height: 1.6rem;
      width: 1.6rem;
      background-color: #d82032;
      border-radius: 50%;
      border: 0.2rem solid #b41d2b;
      box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
      transition: transform 0.1s; }
    .player__block input[type="range"]::-moz-range-thumb:hover {
      transform: scale(1.1); }
    .player__block input[type="range"]::-moz-range-track {
      -webkit-appearance: none;
      box-shadow: none;
      border: none;
      background: transparent; }

.player__img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  padding: .4rem;
  border: 2px solid #eaeaea;
  border-radius: 1.5rem; }

.player__action {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: #f5f5f7;
  display: flex;
  align-items: center;
  justify-content: center; }

.player__play {
  height: 4.2rem;
  width: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .player__play img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.congratulation__item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start; }
  .congratulation__item .title {
    margin-bottom: 1.5rem;
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 1;
    max-width: 21.5rem; }
  .congratulation__item .text {
    margin-bottom: 1.8rem;
    max-width: 20rem; }
    .congratulation__item .text.full {
      max-width: 100%; }
  .congratulation__item .btn {
    height: 4rem;
    border-radius: 3rem; }

.main__actions {
  display: flex;
  gap: 1.5rem; }

.main__action {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  border-radius: 3rem;
  background-color: #fff;
  padding: .5rem 2rem .5rem .5rem;
  color: #000; }
  .main__action span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #f5f5f7; }
    .main__action span img {
      width: 1rem; }

.radio__player {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }
  .radio__player input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 0.4rem;
    height: 0.8rem;
    background: linear-gradient(to right, #d32f2f 0%, #d32f2f var(--bg-size, 0%), #efefef var(--bg-size, 0%), #efefef 100%); }
    .radio__player input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      height: 1.6rem;
      width: 1.6rem;
      background-color: #d82032;
      border-radius: 50%;
      border: 0.2rem solid #b41d2b;
      margin-top: -0.2rem;
      box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
      transition: transform 0.1s; }
    .radio__player input[type="range"]::-webkit-slider-thumb:hover {
      transform: scale(1.1); }
    .radio__player input[type="range"]::-webkit-slider-runnable-track {
      -webkit-appearance: none;
      box-shadow: none;
      border: none;
      background: transparent; }
    .radio__player input[type="range"]::-moz-range-thumb {
      height: 1.6rem;
      width: 1.6rem;
      background-color: #d82032;
      border-radius: 50%;
      border: 0.2rem solid #b41d2b;
      box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
      transition: transform 0.1s; }
    .radio__player input[type="range"]::-moz-range-thumb:hover {
      transform: scale(1.1); }
    .radio__player input[type="range"]::-moz-range-track {
      -webkit-appearance: none;
      box-shadow: none;
      border: none;
      background: transparent; }
  .radio__player.opened .radio__player-list {
    display: flex; }
  .radio__player.fixed {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%) translateY(130%);
    width: 116rem;
    z-index: 100; }
    .radio__player.fixed.active {
      transform: translateX(-50%) translateY(0); }
    .radio__player.fixed .radio__player-main {
      box-shadow: 0 0 3rem rgba(0, 0, 0, 0.25); }
    .radio__player.fixed .radio__length {
      padding-top: .4rem;
      display: flex;
      align-items: center;
      gap: 2rem; }
      .radio__player.fixed .radio__length .time {
        white-space: nowrap; }
    .radio__player.fixed .radio__player-list {
      position: absolute;
      top: auto;
      width: 100%;
      bottom: calc(100% + 1rem);
      overflow-y: auto;
      max-height: calc(100vh - 17.2rem); }

.radio__player-actions {
  display: flex;
  gap: 1.2rem; }

.radio__player-action {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #f5f5f7;
  border-radius: 3rem;
  padding: 0 1.4rem;
  height: 3.4rem;
  color: #000; }
  .radio__player-action .dot {
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background-color: #d82032;
    display: block; }

.radio__player-main {
  display: flex;
  border-radius: 3rem;
  background-color: #fff;
  padding: 1.5rem 3rem;
  gap: 1.5rem; }

.radio__player-head {
  display: flex;
  align-items: center;
  gap: 1.5rem; }
  .radio__player-head .title {
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: -0.03em; }
  .radio__player-head .share {
    height: 3.4rem;
    padding: 0 1.3rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #000;
    background-color: #f5f5f7;
    border-radius: 3rem;
    line-height: 1; }
    .radio__player-head .share.active {
      color: #fff;
      background-color: #8f1f2c; }

.radio__player-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.2rem; }
  .radio__player-block:last-child {
    flex: unset; }

.radio__player-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem; }
  .radio__player-row .time {
    width: 10rem;
    flex-shrink: 0; }

.radio__length {
  flex: 1; }

.radio__list-btn {
  width: 3.4rem;
  height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f5f5f7;
  position: relative; }
  .radio__list-btn.gray {
    background-color: #f5f5f7; }
  .radio__list-btn.muted:after {
    content: '';
    position: absolute;
    transform: rotateZ(-45deg);
    border: 1px solid #f5f5f7;
    border-radius: .2rem;
    background-color: #000;
    width: 1.7rem;
    height: .3rem; }
  .radio__list-btn .white {
    display: none; }
  .radio__list-btn.active {
    background-color: #8f1f2c; }
    .radio__list-btn.active .black {
      display: none; }
    .radio__list-btn.active .white {
      display: block; }
    .radio__list-btn.active .list-icon i {
      background-color: #fff; }
    .radio__list-btn.active .dots-icon i {
      background-color: #fff; }
  .radio__list-btn .list-icon {
    width: 1.1rem;
    height: .8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .radio__list-btn .list-icon i {
      height: .2rem;
      width: 100%;
      background-color: #000000;
      border-radius: .2rem; }
      .radio__list-btn .list-icon i:last-child {
        width: .7rem; }
  .radio__list-btn .dots-icon {
    width: 1.1rem;
    height: 1.3rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    gap: .2rem; }
    .radio__list-btn .dots-icon i {
      height: .3rem;
      width: .3rem;
      border-radius: 50%;
      background-color: #000000; }

.radio__player-volume {
  display: flex;
  align-items: center;
  gap: 2rem; }

.radio__player-play {
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: center; }
  .radio__player-play img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.radio__player-list {
  padding: 1rem;
  background-color: #fff;
  border-radius: 3rem;
  flex-direction: column;
  gap: .7rem;
  display: none; }

.player__list-item {
  padding: .7rem;
  border-radius: 2rem; }
  .player__list-item.opened {
    background-color: #f5f5f7; }
    .player__list-item.opened .player__list-title:after {
      transform: rotateZ(0); }
    .player__list-item.opened .player__list-title .title {
      margin-bottom: 1rem; }
    .player__list-item.opened .player__list-title .text {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      padding-bottom: 1rem; }
    .player__list-item.opened .player__list-action {
      background-color: #fff; }

.player__list-action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #f5f5f7; }
  .player__list-action img {
    display: block; }
  .player__list-action.play {
    padding-left: .2rem; }

.player__list-head {
  display: flex;
  align-items: flex-start;
  gap: 1.3rem; }

.player__list-title {
  padding-top: .5rem;
  display: flex;
  gap: 2rem;
  position: relative;
  flex: 1; }
  .player__list-title .time {
    color: #000;
    width: 4.5rem;
    flex-shrink: 0; }
  .player__list-title .text__block {
    color: #6e6e6e; }
  .player__list-title .text {
    color: #000;
    line-height: 1.2;
    display: none; }
  .player__list-title:after {
    content: '';
    position: absolute;
    right: 2rem;
    top: 1rem;
    transform: rotateZ(180deg);
    width: .8rem;
    height: .6rem;
    background-image: url("../../images/arrow.svg");
    background-repeat: no-repeat; }

.content__item {
  padding: 2.5rem 3rem;
  border-radius: 3rem;
  background-color: #ffffff; }

.congrats__item {
  background-color: #ffe6e9;
  color: #000;
  border-radius: 3rem;
  padding: 6rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  letter-spacing: -.03em; }

.congrats__img {
  margin-bottom: 3rem;
  width: 18rem;
  height: 18rem;
  position: relative; }
  .congrats__img .img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #f5f5f7; }
  .congrats__img .check {
    position: absolute;
    bottom: 0;
    right: 1.3rem; }

.congrats__title {
  margin-bottom: 1.5rem;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1; }

.congrats__text {
  font-size: 2rem;
  line-height: 1.6; }

.congrats__time {
  font-size: 2.6rem;
  line-height: 1.6; }

.congrats__datepicker-popup {
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  min-width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 2rem; }
  .congrats__datepicker-popup.opened {
    opacity: 1;
    visibility: visible; }

.contact__links {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }

.contact__link-item {
  display: flex;
  gap: 1.4rem;
  align-items: flex-start;
  padding: 1.6rem 1.8rem;
  background: linear-gradient(180deg, #ffffff 0%, #fcfbfb 100%);
  border-radius: 2rem;
  border: 1px solid rgba(163, 32, 53, 0.06);
  box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.03);
  color: #000;
  position: relative; }
  .contact__link-item .icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: #fff4f7;
    color: #8F1F2C;
    font-size: 20px; }

.copy-alert {
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  color: #666666;
  font-size: 1.4rem;
  transition: all .2s ease; }
  .copy-alert.active {
    opacity: 1;
    visibility: visible; }

.contact__link-content .title {
  font-weight: 700; }

.contact__link {
  display: flex;
  gap: .5rem;
  color: #666666;
  font-size: 1.4rem; }
  .contact__link a {
    color: inherit; }

.contacts {
  margin-bottom: 100px;
  padding: 20px;
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.25); }

.contacts__wrapper {
  display: flex;
  margin: 0 -20px; }

.contacts__block {
  padding: 0 20px;
  width: 50%; }

.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: #F5F5F7 !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: #8F1F2C !important; }

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

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

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

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

.text-gray {
  color: #F5F5F7 !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; }

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

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

.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: 1100px) {
  .hide-desktop {
    display: none !important; } }

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

.formh {
  display: none; }

@media (min-width: 1100px) {
  .menu__btn,
  .menu {
    display: none; }
  .hide-desktop {
    display: none; } }

@media (max-width: 1200px) {
  .nav__link {
    padding: 0 1rem; }
  .footer {
    padding-bottom: 10rem; } }

@media (max-width: 1160px) {
  .radio__player.fixed {
    width: 100%;
    bottom: 0;
    box-shadow: none; }
    .radio__player.fixed .radio__player-main {
      gap: 0; }
    .radio__player.fixed .radio__player-block {
      padding: 1rem 0;
      border-radius: 0; }
      .radio__player.fixed .radio__player-block:first-child {
        z-index: 2;
        padding: 0; }
        .radio__player.fixed .radio__player-block:first-child .time {
          display: none; }
        .radio__player.fixed .radio__player-block:first-child .radio__player-head {
          display: none; }
        .radio__player.fixed .radio__player-block:first-child .radio__list-btn {
          display: none; }
        .radio__player.fixed .radio__player-block:first-child .radio__player-row {
          width: 100%; }
    .radio__player.fixed .radio__player-play {
      height: 5rem;
      width: 5rem; }
    .radio__player.fixed .radio__player-list {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      bottom: 100%; }
    .radio__player.fixed .radio__player-additional {
      position: absolute;
      bottom: 100%;
      left: 0;
      width: 100%;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; } }

@media (max-width: 1100px) {
  body {
    padding-top: 0 !important; }
  .page__wrapper {
    padding-top: 7rem; }
  .header {
    top: 0;
    position: fixed;
    transform: translateY(0);
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem; }
    .header.is-invisible {
      transform: translateY(0);
      box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15); }
    .header.fixed {
      box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15); }
  .logo img {
    height: 3rem; }
  .cast__container {
    height: auto; }
  .header__wrapper {
    height: 7rem;
    padding: 0 2.50px;
    justify-content: space-between; }
  .hide-mobile {
    display: none; }
  .menu__btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3.4rem;
    height: 3.4rem;
    position: relative;
    border-radius: 50%;
    background-color: #f5f5f7;
    gap: .2rem; }
    .menu__btn:before, .menu__btn:after, .menu__btn i {
      content: '';
      width: 1.1rem;
      display: block;
      height: 2px;
      border-radius: 3px;
      background-color: #000;
      transition: 0.3s; }
    .menu__btn:after {
      width: .7rem;
      margin-right: .4rem; }
    .menu__btn.active {
      background-color: #8F1F2C; }
      .menu__btn.active:before, .menu__btn.active:after {
        background-color: #fff;
        width: 1.1rem;
        margin: 0;
        transform: rotateZ(45deg);
        position: absolute;
        top: 1.6rem;
        left: 1.1rem; }
      .menu__btn.active i {
        display: none; }
      .menu__btn.active:after {
        transform: rotateZ(-45deg); }
  .menu__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    z-index: 10; }
    .menu__close:before, .menu__close:after {
      content: '';
      background-color: #000000;
      height: 2px;
      width: 100%;
      position: absolute;
      top: 14px;
      left: 0;
      transform: rotate(45deg);
      border-radius: 2px; }
    .menu__close:after {
      transform: rotate(-45deg); }
  .menu {
    padding: 0 0 60px;
    width: calc(100% - 3rem);
    position: fixed;
    top: 7rem;
    right: 1.5rem;
    height: calc(100% - 7rem);
    display: flex;
    background-color: #8F1F2C;
    transition: 0.3s;
    transform: translateY(120%);
    z-index: 1001;
    border-top-right-radius: 1.5rem;
    border-top-left-radius: 1.5rem;
    box-shadow: 0 -0.4rem 1.5rem rgba(0, 0, 0, 0.25); }
    .menu.opened {
      transforM: translateY(0); }
      .menu.opened .nav {
        opacity: 1; }
    .menu .menu__content {
      width: 100%;
      padding: 3rem 2rem;
      overflow-y: auto; }
    .menu .header__actions {
      justify-content: center; }
    .menu .header__action {
      border: 0; }
    .menu .nav {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      height: auto;
      opacity: 0;
      transition: all .2s ease;
      transition-delay: .3s; }
    .menu .nav__item {
      flex-direction: column;
      align-items: flex-start;
      height: auto;
      margin-right: 0;
      margin-bottom: 10px; }
      .menu .nav__item .nav__link:hover {
        color: #000; }
      .menu .nav__item.with-sub .nav__link {
        position: relative;
        padding-right: 20px; }
        .menu .nav__item.with-sub .nav__link:after {
          content: '';
          position: absolute;
          right: 0;
          border: 4px solid transparent;
          border-top-color: #000000;
          transform: translateY(0);
          top: 9px; }
      .menu .nav__item.with-sub.with-sub.click .nav__link {
        color: #8F1F2C;
        display: inline-flex; }
        .menu .nav__item.with-sub.with-sub.click .nav__link:after {
          border-top-color: transparent;
          border-bottom-color: #8F1F2C;
          top: 6px; }
      .menu .nav__item.with-sub.with-sub.click .nav__submenu {
        display: flex; }
      .menu .nav__item a {
        padding: 0; }
    .menu .nav__link {
      font-size: 1.6rem;
      color: #fff;
      display: flex;
      align-items: center;
      height: 4rem;
      border-radius: 3rem;
      padding: 0 2rem; }
      .menu .nav__link.active {
        background-color: #d82032; }
    .menu .menu__close {
      width: 14px;
      height: 14px; }
      .menu .menu__close:before, .menu .menu__close:after {
        top: 6px; }
    .menu .nav__submenu {
      display: none;
      padding-top: 30px;
      flex-direction: column;
      padding-left: 16px;
      gap: 27px; }
    .menu .nav__submenu-link {
      color: #000; }
    .menu .lng__wrapper.column .lng__list {
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start; }
      .menu .lng__wrapper.column .lng__list a {
        margin-right: 0;
        margin-bottom: 10px; }
        .menu .lng__wrapper.column .lng__list a:last-child {
          margin-bottom: 0; }
    .menu .lng__list {
      display: flex; }
      .menu .lng__list a {
        padding: 0;
        margin-right: 10px; }
        .menu .lng__list a.active {
          color: #8F1F2C; }
    .menu .lng__link {
      margin-right: 20px;
      padding-right: 0; }
      .menu .lng__link:before {
        display: none; }
      .menu .lng__link:last-child {
        margin-right: 0; }
    .menu .lng__item {
      flex-direction: column; }
      .menu .lng__item:hover .lng__wrapper {
        transform: translateY(0) translateX(0); }
    .menu .lng__wrapper {
      position: static;
      top: auto;
      right: auto;
      width: 100%;
      margin-top: 10px;
      opacity: 1;
      visibility: visible;
      transform: translateY(0rem); }
    .menu .lng__list {
      border-radius: 0;
      box-shadow: none; }
      .menu .lng__list:before {
        display: none; }
    .menu .lng__sub-item {
      height: auto;
      margin-bottom: 10px; }
      .menu .lng__sub-item a {
        padding: 0; }
        .menu .lng__sub-item a:hover {
          background-color: transparent;
          color: #FFD782; }
  .menu__actions {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between; }
  .header__link {
    font-size: 0;
    width: 3.4rem;
    height: 3.4rem;
    background-color: #f5f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    gap: 0; }
    .header__link img {
      height: 1.8rem;
      width: 1.8rem; }
  .main {
    padding: 0; }
  .intro {
    padding: 0 1.5rem;
    margin-bottom: 2.5rem; }
  .intro__content {
    height: 30rem;
    min-height: auto;
    border-radius: 1.5rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .mobile__intro-content {
    background-color: #8F1F2C;
    padding: 0 1rem 2.4rem;
    position: relative;
    z-index: 3;
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem; }
    .mobile__intro-content .btn {
      width: 100%;
      transform: translateY(-50%);
      justify-content: center;
      box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.25); }
      .mobile__intro-content .btn img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: .5rem; }
  .intro__text {
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto; }
  .main__wrapper {
    flex-direction: column;
    gap: 2.5rem;
    margin: 0 -1.5rem; }
    .main__wrapper > .main__block:first-child {
      width: 100%; }
      .main__wrapper > .main__block:first-child .main__item {
        padding: 2rem 1rem; }
    .main__wrapper > .main__block:last-child {
      width: 100%; }
  .main__blocks {
    gap: 2.5rem; }
  section {
    margin-bottom: 2.5rem; }
  .main__item {
    border-radius: 1.5rem; }
    .main__item .block__title-wrapper {
      padding: 0 0 0 1rem; }
  .about__app {
    margin: 0 1.5rem;
    border-radius: 1.5rem; }
  .main__block {
    width: 100%; }
  .block__title {
    font-size: 2rem; }
  .block__nav-mobile-arrow {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    position: relative; }
    .block__nav-mobile-arrow:after {
      content: '';
      border: 4px solid transparent;
      border-width: 6px 4px 0px 4px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: .2rem;
      transform: translate(-50%, -50%);
      border-top-color: #000000; }
    .block__nav-mobile-arrow.active {
      background-color: #8F1F2C; }
      .block__nav-mobile-arrow.active:after {
        border-top-color: transparent;
        border-bottom-color: #ffffff;
        border-width: 0px 4px 6px 4px;
        margin-top: -1px; }
  .block__title-wrapper {
    position: relative;
    margin-bottom: 2rem; }
  .block__nav {
    position: absolute;
    top: calc(100% + 2rem);
    right: 0;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    background-color: #8F1F2C;
    border-radius: 1.5rem;
    z-index: 10;
    padding: 2rem;
    transition: all .2s ease; }
    .block__nav.opened {
      opacity: 1;
      visibility: visible; }
      .block__nav.opened a {
        transition-delay: .1s;
        opacity: 1; }
    .block__nav a {
      opacity: 0;
      transition: all .2s ease; }
    .block__nav .block_cursor {
      display: none; }
  .block__nav-link {
    color: #fff;
    display: flex;
    height: 4rem;
    align-items: center;
    border-radius: 3rem; }
    .block__nav-link.active {
      background-color: #d82032; }
  .programs__title {
    font-weight: 400; }
  section.bg {
    padding: 2rem 0 4rem;
    background: #f5f5f7;
    margin: 0 1.5rem 2.5rem;
    border-radius: 1.5rem; }
    section.bg .container {
      padding: 0 2rem; }
  .news__items {
    height: auto;
    gap: 1.5rem;
    display: flex;
    flex-direction: column; }
  .news__item {
    padding: 1rem 1.5rem;
    height: auto; }
    .news__item .title {
      font-weight: 400; }
    .news__item .text {
      display: none; }
  .connect__wrapper {
    flex-direction: column;
    padding: 0 1.5rem;
    gap: 1rem;
    margin-bottom: 1rem; }
  .connect__block {
    width: 100%; }
    .connect__block.wide {
      width: 100%; }
      .connect__block.wide .connect__item {
        height: auto;
        padding: 2rem 2.5rem;
        text-align: left;
        justify-content: flex-start; }
      .connect__block.wide .connect__title {
        line-height: 1.2;
        max-width: 25rem; }
  .connect__item {
    height: auto;
    padding: 1.6rem 2.5rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 1.5rem; }
  .connect__text {
    display: none; }
  .connect__head {
    font-size: 1.6rem; }
    .connect__head img {
      height: 4rem;
      width: 4rem; }
  .connect__title {
    font-size: 2rem; }
  .footer__wrapper {
    flex-direction: column;
    padding-bottom: 0; }
  .footer__text {
    display: none; }
  .about__app .block__title {
    margin-bottom: 2rem; }
  .about__app .block__text {
    font-size: 1.6rem;
    margin-bottom: 2rem; }
  .about__app-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 13rem; }
  .about__app-wrapper {
    padding: 0 .5rem; }
  .about__app-block {
    padding-top: 15rem;
    padding-bottom: 2rem; }
  .header__lng {
    top: calc(100% + 1.8rem); }
  .header__link:before, .header__link:after {
    content: '';
    background-color: #fff;
    height: 2px;
    width: 1.1rem;
    position: absolute;
    top: 1.6rem;
    left: 1.15rem;
    transform: rotate(45deg);
    border-radius: 2px;
    opacity: 0;
    z-index: initial;
    transition: none; }
  .header__link:hover:before, .header__link:hover:after {
    opacity: 0; }
  .header__link:after {
    transform: rotate(-45deg); }
  .header__link.active {
    background-color: #8F1F2C; }
    .header__link.active img {
      display: none; }
    .header__link.active:before, .header__link.active:after {
      opacity: 1; }
  .congratulation__item .title {
    font-size: 2rem; }
  .footer__block-wrapper {
    gap: 1.3rem;
    margin: 0; }
  .footer__item {
    display: flex;
    gap: 4rem; }
  .footer__block-item {
    width: 100%;
    padding: 0; }
  .footer__wrapper {
    padding: 0 5px; }
  .footer__line {
    padding-left: .5rem;
    padding-right: .5rem; }
  .footer__block {
    margin-bottom: 4.5rem; }
    .footer__block:first-child {
      width: 100%; }
    .footer__block:nth-child(2) {
      order: 4; }
    .footer__block:nth-child(3) {
      order: 2;
      display: flex;
      flex-direction: column-reverse; }
    .footer__block .nav__link {
      padding: 0; }
    .footer__block .footer__block-wrapper:first-child {
      margin-bottom: 3rem; }
  .footer {
    margin: 0 1.5rem;
    border-radius: 1.5rem; }
  .footer__links {
    margin-top: 4.5rem;
    margin-bottom: 0; }
  .soc {
    justify-content: flex-start; }
  .soc__link {
    width: 3.4rem;
    height: 3.4rem; }
    .soc__link img {
      height: 3.4rem; }
  .radio__archive {
    display: none; }
  .radio__player {
    position: relative; }
    .radio__player.opened {
      z-index: 99; }
      .radio__player.opened .radio__player-list {
        opacity: 1;
        visibility: visible; }
    .radio__player.archive {
      z-index: 99; }
      .radio__player.archive .radio__archive {
        padding: 1rem;
        position: absolute;
        top: calc(100% + 1rem);
        left: 0;
        width: 100%;
        border-radius: 1.5rem;
        background-color: #fff;
        z-index: 3;
        display: block; }
        .radio__player.archive .radio__archive .news__calendar {
          margin: 0; }
        .radio__player.archive .radio__archive .air-datepicker {
          border-radius: 1.5rem; }
  .player__list-item.opened .text {
    margin-left: -10.2rem;
    padding-bottom: .5rem; }
  .page__content {
    padding-top: 2rem;
    border-radius: 0; }
  .radio__player .radio__player-list {
    position: relative;
    top: auto;
    left: auto; }
  .radio__player-list {
    position: absolute;
    top: calc(100% + 1.5rem);
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden; }
  .radio__player-additional {
    padding: 1.4rem 1rem;
    background-color: #fff;
    border-radius: 1.5rem;
    flex-direction: column;
    gap: .7rem;
    display: none; }
    .radio__player-additional a {
      padding: 0 2rem;
      display: flex;
      color: #000;
      height: 4.5rem;
      align-items: center;
      gap: 1rem;
      border-radius: 2rem;
      background-color: #F5F5F7; }
    .radio__player-additional.opened {
      display: flex; }
      .radio__player-additional.opened + .radio__player-list {
        display: none !important; }
  .radio__player-volume {
    display: none; }
  .radio__player-head {
    flex-direction: column;
    align-items: center; }
    .radio__player-head .title {
      text-align: center; }
      .radio__player-head .title span {
        display: block; }
  .radio__player-main {
    flex-direction: column;
    background: none;
    padding: 0; }
  .radio__player-block {
    align-items: center;
    padding: 2rem 3rem;
    border-radius: 1.5rem;
    background-color: #fff;
    position: relative; }
    .radio__player-block:last-child {
      display: flex;
      flex-direction: row;
      justify-content: center;
      gap: 2rem; }
  .radio__player-row {
    justify-content: center; }
    .radio__player-row:last-child {
      display: none; }
  .radio__player-list {
    border-radius: 2rem; }
  .player__container .radio__player-list {
    top: auto; }
  .news__nav {
    width: 100%;
    display: none; }
  .news__page-wrapper {
    gap: 1.5rem;
    margin-bottom: 1.5rem; }
  .news__nav-items {
    gap: 1.5rem; }
  .news__content-item .programs__slider {
    padding-bottom: 5rem; }
    .news__content-item .programs__slider .slick-dots {
      bottom: 0; }
  .programs__block {
    width: 25%; }
  .congrats__wrapper {
    flex-direction: column;
    gap: 2rem; }
  .congrats__block {
    width: 100%; }
  .mobile__text-wrapper {
    display: none; }
  .finds__content {
    grid-template-columns: 1fr;
    gap: 12px; }
    .finds__content .phone {
      text-align: left; }
  .list-head {
    display: none; }
  .filter__tabs-mobile {
    position: relative; }
    .filter__tabs-mobile .block__nav {
      min-width: 100%;
      width: auto;
      right: auto;
      left: 0;
      white-space: nowrap; }
  .block__nav-title {
    display: flex;
    align-items: center;
    background-color: #f5f5f7;
    border-radius: 5rem;
    height: 5rem;
    padding: 0 6rem 0 2rem;
    color: #000;
    position: relative; }
    .block__nav-title.active:before {
      border-top-color: transparent;
      border-bottom-color: #ffffff;
      border-width: 0px 4px 6px 4px;
      margin-top: -1px; }
    .block__nav-title.active:after {
      background-color: #8F1F2C; }
    .block__nav-title:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 3rem;
      height: 3rem;
      right: 1rem;
      border-radius: 50%;
      background-color: #fff;
      display: block; }
    .block__nav-title:before {
      content: '';
      border: 4px solid transparent;
      border-width: 4px 4px 0px 4px;
      position: absolute;
      top: 50%;
      right: 2.2rem;
      margin-top: .1rem;
      transform: translateY(-50%);
      border-top-color: #000000;
      z-index: 2; }
  .finds__content {
    grid-template-columns: 1fr 1fr; }
    .finds__content .date:before {
      content: attr(aria-label);
      color: #6e7077;
      font-size: 14px;
      display: block; }
    .finds__content .phone:before {
      content: attr(aria-label);
      color: #6e7077;
      font-size: 14px;
      display: block;
      font-weight: 400; }
  .finds__main {
    flex-direction: column;
    grid-column: 1 / 3; }
  .finds__mobile-wrapper {
    display: flex;
    align-items: center;
    gap: 1.5rem; } }

@media (max-width: 992px) {
  .block__title {
    flex-direction: column;
    align-items: flex-start; }
  .programs__block {
    width: 33.33%; } }

@media (max-width: 768px) {
  .main__action {
    font-size: 0;
    gap: 0;
    padding: 0; }
    .main__action span {
      background-color: #fff; }
  .block__nav {
    width: 100%; }
  .news__content-item .btn--gray {
    font-size: 0;
    padding: 0;
    width: 3rem;
    height: 3rem; }
    .news__content-item .btn--gray:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: 4px solid transparent;
      border-width: 4px 0px 4px 6px;
      border-left-color: #000000; }
  .footer__item .title {
    width: 17rem; }
  .footer__item * {
    flex: 1; } }

@media (max-width: 640px) {
  .programs__block {
    width: 50%; }
  .about__app-actions {
    display: flex;
    gap: .7rem; }
    .about__app-actions a {
      flex: 1; }
      .about__app-actions a img {
        width: 100%; }
  .footer__link img {
    width: 100%; }
  .footer__line {
    flex-direction: column;
    gap: 2rem;
    align-items: center; }
  .header__lng {
    top: 7rem;
    position: fixed;
    right: 1.5rem;
    left: 1.5rem;
    transition: all .2s ease; }
    .header__lng a {
      opacity: 0;
      transition: all .2s ease; }
  .player__block input {
    display: none; }
  .player__action {
    display: none; }
  .player__container {
    padding: 0 1.5rem;
    height: 7rem;
    bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
    .player__container.is-invisible {
      opacity: 0; }
  .finds__wrapper {
    flex-direction: column;
    gap: 1rem; }
  .finds__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem; }
  .filter__categories .form__group {
    width: 100%; }
  .programs__wrapper.mobile-style {
    row-gap: 1.5rem; }
    .programs__wrapper.mobile-style .programs__block {
      width: 100%; }
    .programs__wrapper.mobile-style .programs__item {
      display: block; }
      .programs__wrapper.mobile-style .programs__item:before, .programs__wrapper.mobile-style .programs__item:after {
        content: "";
        display: table; }
      .programs__wrapper.mobile-style .programs__item:after {
        clear: both; }
    .programs__wrapper.mobile-style .programs__img {
      margin-bottom: 0;
      float: left;
      width: 12rem;
      margin-right: 1.5rem;
      border-radius: .5rem; }
      .programs__wrapper.mobile-style .programs__img img {
        border-radius: .5rem;
        display: block; }
    .programs__wrapper.mobile-style .programs__title {
      padding-left: 13.5rem; }
  .filter__tabs-mobile .block__nav {
    top: calc(100% + 1rem);
    left: 50%;
    transform: translateX(-50%); } }

@media (max-width: 560px) {
  .finds__footer-nav {
    flex-wrap: wrap; }
    .finds__footer-nav .separator {
      display: none; }
  .news__content-item {
    padding: 2rem 2rem; }
  .footer__item {
    gap: 2rem; }
    .footer__item * {
      flex: unset; }
  .filter__categories {
    flex-direction: column; } }

@media (max-width: 400px) {
  .footer__item .title {
    width: 12rem; } }

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

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

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

.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-cell.-selected- {
  background: none !important; }
  .air-datepicker-cell.-selected-:before {
    background-color: #115267; }

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