/* 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=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.container {
  width: 100%; }

html {
  font-size: 10px; }

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

body {
  font-family: "Manrope", 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;
  letter-spacing: -0.05em; }
  body.fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
    padding-right: 5px; }
    @media (max-width: 992px) {
      body.fixed {
        padding-right: 0; } }

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

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

p {
  margin: 0 0 .5em; }

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

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

.container {
  position: relative; }

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

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

/* Vendor libs

==========================*/
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 50px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

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

/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  height: 3.2rem;
  width: 3.2rem;
  padding: 0;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  border-radius: 50%;
  background-color: #D9D9D9;
  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;
    background-color: #d2d2d2; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    padding: .3rem;
    border-style: solid;
    border-color: #000;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotateZ(-45deg); }

.slick-prev {
  left: -25px; }
  .slick-prev:before {
    content: '';
    left: calc(50% + 1px);
    border-width: 1px 0 0 1px; }

.slick-next {
  right: -25px; }
  .slick-next:before {
    content: '';
    left: calc(50% - 1px);
    border-width: 0 1px 1px 0; }

/* Dots */
.slick-dots {
  text-align: center;
  padding: 0;
  margin: 2rem 0 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin-right: 2rem;
    cursor: pointer;
    transition: all .2s ease; }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li button {
      width: 1.2rem;
      height: 1.2rem;
      border-radius: 50%;
      border: 0;
      padding: 0;
      cursor: pointer;
      font-size: 0;
      background-color: #F1F1F1;
      transition: all .2s ease; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        opacity: 1; }
    .slick-dots li.slick-active button {
      background: #000;
      background-size: cover; }

/* 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: 2rem;
  z-index: 2; }
  .js-intro-slider .slick-next:before {
    color: #000; }

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

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

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

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

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

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

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

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

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

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

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(26, 26, 26, 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: 1.5rem; }

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

.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: 50rem; } }

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

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

.remodal__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0;
  padding: 0;
  z-index: 4;
  cursor: pointer;
  transition: 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: 0.9rem;
    left: 0;
    display: block;
    width: 100%;
    height: 0.2rem;
    border-radius: 2px;
    background-color: #000;
    transition: 0.3s; }
  .remodal__close:before {
    transform: rotate(-45deg); }
  .remodal__close:after {
    transform: rotate(45deg); }

.remodal {
  padding: 4rem 3rem;
  border-radius: .8rem;
  text-align: left;
  overflow: hidden;
  background-color: #fff; }
  .remodal .switcher__input:checked + .switcher__label {
    background: none; }
    .remodal .switcher__input:checked + .switcher__label:before {
      background-color: #0174df; }
    .remodal .switcher__input:checked + .switcher__label:after {
      transform: translateY(0);
      left: 2.4rem; }
  .remodal .switcher__label {
    width: auto;
    font-size: 1.4rem;
    padding-left: 5.9rem;
    background: none;
    line-height: 2.6rem;
    color: #000;
    font-weight: 500;
    height: auto; }
    .remodal .switcher__label:before {
      width: 4.6rem;
      content: '';
      height: 2.6rem;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #DBDBDB;
      border-radius: 1.3rem; }
    .remodal .switcher__label:after {
      width: 2rem;
      height: 2rem;
      transform: translateY(0);
      top: .3rem;
      transition: left .2s ease; }
  .remodal--lng {
    max-width: 96rem;
    padding: 3rem 3rem; }
  .remodal--review {
    padding: 3rem 3rem 5rem; }
    .remodal--review .remodal__title {
      margin-bottom: 2.4rem; }
  .remodal--reviews {
    max-width: 70rem;
    padding: 3rem;
    max-height: 78rem; }
  .remodal--report .remodal__title {
    margin-bottom: 1.5rem; }
  .remodal--report .remodal__text {
    font-weight: 700;
    margin-bottom: 3rem; }
  .remodal--cabinet {
    text-align: center; }
    .remodal--cabinet .remodal__title {
      margin-bottom: 1rem;
      font-size: 2rem; }
    .remodal--cabinet .remodal__text {
      font-weight: 600;
      font-size: 1.6rem;
      margin-bottom: 1rem; }
      .remodal--cabinet .remodal__text.sm {
        max-width: 40rem;
        margin: 0 auto 1rem;
        font-size: 1.4rem; }
  .remodal--wide {
    padding: 3rem 4rem;
    max-width: 90rem; }
  .remodal--xl {
    padding: 3rem 4rem;
    max-width: 76rem;
    text-align: left; }
  .remodal--md {
    padding: 3rem 4rem;
    text-align: left;
    max-width: 60rem; }

.remodal__form .input {
  height: 5.4rem; }
  .remodal__form .input::placeholder {
    color: #9F9F9F; }

.remodal__form .select select {
  height: 5.4rem; }

.remodal__form .dropdown-wrapper {
  margin-right: 0; }

.remodal__form .textarea {
  height: 13rem; }
  .remodal__form .textarea::placeholder {
    color: #9F9F9F; }

.remodal__form .form__row .form__group.xl {
  width: 60%; }

.remodal__form .form__row .form__group.sm {
  width: 40%; }

.remodal__box .checkbox {
  margin-bottom: 1.5rem; }

.remodal__actions {
  margin-top: 2.5rem;
  display: flex;
  gap: 2rem;
  justify-content: center; }
  .remodal__actions .btn {
    min-width: 13.6rem;
    height: 5.4rem; }
  .remodal__actions.flex-end {
    justify-content: flex-end; }

.remodal__ico {
  display: block;
  margin: 0 auto 2.5rem; }

.remodal__review-title {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center; }

.remodal__title {
  margin-bottom: 4rem;
  line-height: 1;
  text-align: center;
  font-size: 3rem;
  font-weight: 700; }

.remodal__links {
  display: flex;
  flex-direction: column; }

.remodal__link {
  height: 5.4rem;
  margin-bottom: 2.5rem;
  border: 1px solid #EAEAEA;
  border-radius: .8rem;
  position: relative;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  letter-spacing: .05em; }
  .remodal__link:hover {
    text-decoration: none; }
  .remodal__link img {
    position: absolute;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%); }

.remodal__head {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .remodal__head .remodal__title {
    margin-bottom: 0;
    font-size: 2rem; }
  .remodal__head .btn {
    height: 4.4rem;
    font-size: 1.4rem;
    padding: 0 1.5rem; }

.remodal__text.gray {
  margin-bottom: 3rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #5d666d; }

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

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

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

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

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

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

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

.error__page {
  text-align: center;
  padding: 10rem 0; }

.error__title {
  background: linear-gradient(180deg, #C84E89 0%, #F15F79 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30rem;
  font-weight: 700;
  line-height: 1; }

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

.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 #9DA0A1;
  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; }

body.cabinet .nav__submenu:after {
  width: 100vw; }

.page__wrapper {
  padding-top: 7rem; }

.header {
  z-index: 100;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #eaeaea;
  position: fixed;
  top: 0;
  left: 0; }
  .header--cabinet .logo {
    margin-right: 0; }
  @media (min-width: 1200px) {
    .header--cabinet .header__actions-mobile {
      display: none; } }

.header__wrapper {
  height: 7rem;
  padding: 0 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.header__block {
  display: flex;
  align-items: center;
  min-width: 15rem;
  width: 20%; }
  .header__block:last-child {
    justify-content: flex-end; }
  .header__block .lng {
    margin-bottom: 0; }
  .header__block .btn {
    height: 4.4rem;
    min-width: auto; }

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

.logo__inside {
  display: none;
  line-height: 1; }
  .logo__inside img {
    height: 2.1rem; }

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

.nav__item:last-child {
  margin-right: 0; }

.nav__item > a {
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  border-radius: 2rem;
  padding: 0 2rem; }

.nav__item:hover > a {
  color: #fff;
  background-color: #000;
  text-decoration: none; }

.nav__item:hover > .nav__submenu {
  opacity: 1;
  visibility: visible; }

.header__link {
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
  position: relative;
  display: block; }
  .header__link img {
    display: block; }
  .header__link .event {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #0174df;
    color: #fff;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700; }
  .header__link.logged img {
    height: 3.6rem;
    width: 3.6rem;
    object-fit: cover;
    display: block; }

.header__wallet {
  display: flex;
  align-items: center;
  color: #fcaa17; }
  .header__wallet img {
    margin-right: .7rem; }

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

.header__action {
  margin-right: 3rem; }
  .header__action:last-of-type {
    margin-right: 0; }

.header__user-wrapper {
  position: relative; }
  .header__user-wrapper:hover .user__menu-wrapper {
    opacity: 1;
    visibility: visible; }

.user__menu-wrapper {
  padding-top: 2rem;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden; }

.user__menu {
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem 1rem 2.5rem;
  width: 100%;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  text-align: left;
  white-space: nowrap; }
  .user__menu a {
    margin-bottom: 1rem;
    color: #000;
    font-weight: 600; }
    .user__menu a:last-child {
      margin-bottom: 0; }
    .user__menu a:hover {
      color: #0174df;
      text-decoration: none; }

.lng {
  margin-bottom: 2rem;
  position: relative;
  display: inline-flex; }
  .lng:hover .lng__list-wrapper {
    opacity: 1;
    visibility: visible; }

.lng__link {
  color: #000;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center; }
  .lng__link:hover {
    text-decoration: none; }
    .lng__link:hover:after {
      opacity: 1; }
  .lng__link img {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    object-fit: cover; }
  .lng__link span {
    margin-left: 1rem; }
  .lng__link:after {
    content: attr(aria-label);
    position: absolute;
    top: 110%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: .2rem;
    padding: .4rem .8rem;
    color: #fff;
    font-size: 1.2rem;
    white-space: nowrap;
    opacity: 0;
    margin-top: 1rem;
    font-weight: 400;
    transition: all .2s ease;
    letter-spacing: initial; }

.lng__list-wrapper {
  position: absolute;
  top: 100%;
  left: 1.5rem;
  opacity: 0;
  visibility: hidden; }

.lng__list {
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem 1rem 2.5rem;
  width: 100%;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  text-align: left;
  white-space: nowrap; }
  .lng__list a {
    margin-bottom: 1rem;
    color: #000;
    font-weight: 600; }
    .lng__list a:last-child {
      margin-bottom: 0; }
    .lng__list a:hover {
      color: #0174df;
      text-decoration: none; }

.nav__submenu {
  padding-top: 2rem;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  width: 91rem; }
  .nav__submenu:after {
    content: '';
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.6rem;
    width: calc(100vw - 15px);
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none; }

.nav__submenu-content {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2.5rem 3rem;
  box-shadow: 0 0 0.53rem rgba(0, 0, 0, 0.25); }

.nav__title {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 2rem;
  flex: 1;
  letter-spacing: -0.05em; }

.submenu__list.columns {
  columns: 2;
  column-gap: 6rem; }

.submenu__list-item {
  margin-bottom: 1rem; }
  .submenu__list-item.last a {
    text-decoration: underline; }
    .submenu__list-item.last a:hover {
      text-decoration: none; }
  .submenu__list-item a {
    color: #000;
    font-size: 1.6rem; }

.view__all {
  text-decoration: underline;
  color: #000;
  letter-spacing: -0.05em; }
  .view__all:hover {
    text-decoration: none; }

.nav__submenu-link {
  color: #000;
  text-decoration: underline;
  letter-spacing: -0.05em; }
  .nav__submenu-link:hover {
    text-decoration: none; }

.nav__submenu-head {
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .nav__submenu-head .nav__title {
    margin-bottom: 0; }

.nav__submenu-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 8rem; }

.nav__submenu-list-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 6rem; }

.nav__submenu-block {
  min-width: 25%; }
  .nav__submenu-block:last-child {
    flex: 1;
    min-width: auto; }

.submenu__list-block {
  flex: 1; }

.submenu__list {
  margin-bottom: 1rem; }

.submenu__list-container {
  min-width: 17rem; }

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

.collections__block {
  width: 50%;
  padding: 0 2.5rem;
  margin-bottom: 2rem; }

.collections__item {
  display: flex;
  align-items: center;
  color: #000; }
  .collections__item:hover {
    text-decoration: none; }

.collections__img {
  width: 6rem;
  flex-shrink: 0;
  height: 6rem;
  margin-right: 1rem; }
  .collections__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .6rem; }

.collections__title {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.05em; }

.collections__type {
  display: flex;
  gap: 1.2rem; }
  .collections__type .type {
    font-size: 1.2rem;
    font-weight: 700;
    color: #5D666D;
    text-transform: uppercase; }

.collections__place {
  font-size: 1.4rem;
  font-weight: 700;
  color: #5D666D; }

.header__user-link {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600; }
  .header__user-link:hover {
    text-decoration: none; }
  .header__user-link span {
    margin-left: 1rem;
    display: block;
    position: relative; }
    .header__user-link span:before {
      content: '';
      position: absolute;
      top: 50%;
      border: .4rem solid transparent;
      border-top-color: #000;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-top: .3rem; }

.lng__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem; }

.lng__subtitle {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem; }

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

.lng__block {
  width: 25%;
  padding: 0 1rem;
  margin-bottom: 2rem; }
  @media (max-width: 992px) {
    .lng__block {
      width: 33.333%; } }
  @media (max-width: 560px) {
    .lng__block {
      width: 50%; } }

.lng__item {
  display: flex;
  align-items: center;
  color: #000;
  transition: all .2s ease;
  padding: 1.5rem;
  margin-left: -1.5rem;
  font-weight: 500; }
  .lng__item:hover {
    text-decoration: none;
    background-color: #f1f1f1; }
  .lng__item.active {
    background-color: rgba(1, 116, 223, 0.05);
    color: #0174df;
    position: relative; }
    .lng__item.active:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotateZ(45deg);
      right: 1rem;
      border-width: 0 1px 1px 0;
      border-style: solid;
      border-color: #0174df;
      width: .4rem;
      height: .8rem; }
  .lng__item img {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1rem;
    border-radius: 50%;
    object-fit: cover;
    display: block; }

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

.header__search {
  position: relative;
  max-width: 60rem;
  width: 100%; }
  .header__search .input {
    border-radius: 3rem;
    background-color: #f1f1f1;
    border: 0;
    height: 5rem;
    padding: 0 3rem 0 2rem; }

.search__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer; }
  .search__btn img {
    display: block; }

.notification__container {
  position: relative; }

.notification__box {
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.15);
  border-radius: .8rem;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  visibility: hidden; }
  .notification__box.opened {
    opacity: 1;
    visibility: visible; }

.notification__title {
  padding: 3rem 4rem 1rem;
  font-size: 2.4rem;
  font-weight: 700; }

.notification__menu {
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  padding-left: 4rem;
  position: relative; }
  .notification__menu:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0)); }
  .notification__menu a {
    padding-right: 2rem;
    color: #5D666D;
    font-size: 1.2rem;
    font-weight: 700;
    height: 3rem;
    display: flex;
    align-items: center; }
    .notification__menu a.active {
      border-bottom: 1px solid #0174df;
      color: #000; }
    .notification__menu a:hover {
      text-decoration: none;
      color: #000; }

.notification__list {
  overflow-y: auto;
  max-height: 37rem; }

.notification__item {
  padding: 2rem 4rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
  letter-spacing: 0; }
  .notification__item:last-child:after {
    display: none; }
  .notification__item.unread {
    background-color: #F1F1F1; }
    .notification__item.unread:after {
      left: 0;
      width: 100%;
      background-color: #fff; }
  .notification__item:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 4rem;
    width: calc(100% - 4rem);
    background-color: #F1F1F1;
    height: .1rem;
    z-index: 2; }
  .notification__item:hover {
    text-decoration: none; }
  .notification__item .title {
    line-height: 1.2;
    margin-bottom: .4rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #000; }
  .notification__item .text {
    font-size: 1.2rem;
    font-weight: 500;
    color: #5D666D; }

.notifications__empty {
  height: 36.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  padding: 2rem; }
  .notifications__empty img {
    margin-bottom: 1.5rem;
    display: block; }
  .notifications__empty .title {
    margin-bottom: .5rem;
    font-size: 2.4rem;
    font-weight: 700;
    color: #DBDBDB; }
  .notifications__empty .text {
    color: #5D666D;
    font-size: 1.2rem;
    font-weight: 600; }

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

.switcher__input {
  opacity: 0;
  position: absolute;
  /* Default */ }
  .switcher__input:checked + .switcher__label {
    background-color: #0174df; }
    .switcher__input:checked + .switcher__label:after {
      transform: translate(1.6rem, -50%); }
    .switcher__input:checked + .switcher__label .no {
      color: #333333; }
    .switcher__input:checked + .switcher__label .yes {
      color: #fff; }

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

.switcher__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: 600;
  color: #5D666D;
  margin-left: 1.2rem; }

/* 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: #9DA0A1; }
    .checkbox__input:checked + .checkbox__label--not-active:before {
      border-color: #c4c6c6; }
    .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: #0174df;
    border-color: #0174df; }
  .checkbox__input:checked + .checkbox__label:after {
    opacity: 1; }
  .checkbox__input.error + .checkbox__label {
    color: #F82424; }
    .checkbox__input.error + .checkbox__label:before {
      border-color: #F82424; }
  .checkbox__input:disabled + .checkbox__label {
    cursor: text;
    user-select: unset; }

.checkbox__label {
  display: inline-block;
  padding-left: 3rem;
  color: #000;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 600;
  user-select: none;
  text-align: left;
  position: relative; }
  .checkbox__label:before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background-color: transparent;
    border: 1px solid #EAEAEA;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: .4rem;
    transition: border-color .1s linear; }
  .checkbox__label:after {
    width: .6rem;
    height: 1.0rem;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #fff;
    content: '';
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    left: 7px;
    z-index: 1;
    opacity: 0;
    transition: opacity .1s linear, color .1s linear; }
  .checkbox__label a {
    text-decoration: none;
    color: inherit;
    font-weight: 700; }
    .checkbox__label a:hover {
      text-decoration: underline; }
  .checkbox__label--cart {
    font-size: 1.5rem;
    font-weight: 600; }

.checkbox__category-item {
  padding-left: 2rem; }
  .checkbox__category-item .switcher {
    margin-bottom: 1rem; }
  .checkbox__category-item .checkbox__category-item {
    margin-bottom: 2rem;
    margin-top: 1rem;
    padding-left: 1.5rem; }

/* 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: #0174df; }
      .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: #0174df;
        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: #9DA0A1; }
    .radio__input:checked + .radio__label svg path {
      fill: #0174df; }
  .radio__input:checked + .radio__label:after {
    opacity: 1;
    background-color: #0174df; }
  .radio__input:checked + .radio__label:hover:after {
    opacity: 1; }
  .radio__input:checked + .radio__label--not-active {
    user-select: auto;
    color: #9DA0A1; }
    .radio__input:checked + .radio__label--not-active:before {
      border-color: #c4c6c6; }
    .radio__input:checked + .radio__label--not-active:after {
      opacity: 1;
      background-color: #9DA0A1; }
    .radio__input:checked + .radio__label--not-active:hover {
      cursor: auto; }

.radio__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 3rem;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #000;
  user-select: none;
  border-radius: 5px;
  font-weight: 600;
  position: relative;
  transition: color .1s linear; }
  .radio__label:before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    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.2rem;
    height: 1.2rem;
    background-color: #9DA0A1;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 4px;
    left: 4px;
    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: #F82424; }
    .radio__label--error:before {
      border-color: #F82424; }
  .radio__label--disabled {
    color: #9DA0A1; }
    .radio__label--disabled:before {
      border-color: #c4c6c6; }
    .radio__label--disabled:hover {
      cursor: not-allowed; }
  .radio__label--not-active {
    user-select: auto;
    color: #9DA0A1; }
    .radio__label--not-active:before {
      border-color: #c4c6c6; }
    .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: 4rem;
  padding: 0 4rem 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: 700;
  transition: 0.3s;
  border-radius: 3.5rem;
  /* Colors */
  /* Outline */
  /* Inverted Outline */ }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus {
    background-color: #e9e9e9;
    outline: 0; }
  .btn:hover {
    background-color: #e4e4e4; }
  .btn:active {
    background-color: #dfdfdf; }
  .btn--gray {
    background-color: #9DA0A1;
    color: #fff; }
    .btn--gray:focus {
      background-color: #95989a; }
    .btn--gray:hover {
      background-color: #909395; }
    .btn--gray:active {
      background-color: #8b8e90; }
  .btn--dark-blue {
    background-color: #1437CC;
    color: #fff; }
    .btn--dark-blue:focus {
      background-color: #1333be; }
    .btn--dark-blue:hover {
      background-color: #1231b5; }
    .btn--dark-blue:active {
      background-color: #112eab; }
  .btn--red {
    background-color: #F82424;
    color: #fff; }
    .btn--red:focus {
      background-color: #f81515; }
    .btn--red:hover {
      background-color: #f70b0b; }
    .btn--red:active {
      background-color: #f10808; }
  .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: #252293;
    color: #fff; }
    .btn--blue:focus {
      background-color: #221f87; }
    .btn--blue:hover {
      background-color: #201d7e; }
    .btn--blue:active {
      background-color: #1e1b76; }
  .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: #2DBE81;
    color: #fff; }
    .btn--green:focus {
      background-color: #2ab279; }
    .btn--green:hover {
      background-color: #28a973; }
    .btn--green:active {
      background-color: #26a16d; }
  .btn--yellow {
    background-color: #F7BB25;
    color: #fff; }
    .btn--yellow:focus {
      background-color: #f6b616; }
    .btn--yellow:hover {
      background-color: #f6b30c; }
    .btn--yellow:active {
      background-color: #f0ae09; }
  .btn--main {
    background-color: #0174df;
    color: #fff; }
    .btn--main:focus {
      background-color: #016cd0; }
    .btn--main:hover {
      background-color: #0167c6; }
    .btn--main:active {
      background-color: #0162bb; }
  .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: #9DA0A1;
    color: #fff; }
    .btn--gray:focus {
      background-color: #95989a; }
    .btn--gray:hover {
      background-color: #909395; }
    .btn--gray:active {
      background-color: #8b8e90; }
  .btn--peach {
    background-color: #BA5A61;
    color: #fff; }
    .btn--peach:focus {
      background-color: #b54f57; }
    .btn--peach:hover {
      background-color: #b14a51; }
    .btn--peach:active {
      background-color: #a9474e; }
  .btn--o-gray {
    background-color: transparent;
    border: 2px solid #9DA0A1;
    color: #9DA0A1; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #9DA0A1;
      border-color: #989b9c; }
    .btn--o-gray:hover {
      border-color: #9DA0A1;
      background-color: #9DA0A1;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #95989a;
      background-color: #95989a; }
  .btn--o-dark-blue {
    background-color: transparent;
    border: 2px solid #1437CC;
    color: #1437CC; }
    .btn--o-dark-blue:focus {
      background-color: transparent;
      color: #1437CC;
      border-color: #1334c3; }
    .btn--o-dark-blue:hover {
      border-color: #1437CC;
      background-color: #1437CC;
      color: #fff; }
    .btn--o-dark-blue:active {
      border-color: #1333be;
      background-color: #1333be; }
  .btn--o-red {
    background-color: transparent;
    border: 2px solid #F82424;
    color: #F82424; }
    .btn--o-red:focus {
      background-color: transparent;
      color: #F82424;
      border-color: #f81a1a; }
    .btn--o-red:hover {
      border-color: #F82424;
      background-color: #F82424;
      color: #fff; }
    .btn--o-red:active {
      border-color: #f81515;
      background-color: #f81515; }
  .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 #252293;
    color: #252293; }
    .btn--o-blue:focus {
      background-color: transparent;
      color: #252293;
      border-color: #23208b; }
    .btn--o-blue:hover {
      border-color: #252293;
      background-color: #252293;
      color: #fff; }
    .btn--o-blue:active {
      border-color: #221f87;
      background-color: #221f87; }
  .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 #2DBE81;
    color: #2DBE81; }
    .btn--o-green:focus {
      background-color: transparent;
      color: #2DBE81;
      border-color: #2bb67b; }
    .btn--o-green:hover {
      border-color: #2DBE81;
      background-color: #2DBE81;
      color: #fff; }
    .btn--o-green:active {
      border-color: #2ab279;
      background-color: #2ab279; }
  .btn--o-yellow {
    background-color: transparent;
    border: 2px solid #F7BB25;
    color: #F7BB25; }
    .btn--o-yellow:focus {
      background-color: transparent;
      color: #F7BB25;
      border-color: #f7b81b; }
    .btn--o-yellow:hover {
      border-color: #F7BB25;
      background-color: #F7BB25;
      color: #fff; }
    .btn--o-yellow:active {
      border-color: #f6b616;
      background-color: #f6b616; }
  .btn--o-main {
    background-color: transparent;
    border: 2px solid #0174df;
    color: #0174df; }
    .btn--o-main:focus {
      background-color: transparent;
      color: #0174df;
      border-color: #016fd5; }
    .btn--o-main:hover {
      border-color: #0174df;
      background-color: #0174df;
      color: #fff; }
    .btn--o-main:active {
      border-color: #016cd0;
      background-color: #016cd0; }
  .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 #9DA0A1;
    color: #9DA0A1; }
    .btn--o-gray:focus {
      background-color: transparent;
      color: #9DA0A1;
      border-color: #989b9c; }
    .btn--o-gray:hover {
      border-color: #9DA0A1;
      background-color: #9DA0A1;
      color: #fff; }
    .btn--o-gray:active {
      border-color: #95989a;
      background-color: #95989a; }
  .btn--o-peach {
    background-color: transparent;
    border: 2px solid #BA5A61;
    color: #BA5A61; }
    .btn--o-peach:focus {
      background-color: transparent;
      color: #BA5A61;
      border-color: #b7535a; }
    .btn--o-peach:hover {
      border-color: #BA5A61;
      background-color: #BA5A61;
      color: #fff; }
    .btn--o-peach:active {
      border-color: #b54f57;
      background-color: #b54f57; }
  .btn--i-gray {
    background-color: transparent;
    border: 1px solid #9DA0A1;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #9DA0A1;
      border-color: #989b9c; }
    .btn--i-gray:hover {
      border-color: #9DA0A1;
      background-color: transparent;
      color: #9DA0A1; }
    .btn--i-gray:active {
      border-color: #95989a;
      background-color: transparent; }
  .btn--i-dark-blue {
    background-color: transparent;
    border: 1px solid #9DA0A1;
    color: #fff; }
    .btn--i-dark-blue:focus {
      background-color: transparent;
      color: #1437CC;
      border-color: #1334c3; }
    .btn--i-dark-blue:hover {
      border-color: #1437CC;
      background-color: transparent;
      color: #1437CC; }
    .btn--i-dark-blue:active {
      border-color: #1333be;
      background-color: transparent; }
  .btn--i-red {
    background-color: transparent;
    border: 1px solid #9DA0A1;
    color: #fff; }
    .btn--i-red:focus {
      background-color: transparent;
      color: #F82424;
      border-color: #f81a1a; }
    .btn--i-red:hover {
      border-color: #F82424;
      background-color: transparent;
      color: #F82424; }
    .btn--i-red:active {
      border-color: #f81515;
      background-color: transparent; }
  .btn--i-rblack {
    background-color: transparent;
    border: 1px solid #9DA0A1;
    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 #9DA0A1;
    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 #9DA0A1;
    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 #9DA0A1;
    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 #9DA0A1;
    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 #9DA0A1;
    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 #9DA0A1;
    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 #9DA0A1;
    color: #fff; }
    .btn--i-blue:focus {
      background-color: transparent;
      color: #252293;
      border-color: #23208b; }
    .btn--i-blue:hover {
      border-color: #252293;
      background-color: transparent;
      color: #252293; }
    .btn--i-blue:active {
      border-color: #221f87;
      background-color: transparent; }
  .btn--i-cyan {
    background-color: transparent;
    border: 1px solid #9DA0A1;
    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 #9DA0A1;
    color: #fff; }
    .btn--i-green:focus {
      background-color: transparent;
      color: #2DBE81;
      border-color: #2bb67b; }
    .btn--i-green:hover {
      border-color: #2DBE81;
      background-color: transparent;
      color: #2DBE81; }
    .btn--i-green:active {
      border-color: #2ab279;
      background-color: transparent; }
  .btn--i-yellow {
    background-color: transparent;
    border: 1px solid #9DA0A1;
    color: #fff; }
    .btn--i-yellow:focus {
      background-color: transparent;
      color: #F7BB25;
      border-color: #f7b81b; }
    .btn--i-yellow:hover {
      border-color: #F7BB25;
      background-color: transparent;
      color: #F7BB25; }
    .btn--i-yellow:active {
      border-color: #f6b616;
      background-color: transparent; }
  .btn--i-main {
    background-color: transparent;
    border: 1px solid #9DA0A1;
    color: #fff; }
    .btn--i-main:focus {
      background-color: transparent;
      color: #0174df;
      border-color: #016fd5; }
    .btn--i-main:hover {
      border-color: #0174df;
      background-color: transparent;
      color: #0174df; }
    .btn--i-main:active {
      border-color: #016cd0;
      background-color: transparent; }
  .btn--i-secondary {
    background-color: transparent;
    border: 1px solid #9DA0A1;
    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 #9DA0A1;
    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 #9DA0A1;
    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 #9DA0A1;
    color: #fff; }
    .btn--i-gray:focus {
      background-color: transparent;
      color: #9DA0A1;
      border-color: #989b9c; }
    .btn--i-gray:hover {
      border-color: #9DA0A1;
      background-color: transparent;
      color: #9DA0A1; }
    .btn--i-gray:active {
      border-color: #95989a;
      background-color: transparent; }
  .btn--i-peach {
    background-color: transparent;
    border: 1px solid #9DA0A1;
    color: #fff; }
    .btn--i-peach:focus {
      background-color: transparent;
      color: #BA5A61;
      border-color: #b7535a; }
    .btn--i-peach:hover {
      border-color: #BA5A61;
      background-color: transparent;
      color: #BA5A61; }
    .btn--i-peach:active {
      border-color: #b54f57;
      background-color: transparent; }
  .btn--full {
    width: 100%; }

/* 12. Dropdown
=========================*/
.dropdown-wrapper {
  display: block;
  position: relative;
  margin-right: .7rem;
  line-height: 1; }
  .dropdown-wrapper.wide {
    max-width: 42rem;
    width: 100%; }

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

.dropdown {
  width: 100%;
  margin: 0;
  padding: 1rem 1rem;
  list-style: none;
  position: absolute;
  top: calc(100% + .7rem);
  left: 0;
  background-color: #fff;
  z-index: 100;
  border-radius: .6rem;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  max-height: 25rem;
  overflow-y: auto;
  display: none; }
  .dropdown--right {
    left: auto;
    right: 0;
    text-align: right; }
  .dropdown--full {
    width: 100%; }
  .dropdown--check {
    padding: 3rem 3rem 2rem;
    max-height: none; }
    .dropdown--check .radio {
      margin-bottom: 0; }
    .dropdown--check .radio__input:checked + .radio__label {
      border: 1px dashed #AEB3B6;
      background-color: #F5F5F5; }
    .dropdown--check .radio__label {
      padding: 1.5rem 4.5rem;
      line-height: 1;
      border: 1px dashed transparent; }
      .dropdown--check .radio__label:before {
        top: 1.3rem;
        left: 1.5rem; }
      .dropdown--check .radio__label:after {
        top: 1.7rem;
        left: 1.9rem; }
      .dropdown--check .radio__label .title {
        margin-bottom: .3rem;
        font-size: 1.4rem;
        font-weight: 600;
        display: block;
        color: #000; }
      .dropdown--check .radio__label .text {
        font-size: 1.1rem;
        color: #5D666D;
        line-height: 1; }

.dropdown__list {
  overflow-y: auto;
  max-height: 33rem; }
  .dropdown__list::-webkit-scrollbar {
    width: 10px; }
  .dropdown__list::-webkit-scrollbar-track {
    background: #fff; }
  .dropdown__list::-webkit-scrollbar-thumb {
    background: #806592;
    border-radius: .4rem; }

.dropdown__link {
  display: flex;
  padding: .5rem 1rem;
  gap: 1.5rem;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
  background-color: #fff;
  transition: background-color .1s linear; }
  .dropdown__link:hover {
    text-decoration: none; }
  .dropdown__link:focus {
    text-decoration: none; }

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

.dropdown__btn {
  min-width: 22rem;
  background: none;
  border: 0;
  border-right: 1px solid #E8E7E7;
  padding: 0;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: inherit;
  position: relative; }
  .dropdown__btn:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    border: .5rem solid transparent;
    border-top-color: #9DA0A1;
    margin-top: .2rem; }
  .dropdown__btn img {
    margin-right: 1rem; }

.dropdown__select {
  border: 1px solid #F1F1F1;
  border-radius: .8rem;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  height: 5.4rem;
  gap: 1.5rem;
  outline: 0; }
  .dropdown__select:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-top-color: #000;
    right: 2rem;
    content: ''; }

.form__group {
  margin-bottom: 2rem; }

.form__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }
  .form__row .form__group {
    padding: 0 1rem;
    width: 50%; }
    .form__row .form__group.xl {
      width: 70%; }
    .form__row .form__group.sm {
      width: 30%; }

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

.form__link {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000; }

.form__footer {
  border-top: 1px solid #EAEAEA;
  padding-top: 3rem;
  color: #000;
  font-weight: 500;
  text-align: center;
  font-size: 1.6rem; }
  .form__footer a {
    font-weight: 700;
    color: #000; }

.login__page {
  padding-top: 7rem; }

.login__form {
  max-width: 50rem;
  padding: 4rem 7rem;
  width: 100%;
  border: 1px solid #EAEAEA;
  margin: 0 auto; }

/* 10. Inputs & textarea
=========================*/
/* Styling */
/* States */
.input {
  width: 100%;
  height: 4rem;
  border: 1px solid #EAEAEA;
  vertical-align: middle;
  background-color: transparent;
  font-family: inherit;
  font-weight: 400;
  font-size: 1.6rem;
  border-radius: .8rem;
  color: #000;
  transition: 0.3s;
  padding: 0 1.5rem;
  font-family: "Inter", sans-serif;
  /* Styling */
  /* States */ }
  .input:focus {
    outline: 0; }
  .input::placeholder {
    color: #000;
    font-weight: inherit; }
  .input--rounded {
    border-radius: 0.4rem; }
  .input--ellipse {
    border-radius: 2.4rem; }
  .input--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .input--slide::placeholder {
    transition: padding-left .3s linear; }
  .input--slide:focus::placeholder {
    padding-left: 150%; }
  .input--fade::placeholder {
    transition: opacity .2s linear; }
  .input--fade:focus::placeholder {
    opacity: 0; }
  .input--error {
    border-color: #F82424; }
    .input--error:focus {
      background-color: rgba(248, 36, 36, 0.05); }
  .input--success {
    border-color: #2DBE81; }
    .input--success:focus {
      background-color: rgba(45, 190, 129, 0.05); }
  .input.error {
    border-color: #F82424; }
    .input.error:focus {
      background-color: rgba(248, 36, 36, 0.05); }
  .input.success {
    border-color: #F82424; }
    .input.success:focus {
      background-color: rgba(248, 36, 36, 0.05); }
  .input--inline {
    display: inline-block;
    vertical-align: top;
    width: 49%; }
  .input--search {
    padding-right: 5rem; }
  .input--number {
    width: 8rem; }

.input__wrapper {
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-top-left-radius: .8rem;
  border-bottom-left-radius: .8rem;
  flex: 1; }
  .input__wrapper .input {
    border: 0;
    flex: 1;
    background-color: transparent; }

.input__wrapper-ico {
  margin-right: 1.2rem;
  height: 1.8rem;
  width: 1.8rem; }

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

/* Textarea */
/* Styling */
/* States */
.textarea {
  display: block;
  width: 100%;
  min-height: 15rem;
  padding: 1.5rem 2rem;
  border-radius: .8rem;
  border: 1px solid #EAEAEA;
  vertical-align: middle;
  background-color: transparent;
  font-family: inherit;
  font-weight: 400;
  font-size: 1.6rem;
  color: #000;
  font-family: "Inter", sans-serif;
  resize: vertical;
  /* Styling */
  /* States */ }
  .textarea:focus {
    outline: 0; }
  .textarea::placeholder {
    color: #000000; }
  .textarea--rounded {
    border-radius: 1.5rem; }
  .textarea--shadow {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .textarea--slide::placeholder {
    transition: padding-left .3s linear; }
  .textarea--slide:focus::placeholder {
    padding-left: 150%; }
  .textarea--ellipse {
    border-radius: 1.6rem; }
  .textarea--fade::placeholder {
    transition: opacity .2s linear; }
  .textarea--fade:focus::placeholder {
    opacity: 0; }
  .textarea--error {
    border-color: #F82424; }
    .textarea--error:focus {
      background-color: rgba(248, 36, 36, 0.05); }
  .textarea--success {
    border-color: #2DBE81; }
    .textarea--success:focus {
      background-color: rgba(45, 190, 129, 0.05); }

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

/* 19. Select
=========================*/
.select {
  position: relative;
  font-family: inherit;
  /* Styling */
  /* Types */
  /* States */ }
  .select option:hover {
    background-color: #000;
    color: #fff; }
  .select:after {
    content: '';
    position: absolute;
    margin-top: .2rem;
    top: 50%;
    right: 2.2rem;
    transform: translateY(-50%);
    font-size: 1.3rem;
    font-weight: 600;
    border: 4px solid transparent;
    border-top-color: #000;
    pointer-events: none; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 4rem;
    padding: .5rem 4rem .5rem 2rem;
    border-radius: 1rem;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #EAEAEA;
    font-weight: 400;
    font-size: 1.6rem;
    color: #000;
    transition: 0.3s;
    font-family: "Inter", sans-serif; }
    .select select::-ms-expand {
      display: none; }
    .select select:focus {
      outline: 0; }
    .select select:hover {
      cursor: pointer; }
    .select select.error {
      border-color: #F82424; }
      .select select.error:focus {
        background-color: rgba(248, 36, 36, 0.05); }
  .select--sort {
    height: 60px; }
    .select--sort:before {
      display: none; }
    .select--sort select {
      box-shadow: none;
      padding-right: 31px; }
  .select--rounded select {
    border-radius: 0.3em; }
  .select--ellipse select {
    border-radius: 2.4rem; }
  .select--shadow select {
    box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2); }
  .select--multiple {
    height: 100px; }
    .select--multiple:before, .select--multiple:after {
      display: none; }
    .select--multiple select {
      padding: 0.8em; }
  .select--error:before, .select--error:after {
    color: #F82424; }
  .select--success:before, .select--success:after {
    color: #2DBE81; }
  .select--error select {
    color: #F82424;
    border-color: #F82424; }
    .select--error select:focus {
      background-color: rgba(248, 36, 36, 0.05); }
  .select--success select {
    color: #2DBE81;
    border-color: #2DBE81; }
    .select--success select:focus {
      background-color: rgba(45, 190, 129, 0.05); }
  .select--border select {
    box-shadow: none;
    border: 1px solid #ddd;
    color: #000;
    transition: all .1s ease; }
    .select--border select:hover {
      border-color: #c4c4c4; }
  .select--users {
    width: 100%; }
    .select--users select {
      width: 100%; }

.reviews {
  margin-bottom: 10rem; }

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

.reviews__block {
  width: 40%;
  padding: 0 1.5rem; }
  .reviews__block:last-child {
    width: 60%; }

.reviews__total {
  padding: 3.5rem 5rem;
  border-radius: 1.5rem;
  background-color: #FAFAFA;
  min-height: calc(100% - 3rem); }
  .reviews__total .block__title {
    margin-bottom: 0; }
  .reviews__total .btn {
    height: 4rem;
    min-width: 17.5rem; }

.reviews__total-head {
  margin-bottom: 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .reviews__total-head .count {
    font-weight: 700;
    font-size: 3.6rem;
    letter-spacing: -.05em;
    text-align: center; }

.reviews__stars {
  display: flex; }
  .reviews__stars img {
    margin-right: .8rem; }
    .reviews__stars img:last-child {
      margin-right: 0; }

.reviews__points {
  margin-bottom: 6rem; }
  .reviews__points .point {
    margin-bottom: 1rem;
    display: flex;
    align-items: center; }
    .reviews__points .point:last-child {
      margin-bottom: 0; }
  .reviews__points .number {
    margin-right: 1rem;
    color: #7c7c7c;
    font-size: 1.4rem;
    font-weight: 700; }

.point__line {
  height: 1rem;
  border-radius: 2rem;
  background-color: #E4E4E4;
  flex: 1;
  position: relative; }
  .point__line .line {
    background-color: #F7BB25;
    height: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    border-radius: 2rem;
    transition: width .4s ease;
    transition-delay: .2s; }

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

.review__block {
  padding: 0 1.5rem;
  width: 50%;
  margin-bottom: 3rem; }

.review__item {
  padding: 2.8rem;
  border-radius: 1.5rem;
  background-color: #FAFAFA;
  height: 100%; }
  .review__item .block__text {
    margin-bottom: 1.5rem;
    font-family: "Inter", sans-serif;
    height: 9.5rem;
    overflow: hidden;
    position: relative; }
    .review__item .block__text:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 4rem;
      background: linear-gradient(to top, #FAFAFA, rgba(250, 250, 250, 0)); }

.review__stars {
  display: flex;
  margin-bottom: 1rem; }
  .review__stars img {
    height: 1.4rem;
    margin-right: .5rem; }
    .review__stars img:last-child {
      margin-right: 0; }

.review__author {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700; }
  .review__author img {
    width: 4rem;
    height: 4rem;
    margin-right: 1.5rem;
    object-fit: cover;
    border-radius: 50%; }

.reviews__others {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%; }
  .reviews__others .btn {
    min-width: 20rem;
    height: 4rem; }

.reviews__others-author {
  display: flex;
  margin-bottom: 4rem; }
  .reviews__others-author img {
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    object-fit: cover;
    margin: 0 -1rem; }

.review__total {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.05em; }

.reviews__head {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .reviews__head .count {
    font-size: 2.6rem;
    font-weight: 700;
    margin-right: 1rem; }
  .reviews__head .remodal__title {
    margin-bottom: .9rem; }
  .reviews__head .reviews__head-block:last-child {
    text-align: right; }

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

.reviews__content {
  margin-top: 4.5rem;
  overflow-y: auto;
  max-height: 55rem; }
  .reviews__content .review__item {
    height: auto;
    min-height: auto;
    margin-bottom: 1.5rem; }
    .reviews__content .review__item .block__text {
      height: auto; }
      .reviews__content .review__item .block__text:after {
        display: none; }

/* 13. Breadcrumbs
=========================*/
.breadcrumbs {
  position: relative;
  padding: 2.4rem 0; }

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

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  margin-right: .4rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  transition: 0.3s;
  letter-spacing: .2px; }
  .breadcrumbs__item:not(.current):after {
    content: '';
    transform: rotateZ(-45deg);
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #D9D9D9;
    padding: .2rem;
    margin-top: .1rem;
    margin-left: .6rem;
    margin-right: .4rem; }
  .breadcrumbs__item:hover:not(.current) {
    text-decoration: underline; }
  .breadcrumbs__item:last-child:after {
    display: none; }

@media (max-width: 992px) {
  .breadcrumbs {
    background-color: #fff;
    padding: 1.6rem 0; }
  .breadcrumbs__item {
    color: #000; }
    .breadcrumbs__item:not(.current):after {
      border-color: #646461; } }

.pagination {
  margin-bottom: 8rem;
  display: flex;
  justify-content: center; }

.pagination__item {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: .6rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  position: relative; }
  .pagination__item.active {
    background-color: #0174df;
    color: #fff; }
  .pagination__item:hover {
    text-decoration: none; }
  .pagination__item.next, .pagination__item.prev {
    width: auto;
    display: flex;
    align-items: center; }
  .pagination__item.prev {
    margin-right: 1.5rem;
    padding-left: 2rem; }
    .pagination__item.prev:before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotateZ(-45deg);
      left: 0;
      border-width: 1px 0 0 1px;
      border-style: solid;
      border-color: #000;
      padding: .4rem; }
  .pagination__item.next {
    margin-left: 1.5rem;
    padding-right: 2rem; }
    .pagination__item.next:before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotateZ(-45deg);
      right: 0;
      border-width: 0 1px 1px 0;
      border-style: solid;
      border-color: #000;
      padding: .4rem; }
  .pagination__item.disabled {
    color: #c7c7c7;
    pointer-events: none; }
    .pagination__item.disabled:before {
      border-color: #c7c7c7; }

/* 17. Alerts
=========================*/
/* Styling */
.alert {
  padding: 1em 1.5em;
  margin-bottom: 1rem;
  font-size: 0.9em;
  line-height: 1.2;
  position: relative;
  background-color: #fff;
  color: #000;
  font-family: "Open Sans", sans-serif;
  /* Colors */
  /* Border */
  /* Styling */ }
  .alert p:last-of-type {
    margin-bottom: 0; }
  .alert p.alert__text {
    margin-bottom: 20px; }
  .alert--gray {
    background-color: #9DA0A1;
    color: #fff; }
  .alert--dark-blue {
    background-color: #1437CC;
    color: #fff; }
  .alert--red {
    background-color: #F82424;
    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: #252293;
    color: #fff; }
  .alert--cyan {
    background-color: #00aeed;
    color: #fff; }
  .alert--green {
    background-color: #2DBE81;
    color: #fff; }
  .alert--yellow {
    background-color: #F7BB25;
    color: #fff; }
  .alert--main {
    background-color: #0174df;
    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: #9DA0A1;
    color: #fff; }
  .alert--peach {
    background-color: #BA5A61;
    color: #fff; }
  .alert--o-gray {
    background: transparent;
    color: #9DA0A1;
    border: 1px solid #9DA0A1; }
  .alert--o-dark-blue {
    background: transparent;
    color: #1437CC;
    border: 1px solid #1437CC; }
  .alert--o-red {
    background: transparent;
    color: #F82424;
    border: 1px solid #F82424; }
  .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: #252293;
    border: 1px solid #252293; }
  .alert--o-cyan {
    background: transparent;
    color: #00aeed;
    border: 1px solid #00aeed; }
  .alert--o-green {
    background: transparent;
    color: #2DBE81;
    border: 1px solid #2DBE81; }
  .alert--o-yellow {
    background: transparent;
    color: #F7BB25;
    border: 1px solid #F7BB25; }
  .alert--o-main {
    background: transparent;
    color: #0174df;
    border: 1px solid #0174df; }
  .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: #9DA0A1;
    border: 1px solid #9DA0A1; }
  .alert--o-peach {
    background: transparent;
    color: #BA5A61;
    border: 1px solid #BA5A61; }
  .alert--rounded {
    border-radius: 0.3em; }
  .alert--shadow {
    box-shadow: 0 0 0.3em currentColor; }

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

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

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

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

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

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

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

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

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

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

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

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

.news {
  padding: 10rem 0; }
  .news .block__title-wrapper {
    margin-bottom: 5rem; }
  .news .block__actions {
    position: absolute;
    top: 3rem;
    right: 1.5rem; }
  .news .slider__actions {
    position: relative;
    top: auto;
    right: auto; }

.news__slider .slick-list {
  padding: 1rem 0;
  margin: 0 -.75rem; }

.news__slider .slick-slide {
  padding: 0 .75rem; }

.news__item {
  border-radius: .4rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  display: block;
  color: #222; }
  .news__item:hover {
    text-decoration: none; }

.news__img {
  height: 26rem; }
  .news__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.news__content {
  padding: 1.6rem; }

.news__date {
  margin-bottom: 1rem;
  color: #0174df;
  font-size: 1.4rem;
  font-weight: 600; }

.news__title {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  font-size: 2rem;
  font-weight: 600; }
  .news__title img {
    transform: translateY(0.2rem); }

.news__text {
  color: #222;
  opacity: .6;
  font-size: 1.6rem; }

/* 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: #F7BB25; }
  .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 thead tr {
    border-bottom: 1px solid #F4F4F4; }
  .table th {
    padding: .8rem 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #9DA0A1;
    text-align: left; }
    .table th:last-child {
      text-align: right; }
  .table tbody tr {
    border-bottom: 1px solid #F4F4F4; }
  .table td {
    padding: 2.5rem 0;
    font-weight: 500; }
    .table td .name {
      display: flex;
      align-items: center; }
      .table td .name img {
        display: block;
        margin-right: 1rem; }
    .table td .type {
      color: #0174df; }
    .table td .time {
      color: #9DA0A1; }
  .table tbody tr.row--gray {
    background-color: #9DA0A1;
    color: #fff; }
  .table tbody tr.row--dark-blue {
    background-color: #1437CC;
    color: #fff; }
  .table tbody tr.row--red {
    background-color: #F82424;
    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: #252293;
    color: #fff; }
  .table tbody tr.row--cyan {
    background-color: #00aeed;
    color: #fff; }
  .table tbody tr.row--green {
    background-color: #2DBE81;
    color: #fff; }
  .table tbody tr.row--yellow {
    background-color: #F7BB25;
    color: #fff; }
  .table tbody tr.row--main {
    background-color: #0174df;
    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: #9DA0A1;
    color: #fff; }
  .table tbody tr.row--peach {
    background-color: #BA5A61;
    color: #fff; }
  .table--cabinet {
    color: #000;
    font-size: 1.2rem;
    letter-spacing: initial; }
    .table--cabinet thead tr {
      border-bottom: .4rem solid #F1F1F1; }
      .table--cabinet thead tr th {
        color: #5D666D;
        font-weight: 700;
        font-size: 1.2rem;
        text-transform: uppercase;
        padding-bottom: 1.5rem; }
        .table--cabinet thead tr th:last-child {
          text-align: right; }
    .table--cabinet tbody tr {
      border-bottom: 0; }
      .table--cabinet tbody tr.title__cell {
        border-bottom: 1px dashed rgba(93, 102, 109, 0.5); }
      .table--cabinet tbody tr td {
        padding: 1.4rem 0;
        color: #000;
        font-weight: 700;
        font-size: inherit; }
        .table--cabinet tbody tr td .btn {
          font-size: 1.3rem;
          font-weight: 700;
          padding: 0 1rem;
          height: 3.6rem; }
        .table--cabinet tbody tr td a {
          vertical-align: middle; }
          .table--cabinet tbody tr td a img {
            margin: 0 .3rem; }
        .table--cabinet tbody tr td .table__item {
          display: flex;
          align-items: center;
          gap: 1rem; }
          .table--cabinet tbody tr td .table__item .btn {
            padding: 0 1.5rem; }
    .table--cabinet .select {
      width: 14.8rem; }
      .table--cabinet .select:after {
        padding: 0;
        border: 4px solid transparent;
        border-top-color: #000000;
        transform: rotateZ(0);
        right: 1.3rem; }
      .table--cabinet .select select {
        padding-right: 2rem; }
    .table--cabinet .status {
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      position: relative; }
      .table--cabinet .status.verified {
        background-color: #34BF5E; }
        .table--cabinet .status.verified:after {
          content: '';
          position: absolute;
          width: .6rem;
          height: 1rem;
          border-width: 0 2px 2px 0;
          border-style: solid;
          border-color: #fff;
          transform: rotateZ(45deg);
          left: .7rem;
          top: .4rem; }
      .table--cabinet .status.not-verified {
        background-color: #BA5A61; }
        .table--cabinet .status.not-verified:after {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          width: .6rem;
          height: .2rem;
          background-color: #fff;
          transform: translate(-50%, -50%); }
  .table--modal {
    letter-spacing: initial;
    margin-bottom: 0; }
    .table--modal thead tr th {
      font-size: 1.2rem;
      color: #5D666D; }
    .table--modal tbody tr {
      border-bottom: 0; }
      .table--modal tbody tr.row_border {
        border-bottom: 1px dashed rgba(93, 102, 109, 0.5); }
      .table--modal tbody tr td {
        padding: .75rem 0;
        font-weight: 700;
        font-size: 1.3rem; }
        .table--modal tbody tr td .checkbox__label {
          font-size: 1.2rem; }

.rect_status {
  border-radius: .6rem;
  border: 2px solid transparent;
  width: 9rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  font-weight: 700; }
  .rect_status.active {
    border-color: #34BF5E;
    color: #34BF5E; }
  .rect_status.pending {
    border-color: #34BF5E;
    color: #34BF5E; }
  .rect_status.inactive {
    border-color: #BA5A61;
    color: #BA5A61; }

.table__actions-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem; }
  .table__actions-links .action__link {
    color: #BA5A61;
    display: flex;
    align-items: center;
    gap: .5rem;
    line-height: 1;
    font-size: 1.3rem;
    font-weight: 700; }

.admin__title-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  padding: 1.5rem 0; }
  .admin__title-wrapper .title {
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #5D666D; }
  .admin__title-wrapper .text {
    color: #5D666D;
    font-size: 1.2rem;
    font-weight: 600;
    max-width: 34.5rem; }

.table__event {
  padding: 2.5rem;
  background-color: #F1F1F1; }
  .table__event .table thead tr th {
    padding-bottom: 2rem;
    padding-top: 0; }
  .table__event .table tbody tr td {
    padding: 1rem 0; }
    .table__event .table tbody tr td .img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 1rem; }

.table__event-wrapper {
  display: flex;
  align-items: center;
  gap: 1.5rem; }

.create__event {
  background-color: #F5F5F5;
  border-radius: .8rem;
  border: 1px dashed #aeb3b6;
  padding: 1.4rem;
  display: block;
  text-align: center; }
  .create__event .title {
    color: #0174df;
    margin-bottom: .5rem; }
  .create__event .text {
    color: #5D666D; }
  .create__event:hover {
    text-decoration: none; }

.table__event-img {
  width: 12rem;
  height: 7rem;
  display: block;
  position: relative;
  flex-shrink: 0; }
  .table__event-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
    opacity: 0;
    transition: all .2s ease; }
  .table__event-img:hover .ico {
    opacity: 1; }
  .table__event-img:hover:after {
    opacity: 1; }
  .table__event-img .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0; }
  .table__event-img .ico {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0;
    transition: all .2s ease; }

.table__event-drop {
  display: block;
  width: 1rem;
  height: 1rem;
  position: relative; }
  .table__event-drop:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 4px solid transparent;
    border-top-color: #0174df;
    margin-top: 2px; }
  .table__event-drop.active:after {
    margin-top: 0;
    border-top-color: transparent;
    border-bottom-color: #0174df; }

.table__event-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #000; }

.table__title {
  text-transform: uppercase;
  color: #5D666D; }

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

.table__action {
  margin-right: 1rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1); }
  .table__action:last-child {
    margin-right: 0; }
  .table__action.favorite svg {
    stroke-width: .3rem;
    stroke: #0174df; }
  .table__action.favorite.active svg {
    stroke: transparent;
    stroke-width: 0;
    fill: #0174df; }

.table__dots {
  margin-left: auto;
  position: relative;
  display: inline-block; }

.table__dots-menu {
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: .8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem 1.5rem;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  min-width: 15.5rem; }
  .table__dots-menu.opened {
    opacity: 1;
    visibility: visible; }
  .table__dots-menu a {
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 1.3rem; }
    .table__dots-menu a:last-child {
      margin-bottom: 0;
      color: #BA5A61; }

.table__dots-link {
  display: flex;
  flex-direction: column;
  width: .4rem; }
  .table__dots-link:before,
  .table__dots-link i, .table__dots-link:after {
    content: '';
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background-color: #5D666D;
    margin-bottom: .4rem; }
  .table__dots-link:after {
    margin-bottom: 0; }

.organisation__name {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  font-size: 1.3rem;
  font-weight: 700; }
  .organisation__name img {
    width: 12rem;
    height: 7rem;
    object-fit: cover; }

/* 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;
  border-bottom: 1px solid #EBECED; }

.tabs__nav-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #5D666D;
  line-height: 1.2;
  transition: color .1s linear;
  position: relative;
  border-bottom: .1rem solid #F1F1F1; }
  .tabs__nav-item:focus {
    text-decoration: none; }
  .tabs__nav-item:hover {
    text-decoration: none; }
  .tabs__nav-item.active {
    color: #000;
    border-bottom-color: #0174df; }

.tabs__content {
  padding: 5rem 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; }

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

/* 22. Accordion
=========================*/
/* Title */
/* Title Icon */
/* Content */
/* Dark theme */
/* Styling */
.accordion__item {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #F1F1F1; }
  .accordion__item:last-child {
    border-bottom: 0;
    margin-bottom: 0; }
  .accordion__item.active .accordion__title:before {
    background-image: url("../../images/arrow_u.svg"); }
  .accordion__item.active .accordion__title a {
    color: inherit; }

.accordion__title {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  position: relative;
  padding: 0 3rem 0 0; }
  .accordion__title:before {
    transition: color .1s linear;
    content: '';
    position: absolute;
    top: .35rem;
    width: 2.2rem;
    height: 2.2rem;
    left: 0;
    background-image: url("../../images/arrow_d.svg");
    pointer-events: none; }
  .accordion__title:hover:before {
    color: inherit; }
  .accordion__title a {
    display: block;
    padding: 0 1rem 2.5rem 3.5rem;
    color: inherit;
    transition: color .1s linear; }
    .accordion__title a:focus {
      text-decoration: none; }
    .accordion__title a:hover {
      text-decoration: none; }

.accordion__content {
  position: relative; }
  .accordion__content p:last-of-type {
    margin-bottom: 0; }
  .accordion__content .products__wrapper {
    padding: 0;
    margin-top: 0; }

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

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

.footer {
  padding-top: 5.4rem;
  padding-bottom: 5rem;
  background: linear-gradient(to bottom, #F8F8F8, #fff); }
  .footer .lng__list-wrapper {
    top: auto;
    font-family: "Inter", sans-serif;
    bottom: 100%; }
  .footer .lng__link {
    display: inline-flex;
    font-weight: 400;
    position: relative;
    padding-right: 1rem;
    font-family: "Inter", sans-serif; }
    .footer .lng__link:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%) rotateZ(45deg);
      border-width: 0 1px 1px 0;
      border-style: solid;
      border-color: #000;
      padding: .2rem; }

.footer__wrapper {
  display: flex;
  gap: 10rem;
  margin-bottom: 3rem; }

.footer__block-wrapper {
  gap: 6rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.footer__block {
  width: 60%; }
  .footer__block:first-child {
    width: 40%; }

.footer__title {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #000000; }

.footer__nav-wrapper {
  display: flex;
  gap: 6rem; }
  .footer__nav-wrapper .footer__nav {
    max-width: 20rem; }

.footer__content-wrapper {
  padding: 0 4rem; }

@media (min-width: 992px) {
  .footer__lng {
    display: flex;
    align-items: center; } }

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

.footer__nav-link {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.05em;
  font-family: 'Inter', sans-serif;
  white-space: nowrap; }
  .footer__nav-link:last-child {
    margin-bottom: 0; }

.footer__link {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
  font-family: 'Inter', sans-serif; }
  .footer__link img {
    margin-right: 1.5rem; }

.footer__text {
  line-height: 1.8;
  letter-spacing: -0.05em;
  font-size: 1.5rem;
  font-family: 'Inter', sans-serif; }

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

.footer__lng {
  width: 19rem; }

.copyright {
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem; }

.footer__block-nav-item {
  flex: 1; }
  .footer__block-nav-item:last-child {
    width: 19rem;
    flex: unset; }

@media (max-width: 992px) {
  .footer__wrapper {
    flex-direction: column;
    gap: 0; }
  .footer__content-wrapper {
    padding: 0 2rem; }
  .footer__block {
    width: 100%;
    text-align: left;
    margin-bottom: 0; }
    .footer__block:first-child {
      width: 100%;
      margin-bottom: 5rem; }
  .footer__nav-wrapper {
    margin-bottom: 0;
    gap: 2rem; }
    .footer__nav-wrapper .footer__nav {
      flex: 1;
      margin-bottom: 5rem; }
  .footer__block-nav-item {
    width: 100%; }
  .footer__nav {
    text-align: left;
    align-items: flex-start; }
  .footer__block-wrapper {
    flex-direction: column;
    align-items: flex-start; } }

.scroll__top {
  position: fixed;
  bottom: 12rem;
  right: 4rem;
  width: 5rem;
  height: 5rem;
  border-radius: 1.4rem;
  background-color: #000;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  z-index: 10;
  opacity: 0;
  visibility: hidden; }
  .scroll__top.active {
    opacity: 1;
    visibility: visible; }
  .scroll__top:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .2rem;
    height: 1rem;
    background-color: #fff; }
  .scroll__top:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 1.9rem;
    transform: translateX(-50%) rotateZ(-45deg);
    width: .8rem;
    height: .8rem;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #fff; }

.catalog__wrapper {
  display: flex; }

.catalog__sidebar {
  width: 32.8rem;
  border-right: 1px solid #eaeaea;
  position: relative; }

.catalog__sidebar-content {
  position: sticky;
  top: 7rem;
  left: 0;
  overflow-y: auto;
  padding-top: 2rem;
  max-height: calc(100vh - 7rem); }
  .catalog__sidebar-content::-webkit-scrollbar {
    width: 6px; }
  .catalog__sidebar-content::-webkit-scrollbar-track {
    background: #ffffff; }
  .catalog__sidebar-content::-webkit-scrollbar-thumb {
    border-radius: .4rem;
    background: #c7c7c7; }

.catalog__content {
  flex: 1;
  padding-top: 2rem;
  overflow: hidden; }
  .catalog__content .block__title {
    padding: 0 4rem; }

.sidebar__block {
  padding: 0 0 0 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #eaeaea; }
  .sidebar__block:last-child {
    border-bottom: 0;
    margin-bottom: 0; }
  .sidebar__block:last-child .sidebar__title {
    border-bottom: 1px solid #eaeaea; }

.sidebar__search {
  margin-bottom: 2rem;
  position: relative; }
  .sidebar__search .input {
    background-color: #F1F1F1;
    border-color: #F1F1F1;
    padding-left: 3.5rem;
    font-size: 1.6rem; }
    .sidebar__search .input::placeholder {
      font-size: 1.3rem;
      font-weight: 700;
      color: #5D666D; }
  .sidebar__search img {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.5rem; }

.sidebar__title {
  border-bottom: 1px solid transparent;
  font-size: 1.4rem;
  font-weight: 700;
  color: #5D666D;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 0 6rem 2rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }
  .sidebar__title:hover {
    text-decoration: none; }
  .sidebar__title.with-sub:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2.5rem;
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-top-color: #000;
    margin-top: -7px; }
  .sidebar__title.active {
    margin-bottom: 1.5rem;
    border-bottom-color: #eaeaea; }
    .sidebar__title.active.with-sub:after {
      border-top-color: transparent;
      border-bottom-color: #000;
      margin-top: -11px; }
  .sidebar__title .count {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 2px solid #34BF5E;
    color: #34BF5E;
    font-size: 1rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center; }

.inputs__wrapper {
  display: flex;
  gap: 1rem;
  margin: 1.5rem 0; }
  .inputs__wrapper .input {
    flex: 1;
    height: 4.4rem;
    font-size: 1.6rem;
    border: 1px solid #F1F1F1;
    border-radius: .4rem; }
    .inputs__wrapper .input::placeholder {
      color: #5D666D; }
  .inputs__wrapper .select {
    flex: 1; }
    .inputs__wrapper .select select {
      width: 100%;
      height: 4.4rem;
      border: 1px solid #F1F1F1;
      border-radius: .4rem;
      padding-left: 1.5rem;
      padding-right: 2rem; }
    .inputs__wrapper .select:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotateZ(0);
      border: 4px solid transparent;
      border-top-color: #000;
      margin-top: .2rem;
      right: 1rem; }

.sidebar__item {
  margin: 0;
  padding: 0 2.5rem 2rem 2.5rem;
  display: none; }
  .sidebar__item::-webkit-scrollbar {
    width: 6px; }
  .sidebar__item::-webkit-scrollbar-track {
    background: #ffffff; }
  .sidebar__item::-webkit-scrollbar-thumb {
    border-radius: .4rem;
    background: #c7c7c7; }
  .sidebar__item.active {
    display: block; }
    .sidebar__item.active .checkbox__label {
      color: #5d666d; }
    .sidebar__item.active .checkbox__input:checked + .checkbox__label {
      color: #000; }
    .sidebar__item.active .sidebar__link {
      color: #5d666d; }
      .sidebar__item.active .sidebar__link.active {
        color: #000; }

.sidebar__link {
  line-height: 2.2rem;
  margin-bottom: 1rem;
  display: flex;
  color: #000;
  font-weight: 500; }
  .sidebar__link.active {
    color: #000; }

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

.catalog__filter-block {
  padding-right: 2rem;
  display: flex;
  flex: 1;
  align-items: center; }

.catalog__tags {
  padding: 2.4rem 4rem 1.4rem;
  background-color: #F1F1F1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

.catalog__tag {
  margin-bottom: 1rem;
  height: 3rem;
  margin-right: 1.5rem;
  padding: 0 3rem 0 1.5rem;
  background-color: transparent;
  border-radius: 1.6rem;
  border: 1px solid #5D666D;
  font-size: 1.4rem;
  font-weight: 500;
  color: #5D666D;
  position: relative;
  display: flex;
  align-items: center; }

.catalog__tag-remove {
  position: absolute;
  width: .8rem;
  height: .8rem;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%); }
  .catalog__tag-remove:before {
    content: '';
    position: absolute;
    top: .4rem;
    left: 0;
    width: 100%;
    height: .1rem;
    background-color: #5D666D;
    transform: rotateZ(45deg); }
  .catalog__tag-remove:after {
    content: '';
    position: absolute;
    top: .4rem;
    left: 0;
    width: 100%;
    height: .1rem;
    background-color: #5D666D;
    transform: rotateZ(-45deg); }

.catalog__reset {
  margin-bottom: 0;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 700;
  color: #5D666D;
  position: relative;
  padding-left: 1.5rem;
  text-transform: uppercase;
  transform: translateY(1rem); }
  .catalog__reset:before, .catalog__reset:after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: .8rem;
    height: 0.1rem;
    background-color: #5D666D;
    top: 50%;
    transform: translateY(-50%); }
  .catalog__reset:before {
    transform: rotateZ(-45deg) translateY(-50%); }
  .catalog__reset:after {
    transform: rotateZ(45deg) translateY(-50%); }

.products {
  margin-bottom: 9rem; }

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

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

.products__wrapper {
  padding: 0 4rem;
  margin: 4rem -2rem 0;
  display: flex;
  flex-wrap: wrap; }

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

.products__item {
  border-radius: .8rem;
  overflow: hidden;
  display: block;
  color: #000;
  transition: all .2s ease; }
  .products__item:hover {
    text-decoration: none;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2); }

.products__img {
  height: 19rem;
  position: relative;
  background-color: #f1f1f1; }
  .products__img img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.products__subtitle {
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #5d666d;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .05em; }

.products__content {
  padding: 2.5rem 2.5rem;
  border: 1px solid #eaeaea;
  border-bottom-right-radius: .8rem;
  border-bottom-left-radius: .8rem; }

.products__title {
  min-height: 6rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 600; }

.products__date {
  margin-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .05em;
  color: #5d666d;
  text-transform: uppercase; }

.products__place {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
  font-weight: 600;
  color: #5d666d; }
  .products__place img {
    margin-left: .8rem;
    height: 2.2rem;
    border-radius: 50%;
    width: 2.2rem;
    object-fit: cover; }

.products__bag {
  background: none;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  position: absolute;
  top: 2rem;
  left: 2rem;
  display: block; }
  .products__bag img {
    display: block; }

.favorite__btn {
  top: 2rem;
  right: 2rem;
  position: absolute;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer; }
  .favorite__btn .icon {
    stroke: #fff;
    fill: none;
    width: 2.4rem;
    height: 2.2rem;
    stroke-width: 2px; }
  .favorite__btn.active .icon {
    fill: #fff; }

.products__scroll-wrapper {
  display: flex;
  margin: 0 -1rem;
  overflow-x: auto; }
  .products__scroll-wrapper .products__block {
    width: auto;
    padding: 0 1rem;
    min-width: 35rem; }

.product__rating-wrapper {
  display: flex;
  margin-bottom: 2rem; }

.product__stars {
  display: flex;
  margin-right: 1.5rem; }
  .product__stars img {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: .5rem; }
    .product__stars img:last-child {
      margin-right: 0; }

.product__reviews-count {
  margin-right: 2rem;
  font-size: 1.6rem; }

.product__reviews-link {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1.6rem; }
  .product__reviews-link img {
    margin-right: .5rem; }

.product__head-wrapper {
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .product__head-wrapper .btn {
    height: 4.4rem; }

.product__info {
  display: flex;
  align-items: center;
  font-size: 1.6rem; }
  .product__info .date {
    margin-right: 4rem;
    text-transform: uppercase; }
  .product__info .place {
    display: flex;
    align-items: center;
    margin-right: 4rem; }
    .product__info .place img {
      margin-right: .5rem; }
  .product__info .sport {
    display: flex;
    align-items: center;
    margin-right: 4rem; }
    .product__info .sport img {
      margin-right: .5rem; }

.product {
  position: relative;
  margin-bottom: 4rem; }

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

.product__block {
  width: 65%;
  padding: 0 2rem; }
  .product__block:last-child {
    width: 35%; }

.product__image {
  height: 40rem;
  overflow: hidden;
  border-top-right-radius: .8rem;
  border-top-left-radius: .8rem; }
  .product__image img {
    object-fit: cover;
    height: 100%;
    width: 100%; }

.product__item {
  border: 1px solid #eaeaea;
  border-radius: .8rem; }
  .product__item.mb-2 {
    margin-bottom: 2rem; }

.product__nav {
  padding: 2rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eaeaea; }
  .product__nav a {
    margin-right: 4rem;
    font-weight: 600;
    font-size: 1.6rem;
    color: #000; }
    .product__nav a:last-child {
      margin-right: 0; }

.product__description {
  padding: 2rem; }

.product__description-title {
  margin-bottom: 1rem;
  font-size: 2.6rem;
  font-weight: 600; }

.product__description-text {
  height: 25rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
  overflow: hidden;
  letter-spacing: initial; }
  .product__description-text.opened {
    height: auto; }

.product__description-link {
  font-weight: 600;
  font-size: 1.6rem;
  color: #000; }

.product__map {
  height: 40rem;
  width: 100%; }
  .product__map iframe {
    width: 100%;
    height: 100%; }

.product__address {
  padding: 2rem 2rem 4rem; }
  .product__address .title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #5d666d; }
  .product__address .text {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: initial; }

.product__item-title {
  margin-bottom: 1rem;
  font-size: 2.6rem;
  font-weight: 600; }

.product__gallery {
  padding: 2rem 2rem 0; }

.gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem -1rem 0; }
  .gallery__wrapper.triple {
    margin-bottom: 7rem; }
    .gallery__wrapper.triple .gallery__block {
      width: 30%; }
      .gallery__wrapper.triple .gallery__block:first-child {
        flex: 1; }
    .gallery__wrapper.triple .gallery__item {
      height: 30rem; }
      .gallery__wrapper.triple .gallery__item img {
        height: 100%; }
      .gallery__wrapper.triple .gallery__item.video .gallery__video-play {
        height: 4.1rem; }

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

.gallery__item {
  display: block;
  position: relative; }
  .gallery__item img {
    height: 8rem;
    width: 100%;
    object-fit: cover;
    border-radius: .8rem;
    display: block; }
  .gallery__item.video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: .8rem; }
  .gallery__item.video .gallery__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 4.1rem; }

.gallery__view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #000; }
  .gallery__view .title {
    font-size: 4rem;
    font-weight: 600; }
  .gallery__view .text {
    font-size: 1.6rem;
    font-weight: 600; }

.product__favorite {
  position: absolute;
  top: 1.5rem;
  right: 0; }
  .product__favorite .icon {
    fill: none;
    stroke: #000;
    width: 2.2rem;
    height: 2rem; }
  .product__favorite.active .icon {
    fill: #000; }

.checkout {
  margin-bottom: 12rem; }

.checkout__img {
  width: 24rem;
  height: 16rem;
  overflow: hidden;
  border-radius: .6rem; }
  .checkout__img img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.count__wrapper {
  display: flex; }
  .count__wrapper .input {
    border: 0;
    width: 6.6rem;
    height: 4.4rem;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700; }

.count__btn {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: .6rem;
  background-color: #0174df;
  position: relative; }
  .count__btn.minus:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.6rem;
    height: .2rem;
    background-color: #fff; }
  .count__btn.plus:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.6rem;
    height: .2rem;
    background-color: #fff; }
  .count__btn.plus:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .2rem;
    height: 1.6rem;
    background-color: #fff; }

.checkout__remove {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  display: block; }
  .checkout__remove:before, .checkout__remove:after {
    content: '';
    position: absolute;
    top: .4rem;
    left: 0;
    width: 100%;
    height: .2rem;
    background-color: #F82424;
    transform: rotatez(-45deg); }
  .checkout__remove:after {
    transform: rotateZ(45deg); }

.table--checkout tbody tr td {
  padding-bottom: 3rem;
  border-bottom: 1px solid #ebebeb;
  font-weight: 700;
  font-size: 1.8rem; }
  .table--checkout tbody tr td:nth-last-child(2) {
    padding-right: 3rem;
    text-align: right; }

.checkout__footer {
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.checkout__price {
  font-size: 1.6rem;
  font-weight: 700; }

.intro {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #f3f3f3; }
  .intro:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: 2; }
  .intro:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18rem;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0)); }
  .intro--inside .intro__content {
    padding-top: 3rem;
    padding-bottom: 8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }

.intro__content {
  padding-top: 2rem;
  min-height: 60rem;
  position: relative;
  z-index: 2; }
  .intro__content .breadcrumbs {
    padding: 0; }

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

.intro__block {
  max-width: 70rem;
  width: 100%;
  padding-top: 11rem; }

.intro__title {
  margin-bottom: 1.5rem;
  font-size: 7rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2; }
  .intro__title.xs {
    font-size: 5rem; }

.intro__info {
  display: flex;
  align-items: center; }
  .intro__info .separator {
    margin: 0 1.2rem;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #AAAAAA;
    width: .6rem;
    height: .6rem;
    transform: rotateZ(-45deg); }
  .intro__info .date {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600; }
  .intro__info .place {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #fff; }
    .intro__info .place img {
      width: 3.2rem;
      height: 3.2rem;
      margin-right: 1.5rem;
      object-fit: cover;
      border-radius: 50%; }

.intro__date {
  padding-top: 10rem;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: 800; }
  .intro__date .number {
    font-size: 12rem;
    margin-bottom: 1.5rem; }
  .intro__date .month {
    margin-bottom: 2.5rem;
    font-size: 6rem; }
  .intro__date .year {
    font-size: 4rem; }

.intro__menu-wrapper {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  z-index: 2; }
  .intro__menu-wrapper.fixed {
    background-color: #000;
    position: fixed;
    padding: 1rem 0;
    bottom: auto;
    top: 0;
    z-index: 1000; }

.intro__menu {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .intro__menu .btn {
    height: 4rem; }
    .intro__menu .btn .icon {
      width: 1.7rem;
      height: 1.6rem;
      fill: none;
      stroke: #fff;
      stroke-width: 2px;
      margin-right: 1.2rem; }

.intro__nav {
  display: flex; }

.intro__nav-link {
  margin-right: 1rem;
  height: 4rem;
  padding: 0 2rem;
  transition: all .2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  border-radius: 3rem;
  white-space: nowrap; }
  .intro__nav-link.active {
    background-color: #fff;
    color: #000; }
  .intro__nav-link:hover {
    background-color: #fff;
    text-decoration: none;
    color: #000; }

.intro__link {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  margin-right: 4rem; }
  .intro__link:last-child {
    margin-right: 0; }
  .intro__link img {
    margin-right: 1rem; }
  .intro__link .icon {
    height: 1.6rem;
    width: 1.7rem;
    fill: #fff; }

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

/* 24. Rating
=========================*/
.rating__container {
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }

.rating__block {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: 0; }
  .rating__block:before, .rating__block:after {
    content: "";
    display: table; }
  .rating__block:after {
    clear: both; }

.rating__input {
  display: none; }

.rating__star {
  float: right;
  color: #9DA0A1;
  cursor: pointer;
  transition: color .1s linear;
  margin-right: .5rem; }
  .rating__star .icon {
    fill: #D4D4D4;
    width: 3.2rem;
    height: 3.2rem; }

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

.cabinet__page-wrapper {
  display: flex; }

.cabinet__page {
  flex: 1; }

.cabinet__sidebar {
  padding: 3rem 4rem;
  overflow-y: auto;
  max-height: 100%;
  border-right: 1px solid #F1F1F1;
  width: 29rem; }

.cabinet__sidebar-profile {
  display: flex;
  align-items: center;
  margin-bottom: 4.5rem;
  gap: 1.5rem; }
  .cabinet__sidebar-profile .name {
    font-size: 1.4rem;
    font-weight: 700; }
  .cabinet__sidebar-profile .email {
    font-size: 1.2rem;
    font-weight: 500;
    color: #5D666D; }
  .cabinet__sidebar-profile img {
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 50%;
    object-fit: cover; }

.cabinet__sidebar-menu {
  display: flex;
  flex-direction: column; }

.cabinet__sidebar-link {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  color: #000;
  line-height: 3.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  transition: all .2s ease; }
  .cabinet__sidebar-link.active {
    color: #5D666D; }
  .cabinet__sidebar-link:hover {
    text-decoration: none;
    color: #5d666d; }
  .cabinet__sidebar-link .event {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #0174df;
    color: #fff;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-left: auto; }

.cabinet__head {
  padding: 3rem 4rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F1F1F1; }
  .cabinet__head .btn {
    padding: 0 2rem;
    height: 4.4rem;
    font-size: 1.4rem; }

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

.cabinet__head-nav {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-right: 4rem; }

.cabinet__head-nav-item {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  gap: .2rem; }
  .cabinet__head-nav-item .title {
    color: #5D666D;
    text-transform: uppercase; }

.cabinet__title {
  font-size: 3rem;
  font-weight: 700; }

.cabinet__wrapper {
  display: flex; }

.cabinet__nav {
  display: flex;
  flex-direction: column;
  min-width: 21rem;
  border-right: 1px solid #F1F1F1; }

.cabinet__nav-link {
  height: 7rem;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  gap: .5rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #000; }
  .cabinet__nav-link:hover {
    text-decoration: none; }
  .cabinet__nav-link.active {
    background-color: #F1F1F1;
    color: #5D666D; }

.cabinet__content {
  padding: 4rem 5rem;
  flex: 1; }

.cabinet__content-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
  letter-spacing: 0; }

.cabinet__content-text {
  font-size: 1.3rem;
  font-weight: 600;
  color: #5D666D;
  letter-spacing: 0; }

.cabinet__form-wrapper {
  padding-left: 5rem; }

.cabinet__form .form__row {
  margin: 0 -2rem; }
  .cabinet__form .form__row .form__group {
    padding: 0 2rem; }

.cabinet__form .input {
  height: 5.4rem;
  font-size: 1.4rem;
  font-weight: 600; }
  .cabinet__form .input::placeholder {
    color: #5D666D; }

.cabinet__form .select select {
  height: 5.4rem;
  font-size: 1.4rem; }

.cabinet__form .label {
  font-size: 1.4rem; }

.cabinet__form .input__wrapper {
  position: relative;
  padding: 0; }
  .cabinet__form .input__wrapper .input {
    border: 1px solid #EAEAEA; }

.input__eye {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.8rem;
  z-index: 2; }
  .input__eye.active:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(-45deg);
    width: 100%;
    height: .1rem;
    background-color: #9F9F9F; }

.cabinet__form-info {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 600; }
  .cabinet__form-info .title {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #BA5A61; }
  .cabinet__form-info ul {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    color: #000; }
    .cabinet__form-info ul li {
      margin-bottom: 1rem;
      position: relative;
      min-width: 26rem;
      padding-left: 1.5rem; }
      .cabinet__form-info ul li:before {
        content: '';
        position: absolute;
        top: .7rem;
        left: 0;
        width: .4rem;
        height: .4rem;
        border-radius: 50%;
        background-color: #0174df; }
    .cabinet__form-info ul.columns {
      columns: 2; }
  .cabinet__form-info.delete ul li:before {
    background-color: #BA5A61; }

.form__accordion-link {
  margin-top: .5rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem; }
  .form__accordion-link:hover {
    text-decoration: none; }
  .form__accordion-link span {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    border: 1px solid #0174df;
    position: relative;
    display: block;
    background-color: #0174df; }
    .form__accordion-link span:before {
      content: '';
      position: absolute;
      top: 9px;
      left: 5px;
      width: .9rem;
      height: .1rem;
      background-color: #fff; }
    .form__accordion-link span:after {
      content: '';
      position: absolute;
      top: 5px;
      left: 9px;
      width: .1rem;
      height: .9rem;
      background-color: #fff; }
  .form__accordion-link.active span {
    background-color: #fff; }
    .form__accordion-link.active span:before {
      background-color: #0174df; }
    .form__accordion-link.active span:after {
      display: none; }

.cabinet__form-row {
  display: flex;
  align-items: flex-start; }

.cabinet__form-block {
  width: 45%; }
  .cabinet__form-block:last-child {
    width: 55%; }

.cabinet__form-additional {
  display: flex;
  align-items: center;
  gap: 4rem; }
  .cabinet__form-additional .checkbox {
    margin-bottom: 1.5rem; }
  .cabinet__form-additional .separator {
    font-size: 1.4rem;
    font-weight: 700; }
  .cabinet__form-additional .form__group {
    display: flex;
    align-items: center;
    margin-bottom: 0; }
    .cabinet__form-additional .form__group .label {
      margin-bottom: 0;
      width: auto;
      min-width: 5rem; }

.cabinet__form-actions {
  display: flex;
  margin-top: 1.5rem;
  gap: 2rem; }
  .cabinet__form-actions .btn {
    min-width: 13.6rem;
    height: 5.4rem; }
  .cabinet__form-actions.flex-end {
    justify-content: flex-end; }

.profile__container {
  position: relative; }

.profile__user {
  display: flex;
  align-items: center;
  color: #000;
  gap: 1rem;
  position: relative;
  padding-right: 2rem; }
  .profile__user:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-width: 6px 4px 6px 4px;
    border-top-color: #0174df;
    right: 0; }
  .profile__user .name {
    font-size: 1.3rem;
    font-weight: 700; }
  .profile__user .email {
    color: #5D666D;
    font-size: 1.1rem;
    font-weight: 500; }
  .profile__user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block; }
  .profile__user:hover {
    text-decoration: none; }

.profile__user-img {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff; }
  .profile__user-img.initials {
    background-color: #0174df; }

.cabinet__profile {
  position: absolute;
  top: calc(100% + 1.5rem);
  right: 0;
  display: flex;
  border-radius: .8rem;
  overflow: hidden;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.15);
  z-index: 10;
  background-color: #fff;
  opacity: 0;
  visibility: hidden; }
  .cabinet__profile.opened {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 992px) {
    .cabinet__profile {
      overflow-y: auto; } }

.profile__block {
  width: 28.5rem;
  padding: 2.5rem 3rem; }
  .profile__block:first-child {
    background-color: #F1F1F1; }
  .profile__block .cabinet__sidebar-link {
    margin-bottom: .8rem; }
    .profile__block .cabinet__sidebar-link:last-child {
      margin-bottom: 0; }

.profile__title {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 700; }

.account__items {
  max-height: 30rem;
  overflow-y: auto;
  margin: 0 -3rem;
  padding: 0 3rem; }

.account__item {
  display: flex;
  align-items: center;
  gap: .8rem;
  position: relative;
  color: #000;
  border-radius: 4rem;
  margin-bottom: 2.2rem;
  padding-right: 4rem; }
  .account__item:last-child {
    margin-bottom: 0; }
  .account__item.active {
    padding: .3rem 4rem .3rem .3rem;
    border: 1px dashed #0174df; }
    .account__item.active:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotateZ(45deg);
      right: 2rem;
      border-width: 0 2px 2px 0;
      border-style: solid;
      border-color: #0174df;
      width: .8rem;
      height: 1.4rem;
      margin-top: -2px; }
    .account__item.active .account__initials {
      background-color: #0174df;
      color: #fff; }
  .account__item:hover {
    text-decoration: none; }
  .account__item .name {
    font-size: 1.4rem;
    font-weight: 700; }
  .account__item .text {
    font-size: 1.2rem;
    font-weight: 500;
    color: #5D666D; }

.account__initials {
  width: 4.4rem;
  height: 4.4rem;
  background-color: #fff;
  color: #0174df;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0; }

.profile__block-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2rem; }
  .profile__block-user .name {
    font-size: 1.6rem;
    font-weight: 700; }
  .profile__block-user .email {
    font-size: 1.3rem;
    font-weight: 500;
    color: #5D666D; }

.profile__initials {
  width: 6.4rem;
  height: 6.4rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background-color: #0174df;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding-top: .2rem; }

.cabinet__remove-form {
  max-width: 46.5rem; }

.admin__link {
  background-color: #f5f5f5;
  border: 1px dashed #AEB3B6;
  color: #0174df;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  height: 5.4rem;
  align-items: center;
  justify-content: center;
  border-radius: .8rem;
  margin-bottom: 2rem; }
  .admin__link:hover {
    text-decoration: none; }

.cabinet__empty-table {
  text-align: center;
  padding: 8rem 0; }
  .cabinet__empty-table img {
    height: 5.6rem;
    display: block;
    margin: 0 auto 1.5rem; }
  .cabinet__empty-table .title {
    margin-bottom: 1.3rem;
    color: #DBDBDB;
    font-size: 3.2rem;
    font-weight: 700; }
  .cabinet__empty-table .text {
    color: #5D666D;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.9; }
    .cabinet__empty-table .text ul {
      list-style: disc;
      list-style-position: inside; }

.event__page {
  padding: 3rem 0;
  max-width: 89rem;
  margin: 0 auto; }
  .event__page .cabinet__title {
    margin-bottom: 3rem; }

.translation__block {
  margin-bottom: 2.5rem;
  padding: 2.5rem 3rem;
  border-radius: .8rem;
  background-color: #F1F1F1; }
  .translation__block .link {
    color: #0174df;
    font-weight: 700;
    font-size: 1.4rem;
    display: inline-block;
    margin-bottom: .5rem; }
  .translation__block .text {
    font-size: 1.3rem;
    font-weight: 500;
    color: #5D666D; }

.add__group {
  display: flex;
  align-items: center;
  gap: 2rem; }
  .add__group .label {
    margin-bottom: 0;
    width: 21rem;
    flex-shrink: 0;
    font-size: 1.4rem; }
  .add__group .select {
    width: 19rem;
    margin-right: 2rem; }
    .add__group .select:last-child {
      margin-right: 0; }
    .add__group .select.wide {
      width: 100%;
      max-width: 42rem;
      margin-right: 0; }
    .add__group .select select {
      font-weight: 600; }
  .add__group .input {
    max-width: 42rem; }
    .add__group .input[disabled] {
      background-color: #F1F1F1;
      border-color: #F1F1F1;
      color: #5D666D; }
    .add__group .input--xs {
      max-width: 19rem;
      margin-left: auto; }
    .add__group .input--triple {
      margin-right: 2rem;
      max-width: 19rem; }
      .add__group .input--triple:last-child {
        margin-right: 0; }
  .add__group .textarea {
    min-height: 18rem; }

.add__link {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0174DF; }

.add__coordinates {
  display: flex;
  width: 19rem;
  margin-right: 2rem; }
  .add__coordinates .input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0; }
  .add__coordinates .title {
    background-color: #F1F1F1;
    font-size: 1.4rem;
    font-weight: 600;
    color: #5D666D;
    display: flex;
    align-items: center;
    width: 6rem;
    flex-shrink: 0;
    text-align: center;
    justify-content: center;
    border-top-left-radius: .8rem;
    border-bottom-left-radius: .8rem; }

.page__alert {
  position: fixed;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2.2rem;
  padding: 1.2rem 2.5rem;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  gap: 1.5rem; }
  .page__alert.success {
    background-color: #34BF5E4D;
    color: #34BF5E; }

.translation__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem; }
  .translation__row .switcher__input:checked + .switcher__label {
    background: none; }
    .translation__row .switcher__input:checked + .switcher__label:before {
      background-color: #0174df; }
    .translation__row .switcher__input:checked + .switcher__label:after {
      transform: translateY(0);
      left: 2.4rem; }
  .translation__row .switcher__label {
    width: auto;
    font-size: 1.4rem;
    padding-left: 5.9rem;
    background: none;
    line-height: 2.6rem;
    color: #000;
    font-weight: 500;
    height: auto; }
    .translation__row .switcher__label:before {
      width: 4.6rem;
      content: '';
      height: 2.6rem;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #DBDBDB;
      border-radius: 1.3rem; }
    .translation__row .switcher__label:after {
      width: 2rem;
      height: 2rem;
      transform: translateY(0);
      top: .3rem;
      transition: left .2s ease; }

.translation__event .input {
  background-color: #fff;
  max-width: 42rem; }

.meta__block {
  max-width: 42rem;
  width: 100%; }
  .meta__block .textarea {
    height: auto;
    min-height: 5.4rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
    font-size: 1.4rem; }
    .meta__block .textarea.xl {
      min-height: 12rem; }

.meta__progress {
  margin-bottom: .5rem;
  position: relative;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #F1F1F1;
  padding: 0 .8rem; }
  .meta__progress .line {
    background-color: #34BF5E;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%; }

.meta__actions {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .meta__actions a {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0174df; }

.meta__progress-text {
  position: relative;
  z-index: 2;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1; }

.meta__generation {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #34BF5E;
  font-size: 1.2rem;
  font-weight: 600; }
  .meta__generation img {
    animation: kb 1s linear infinite; }

@keyframes kb {
  0% {
    transform: rotateZ(0); }
  100% {
    transform: rotateZ(360deg); } }

.meta__text {
  color: #5D666D;
  font-size: 1.3rem;
  font-weight: 500; }

.add__event-actions {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .add__event-actions .text {
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0; }
  .add__event-actions .btn {
    height: 5.4rem; }

.language {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
  font-size: 1.4rem;
  min-width: 15rem; }
  .language img {
    height: 2rem; }

.translation__event {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem; }
  .translation__event .title {
    font-size: 1.4rem;
    font-weight: 700;
    min-width: 17rem; }
  .translation__event .event {
    height: 5.4rem;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 600;
    background-color: #fff;
    border-radius: .8rem;
    flex: 1;
    max-width: 42rem; }

.add__event-title {
  font-size: 2.6rem;
  font-weight: 700; }

.add__event-text {
  margin-bottom: 2.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #5d666d; }

.event__nav {
  margin-bottom: 4rem;
  display: flex;
  background-color: #F1F1F1;
  border-radius: .8rem;
  padding: .5rem;
  gap: .5rem; }

.event__nav-link {
  color: #5D666D;
  font-size: 1.4rem;
  font-weight: 700;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .4rem;
  flex: 1;
  transition: all .2s ease;
  position: relative;
  gap: 1rem;
  line-height: 1; }
  .event__nav-link:hover {
    text-decoration: none;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.05); }
  .event__nav-link.active {
    color: #000;
    background-color: #fff;
    box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.05); }
  .event__nav-link.completed {
    color: #34BF5E; }
    .event__nav-link.completed:before {
      content: '';
      border-width: 0 2px 2px 0;
      border-style: solid;
      border-color: #34BF5E;
      width: .6rem;
      height: 1.2rem;
      transform: rotateZ(45deg) translateY(-0.2rem); }

.photos__description {
  margin-top: 1.5rem;
  margin-bottom: 4rem;
  display: flex;
  gap: 2.5rem;
  padding: 2rem 3rem;
  border: .5rem solid #F5F5F5;
  border-radius: .8rem; }

.photos__description-block {
  flex: 1; }
  .photos__description-block .title {
    font-size: 1.4rem;
    font-weight: 600; }
  .photos__description-block ul {
    font-size: 1.3rem;
    color: #5D666D;
    list-style: disc;
    padding-left: 0;
    line-height: 1.4;
    letter-spacing: 0; }

.add__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.6rem;
  color: #5D666D;
  height: 28rem;
  border: 1px dashed #AEB3B6;
  position: relative;
  border-radius: .8rem;
  text-align: center;
  letter-spacing: 0; }
  .add__photo input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2; }
  .add__photo span {
    color: #0174df;
    font-weight: 700; }
  .add__photo img {
    margin-bottom: 2rem;
    display: block;
    height: 5.8rem; }

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

.photos__block {
  width: 50%;
  padding: 0 2rem;
  margin-bottom: 2.5rem; }

.photo__item {
  position: relative;
  height: 28rem;
  border-radius: .8rem;
  overflow: hidden; }
  .photo__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }

.photo__img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.photo__head {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 0 3rem;
  top: 3rem;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .photo__head img {
    display: block;
    height: 1.8rem;
    width: 1.8rem; }
  .photo__head .title {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    line-height: 1;
    align-items: center;
    gap: 1rem; }

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

.photo__action img {
  display: block; }

.video__block {
  width: 50%;
  height: 28rem;
  border-radius: .8rem;
  overflow: hidden;
  position: relative; }

.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none; }

.photo__title {
  position: absolute;
  width: 100%;
  padding: 0 3rem;
  bottom: 2.5rem;
  left: 0;
  z-index: 2;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0; }
  .photo__title .subtitle {
    font-size: 1.3rem; }

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

.preview__block {
  width: 55%;
  padding: 0 2rem; }
  .preview__block:last-child {
    width: 45%; }
  .preview__block .subtitle {
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    color: #5D666D;
    font-weight: 600;
    font-size: 1rem; }
  .preview__block .title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: .3rem; }
  .preview__block .text {
    font-size: 1.2rem;
    font-weight: 500; }

.preview__desktop {
  padding: 1.3rem 2.4rem 1.3rem;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
  border: 10px solid #F1F1F1;
  border-bottom-width: 1px;
  position: relative;
  min-height: 100%; }
  .preview__desktop:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 12rem;
    height: 1.4rem;
    border-bottom-right-radius: .6rem;
    border-bottom-left-radius: .6rem;
    background-color: #F1F1F1; }

.preview__mobile {
  padding: 2rem 2.4rem 2rem;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
  border: 3px solid #F1F1F1;
  border-bottom-width: 1px;
  position: relative;
  min-height: 100%; }
  .preview__mobile:before {
    content: '';
    position: absolute;
    top: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 6.4rem;
    height: 2.4rem;
    border-radius: 1.2rem;
    background-color: #F1F1F1; }

.save__alert {
  position: fixed;
  z-index: 11;
  right: 2rem;
  bottom: 2rem;
  background-color: #34BF5E;
  border-radius: 3.5rem;
  display: flex;
  padding: 1.3rem;
  gap: 1.5rem;
  opacity: 0;
  visibility: hidden; }
  .save__alert.opened {
    opacity: 1;
    visibility: visible; }
  .save__alert .check {
    width: 4.4rem;
    height: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3D8753;
    border-radius: 50%; }
  .save__alert .title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500; }
  .save__alert .text {
    display: flex;
    gap: .6rem;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500; }
    .save__alert .text img {
      display: block; }
  .save__alert .btn {
    margin-bottom: 0;
    color: #34BF5E;
    padding: 0 2rem;
    height: 4.4rem;
    margin-left: 6.5rem; }

.collection__text {
  font-size: 1.3rem;
  font-weight: 500;
  color: #5D666D; }
  .collection__text .required {
    color: #BA5A61; }

.collection__item {
  display: flex;
  align-items: center;
  border: 1px solid #F1F1F1;
  border-radius: .8rem;
  padding: .7rem;
  gap: 1.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0;
  color: #000; }
  .collection__item:hover {
    text-decoration: none;
    background-color: #F1F1F1; }
    .collection__item:hover .btn {
      opacity: 1;
      visibility: visible; }
  .collection__item.create {
    color: #0174df; }
    .collection__item.create .collection__ico {
      background-color: #0174df; }
  .collection__item .btn {
    padding: 0 2rem;
    margin-left: auto;
    opacity: 0;
    visibility: hidden; }

.collection__ico {
  background-color: #F1F1F1;
  border-radius: .4rem;
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center; }

.collection__list {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }

.notifications__content .tabs__nav-item {
  flex: unset;
  padding-right: 2rem;
  margin-right: 2rem; }

.notifications__content .tabs__item {
  max-width: 53.5rem; }

.notifications__content .notification__item {
  padding-left: 0;
  padding-right: 0; }

.notifications__content .notification__list {
  max-height: none; }

.notifications__settings {
  max-width: 88rem;
  margin: 0 auto; }
  .notifications__settings .cabinet__content-title {
    margin-bottom: .5rem; }

.notifications__setting {
  margin-top: 3rem; }
  .notifications__setting .notification__title {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0;
    line-height: 1; }

.notifications__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem; }
  .notifications__row:last-child {
    margin-bottom: 0; }
  .notifications__row .title {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0; }
  .notifications__row .switcher__input:checked + .switcher__label {
    background: none; }
    .notifications__row .switcher__input:checked + .switcher__label:before {
      background-color: #0174df; }
    .notifications__row .switcher__input:checked + .switcher__label:after {
      transform: translateY(0);
      left: 2.4rem; }
  .notifications__row .switcher__label {
    width: auto;
    font-size: 1.4rem;
    padding-left: 5.9rem;
    background: none;
    line-height: 2.6rem;
    color: #000;
    font-weight: 500;
    height: 2.6rem; }
    .notifications__row .switcher__label:before {
      width: 4.6rem;
      content: '';
      height: 2.6rem;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #DBDBDB;
      border-radius: 1.3rem; }
    .notifications__row .switcher__label:after {
      width: 2rem;
      height: 2rem;
      transform: translateY(0);
      top: .3rem;
      transition: left .2s ease; }

.notification__group {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem; }

@media (max-width: 1100px) {
  .cabinet__content {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .cabinet__form-additional {
    gap: 2rem; } }

@media (max-width: 992px) {
  .profile__user {
    padding-right: 0;
    gap: 0; }
    .profile__user:after {
      display: none; }
    .profile__user .name {
      display: none; }
    .profile__user .email {
      display: none; }
  .cabinet__form-wrapper {
    padding-left: 0; }
  .cabinet__profile {
    flex-direction: column;
    position: fixed;
    top: 8rem;
    height: calc(100% - 8rem);
    right: 0;
    left: 0; }
  .profile__block {
    width: 100%;
    padding: 2rem 2.5rem; }
  .account__items {
    max-height: 18.4rem; }
  .cabinet__sidebar {
    position: fixed;
    top: 8rem;
    height: calc(100% - 8rem);
    background-color: #fff;
    z-index: 10;
    transform: translateX(-100%);
    transition: all .2s ease;
    width: 100%; }
    .cabinet__sidebar.opened {
      transform: translateX(0); }
  .cabinet__wrapper {
    flex-direction: column; }
  .cabinet__nav-link {
    padding: 0 2.5rem; }
  .cabinet__content {
    padding: 2rem 2.5rem; }
  .cabinet__head {
    padding: 3rem 2.5rem; }
  .cabinet__title {
    font-size: 2.2rem; }
  .cabinet__form .form__row {
    flex-direction: column; }
    .cabinet__form .form__row .form__group {
      width: 100%; }
  .cabinet__form-row {
    flex-direction: column; }
  .cabinet__form-additional {
    flex-wrap: wrap;
    gap: unset;
    column-gap: 2rem; }
    .cabinet__form-additional .separator {
      width: 100%;
      margin-bottom: 2rem; }
    .cabinet__form-additional .form__group {
      flex: 1; }
  .cabinet__content-title {
    font-size: 1.8rem; }
  .cabinet__form-section {
    margin-bottom: 2rem; }
  .cabinet__nav-mobile > .cabinet__nav-link {
    position: relative;
    background-color: #F1F1F1;
    color: #5D666D; }
    .cabinet__nav-mobile > .cabinet__nav-link.main:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 2rem;
      border: 4px solid transparent;
      border-top-color: #000;
      margin-top: 2px; }
    .cabinet__nav-mobile > .cabinet__nav-link.active:after {
      border-top-color: transparent;
      border-bottom-color: #000;
      margin-top: -2px; }
  .cabinet__form-block {
    width: 100%; }
    .cabinet__form-block:last-child {
      width: 100%; }
    .cabinet__form-block:first-child {
      padding-left: 0; } }

@media (max-width: 640px) {
  .cabinet__form-actions .btn {
    flex: 1; }
  .cabinet__form-actions.flex-end {
    justify-content: center; } }

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

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

.cookie__text {
  font-size: 1.4rem;
  margin-bottom: 1rem; }

.cookie__accordion-container {
  margin-bottom: 1rem;
  display: none; }

.cookie__accordion {
  margin-bottom: 1rem;
  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: 1rem 4rem 1rem 1rem;
  position: relative; }
  .cookie__accordion-head:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1rem;
    padding: .4rem;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #000;
    margin-top: -.2rem;
    transform: translateY(-50%) rotateZ(45deg); }
  .cookie__accordion-head.active:after {
    margin-top: .2rem;
    transform: translateY(-50%) rotateZ(225deg); }

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

.cookie__accordion-setup {
  font-size: 1.5rem;
  color: #2DBE81; }

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

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

.cookie__edit {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  position: fixed;
  bottom: 0;
  left: 2rem;
  z-index: 1000;
  background-color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
  .cookie__edit .btn {
    margin-bottom: 0;
    border-radius: .8rem; }

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

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

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

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

.page__text {
  margin-bottom: 4rem;
  letter-spacing: initial; }

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

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

.text__page {
  padding-top: 2rem;
  max-width: 80rem; }

.gallery {
  width: 100%; }

.gallery__slider {
  margin-bottom: 0;
  border-bottom: 1px solid #fff; }
  .gallery__slider img {
    width: 100%;
    height: 46rem;
    object-fit: cover;
    display: block; }
  .gallery__slider .slick-prev {
    left: 2rem;
    z-index: 2;
    width: 1.3rem;
    height: 2.4rem;
    top: 50%;
    background-image: url("/src/assets/images/arrow_l.svg");
    background-size: cover;
    background-repeat: no-repeat; }
    .gallery__slider .slick-prev:before {
      display: none; }
  .gallery__slider .slick-next {
    right: 2rem;
    width: 1.3rem;
    height: 2.4rem;
    top: 50%;
    background-image: url("/src/assets/images/arrow_r.svg");
    background-size: cover;
    background-repeat: no-repeat; }
    .gallery__slider .slick-next:before {
      display: none; }

.gallery__thumbs .slick-list {
  margin: 0;
  padding-right: 10rem; }

.gallery__thumbs .slick-slide {
  padding: 0;
  border-right: 1px solid #fff; }
  .gallery__thumbs .slick-slide.slick-current {
    opacity: .3; }

.gallery__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.contacts {
  position: relative; }
  .contacts .block__title {
    text-align: center; }

.contacts__info {
  margin-bottom: 4rem;
  text-align: center; }
  .contacts__info a {
    color: #0174df; }

.contacts__shape {
  position: absolute;
  top: calc(50% + 4rem);
  left: 50%;
  transform: translate(-50%, -50%); }

.contacts__form {
  max-width: 59rem;
  padding: 5rem;
  background-color: #000;
  border-radius: 3rem;
  margin: 0 auto; }

.contacts__title {
  margin-bottom: 3rem;
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -17px;
  top: -6px; }

.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: -13px;
  left: auto; }

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

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

.noUi-connect {
  background: #806592; }

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

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

.noUi-handle {
  border: 6px solid #806592;
  background: #fff;
  width: 18px;
  height: 18px;
  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;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.2rem; }

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

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

.filter {
  margin-bottom: 4rem;
  border-bottom: 1px solid #EBEBEB; }
  .filter .label {
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #9DA0A1;
    text-transform: uppercase; }

.filter__wrapper {
  display: flex; }

.filter__block {
  min-width: 27rem;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  border-right: 1px solid #ebebeb; }
  .filter__block:not(:first-child) {
    padding-left: 2rem;
    padding-right: 2rem; }
  .filter__block:first-child .select:after {
    right: 2rem; }
  .filter__block:last-child {
    flex: 1;
    border-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .filter__block .select:after {
    width: auto;
    height: auto;
    padding: 0;
    border: 6px solid transparent;
    border-top-color: #9DA0A1;
    transform: none;
    right: 0; }
  .filter__block .select select {
    border: 0;
    height: auto;
    padding: 0; }

.filter__range {
  padding-top: 3rem;
  padding-left: 1rem; }

.filter__block-wrapper {
  display: flex; }

.filter__item {
  margin-right: 1rem; }

.filter__check-wrapper {
  display: flex; }
  .filter__check-wrapper .checkbox {
    margin-right: 2rem; }
  .filter__check-wrapper .checkbox__label {
    padding-left: 2.5rem;
    line-height: 1.4; }
    .filter__check-wrapper .checkbox__label:before {
      width: 1.8rem;
      height: 1.8rem;
      border-radius: .5rem; }
    .filter__check-wrapper .checkbox__label:after {
      width: .4rem;
      height: .8rem;
      left: 8px;
      top: 4px;
      border-width: 0 1px 1px 0; }

.filter__reset {
  color: #F82424;
  font-weight: 700; }

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

body.catalog-page {
  overflow-x: unset; }
  body.catalog-page .page {
    overflow: unset; }

.section {
  padding-bottom: 14rem; }

.text__page {
  padding-bottom: 10rem; }
  .text__page .block__text h1 {
    font-weight: 600;
    font-size: 2.6rem; }
  .text__page .block__text h2 {
    font-weight: 600;
    font-size: 2.4rem; }
  .text__page .block__text h3 {
    font-weight: 600;
    font-size: 2.4rem; }
  .text__page .block__text h4 {
    font-weight: 600;
    font-size: 2.2rem; }

.block__title-wrapper {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .block__title-wrapper .block__title {
    margin-bottom: 0; }
  .block__title-wrapper .block__text {
    margin-bottom: 0; }

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

.block__link {
  font-weight: 600;
  color: #000;
  text-decoration: underline; }
  .block__link:hover {
    text-decoration: none; }

.block__title {
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.25; }
  .block__title--sm {
    font-size: 4rem; }

.block__text {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
  font-family: "Inter", sans-serif; }
  .block__text ul {
    list-style: disc;
    margin-left: 1.5em;
    margin-bottom: 1.5em; }
  .block__text li {
    margin-bottom: .5rem; }
  .block__text h2 {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: .5em; }
  .block__text h3 {
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: .5em; }
  .block__text p {
    margin-bottom: .5em; }

.add__form {
  max-width: 73rem; }

.add__form-block {
  margin-bottom: 4rem; }

.add__title {
  margin-bottom: 1.5rem;
  font-size: 2.6rem;
  font-weight: 600; }

.add__form-link {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000; }

.rating {
  display: flex;
  margin-bottom: 1.5rem; }

.rating__stars {
  display: flex;
  align-items: center; }
  .rating__stars img {
    display: block;
    margin-right: .7rem;
    height: 1.6rem; }

.rating__reviews {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  line-height: 1; }
  .rating__reviews a {
    color: #fff; }

.event__wrapper {
  padding: 5.5rem 0;
  display: flex; }

.event__info {
  width: 35%;
  transform: translateY(-1rem); }
  .event__info .block__title {
    margin-bottom: .5rem; }

.event__content {
  width: 65%; }
  .event__content .block__text {
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    line-height: 1.5; }

.races {
  position: relative; }
  .races:after {
    content: '';
    position: absolute;
    top: 10rem;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #838383, rgba(131, 131, 131, 0));
    border-radius: 1.5rem;
    z-index: -1; }

.races__block {
  margin-bottom: 10rem;
  border-radius: 1.5rem;
  background-color: #292929;
  padding: 3.5rem 5rem; }
  .races__block .block__title {
    color: #fff;
    margin-bottom: 0; }
  .races__block .block__subtitle {
    margin-bottom: 4rem;
    color: #fff; }

.races__block-head {
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .races__block-head .block__subtitle {
    margin-bottom: 0; }
  .races__block-head .translate__text {
    margin-bottom: 0;
    color: #fff; }

.map {
  position: relative;
  height: 56rem;
  margin-bottom: 3rem; }
  .map:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, #fff 20%, rgba(255, 255, 255, 0));
    pointer-events: none; }
  .map:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, #fff 20%, rgba(255, 255, 255, 0));
    pointer-events: none; }
  .map .btn {
    height: 4rem;
    min-width: 17.5rem; }

.map__info {
  max-width: 78rem;
  margin: -8rem auto 11rem;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  z-index: 2;
  position: relative;
  font-family: "Inter", sans-serif; }
  .map__info a {
    text-decoration: underline;
    color: inherit;
    position: relative;
    display: inline-block;
    padding-right: 1rem; }
    .map__info a:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%) rotateZ(-45deg);
      border-width: 0 1px 1px 0;
      border-style: solid;
      border-color: #000;
      padding: .2rem; }
    .map__info a:hover {
      text-decoration: none; }
  .map__info img {
    margin-right: 2rem; }
  @media (max-width: 992px) {
    .map__info {
      margin-bottom: 5rem;
      padding: 0 1.5rem; } }

.map__actions {
  position: absolute;
  z-index: 2;
  bottom: 12rem;
  height: 4rem;
  width: 100%;
  text-align: center; }

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

.map__container {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.races__row {
  display: flex;
  align-items: center;
  padding: 2rem;
  border-bottom: 1px solid #515151;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.05em; }
  .races__row:last-child {
    border-bottom: 0; }
  .races__row .image {
    width: 5rem;
    display: flex;
    justify-content: flex-start; }
    .races__row .image img {
      height: 2.4rem; }
  .races__row .name {
    flex: 1; }
  .races__row .distance {
    width: 20rem; }
  .races__row .type {
    width: 20rem;
    color: #ADADAD; }
  .races__row .date {
    font-size: 1.6rem;
    width: 25rem; }

.intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .intro__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.event__text {
  margin-bottom: 2rem;
  height: 19.2rem;
  overflow: hidden;
  position: relative;
  line-height: 1.5; }
  .event__text.translated {
    padding-left: 2rem;
    border-left: 1px solid #F1F1F1; }
  .event__text.opened {
    height: auto; }
    .event__text.opened:after {
      display: none; }
  .event__text:after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 5rem;
    background: linear-gradient(to top, #fff 50%, rgba(255, 255, 255, 0)); }

.text__link {
  color: #000;
  position: relative;
  padding-right: 1rem;
  font-family: "Inter", sans-serif; }
  .text__link:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%) rotateZ(45deg);
    padding: .3rem;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #000; }
  .text__link.active:after {
    margin-top: .3rem;
    transform: translateY(-50%) rotateZ(225deg); }

.series {
  margin-bottom: 9rem; }
  .series .block__title-wrapper {
    margin-bottom: 3rem; }

.series__slider .slick-prev {
  top: -4.5rem;
  left: auto;
  right: 4rem;
  z-index: 2; }

.series__slider .slick-next {
  top: -4.5rem;
  left: auto;
  right: 0;
  z-index: 2; }

.review__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 40rem;
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.review__empty-images {
  display: flex;
  align-items: flex-start; }
  .review__empty-images img {
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    margin-right: 1.5rem; }
    .review__empty-images img:first-child {
      margin-top: 3rem; }
    .review__empty-images img:nth-child(2) {
      width: 6rem;
      height: 6rem; }
    .review__empty-images img:last-child {
      margin-top: 4.5rem;
      margin-right: 0; }

.review__empty-title {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: -0.05em; }

.review__empty-text {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.05em; }

.review__empty-rating {
  margin-bottom: 2rem;
  display: flex; }
  .review__empty-rating img {
    margin-right: .8rem; }

.review__empty-link {
  font-weight: 600;
  letter-spacing: -0.05em;
  color: #000;
  text-decoration: underline; }
  .review__empty-link:hover {
    text-decoration: none; }

.review__form .textarea {
  min-height: 15rem;
  border: none;
  background-color: #F1F1F1;
  font-size: 1.6rem;
  margin-bottom: 3.6rem; }

.review__form .btn {
  min-width: 17.5rem;
  height: 4rem; }

.form__error {
  color: #FF0000;
  font-size: 1.3rem;
  letter-spacing: -0.05em; }

.translate__text {
  margin-bottom: 2rem;
  font-weight: 600; }
  .translate__text img {
    margin-right: 1rem; }
  .translate__text a {
    margin-left: .2rem;
    color: #0174DF; }

.success__window {
  padding-top: 5rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .success__window img {
    width: 12.8rem;
    height: 12.8rem;
    margin-bottom: 2.5rem;
    border-radius: 50%; }

.success__title {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: -0.05em; }

.success__text {
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: -0.05em; }

.block__title-slider-item {
  padding-right: 9rem; }
  .block__title-slider-item .btn {
    height: 3.2rem;
    font-size: 1.6rem; }

.drop__container {
  position: relative; }

.drop__link {
  position: relative;
  color: #000;
  padding-right: 1.5rem;
  font-family: "Inter", sans-serif; }
  .drop__link:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    right: 0;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #000;
    padding: .2rem; }

.drop__wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  padding-top: 1rem;
  transition: all .2s ease;
  font-family: "Inter", sans-serif;
  z-index: 2; }
  .drop__wrapper.opened {
    opacity: 1;
    visibility: visible; }

.drop__list {
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem 1rem 2.5rem;
  width: 100%;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  text-align: left;
  white-space: nowrap; }
  .drop__list a {
    color: #000;
    text-decoration: none;
    margin-bottom: 1rem; }
    .drop__list a:last-child {
      margin-bottom: 0; }
    .drop__list a:hover {
      text-decoration: underline; }

.gallery__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #fff;
  padding: 4rem;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease; }
  .gallery__modal.opened {
    opacity: 1;
    visibility: visible; }

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

.gallery__slider-big {
  height: calc(100vh - 18rem);
  margin-bottom: 3rem; }
  .gallery__slider-big .slick-list {
    height: 100%;
    margin: 0; }
  .gallery__slider-big .slick-track {
    height: 100%; }
  .gallery__slider-big .slick-slide {
    padding: 0;
    height: 100%; }

.gallery__slide {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  margin: auto;
  inset: 0px; }
  .gallery__slide.video {
    width: 100%;
    height: 100%; }

.gallery__slider-thumbs .slick-list {
  margin: 0 -5px; }

.gallery__slider-thumbs .slick-slide {
  padding: 0 5px; }

.gallery__thumb {
  object-fit: cover;
  height: 10rem;
  width: 100%; }

.reviews__slider {
  width: 100%; }

.text__block {
  padding: 0 4rem;
  max-width: 120rem; }

.contacts {
  position: relative; }
  .contacts .block__title {
    text-align: center; }

.contacts__info {
  margin-bottom: 4rem;
  text-align: center; }
  .contacts__info a {
    color: #0174df; }

.contacts__shape {
  position: absolute;
  top: calc(50% + 4rem);
  left: 50%;
  transform: translate(-50%, -50%); }

.contacts__form {
  max-width: 59rem;
  padding: 5rem;
  background-color: #000;
  border-radius: 3rem;
  margin: 0 auto; }

.contacts__title {
  margin-bottom: 3rem;
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
  text-align: center; }

.categories {
  padding: 10rem 0; }
  .categories .block__title-wrapper {
    margin-bottom: 5rem; }
  .categories .block__title {
    margin-bottom: 1rem; }
  .categories .slider__actions {
    top: 2rem; }

.categories__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 36.4rem;
  padding: 1.4rem;
  border-radius: .4rem;
  background-size: cover;
  background-repeat: no-repeat; }
  .categories__item:hover {
    text-decoration: none; }

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

.categories__title {
  font-size: 2rem;
  color: #fff;
  font-weight: 600; }

.categories__subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff; }

.categories__price {
  font-weight: 600;
  font-size: 2rem;
  color: #fff; }

.login-page {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 8rem);
  padding: 7rem 0 12rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1; }
  .login-page:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: -1; }

.login-page__wrapper {
  display: flex;
  align-items: center;
  justify-content: center; }

.login-page__remodal {
  width: 42rem;
  max-width: 100%;
  padding: 5rem 5rem 4rem;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  border-radius: 3rem; }

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

.ghost {
  opacity: 0; }

.unvisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

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

.bg-gray {
  background-color: #9DA0A1; }

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

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

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

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

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

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

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

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

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

.bg-blue {
  background-color: #252293; }

.bg-cyan {
  background-color: #00aeed; }

.bg-green {
  background-color: #2DBE81; }

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

.bg-main {
  background-color: #0174df; }

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

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

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

.bg-gray {
  background-color: #9DA0A1; }

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

.static {
  position: static; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.full-width {
  width: 100%; }

.half-width {
  width: 50%; }

.display-inline {
  display: inline; }

.display-block {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

.relative {
  position: relative; }

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

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

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

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

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

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

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

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

.formh {
  display: none; }

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

@media (max-width: 1600px) {
  .products__block {
    width: 33.33%; } }

@media (max-width: 1260px) {
  .product__nav a {
    margin-right: 2rem; }
  .races__row {
    gap: 1rem; }
    .races__row .image {
      width: 3rem; }
    .races__row .type {
      width: 10rem; }
    .races__row .distance {
      width: 10rem; }
    .races__row .date {
      width: 20rem; } }

@media (max-width: 992px) {
  .hide-mobile {
    display: none; }
  .container {
    padding: 0 20px; }
  .header.fixed .menu__btn:before, .header.fixed .menu__btn i, .header.fixed .menu__btn:after {
    background-color: #222; }
  .header__wrapper .btn {
    min-width: auto;
    padding: 0 2rem; }
  .menu__btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 1.8rem;
    height: 3.6rem; }
    .menu__btn:before, .menu__btn:after,
    .menu__btn i {
      content: '';
      width: 1.8rem;
      display: block;
      height: 2px;
      border-radius: 4px;
      background-color: #000;
      transition: 0.3s; }
    .menu__btn i {
      margin: .4rem 0; }
    .menu__btn.active {
      position: relative; }
      .menu__btn.active:before, .menu__btn.active:after {
        content: '';
        background-color: #000;
        height: 2px;
        width: 100%;
        position: absolute;
        top: 4px;
        left: 0;
        transform: rotate(45deg);
        border-radius: 2px; }
      .menu__btn.active:after {
        transform: rotate(-45deg); }
  .menu__close {
    position: absolute;
    top: 1rem;
    right: 2.5rem;
    width: 2rem;
    height: 2rem;
    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); }
  .header__wrapper {
    padding: 0 2.5rem; }
  .header__action {
    margin-right: 0;
    margin-left: 1.5rem; }
    .header__action:last-of-type {
      margin-right: 0; }
  .menu {
    border-top: 1px solid #EAEAEA;
    padding: 3rem 2.5rem;
    width: 100%;
    position: fixed;
    top: 8rem;
    right: 0;
    height: calc(100% - 8rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    transition: 0.3s;
    transform: translateX(-100%);
    z-index: 1001;
    overflow-y: auto; }
    .menu.opened {
      transforM: translateX(0); }
    .menu .menu__content {
      width: 100%;
      position: relative;
      height: 100%; }
    .menu .lng__link img {
      margin-right: 1rem; }
    .menu .menu__nav {
      display: flex;
      flex-direction: column; }
    .menu .menu__nav-link {
      margin-bottom: 1rem;
      font-size: 1.4rem;
      font-weight: 700;
      display: flex;
      align-items: center;
      color: #000;
      gap: .5rem;
      line-height: 3.6rem;
      position: relative; }
      .menu .menu__nav-link:hover {
        text-decoration: none; }
      .menu .menu__nav-link.with-sub:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border: 4px solid transparent;
        border-left-color: #000;
        right: 0; }
    .menu .menu__lng-link {
      display: flex;
      align-items: center;
      color: #000;
      font-size: 1.4rem;
      font-weight: 700;
      gap: 1rem; }
    .menu .menu__back {
      margin-bottom: 1.5rem;
      display: block;
      margin-bottom: 3rem;
      position: relative;
      padding-left: 2rem;
      font-size: 1.6rem;
      color: #0174df;
      font-weight: 700; }
      .menu .menu__back:before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        border-width: 1px 0 0 1px;
        padding: .4rem;
        border-style: solid;
        border-color: #2DBE81;
        left: 0;
        opacity: 1; }
    .menu .nav__submenu a {
      padding: 2rem; }
  .menu__nav-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
    overflow-y: auto;
    overflow-x: hidden; }
  .menu__nav-back {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    font-size: 2.2rem;
    font-weight: 700;
    color: #000;
    position: relative;
    line-height: 3.6rem;
    display: block; }
    .menu__nav-back:hover {
      text-decoration: none; }
    .menu__nav-back:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      border: 4px solid transparent;
      border-right-color: #000; }
  .menu__nav-cat {
    margin: 0 -2.5rem;
    padding: 0 2.5rem 0;
    border-bottom: 1px solid #F1F1F1; }
    .menu__nav-cat.first {
      border-top: 1px solid #f1f1f1; }
    .menu__nav-cat .title {
      font-size: 1.4rem;
      font-weight: 700;
      padding: 1.5rem 0;
      position: relative;
      color: #5D666D;
      display: block; }
      .menu__nav-cat .title:hover {
        text-decoration: none; }
      .menu__nav-cat .title:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        border: 4px solid transparent;
        border-top-color: #000;
        margin-top: 2px; }
      .menu__nav-cat .title.active:after {
        border-top-color: transparent;
        border-bottom-color: #000;
        margin-top: -2px; }
  .menu__nav-item {
    padding-bottom: 1.5rem; }
  .menu__nav-events {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    padding-bottom: 1rem; }
  .menu__nav-event {
    height: 3.6rem;
    border-radius: .8rem;
    padding: 0 1.5rem;
    background-color: #fff;
    border: 1px dashed #0174df;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 500;
    color: #0174df;
    white-space: nowrap; }
    .menu__nav-event.active {
      background-color: #0174df;
      color: #fff; }
  .menu__nav-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4.5rem; }
  .menu__all-link {
    color: #0174df;
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 1.5rem; }
    .menu__all-link:hover {
      text-decoration: none; }
  .lng__link img {
    height: 2rem;
    width: 2rem; }
  .lng__link.logged img {
    height: 3.6rem;
    width: 3.6rem;
    object-fit: cover;
    display: block; }
  .menu__footer {
    padding: 1rem 0 0; }
    .menu__footer .btn {
      margin-top: 5rem; }
  .menu__social {
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column; }
    .menu__social a {
      display: flex;
      align-items: center;
      height: 4.4rem;
      color: #000;
      font-weight: 700; }
      .menu__social a img {
        margin-right: 1rem; }
  .catalog__wrapper {
    flex-direction: column; }
  .catalog__sidebar {
    width: 100%;
    position: fixed !important;
    top: 8.1rem;
    height: calc(100% - 8.1rem);
    z-index: 1000;
    background-color: #fff;
    opacity: 0;
    visibility: hidden; }
    .catalog__sidebar.opened {
      opacity: 1;
      visibility: visible; }
    .catalog__sidebar .js-sticky-sidebar {
      height: 100%; }
  .sidebar__block {
    margin-bottom: 0;
    padding-bottom: 0; }
    .sidebar__block:last-child {
      margin-bottom: 0;
      border-bottom: 1px solid #f1f1f1; }
  .catalog__sidebar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2.5rem 2.5rem;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 2.5rem; }
    .catalog__sidebar-head .title {
      display: flex;
      align-items: center;
      gap: 1rem;
      font-size: 2.2rem;
      font-weight: 700; }
  .catalog__sidebar-close {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    display: block;
    position: relative;
    background-color: #f1f1f1;
    padding: .8rem; }
    .catalog__sidebar-close:before, .catalog__sidebar-close:after {
      content: '';
      position: absolute;
      top: 1.2rem;
      left: .6rem;
      display: block;
      width: calc(100% - 1.2rem);
      height: 0.2rem;
      border-radius: 2px;
      background-color: #000;
      transition: 0.3s; }
    .catalog__sidebar-close:before {
      transform: rotate(-45deg); }
    .catalog__sidebar-close:after {
      transform: rotate(45deg); }
  .catalog__sidebar-content {
    height: calc(100% - 8rem);
    overflow-y: auto; }
  .sidebar__actions {
    padding: 2rem 2rem;
    gap: 2rem;
    display: flex;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15); }
    .sidebar__actions .btn {
      flex: 1;
      height: 5rem; }
  .catalog__content {
    width: 100%;
    padding: 2rem 2.5rem 0; }
    .catalog__content .block__title {
      padding: 0; }
  .block__title {
    font-size: 2.6rem; }
  .products__wrapper {
    padding: 0 0; }
  .catalog__filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F1F1F1;
    padding: 0 0 0 2.5rem;
    margin: 0 -2.5rem; }
    .catalog__filter .btn {
      border-radius: 0;
      gap: .7rem;
      padding: 0 2rem;
      font-size: 1.2rem;
      font-weight: 700;
      letter-spacing: initial; }
  .catalog__filter-link {
    color: #000;
    font-size: 1.4rem;
    font-weight: 600;
    position: relative; }
    .catalog__filter-link.with-arrow {
      padding-right: 1.5rem; }
      .catalog__filter-link.with-arrow:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border: 4px solid transparent;
        margin-top: .3rem;
        right: 0;
        border-top-color: #000; }
      .catalog__filter-link.with-arrow.active:after {
        border-top-color: transparent;
        border-bottom-color: #000;
        margin-top: 0; }
  .sidebar__mobile-link {
    color: #0174df;
    font-size: 1.5rem;
    font-weight: 500; }
    .sidebar__mobile-link:hover {
      text-decoration: underline; }
  .sidebar__item {
    margin: 0;
    max-height: none;
    padding: 1.5rem 2.5rem; }
  .catalog__filter-ico {
    opacity: .5; }
    .catalog__filter-ico.active {
      opacity: 1; }
  .catalog__reset {
    margin-left: auto; }
  .catalog__filter-wrapper {
    position: relative;
    margin-bottom: 2.5rem; }
  .catalog__tags {
    margin-bottom: 0;
    display: none;
    margin: 0 -2.5rem;
    padding: .6rem 2.5rem; }
    .catalog__tags.opened {
      display: flex; }
  .product__wrapper {
    flex-direction: column; }
  .product__block {
    width: 100%; }
    .product__block:last-child {
      width: 100%; }
  .reviews__wrapper {
    flex-direction: column; }
  .reviews__block {
    width: 100%; }
    .reviews__block:last-child {
      width: 100%; }
  .races__block {
    padding: 3rem 2rem;
    margin-bottom: 0;
    transform: translateY(0) !important; }
  .races__row {
    padding-left: 0;
    padding-right: 0; }
    .races__row .name {
      width: calc(100% - 4rem);
      flex: unset; }
    .races__row .type {
      width: calc(50% - 1rem); }
    .races__row .distance {
      width: calc(50% - 1rem); }
  .intro__content {
    min-height: auto; }
  .intro__wrapper {
    flex-direction: column-reverse;
    padding-bottom: 8rem;
    align-items: center; }
  .intro__block {
    max-width: 100%;
    text-align: center; }
  .intro__date {
    padding-top: 5rem; }
  .intro__title {
    font-size: 6rem; }
  .intro__menu {
    flex-direction: column; }
  .intro__nav-link {
    padding: 0 1rem; }
  .intro__info {
    justify-content: center; }
  .rating {
    justify-content: center; }
  .intro__nav {
    opacity: 0;
    visibility: hidden; }
  .intro__menu-wrapper.fixed .intro__nav {
    opacity: 1;
    visibility: visible;
    overflow-x: auto;
    width: 100%; }
  .intro__date {
    display: none; }
    .intro__date .number {
      font-size: 8rem; }
    .intro__date .month {
      font-size: 4rem; }
    .intro__date .year {
      font-size: 3rem; }
  .intro__block {
    padding-top: 5rem; }
  .header__search-toggle {
    display: block; }
    .header__search-toggle img {
      display: block; }
  .header__actions {
    flex-direction: row-reverse; }
  .header--cabinet .header__actions {
    flex-direction: row; }
  .header__actions-mobile {
    width: 20%;
    display: flex;
    align-items: center; }
    .header__actions-mobile .menu__btn {
      margin-right: 1.5rem; }
  .search__menu {
    padding: 5rem 2rem 3rem;
    width: 100%;
    position: fixed;
    top: 8rem;
    right: 0;
    height: calc(100% - 8rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    transition: 0.3s;
    transform: translateX(-100%);
    z-index: 1001;
    overflow-y: auto; }
    .search__menu.opened {
      transforM: translateX(0); }
    .search__menu .header__search {
      margin: 0;
      max-width: 100%; }
  .header__block {
    width: 25%;
    min-width: auto; }
    .header__block:nth-child(2) {
      width: auto; }
    .header__block:last-child {
      width: 25%; }
  .reviews__total {
    margin-bottom: 2rem;
    padding: 3rem; }
  .block__title-slider-item {
    padding-right: 0; }
  .reviews__others-author {
    display: none; }
  .reviews__slider {
    margin-bottom: 2rem; }
  .review__total {
    display: none; }
  .text__wrapper {
    margin-bottom: 2rem;
    height: 10.2rem;
    overflow: hidden;
    position: relative;
    line-height: 1.5; }
    .text__wrapper .block__text {
      margin-bottom: 0; }
    .text__wrapper.translated {
      padding-left: 2rem;
      border-left: 1px solid #F1F1F1; }
    .text__wrapper.opened {
      height: auto; }
      .text__wrapper.opened:after {
        display: none; }
    .text__wrapper:after {
      content: '';
      position: absolute;
      bottom: -1rem;
      left: 0;
      width: 100%;
      height: 5rem;
      background: linear-gradient(to top, #fff 50%, rgba(255, 255, 255, 0)); }
  .text__block {
    padding: 0;
    margin-bottom: 2rem; }
    .text__block.bottom {
      padding: 0; }
  .intro__actions {
    background-color: #000;
    padding: 1rem 2rem;
    justify-content: center; }
  .races {
    margin-bottom: 4rem; }
  .map__content {
    padding-top: 4rem; }
  .races__block-head {
    flex-direction: column;
    align-items: flex-start; }
  .translate__text {
    margin-top: 2rem; }
  .catalog__sidebar-content {
    position: static; }
  .footer__nav-link {
    white-space: normal; }
  .sidebar__title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
    border-bottom: 0; }
    .sidebar__title.active {
      border-bottom: 1px solid #f1f1f1; }
      .sidebar__title.active.with-sub:after {
        margin-top: -1px; }
  .logo {
    margin-right: 0; }
  .menu__lng {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 10; }
    .menu__lng.opened {
      opacity: 1;
      visibility: visible; }
  .cabinet__form .input {
    font-size: 1.6rem; }
  .header--cabinet {
    position: fixed;
    top: 0;
    width: 100%; }
  cabinet__page-wrapper {
    padding-top: 8rem; } }

@media (max-width: 768px) {
  .footer__line-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start; }
    .footer__line-wrapper .copyright {
      margin-top: 3rem;
      text-align: center; }
    .footer__line-wrapper .lng__link img {
      display: none; }
    .footer__line-wrapper .lng__link span {
      margin-left: 0; }
    .footer__line-wrapper .lng__link:after {
      right: auto;
      left: 0; }
  .products__block {
    width: 50%; }
  .product__head-wrapper {
    flex-direction: column;
    align-items: flex-start; }
  .product__info {
    margin-bottom: 2rem; }
  .product__image {
    height: 30rem; }
  .product__nav {
    overflow-x: auto;
    white-space: nowrap; }
  .product__rating-wrapper {
    flex-wrap: wrap; }
  .footer {
    padding-bottom: 2rem; }
  .footer__wrapper {
    flex-wrap: wrap;
    margin-bottom: 0; }
  .gallery__wrapper.triple {
    margin-bottom: 0; }
    .gallery__wrapper.triple .gallery__item {
      height: 15rem; }
  .map__content {
    padding: 4rem 2rem 0; } }

@media (max-width: 640px) {
  .review__block {
    width: 100%; }
  .gallery__wrapper.triple .gallery__block {
    width: 50%; }
    .gallery__wrapper.triple .gallery__block:last-child {
      width: 100%; }
  .reviews__head {
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem; }
  .reviews__content {
    margin-top: 0; }
  .races__row {
    flex-wrap: wrap; }
  .event__wrapper {
    flex-direction: column; }
  .event__info {
    width: 100%; }
  .event__content {
    width: 100%; }
  .header__block {
    width: 25%;
    min-width: auto; }
  .logo {
    margin-right: 0; }
    .logo img {
      height: 4rem; }
  .header__search {
    margin: 0 1rem; }
  .header__wrapper {
    padding: 0 2.5rem; }
  .reviews__points {
    margin-bottom: 3rem; }
  .reviews__head-block .block__link {
    margin-bottom: 1rem;
    display: inline-block; }
  .reviews__total-head {
    margin-bottom: 3rem;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .reviews__total-head .count {
      margin-top: 3rem; } }

@media (max-width: 560px) {
  .products__block {
    width: 100%; }
  .intro__title {
    font-size: 4.5rem; }
  .intro__info {
    flex-direction: column; }
    .intro__info .separator {
      margin-bottom: 1rem;
      transform: rotateZ(45deg); }
  .block__title-wrapper {
    flex-direction: column;
    align-items: flex-start; }
    .block__title-wrapper .block__title {
      margin-bottom: 2rem; } }
