@import url(../fonts/fonts.css);
* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  scrollbar-gutter: stable;
}

body {
  font-family: "Golos Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  min-height: 100%;
  font-size: 14px;
  color: #111;
  background-color: #111;
}
@media (max-width: 1360px) {
  body {
    padding: 0 20px;
  }
}

.bg-container {
  width: 100%;
  max-width: 1340px;
  margin: 30px auto 20px;
}

.main-title {
  font-size: 56px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px 0;
}
.main-title > span {
  background: linear-gradient(30.96deg, rgb(255, 154, 154), rgb(255, 0, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 430px) {
  .main-title {
    font-size: 38px;
  }
}

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

a {
  color: inherit;
}

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

.menu-open .header__burger span {
  background-color: #111;
}

.menu-open .header__item-text {
  color: #111;
}

.menu-open .header__mobile {
  display: flex;
}

#menuToggle {
  display: none;
}
#menuToggle:checked ~ .header__mobile {
  display: flex;
}

.header__bg {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(225.58deg, rgb(255, 225, 225) 0.185%, rgb(255, 240, 240) 51.59%, rgb(255, 248, 248) 100%);
}
.header__bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-lines.png);
  background-repeat: no-repeat;
  background-position: top -330px right -100px;
}
.header__item {
  display: none;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1024px) {
  .header__item {
    display: flex;
  }
}
.header__item-text {
  font-size: 16px;
  font-weight: 600;
  color: rgb(135, 105, 105);
}
.header__mobile {
  display: none;
  flex-direction: column;
  gap: 20px;
  margin: 0 0 60px 0;
  position: relative;
  z-index: 10;
}
.header__mobile-link {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 430px) {
  .header__mobile-link {
    text-align: left;
  }
}
.header__burger {
  cursor: pointer;
}
.header__burger > span {
  display: block;
  width: 12px;
  height: 2px;
  background: rgb(135, 105, 105);
  margin: 2px 0;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__logo-text {
  font-size: 18px;
  font-weight: 600;
}
.header__inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  margin: 0 0 95px 0;
}
@media (max-width: 1024px) {
  .header__inner {
    margin: 0 0 20px 0;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 35px;
  max-width: 700px;
}
@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__nav-link {
  color: rgb(154, 135, 135);
  font-weight: 500;
  font-size: 16px;
  transition: all 0.2s ease;
}
.header__nav-link:hover {
  color: rgb(17, 17, 17);
}

.info {
  padding: 0 0 100px 0;
  position: relative;
  z-index: 2;
}
.info__subtitle {
  text-align: center;
  color: rgba(17, 17, 17, 0.7);
  font-size: 18px;
  margin: 0 0 35px 0;
}

.info__subtitle a {
  text-align: center;
  color: rgba(212, 67, 67, 0.7);
  font-size: 18px;
  margin: 0 0 35px 0;
}

@media (max-width: 430px) {
  .info__subtitle {
    font-size: 14px;
  }
}
.info__column {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 430px) {
  .info__column {
    flex-direction: column;
    font-size: 16px;
  }
}
.info__column-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 18px;
  background: linear-gradient(46.52deg, rgb(255, 0, 0) 1.63%, rgb(255, 111, 111) 98.156%);
  padding: 25px 40px;
  color: #fff;
}

