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

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

@font-face {
  font-family: "Akzidenz-Grotesk Pro";
  src: local("Akzidenz-Grotesk Pro"), local("Akzidenz-Grotesk Pro"), url("../fonts/AkzidenzGroteskPro-Regular.woff2") format("woff2"), url("../fonts/AkzidenzGroteskPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Akzidenz-Grotesk Pro Extended";
  src: local("Akzidenz-Grotesk Pro Extended"), local("Akzidenz-Grotesk Pro Extended"), url("../fonts/AkzidenzGroteskPro-Ext.woff2") format("woff2"), url("../fonts/AkzidenzGroteskPro-Ext.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Akzidenz-Grotesk Pro Extended";
  src: local("Akzidenz-Grotesk Pro Extended"), local("Akzidenz-Grotesk Pro Extended"), url("../fonts/AkzidenzGroteskPro-MdEx.woff2") format("woff2"), url("../fonts/AkzidenzGroteskPro-MdEx.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

*:target {
  scroll-margin-top: 20px;
}

body {
  font-size: 20px;
  font-family: "Akzidenz-Grotesk Pro";
  font-weight: 400;
  background: #FFFFFF;
  line-height: 26px;
}

h1 {
  font-size: 48px;
  font-family: "Akzidenz-Grotesk Pro Extended";
  font-weight: 500;
  line-height: 61px;
}

h2 {
  font-size: 36px;
  font-family: "Akzidenz-Grotesk Pro Extended";
  font-weight: 500;
  line-height: 46px;
  text-transform: uppercase;
}

h3 {
  font-size: 30px;
  font-family: "Akzidenz-Grotesk Pro Extended";
  font-weight: 400;
  line-height: 38px;
  text-transform: uppercase;
}

button, .button {
  background: #FFFFFF;
  color: #212121;
  cursor: pointer;
  transition: 300ms;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  padding: 8px 25px;
  font: inherit;
  text-decoration: none;
  text-transform: uppercase;
}
button.button--dark, .button.button--dark {
  color: #FFFFFF;
  background: #212121;
}
button.button--dark:hover, .button.button--dark:hover {
  background: #FFFFFF;
  color: #212121;
}
button.button--dark-bg:hover, .button.button--dark-bg:hover {
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF;
}
button:hover, .button:hover {
  border: 1px solid #212121;
}
button:active, .button:active {
  background: #E8E8E8;
  border: 1px solid #212121;
}

input, textarea {
  font-size: 16px;
  line-height: 21px;
  padding: 14px 16px;
  font-family: "Akzidenz-Grotesk Pro";
  font-weight: 400;
  color: #262626;
  background: #FFFFFF;
  border: 1px solid #8402F2;
}
input.error, textarea.error {
  border: 1px solid #F2022D;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input::placeholder, textarea::placeholder {
  opacity: 1;
}

.subtitle {
  font-size: 24px;
  line-height: 29px;
  font-family: "Akzidenz-Grotesk Pro Extended";
}

.bold {
  font-weight: 500;
}

.container {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.block-title {
  text-align: left;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}

.main-content {
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
}

.main-vector {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 550px;
  width: 100%;
  max-width: 700px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu {
  margin-top: 20px;
}

.main-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-menu.main-menu--fixed {
  background: #FFF;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding-top: 50px;
  position: relative;
}
.main-menu.main-menu--fixed .menu__close-button {
  opacity: 1;
  visibility: visible;
}

.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.fixed-menu .container {
  height: 100%;
}

.menu__close-button {
  position: absolute;
  right: -22px;
  top: 22px;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 0;
  border: 1px solid #8402F2;
  font-size: 25px;
  color: #8402F2;
  transition: 300ms;
  opacity: 0;
  visibility: hidden;
}
.menu__close-button:hover {
  color: #212121;
}

.burger {
  position: sticky;
  top: 75px;
  padding-left: -50px;
  margin-right: auto;
}

.burger__wrapper {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 0;
  padding: 10px;
}

.burger__line {
  position: absolute;
  width: 15px;
  height: 2px;
  border-radius: 3px;
  background-color: #8402F2;
}
.burger__line:first-child {
  top: 0;
}
.burger__line:last-child {
  bottom: 0;
}

.logo {
  margin-bottom: 25px;
}

.menu-links {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.menu-links a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #212121;
  padding: 16px 28px;
  border: 1px solid transparent;
  transition: 0.3s;
}
.menu-links a:hover {
  border: 1px solid #8402F2;
}

.contact-links {
  display: flex;
  gap: 8px;
}
.contact-links a {
  text-decoration: none;
}

.main {
  margin-bottom: 100px;
}

.main-heading {
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  padding-top: 100px;
  padding-bottom: 50px;
}

.main-heading:before, .main-heading:after, .main-heading h1:before, .main-heading h1:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
}

.main-heading:before {
  top: 0;
  left: 30px;
  border-top: 5px solid #212121;
  border-left: 5px solid #212121;
}

.main-heading:after {
  top: 0;
  right: 30px;
  border-top: 5px solid #212121;
  border-right: 5px solid #212121;
}

.main-heading h1:before {
  bottom: 0;
  left: 30px;
  border-bottom: 5px solid #212121;
  border-left: 5px solid #212121;
}

.main-heading h1:after {
  bottom: 0;
  right: 30px;
  border-bottom: 5px solid #212121;
  border-right: 5px solid #212121;
}

.benefits {
  margin-bottom: 120px;
  background: #212121;
  min-height: 245px;
  height: 245px;
}
.benefits .container {
  height: 100%;
}

.benefits-items {
  gap: 50px;
  justify-content: space-around;
  height: 100%;
}

.benefit__item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: calc(33.3333333333% - 50px);
  background-image: var(--benefit-bg);
}
.benefit__item:nth-child(2) {
  background-size: 90%;
}
.benefit__item:last-child {
  background-size: 125%;
}

.benefit__text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.courses {
  margin-bottom: 120px;
}

.courses-items {
  gap: 60px;
}

.course__item {
  background: #212121;
  padding: 50px 80px 60px;
  color: #FFF;
  width: 100%;
  background-image: var(--course-bg);
  background-repeat: no-repeat;
  background-position: right;
}

.course__title {
  margin-bottom: 40px;
}

.course-info {
  gap: 24px;
  margin-bottom: 24px;
}

.couse__lessons, .course__price {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 19px;
  border: 1px solid #FFFFFF;
}

.course__text {
  margin-bottom: 60px;
}

.question {
  padding: 55px;
  margin-bottom: 120px;
  background: #212121;
  background-image: url("../img/question-bg.svg");
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  color: #FFF;
}

.question__title {
  margin-bottom: 50px;
}

.question__text {
  margin-bottom: 50px;
}

.rent {
  margin-bottom: 110px;
}

.rent-content {
  justify-content: space-between;
  margin-bottom: 35px;
}

.rent__text {
  max-width: 470px;
  font-size: 20px;
}
.rent__text p:first-child {
  margin-bottom: 50px;
}

.services {
  margin-bottom: 100px;
}

.services-items {
  gap: 20px;
}

.service__item {
  flex: 0 0 calc(50% - 20px);
  background: #212121;
  color: #FFFFFF;
  padding: 50px 70px 40px 80px;
  flex-direction: column;
  justify-content: space-between;
  background-position: right;
  background-repeat: no-repeat;
}
.service__item:first-child {
  background-image: url("../img/mastering-bg.svg");
}
.service__item:last-child {
  background-image: url("../img/sync-bg.svg");
}

.service__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 28px;
}

.service__price {
  padding: 8px 19px;
  border: 1px solid #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
}

.service__order {
  width: -moz-fit-content;
  width: fit-content;
}

.contacts, .socials {
  margin-bottom: 120px;
}

.contacts-items, .social-items {
  gap: 30px;
}

.contact__item, .social__item {
  align-items: center;
  gap: 17px;
}
.contact__item a, .social__item a {
  color: #212121;
  text-decoration: none;
  border-bottom: 0px solid transparent;
  transition: 300ms;
}
.contact__item a:hover, .social__item a:hover {
  color: #8402F2;
  border-bottom: 1px solid #8402F2;
}
.contact__item:hover img, .social__item:hover img {
  transform: translateY(-5px);
}
.contact__item img, .social__item img {
  display: block;
  max-width: 100%;
  height: 44px;
  transition: 300ms;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  transition: 300ms;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 50;
}
.modal--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.modal__wrapper {
  position: relative;
  padding: 50px 80px;
  background-color: #FFF;
  background-image: url("../img/form-bg.svg");
  background-size: cover;
}

.modal__title {
  margin-bottom: 32px;
  text-transform: uppercase;
  max-width: 305px;
  text-align: center;
  margin-inline: auto;
}

.modal__form {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.modal__form textarea {
  margin-bottom: 30px;
  min-width: 300px;
  max-width: 330px;
  min-height: 100px;
}

.modal__close-button {
  position: absolute;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #8402F2;
  border-radius: 0;
  font-size: 25px;
  color: #8402F2;
  cursor: pointer;
  right: -22px;
  top: -22px;
  transition: 300ms;
}
.modal__close-button:hover {
  color: #212121;
}

footer {
  background: #212121;
  color: #FFFFFF;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 60px 0 30px;
}
footer a {
  text-decoration: none;
  color: #868686;
}
footer a:hover {
  text-decoration: underline;
}

.vanta-canvas {
  opacity: 0.75;
}

.socials {
  text-decoration: none;
}

.social__item a:hover {
  border: none;
}

.modal-success {
  z-index: 55;
}
.modal-success .modal__title {
  margin-bottom: 0;
}

.policy-content {
  padding: 40px 0;
  font-size: 14px;
}
.policy-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 115%;
}

.policy__main-link {
  color: #111;
  display: block;
  margin-bottom: 10px;
}

.policy__logo {
  margin-bottom: 5px;
}

@media screen and (max-width: 1280px) {
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 21px;
  }
  .subtitle {
    font-size: 16px;
  }
  .container {
    max-width: 1000px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 18px;
  }
  .subtitle {
    font-size: 16px;
  }
  .container {
    max-width: 1000px;
    padding: 0 20px;
  }
  .header__burger {
    display: flex;
  }
}
@media screen and (max-width: 460px) {
  body {
    font-size: 13px;
  }
  h1 {
    font-size: 32px;
    line-height: 110%;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  .subtitle {
    font-size: 16px;
  }
  .container {
    max-width: 1000px;
    padding: 0 15px;
  }
  .menu {
    display: none;
  }
  .course__item, .service__item {
    padding: 30px;
    background-size: cover;
  }
  .benefits {
    min-height: unset;
    height: auto;
  }
  .benefit__item {
    width: 100%;
    min-height: 300px;
  }
  .rent__text {
    margin-bottom: 15px;
  }
  .rent__image img {
    max-height: 150px;
  }
  .service__item {
    flex-basis: 100%;
  }
  .main {
    margin-bottom: 30px;
  }
  .main-content {
    padding-top: 0;
  }
  .modal__wrapper {
    padding: 20px;
  }
}/*# sourceMappingURL=main.css.map */