@charset "UTF-8";
@font-face {
  font-family: "BebasNeue-Bold";
  src: url("../fonts/BebasNeue-Bold/BebasNeueBold.eot");
  src: url("../fonts/BebasNeue-Bold/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-Bold/BebasNeueBold.woff2") format("woff2"), url("../fonts/BebasNeue-Bold/BebasNeueBold.woff") format("woff"), url("../fonts/BebasNeue-Bold/BebasNeueBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BebasNeue-Regular";
  src: url("../fonts/BebasNeue-Regular/BebasNeueRegular.eot");
  src: url("../fonts/BebasNeue-Regular/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-Regular/BebasNeueRegular.woff2") format("woff2"), url("../fonts/BebasNeue-Regular/BebasNeueRegular.woff") format("woff"), url("../fonts/BebasNeue-Regular/BebasNeueRegular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background-color: #f6f6f6;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  line-height: 1;
  color: #151515;
}

body.lock {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}

.header {
  position: relative;
  z-index: 5;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  z-index: 2;
}

.footer {
  z-index: 1;
}

.container {
  width: min(1290px, 100% - 30px);
  margin-inline: auto;
}

section {
  width: 100%;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

h1 {
  font-family: "BebasNeue-Bold";
  font-size: 110px;
  line-height: 100%;
  color: #3c3836;
}

h2 {
  font-family: "BebasNeue-Bold";
  font-size: 100px;
  line-height: 100%;
  color: #3c3836;
}

h3 {
  font-family: "BebasNeue-Bold";
  font-size: 80px;
  line-height: 100%;
  color: #3c3836;
}

h4 {
  font-family: "BebasNeue-Bold";
  font-size: 70px;
  line-height: 100%;
  color: #3c3836;
}

h5 {
  font-family: "BebasNeue-Bold";
  font-size: 60px;
  line-height: 100%;
  color: #3c3836;
}

h6 {
  font-family: "BebasNeue-Bold";
  font-size: 50px;
  line-height: 100%;
  color: #3c3836;
}

p {
  font-size: 16px;
  line-height: 150%;
}
p a {
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #00c1ff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
p strong {
  font-size: 16px;
  line-height: 150%;
}

strong {
  display: inline;
  font-family: "Montserrat-Bold";
  font-size: 30px;
  line-height: 100%;
}

img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

img.active {
  -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05) !important;
          transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05) !important;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 60px;
  padding: 0 48px;
  border-radius: 12px;
  background: linear-gradient(28deg, #f56a40 0%, #fda63a 100%);
  font-family: "BebasNeue-Regular";
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 12px;
  background: linear-gradient(28deg, #f34d1b 0%, #f88901 100%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn:active {
  top: 2px;
}

.btn.btn--transparent {
  background: transparent;
  border: 2px solid #F77F3D;
  color: #3c3836;
}

.btn.btn--dark {
  background: rgba(255, 255, 255, 0.1);
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 10px;
  margin: 0 0 40px 0;
}
.title > * {
  text-align: center;
}

.show h1,
.show h2,
.show h3,
.show h4,
.show h5,
.show h6,
.show .up {
  position: relative;
  z-index: 2;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.4s 0.4s;
  transition: 0.4s 0.4s;
}

.show.active h1,
.show.active h2,
.show.active h3,
.show.active h4,
.show.active h5,
.show.active h6,
.show.active .up {
  top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.input-wrapper small {
  font-family: "Montserrat-Bold";
  font-size: 14px;
  color: #3c3836;
  margin: 0 0 12px 0;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 12px;
  padding: 0 24px;
  border: 1px solid #d7d7d7;
  background-color: #f8f8f8;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #3c3836;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

*::-webkit-input-placeholder {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #868686;
  opacity: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

*::-moz-placeholder {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #868686;
  opacity: 1;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

*:-ms-input-placeholder {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #868686;
  opacity: 1;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}

*::-ms-input-placeholder {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #868686;
  opacity: 1;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}

*::placeholder {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #868686;
  opacity: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

*::-webkit-input-placeholder {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #868686;
  opacity: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

*::-ms-input-placeholder {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #868686;
  opacity: 1;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}

*::-moz-placeholder {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #868686;
  opacity: 1;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

.checkbox {
  position: relative;
}

.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.checkbox__text {
  padding: 0 0 0 32px;
  font-size: 12px;
  line-height: 160%;
  color: #3c3836;
  position: relative;
  z-index: 1;
}

.checkbox__text::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid #F77F3D;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.checkbox__text::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-image: url("../img/check-mark.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.checkbox__text.active::after {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.icon-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 25px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.icon-menu span {
  display: block;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  background-color: #000;
}

.icon-menu span:nth-child(1) {
  top: 0%;
}

.icon-menu span:nth-child(3) {
  top: auto;
  bottom: 0%;
}

.icon-menu.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.icon-menu.active span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.icon-menu.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 1.5px);
}

.icon-menu.active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: calc(50% - 1.5px);
}

.icon-menu.icon-menu--open,
.icon-menu.icon-menu--close {
  display: none;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-x: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 12;
}

.popup.open .popup__content {
  opacity: 1;
}

.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 10px;
}

.popup__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 700px;
  padding: 0 0 40px 0;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.popup__close {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 11;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.popup__close svg {
  width: 40%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.popup__img {
  width: 100%;
  height: auto;
  padding-top: 42%;
  position: relative;
  overflow: hidden;
  background-image: url("../img/popup.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.popup__img strong {
  font-family: "BebasNeue-Bold";
  font-size: 169px;
  line-height: 80%;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}

.popup__form {
  padding: 40px 32px 0 32px;
}

.popup__form > strong {
  display: inline-block;
  font-family: "BebasNeue-Bold";
  font-size: 70px;
  line-height: 90%;
  color: #3c3836;
}

.popup__form > p {
  margin: 16px 0 0 0;
}

.popup__form-items {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 16px;
  margin: 32px 0 0 0;
}

#popup .popup__content > .btn {
  width: calc(100% - 64px);
  padding: 0 12px;
  margin: 32px auto 0 auto;
}

#popup2 .popup__form > .btn {
  width: 100%;
  padding: 0 12px;
  margin: 32px 0 0 0;
}

.popup__form-links {
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-template-rows: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  grid-gap: 12px;
}

.popup__form-links strong {
  display: block;
  font-family: "BebasNeue-Regular";
  font-size: 26px;
  color: #3c3836;
  margin: 0 0 17px 0;
}

.popup__label.btn {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 18px;
  position: relative;
}
.popup__label.btn input {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.popup__label svg {
  width: 24px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup__form .checkbox__text {
  margin: 16px 0 0 0;
}

.wrapper:has(.welcome) .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}

.wrapper:has(.welcome) .header__content {
  background-color: transparent;
}

.header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
}

.blur-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(8px);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  -webkit-mask: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0) 100%);
          mask: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
          mask: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.header__content {
  background-color: #efefef;
  padding: 20px 0;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header.sticky .header__content {
  background-color: #efefef;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

.header__items {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 12px;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 116px;
  height: auto;
}
.logo svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header__item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 4px;
}

.header__item--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 16px;
}

.header__tel {
  font-family: "Montserrat-Medium";
  font-size: 22px;
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__popup {
  font-family: "Montserrat-Medium";
  font-size: 16px;
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 0;
  font-family: "Montserrat-Medium";
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.nav__logo,
.hidden {
  display: none;
}

.welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100svh;
  padding-bottom: 18vh;
  overflow: hidden;
  background-image: url("../img/main-welcome-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
}

.welcome__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 60px;
}

.welcome__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 6px;
  color: #fff;
  text-align: center;
}

.welcome__info h1 {
  font-size: 250px;
  color: #fff;
}

.welcome__info strong {
  font-family: "BebasNeue-Regular";
  text-transform: uppercase;
}

.welcome__info p {
  margin: -30px 0 0 0;
  font-family: "Montserrat-Medium";
  opacity: 0.8;
}

.welcome__content .btn {
  height: 68px;
  padding: 0 70px;
  font-size: 25px;
}

.musics__content .title {
  padding: 0 20%;
}

.musics__items {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 12px;
}

.song {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 24px;
  row-gap: 16px;
  padding: 16px 24px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.8);
}

.song__img {
  grid-column: 1/span 1;
  grid-row: 1/span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}
.song__img img {
  width: 120px;
  height: 120px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.song__img img:last-child {
  position: relative;
  z-index: 1;
}

.song.active .song__img img:last-child {
  margin: 0 0 0 34px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.song__info {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 20px;
  margin: auto 0 0 0;
}

.song__info h6 {
  grid-column: 1/span 2;
  font-family: "BebasNeue-Regular";
  font-size: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.song__info small {
  font-size: 14px;
  color: #939393;
}

.song__info span {
  margin: 0 0 0 36px;
  font-size: 14px;
  color: #939393;
  position: relative;
}
.song__info span::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #939393;
  position: absolute;
  top: 6px;
  left: -19px;
  z-index: 1;
}

.song__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: auto 0 0 0;
}

.song__btn.btn {
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  padding: 0 40px;
}

.song__btn--original.btn {
  background: #efefef;
  color: #3c3836;
}
.song__btn--original.btn::after {
  background: linear-gradient(28deg, #f56a40 0%, #fda63a 100%);
}

.song__btn--processed.btn::after {
  background: #efefef;
}

.song__btn span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 13px;
  height: 15px;
  padding: 1px 0 0 0;
  position: relative;
}
.song__btn span svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.song__btn span svg > * {
  fill: #3c3836;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.song__btn.song__btn--original span svg > * {
  fill: #3c3836;
}

.song__btn.song__btn--processed span svg > * {
  fill: #fff;
}

.song__btn span svg:first-child {
  z-index: 2;
}

.song__btn span svg:last-child {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
}

.song__btn.active span svg:first-child {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
}

.song__btn.active span svg:last-child {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 2;
}

.song__indicators {
  grid-column: 2/span 2;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  -webkit-transition: opacity 0.2s, height 0.2s;
  transition: opacity 0.2s, height 0.2s;
}

.song__indicators.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.song__indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
}

.time-display {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  font-size: 14px;
  color: #939393;
}

.progress-bar {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 8px;
  background-color: #939393;
  border-radius: 100vw;
  cursor: pointer;
  position: relative;
}

.progress-fill {
  height: 100%;
  background-color: #F77F3D;
  border-radius: 3px;
  width: 0%;
}

.volume-control {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 12px;
}

.volume-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  position: relative;
  pointer-events: none;
}
.volume-icon svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.volume-icon svg path {
  fill: #F77F3D;
}

.volume-icon svg:first-child {
  z-index: 2;
}

.volume-icon svg:last-child {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
}

.volume-icon.active svg:first-child {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
}

.volume-icon.active svg:last-child {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 2;
}

.volume-slider {
  -webkit-appearance: none;
  width: 100px;
  height: 6px;
  border-radius: 3px;
  background-color: #939393;
}

.volume-slider::-webkit-slider-runnable-track {
  height: 6px;
  background-color: #939393;
  border-radius: 3px;
}

.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #F77F3D;
  /* Оранжевая обводка */
  border-radius: 50%;
  cursor: pointer;
  margin-top: -5px;
}

.volume-slider::-moz-range-track {
  height: 6px;
  background: #939393;
  border-radius: 3px;
}

.volume-slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #F77F3D;
  border-radius: 50%;
  cursor: pointer;
}

.volume-slider::-webkit-slider-runnable-track {
  background: -webkit-gradient(linear, left top, right top, from(#F77F3D), color-stop(#F77F3D), color-stop(#939393), to(#939393));
  background: linear-gradient(to right, #F77F3D 0%, #F77F3D var(--fill-percent, 0%), #939393 var(--fill-percent, 0%), #939393 100%);
}

.volume-slider::-moz-range-progress {
  height: 6px;
  background: #F77F3D;
  border-radius: 3px;
}

.musics__btn.btn {
  padding: 0 136px;
  margin: 40px auto 0 auto;
}

.mixer {
  padding: 0;
  background-image: url("../img/main-mixer-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mixer__item-wrapper {
  position: relative;
}
.mixer__item-wrapper::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  z-index: 1;
}

.mixer__content .mixer__item-wrapper:nth-child(odd)::before {
  right: 0;
}

.mixer__content .mixer__item-wrapper:nth-child(even)::before {
  left: 0;
}

.mixer__item-wrapper .container {
  position: relative;
  z-index: 2;
}

.mixer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding: 86px 40px;
  color: #fff;
  text-align: center;
}

.mixer__content .mixer__item-wrapper:nth-child(odd) .mixer__item {
  margin: 0 0 0 auto;
}

.mixer__content .mixer__item-wrapper:nth-child(even) .mixer__item {
  margin: 0 auto 0 0;
}

.mixer__item {
  position: relative;
}

.mixer__item small {
  margin: 0 0 16px 0;
  font-family: "Montserrat-Medium";
  font-size: 16px;
}

.mixer__item h6 {
  color: #fff;
}

.mixer__item > p {
  margin: 12px 0 0 0;
  font-family: "Montserrat-Medium";
}

.mixer__item strong {
  margin: 32px 0 0 0;
  font-family: "BebasNeue-Regular";
  font-size: 45px;
  text-transform: uppercase;
  color: #fff;
}

.mixer__item-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  margin: 40px auto 0 auto;
}

.mixer__item-buttons .btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.mixer__item .mixer__item-popup {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.mixer__item-popup picture {
  width: 100%;
  height: auto;
  padding-top: 42%;
  position: relative;
  overflow: hidden;
}
.mixer__item-popup picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.mixer__item-popup-info {
  padding: 40px 32px 0 32px;
}

.mixer__item-popup-info b {
  font-family: "Montserrat-Bold";
  margin: 0 0 16px 0;
  font-size: 16px;
  color: #F77F3D;
}

.mixer__item-popup-info h6 {
  font-size: 40px;
}

.mixer__item-popup-info strong {
  display: block;
  margin: 32px 0 0 0;
  font-family: "Montserrat-Bold";
  font-size: 16px;
  line-height: 150%;
}

.mixer__item-popup-info ol {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 6px;
  margin: 16px 0 0 0;
  counter-reset: number 0;
}

.mixer__item-popup-info ol li {
  font-size: 16px;
  line-height: 150%;
  counter-increment: number;
  position: relative;
}
.mixer__item-popup-info ol li::before {
  content: counter(number) ".";
  display: inline-block;
  margin: 0 6px 0 0;
}

.mixer__item-popup-info ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 6px;
  margin: 16px 0 0 0;
}

.mixer__item-popup-info ul li {
  padding: 0 0 0 32px;
  font-size: 16px;
  line-height: 150%;
  position: relative;
}
.mixer__item-popup-info ul li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/main-mixer-check.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
}

.mixer__item-popup-info .btn {
  width: 100%;
  padding: 0 12px;
  margin: 32px 0 0 0;
}

.mechanism {
  overflow: hidden;
}

.mechanism > img {
  width: auto;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-40%, -50%) rotate(0);
            transform: translate(-40%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-40%, -50%) rotate(360deg);
            transform: translate(-40%, -50%) rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: translate(-40%, -50%) rotate(0);
            transform: translate(-40%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-40%, -50%) rotate(360deg);
            transform: translate(-40%, -50%) rotate(360deg);
  }
}
.container {
  position: relative;
  z-index: 2;
}

