/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* public-sans-regular - latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/public-sans-v11-latin-regular.woff2") format("woff2"), url("../fonts/public-sans-v11-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* public-sans-700 - latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/public-sans-v11-latin-700.woff2") format("woff2"), url("../fonts/public-sans-v11-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* dm-serif-display-regular - latin */
@font-face {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/dm-serif-display-v9-latin-regular.woff2") format("woff2"), url("../fonts/dm-serif-display-v9-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #EDF3F8;
  font-family: Public sans, "Arial", sans-serif;
}

.wrapper {
  min-height: 100%;
}

.container {
  max-width: 1150px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.large-container {
  max-width: 1440px;
  margin: 0 auto;
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

.about__heading {
  max-width: 730px;
  padding-top: 82px;
  padding-bottom: 51px;
  margin-left: 90px;
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: -0.430769px;
  color: #36536B;
}
.about__box1 {
  max-width: 920px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: 90px;
  margin-bottom: 56px;
}
.about__box2 {
  max-width: 920px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: 90px;
  margin-bottom: 100px;
}
.about__title {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.246154px;
  color: #36536B;
}
.about__text {
  max-width: 635px;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #6c8294;
}
.about__statistics-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
  padding-top: 72px;
  padding-bottom: 72px;
}
.about__statistics-item {
  max-width: 350px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid rgba(54, 83, 107, 0.2);
  border-bottom: 1px solid rgba(54, 83, 107, 0.2);
}
.about__statistics-head {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #36536b;
  mix-blend-mode: normal;
  opacity: 0.7;
}
.about__statistics-text {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 72px;
  letter-spacing: -0.430769px;
  color: #ba4270;
}

@media only screen and (max-width: 771px) {
  .about__heading {
    max-width: none;
    padding-left: 69px;
    padding-right: 69px;
    padding-top: 74px;
    padding-bottom: 54px;
    margin: 0;
    font-size: 48px;
    text-align: center;
    letter-spacing: -0.369231px;
  }
  .about__box1, .about__box2 {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .about__box2 {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .about__text {
    max-width: 456px;
    width: 100%;
  }
  .about__img--cover {
    padding-top: 92px;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .about__statistics-list {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .about__heading {
    padding-top: 16px;
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.246154px;
  }
  .about__box1 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
  }
  .about__title {
    padding-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.184615px;
  }
  .about__text {
    max-width: 327px;
    text-align: center;
  }
  .about__box2 {
    flex-direction: column;
    align-items: center;
  }
  .about__img--cover {
    display: none;
  }
  .about__statistics-list {
    flex-direction: column;
  }
  .about__statistics-item {
    text-align: center;
  }
  .large-container {
    margin-top: 76px;
    width: 320px;
    height: 380px;
    background-image: url(../images/friendsmob.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.money-box {
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.money-box__title {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.369231px;
  color: #36536B;
}
.money-box .form {
  position: relative;
}
.money-box .form__email {
  width: 100%;
  max-width: 445px;
  height: 48px;
  border: none;
  padding-left: 20px;
  padding-right: 225px;
  box-shadow: 10px 10px 25px -10px rgba(54, 83, 107, 0.25);
  border-radius: 24px;
}
.money-box .form__text {
  padding-left: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #6C8294;
}
.money-box .form__btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 173px;
  height: 48px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.115385px;
  color: #FBFCFE;
  background: #BA4270;
  box-shadow: 10px 10px 25px -10px rgba(54, 83, 107, 0.25);
  border-radius: 24px;
}
.money-box .form__btn:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 771px) {
  .money-box {
    padding-top: 72px;
    padding-bottom: 100px;
    flex-direction: column;
  }
  .money-box__title {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .money-box {
    padding-top: 32px;
    padding-bottom: 150px;
  }
  .money-box__title {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.246154px;
  }
  .money-box .form__btn {
    width: 327px;
    top: 65px;
    left: 2px;
  }
  .money-box .form__email {
    width: 327px;
    margin: 0;
  }
  .money-box .form__text {
    position: absolute;
    top: 140px;
    padding-left: 50px;
  }
}
.price__heading {
  padding-top: 82px;
  padding-bottom: 72px;
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: -0.430769px;
  color: #36536B;
}
.price__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
}
.price__item {
  max-width: 350px;
  display: flex;
  flex-direction: column;
}
.price__title {
  padding-bottom: 16px;
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.246154px;
  color: #BA4270;
}
.price__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #6C8294;
}
.price__number {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 72px;
  letter-spacing: -0.430769px;
  color: #36536B;
}
.price__line {
  max-width: 350px;
  height: 1px;
  margin-bottom: 24px;
  margin-top: 16px;
  background-color: rgba(54, 83, 107, 0.2);
}
.price__bottom-text {
  padding-bottom: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #36536B;
}
.price__bottom-text::before {
  content: "";
  background-image: url(../images/checkmark.svg);
  width: 12px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 24px;
}
.price__bottom-title {
  padding-bottom: 8px;
  padding-left: 36px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #36536B;
  opacity: 0.5;
}
.price__btn {
  width: 168px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #36536B;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.115385px;
  color: #36536B;
}
.price__btn:hover {
  background-color: #36536B;
  color: #FBFCFE;
  transition: all 355ms ease;
}

@media only screen and (max-width: 771px) {
  .price__heading {
    padding-top: 75px;
    padding-bottom: 69px;
    text-align: center;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.369231px;
  }
  .price__item {
    max-width: 223px;
  }
  .price__title {
    text-align: center;
    font-size: 24px;
    letter-spacing: -0.184615px;
  }
  .price__number {
    text-align: center;
    font-size: 48px;
    letter-spacing: -0.369231px;
  }
  .price__text {
    text-align: center;
  }
  .price__bottom-text::before {
    margin-left: 45px;
  }
  .price__bottom-title {
    padding-left: 81px;
  }
  .price__btn {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .price__heading {
    padding-top: 8px;
    padding-bottom: 48px;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.246154px;
  }
  .price__list {
    flex-direction: column;
  }
  .price__btn {
    margin-bottom: 48px;
  }
}
.money-bottom {
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.money-bottom__title {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.369231px;
  color: #36536B;
}
.money-bottom .form {
  position: relative;
}
.money-bottom .form__email {
  width: 100%;
  max-width: 445px;
  height: 48px;
  border: none;
  padding-left: 20px;
  padding-right: 225px;
  box-shadow: 10px 10px 25px -10px rgba(54, 83, 107, 0.25);
  border-radius: 24px;
}
.money-bottom .form__text {
  padding-left: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #6C8294;
}
.money-bottom .form__btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 173px;
  height: 48px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.115385px;
  color: #FBFCFE;
  background: #BA4270;
  box-shadow: 10px 10px 25px -10px rgba(54, 83, 107, 0.25);
  border-radius: 24px;
}
.money-bottom .form__btn:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 771px) {
  .money-bottom {
    padding-top: 100px;
    padding-bottom: 100px;
    flex-direction: column;
  }
  .money-bottom__title {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .money-bottom {
    padding-top: 32px;
    padding-bottom: 150px;
  }
  .money-bottom__title {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.246154px;
  }
  .money-bottom .form__btn {
    width: 327px;
    top: 65px;
    left: 2px;
  }
  .money-bottom .form__email {
    width: 327px;
    margin: 0;
  }
  .money-bottom .form__text {
    position: absolute;
    top: 140px;
    padding-left: 50px;
  }
}
.header {
  background: #edf3f8;
}
.header__desktop {
  padding-top: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__left {
  max-width: 450px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__link {
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  mix-blend-mode: normal;
  opacity: 0.7;
  color: #36536B;
}
.header__link:hover {
  opacity: 1;
  color: #36536B;
}
.header__btn {
  width: 173px;
  height: 48px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.115385px;
  color: #FBFCFE;
  background: #BA4270;
  box-shadow: 10px 10px 25px -10px rgba(54, 83, 107, 0.25);
  border-radius: 24px;
}
.header__btn:hover {
  opacity: 0.7;
}
.header__btn:hover {
  opacity: 0.7;
}
.header__mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
}
.header__menu {
  display: none;
}
.header__menu-closed {
  display: none;
}

@media only screen and (max-width: 771px) {
  .header__left {
    max-width: 400px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .header__desktop {
    display: none;
  }
  .header__mobile {
    display: flex;
    padding-top: 40px;
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__mobile-btn {
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
  .header__menu {
    display: none;
  }
  .header__menu--on {
    position: absolute;
    top: 0;
    right: 23px;
    display: block;
    width: 277px;
    height: 667px;
    background: #1b262f;
    box-shadow: 10px 10px 25px -10px rgba(54, 83, 107, 0.25);
    z-index: 100;
  }
  .header__menu--animation-in {
    animation-name: zoom-in;
    animation-duration: 500ms;
  }
  .header__menu--animation-out {
    animation-name: zoom-out;
    animation-duration: 500ms;
  }
  @keyframes zoom-in {
    from {
      transform: scale(0);
    }
    to {
      transform: scale(1);
    }
  }
  @keyframes zoom-in {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(0);
    }
  }
  .header__menu-closed--button {
    position: absolute;
    display: block;
    top: 48px;
    right: 25px;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
  .header__menu-inner {
    width: 229px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 95px;
    padding-top: 43px;
    border-top: 1px solid rgba(251, 252, 254, 0.15);
  }
  .header__menu-link {
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    mix-blend-mode: normal;
    padding-bottom: 32px;
    color: #FBFCFE;
  }
  .header__menu-link:hover {
    opacity: 1;
    color: #36536B;
  }
  .header__menu-btn {
    width: 173px;
    height: 48px;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.115385px;
    color: #FBFCFE;
    background: #BA4270;
    box-shadow: 10px 10px 25px -10px rgba(54, 83, 107, 0.25);
    border-radius: 24px;
    width: 230px;
  }
  .header__menu-btn:hover {
    opacity: 0.7;
  }
}
.hero {
  background: #edf3f8;
  padding-bottom: 75px;
}
.hero__wrapper {
  padding-top: 74px;
  padding-right: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero__heading {
  max-width: 535px;
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: -0.553846px;
  color: #36536b;
}
.hero__img {
  overflow: hidden;
  width: 263px;
  height: 500px;
}
.hero .form {
  position: relative;
}
.hero .form .label {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #6c8294;
}
.hero .form__email {
  width: 100%;
  max-width: 445px;
  height: 48px;
  border: none;
  padding-left: 20px;
  box-shadow: 10px 10px 25px -10px rgba(54, 83, 107, 0.25);
  border-radius: 24px;
}
.hero .form__text {
  padding-left: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #6c8294;
}
.hero .form__btn {
  position: absolute;
  right: 90px;
  top: 0;
  width: 173px;
  height: 48px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.115385px;
  color: #FBFCFE;
  background: #BA4270;
  box-shadow: 10px 10px 25px -10px rgba(54, 83, 107, 0.25);
  border-radius: 24px;
}
.hero .form__btn:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 771px) {
  .hero__wrapper {
    flex-direction: column-reverse;
    padding-right: 0;
  }
  .hero__img {
    width: 159px;
    height: 300px;
  }
  .hero__heading {
    font-size: 48px;
    line-height: 56px;
    text-align: center;
  }
  .hero .form__email {
    margin-left: 44px;
  }
  .hero .form__btn {
    right: 50px;
  }
  .hero .form__text {
    padding-left: 144px;
  }
}
@media only screen and (max-width: 480px) {
  .hero {
    padding-bottom: 0;
    z-index: 1000;
  }
  .hero__wrapper {
    padding-top: 0;
  }
  .hero__img {
    width: 127px;
    height: 240px;
  }
  .hero__heading {
    margin: 0;
    padding-top: 25px;
    max-width: 327px;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.246154px;
  }
  .hero .form__btn {
    width: 327px;
    top: 65px;
    left: 2px;
  }
  .hero .form__email {
    width: 327px;
    margin: 0;
  }
  .hero .form__text {
    position: absolute;
    top: 140px;
    padding-left: 50px;
  }
}
.work {
  background: #1b262f;
}
.work__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 50px;
}
.work__heading {
  margin: 0;
  padding-bottom: 24px;
  font-family: "DM Serif Display";
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.369231px;
  color: #fbfcfe;
}
.work__text {
  margin: 0;
  padding-bottom: 32px;
  max-width: 445px;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #fbfcfe;
  mix-blend-mode: normal;
  opacity: 0.7;
}
.work__btn {
  width: 129px;
  height: 48px;
  border: 1px solid #FBFCFE;
  border-radius: 24px;
  background-color: transparent;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.115385px;
  cursor: pointer;
  color: #FBFCFE;
}
.work__btn:hover {
  color: #1B262F;
  background-color: #FBFCFE;
  transition: all 355ms ease;
}
.work__right {
  max-width: 536px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

@media only screen and (max-width: 771px) {
  .work__inner {
    flex-direction: column-reverse;
    padding-right: 0;
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .work__right {
    padding-bottom: 64px;
  }
  .work__left {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .work {
    margin-top: 160px;
  }
  .work__inner {
    padding-top: 80px;
  }
  .work__right {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 56px;
  }
  .work__img-tes {
    width: 107px;
    height: 15px;
  }
  .work__img-mic {
    width: 120px;
    height: 26px;
  }
  .work__img-hew {
    width: 115px;
    height: 22px;
  }
  .work__img-orc {
    width: 108px;
    height: 14px;
  }
  .work__img-go {
    width: 79px;
    height: 27px;
  }
  .work__img-nvi {
    width: 113px;
    height: 22px;
  }
  .work__heading {
    font-size: 32px;
    text-align: center;
    letter-spacing: -0.246154px;
    line-height: 36px;
  }
  .work__text {
    max-width: 327px;
  }
}
.section {
  padding-top: 150px;
}
.section__top {
  padding-right: 135px;
  padding-bottom: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section__img {
  width: 445px;
  height: 284px;
  box-shadow: 25px 25px 80px rgba(54, 83, 107, 0.300727);
}
.section__heading {
  padding-bottom: 24px;
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.369231px;
  color: #36536B;
}
.section__text {
  max-width: 445px;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #6C8294;
}
.section__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section__bottom-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__bottom-img {
  margin-right: 40px;
  box-shadow: 25px 25px 80px rgba(54, 83, 107, 0.300727);
}

@media only screen and (max-width: 771px) {
  .section {
    padding-top: 100px;
  }
  .section__top {
    flex-direction: column;
    padding-right: 0;
    padding-bottom: 100px;
  }
  .section__img {
    width: 380px;
    height: 249px;
  }
  .section__right {
    padding-top: 48px;
    text-align: center;
  }
  .section__text {
    max-width: 600px;
  }
  .section__bottom {
    flex-direction: column-reverse;
  }
  .section__bottom-img {
    width: 168px;
    height: 320px;
    margin-right: 25px;
  }
  .section__bottom-img:last-child {
    margin-right: 0;
  }
  .section__bottom-left {
    padding-top: 48px;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .section__img {
    width: 328px;
    height: 209px;
  }
  .section__top {
    padding-bottom: 80px;
  }
  .section__heading {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.276923px;
  }
  .section__text {
    max-width: 328px;
  }
  .section__bottom-img {
    width: 152px;
    height: 290px;
  }
}
.money {
  padding-top: 147px;
}
.money__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
  padding-left: 20px;
  padding-right: 20px;
}
.money__item {
  max-width: 350px;
  text-align: center;
}
.money__heading {
  padding-top: 32px;
  padding-bottom: 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.138462px;
  color: #36536B;
}
.money__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.115385px;
  color: #6C8294;
}
.money__bottom {
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.money__bottom-title {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.369231px;
  color: #36536B;
}
.money .form {
  position: relative;
}
.money .form__email {
  width: 100%;
  max-width: 445px;
  height: 48px;
  border: none;
  padding-left: 20px;
  padding-right: 225px;
  box-shadow: 10px 10px 25px -10px rgba(54, 83, 107, 0.25);
  border-radius: 24px;
}
.money .form__text {
  padding-left: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #6C8294;
}
.money .form__btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 173px;
  height: 48px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.115385px;
  color: #FBFCFE;
  background: #BA4270;
  box-shadow: 10px 10px 25px -10px rgba(54, 83, 107, 0.25);
  border-radius: 24px;
}
.money .form__btn:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 771px) {
  .money {
    padding-top: 100px;
  }
  .money__list {
    padding: 0;
    align-items: flex-start;
  }
  .money__item {
    max-width: 223px;
  }
  .money__img {
    width: 88px;
    height: 88px;
  }
  .money__bottom {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .money__bottom-title {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .money {
    padding-top: 80px;
  }
  .money__list {
    flex-direction: column;
    align-items: center;
  }
  .money__img {
    width: 106px;
    height: 106px;
  }
  .money__item {
    max-width: 328px;
    padding-bottom: 48px;
  }
  .money__item:last-child {
    padding-bottom: 0;
  }
  .money__bottom {
    padding-top: 80px;
    padding-bottom: 150px;
  }
  .money__bottom-title {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.246154px;
  }
  .money .form__btn {
    width: 327px;
    top: 65px;
    left: 2px;
  }
  .money .form__email {
    width: 327px;
    margin: 0;
  }
  .money .form__text {
    position: absolute;
    top: 140px;
    padding-left: 50px;
  }
}
.footer {
  background-color: #1B262F;
}
.footer__desktop {
  padding-top: 31px;
  padding-bottom: 31px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__left {
  max-width: 450px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__link {
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #FBFCFE;
  mix-blend-mode: normal;
  opacity: 0.7;
}
.footer__link:hover {
  color: #FBFCFE;
  opacity: 1;
}
.footer__right {
  max-width: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__img path:hover {
  fill: #DA6D97;
}

@media only screen and (max-width: 771px) {
  .footer__desktop {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer__left {
    max-width: 410px;
  }
}
@media only screen and (max-width: 500px) {
  .footer__desktop {
    flex-direction: column;
    padding-top: 41px;
    padding-bottom: 55px;
  }
  .footer__left {
    flex-direction: column;
  }
  .footer__link, .footer__logo-link {
    padding-bottom: 40px;
  }
}
.contact__heading {
  max-width: 730px;
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: -0.430769px;
  color: #36536b;
}
.contact__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .form {
  max-width: 445px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contact .form__input {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(54, 83, 107, 0.2);
  padding-bottom: 16px;
  padding-top: 24px;
  padding-left: 20px;
}
.contact .form__message {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(54, 83, 107, 0.2);
  padding-top: 24px;
  padding-bottom: 64px;
  padding-left: 20px;
}
.contact .form__text {
  padding-left: 20px;
}
.contact .form #check5 {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}
.contact .form__check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.contact .form__btn {
  width: 152px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #36536B;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.115385px;
  color: #36536B;
}
.contact .form__btn:hover {
  background-color: #36536B;
  color: #FBFCFE;
  transition: all 355ms ease;
}
.contact__right {
  max-width: 541px;
  display: flex;
  flex-wrap: wrap;
}
.contact__right-heading {
  margin-bottom: 40px;
  max-width: 445px;
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.184615px;
  mix-blend-mode: normal;
  opacity: 0.75;
  color: #36536b;
}
.contact__box {
  max-width: 541px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 55px;
}
.contact path {
  fill: #36536B;
}

@media only screen and (max-width: 771px) {
  .contact__heading {
    font-size: 48px;
    letter-spacing: -0.369231px;
    text-align: center;
    margin: 0;
    padding-top: 75px;
    padding-bottom: 54px;
    padding-left: 94px;
    padding-right: 94px;
  }
  .contact__inner {
    flex-direction: column;
  }
  .contact__right {
    justify-content: center;
  }
  .contact__right-heading {
    padding-top: 64px;
    text-align: center;
  }
}
@media only screen and (max-width: 771px) {
  .contact__heading {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 12px;
    padding-bottom: 40px;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.246154px;
  }
  .contact .form {
    max-width: 327px;
  }
  .contact__right {
    max-width: 327px;
  }
  .contact__box {
    gap: 40px;
    padding-bottom: 48px;
  }
}/*# sourceMappingURL=main.css.map */