html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
}

input[type=submit],
button {
  cursor: pointer;
}
input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  box-sizing: border-box;
}

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

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #120D2F;
  letter-spacing: -0.01em;
}
body.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
}

input, textarea, button {
  font: inherit;
  color: inherit;
}

button {
  background: transparent;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

[data-aos] {
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: 600ms;
}
[data-aos].aos-animate {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

[data-aos=fade-up] {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
[data-aos=fade-up].aos-animate {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-aos-delay="100"] {
  transition-delay: 100ms;
}

[data-aos-delay="200"] {
  transition-delay: 200ms;
}

[data-aos-delay="300"] {
  transition-delay: 300ms;
}

[data-aos-delay="400"] {
  transition-delay: 400ms;
}

[data-aos-delay="500"] {
  transition-delay: 500ms;
}

[data-aos-delay="600"] {
  transition-delay: 600ms;
}

[data-aos-delay="700"] {
  transition-delay: 700ms;
}

[data-aos-delay="800"] {
  transition-delay: 800ms;
}

[data-aos-delay="900"] {
  transition-delay: 900ms;
}

[data-aos-delay="1000"] {
  transition-delay: 1000ms;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}

.button {
  display: inline-block;
  padding: 16px 28px;
  vertical-align: top;
  background: #FF4800;
  border-radius: 32px;
  border: 1px solid transparent;
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  color: white;
  line-height: 1.2;
  text-align: center;
  transition: all 0.2s;
}
.button:hover {
  background: white;
  border-color: #FF4800;
  color: #FF4800;
}
.button.--blue {
  background: rgba(29, 23, 82, 0.5);
  border-color: white;
}
.button.--blue:hover {
  background: white;
  border-color: #1D1752;
  color: #1D1752;
}
.button.--outline {
  background: transparent;
  border-color: #120D2F;
  color: #120D2F;
}
.button.--outline:hover {
  background: #FF4800;
  border-color: white;
  color: white;
}

.header {
  position: relative;
  z-index: 50;
}
@media only screen and (max-width: 767px) {
  .header.is-open .header__socials a {
    color: #120D2F;
  }
}
.header.is-open .header__lang {
  border-color: #120D2F;
  color: #120D2F;
}
.header.is-open .header__action {
  border-color: #120D2F;
  color: #120D2F;
}
.header.is-open .header__action:hover {
  border-color: #FF4800;
  color: white;
}
.header.is-open .header__action rect {
  y: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header.is-open .header__action rect:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header.is-open .header__nav {
  opacity: 1;
  pointer-events: auto;
}
.header__container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 108px;
}
@media only screen and (max-width: 767px) {
  .header__container {
    height: 80px;
  }
}
.header__socials {
  position: relative;
  z-index: 4;
  display: flex;
  gap: 20px;
  margin-right: auto;
}
.header__socials a {
  display: block;
  color: white;
  transition: color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, color 0.2s;
  transition: transform 0.2s, color 0.2s, -webkit-transform 0.2s;
}
.header__socials a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.header__socials svg {
  width: 24px;
  height: 24px;
}
.header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .header__logo {
    top: 96px;
    width: 120px;
  }
}
.header__lang {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid white;
  border-radius: 22px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-align: center;
  text-align-last: center;
  -moz-text-align-last: center;
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  cursor: pointer;
}
.header__lang option {
  text-align: center;
}
.header__action {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid white;
  border-radius: 22px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  transition: all 0.2s;
}
.header__action:hover {
  background: #FF4800;
  border-color: #FF4800;
  color: white;
}
.header__action rect {
  width: 19.5px;
  height: 2px;
  fill: currentColor;
  rx: 1;
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: all 0.2s;
}
.header__nav {
  position: absolute;
  top: 12px;
  right: 20px;
  width: 610px;
  padding: 86px 0 20px;
  background: white;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .header__nav {
    width: 520px;
  }
}
@media only screen and (max-width: 767px) {
  .header__nav {
    top: 0;
    right: 0;
    width: 100%;
    border-radius: 0 0 20px 20px;
  }
}
.header__nav li.active {
  background: #FBF9F5;
}
.header__nav a {
  display: block;
  padding: 16px 40px;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .header__nav a {
    font-size: 29px;
    text-align: center;
  }
}
.header__nav a:not(.bg-text) {
  color: #120D2F;
  transition: color 0.2s;
}
.header__nav a:not(.bg-text):hover {
  color: #FF4800;
}

.footer {
  position: relative;
  padding: 60px 0;
}
.footer__container {
  max-width: 960px;
}
.footer__logo {
  display: block;
  width: 152px;
  margin: 0 auto 40px;
}
.footer__nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .footer__nav {
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
}
.footer__nav a {
  font-size: 16px;
  color: #120D2F;
  transition: color 0.2s;
}
.footer__nav a:hover {
  color: #FF4800;
}
.footer__socials {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.footer__socials a {
  display: block;
  color: #120D2F;
  transition: color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, color 0.2s;
  transition: transform 0.2s, color 0.2s, -webkit-transform 0.2s;
}
.footer__socials a:hover {
  color: #FF4800;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.footer__socials svg {
  width: 24px;
  height: 24px;
}

.bg-text {
  background-size: 100% auto;
  -webkit-background-clip: text;
          background-clip: text;
  background-position: center top;
  color: transparent;
}

.hero {
  position: relative;
  margin-top: -108px;
  padding: 164px 0 calc(20vw + 60px);
  background-color: black;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  color: white;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .hero {
    padding: 172px 0 calc(20vw + 40px);
    background-size: 176% auto;
  }
}
.hero:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(78, 18, 3, 0.6) 100%);
}
.hero.--home {
  padding-top: 128px;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 767px) {
  .hero.--home {
    padding-top: 172px;
    aspect-ratio: 610/1080;
  }
}
.hero.--home .hero__title {
  font-size: 36px;
}
.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.7;
}
.hero__container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero__title {
  margin-bottom: 22px;
  font-size: 120px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 1259px) {
  .hero__title {
    font-size: 104px;
  }
}
@media only screen and (max-width: 1023px) {
  .hero__title {
    font-size: 96px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__title {
    font-size: 13.5vw;
  }
}
.hero__title:only-child {
  margin-bottom: -60px;
}
@media only screen and (max-width: 1900px) {
  .hero__title:only-child {
    margin-bottom: 0;
  }
}
.hero__description {
  font-size: 27px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hero__description {
    font-size: 18px;
  }
}
.hero__buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .hero__buttons {
    gap: 16px;
    margin-bottom: 28px;
  }
}
.hero__buttons .button {
  width: 220px;
}
@media only screen and (max-width: 767px) {
  .hero__buttons .button {
    width: 160px;
    padding: 12px 24px;
    font-size: 16px;
  }
}
.hero__city {
  margin-bottom: 4px;
  font-size: 60px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
}
@media only screen and (max-width: 767px) {
  .hero__city {
    font-size: 40px;
  }
}
.hero__meta {
  display: flex;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .hero__meta {
    font-size: 16px;
  }
}
.hero__meta li:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.group {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 60px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .group {
    padding: 40px 0;
  }
}
.group__container {
  position: relative;
  z-index: 4;
}
.group__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.group__shape img {
  width: 100%;
}
.group__vector {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.group__vector img {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.group.--main {
  margin-top: -20vw;
  padding-top: 8vw;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1259px) {
  .group.--main {
    padding-top: 12vw;
  }
}
@media only screen and (max-width: 1023px) {
  .group.--main {
    padding-top: 24vw;
  }
}
@media only screen and (max-width: 767px) {
  .group.--main {
    padding-bottom: 80px;
  }
}
.group.--main:before {
  content: "";
  position: absolute;
  top: 30vw;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #FBF9F5;
}
.group.--bottom:before {
  content: "";
  position: absolute;
  top: calc(30vw - 100px);
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 30vw - 200px);
  background: #FBF9F5;
}
.group.--bottom .group__shape {
  max-height: 30vw;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  overflow: hidden;
}

.title {
  margin-bottom: 40px;
  font-size: 84px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 1259px) {
  .title {
    font-size: 72px;
  }
}
@media only screen and (max-width: 1023px) {
  .title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .title {
    font-size: 48px;
  }
}

.text {
  font-size: 27px;
}
@media only screen and (max-width: 767px) {
  .text {
    font-size: 18px;
  }
}

.lineup {
  position: relative;
  display: flex;
  align-items: center;
  gap: 72px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1023px) {
  .lineup {
    align-items: stretch;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .lineup {
    gap: 40px;
    margin-bottom: 80px;
  }
}
.lineup__col {
  flex: 1;
}
.lineup__col:last-child {
  flex: 1.45;
}
.lineup__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .lineup__list {
    gap: 10px;
  }
}
.lineup__list li {
  position: relative;
}
.lineup__list img {
  width: 100%;
  border-radius: 16px;
  aspect-ratio: 324/264;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .lineup__list img {
    border-radius: 20px;
  }
}
.lineup__list strong {
  position: absolute;
  left: 20px;
  bottom: 32px;
  font-size: 27px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
  .lineup__list strong {
    left: 12px;
    bottom: 16px;
    font-size: 16px;
  }
}
.lineup__figure {
  position: absolute;
  right: 60%;
  bottom: 10px;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .lineup__figure {
    display: none;
  }
}
.lineup .text {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1023px) {
  .lineup .text {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .lineup .text {
    margin-bottom: 20px;
  }
}

.artists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 100px;
  padding: 0 40px;
}
@media only screen and (max-width: 1259px) {
  .artists {
    gap: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .artists {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .artists {
    grid-template-columns: repeat(2, 1fr);
  }
}
.artists li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.artists img {
  width: 100%;
}
.artists span {
  margin-top: -32px;
  padding: 10px 20px;
  background: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .artists span {
    font-size: 16px;
  }
}
.artists p {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}
@media only screen and (max-width: 1259px) {
  .artists p {
    font-size: 18px;
  }
}

.schedule__splide {
  margin: 0 -40px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #120D2F 40px, #120D2F calc(100% - 40px), transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, #120D2F 40px, #120D2F calc(100% - 40px), transparent 100%);
}
@media only screen and (max-width: 767px) {
  .schedule__splide {
    margin: 0 -16px;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #120D2F 16px, #120D2F calc(100% - 16px), transparent 100%);
            mask-image: linear-gradient(to right, transparent 0%, #120D2F 16px, #120D2F calc(100% - 16px), transparent 100%);
  }
}
.schedule__foot {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
}
@media only screen and (max-width: 1023px) {
  .schedule__foot {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .schedule__foot {
    flex-direction: column;
    margin-top: 24px;
  }
}
.schedule__nav {
  display: flex;
  gap: 16px;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .schedule__nav {
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin: 0;
  }
}
.schedule__nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #120D2F;
  border-radius: 30px;
  transition: all 0.2s;
}
.schedule__nav button:hover {
  background: white;
  border-color: #FF4800;
  color: #FF4800;
}
.schedule__prev, .schedule__next {
  border: 1px solid #120D2F;
}
.schedule__prev svg, .schedule__next svg {
  width: 20px;
  height: 20px;
}
.schedule__prev path:last-child, .schedule__next path:last-child {
  fill: none;
}
.schedule__days {
  display: flex;
  gap: 8px;
}
.schedule__days button {
  background: white;
  font-size: 14px;
  transition: all 0.2s;
}
.schedule__days button.active {
  background: #BBC2D1;
  border-color: #120D2F;
  font-weight: 700;
  color: #120D2F;
}
.schedule .title,
.schedule .text {
  text-align: center;
}
.schedule .text {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .schedule .text {
    margin-bottom: 40px;
  }
}

.alert {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 20px 32px;
  background: white;
  border: 1px solid #D4D4D4;
  border-radius: 40px;
  padding: 16px;
}
@media only screen and (max-width: 767px) {
  .alert {
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
  }
}
.alert__icon {
  flex-shrink: 0;
  width: 60px;
}
.alert__content p {
  margin-bottom: 10px;
}
.alert__content a {
  font-weight: 700;
  text-decoration: underline;
  color: #FF4800;
}
.alert__content a:hover {
  text-decoration: none;
}

.content {
  font-size: 18px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .content {
    font-size: 16px;
  }
}
.content h1 {
  margin-bottom: 40px;
  font-size: 27px;
}
@media only screen and (max-width: 767px) {
  .content h1 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.zones {
  position: relative;
  z-index: 2;
  padding: 120px 0 60px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .zones {
    padding: 80px 0 40px;
  }
}
.zones:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24vw;
  background: #FBF9F5;
}
.zones__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  pointer-events: none;
}
.zones__head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .zones__head {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.zones__head .title {
  margin: 0;
}
.zones__head .text {
  margin-bottom: 24px;
  font-weight: 400;
}
.zones__subtitle {
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 400;
}
.zones__container {
  position: relative;
}
.zones__preview {
  position: relative;
  margin-left: -60px;
  pointer-events: none;
}
.zones__bg {
  position: absolute;
  top: 34%;
  left: 50%;
  width: 114.4%;
  max-width: unset;
  margin-left: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.zones__map img:nth-child(1) {
  position: relative;
  mix-blend-mode: multiply;
}
.zones__map img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 15%;
  width: 85%;
}
.zones__zoom {
  position: absolute;
  top: 33%;
  left: 45%;
  width: 18%;
  transition: all 0.2s;
}
.zones__zoom:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.zones__list {
  position: relative;
  display: flex;
  gap: 16px;
  max-width: 1040px;
  margin: -10px auto 0;
}
@media only screen and (max-width: 767px) {
  .zones__list {
    flex-direction: column;
    gap: 10px;
  }
}
.zones__list li {
  flex: 1;
  padding: 26px 20px 30px;
  background: #FFFFFF;
  border-style: solid;
  border-width: 14px 0 0 0;
  border-color: #1491D8;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.06);
  border-radius: 40px;
  color: #1491D8;
}
@media only screen and (max-width: 767px) {
  .zones__list li {
    padding: 20px 20px 20px 24px;
    border-width: 0 0 0 6px;
  }
}
.zones__list li:nth-child(2) {
  border-color: #E82417;
  color: #E82417;
}
.zones__list li:nth-child(3) {
  border-color: #E93C8F;
  color: #E93C8F;
}
.zones__caption {
  margin-bottom: 16px;
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .zones__caption {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
.zones__text {
  font-size: 18px;
  color: #120D2F;
  line-height: 1.4;
}

.tickets {
  position: relative;
  z-index: 2;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .tickets {
    padding: 40px 0;
  }
}
.tickets__container {
  position: relative;
}
.tickets__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.tickets__head .title {
  margin: 0;
}
.tickets__list {
  display: flex;
  gap: 10px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1023px) {
  .tickets__list {
    flex-wrap: wrap;
  }
}
.tickets__list li {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px;
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.06);
  border-radius: 40px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .tickets__list li {
    flex: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .tickets__list li {
    padding: 10px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tickets__list .button {
    padding: 12px;
    font-size: 16px;
  }
}
.tickets__type {
  margin-bottom: 6px;
  padding: 10px;
  background: #F5F7FB;
  border-radius: 22px;
  font-size: 18px;
  font-weight: 700;
  color: #FF4800;
}
@media only screen and (max-width: 767px) {
  .tickets__type {
    font-size: 14px;
  }
}
.tickets__type.--all {
  background: #30ACCF;
  color: white;
}
.tickets__type.--vip {
  background: #FF4800;
  color: white;
}
.tickets__date {
  min-height: 24px;
  margin-bottom: auto;
  font-size: 16px;
  color: #A7A4BD;
}
.tickets__price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin: 8px 0 10px;
  font-weight: 700;
}
.tickets__price span:nth-child(1) {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1px;
  margin: -8px -16px 0 0;
  font-size: 16px;
  color: #A7A4BD;
}
.tickets__price span:nth-child(1):after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EF0000;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.tickets__price span:nth-child(1) sup {
  margin-top: 2px;
  font-size: 11px;
}
.tickets__price span:nth-child(2) {
  margin-top: 20px;
  font-size: 18px;
}
.tickets__price span:nth-child(3) {
  display: flex;
  align-items: flex-start;
  font-size: 48px;
}
.tickets__price span:nth-child(3) sup {
  margin-top: 10px;
  font-size: 24px;
}

.charity {
  margin-bottom: 120px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .charity {
    margin-bottom: 80px;
  }
}
.charity .title {
  margin-bottom: 30px;
  font-size: 128px;
}
@media only screen and (max-width: 1259px) {
  .charity .title {
    font-size: 112px;
  }
}
@media only screen and (max-width: 1023px) {
  .charity .title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .charity .title {
    margin-bottom: 20px;
    font-size: 12vw;
  }
}
.charity .text {
  max-width: 940px;
  margin: 0 auto;
}

.ride {
  position: relative;
  z-index: 2;
  height: 142px;
}
@media only screen and (max-width: 1023px) {
  .ride {
    height: auto;
  }
}
.ride__container {
  background: #FFFFFF;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.06);
  border-radius: 40px;
}
@media only screen and (max-width: 767px) {
  .ride__container {
    border-radius: 20px;
  }
}
.ride__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 30px 30px 20px;
  border-bottom: 1px dashed #D4D2EA;
}
@media only screen and (max-width: 767px) {
  .ride__tabs {
    padding: 12px;
  }
}
.ride__tabs button {
  padding: 8px 20px;
  border: 1px solid #120D2F;
  border-radius: 20px;
  font-size: 16px;
  transition: all 0.2s;
}
@media only screen and (max-width: 767px) {
  .ride__tabs button {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.ride__tabs button:hover {
  border-color: #60B2C5;
  color: #60B2C5;
}
.ride__tabs button.active {
  background: #60B2C5;
  border-color: #60B2C5;
  color: white;
}
.ride__lists {
  padding: 20px 30px 30px;
}
@media only screen and (max-width: 767px) {
  .ride__lists {
    padding: 12px;
  }
}
.ride__lists ul {
  display: none;
}
.ride__lists ul.active {
  display: block;
}
.ride__lists li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (max-width: 1259px) {
  .ride__lists li {
    gap: 4px;
  }
}
.ride__lists li:not(:last-child) {
  margin-bottom: 20px;
}
.ride__lists span {
  font-size: 21px;
}
@media only screen and (max-width: 767px) {
  .ride__lists span {
    font-size: 16px;
  }
}
.ride__lists span[class*="--bg-"] {
  padding: 6px 16px;
  border-radius: 22px;
}
.ride__lists span.--bg-orange {
  background: #FF9E00;
}
.ride__lists span.--bg-red {
  background: #FF0000;
  color: white;
}
.ride__lists span.--bg-blue {
  background: #8FD7F5;
}
.ride__lists span.--bg-green {
  background: #00B839;
  color: white;
}
.ride__lists span.--bg-purple {
  background: #A10082;
  color: white;
}
.ride__lists span.--bg-black {
  background: #120D2F;
  color: white;
}
.ride__lists span.--outline {
  border: 1px solid #120D2F;
  border-radius: 22px;
}
.ride__lists svg {
  display: block;
  width: 32px;
  height: 32px;
  fill: #120D2F;
}
@media only screen and (max-width: 767px) {
  .ride__lists svg {
    width: 24px;
    height: 24px;
  }
}
.ride__lists svg.icon-metro {
  color: #FF0000;
}

.contacts__head {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .contacts__head {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .contacts__head {
    margin-bottom: 40px;
    text-align: center;
  }
}
.contacts__col {
  flex: 1;
}
.contacts__map {
  position: relative;
}
.contacts__map img {
  pointer-events: none;
}
.contacts__map img:nth-child(1) {
  position: absolute;
  top: 53%;
  left: -17%;
  width: 24%;
}
.contacts__map img:nth-child(3) {
  position: absolute;
  top: 70%;
  right: -10%;
  width: 16%;
}
.contacts__map iframe {
  position: relative;
  z-index: 4;
  display: block;
  width: 100%;
  height: 450px;
  border: 10px solid white;
  border-radius: 24px;
}
.contacts .title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .contacts .title {
    margin-bottom: 20px;
  }
}
.contacts .bg-text {
  background-position: center 75%;
}

.about {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .about {
    flex-direction: column;
  }
}
.about__col:first-child {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 20px;
  padding-top: 90px;
}
@media only screen and (max-width: 1023px) {
  .about__col:first-child {
    flex: auto;
    padding: 0;
  }
}
.about__col:last-child {
  flex: 0 0 460px;
}
@media only screen and (max-width: 1023px) {
  .about__col:last-child {
    flex: auto;
    width: 100%;
  }
}
.about__col:last-child img {
  width: 100%;
  border-radius: 40px;
}
@media only screen and (max-width: 767px) {
  .about__col:last-child img {
    border-radius: 30px;
  }
}
.about .title {
  margin: 20px 0 0;
}
.about .content {
  margin-bottom: auto;
}
.about.--location {
  align-items: flex-end;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .about.--location {
    margin-bottom: 80px;
  }
}
.about.--location .title {
  margin: 0;
}
.about.--location .content {
  margin: 0;
}

.features {
  padding: 120px 0 60px;
}
@media only screen and (max-width: 767px) {
  .features {
    padding: 80px 0 40px;
  }
}
.features__text {
  max-width: 640px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .features__text {
    margin-bottom: 40px;
  }
}
.features__list {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .features__list {
    margin-bottom: 60px;
  }
}
.features__list li {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .features__list li {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0 20px;
  }
}
.features__list li:not(:last-child) {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #D4D4D4;
}
.features__list li:hover .features__day {
  border-color: black;
  color: black;
}
.features__list li:hover .features__title {
  color: black;
}
.features__list li.active .features__day {
  border-color: #FF4800;
  color: #FF4800;
}
.features__list li.active .features__title {
  font-weight: 700;
  color: black;
}
.features__list li.active .features__body {
  grid-template-rows: 1fr;
}
.features__list li.active .features__wrap {
  opacity: 1;
}
.features__day {
  flex-shrink: 0;
  padding: 10px 20px;
  border: 1px solid #CDCDD0;
  border-radius: 25px;
  font-size: 20px;
  color: #CDCDD0;
  transition: border-color 0.2s, color 0.2s;
}
@media only screen and (max-width: 767px) {
  .features__day {
    font-size: 16px;
  }
}
.features__title {
  flex: 1;
  font-size: 40px;
  font-weight: 400;
  color: #CDCDD0;
  transition: color 0.2s;
}
@media only screen and (max-width: 767px) {
  .features__title {
    font-size: 24px;
  }
}
.features__body {
  flex: 1.2;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.4s;
  transition: grid-template-rows 0.4s, -ms-grid-rows 0.4s;
}
@media only screen and (max-width: 767px) {
  .features__body {
    grid-column: span 2/span 2;
    grid-row-start: 2;
  }
}
.features__wrap {
  min-height: 0;
  transition: opacity 0.4s;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .features__wrap .content {
    padding-top: 20px;
  }
}
.features__inner {
  position: relative;
}
.features__image img {
  border-radius: 90px;
}
@media only screen and (max-width: 1023px) {
  .features__image img {
    border-radius: 30px;
  }
}
.features__details {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 40px;
  padding: 20px 64px 52px;
  background: #FBF9F5;
  border-radius: 70px;
}
@media only screen and (max-width: 1023px) {
  .features__details {
    position: static;
    margin-top: 40px;
    border: 1px solid #D4D4D4;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .features__details {
    margin-top: 20px;
    padding: 20px 20px 40px;
  }
}
.features__subtitle {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .features__subtitle {
    text-align: left;
  }
}
.features__params {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .features__params {
    flex-direction: column;
    gap: 20px;
  }
}
.features__params li {
  display: flex;
  align-items: flex-start;
  flex: 1;
  gap: 12px;
}
.features__icon {
  flex-shrink: 0;
  padding: 6px;
  background: white;
  border-radius: 22px;
}
.features__icon svg {
  width: 32px;
  height: 32px;
  fill: #30ACCF;
}
.features__description {
  font-size: 16px;
}
.features__caption {
  position: absolute;
  left: 50%;
  bottom: -20px;
  padding: 10px 20px;
  background: white;
  border-radius: 28px;
  font-size: 24px;
  font-weight: 700;
  color: #30ACCF;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1023px) {
  .features__caption {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 767px) {
  .features__caption {
    font-size: 16px;
  }
}

.bottom-message {
  margin-top: 120px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .bottom-message {
    margin: 80px 0 0;
  }
}
.bottom-message .title + .text,
.bottom-message .text + .title {
  margin: 20px 0 0;
}

.musicians {
  padding-top: 6vw;
}
@media only screen and (max-width: 1023px) {
  .musicians {
    padding: 0;
  }
}
.musicians .title {
  margin-bottom: 80px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .musicians .title {
    margin-bottom: 40px;
  }
}
.musicians__section:not(:last-child) {
  margin-bottom: 80px;
}
.musicians__day {
  position: relative;
  display: flex;
  gap: 8px;
  margin-bottom: 30px;
  padding-left: 82px;
}
@media only screen and (max-width: 1023px) {
  .musicians__day {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .musicians__day {
    justify-content: center;
    padding: 0;
  }
}
.musicians__day:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
.musicians__day span {
  position: relative;
  padding: 10px 20px;
  background: white;
  border: 1px solid #FF4800;
  border-radius: 28px;
  font-size: 24px;
  font-weight: 700;
  color: #FF4800;
}
@media only screen and (max-width: 767px) {
  .musicians__day span {
    font-size: 16px;
  }
}
.musicians__day span:last-child {
  border-color: #CACACA;
  color: #CACACA;
}
.musicians__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .musicians__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.musicians__list li {
  text-align: center;
}
.musicians__preview {
  margin-bottom: 30px;
}
.musicians__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.musicians__text {
  font-size: 14px;
}

.atmosphere {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .atmosphere {
    margin-bottom: 80px;
  }
}
.atmosphere .title {
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .atmosphere .title {
    margin-bottom: 40px;
  }
}
.atmosphere__list {
  position: relative;
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .atmosphere__list {
    flex-direction: column;
    gap: 10px;
  }
}
.atmosphere__list li {
  flex: 1;
  padding: 26px 20px 30px;
  background: #FFFFFF;
  border-style: solid;
  border-width: 14px 0 0 0;
  border-color: #1491D8;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.06);
  border-radius: 40px;
}
@media only screen and (max-width: 767px) {
  .atmosphere__list li {
    padding: 20px 20px 20px 24px;
    border-width: 0 0 0 6px;
  }
}
.atmosphere__list li:nth-child(2) {
  border-color: #E82417;
}
.atmosphere__list li:nth-child(3) {
  border-color: #E93C8F;
}
.atmosphere__caption {
  margin-bottom: 16px;
  font-size: 27px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .atmosphere__caption {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
.atmosphere__text {
  font-size: 18px;
  color: #120D2F;
  line-height: 1.4;
}

.field {
  margin-bottom: 16px;
}
.field input,
.field textarea,
.field select {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid black;
  border-radius: 14px;
  font-size: 16px;
}
.field input::-webkit-input-placeholder, .field textarea::-webkit-input-placeholder, .field select::-webkit-input-placeholder {
  color: #b2b2b2;
}
.field input:-ms-input-placeholder, .field textarea:-ms-input-placeholder, .field select:-ms-input-placeholder {
  color: #b2b2b2;
}
.field input::-ms-input-placeholder, .field textarea::-ms-input-placeholder, .field select::-ms-input-placeholder {
  color: #b2b2b2;
}
.field input::placeholder,
.field textarea::placeholder,
.field select::placeholder {
  color: #b2b2b2;
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 9L12 17L4 9L6 7L12 13L18 7L20 9Z' fill='black'/%3E%3C/svg%3E%0A");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  -webkit-appearance: none;
          appearance: none;
  color: #b2b2b2;
}
.field select.valid {
  color: black;
}
.field textarea {
  height: 120px;
  padding: 14px 16px;
  resize: none;
}

.form {
  max-width: 810px;
  margin: -6vw auto 120px;
  padding: 40px;
  background: #FBF9F5;
  border: 1px solid black;
  border-radius: 40px;
  text-align: center;
}
@media only screen and (max-width: 1259px) {
  .form {
    margin-top: -10vw;
  }
}
@media only screen and (max-width: 1023px) {
  .form {
    margin-top: -22vw;
  }
}
@media only screen and (max-width: 767px) {
  .form {
    margin-bottom: 80px;
    padding: 20px;
  }
}
.form__fields {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media only screen and (max-width: 767px) {
  .form__fields {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.form__foot {
  margin-top: 16px;
  text-align: center;
}

.news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 20px;
}
@media only screen and (max-width: 767px) {
  .news {
    grid-template-columns: 1fr;
  }
}
.news__item.--main {
  display: flex;
  gap: 50px;
  grid-column: span 3/span 1;
}
@media only screen and (max-width: 767px) {
  .news__item.--main {
    flex-direction: column;
    gap: 20px;
    grid-column: span 1/span 1;
  }
}
.news__item.--main .news__preview, .news__item.--main .news__content {
  flex: 1;
}
.news__item.--main .news__preview {
  margin: 0;
}
.news__item.--main .news__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .news__item.--main .news__content {
    gap: 20px;
  }
}
.news__item.--main .news__content .button {
  margin-top: auto;
  padding: 10px 20px;
  border-color: #FF4800;
  color: #FF4800;
  font-size: 16px;
}
.news__item.--main .news__content .button:hover {
  color: white;
}
.news__item.--main .news__preview img {
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 767px) {
  .news__item.--main .news__preview img {
    aspect-ratio: 4/3;
  }
}
.news__item.--main .news__title {
  font-size: 27px;
}
@media only screen and (max-width: 767px) {
  .news__item.--main .news__title {
    font-size: 18px;
  }
}
.news__preview {
  display: block;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .news__preview {
    margin-bottom: 20px;
  }
}
.news__preview img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__title {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .news__title {
    font-size: 18px;
  }
}
.news__title a {
  color: black;
  transition: color 0.2s;
}
.news__title a:hover {
  color: #FF4800;
}

.article {
  max-width: 1040px;
  margin: -8vw auto 0;
}
@media only screen and (max-width: 1259px) {
  .article {
    margin-top: -12vw;
  }
}
@media only screen and (max-width: 1023px) {
  .article {
    margin-top: -24vw;
  }
}
.article__preview {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .article__preview {
    margin-bottom: 40px;
  }
}
.article__preview img {
  border-radius: 30px;
}
.article__content {
  text-align: center;
}
.article__content p {
  margin-bottom: 20px;
}

.services {
  padding-top: 90px;
}
@media only screen and (max-width: 1023px) {
  .services {
    padding: 0;
  }
}
.services__nav {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
  overflow: auto;
}
@media only screen and (max-width: 1259px) {
  .services__nav {
    margin: 0 -40px 30px;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .services__nav {
    margin: 0 -16px 20px;
    padding: 0 16px;
    gap: 6px;
  }
}
.services__nav .button {
  flex-shrink: 0;
  padding: 10px 30px;
  background: white;
  border-color: #FF4800;
  font-size: 18px;
  font-weight: 400;
  color: black;
}
@media only screen and (max-width: 767px) {
  .services__nav .button {
    padding: 6px 16px;
    font-size: 16px;
  }
}
.services__nav .button:hover {
  color: #FF4800;
}
.services__nav .button.active {
  background: #FF4800;
  color: white;
}
.services__reset {
  flex-shrink: 0;
  margin-left: auto;
  padding: 10px 30px;
  font-size: 18px;
  color: #FF4800;
  text-decoration: underline;
}
.services__reset:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .services__reset {
    padding: 6px 16px;
    font-size: 16px;
  }
}
.services__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 20px;
  background: white;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .services__item {
    flex-direction: column;
    gap: 0;
    padding: 10px;
    border-radius: 20px;
  }
}
.services__item:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .services__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.services__item .button {
  align-self: center;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .services__item .button {
    align-self: flex-start;
    margin: 0;
    padding: 6px 20px;
    font-size: 14px;
  }
}
.services__preview {
  flex: 0 0 184px;
}
@media only screen and (max-width: 767px) {
  .services__preview {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 130px;
  }
}
.services__preview img {
  border-radius: 20px;
}
.services__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 540px;
}
.services__type {
  margin-bottom: 16px;
  padding: 6px 10px;
  background: #D8EEFF;
  border-radius: 40px;
  font-size: 14px;
  color: #0080FF;
}
@media only screen and (max-width: 767px) {
  .services__type {
    margin-left: 146px;
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.services__title {
  margin-bottom: 10px;
  font-size: 27px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .services__title {
    min-height: 92px;
    margin-left: 146px;
    font-size: 20px;
  }
}
.services__title a {
  color: black;
  transition: color 0.2s;
}
.services__title a:hover {
  color: #FF4800;
}
.services__text {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .services__text {
    margin-bottom: 16px;
  }
}