.mechanism__content {
  width: 52%;
  margin: 0 0 0 auto;
}

.mechanism__content .title > * {
  text-align: left;
}

.mechanism__items {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 32px;
}

.mechanism__item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
  row-gap: 16px;
}

.mechanism__item span {
  grid-column: 1/span 1;
  grid-row: 1/span 2;
  font-family: "BebasNeue-Bold";
  font-size: 50px;
  line-height: 100%;
  color: transparent;
  background: linear-gradient(28deg, #f56a40 0%, #fda63a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mechanism__item strong {
  font-family: "BebasNeue-Regular";
}

.story {
  padding: 0;
  background: -webkit-gradient(linear, left top, right bottom, from(rgb(73, 32, 22)), color-stop(50%, rgb(6, 2, 6)), to(rgb(52, 33, 16)));
  background: linear-gradient(to right bottom, rgb(73, 32, 22) 0%, rgb(6, 2, 6) 50%, rgb(52, 33, 16) 100%);
}

.story__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 6px;
}

.story__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 98px 64px;
  color: #fff;
  text-align: center;
}

.story__info small {
  font-family: "Montserrat-Medium";
  font-size: 16px;
  margin: 0 0 20px 0;
}

.story__info h2 {
  color: #fff;
}

.story__info p {
  margin: 24px 0 0 0;
}