.bot {
  margin: 0 0 30px 0;
}
.bot.last {
  margin: 0 0 80px 0;
}
.bot__bg {
  border-radius: 30px;
  background: rgb(255, 219, 111);
}
.bot__bg.dating {
  background: rgb(255, 71, 173);
}
.bot__inner {
  display: grid;
  grid-template-columns: minmax(0, 600px) minmax(0, 500px);
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  overflow: hidden;
}
@media (max-width: 450px) {
  .bot__inner {
    gap: 30px;
    place-items: center;
    grid-template-columns: none;
    text-align: left;
  }
}
.bot__item:nth-child(2) {
  margin: 0 0 -200px 0;
}
@media (max-width: 430px) {
  .bot__item:nth-child(2) {
    margin: 0 0 -150px 0;
  }
}
.bot__title {
  font-size: 48px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
@media (max-width: 430px) {
  .bot__title {
    font-size: 28px;
  }
}
.bot__title.dating {
  color: #fff;
  margin: 0 0 25px 0;
}
.bot__text {
  font-size: 24px;
  margin: 0 0 60px 0;
}
@media (max-width: 430px) {
  .bot__text {
    font-size: 16px;
  }
}
.bot__text.dating {
  color: #fff;
  margin: 0 0 50px 0;
}
.bot__link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 15px;
  padding: 15px 30px;
  border-radius: 18px;
  background: rgb(0, 0, 0);
  color: rgb(255, 191, 0);
}
@media (max-width: 430px) {
  .bot__link {
    font-size: 14px;
  }
}
.bot__link.dating {
  background: #fff;
  color: rgb(244, 112, 185);
}
.bot__link.dating > svg path {
  fill: rgb(244, 112, 185);
}

.form {
  max-width: 520px;
  margin: 0 auto;
}
.form-container {
  margin: 0 0 15px 0;
  position: relative;
}
.form-container.last {
  margin: 0 0 30px 0;
}
.form-container__img {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.form-container__error {
  display: none;
  color: rgb(186, 27, 27);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.form-container > input {
  width: 100%;
  border: 1px solid rgb(236, 212, 212);
  border-radius: 18px;
  background: rgb(246, 226, 226);
  padding: 25px;
  color: rgb(17, 17, 17);
  font-weight: 500;
  font-size: 18px;
  font-family: inherit;
  transition: all 0.2s ease;
}
@media (max-width: 420px) {
  .form-container > input {
    font-size: 14px;
    text-overflow: ellipsis;
  }
}
.form-container > input.error-bg {
  outline: 1px solid rgb(255, 0, 0);
  background: rgb(255, 202, 202);
}
.form-container > input::-moz-placeholder {
  font-weight: 400;
  color: rgb(131, 86, 86);
}
.form-container > input::placeholder {
  font-weight: 400;
  color: rgb(131, 86, 86);
}
.form-button {
  cursor: pointer;
  width: 520px;
  max-width: 100%;
  border-radius: 18px;
  background: linear-gradient(46.52deg, rgb(255, 0, 0) 1.72%, rgb(255, 111, 111) 98.514%);
  padding: 25px 0;
  color: #fff;
  font-size: 18px;
  font-family: inherit;
}
@media (max-width: 420px) {
  .form-button {
    font-size: 16px;
  }
}
.form-success {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  width: 520px;
  padding: 50px 60px;
  border: 1px solid rgb(236, 212, 212);
  border-radius: 24px;
  background: rgb(246, 226, 226);
}
.form-success__img {
  margin: 0 0 40px 0;
}
.form-success__title {
  margin: 0 0 15px 0;
  font-size: 28px;
  font-weight: 500;
}
.form-success__title > span {
  background: linear-gradient(30.96deg, rgb(255, 154, 154), rgb(255, 0, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.form-success__subtitle {
  font-size: 16px;
  color: rgba(17, 17, 17, 0.7);
}

.footer {
  border-top: 1px solid rgba(136, 136, 136, 0.5);
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
@media (max-width: 430px) {
  .footer__inner {
    justify-content: unset;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    text-align: center;
  }
}
.footer__item:nth-child(2) {
  text-align: right;
}
.footer__text {
  font-size: 16px;
  color: #fff;
  margin: 0 0 10px 0;
}
@media (max-width: 430px) {
  .footer__text {
    font-size: 14px;
  }
}
.footer__text.grey {
  font-size: 14px;
  color: rgb(128, 128, 128);
  margin: 0;
}
@media (max-width: 430px) {
  .footer__text.grey {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */