@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
  ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
  ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
  ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/* Text-level semantics
  ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
  ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
  ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  font-family: inherit; /* 1 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  display: table; /* 1 */
  box-sizing: border-box; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  outline-offset: -2px; /* 2 */
  -webkit-appearance: textfield; /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/* Interactive
  ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
  ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

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

html {
  scroll-behavior: smooth;
}

body {
  background-color: #edeff6;
  color: #1d2e5b;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  font-family: "Blogger Sans", "Arial", sans-serif;
  min-height: 100vh;
  max-width: 100vw;
  padding: 0;
  flex-grow: 1;
}

picture {
  display: block;
  height: auto;
  max-width: 100%;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  color: #1d2e5b;
  text-decoration: none;
}

svg {
  flex-shrink: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

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

button {
  cursor: pointer;
}

footer {
  margin-top: auto;
}

@font-face {
  font-family: "Blogger Sans";
  src: url("../fonts/BloggerSans.woff2") format("woff2"), url("../fonts/BloggerSans.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.container {
  max-width: 90rem;
  width: 100%;
  padding: 0 4rem 0 3.43rem;
  margin: 0 auto;
}
@media (max-width: 48rem) {
  .container {
    max-width: 48rem;
    padding: 0 2.5rem;
  }
}
@media (max-width: 20.1rem) {
  .container {
    max-width: 20rem;
    padding: 0 1.56rem;
  }
}

.hero {
  padding: 0 0 6.25rem;
}
.hero__main-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 5vw;
}
@media (max-width: 86.25rem) {
  .hero__main-wrapper {
    flex-direction: column-reverse;
  }
}
@media (max-width: 43.75rem) {
  .hero__main-wrapper {
    gap: 1.5rem;
  }
}
.hero__catalog {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  gap: 1.87rem;
}
@media (max-width: 86.25rem) {
  .hero__catalog {
    width: 100%;
  }
}
@media (max-width: 64rem) {
  .hero__catalog {
    gap: 2.5rem;
  }
}
@media (max-width: 29.37rem) {
  .hero__catalog {
    gap: 0.6rem;
  }
}

.card {
  background-color: #ffffff;
  max-height: 17.87rem;
  border-radius: 1.56rem;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  row-gap: 2.2rem;
  -moz-column-gap: 2vw;
       column-gap: 2vw;
  width: 100%;
  min-width: 59.37rem;
  position: relative;
}
.card::before {
  content: "";
  width: 0.5rem;
  height: 0.45rem;
  display: block;
  border-radius: 50%;
  background-color: #1d2e5b;
  position: absolute;
  top: 21%;
  left: 34%;
  transform: translateY(-50%);
}
@media (max-width: 86.25rem) {
  .card::before {
    left: 60%;
  }
}
@media (max-width: 64rem) {
  .card::before {
    left: 65%;
    top: 16%;
  }
}
@media (max-width: 56.25rem) {
  .card::before {
    left: 74%;
  }
}
@media (max-width: 43.75rem) {
  .card::before {
    top: 5%;
    left: unset;
    right: 5%;
  }
}
.card::after {
  display: none;
}
@media (max-width: 29.37rem) {
  .card::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #edeff6;
    position: absolute;
    bottom: 33.5%;
    left: 0;
  }
}
.card:nth-child(1) .card__travel-logo-background:nth-child(n+2) {
  opacity: 0.15;
}
.card:nth-child(1) .card__level {
  background: conic-gradient(#ff8d30 0% 99%, #ffffff 99% 100%);
}
@media (max-width: 48rem) {
  .card:nth-child(1)::before {
    background-color: #ff8d30;
  }
}
.card:nth-child(2) .card__travel-logo-background:nth-child(3) {
  opacity: 0.15;
}
.card:nth-child(2) .card__level {
  background: conic-gradient(#ff8d30 0% 80%, #ffffff 80% 100%);
}
.card:nth-child(2)::before {
  background-color: #ff8d30;
}
@media (max-width: 64rem) {
  .card:nth-child(2)::before {
    background-color: #81e31e;
  }
}
@media (max-width: 48rem) {
  .card:nth-child(2)::before {
    background-color: #ff8d30;
  }
}
.card:nth-child(3) .card__travel-logo-background:nth-child(even) {
  opacity: 0.15;
}
.card:nth-child(3) .card__level {
  background: conic-gradient(#ff8d30 0% 25%, #ffffff 25% 100%);
}
.card:nth-child(3)::before {
  background-color: #ff8d30;
}
@media (max-width: 64rem) {
  .card:nth-child(3)::before {
    background-color: #81e31e;
  }
}
@media (max-width: 48rem) {
  .card:nth-child(3)::before {
    background-color: #ff8d30;
  }
}
.card:nth-child(4) .card__travel-logo-background:nth-child(n+3) {
  opacity: 0.15;
}
.card:nth-child(4) .card__level {
  background: conic-gradient(#ff8d30 0% 50%, #ffffff 50% 100%);
}
.card:nth-child(4)::before {
  background-color: #81e31e;
}
@media (max-width: 64rem) {
  .card:nth-child(4)::before {
    background-color: #81e31e;
  }
}
@media (max-width: 48rem) {
  .card:nth-child(4)::before {
    background-color: #ff8d30;
  }
}
@media (max-width: 86.25rem) {
  .card {
    min-width: unset;
  }
}
@media (max-width: 64rem) {
  .card {
    padding: 2.18rem 1.56rem 1.56rem 2.18rem;
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    max-height: 20.81rem;
  }
}
@media (max-width: 43.75rem) {
  .card {
    grid-template-columns: repeat(2, 1fr);
    gap: unset;
    padding: 0.87rem 1.25rem 1.43rem 1.12rem;
    row-gap: 2rem;
    min-height: -moz-fit-content;
    min-height: fit-content;
    grid-template-rows: 1fr;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 29.37rem) {
  .card {
    row-gap: 1rem;
    grid-template-columns: unset;
    -moz-column-gap: unset;
         column-gap: unset;
    min-height: 26rem;
  }
}
.card__picture {
  grid-row: span 2;
  grid-column: 1;
}
@media (max-width: 64rem) {
  .card__picture {
    width: 11.87rem;
    height: 11.87rem;
    border-radius: 1.12rem;
    overflow: hidden;
    grid-row: 1/2;
  }
}
@media (max-width: 29.37rem) {
  .card__picture {
    width: 4.37rem;
    height: 4.37rem;
    border-radius: 50%;
    margin-bottom: 3.87rem;
  }
}
.card__inner-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
  grid-row: span 2;
}
@media (max-width: 86.25rem) {
  .card__inner-info {
    grid-column: 2;
  }
}
@media (max-width: 64rem) {
  .card__inner-info {
    grid-row: unset;
    gap: 1.9rem;
  }
}
.card__info-block {
  margin-top: 2.8rem;
  margin-left: 1.37rem;
  display: flex;
  flex-direction: column;
  align-items: unset;
  gap: 1.56rem;
}
@media (max-width: 64rem) {
  .card__info-block {
    margin-top: unset;
    margin-left: unset;
    gap: 1.2rem;
  }
}
.card__title {
  font-weight: 700;
  font-size: 1.87rem;
  line-height: 100%;
}
@media (max-width: 43.75rem) {
  .card__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 29.37rem) {
  .card__title {
    max-width: 4.87rem;
    position: absolute;
    top: 0.87rem;
    left: 6.5rem;
  }
}
.card__hashtags {
  display: flex;
  gap: 2px;
  max-width: 13.06rem;
  flex-wrap: wrap;
}
@media (max-width: 29.37rem) {
  .card__hashtags {
    position: absolute;
    top: 24%;
    left: 7%;
  }
}
.card__hashtag {
  color: #000000;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 115%;
}
@media (max-width: 43.75rem) {
  .card__hashtag {
    color: #444444;
    font-size: 0.93rem;
    line-height: 120%;
  }
}
.card__btn-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  margin-left: 1.25rem;
}
@media (max-width: 64rem) {
  .card__btn-block {
    margin-left: unset;
    margin-top: 1.06rem;
  }
}
@media (max-width: 43.75rem) {
  .card__btn-block {
    position: absolute;
    top: 10rem;
    left: 12rem;
    z-index: 10;
  }
}
@media (max-width: 29.37rem) {
  .card__btn-block {
    top: 2.4rem;
    left: 4rem;
  }
}
@media (max-width: 43.75rem) {
  .card__take-btn {
    display: none;
  }
}
.card__take-btn--mobile {
  display: none;
}
@media (max-width: 43.75rem) {
  .card__take-btn--mobile {
    display: flex;
    width: 100%;
    grid-column: span 2;
    justify-content: center;
    grid-row: 4;
  }
}
.card__like-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
}
.card__likes-count {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  text-transform: uppercase;
  margin-left: 0.43rem;
}
@media (max-width: 43.75rem) {
  .card__likes-count {
    font-size: 0.87rem;
    line-height: 114%;
  }
}
.card__location-wrapper {
  display: flex;
  flex-direction: column;
  align-items: unset;
  gap: 0.75rem;
  margin-top: 3.12rem;
  margin-left: 1.68rem;
  grid-column: 3/4;
  grid-row: 1/2;
}
@media (max-width: 64rem) {
  .card__location-wrapper {
    margin-left: unset;
    margin-top: unset;
    grid-column: span 3;
    grid-row: 2;
    flex-direction: row;
    padding: 1.18rem 0 0 0;
    height: 20px;
    gap: 1.9rem;
    position: relative;
  }
  .card__location-wrapper::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #edeff6;
    position: absolute;
    top: -63%;
    left: 0;
  }
}
@media (max-width: 64rem) and (max-width: 29.37rem) {
  .card__location-wrapper::after {
    top: -6%;
  }
}
@media (max-width: 64rem) {
  .card__location-wrapper::before {
    content: "хочет посетить:";
    font-size: 0.93rem;
    line-height: 106%;
    color: #444444;
    padding: 0 0.75rem 0 0.62rem;
    background-color: #ffffff;
    position: absolute;
    top: -104%;
    left: 5%;
    z-index: 5;
  }
}
@media (max-width: 64rem) and (max-width: 29.37rem) {
  .card__location-wrapper::before {
    top: -17%;
    padding: 0 0.3rem 0 0.3rem;
    left: 1%;
  }
}
@media (max-width: 43.75rem) {
  .card__location-wrapper {
    grid-column: span 2;
    gap: 0.62rem;
  }
}
@media (max-width: 29.37rem) {
  .card__location-wrapper {
    flex-direction: column;
    height: unset;
    margin-bottom: 1.37rem;
  }
}
.card__location {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  gap: 1.18rem;
}
@media (max-width: 64rem) {
  .card__location {
    gap: 0.62rem;
    margin-top: 0.62rem;
  }
}
.card__location .card__location-icon {
  width: 1.62rem;
  height: 1.12rem;
}
@media (max-width: 43.75rem) {
  .card__location {
    margin-top: unset;
  }
}
@media (max-width: 29.37rem) {
  .card__location {
    gap: 1.2rem;
  }
}
.card__location-text {
  font-size: 1.25rem;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 43.75rem) {
  .card__location-text {
    font-size: 0.93rem;
    line-height: 106%;
  }
}
.card__travel-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  gap: 3.25rem;
  margin-left: 1.68rem;
  grid-column: 3;
  grid-row: 2/3;
}
@media (max-width: 64rem) {
  .card__travel-block {
    grid-row: 1;
    flex-direction: column;
    gap: 0.75rem;
    margin-left: auto;
  }
}
@media (max-width: 43.75rem) {
  .card__travel-block {
    grid-row: 3;
    grid-column: span 2;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.card__icons-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  gap: 0.62rem;
}
@media (max-width: 64rem) {
  .card__icons-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 43.75rem) {
  .card__icons-wrapper {
    flex-direction: row;
  }
}
@media (max-width: 29.37rem) {
  .card__icons-wrapper {
    position: relative;
  }
  .card__icons-wrapper::before {
    content: "транспорт:";
    font-size: 0.93rem;
    line-height: 106%;
    color: #444444;
    top: -95%;
    left: 3%;
    opacity: 1;
    height: unset;
    z-index: 2;
    padding: 0 0.62rem 0 0.3rem;
    background-color: #ffffff;
    width: unset;
    position: absolute;
  }
}
.card__travel-logo {
  width: 1.37rem;
  height: 1.37rem;
}
@media (max-width: 29.37rem) {
  .card__travel-logo {
    width: 0.81rem;
    height: 1rem;
  }
}
@media (max-width: 43.75rem) {
  .card__travel-logo-background {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background-color: #edeff6;
    border-radius: 50%;
  }
}
.card__level {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 43.75rem) {
  .card__level {
    width: 2.81rem;
    height: 2.81rem;
  }
}
.card__level::before {
  content: "";
  width: 3.54rem;
  height: 3.54rem;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 1.5px;
}
@media (max-width: 64rem) {
  .card__level::before {
    width: 3.5rem;
    height: 3.5rem;
    top: 2px;
    left: 2px;
  }
}
@media (max-width: 43.75rem) {
  .card__level::before {
    width: 2.4rem;
    height: 2.4rem;
    top: 3px;
    left: 3.3px;
  }
}
.card__level::after {
  content: "";
  width: 2.06rem;
  height: 1px;
  opacity: 0.1;
  background-color: #000000;
  position: absolute;
  top: 59%;
}
@media (max-width: 43.75rem) {
  .card__level::after {
    content: "левел:";
    font-size: 0.93rem;
    line-height: 106%;
    color: #444444;
    top: -53%;
    opacity: 1;
    height: unset;
    z-index: 2;
    padding: 0 0.62rem 0 0.87rem;
    background-color: #ffffff;
    width: unset;
  }
}
.card__level-number {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 100%;
  z-index: 5;
}
.card__level-unit {
  font-size: 0.87rem;
  line-height: 100%;
  color: #000000;
  opacity: 0.4;
  z-index: 5;
}
@media (max-width: 43.75rem) {
  .card__level-unit {
    display: none;
  }
}

.btn {
  padding: 1.12rem 2rem 1.06rem 2rem;
  background-color: #ffd74b;
  border-radius: 1.56rem;
  border: unset;
  font-size: 1.25rem;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 700;
  transition: background-color ease-in 0.3s, text-shadow ease-in 0.3s;
}
.btn:hover, .btn:focus-visible {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2509803922);
  background-color: #ff8d30;
}
@media (max-width: 64rem) {
  .btn {
    padding: 1rem 2.3rem 1rem 2.3rem;
  }
}
@media (max-width: 31.25rem) {
  .btn {
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
    font-size: 1.06rem;
  }
}
.btn--like {
  background-color: #e2e5f2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.12rem;
  height: 3.12rem;
  padding: 0;
  position: relative;
}
.btn--like:hover, .btn--like:focus-visible {
  background-color: #f9eaea;
}
@media (max-width: 43.75rem) {
  .btn--like {
    width: 1.87rem;
    height: 1.87rem;
  }
  .btn--like .btn__like-icon {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.btn__like-icon {
  color: #1d2e5b;
  width: 1.31rem;
  height: 1.18rem;
  opacity: 0.5;
}
.btn__like-icon-red {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
  transition: opacity ease-in 0.3s;
}
@media (max-width: 43.75rem) {
  .btn__like-icon-red {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.btn--white {
  padding: 1.06rem 2.62rem;
  background-color: #ffffff;
}
@media (max-width: 31.25rem) {
  .btn--white {
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
  }
}
.btn--clicked {
  background-color: #f9eaea;
}

.sidebar {
  padding: 2.85rem 3rem 2.75rem 3rem;
  background-color: #ffd74b;
  border-radius: 1.25rem;
  min-height: 50.75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  gap: 2.12rem;
}
@media (max-width: 86.25rem) {
  .sidebar {
    width: 100%;
    align-items: flex-start;
    min-height: 34.37rem;
  }
}
@media (max-width: 64rem) {
  .sidebar {
    padding: 2.2rem 3rem 2rem 2.2rem;
    gap: 2.4rem;
  }
}
@media (max-width: 31.25rem) {
  .sidebar {
    padding: 1.56rem 1.5rem 1.62rem 1.62rem;
    gap: unset;
    min-height: 39.25rem;
  }
}
.sidebar__title {
  font-weight: 700;
  font-size: 1.87rem;
  line-height: 100%;
  max-width: 11.87rem;
}
@media (max-width: 86.25rem) {
  .sidebar__title {
    max-width: unset;
  }
}
@media (max-width: 64rem) {
  .sidebar__title {
    letter-spacing: 0.04em;
  }
}
@media (max-width: 31.25rem) {
  .sidebar__title {
    font-size: 1.37rem;
    margin-bottom: 1.5rem;
  }
}
.sidebar__accordion-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.18rem;
  width: 100%;
}
@media (max-width: 86.25rem) {
  .sidebar__accordion-wrapper {
    border-top: 1px solid #f3c72b;
    border-bottom: 1px solid #f3c72b;
    padding: 2.12rem 0 2.31rem 0;
  }
}
@media (max-width: 64rem) {
  .sidebar__accordion-wrapper {
    gap: unset;
  }
}
@media (max-width: 47.06rem) {
  .sidebar__accordion-wrapper {
    gap: 1.6rem;
  }
}
@media (max-width: 31.25rem) {
  .sidebar__accordion-wrapper {
    padding: 0.75rem 0 0.8rem;
    gap: 0.4rem;
    border-bottom: unset;
  }
}
.sidebar__btn {
  margin-top: auto;
}
@media (max-width: 86.25rem) {
  .sidebar__btn {
    width: 100%;
  }
}

.accordion {
  width: 100%;
}
@media (max-width: 86.25rem) {
  .accordion {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: unset;
  }
  .accordion:nth-child(4) .accordion__summary {
    width: unset;
    margin-right: 1.12rem;
  }
  .accordion:nth-child(4) .accordion__summary-title {
    margin-top: 0.62rem;
  }
}
@media (max-width: 64rem) {
  .accordion:nth-child(2) {
    margin-top: 1.8rem;
  }
  .accordion:nth-child(3) {
    margin-top: 1.8rem;
  }
  .accordion:nth-child(4) {
    margin-top: unset;
  }
}
@media (max-width: 47.06rem) {
  .accordion {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .accordion:nth-child(2) {
    margin-top: unset;
  }
  .accordion:nth-child(3) {
    margin-top: unset;
  }
  .accordion:nth-child(4) {
    margin-top: unset;
  }
  .accordion:nth-child(4) .accordion__summary {
    width: 100%;
  }
  .accordion:nth-child(4) .accordion__summary-title {
    margin-top: unset;
  }
}
@media (max-width: 47.06rem) {
  .accordion:nth-child(5) {
    align-items: center;
  }
}
@media (max-width: 31.25rem) {
  .accordion:nth-child(5) {
    margin-top: 0.52rem;
  }
}
@media (max-width: 28.12rem) {
  .accordion {
    border-bottom: 1px solid #f3c72b;
    gap: 0.7rem;
    padding: 0 0 0.3rem 0;
  }
}
.accordion__summary {
  width: 100%;
  list-style: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.62rem;
}
.accordion__summary:hover .accordion__stripe-down, .accordion__summary:focus-visible .accordion__stripe-down {
  transform: translateY(0.18rem);
}
.accordion__summary-title {
  font-size: 1.25rem;
  line-height: 110%;
  text-transform: uppercase;
}
@media (max-width: 86.25rem) {
  .accordion__summary-title {
    position: relative;
  }
  .accordion__summary-title::after {
    content: ":";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -0.37rem;
  }
}
@media (max-width: 86.25rem) and (max-width: 31.25rem) {
  .accordion__summary-title::after {
    display: none;
  }
}
@media (max-width: 31.25rem) {
  .accordion__summary-title {
    font-size: 1rem;
  }
}
.accordion__stripe-down {
  transition: transform ease-in 0.3s;
}
@media (max-width: 86.25rem) {
  .accordion__stripe-down {
    display: none;
  }
}
@media (max-width: 47.06rem) {
  .accordion__stripe-down {
    display: block;
  }
}
.accordion:open .accordion__stripe-down {
  transform: rotate(180deg);
}
.accordion__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.3rem;
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 86.25rem) {
  .accordion__menu {
    flex-direction: row;
    align-items: center;
    margin-top: unset;
    margin-bottom: unset;
  }
}
@media (max-width: 64rem) {
  .accordion__menu {
    gap: unset;
  }
}
@media (max-width: 47.06rem) {
  .accordion__menu {
    gap: 1.3rem;
    align-items: flex-start;
    margin-top: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 28.12rem) {
  .accordion__menu {
    flex-direction: column;
    margin-top: unset;
    margin-bottom: unset;
    padding: 0 0 0.8rem 0;
    gap: 0.7rem;
    margin-top: unset;
  }
}
.accordion__travel-menu {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 1.43rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 31.25rem) {
  .accordion__travel-menu {
    margin-top: 0.43rem;
  }
}

.custom-checkbox {
  width: 100%;
  padding: 0 0 0 2.31rem;
  position: relative;
}
@media (max-width: 86.25rem) {
  .custom-checkbox {
    width: 9.37rem;
  }
}
@media (max-width: 64rem) {
  .custom-checkbox {
    width: 10.3rem;
  }
}
@media (max-width: 47.06rem) {
  .custom-checkbox {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 31.25rem) {
  .custom-checkbox {
    padding: 0 0 0 1.7rem;
  }
}
@media (max-width: 29.37rem) {
  .custom-checkbox {
    width: 10.3rem;
  }
}
.custom-checkbox__input {
  z-index: 10;
}
.custom-checkbox__label {
  cursor: pointer;
}
.custom-checkbox__label::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.25rem;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 2;
  transform: translateY(-50%);
}
@media (max-width: 31.25rem) {
  .custom-checkbox__label::before {
    width: 1.12rem;
    height: 1.12rem;
  }
}
.custom-checkbox__text {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 100%;
  color: #000000;
}
@media (max-width: 31.25rem) {
  .custom-checkbox__text {
    font-size: 0.93rem;
    line-height: 133%;
  }
}
.custom-checkbox__checked-icon {
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
  z-index: 5;
  opacity: 0;
  transition: opacity ease-in 0.3s;
}
@media (max-width: 29.37rem) {
  .custom-checkbox__checked-icon {
    width: 0.51rem;
    height: 0.51rem;
    left: 4%;
  }
}

.custom-travel-checkbox:nth-child(2) .custom-travel-checkbox__icon {
  margin-left: 0.31rem;
}
.custom-travel-checkbox__label {
  width: 2.75rem;
  height: 2.75rem;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 31.25rem) {
  .custom-travel-checkbox__label {
    width: 2rem;
    height: 2rem;
  }
  .custom-travel-checkbox__label .custom-travel-checkbox__icon {
    width: 1rem;
    height: 1rem;
  }
}
.custom-travel-checkbox__icon {
  opacity: 0.15;
  scale: 1.1;
  transition: opacity ease-in 0.3s;
}
.custom-travel-checkbox__input {
  z-index: 10;
}
.custom-travel-checkbox__input:checked + .custom-travel-checkbox__label .custom-travel-checkbox__icon {
  opacity: 1;
}

.slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  gap: 1.93rem;
}
@media (max-width: 86.25rem) {
  .slider {
    flex-direction: row-reverse;
  }
}
@media (max-width: 64rem) {
  .slider {
    gap: 3.7rem;
  }
}
@media (max-width: 47.06rem) {
  .slider {
    flex-direction: column;
    gap: 1.31rem;
  }
}
.slider__label {
  width: 100%;
  background-color: #ffffff;
  height: 2.87rem;
  margin-top: 1.25rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3.87rem;
  outline: 1px solid #cbced9;
  border-radius: 0.25rem;
  position: relative;
}
.slider__label::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #cbced9;
  position: absolute;
  top: 0;
  left: 50%;
}
.slider__label::before {
  content: "";
  background-color: #cbced9;
  width: 1.25rem;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 86.25rem) {
  .slider__label {
    margin-top: unset;
  }
}
@media (max-width: 64rem) {
  .slider__label {
    width: 33%;
    gap: 1.8rem;
  }
}
@media (max-width: 47.06rem) {
  .slider__label {
    margin-top: 1.25rem;
    width: 100%;
    gap: 20vw;
  }
}
@media (max-width: 31.25rem) {
  .slider__label {
    margin-top: unset;
    height: 2.12rem;
  }
}
.slider__current-number, .slider__max-number {
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0.04em;
}
@media (max-width: 31.25rem) {
  .slider__current-number, .slider__max-number {
    font-size: 0.87rem;
    line-height: 92%;
  }
}
.slider__max-number {
  margin-left: 0.62rem;
  position: relative;
}
.slider__white-block {
  background-color: #ffffff;
  width: 1.25rem;
  height: 0.62rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}
.slider__level-slider {
  display: block;
  width: 100%;
  height: 20px;
  z-index: 10;
  position: relative;
}
.slider__level-slider::before {
  content: "";
  width: 0.81rem;
  height: 0.81rem;
  background: #161c35;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  pointer-events: none;
}
@media (max-width: 31.25rem) {
  .slider__level-slider::before {
    width: 0.6rem;
    height: 0.61rem;
  }
}
.slider .noUi-target {
  background: #1d2e5b;
  height: 0.5rem;
  border-radius: 0.25rem;
}
.slider .noUi-horizontal {
  height: 3px;
}
@media (max-width: 86.25rem) {
  .slider .noUi-horizontal {
    width: 20.6rem;
  }
}
@media (max-width: 31.25rem) {
  .slider .noUi-horizontal {
    width: 69vw;
  }
}
.slider .noUi-horizontal .noUi-handle {
  border: unset;
  box-shadow: unset;
  width: 0.81rem;
  height: 0.81rem;
  background: #161c35;
  border-radius: 50%;
  top: -0.3rem;
  right: 0;
}
@media (max-width: 31.25rem) {
  .slider .noUi-horizontal .noUi-handle {
    width: 0.6rem;
    height: 0.61rem;
  }
}
.slider .noUi-connect {
  background: white;
  opacity: 0.8;
}
.slider .noUi-handle:before,
.slider .noUi-handle:after {
  display: none;
}/*# sourceMappingURL=styles.css.map */