@charset "UTF-8";

/* node_modules/normalize.css/normalize.css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/* src/styles.scss */
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.d-flex {
  display: flex;
}
.direction-column {
  flex-direction: column;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.color-red {
  color: #fc2222 !important;
}
.color-white {
  color: #fff;
}
.color-black {
  color: #000;
}
.color-gray {
  color: #2f2f2f;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.only-mobile-tablet {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .only-mobile-tablet {
    display: block !important;
  }
}
.only-mobile {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .only-mobile {
    display: block !important;
  }
}
.only-tablet {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .only-tablet {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .only-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 1679px) {
  .only-2xl {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
.no-margin {
  margin: 0 !important;
}
.underline {
  position: relative;
}
.underline::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 1px;
}
.margin-inline-auto {
  margin-inline: auto;
}
.mt-2 {
  margin-top: 2rem;
}
.opacity-3 {
  opacity: 0.3;
}
.no-max-width {
  max-width: none !important;
}
.style-disc {
  list-style-type: disc;
}
.list-outside {
  list-style-position: outside;
}
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  scrollbar-gutter: stable;
  height: 100%;
}
html {
  scroll-behavior: auto;
  font-family: "Golos Text", sans-serif;
}
@supports not selector(::-webkit-scrollbar) {
  html {
    scrollbar-color: #fc2222 #e1e1e1;
    scrollbar-width: thin;
  }
}
body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  color: #2f2f2f;
  background-color: #fafafa;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: #e1e1e1;
}
body::-webkit-scrollbar-thumb {
  background-color: #fc2222;
  border-radius: 10px;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
button {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background: none;
  border: none;
  outline: none;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
svg-icon {
  display: inline-block;
}
.swiper-slide {
  width: auto !important;
}
@font-face {
  font-family: "Golos Text";
  font-weight: 400;
  font-style: normal;
  src: url(/assets/fonts/Golos/GolosText-Regular.eot);
  src:
    local("Golos Text Regular"),
    local("GolosText-Regular"),
    url(/assets/fonts/Golos/GolosText-Regular.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Golos/GolosText-Regular.woff2) format("woff2"),
    url(/assets/fonts/Golos/GolosText-Regular.woff) format("woff"),
    url(/assets/fonts/Golos/GolosText-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Golos Text";
  font-weight: 500;
  font-style: normal;
  src: url(/assets/fonts/Golos/GolosText-Medium.eot);
  src:
    local("Golos Text Medium"),
    local("GolosText-Medium"),
    url(/assets/fonts/Golos/GolosText-Medium.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Golos/GolosText-Medium.woff2) format("woff2"),
    url(/assets/fonts/Golos/GolosText-Medium.woff) format("woff"),
    url(/assets/fonts/Golos/GolosText-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Golos Text";
  font-weight: 600;
  font-style: normal;
  src: url(/assets/fonts/Golos/GolosText-DemiBold.eot);
  src:
    local("Golos Text DemiBold"),
    local("GolosText-DemiBold"),
    url(/assets/fonts/Golos/GolosText-DemiBold.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Golos/GolosText-DemiBold.woff2) format("woff2"),
    url(/assets/fonts/Golos/GolosText-DemiBold.woff) format("woff"),
    url(/assets/fonts/Golos/GolosText-DemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Golos Text";
  font-weight: 700;
  font-style: normal;
  src: url(/assets/fonts/Golos/GolosText-Bold.eot);
  src:
    local("Golos Text Bold"),
    local("GolosText-Bold"),
    url(/assets/fonts/Golos/GolosText-Bold.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Golos/GolosText-Bold.woff2) format("woff2"),
    url(/assets/fonts/Golos/GolosText-Bold.woff) format("woff"),
    url(/assets/fonts/Golos/GolosText-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Golos Text";
  font-weight: 900;
  font-style: normal;
  src: url(/assets/fonts/Golos/GolosText-Black.eot);
  src:
    local("Golos Text Black"),
    local("GolosText-Black"),
    url(/assets/fonts/Golos/GolosText-Black.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Golos/GolosText-Black.woff2) format("woff2"),
    url(/assets/fonts/Golos/GolosText-Black.woff) format("woff"),
    url(/assets/fonts/Golos/GolosText-Black.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 900;
  font-style: normal;
  src: url(/assets/fonts/Montserrat/Montserrat-Black.eot);
  src:
    url(/assets/fonts/Montserrat/Montserrat-Black.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Montserrat/Montserrat-Black.woff2) format("woff2"),
    url(/assets/fonts/Montserrat/Montserrat-Black.woff) format("woff"),
    url(/assets/fonts/Montserrat/Montserrat-Black.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: bold;
  font-style: normal;
  src: url(/assets/fonts/Montserrat/Montserrat-Bold.eot);
  src:
    url(/assets/fonts/Montserrat/Montserrat-Bold.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Montserrat/Montserrat-Bold.woff2) format("woff2"),
    url(/assets/fonts/Montserrat/Montserrat-Bold.woff) format("woff"),
    url(/assets/fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 900;
  font-style: italic;
  src: url(/assets/fonts/Montserrat/Montserrat-BlackItalic.eot);
  src:
    url(/assets/fonts/Montserrat/Montserrat-BlackItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Montserrat/Montserrat-BlackItalic.woff2) format("woff2"),
    url(/assets/fonts/Montserrat/Montserrat-BlackItalic.woff) format("woff"),
    url(/assets/fonts/Montserrat/Montserrat-BlackItalic.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: normal;
  font-style: normal;
  src: url(/assets/fonts/Montserrat/Montserrat-Regular.eot);
  src:
    url(/assets/fonts/Montserrat/Montserrat-Regular.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Montserrat/Montserrat-Regular.woff2) format("woff2"),
    url(/assets/fonts/Montserrat/Montserrat-Regular.woff) format("woff"),
    url(/assets/fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 500;
  font-style: normal;
  src: url(/assets/fonts/Montserrat/Montserrat-Medium.eot);
  src:
    url(/assets/fonts/Montserrat/Montserrat-Medium.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Montserrat/Montserrat-Medium.woff2) format("woff2"),
    url(/assets/fonts/Montserrat/Montserrat-Medium.woff) format("woff"),
    url(/assets/fonts/Montserrat/Montserrat-Medium.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 300;
  font-style: italic;
  src: url(/assets/fonts/Montserrat/Montserrat-LightItalic.eot);
  src:
    url(/assets/fonts/Montserrat/Montserrat-LightItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Montserrat/Montserrat-LightItalic.woff2) format("woff2"),
    url(/assets/fonts/Montserrat/Montserrat-LightItalic.woff) format("woff"),
    url(/assets/fonts/Montserrat/Montserrat-LightItalic.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: bold;
  font-style: normal;
  src: url(/assets/fonts/Montserrat/Montserrat-ExtraBold.eot);
  src:
    url(/assets/fonts/Montserrat/Montserrat-ExtraBold.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Montserrat/Montserrat-ExtraBold.woff2) format("woff2"),
    url(/assets/fonts/Montserrat/Montserrat-ExtraBold.woff) format("woff"),
    url(/assets/fonts/Montserrat/Montserrat-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 300;
  font-style: normal;
  src: url(/assets/fonts/Montserrat/Montserrat-Light.eot);
  src:
    url(/assets/fonts/Montserrat/Montserrat-Light.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Montserrat/Montserrat-Light.woff2) format("woff2"),
    url(/assets/fonts/Montserrat/Montserrat-Light.woff) format("woff"),
    url(/assets/fonts/Montserrat/Montserrat-Light.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 600;
  font-style: normal;
  src: url(/assets/fonts/Montserrat/Montserrat-SemiBold.eot);
  src:
    url(/assets/fonts/Montserrat/Montserrat-SemiBold.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Montserrat/Montserrat-SemiBold.woff2) format("woff2"),
    url(/assets/fonts/Montserrat/Montserrat-SemiBold.woff) format("woff"),
    url(/assets/fonts/Montserrat/Montserrat-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 500;
  font-style: italic;
  src: url(/assets/fonts/Montserrat/Montserrat-MediumItalic.eot);
  src:
    url(/assets/fonts/Montserrat/Montserrat-MediumItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Montserrat/Montserrat-MediumItalic.woff2) format("woff2"),
    url(/assets/fonts/Montserrat/Montserrat-MediumItalic.woff) format("woff"),
    url(/assets/fonts/Montserrat/Montserrat-MediumItalic.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 200;
  font-style: italic;
  src: url(/assets/fonts/Montserrat/Montserrat-ExtraLightItalic.eot);
  src:
    url(/assets/fonts/Montserrat/Montserrat-ExtraLightItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Montserrat/Montserrat-ExtraLightItalic.woff2) format("woff2"),
    url(/assets/fonts/Montserrat/Montserrat-ExtraLightItalic.woff) format("woff"),
    url(/assets/fonts/Montserrat/Montserrat-ExtraLightItalic.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: normal;
  font-style: italic;
  src: url(/assets/fonts/Montserrat/Montserrat-Italic.eot);
  src:
    url(/assets/fonts/Montserrat/Montserrat-Italic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Montserrat/Montserrat-Italic.woff2) format("woff2"),
    url(/assets/fonts/Montserrat/Montserrat-Italic.woff) format("woff"),
    url(/assets/fonts/Montserrat/Montserrat-Italic.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: bold;
  font-style: italic;
  src: url(/assets/fonts/Montserrat/Montserrat-BoldItalic.eot);
  src:
    url(/assets/fonts/Montserrat/Montserrat-BoldItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Montserrat/Montserrat-BoldItalic.woff2) format("woff2"),
    url(/assets/fonts/Montserrat/Montserrat-BoldItalic.woff) format("woff"),
    url(/assets/fonts/Montserrat/Montserrat-BoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: bold;
  font-style: italic;
  src: url(/assets/fonts/Montserrat/Montserrat-ExtraBoldItalic.eot);
  src:
    url(/assets/fonts/Montserrat/Montserrat-ExtraBoldItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Montserrat/Montserrat-ExtraBoldItalic.woff2) format("woff2"),
    url(/assets/fonts/Montserrat/Montserrat-ExtraBoldItalic.woff) format("woff"),
    url(/assets/fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 200;
  font-style: normal;
  src: url(/assets/fonts/Montserrat/Montserrat-ExtraLight.eot);
  src:
    url(/assets/fonts/Montserrat/Montserrat-ExtraLight.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Montserrat/Montserrat-ExtraLight.woff2) format("woff2"),
    url(/assets/fonts/Montserrat/Montserrat-ExtraLight.woff) format("woff"),
    url(/assets/fonts/Montserrat/Montserrat-ExtraLight.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 600;
  font-style: italic;
  src: url(/assets/fonts/Montserrat/Montserrat-SemiBoldItalic.eot);
  src:
    url(/assets/fonts/Montserrat/Montserrat-SemiBoldItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Montserrat/Montserrat-SemiBoldItalic.woff2) format("woff2"),
    url(/assets/fonts/Montserrat/Montserrat-SemiBoldItalic.woff) format("woff"),
    url(/assets/fonts/Montserrat/Montserrat-SemiBoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 100;
  font-style: normal;
  src: url(/assets/fonts/Montserrat/Montserrat-Thin.eot);
  src:
    url(/assets/fonts/Montserrat/Montserrat-Thin.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Montserrat/Montserrat-Thin.woff2) format("woff2"),
    url(/assets/fonts/Montserrat/Montserrat-Thin.woff) format("woff"),
    url(/assets/fonts/Montserrat/Montserrat-Thin.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-weight: 100;
  font-style: italic;
  src: url(/assets/fonts/Montserrat/Montserrat-ThinItalic.eot);
  src:
    url(/assets/fonts/Montserrat/Montserrat-ThinItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Montserrat/Montserrat-ThinItalic.woff2) format("woff2"),
    url(/assets/fonts/Montserrat/Montserrat-ThinItalic.woff) format("woff"),
    url(/assets/fonts/Montserrat/Montserrat-ThinItalic.ttf) format("truetype");
}
@font-face {
  font-family: Geometria;
  font-weight: 100;
  font-style: normal;
  src: url(/assets/fonts/Geometria/Geometria-Thin.eot);
  src:
    url(/assets/fonts/Geometria/Geometria-Thin.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Geometria/Geometria-Thin.woff) format("woff"),
    url(/assets/fonts/Geometria/Geometria-Thin.ttf) format("truetype");
}
@font-face {
  font-family: Geometria;
  font-weight: 500;
  font-style: italic;
  src: url(/assets/fonts/Geometria/Geometria-MediumItalic.eot);
  src:
    url(/assets/fonts/Geometria/Geometria-MediumItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Geometria/Geometria-MediumItalic.woff) format("woff"),
    url(/assets/fonts/Geometria/Geometria-MediumItalic.ttf) format("truetype");
}
@font-face {
  font-family: Geometria;
  font-weight: normal;
  font-style: italic;
  src: url(/assets/fonts/Geometria/Geometria-Italic.eot);
  src:
    url(/assets/fonts/Geometria/Geometria-Italic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Geometria/Geometria-Italic.woff) format("woff"),
    url(/assets/fonts/Geometria/Geometria-Italic.ttf) format("truetype");
}
@font-face {
  font-family: Geometria;
  font-weight: 900;
  font-style: normal;
  src: url(/assets/fonts/Geometria/Geometria-Heavy.eot);
  src:
    url(/assets/fonts/Geometria/Geometria-Heavy.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Geometria/Geometria-Heavy.woff) format("woff"),
    url(/assets/fonts/Geometria/Geometria-Heavy.ttf) format("truetype");
}
@font-face {
  font-family: Geometria;
  font-weight: 800;
  font-style: italic;
  src: url(/assets/fonts/Geometria/Geometria-ExtraBoldItalic.eot);
  src:
    url(/assets/fonts/Geometria/Geometria-ExtraBoldItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Geometria/Geometria-ExtraBoldItalic.woff) format("woff"),
    url(/assets/fonts/Geometria/Geometria-ExtraBoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: Geometria;
  font-weight: 500;
  font-style: normal;
  src: url(/assets/fonts/Geometria/Geometria-Medium.eot);
  src:
    url(/assets/fonts/Geometria/Geometria-Medium.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Geometria/Geometria-Medium.woff) format("woff"),
    url(/assets/fonts/Geometria/Geometria-Medium.ttf) format("truetype");
}
@font-face {
  font-family: Geometria;
  font-weight: bold;
  font-style: italic;
  src: url(/assets/fonts/Geometria/Geometria-BoldItalic.eot);
  src:
    url(/assets/fonts/Geometria/Geometria-BoldItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Geometria/Geometria-BoldItalic.woff) format("woff"),
    url(/assets/fonts/Geometria/Geometria-BoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: Geometria;
  font-weight: 300;
  font-style: italic;
  src: url(/assets/fonts/Geometria/Geometria-LightItalic.eot);
  src:
    url(/assets/fonts/Geometria/Geometria-LightItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Geometria/Geometria-LightItalic.woff) format("woff"),
    url(/assets/fonts/Geometria/Geometria-LightItalic.ttf) format("truetype");
}
@font-face {
  font-family: Geometria;
  font-weight: 900;
  font-style: italic;
  src: url(/assets/fonts/Geometria/Geometria-HeavyItalic.eot);
  src:
    url(/assets/fonts/Geometria/Geometria-HeavyItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Geometria/Geometria-HeavyItalic.woff) format("woff"),
    url(/assets/fonts/Geometria/Geometria-HeavyItalic.ttf) format("truetype");
}
@font-face {
  font-family: Geometria;
  font-weight: normal;
  font-style: normal;
  src: url(/assets/fonts/Geometria/Geometria.eot);
  src:
    url(/assets/fonts/Geometria/Geometria.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Geometria/Geometria.woff) format("woff"),
    url(/assets/fonts/Geometria/Geometria.ttf) format("truetype");
}
@font-face {
  font-family: Geometria;
  font-weight: bold;
  font-style: normal;
  src: url(/assets/fonts/Geometria/Geometria-Bold.eot);
  src:
    url(/assets/fonts/Geometria/Geometria-Bold.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Geometria/Geometria-Bold.woff) format("woff"),
    url(/assets/fonts/Geometria/Geometria-Bold.ttf) format("truetype");
}
@font-face {
  font-family: Geometria;
  font-weight: 800;
  font-style: normal;
  src: url(/assets/fonts/Geometria/Geometria-ExtraBold.eot);
  src:
    url(/assets/fonts/Geometria/Geometria-ExtraBold.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Geometria/Geometria-ExtraBold.woff) format("woff"),
    url(/assets/fonts/Geometria/Geometria-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: Geometria;
  font-weight: 100;
  font-style: italic;
  src: url(/assets/fonts/Geometria/Geometria-ThinItalic.eot);
  src:
    url(/assets/fonts/Geometria/Geometria-ThinItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Geometria/Geometria-ThinItalic.woff) format("woff"),
    url(/assets/fonts/Geometria/Geometria-ThinItalic.ttf) format("truetype");
}
@font-face {
  font-family: Geometria;
  font-weight: 200;
  font-style: italic;
  src: url(/assets/fonts/Geometria/Geometria-ExtraLightItalic.eot);
  src:
    url(/assets/fonts/Geometria/Geometria-ExtraLightItalic.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Geometria/Geometria-ExtraLightItalic.woff) format("woff"),
    url(/assets/fonts/Geometria/Geometria-ExtraLightItalic.ttf) format("truetype");
}
@font-face {
  font-family: Geometria;
  font-weight: 300;
  font-style: normal;
  src: url(/assets/fonts/Geometria/Geometria-Light.eot);
  src:
    url(/assets/fonts/Geometria/Geometria-Light.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Geometria/Geometria-Light.woff) format("woff"),
    url(/assets/fonts/Geometria/Geometria-Light.ttf) format("truetype");
}
@font-face {
  font-family: Geometria;
  font-weight: 200;
  font-style: normal;
  src: url(/assets/fonts/Geometria/Geometria-ExtraLight.eot);
  src:
    url(/assets/fonts/Geometria/Geometria-ExtraLight.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Geometria/Geometria-ExtraLight.woff) format("woff"),
    url(/assets/fonts/Geometria/Geometria-ExtraLight.ttf) format("truetype");
}
@font-face {
  font-family: Drunk;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src:
    local("Drunk Bold"),
    local("Drunk-Bold"),
    url(/assets/fonts/Drunk/druktextwidecyr-bold.woff2) format("woff2"),
    url(/assets/fonts/Drunk/druktextwidecyr-bold.ttf) format("truetype");
}
.container {
  margin: 0 auto;
  padding: 0 calc((100vw - 1520px) / 2);
}
@media only screen and (min-width: 1921px) {
  .container {
    max-width: 1920px;
    padding: 0 80px;
  }
}
@media screen and (max-width: 1679px) {
  .container {
    padding: 0 72px;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
.page-block + .page-block {
  margin-top: 112px;
}
@media screen and (max-width: 1679px) {
  .page-block + .page-block {
    margin-top: 98px;
  }
}
@media screen and (max-width: 1023px) {
  .page-block + .page-block {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-block + .page-block {
    margin-top: 64px;
  }
}
.page-section {
  display: grid;
  grid-template-columns: 25% 75%;
  height: 100%;
}
@media only screen and (min-width: 1921px) {
  .page-section {
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .page-section {
    grid-template-columns: 100%;
  }
}
.page-section_full-width {
  display: block;
  grid-template-columns: none;
}
.page-section_base {
  padding-top: 112px;
}
@media screen and (max-width: 1679px) {
  .page-section_base {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .page-section_base {
    padding-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .page-section_base {
    padding-top: 48px;
  }
}
.page-section_secondary {
  padding-top: 75px;
}
@media screen and (max-width: 1679px) {
  .page-section_secondary {
    padding-top: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .page-section_secondary {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-section_secondary {
    padding-top: 32px;
  }
}
.page-section_secondary .page-block:nth-child(2) {
  margin-top: 82px;
}
@media screen and (max-width: 1679px) {
  .page-section_secondary .page-block:nth-child(2) {
    margin-top: 72px;
  }
}
@media screen and (max-width: 1023px) {
  .page-section_secondary .page-block:nth-child(2) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-section_secondary .page-block:nth-child(2) {
    margin-top: 64px;
  }
}
.page-section__aside {
  height: 100%;
  padding-left: calc((100vw - 1520px) / 2);
}
@media only screen and (min-width: 1921px) {
  .page-section__aside {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1679px) {
  .page-section__aside {
    padding-left: 72px;
  }
}
@media screen and (max-width: 1023px) {
  .page-section__aside {
    display: none;
  }
}
.page-section__aside-list {
  position: sticky;
  top: 112px;
  display: inline-block;
}
.page-section__aside-item {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.4);
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .page-section__aside-item:hover {
    color: #fc2222;
  }
}
@media screen and (max-width: 1679px) {
  .page-section__aside-item {
    font-size: 16px;
    line-height: 19px;
  }
}
.page-section__aside-item_active {
  color: #fc2222;
}
.page-section__aside-item + .page-section__aside-item {
  margin-top: 16px;
}
@media screen and (max-width: 1679px) {
  .page-section__aside-item + .page-section__aside-item {
    margin-top: 14px;
  }
}
.page-section__text {
  margin-top: 24px;
  font-size: 28px;
  line-height: 36px;
}
@media screen and (max-width: 1679px) {
  .page-section__text {
    margin-top: 22px;
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .page-section__text {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .page-section__text {
    margin-top: 28px;
    font-size: 18px;
    line-height: 21px;
  }
}
.page-section__text_no-margin {
  margin-top: 0 !important;
}
.page-section__title {
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .page-section__title {
    display: none;
  }
}
.block-container {
  padding-right: calc((100vw - 1520px) / 2);
}
@media only screen and (min-width: 1921px) {
  .block-container {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1679px) {
  .block-container {
    padding-right: 72px;
  }
}
@media screen and (max-width: 1023px) {
  .block-container {
    padding: 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .block-container {
    padding: 0 20px;
  }
}
.block-container_pl {
  padding-left: 80px;
}
@media screen and (max-width: 1679px) {
  .block-container_pl {
    padding-left: 72px;
  }
}
@media screen and (max-width: 1023px) {
  .block-container_pl {
    padding: 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .block-container_pl {
    padding: 0 20px;
  }
}
.section-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}
@media screen and (max-width: 1679px) {
  .section-title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1023px) {
  .section-title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.section-title-margin {
  margin-bottom: 40px;
}
@media screen and (max-width: 1679px) {
  .section-title-margin {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .section-title-margin {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 767px) {
  .section-title-margin {
    margin-bottom: 24px;
  }
}
.section-alt-title-margin {
  margin-bottom: 24px;
}
@media screen and (max-width: 1679px) {
  .section-alt-title-margin {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .section-alt-title-margin {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-alt-title-margin {
    margin-bottom: 24px;
  }
}
.secondary-section-text {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 140%;
}
@media screen and (max-width: 1679px) {
  .secondary-section-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .secondary-section-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .secondary-section-text {
    font-size: 18px;
    line-height: 22px;
  }
}
.section-loading-text {
  width: 100%;
  margin: 50px 0;
  font-size: 28px;
  line-height: 130%;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .section-loading-text {
    font-size: 20px;
  }
}
.participation-popup {
  background-color: #fafafa;
}
.participation-popup__back-button {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .participation-popup__back-button {
    position: relative;
    display: inline-block !important;
    margin: 28px 0 20px;
  }
}
.participation-popup .back-icon {
  width: 20px;
  height: 20px;
}
.participation-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
@media screen and (max-width: 1679px) {
  .participation-popup__header {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .participation-popup__header {
    margin-bottom: 28px;
  }
}
.participation-popup__bottom-container-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .participation-popup__bottom-container-group {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .participation-popup__info-group {
    display: none;
  }
}
.participation-popup__img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 224px;
  background: #fff;
  border: 1px solid #e1e1e1;
  width: 224px;
  height: 224px;
}
@media screen and (max-width: 1679px) {
  .participation-popup__img-container {
    min-width: 192px;
    width: 192px;
    height: 192px;
  }
}
@media screen and (max-width: 1023px) {
  .participation-popup__img-container {
    min-width: 284px;
    width: 284px;
    height: 284px;
  }
}
@media screen and (max-width: 767px) {
  .participation-popup__img-container {
    min-width: 190px;
    margin: 32px auto;
    width: 190px;
    height: 190px;
  }
}
.participation-popup__img {
  object-fit: contain;
  width: 167px;
  height: 167px;
}
@media screen and (max-width: 1679px) {
  .participation-popup__img {
    width: 143px;
    height: 143px;
  }
}
@media screen and (max-width: 1023px) {
  .participation-popup__img {
    width: 212px;
    height: 212px;
  }
}
@media screen and (max-width: 767px) {
  .participation-popup__img {
    width: 141px;
    height: 141px;
  }
}
.participation-popup__info {
  margin-left: 48px;
}
@media screen and (max-width: 1679px) {
  .participation-popup__info {
    margin-left: 34px;
  }
}
@media only screen and (max-width: 500px) {
  .participation-popup__info {
    margin-left: 0;
  }
}
.participation-popup__name {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  color: #2f2f2f;
}
@media screen and (max-width: 1679px) {
  .participation-popup__name {
    margin-bottom: 22px;
    font-size: 26px;
    line-height: 31px;
  }
}
@media screen and (max-width: 767px) {
  .participation-popup__name {
    margin: 12px 0;
    font-size: 34px;
    line-height: 110%;
  }
}
.participation-popup__info-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  line-height: 120%;
  color: #888f9f !important;
}
@media screen and (max-width: 1679px) {
  .participation-popup__info-item {
    font-size: 16px;
  }
  .participation-popup__info-item:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .participation-popup__info-item {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .participation-popup__info-item {
    font-size: 16px;
  }
  .participation-popup__info-item:not(:last-child) {
    margin-bottom: 14px;
  }
}
.participation-popup__info-item a {
  color: #888f9f !important;
  transition: color 0.3s ease-in;
}
@media (hover: hover) and (pointer: fine) {
  .participation-popup__info-item a:hover {
    color: #565c6b !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .participation-popup__info-item a.classificator-link:hover {
    text-decoration: underline;
  }
}
.participation-popup__info-item:not(:last-child) {
  margin-bottom: 15px;
}
.participation-popup__icon {
  min-width: 24px;
  margin-right: 15px;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1679px) {
  .participation-popup__icon {
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .participation-popup__icon {
    min-width: 20px;
    width: 20px;
    height: 20px;
  }
}
.participation-popup__icon svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .participation-popup__icon svg {
    min-width: 20px;
    width: 20px;
    height: 20px;
  }
}
.participation-popup__location-block {
  position: relative;
  margin-top: 64px;
  padding: 40px 0;
}
@media screen and (max-width: 1679px) {
  .participation-popup__location-block {
    margin-top: 58px;
  }
}
@media screen and (max-width: 767px) {
  .participation-popup__location-block {
    margin: 33px 0 26px;
    padding: 36px 0;
  }
}
.participation-popup__location-block::before,
.participation-popup__location-block::after {
  content: "";
  position: absolute;
  left: 0;
  opacity: 0.1;
  background-color: #2f2f2f;
  width: 100%;
  height: 1px;
}
.participation-popup__location-block::before {
  top: 0;
}
.participation-popup__location-block::after {
  bottom: 0;
}
.participation-popup__location-title {
  position: absolute;
  top: -13px;
  left: 0;
  padding-right: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #2f2f2f;
  background-color: #fafafa;
}
@media screen and (max-width: 1679px) {
  .participation-popup__location-title {
    top: -11px;
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .participation-popup__location-title {
    font-size: 14px;
    line-height: 120%;
  }
}
.participation-popup__location {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 22px;
  line-height: 120%;
  color: #2f2f2f;
}
@media screen and (max-width: 1679px) {
  .participation-popup__location {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .participation-popup__location {
    font-size: 16px;
  }
}
.participation-popup__location-icon {
  margin-right: 14px;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1679px) {
  .participation-popup__location-icon {
    margin-right: 12px;
  }
}
.participation-popup__location-icon svg {
  width: 24px;
  height: 24px;
}
.participation-popup__hall {
  position: relative;
  margin-right: 20px;
  cursor: pointer;
  text-decoration: underline;
  transition: color 0.3s ease-in;
}
@media (hover: hover) and (pointer: fine) {
  .participation-popup__hall:hover {
    color: #888f9f;
  }
}
@media screen and (max-width: 767px) {
  .participation-popup__hall {
    margin-right: 16px;
  }
}
.participation-popup__hall::after {
  content: "\2022";
  position: absolute;
  right: -12px;
  font-size: 15px;
}
.participation-popup__show-map {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: #fc2222;
}
@media screen and (max-width: 1679px) {
  .participation-popup__show-map {
    font-size: 14px;
    line-height: 14px;
  }
}
.participation-popup__show-map::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #fc2222;
  width: 100%;
  height: 1px;
}
.participation-popup__description {
  margin-top: 40px;
  font-size: 18px;
  line-height: 140%;
  color: #2f2f2f;
  white-space: pre-line;
}
@media screen and (max-width: 1679px) {
  .participation-popup__description {
    font-size: 16px;
    line-height: 150%;
  }
}
@media screen and (max-width: 1023px) {
  .participation-popup__description {
    margin-top: 48px;
    font-size: 18px;
    line-height: 140%;
  }
}
@media screen and (max-width: 767px) {
  .participation-popup__description {
    position: relative;
    margin-top: 26px;
    padding-top: 25px;
    font-size: 16px;
  }
  .participation-popup__description::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
    background-color: #2f2f2f;
    width: 100%;
    height: 1px;
  }
}
.participation-popup__slider {
  padding-left: 72px;
}
@media screen and (max-width: 1679px) {
  .participation-popup__slider {
    padding-left: 48px;
  }
}
@media screen and (max-width: 1023px) {
  .participation-popup__slider {
    padding-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .participation-popup__slider {
    padding-left: 20px;
  }
}
.participation-popup__events-slider {
  margin-top: 95px;
}
@media screen and (max-width: 1679px) {
  .participation-popup__events-slider {
    margin-top: 61px;
  }
}
@media screen and (max-width: 1023px) {
  .participation-popup__events-slider {
    margin-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .participation-popup__events-slider {
    margin-top: 64px;
  }
}
.participation-popup__best-price-slider,
.participation-popup__award-slider {
  margin-top: 72px;
}
@media screen and (max-width: 1679px) {
  .participation-popup__best-price-slider,
  .participation-popup__award-slider {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .participation-popup__best-price-slider,
  .participation-popup__award-slider {
    margin-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .participation-popup__best-price-slider,
  .participation-popup__award-slider {
    margin-top: 64px;
  }
}
.participation-popup__award-slider {
  margin-bottom: 79px;
}
@media screen and (max-width: 1679px) {
  .participation-popup__award-slider {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .participation-popup__award-slider {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .participation-popup__award-slider {
    margin-bottom: 64px;
  }
}
.participation-popup__slider-title {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  color: #2f2f2f;
}
@media screen and (max-width: 1679px) {
  .participation-popup__slider-title {
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 29px;
  }
}
@media screen and (max-width: 1023px) {
  .participation-popup__slider-title {
    margin-bottom: 26px;
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .participation-popup__slider-title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 29px;
  }
}
.custom-popup-backdrop {
  background: rgba(0, 0, 0, 0.85);
}
.mat-mdc-dialog-container .mdc-dialog__surface {
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.mat-mdc-dialog-content {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Golos Text", sans-serif !important;
}
.mat-mdc-dialog-actions {
  min-height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.popup {
  width: 848px;
  max-width: 848px;
  max-height: 100% !important;
  font-family: "Golos Text", sans-serif !important;
}
@media screen and (max-width: 1679px) {
  .popup {
    width: 624px;
    max-width: 624px;
  }
}
@media screen and (max-width: 1023px) {
  .popup {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .popup__header-box {
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
}
.popup__top-container {
  padding: 56px 72px 0;
}
@media screen and (max-width: 1679px) {
  .popup__top-container {
    padding: 48px 48px 0;
  }
}
@media screen and (max-width: 1023px) {
  .popup__top-container {
    padding: 32px 32px 0;
  }
}
@media only screen and (max-width: 499px) {
  .popup__top-container {
    padding: 20px 20px 0;
  }
}
.popup__middle-container {
  padding: 0 72px;
}
@media screen and (max-width: 1679px) {
  .popup__middle-container {
    padding: 0 48px;
  }
}
@media screen and (max-width: 1023px) {
  .popup__middle-container {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 499px) {
  .popup__middle-container {
    padding: 0 20px;
  }
}
.popup__bottom-container {
  padding: 0 72px 56px;
}
@media screen and (max-width: 1679px) {
  .popup__bottom-container {
    padding: 0 48px 48px;
  }
}
@media screen and (max-width: 1023px) {
  .popup__bottom-container {
    padding: 0 32px 32px;
  }
}
@media only screen and (max-width: 499px) {
  .popup__bottom-container {
    padding: 0 20px 20px;
  }
}
.popup__close-btn {
  margin: 0 auto 24px;
}
.popup__header {
  position: relative;
  height: 368px;
}
@media screen and (max-width: 1679px) {
  .popup__header {
    height: 328px;
  }
}
@media screen and (max-width: 1023px) {
  .popup__header {
    height: 373px;
  }
}
@media only screen and (max-width: 499px) {
  .popup__header {
    height: 200px;
  }
}
.popup__header-container {
  width: 100%;
  height: 100%;
}
.popup__header-bg {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.popup__header-title {
  position: relative;
  margin: 14px 0 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
}
@media screen and (max-width: 1679px) {
  .popup__header-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .popup__header-title {
    margin: 16px 0 0;
    font-size: 44px;
  }
}
@media only screen and (max-width: 499px) {
  .popup__header-title {
    margin: 12px 0 0;
    font-size: 36px;
  }
}
.popup__container {
  padding-top: 40px;
  background-color: #fafafa;
}
@media screen and (max-width: 1679px) {
  .popup__container {
    padding-top: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .popup__container {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 499px) {
  .popup__container {
    padding-top: 32px;
  }
}
.popup__text {
  font-size: 20px;
  line-height: 130%;
  color: #2f2f2f;
  white-space: pre-line;
}
@media screen and (max-width: 1679px) {
  .popup__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .popup__text {
    font-size: 20px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 499px) {
  .popup__text {
    font-size: 18px;
  }
}
.popup__back-btn,
.popup__header-back-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .popup__back-btn,
  .popup__header-back-btn {
    display: inline-block;
  }
}
@media screen and (max-width: 1023px) {
  .popup__back-btn {
    margin-bottom: 42px;
  }
}
@media only screen and (max-width: 499px) {
  .popup__back-btn {
    margin-bottom: 34px;
  }
}
.popup__back-icon {
  margin-right: 12px;
}
.popup__registration-btn {
  position: relative;
}
@media screen and (max-width: 767px) {
  .popup__registration-btn {
    margin-top: 15px;
  }
}
.popup__badge:not(:last-child) {
  margin-right: 6px;
}
.restore-popup {
  width: 100%;
  max-width: 596px;
  max-height: 100% !important;
}
@media screen and (max-width: 1679px) {
  .restore-popup {
    max-width: 578px;
  }
}
@media screen and (max-width: 1023px) {
  .restore-popup {
    max-width: 564px;
  }
}
@media screen and (max-width: 767px) {
  .restore-popup {
    max-width: none;
  }
}
.order-renew-popup {
  width: 100%;
  max-width: 596px;
  max-height: 100% !important;
}
@media screen and (max-width: 1679px) {
  .order-renew-popup {
    max-width: 578px;
  }
}
@media screen and (max-width: 1023px) {
  .order-renew-popup {
    max-width: 564px;
  }
}
.order-renew-panel .mat-mdc-dialog-actions {
  display: none;
}
@media screen and (max-width: 1023px) {
  .order-renew-panel .mat-mdc-dialog-content {
    border-radius: 24px;
  }
}
.social-networks-popup {
  width: 100%;
  max-width: 870px;
}
.social-networks-popup-panel {
  overflow-y: auto;
  max-width: none !important;
  scrollbar-width: none;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.social-networks-popup-panel::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1023px) {
  .social-networks-popup-panel {
    width: min(100%, 706px) !important;
  }
}
@media screen and (max-width: 1023px) {
  .social-networks-popup-panel .mat-mdc-dialog-container {
    position: relative;
    max-width: none;
    padding: 30px 0 !important;
  }
}
.social-networks-popup-panel .mat-mdc-dialog-content {
  max-height: none !important;
}
@media screen and (max-width: 1023px) {
  .social-networks-popup-panel .mat-mdc-dialog-content {
    max-height: 100% !important;
    margin: 0 auto !important;
  }
}
.order-timer-popup {
  width: 100%;
  max-width: 464px;
  max-height: 100% !important;
}
@media screen and (max-width: 1679px) {
  .order-timer-popup {
    max-width: 376px;
  }
}
@media screen and (max-width: 1023px) {
  .order-timer-popup {
    max-width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .order-timer-popup {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .order-timer-panel {
    max-width: none !important;
    margin-top: auto;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .order-timer-panel .mat-mdc-dialog-container {
    padding: 0 !important;
    border-radius: 0;
  }
}
.order-timer-panel .mat-mdc-dialog-content {
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .order-timer-panel .mat-mdc-dialog-content {
    height: 100% !important;
    max-height: 100% !important;
    border-radius: 0;
  }
}
.order-timer-panel .mat-mdc-dialog-actions {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .order-timer-panel .mat-mdc-dialog-actions {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .restore-ticket-panel {
    max-width: none !important;
    margin-top: auto;
    width: 100%;
    height: 100%;
  }
  .restore-ticket-panel .mat-mdc-dialog-container {
    padding: 0 !important;
    border-radius: 0;
  }
  .restore-ticket-panel .mat-mdc-dialog-content {
    height: 100% !important;
    max-height: 100% !important;
    border-radius: 0;
  }
}
.restore-ticket-panel .mat-mdc-dialog-actions {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .restore-ticket-panel .mat-mdc-dialog-actions {
    display: none !important;
  }
}
.order-error-popup {
  width: 500px;
  min-height: 100%;
}
@media screen and (max-width: 767px) {
  .order-error-popup {
    width: 90%;
    overflow-y: scroll;
  }
}
.order-error-popup .mat-mdc-dialog-surface {
  padding: 20px 0 !important;
  scrollbar-width: none;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.order-error-popup .mat-mdc-dialog-surface::-webkit-scrollbar {
  display: none;
}
.order-error-popup .mat-mdc-dialog-container {
  border-radius: 0;
  scrollbar-width: none;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.order-error-popup .mat-mdc-dialog-container::-webkit-scrollbar {
  display: none;
}
.order-error-popup .mat-mdc-dialog-content {
  height: 100% !important;
  max-height: 100% !important;
  scrollbar-width: none;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.order-error-popup .mat-mdc-dialog-content::-webkit-scrollbar {
  display: none;
}
.popup-for-detail-page {
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .popup-for-detail-page {
    max-width: none !important;
    margin-top: auto;
    width: 100%;
    height: 100%;
  }
  .popup-for-detail-page .mat-mdc-dialog-container {
    padding: 0 !important;
  }
}
.popup-for-detail-page .mat-mdc-dialog-surface {
  padding: 20px 0 !important;
  scrollbar-width: none;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.popup-for-detail-page .mat-mdc-dialog-surface::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1023px) {
  .popup-for-detail-page .mat-mdc-dialog-surface {
    padding: 0 !important;
  }
}
.popup-for-detail-page .mat-mdc-dialog-container {
  border-radius: 0;
  scrollbar-width: none;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.popup-for-detail-page .mat-mdc-dialog-container::-webkit-scrollbar {
  display: none;
}
.popup-for-detail-page .mat-mdc-dialog-content {
  height: 100% !important;
  max-height: 100% !important;
  scrollbar-width: none;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.popup-for-detail-page .mat-mdc-dialog-content::-webkit-scrollbar {
  display: none;
}
.video-popup {
  position: relative;
  min-width: 1008px;
  min-height: 670px;
  max-height: none !important;
  text-align: center;
}
@media screen and (max-width: 1679px) {
  .video-popup {
    min-width: 752px;
    min-height: 500px;
  }
}
@media screen and (max-width: 1023px) {
  .video-popup {
    min-width: 100%;
    min-height: 432px;
  }
}
@media only screen and (max-width: 499px) {
  .video-popup {
    min-height: 250px;
  }
}
@media screen and (max-width: 1023px) {
  .video-popup-panel {
    width: 100%;
    max-width: none !important;
  }
}
.video-popup-panel .mat-mdc-dialog-content {
  border-radius: 8px;
}
@media screen and (max-width: 1679px) {
  .video-popup-panel .mat-mdc-dialog-content {
    border-radius: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .video-popup-panel .mat-mdc-dialog-content {
    border-radius: 0;
  }
}
.restore-spinner {
  position: absolute !important;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 30px !important;
  height: 30px !important;
}
.restore-spinner svg {
  width: 30px !important;
  height: 30px !important;
}
.mat-mdc-dialog-component-host {
  display: block !important;
}
.map-popup {
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .map-popup {
    height: 100%;
  }
}
.detail-page-link {
  display: inline-block;
  margin-top: 30px;
  color: #2f2f2f;
}
@media screen and (max-width: 1023px) {
  .detail-page-link {
    padding-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .detail-page-link {
    padding-left: 20px;
  }
}
.detail-page-link-arrow {
  transform: rotateY(180deg);
  color: #2f2f2f;
  width: 20px;
  height: 20px;
}
.detail-page-link a {
  display: flex;
  align-items: center;
}
.detail-page-link-text {
  margin-left: 3px;
  font-size: 16px;
  font-weight: 400;
  color: #2f2f2f;
}
@media screen and (max-width: 1679px) {
  .detail-page-link-text {
    font-size: 14px;
  }
}
.dates-grid {
  display: grid;
  grid-template-columns: repeat(4, 54px);
  gap: 10px;
}
@media screen and (max-width: 1679px) {
  .dates-grid {
    grid-template-columns: repeat(4, 45px);
    gap: 6px;
  }
}
@media screen and (max-width: 1023px) {
  .dates-grid {
    grid-template-columns: repeat(4, 50px);
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .dates-grid {
    grid-template-columns: repeat(4, 54px);
  }
}
pirexpo-filter-expansion-panel + pirexpo-filter-expansion-panel .filter-expansion-panel::before {
  display: none;
}
.filters-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .filters-btn {
    display: block;
  }
}
.pirexpo-form__block + .pirexpo-form__block {
  margin-top: 56px;
}
.pirexpo-form__block_columns {
  display: flex;
}
@media screen and (max-width: 767px) {
  .pirexpo-form__block_columns {
    flex-direction: column;
  }
}
.pirexpo-form__block-col {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pirexpo-form__block-col + .pirexpo-form__block-col {
    margin-top: 56px;
  }
}
.pirexpo-form__content {
  margin-bottom: 40px;
  padding: 40px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
@media screen and (max-width: 1679px) {
  .pirexpo-form__content {
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .pirexpo-form__content {
    margin-bottom: 44px;
    padding: 24px 20px;
  }
}
.pirexpo-form__title {
  margin-bottom: 26px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #a9a9a9;
}
@media screen and (max-width: 1679px) {
  .pirexpo-form__title {
    margin-bottom: 22px;
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .pirexpo-form__title {
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .pirexpo-form__title {
    margin-bottom: 22px;
  }
}
.pirexpo-form__group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .pirexpo-form__group {
    grid-template-columns: repeat(1, 1fr);
    gap: 18px;
  }
}
.pirexpo-form__textarea {
  resize: none !important;
  height: 150px !important;
}
@media screen and (max-width: 1679px) {
  .pirexpo-form__textarea {
    height: 120px !important;
  }
}
@media screen and (max-width: 1023px) {
  .pirexpo-form__textarea {
    height: 180px !important;
  }
}
@media screen and (max-width: 1023px) {
  .pirexpo-form__textarea {
    height: 200px !important;
  }
}
.pirexpo-form__secondary-text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (max-width: 1679px) {
  .pirexpo-form__secondary-text {
    margin-top: 32px;
    font-size: 13px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .pirexpo-form__secondary-text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }
}
.pirexpo-formly .formly-grid formly-group,
.pirexpo-formly-single .formly-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .pirexpo-formly .formly-grid formly-group,
  .pirexpo-formly-single .formly-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 18px;
  }
}
.pirexpo-formly pirexpo-formly-survey-panel.formly-grid:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .pirexpo-formly .pirexpo-checkbox + .pirexpo-checkbox {
    display: block;
    margin-top: 8px;
  }
}
.pirexpo-formly .pirexpo-checkbox + formly-field {
  display: block;
  margin-top: 24px;
}
.pirexpo-formly formly-field-mat-multicheckbox .mat-mdc-checkbox {
  display: block;
}
.header-mat-menu-backdrop + * .mat-mdc-menu-panel {
  min-width: 170px;
  margin-right: -30px;
  border-radius: 0;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.header-mat-menu-backdrop + * .mat-mdc-menu-panel .mat-mdc-menu-content {
  padding: 0;
}
.header-mat-menu-item {
  padding: 0 0 0 35px !important;
  font-family: "Golos Text", sans-serif;
  font-size: 16px !important;
  font-weight: 500;
  color: #2f2f2f !important;
  transition: background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header-mat-menu-item:hover {
    background-color: #fafafa !important;
  }
}
@media screen and (max-width: 1679px) {
  .header-mat-menu-item {
    font-size: 14px !important;
  }
}
.hotels__contacts {
  margin-top: 48px;
}
@media screen and (max-width: 1679px) {
  .hotels__contacts {
    margin-top: 44px;
  }
}
@media screen and (max-width: 767px) {
  .hotels__contacts {
    margin-top: 48px;
  }
}
.hotels__contacts-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (max-width: 1679px) {
  .hotels__contacts-text {
    font-size: 18px;
    line-height: 25px;
  }
}
.hotels__contacts-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #a9a9a9;
}
@media screen and (max-width: 1679px) {
  .hotels__contacts-title {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1023px) {
  .hotels__contacts-title {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 767px) {
  .hotels__contacts-title {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 17px;
  }
}
div.mat-mdc-autocomplete-panel {
  margin-top: 10px;
  border-radius: 0 !important;
}
.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  font-weight: 600 !important;
}
@media screen and (max-width: 1679px) {
  .info-map__text-group {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .info-map__text-group {
    order: 1;
    width: 100%;
    margin-top: 40px;
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .info-map__inner-text-group {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .info-map__inner-text-group {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1023px) {
  .info-map__text-block {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .info-map__text-block {
    width: 100%;
  }
}
.info-map__place {
  margin-bottom: 14px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}
@media screen and (max-width: 1679px) {
  .info-map__place {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1023px) {
  .info-map__place {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 39px;
  }
}
@media screen and (max-width: 767px) {
  .info-map__place {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 31px;
  }
}
.info-map__text {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 24px;
  color: #2f2f2f;
}
@media screen and (max-width: 1679px) {
  .info-map__text {
    margin-bottom: 38px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .info-map__text {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .info-map__text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }
}
.info-map__text_mt {
  margin-top: 40px;
}
@media screen and (max-width: 1679px) {
  .info-map__text_mt {
    margin-top: 38px;
  }
}
@media screen and (max-width: 1023px) {
  .info-map__text_mt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .info-map__text_mt {
    margin-top: 20px;
  }
}
.info-map__sub-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #969696;
}
@media screen and (max-width: 1679px) {
  .info-map__sub-title {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .info-map__sub-title {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .info-map__sub-title {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
  }
}
.info-map__link {
  transition: color 0.3s ease-in, background-color 0.3s ease-in;
}
@media (hover: hover) and (pointer: fine) {
  .info-map__link:hover {
    color: rgb(119, 119, 119);
  }
  .info-map__link:hover::after {
    background-color: rgb(119, 119, 119);
  }
}
.main-text-list-padding {
  padding-left: 1.6rem;
}
.main-text-list-margin {
  margin-top: 1rem;
}
.mdc-checkbox {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.mat-mdc-checkbox label {
  padding-left: 8px !important;
}
@media screen and (max-width: 767px) {
  .mat-mdc-checkbox label {
    padding-left: 10px !important;
  }
}
.mdc-checkbox:hover .mdc-checkbox__ripple,
.mdc-checkbox .mdc-checkbox__native-control:focus ~ .mdc-checkbox__ripple,
.mdc-checkbox .mdc-checkbox__native-control:focus:checked ~ .mdc-checkbox__ripple {
  display: none;
}
.mdc-checkbox__background {
  left: 0 !important;
  border-radius: 0 !important;
}
.mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background {
  background-color: #fc2222 !important;
  border-color: #fc2222 !important;
}
.mat-mdc-checkbox .mdc-form-field {
  color: #2f2f2f;
}
.mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked, :indeterminate, [data-indeterminate=true]) ~ .mdc-checkbox__background {
  border-color: #2f2f2f !important;
}
.mat-mdc-checkbox.ng-invalid.ng-touched .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked, :indeterminate, [data-indeterminate=true]) ~ .mdc-checkbox__background {
  border-color: #fc2222 !important;
}
.mdc-checkbox-white.mat-mdc-checkbox .mdc-form-field {
  color: #fff;
}
.mdc-checkbox-white.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked, :indeterminate, [data-indeterminate=true]) ~ .mdc-checkbox__background {
  border-color: #fff !important;
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #b8b8b8 !important;
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label--float-above {
  color: #2f2f2f !important;
}
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #fc2222 !important;
}
.mdc-notched-outline__notch {
  max-width: calc(100% - 56px) !important;
}
.mdc-notched-outline__leading,
.mdc-notched-outline__notch,
.mdc-notched-outline__trailing,
.mat-mdc-text-field-wrapper {
  transition: border-color 0.3s ease-in;
}
.mdc-notched-outline__leading {
  width: 28px !important;
  min-width: 28px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.mdc-notched-outline__trailing {
  width: 28px !important;
  min-width: 28px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.mat-mdc-form-field-type-mat-select .mdc-notched-outline__leading {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.mat-mdc-form-field-type-mat-select .mdc-notched-outline__trailing {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.mat-mdc-form-field.pirexpo-textarea .mdc-notched-outline__leading {
  width: 28px !important;
  min-width: 28px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.mat-mdc-form-field.pirexpo-textarea .mdc-notched-outline__trailing {
  width: 28px !important;
  min-width: 28px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #c8c8c8 !important;
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #969696 !important;
}
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #fc2222 !important;
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled, .mdc-text-field--focused, .mdc-text-field--invalid):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled, .mdc-text-field--focused, .mdc-text-field--invalid):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled, .mdc-text-field--focused, .mdc-text-field--invalid):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgb(119, 119, 119) !important;
}
.mdc-text-field--outlined {
  padding-left: 32px !important;
}
.mdc-floating-label--required,
.mat-form-field-required-marker.mat-mdc-form-field-required-marker {
  color: #fc2222;
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: #2f2f2f !important;
  caret-color: #2f2f2f !important;
}
.mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.mat-mdc-text-field-wrapper:hover {
  border-color: rgb(119, 119, 119) !important;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: transparent !important;
  border: 1px solid #c8c8c8;
  border-radius: 0;
}
.mdc-line-ripple {
  display: none;
}
.mat-mdc-form-field-focus-overlay {
  opacity: 0 !important;
}
.pirexpo-textarea .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-floating-label,
.pirexpo-textarea .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-floating-label--float-above {
  color: #b8b8b8;
}
.pirexpo-textarea .mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,
.pirexpo-textarea .mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above {
  color: #2f2f2f !important;
}
ngx-mat-input-tel .country-selector {
  opacity: 1 !important;
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: transparent;
  --mdc-radio-selected-hover-icon-color: #da2b3e;
  --mdc-radio-selected-icon-color: #da2b3e;
  --mdc-radio-selected-focus-icon-color: #da2b3e;
  --mdc-radio-selected-pressed-icon-color: #da2b3e;
}
.mat-mdc-select-panel {
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1) !important;
}
.mat-mdc-option.mat-mdc-option-active.mdc-list-item {
  background-color: #fafafa !important;
}
.mat-mdc-option {
  color: #2f2f2f !important;
}
.mat-mdc-option .mat-pseudo-checkbox {
  display: none;
}
.mat-mdc-option:hover:not(.mdc-list-item--disabled) {
  background-color: #efefef !important;
}
.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  font-weight: 700;
  color: #2f2f2f !important;
}
.mat-mdc-select-arrow-wrapper {
  width: 24px !important;
  height: 24px !important;
}
.mat-mdc-select-arrow {
  width: 20px !important;
  height: 20px !important;
  color: #2f2f2f !important;
}
.mat-mdc-select-value-text {
  font-weight: 600;
  color: #2f2f2f;
}
.mat-mdc-snack-bar-container .mdc-snackbar__surface {
  background-color: #fff !important;
}
.mat-mdc-snack-bar-container .mdc-snackbar__label {
  color: #2f2f2f !important;
}
.mat-mdc-progress-spinner svg {
  max-width: none;
}
.mat-mdc-progress-spinner circle {
  stroke: #fff;
}
.loading-spinner.mat-mdc-progress-spinner circle {
  stroke: #fc2222;
}
@media screen and (max-width: 1279px) {
  .order__timer-text-break {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .order__timer-text-break {
    display: inline-block;
  }
}
@media only screen and (max-width: 499px) {
  .order__timer-text-break {
    display: none;
  }
}
.header-nav-slider {
  margin-top: 15px;
}
@media (hover: hover) and (pointer: fine) {
  .header-download-button:hover span {
    opacity: 1;
  }
}
.header-download-button span {
  margin-left: 16px;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  opacity: 0.8;
  transition: opacity 0.3s ease-in;
}
@media screen and (max-width: 1679px) {
  .header-download-button span {
    margin-left: 14px;
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .header-download-button span {
    margin-left: 12px;
  }
}
.header-download-icon {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1679px) {
  .header-download-icon {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .header-download-icon {
    width: 12px;
    height: 12px;
  }
}
.ks-modal-gallery-backdrop {
  opacity: 0.85 !important;
  background: #000 !important;
}
.ks-modal-gallery-panel {
  z-index: 90000 !important;
}
.square-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 95%;
  color: #2f2f2f;
  border: 1px solid rgba(47, 47, 47, 0.32);
  transition:
    color 0.3s ease-in,
    background-color 0.3s ease-in,
    border-color 0.3s ease-in;
  width: 54px;
  height: 54px;
}
@media (hover: hover) and (pointer: fine) {
  .square-btn:hover {
    color: #fff;
    background-color: #fc2222;
    border-color: #fc2222;
  }
}
@media screen and (max-width: 1679px) {
  .square-btn {
    font-size: 14px;
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 1023px) {
  .square-btn {
    font-size: 15px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .square-btn {
    font-size: 14px;
    width: 54px;
    height: 54px;
  }
}
.square-btn__text-container {
  text-align: left;
}
.square-btn__text {
  display: block;
}
.square-btn--active {
  color: #fff;
  background-color: #fc2222;
  box-shadow: 0 2px 6px crgba(218, 43, 62, 0.12), 0 0 1px rgba(0, 0, 0, 0.04);
}
.themes-header {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 48px;
}
@media screen and (max-width: 1679px) {
  .themes-header {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .themes-header {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1679px) {
  .tickets-section__column {
    margin-top: 48px;
  }
  .tickets-section__main-column {
    width: 709px;
  }
  .tickets-section__additional-column {
    width: 347px;
  }
  .tickets-section .text {
    font-size: 18px;
  }
  .tickets-section .currency-icon-small {
    height: 11px;
  }
  .tickets-section .restore-tickets {
    margin: 18px 0 28px;
  }
  .tickets-section .restore-icon {
    margin-right: 10px;
    width: 19px;
    height: 19px;
  }
  .tickets-section .form-box {
    padding: 32px;
  }
  .tickets-section .secondary-text {
    font-size: 14px;
  }
  .tickets-section .ticket-price-number {
    font-size: 14px;
  }
  .tickets-section .ticket-description:not(:first-of-type) {
    padding-top: 14px;
  }
  .tickets-section .ticket-description:not(:last-of-type) {
    padding-bottom: 14px;
  }
  .tickets-section .total-price-container {
    padding-top: 16px;
  }
  .tickets-section .total-price-text {
    font-size: 18px;
  }
  .tickets-section .total-price-number {
    font-size: 24px;
  }
  .tickets-section .currency-icon-medium {
    width: 16px;
    height: 16px;
  }
  .tickets-section .download-icon {
    width: 16px;
    height: 16px;
  }
  .tickets-section .download-pdf-btn {
    padding: 29px;
  }
  .tickets-section .download-pdf-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .tickets-section__column {
    margin-top: 40px;
  }
  .tickets-section__main-column {
    width: 100%;
    margin-right: 0;
  }
  .tickets-section__additional-column {
    width: 100%;
  }
  .tickets-section .text {
    font-size: 16px;
  }
  .tickets-section .info-box__text {
    font-size: 16px !important;
  }
  .tickets-section .restore-tickets {
    margin: 16px 0 32px;
    font-size: 18px;
  }
  .tickets-section .ticket-description:not(:first-of-type) {
    padding-top: 18px;
  }
  .tickets-section .ticket-description:not(:last-of-type) {
    padding-bottom: 18px;
  }
  .tickets-section .ticket-price-number {
    font-size: 16px;
  }
  .tickets-section .total-price-text,
  .tickets-section .total-price-number {
    font-size: 18px;
  }
  .tickets-section .total-price-container {
    padding-top: 26px;
  }
  .tickets-section .currency-icon-medium {
    width: 12px;
    height: 15px;
  }
  .tickets-section .download-pdf-btn {
    padding: 26px;
  }
}
@media screen and (max-width: 767px) {
  .tickets-section__additional-column {
    margin-top: 48px;
  }
  .tickets-section .text {
    font-size: 14px;
  }
  .tickets-section .link {
    display: inline !important;
    color: rgba(0, 0, 0, 0.8);
  }
  .tickets-section .link-text::after {
    width: 98% !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
  }
  .tickets-section .info-box__text {
    font-size: 14px !important;
  }
  .tickets-section .restore-tickets {
    display: block !important;
    margin-top: 20px;
    font-size: 16px;
  }
  .tickets-section .form-box {
    padding: 24px 20px;
  }
  .tickets-section .secondary-text {
    font-size: 16px;
  }
  .tickets-section .ticket-description:not(:first-of-type) {
    padding-top: 16px;
  }
  .tickets-section .ticket-description:not(:last-of-type) {
    padding-bottom: 16px;
  }
  .tickets-section .total-price-container {
    padding-top: 18px;
  }
  .tickets-section .download-pdf-btn {
    padding: 18px 20px;
  }
}
.tickets-section__column {
  margin-top: 56px;
}
.tickets-section__form {
  width: 100%;
}
.tickets-section__main-column {
  width: 848px;
  margin-right: 16px;
}
.tickets-section__additional-column {
  width: 416px;
}
.tickets-section .restore-tickets {
  margin: 20px 0 32px;
}
.tickets-section .restore-icon {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.tickets-section .link {
  color: #fc2222;
}
.tickets-section .text {
  font-size: 20px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.8);
}
.tickets-section .info-box {
  margin-bottom: 16px;
}
.tickets-section .mat-spinner {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 35px !important;
  height: 35px !important;
}
.tickets-section .mat-spinner svg {
  width: 35px !important;
  height: 35px !important;
}
.tickets-section .mat-progress-spinner circle,
.tickets-section .mat-spinner circle {
  stroke: #fff;
}
.tickets-section .form-box {
  padding: 40px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.tickets-section .secondary-text {
  font-size: 16px;
  line-height: 140%;
  color: #2f2f2f;
}
.tickets-section .ticket-description {
  position: relative;
}
.tickets-section .ticket-description:not(:first-of-type) {
  padding-top: 16px;
}
.tickets-section .ticket-description:not(:last-of-type) {
  padding-bottom: 16px;
}
.tickets-section .ticket-description:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 0;
  opacity: 0.1;
  background-color: #2f2f2f;
  width: 100%;
  height: 1px;
}
.tickets-section .ticket-price-number {
  margin-right: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  color: #2f2f2f;
}
.tickets-section .currency-icon-small {
  width: 13px;
  height: 13px;
}
.tickets-section .currency-icon-medium {
  width: 20px;
  height: 20px;
}
.tickets-section .total-price-container {
  position: relative;
  padding-top: 18px;
}
.tickets-section .total-price-container::before {
  content: "";
  position: absolute;
  top: 0;
  background-color: #2f2f2f;
  width: 100%;
  height: 1px;
}
.tickets-section .discount-price-container {
  margin-bottom: 10px;
}
.tickets-section .total-price-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #2f2f2f;
}
.tickets-section .total-price-number {
  margin-right: 4px;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  color: #2f2f2f;
}
.tickets-section .asterisk {
  top: -0.2em;
  font-size: 85%;
  line-height: 100%;
}
.tickets-section .download-icon {
  width: 18px;
  height: 18px;
}
.tickets-section .bin-icon {
  width: 20px;
  height: 20px;
}
.tickets-section .arrow-chevron-icon {
  width: 27px;
  height: 27px;
}
.tickets-section .download-pdf-btn {
  cursor: pointer;
  padding: 32px;
  background: #efefef;
  border: none;
}
.tickets-section .download-pdf-text {
  font-size: 18px;
  line-height: 120%;
  color: #6b6b6b;
}
.tickets-title {
  width: 100%;
  margin-bottom: 26px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  color: #a9a9a9;
}
@media screen and (max-width: 1679px) {
  .tickets-title {
    margin-bottom: 22px;
    font-size: 13px;
    font-weight: 600;
  }
}
@media screen and (max-width: 1023px) {
  .tickets-title {
    margin-bottom: 26px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .tickets-title {
    margin-bottom: 22px;
  }
}
.ticket-name {
  width: 70%;
  font-size: 16px;
  line-height: 140%;
  color: #2f2f2f;
}
@media screen and (max-width: 1679px) {
  .ticket-name {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .ticket-name {
    font-size: 16px;
  }
}
.ticket-type,
.ticket-error {
  margin: 6px 10px 0 0;
  font-size: 12px;
  line-height: 140%;
  color: #969696;
}
.ticket-type_lg,
.ticket-error_lg {
  font-size: 14px;
}
.common-ticket-error {
  margin-top: 10px;
  font-size: 14px;
  line-height: 140%;
  color: #969696;
}
.tickets-counter {
  width: 100%;
  margin-top: 18px;
  padding-bottom: 12px;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