.story__img {
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 6px;
  height: 100%;
  overflow: hidden;
}
.story__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.story__img--one {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.story__img--one img:first-child {
  grid-column: 1/span 2;
  grid-row: 1/span 1;
}

.story__img--two {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}

.story__slider {
  width: 100%;
  height: 100%;
}

.story__slider-item {
  width: 100%;
  height: auto;
  position: relative;
}
.story__slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.accordion {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 8px;
}

.accordion__label {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  padding: 20px 24px;
  border-radius: 10px;
  background-color: #3c3836;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.accordion__label strong {
  margin: 5px 0 0 0;
  font-family: "BebasNeue-Regular";
  font-size: 25px;
  line-height: 100%;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.accordion__label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background-color: #F77F3D;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.accordion__label span svg {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.accordion__label span svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.accordion__label.active {
  background-color: #fff;
}
.accordion__label.active strong {
  color: #3c3836;
}
.accordion__label.active span {
  background-color: #f0f0f0;
}
.accordion__label.active span svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accordion__label.active span svg path {
  fill: #F77F3D;
}

.accordion__info {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.accordion__info.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.accordion__info-text {
  padding: 24px;
}

.feedback {
  background-image: url("../img/main-feedback-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.feedback::before {
  content: "";
  display: block;
  width: 44%;
  height: 100%;
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.feedback .container {
  position: relative;
  z-index: 2;
}

.feedback__content {
  width: 38%;
  padding: 0 40px 0 0;
  color: #fff;
}

.mechanism__content .title,
.feedback__content .title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.feedback__content .title > * {
  text-align: left;
  color: #fff;
}

.feedback__items {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 30px;
}

.feedback__item small {
  font-family: "BebasNeue-Regular";
  font-size: 18px;
  margin: 0 0 16px 0;
}

.feedback__item a {
  font-family: "Montserrat-Medium";
  line-height: 100%;
  font-size: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.feedback__item strong {
  font-family: "Montserrat-Medium";
  font-size: 20px;
  line-height: 120%;
}

.feedback__buttons {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 18px;
  margin: 40px 0 0 0;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.social {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  top: 0;
}
.social svg {
  width: 60%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.social svg path {
  fill: #fff;
}

.telegram svg {
  margin: 0 3px 0 0;
}

.footer {
  background-color: #151515;
  padding: 20px 0;
  color: #fff;
}

.footer__content {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 24px;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 6px;
}

.footer__info small {
  font-size: 12px;
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 6px;
}

.copyright__policy {
  font-family: "Montserrat-Medium";
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.copyright__rights {
  font-size: 12px;
}

.info > *:nth-child(1) {
  margin-top: 0;
}

.info > h1,
.info > h2,
.info > h3,
.info > h4,
.info > h5,
.info > h6 {
  margin: 40px 0 20px 0;
}

.info > strong {
  display: inline-block;
  font-family: "Montserrat-Medium";
  font-size: 26px;
  line-height: 120%;
  color: #3c3836;
  margin: 20px 0 12px 0;
}
.info > strong:last-child {
  margin: 20px 0 0 0;
}
.info > strong:only-child {
  margin: 0;
}

.info > p {
  margin: 12px 0;
}
.info > p:first-child {
  margin: 0 0 12px 0;
}
.info > p:last-child {
  margin: 12px 0 0 0;
}
.info > p:only-child {
  margin: 0;
}

.info > ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 8px;
  margin: 16px 0;
}
.info > ul:first-child {
  margin: 0 0 12px 0;
}
.info > ul:last-child {
  margin: 16px 0 0 0;
}
.info > ul:only-child {
  margin: 0;
}

.info > ul li {
  padding: 0 0 0 20px;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  line-height: 150%;
  color: #151515;
  position: relative;
}
.info > ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #F77F3D;
  position: absolute;
  top: 12px;
  left: 4px;
  z-index: 1;
}

.info ol {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 10px;
  counter-reset: number 0;
}
.info ol:first-child {
  margin: 0 0 16px 0;
}
.info ol:last-child {
  margin: 16px 0 0 0;
}
.info ol:only-child {
  margin: 0;
}

.info ol li {
  font-size: 16px;
  line-height: 150%;
  counter-increment: number;
  position: relative;
}
.info ol li::before {
  content: counter(number) ".";
  display: inline-block;
  margin: 0 6px 0 0;
}

.info > small {
  display: block;
  font-family: "Montserrat-Medium";
  font-size: 14px;
  line-height: 150%;
  margin: 20px 0 12px 0;
}
.info > small:last-child {
  margin: 20px 0 0 0;
}
.info > small:only-child {
  margin: 0;
}

.info > img + small {
  text-align: center;
  margin: 8px 0;
}
.info > img + small:last-child {
  margin: 8px 0 0 0;
}

.info > img {
  width: 100%;
  height: 584px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 16px;
  margin: 20px 0;
}
.info > img:last-child {
  margin: 20px 0 0 0;
}

.info > img:has(+ small) {
  margin: 20px 0 10px 0;
}

.info > .btn {
  margin: 40px 0;
}
.info > .btn:last-child {
  margin: 40px 0 0 0;
}

/* hover */
@media (min-width: 992px) {
  .feedback__item a:hover {
    color: #F77F3D;
  }
  .feedback__item a:focus {
    color: #F77F3D;
  }
  .checkbox__text::before,
  .checkbox__text::after {
    cursor: pointer;
  }
  .checkbox__text a:hover {
    color: #B54D45;
  }
  .checkbox__text a:focus {
    color: #B54D45;
  }
  .popup__close {
    cursor: pointer;
  }
  .popup__close:hover {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .popup__close:focus {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .input:hover {
    border: 1px solid #F77F3D;
  }
  .input:focus {
    border: 1px solid #F77F3D;
  }
  .copyright__policy:hover {
    color: #B54D45;
  }
  .copyright__policy:focus {
    color: #B54D45;
  }
  .telegram:hover {
    background-color: #259CD8;
  }
  .telegram:focus {
    background-color: #259CD8;
  }
  .accordion__label {
    cursor: pointer;
  }
  .accordion__label:hover strong {
    color: #F77F3D;
  }
  .accordion__label:focus strong {
    color: #F77F3D;
  }
  .volume-slider,
  .progress-bar {
    cursor: pointer;
  }
  .song__btn.song__btn--original.btn:hover {
    color: #fff;
  }
  .song__btn.song__btn--original.btn:hover span svg > * {
    fill: #fff;
  }
  .song__btn.song__btn--processed.btn:hover {
    color: #3c3836;
  }
  .song__btn.song__btn--processed.btn:hover span svg > * {
    fill: #3c3836;
  }
  .loupe:hover > img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
            transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .loupe:focus > img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
            transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .btn:hover {
    color: #fff;
  }
  .btn:hover:after {
    left: 0;
    width: 100%;
  }
  .menu li a:hover {
    color: #B54D45;
  }
  .menu li a:focus {
    color: #B54D45;
  }
  .header__item a:hover {
    color: #B54D45;
  }
  .header__item a:focus {
    color: #B54D45;
  }
  .logo:hover svg {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  .logo:focus svg {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  p a:hover {
    color: #3c3836;
  }
  p a:focus {
    color: #3c3836;
  }
  a,
  button {
    cursor: pointer;
  }
}
/** breakpoint  **/
@media (max-width: 1580px) {
  .feedback__content {
    width: 43%;
  }
}
@media (max-width: 1439px) {
  .welcome__info h1 {
    font-size: 220px;
  }
  section {
    padding: 70px 0;
  }
  .feedback__content {
    width: 44%;
    padding: 0 40px 0 0;
    color: #fff;
  }
  h1 {
    font-size: 100px;
  }
  h2 {
    font-size: 90px;
  }
  h3 {
    font-size: 74px;
  }
  h4 {
    font-size: 64px;
  }
  h5 {
    font-size: 54px;
  }
  h6 {
    font-size: 44px;
  }
  .info > strong {
    font-size: 24px;
  }
  .info > img {
    height: 470px;
  }
}
@media (max-width: 1239px) {
  .welcome__info h1 {
    font-size: 180px;
  }
  .song {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 12px;
    padding: 14px 16px;
    border-radius: 12px;
  }
  .song__info h6 {
    font-size: 28px;
  }
  .mixer__item strong {
    margin: 26px 0 0 0;
    font-size: 40px;
  }
  .song__info span {
    margin: 0 0 0 24px;
  }
  .song__info span::before {
    left: -14px;
  }
  .mixer__item {
    padding: 70px 20px;
  }
  .mixer__item-buttons {
    margin: 24px auto 0 auto;
  }
  @-webkit-keyframes rotate {
    0% {
      -webkit-transform: translate(-50%, -50%) rotate(0);
              transform: translate(-50%, -50%) rotate(0);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
              transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  @keyframes rotate {
    0% {
      -webkit-transform: translate(-50%, -50%) rotate(0);
              transform: translate(-50%, -50%) rotate(0);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
              transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  .mechanism__item {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 12px;
  }
  .story__info {
    padding: 40px 20px;
  }
  .title {
    margin: 0 0 30px 0;
  }
  .feedback__item a {
    font-size: 27px;
  }
  .feedback__item small {
    font-size: 17px;
    margin: 0 0 12px 0;
  }
  h1 {
    font-size: 94px;
  }
  h2 {
    font-size: 82px;
  }
  h3 {
    font-size: 70px;
  }
  h4 {
    font-size: 60px;
  }
  h5 {
    font-size: 50px;
  }
  h6 {
    font-size: 40px;
  }
  .info > img {
    height: 410px;
  }
  strong {
    font-size: 28px;
  }
}
@media (max-width: 1119px) {
  .welcome {
    padding-bottom: 10vh;
  }
  .header__content {
    padding: 14px 0;
  }
  .welcome__info h1 {
    font-size: 160px;
  }
  .welcome__content {
    row-gap: 30px;
  }
  section {
    padding: 60px 0;
  }
  .song__info h6 {
    font-size: 24px;
  }
  .song__btn.btn {
    padding: 0 30px;
    height: 54px;
  }
  .song__img img {
    width: 100px;
    height: 100px;
  }
  .song__btn span {
    width: 11px;
    height: 15px;
    margin: 1px 0 0 0;
  }
  .feedback__item a {
    font-size: 24px;
  }
  h1 {
    font-size: 80px;
  }
  h2 {
    font-size: 70px;
  }
  h3 {
    font-size: 60px;
  }
  h4 {
    font-size: 50px;
  }
  h5 {
    font-size: 40px;
  }
  h6 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .wrapper:has(.welcome) .header {
    position: absolute;
  }
  .header {
    position: relative;
  }
  .header__items {
    grid-template-columns: auto 1fr auto;
  }
  .header__item--tel {
    row-gap: 10px;
  }
  .nav__logo.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .icon-menu.icon-menu--open,
  .icon-menu.icon-menu--close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 40px;
    width: 70%;
    height: 100svh;
    margin: 0;
    padding: 20px 20px 30px 26px;
    border-radius: 0;
    overflow-y: scroll;
    background-color: #f6f6f6;
    position: fixed;
    top: 0;
    right: -105%;
    z-index: 10;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .nav.active {
    right: 0;
    -webkit-box-shadow: 0 0 0 9999px rgba(11, 11, 11, 0.75);
            box-shadow: 0 0 0 9999px rgba(11, 11, 11, 0.75);
  }
  .icon-menu.icon-menu--close {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 16px 0 0 0;
  }
  .menu {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 16px;
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
    position: relative;
    z-index: 3;
  }
  .menu > li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
  }
  .menu > li > a {
    display: block;
    padding: 4px 0 8px 0;
    font-size: 20px;
    color: #3c3836;
  }
  .hidden {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 20px;
  }
  .contacts__item small {
    font-family: "BebasNeue-Regular";
    font-size: 16px;
    margin: 0 0 6px 0;
  }
  .contacts__item a,
  .contacts__item strong {
    font-family: "Montserrat-Medium";
    font-size: 20px;
    line-height: 120%;
  }
  .hidden .social {
    background-color: #939393;
  }
  .show h1,
  .show h2,
  .show h3,
  .show h4,
  .show h5,
  .show h6,
  .show .up {
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .welcome__info h1 {
    font-size: 130px;
  }
  .welcome__info p {
    margin: -14px 0 0 0;
  }
  .btn {
    height: 52px;
    padding: 0 36px;
    border-radius: 10px;
    font-size: 18px;
  }
  .welcome__content .btn {
    height: 58px;
    padding: 0 46px;
    font-size: 20px;
  }
  .musics__content .title {
    padding: 0 12%;
  }
  .song {
    padding: 12px;
    border-radius: 10px;
  }
  .song__img img {
    width: 94px;
    height: 94px;
  }
  .volume-slider {
    width: 68px;
  }
  .mixer__item {
    padding: 40px 20px;
  }
  .mixer__item strong {
    margin: 20px 0 0 0;
    font-size: 32px;
  }
  .info > ul li::before {
    top: 10px;
  }
  @-webkit-keyframes rotate {
    0% {
      -webkit-transform: translate(-60%, -50%) rotate(0);
              transform: translate(-60%, -50%) rotate(0);
    }
    100% {
      -webkit-transform: translate(-60%, -50%) rotate(360deg);
              transform: translate(-60%, -50%) rotate(360deg);
    }
  }
  @keyframes rotate {
    0% {
      -webkit-transform: translate(-60%, -50%) rotate(0);
              transform: translate(-60%, -50%) rotate(0);
    }
    100% {
      -webkit-transform: translate(-60%, -50%) rotate(360deg);
              transform: translate(-60%, -50%) rotate(360deg);
    }
  }
  .popup__img,
  .mixer__item-popup picture {
    padding-top: 32%;
  }
  .popup__img strong {
    font-size: 104px;
  }
  .popup__form > strong {
    font-size: 40px;
  }
  .popup__content {
    padding: 0 0 20px 0;
  }
  .popup__form p {
    margin: 10px 0 0 0;
  }
  .popup__form-items {
    margin: 20px 0 0 0;
  }
  .input {
    height: 52px;
  }
  .popup__form,
  .mixer__item-popup-info {
    padding: 20px 32px 0 32px;
  }
  .mixer__item-popup-info strong {
    margin: 16px 0 0 0;
  }
  .mixer__item-popup-info ol,
  .mixer__item-popup-info ul {
    row-gap: 4px;
    margin: 10px 0 0 0;
  }
  #popup2 .popup__form > .btn,
  #popup .popup__content > .btn {
    margin: 24px auto 0 auto;
  }
  .popup__form-links strong {
    font-size: 24px;
    margin: 0 0 13px 0;
  }
  .mechanism__items {
    row-gap: 20px;
  }
  .story__info p {
    margin: 12px 0 0 0;
  }
  .story__img--two,
  .story__slider {
    display: none;
  }
  .story__content {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .accordion__label {
    padding: 16px 20px;
  }
  .accordion__label strong {
    font-size: 22px;
  }
  .feedback__content {
    width: 64%;
    padding: 0;
  }
  .feedback__item strong {
    font-size: 18px;
  }
  .feedback__item a {
    font-size: 22px;
  }
  .feedback::before {
    width: 56%;
    backdrop-filter: blur(12px);
  }
  p,
  .info > ul li,
  .info > ol li {
    font-size: 15px;
  }
  .info > strong {
    font-size: 20px;
  }
  .info > *:nth-child(1) {
    margin: 0 0 14px 0;
  }
  .info > h1,
  .info > h2,
  .info > h3,
  .info > h4,
  .info > h5,
  .info > h6 {
    margin: 20px 0 10px 0;
  }
  .info > strong {
    margin: 20px 0 10px 0;
  }
  .info > strong:last-child {
    margin: 20px 0 0 0;
  }
  .info > strong:only-child {
    margin: 0;
  }
  .info > p {
    margin: 10px 0;
  }
  .info > p:first-child {
    margin: 0 0 10px 0;
  }
  .info > p:last-child {
    margin: 10px 0 0 0;
  }
  .info > p:only-child {
    margin: 0;
  }
  .info > img {
    height: 320px;
    margin: 14px 0;
  }
  .info > img:last-child {
    margin: 14px 0 0 0;
  }
  .info > img:has(+ small) {
    margin: 14px 0 8px 0;
  }
  .info ol,
  .info ul {
    margin: 14px 0;
  }
  .info ol:first-child,
  .info ul:first-child {
    margin: 0 0 14px 0;
  }
  .info ol:last-child,
  .info ul:last-child {
    margin: 14px 0 0 0;
  }
  .info > small {
    margin: 12px 0;
  }
  .info > small:last-child {
    margin: 12px 0 0 0;
  }
  .info > .btn {
    margin: 30px 0;
  }
  .info > .btn:last-child {
    margin: 30px 0 0 0;
  }
  strong {
    font-size: 26px;
  }
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 60px;
  }
  h3 {
    font-size: 50px;
  }
  h4 {
    font-size: 40px;
  }
  h5 {
    font-size: 32px;
  }
  h6 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .nav {
    width: 80%;
    padding: 20px;
  }
  section {
    padding: 50px 0;
  }
  .title {
    row-gap: 6px;
  }
  .song {
    grid-template-columns: auto 1fr;
    row-gap: 8px;
  }
  .song__controls {
    grid-column: 1/span 2;
    grid-row: 3/span 1;
  }
  .song__img {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
  }
  .song__info {
    row-gap: 14px;
    margin: auto 0;
  }
  .song__indicators {
    grid-column: 1/span 2;
    grid-row: 2/span 1;
  }
  .song__btn.btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .song__indicators {
    height: 0;
  }
  .song__indicators.visible {
    height: 30px;
  }
  .mixer__item {
    padding: 30px 16px;
  }
  .mixer__item-buttons {
    width: 100%;
    margin: 20px auto 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
  }
  .mixer__item-buttons .btn {
    width: 100%;
  }
  .accordion__info-text {
    padding: 16px;
  }
  .feedback::before {
    width: 100%;
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.3);
  }
  .feedback__content {
    width: 100%;
  }
  .footer__logo.logo {
    width: 92px;
  }
  .copyright__policy {
    font-size: 12px;
  }
  .copyright__rights,
  .footer__info small {
    font-size: 11px;
  }
  .telegram {
    background-color: #259CD8;
  }
  @-webkit-keyframes rotate {
    0% {
      -webkit-transform: translate(-62%, -50%) rotate(0);
              transform: translate(-62%, -50%) rotate(0);
    }
    100% {
      -webkit-transform: translate(-62%, -50%) rotate(360deg);
              transform: translate(-62%, -50%) rotate(360deg);
    }
  }
  @keyframes rotate {
    0% {
      -webkit-transform: translate(-62%, -50%) rotate(0);
              transform: translate(-62%, -50%) rotate(0);
    }
    100% {
      -webkit-transform: translate(-62%, -50%) rotate(360deg);
              transform: translate(-62%, -50%) rotate(360deg);
    }
  }
}
@media (max-width: 660px) {
  .hidden {
    margin: auto 0 0 0;
  }
  .welcome {
    padding-bottom: 20vh;
  }
  .musics__content .title {
    padding: 0;
  }
  .mechanism__content {
    width: 70%;
    margin: 0 0 0 auto;
    padding: 0 0 0 20px;
    background-color: rgba(246, 246, 246, 0.4);
  }
  .feedback__items {
    row-gap: 26px;
  }
  .footer__content {
    grid-template-columns: 1fr auto;
  }
  .footer__info {
    grid-column: 2/span 1;
  }
  .footer__logo {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
  }
  .copyright {
    grid-column: 1/span 2;
    grid-row: 2/span 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .checkbox__text,
  .checkbox__text a {
    font-size: 12px;
  }
  .popup__content {
    width: 98%;
  }
  .popup__form,
  .mixer__item-popup-info {
    padding: 20px 20px 0 20px;
  }
  #popup .popup__content > .btn {
    width: calc(100% - 40px);
  }
  .input {
    padding: 0 12px;
  }
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 54px;
  }
  h3 {
    font-size: 46px;
  }
  h4 {
    font-size: 37px;
  }
  h5 {
    font-size: 31px;
  }
  h6 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .nav {
    width: 90%;
  }
  .header__tel {
    font-size: 20px;
  }
  strong {
    font-size: 24px;
  }
  .welcome__info h1 {
    font-size: 116px;
  }
  .input {
    height: 52px;
    padding: 0 12px;
  }
  .title {
    margin: 0 0 22px 0;
  }
  .time-display {
    width: 36px;
    font-size: 12px;
  }
  .volume-icon {
    width: 22px;
    height: 22px;
  }
  .volume-control {
    grid-gap: 8px;
  }
  .mixer__item-wrapper::before,
  .mixer__item {
    width: 100%;
  }
  .mixer__content {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 160px;
  }
  .mechanism__content {
    width: 80%;
  }
  .accordion__label strong {
    font-size: 20px;
  }
  .footer {
    padding: 14px 0;
  }
  .popup__img strong {
    bottom: 12px;
    font-size: 64px;
  }
  .popup__close {
    top: 16px;
    right: 16px;
  }
  .popup__form-links {
    grid-template-columns: 1fr;
  }
  .popup__form-links strong {
    margin: 0;
  }
  .popup__label.btn {
    padding: 0 40px;
  }
}
@media (max-width: 479px) {
  .nav {
    width: 100%;
  }
  .logo {
    width: 84px;
  }
  .header__items {
    row-gap: 12px;
  }
  .header__tel {
    font-size: 17px;
  }
  .header__popup {
    font-size: 14px;
  }
  .menu > li > a {
    font-size: 18px;
  }
  .contacts__item a,
  .contacts__item strong {
    font-size: 16px;
  }
  .welcome__info h1 {
    font-size: 90px;
  }
  .btn,
  .musics__btn.btn {
    width: 100%;
    padding: 0 12px;
  }
  section {
    padding: 40px 0;
  }
  .song__info h6 {
    font-size: 20px;
  }
  .song__img img {
    width: 84px;
    height: 84px;
  }
  .song__info small,
  .song__info span {
    font-size: 12px;
  }
  .song__info span {
    margin: 0 0 0 18px;
  }
  .song__info span::before {
    width: 3px;
    height: 3px;
  }
  .song__info span::before {
    left: -10px;
  }
  .song__controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .song__controls {
    gap: 12px;
  }
  .song__btn.btn {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
  .song__indicators {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-gap: 12px;
  }
  .song__indicators.visible {
    height: 48px;
  }
  .volume-control {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 0 0 auto;
  }
  .volume-control {
    grid-column: 1/span 3;
    grid-row: 2/span 1;
  }
  .mechanism__content {
    width: 90%;
  }
  .mechanism__item {
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
    row-gap: 6px;
  }
  .story__info {
    padding: 40px 0;
  }
  .accordion__label strong {
    font-size: 18px;
  }
  .accordion__label {
    padding: 12px 16px;
  }
  .accordion__label span {
    width: 26px;
    height: 26px;
    border-radius: 8px;
  }
  .accordion__info-text {
    padding: 14px;
  }
  .feedback__item small {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .feedback__item a {
    font-size: 20px;
  }
  .feedback__item strong {
    font-size: 16px;
  }
  .feedback__buttons {
    grid-template-columns: 1fr;
    grid-gap: 12px;
    margin: 30px 0 0 0;
  }
  .policy__info.info h3 {
    font-size: 36px;
  }
  .popup__form-links strong {
    font-size: 22px;
  }
  .popup__form > strong {
    font-size: 36px;
  }
  .popup__form,
  .mixer__item-popup-info {
    padding: 16px 16px 0 16px;
  }
  .mixer__item-popup-info h6 {
    font-size: 34px;
  }
  .mixer__item-popup-info strong {
    margin: 12px 0 0 0;
    font-size: 14px;
  }
  .mixer__item-popup-info b {
    margin: 0 0 12px 0;
    font-size: 14px;
  }
  .mixer__item-popup-info ul li,
  .mixer__item-popup-info ol li {
    font-size: 14px;
  }
  .mixer__item-popup-info ul li::before {
    top: 2px;
  }
  *::-webkit-input-placeholder {
    font-size: 14px;
  }
  *::-moz-placeholder {
    font-size: 14px;
  }
  *:-ms-input-placeholder {
    font-size: 14px;
  }
  *::-ms-input-placeholder {
    font-size: 14px;
  }
  *::placeholder {
    font-size: 14px;
  }
  *::-webkit-input-placeholder {
    font-size: 14px;
  }
  *::-ms-input-placeholder {
    font-size: 14px;
  }
  *::-moz-placeholder {
    font-size: 14px;
  }
  .input {
    font-size: 14px;
  }
  .popup__img strong {
    bottom: 10px;
    font-size: 50px;
  }
  p,
  .info > ul li,
  .info > ol li {
    font-size: 14px;
  }
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 46px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 34px;
  }
  h5 {
    font-size: 28px;
  }
  h6 {
    font-size: 24px;
  }
}
@media (max-width: 359px) {
  .header__items {
    grid-template-columns: auto 1fr;
  }
  .header__item--tel {
    grid-column: 1/span 2;
    grid-row: 2/span 1;
  }
  .icon-menu.icon-menu--open {
    margin: 0 0 0 auto;
  }
  strong {
    font-size: 22px;
  }
  .welcome__info h1 {
    font-size: 80px;
  }
  .song__info h6 {
    font-size: 18px;
  }
  .song__img img {
    width: 64px;
    height: 64px;
  }
  .song.active .song__img img:last-child {
    margin: 0 0 0 20px;
  }
  .mechanism__content {
    width: 100%;
  }
  .mixer__item-popup-info h6 {
    font-size: 32px;
  }
  .popup__form > strong,
  .mixer__item-popup-info h6 {
    font-size: 30px;
  }
  p,
  .info > ul li,
  .info > ol li {
    font-size: 13px;
  }
}

input[name="n-message"] {
    display: block;
    width: 5px;
    height: 3px;
    margin-bottom: -3px;
    opacity: 0.01;
}