@import 'node_modules/modern-normalize/modern-normalize.css';
@import 'node_modules/modern-normalize/modern-normalize.css';
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  width: 100%;
  font-family: Playfair Display, Open Sans, sans-serif;
  scroll-behavior: smooth;
  letter-spacing: 0.03em;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

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

svg {
  display: inline-block;
}

.container-secondary {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100vw;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 0px) and (max-width: 319px) {
  .container {
    max-width: 320px;
    padding: 0 1.25rem 0 1.25rem;
  }

  .container-secondary {
    max-width: 90vw;
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .container {
    max-width: 480px;
    padding: 0 1.25rem 0 1.25rem;
  }

  .container-secondary {
    max-width: 90vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .container {
    max-width: 768px;
    padding: 0 2.5rem 0 2.5rem;
  }

  .container-secondary {
    max-width: 90vw;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }

  .container-secondary {
    max-width: 1300px;
  }
}
:root {
  --primary-color: #6c63ff;
  --secondary-color: #2f2e41;
  --text-color: #9893a3;
  --text-color-alpha: rgba(152, 147, 163, 0.5);
  --secondary-text-color: white;
  --secondary-text-color-alpha: rgba(236, 235, 255, 0.3);
  --neutral-color: #717082;
  --tittle-button-color: rgba(197, 194, 255, 0.502);
  --background-form-fields: #ecebff;
  --title-form-color: #9e99ff;
  --tru-color: green;
  --false-color: red;
}

.app-smal-button:focus, .app-smal-button:hover, .app-secondary-button:focus, .app-secondary-button:hover, .app-primari-button:hover, .app-primari-button:focus {
  background-color: var(--primary-color);
  color: var(--secondary-text-color);
  box-shadow: 0rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.1), 0rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.08), 0rem 0.125rem 0.125rem rgba(0, 0, 0, 0.12);
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
}

.app-tittle-button:hover, .app-tittle-button:focus {
  background-color: var(--tittle-button-color);
  color: var(--secondary-color);
  box-shadow: 0rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.1), 0rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.08), 0rem 0.125rem 0.125rem rgba(0, 0, 0, 0.12);
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
}

.app-primari-button {
  width: 8.75rem;
  height: 3.1875rem;
  background-color: inherit;
  border: 0.0625rem solid var(--primary-color);
  border-radius: 0.125rem;
}
.app-secondary-button {
  width: 11.625rem;
  height: 3.375rem;
  background-color: inherit;
  border: 0.0625rem solid var(--primary-color);
  border-radius: 0.125rem;
}
.app-smal-button {
  width: 6.375rem;
  height: 3.1875rem;
  background-color: inherit;
  border: 0.0625rem solid var(--primary-color);
  border-radius: 0.125rem;
}
.app-tittle-button {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.11;
  width: 92px;
  color: var(--secondary-color);
  background: linear-gradient(to top, var(--tittle-button-color) 50%, var(--secondary-text-color) 50%);
}
.menu__buttons {
  display: flex;
  justify-content: center;
}
.menu__buttons .menu__button {
  width: 100%;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.117;
}
.menu__buttons .menu__button:not(:last-child) {
  margin-right: 1.25rem;
  color: var(--primary-color);
}
.menu__buttons .menu__button:last-child {
  color: var(--secondary-text-color);
  background-color: var(--primary-color);
}

.logo {
  width: 4.875rem;
  height: 1.75rem;
}

@media screen and (max-width: 1200px) {
  .header__logo {
    display: flex;
  }

  .header__nav {
    position: absolute;
    width: 0.0625rem;
    height: 0.0625rem;
    margin: -0.0625rem;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
  }

  .header__button {
    position: absolute;
    width: 0.0625rem;
    height: 0.0625rem;
    margin: -0.0625rem;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .header {
    padding: 1.25rem 1.25rem 2.531875rem 1.25rem;
  }
}
@media (min-width: 479px) and (max-width: 1199px) {
  .header {
    padding: 2.5rem 0 3.469375rem 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem 0 6.21375rem 0;
  }
}

@media screen and (min-width: 1200px) {
  .header__buttons .header__button {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375;
  }
  .header__buttons .header__button:not(:last-child) {
    margin-right: 1rem;
    color: var(--primary-color);
    background-color: var(--secondary-text-color);
  }
  .header__buttons .header__button:not(:first-child) {
    color: var(--secondary-text-color);
    background-color: var(--primary-color);
  }

  .header__nav {
    display: flex;
  }
  .header__nav :not(:last-child) {
    margin-right: 2.25rem;
  }
  .header__nav li:first-child {
    color: var(--secondary-color);
    padding-bottom: 0.625rem;
    border-bottom: 0.3125rem solid var(--primary-color);
  }
  .header__nav li:nth-child(n+2):hover, .header__nav li:nth-child(n+2):focus {
    color: var(--secondary-color);
    padding-bottom: 0.625rem;
    border-bottom: 0.3125rem solid var(--primary-color);
    transition: all 0.15s ease-in-out;
  }
  .header__nav a {
    font-family: "Open Sans";
    font-size: 1rem;
    line-height: 1.625;
    font-weight: 700;
  }
}
.title__contents {
  font-family: "Playfair Display";
  font-weight: 700;
  letter-spacing: -0.0625rem;
  color: var(--secondary-color);
  margin-bottom: 1.5rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  .title__contents {
    font-size: 2.125rem;
    line-height: 1.142;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .title__contents {
    font-size: 3.75rem;
    line-height: 1.066;
  }
}
@media screen and (min-width: 1200px) {
  .title__contents {
    font-size: 3.75rem;
    line-height: 1.066;
  }
}

.title__pricing {
  font-family: "Playfair Display";
  font-weight: bold;
  letter-spacing: -0.0625rem;
  color: var(--secondary-color);
}
@media (min-width: 0px) and (max-width: 767px) {
  .title__pricing {
    text-align: start;
    font-size: 2.125rem;
    line-height: 1.142;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .title__pricing {
    font-size: 3.75rem;
    line-height: 1.066;
    margin-bottom: 5.625rem;
  }
}
@media screen and (min-width: 1200px) {
  .title__pricing {
    font-size: 3.75rem;
    line-height: 1.066;
    margin-bottom: 5.625rem;
  }
}

.title__description {
  font-family: Open Sans;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.7;
  margin-bottom: 1.875rem;
  color: var(--text-color);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .title__description {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .title__description {
    margin-bottom: 1.875rem;
  }
}

.pricing {
  display: flex;
  align-items: center;
  text-align: center;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.444;
}
.pricing button {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.117;
  color: var(--primary-color);
}
@media (min-width: 0px) and (max-width: 767px) {
  .pricing {
    flex-direction: column;
    padding-bottom: 7.5rem;
  }
  .pricing li {
    width: 85vw;
  }
  .pricing li:not(last-child) {
    margin-bottom: 2.8125rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pricing {
    flex-direction: column;
    padding-bottom: 7.5rem;
  }
  .pricing li {
    width: 85vw;
  }
  .pricing li:not(last-child) {
    margin-bottom: 2.8125rem;
  }
}
@media screen and (min-width: 1200px) {
  .pricing {
    padding: 0 1.25rem 3.4375rem 1.25rem;
  }
  .pricing li p:first-child {
    margin-bottom: 2.5rem;
  }
}

.pricing__hover {
  background-color: var(--primary-color);
  color: var(--secondary-text-color);
}
.pricing__hover h2 {
  font-family: "Open Sans";
  font-weight: bold;
  color: var(--secondary-text-color);
}
.pricing__hover p {
  color: var(--secondary-text-color);
}
.pricing__hover p:first-child {
  margin-bottom: 2.5rem;
}
.pricing__hover p:nth-of-type(4) {
  margin-bottom: 1.875rem;
}
.pricing__hover p:nth-of-type(n + 2):nth-of-type(-n + 3) {
  margin-bottom: 0.875rem;
}
.pricing__hover span {
  color: var(--secondary-text-color);
}
.pricing__hover button {
  background-color: var(--secondary-text-color);
}
@media (min-width: 0px) and (max-width: 767px) {
  .pricing__hover {
    text-align: center;
    padding-top: 2.875rem;
    padding-bottom: 2.875rem;
    border-radius: 0.125rem;
  }
  .pricing__hover h2 {
    font-size: 2.5rem;
    line-height: 1.25;
    letter-spacing: -0.0625rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pricing__hover {
    text-align: center;
    padding-top: 2.875rem;
    padding-bottom: 2.875rem;
    border-radius: 0.125rem;
  }
  .pricing__hover h2 {
    font-size: 3.125rem;
    line-height: 1.08;
    letter-spacing: -0.0625rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .pricing__hover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 22.6875rem;
    padding: 4.375rem 0 4.375rem 0;
    text-align: center;
    border-radius: 0.125rem;
    margin-right: 2.8125rem;
  }
  .pricing__hover h2 {
    font-size: 3.125rem;
    line-height: 1.08;
    letter-spacing: -0.0625rem;
    margin-bottom: 2.5rem;
  }
}

.pricing__light {
  align-items: center;
  border-radius: 0.125rem;
  background-color: var(--secondary-text-color-alpha);
}
.pricing__light h2 {
  font-family: "Open Sans";
  font-weight: bold;
  color: var(--secondary-color);
}
.pricing__light p {
  color: var(--text-color);
}
.pricing__light p:first-child {
  margin-bottom: 2.5rem;
}
.pricing__light p:nth-of-type(4) {
  margin-bottom: 1.875rem;
}
.pricing__light p:nth-of-type(n + 2):nth-of-type(-n + 3) {
  margin-bottom: 0.875rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  .pricing__light {
    padding-top: 2.875rem;
    padding-bottom: 2.875rem;
  }
  .pricing__light h2 {
    font-size: 2.5rem;
    line-height: 1.25;
    letter-spacing: -0.0625rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pricing__light {
    padding-top: 2.875rem;
    padding-bottom: 2.875rem;
  }
  .pricing__light h2 {
    font-size: 5.375rem;
    line-height: 1.02;
    letter-spacing: -0.0625rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .pricing__light {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 22.6875rem;
    padding: 2.875rem 0 2.875rem 0;
  }
  .pricing__light:not(:last-child) {
    margin-right: 2.8125rem;
  }
  .pricing__light h2 {
    font-size: 3.125rem;
    line-height: 1.08;
    letter-spacing: -0.0625rem;
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  h1 {
    font-size: 5.375rem;
    line-height: 5.5rem;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 5.375rem;
    line-height: 5.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  h2 {
    font-size: 3.75rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 3.75rem;
    line-height: 4rem;
  }
}

p {
  color: var(--text-color);
}

a {
  color: var(--text-color);
}

@media screen and (min-width: 1200px) {
  .main__section {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: static;
  }
}

.main__section--hero button {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.117;
  color: var(--secondary-text-color);
  background-color: var(--primary-color);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .main__section--hero {
    padding-bottom: 7.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .main__section--hero {
    padding-bottom: 7.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .main__section--row {
    display: flex;
    flex-direction: row-reverse;
  }
}

.main__section--compani {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hero__title {
    margin-bottom: 3.125rem;
  }
  .hero__title h1 {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 0px) and (max-width: 767px) {
  .hero__title h1 {
    font-size: 2.875rem;
    line-height: 1.08;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 1199px) {
  .hero__title h1 {
    font-size: 5.375rem;
    line-height: 1.023;
  }
}
@media screen and (min-width: 1200px) {
  .hero__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: static;
  }
  .hero__title h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 86px;
    line-height: 1.023;
    letter-spacing: -1px;
    margin-bottom: 1.875rem;
    margin-right: 3.125rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .main__title {
    margin-bottom: 3.125rem;
  }
  .main__title h1 {
    font-size: 5.375rem;
    line-height: 1.023;
  }
}
@media screen and (min-width: 1200px) {
  .main__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: static;
    margin-right: 11.25rem;
  }
}

@media screen and (min-width: 1200px) {
  .main__title--row {
    margin-right: 0;
    margin-left: 11.25rem;
  }
}

.title__contents--span {
  font-family: Open Sans;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--secondary-color);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .title__contents--span {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .title__contents--span {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .main__compani {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 6.25rem;
  }
  .main__compani li {
    margin-bottom: 2.125rem;
  }
  .main__compani svg {
    width: 25vw;
  }
}
@media (min-width: 479px) and (max-width: 767px) {
  .main__compani {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 8.75rem;
  }
  .main__compani li {
    margin-bottom: 2.125rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .main__compani {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 13.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .main__compani {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 13.75rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section {
    padding-bottom: 13.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .section {
    padding-bottom: 13.75rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section__pricing {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .section__pricing {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .wrapper {
    padding: 1.25rem 0 5rem 0;
  }
  .wrapper:nth-last-child(-n+2) {
    padding: 1.875rem 0 6.25rem 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .wrapper {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .exmp img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.form {
  background-color: var(--secondary-color);
}
.form .input-field[type=text]:invalid:not(:focus):not(:-moz-placeholder-shown), .form .input-field[type=email]:invalid:not(:focus):not(:-moz-placeholder-shown) {
  border: 0.125rem solid var(--false-color);
}
.form .input-field[type=text]:invalid:not(:focus):not(:-ms-input-placeholder), .form .input-field[type=email]:invalid:not(:focus):not(:-ms-input-placeholder) {
  border: 0.125rem solid var(--false-color);
}
.form .input-field[type=text]:invalid:not(:focus):not(:placeholder-shown),
.form .input-field[type=email]:invalid:not(:focus):not(:placeholder-shown) {
  border: 0.125rem solid var(--false-color);
}
.form .input-field:valid {
  border: 0.125rem solid var(--tru-color);
}
.form .textarea-field {
  background-color: var(--background-form-fields);
  padding: 1rem 1.875rem;
  margin-bottom: 2.5rem;
}
.form .textarea-field::-moz-placeholder {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.144;
  color: var(--title-form-color);
}
.form .textarea-field:-ms-input-placeholder {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.144;
  color: var(--title-form-color);
}
.form .textarea-field::placeholder {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.144;
  color: var(--title-form-color);
}
@media screen and (min-width: 479px) {
  .form .textarea-field {
    width: 22.25rem;
    height: 10.375rem;
  }
}
.form .form__button {
  color: var(--secondary-text-color);
  background-color: var(--primary-color);
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.375;
}
@media (min-width: 0px) and (max-width: 479px) {
  .form {
    position: relative;
    padding: 5rem 2.8125rem 5rem 2.8125rem;
    width: 100vw;
  }
  .form .input-field {
    background-color: var(--background-form-fields);
    margin-bottom: 1.25rem;
    width: 100%;
    height: 100%;
    padding: 1rem 1.875rem;
    border: none;
  }
  .form .input-field::-moz-placeholder {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.144;
    color: var(--title-form-color);
  }
  .form .input-field:-ms-input-placeholder {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.144;
    color: var(--title-form-color);
  }
  .form .input-field::placeholder {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.144;
    color: var(--title-form-color);
  }
  .form .textarea-field {
    background-color: var(--background-form-fields);
    width: 100%;
    height: 10.375rem;
  }
  .form .textarea-field::-moz-placeholder {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.144;
    color: var(--title-form-color);
  }
  .form .textarea-field:-ms-input-placeholder {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.144;
    color: var(--title-form-color);
  }
  .form .textarea-field::placeholder {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.144;
    color: var(--title-form-color);
  }
}
@media (min-width: 479px) and (max-width: 1199px) {
  .form {
    padding: 5rem 4.625rem 5rem 4.625rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100vw;
  }
  .form .input-field {
    border: none;
    margin-bottom: 1.25rem;
    width: 21.1875rem;
    height: 3.625rem;
    padding: 1rem 1.875rem;
    background-color: var(--background-form-fields);
  }
  .form .input-field::-moz-placeholder {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.144;
    color: var(--title-form-color);
  }
  .form .input-field:-ms-input-placeholder {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.144;
    color: var(--title-form-color);
  }
  .form .input-field::placeholder {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.144;
    color: var(--title-form-color);
  }
  .form .textarea-field {
    max-width: 21.125rem;
    max-height: 10.375rem;
    background-color: var(--background-form-fields);
  }
  .form .textarea-field::-moz-placeholder {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.144;
    color: var(--title-form-color);
  }
  .form .textarea-field:-ms-input-placeholder {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.144;
    color: var(--title-form-color);
  }
  .form .textarea-field::placeholder {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.144;
    color: var(--title-form-color);
  }
}
@media screen and (min-width: 1200px) {
  .form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5rem 4.625rem;
    transform: translateY(15%);
    z-index: 1;
  }
  .form .input-field {
    border: none;
    width: 356px;
    height: 3.625rem;
    padding: 1rem 1.875rem;
    background-color: var(--background-form-fields);
  }
  .form .input-field::-moz-placeholder {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.144;
    color: var(--title-form-color);
  }
  .form .input-field:-ms-input-placeholder {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.144;
    color: var(--title-form-color);
  }
  .form .input-field::placeholder {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.144;
    color: var(--title-form-color);
  }
  .form .input-field:not(:last-child) {
    margin-bottom: 1.25rem;
    margin-right: 2.5rem;
  }
}

.form__title {
  font-family: "Playfair Display";
  font-weight: 700;
  margin-bottom: 2.5rem;
  color: var(--background-form-fields);
}
@media screen and (max-width: 480px) {
  .form__title {
    font-size: 2.125rem;
    line-height: 1.176;
    text-align: center;
    letter-spacing: -1px;
  }
}
@media (min-width: 479px) and (max-width: 1199px) {
  .form__title {
    text-align: center;
    font-size: 3.125rem;
    line-height: 1.12;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 1200px) {
  .form__title {
    text-align: start;
    font-size: 3.125rem;
    line-height: 1.12;
    letter-spacing: -1px;
  }
}

.form__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.counter {
  position: absolute;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625;
  color: var(--title-form-color);
}
@media screen and (min-width: 0px) {
  .counter {
    bottom: 11.8125rem;
    right: 3.75rem;
  }
}
@media screen and (min-width: 479px) {
  .counter {
    bottom: 3.5rem;
    right: 1.5625rem;
  }
}

@media (min-width: 479px) and (max-width: 1199px) {
  .form__flex--box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (min-width: 1200px) {
  .form__flex--box {
    position: relative;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media (min-width: 479px) and (max-width: 1199px) {
  .form__input {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .form__input {
    display: flex;
    flex-direction: column;
  }
}

.footer {
  display: flex;
  background-color: rgba(236, 235, 255, 0.6);
  padding: 3.125rem 0 1.875rem 0;
}
@media screen and (min-width: 0px) {
  .footer {
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
  }
}
@media (min-width: 479px) and (max-width: 1199px) {
  .footer {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: auto;
    margin-left: auto;
    width: 100vw;
    z-index: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-top: 200px;
    background-color: #ecebff;
  }
}

.footer__contact {
  display: flex;
}
.footer__contact a {
  font-family: "Open Sans";
  font-size: 1rem;
  line-height: 1.625;
  color: var(--text-color);
}
.footer__contact a:hover {
  color: var(--primary-color);
  transition: all 0.15s ease-in-out;
}
.footer__contact h3 {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.333;
}
.footer__contact h3:not(:last-child) {
  margin-bottom: 1.25rem;
}
.footer__contact li:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (min-width: 0px) and (max-width: 479px) {
  .footer__contact {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 4.8125rem;
  }
  .footer__contact div {
    width: 30vw;
  }
  .footer__contact div:nth-child(-n+2) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .footer__contact {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 4.8125rem;
  }
  .footer__contact div:nth-child(2n+1) {
    margin-right: 30vw;
  }
  .footer__contact div:nth-child(-n+2) {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 479px) {
  .footer__contact {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 4.8125rem;
  }
}

.footer__license {
  display: flex;
  justify-content: space-between;
}
.footer__license p {
  font-family: "Open Sans";
  font-size: 0.75rem;
  line-height: 1.333;
  color: var(--text-color);
}

.footer__social {
  display: flex;
  justify-content: space-between;
}
.footer__social li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  background-color: var(--secondary-text-color);
}
.footer__social li:hover {
  background-color: var(--primary-color);
  border-radius: 0.1875rem;
  transition: all 0.15s ease-in-out;
}

@media screen and (min-width: 0px) {
  .header__flex {
    display: block;
  }

  .menu__header {
    display: flex;
    justify-content: space-between;
  }

  #menu__toggle {
    position: absolute;
    width: 0.0625rem;
    height: 0.0625rem;
    margin: -0.0625rem;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
  #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
  }

  .menu {
    display: flex;
  }
}
@media screen and (min-width: 0px) and (min-width: 1200px) {
  .menu {
    position: absolute;
    width: 0.0625rem;
    height: 0.0625rem;
    margin: -0.0625rem;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
}
@media screen and (min-width: 0px) {
  .menu__btn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 2.4375rem;
    right: 16%;
    width: 1.625rem;
    height: 1.625rem;
    cursor: pointer;
  }
}
@media screen and (min-width: 0px) and (max-width: 480px) {
  .menu__btn {
    top: 1.25rem;
  }
}
@media screen and (min-width: 0px) {
  .menu__btn span {
    position: absolute;
    display: block;
    width: 100%;
    height: 0.1875rem;
    background-color: var(--primary-color);
  }
  .menu__btn span::before, .menu__btn span::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 0.1875rem;
    background-color: var(--primary-color);
  }
}
@media screen and (min-width: 0px) {
  .menu__btn > span::before {
    content: "";
    top: -0.5rem;
  }
}
@media screen and (min-width: 0px) {
  .menu__btn > span::after {
    content: "";
    top: 0.5rem;
  }
}
@media screen and (min-width: 0px) {
  .menu__btn--in {
    position: absolute;
    right: 16%;
    top: 2.5rem;
    width: 2rem;
    height: 2rem;
    border-radius: 0.0625rem;
    cursor: pointer;
  }
  .menu__btn--in span::before, .menu__btn--in span::after {
    position: absolute;
    display: block;
    left: 0.9375rem;
    content: " ";
    height: 2.0625rem;
    width: 0.25rem;
    background-color: var(--primary-color);
  }
}
@media screen and (min-width: 0px) {
  .menu__btn--in > span::before {
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 0px) {
  .menu__btn--in > span::after {
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 0px) {
  .menu__box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 2.5rem 1.25rem 5.3125rem 1.25rem;
    background-color: var(--secondary-text-color);
    transition-duration: 0.25s;
    z-index: 99;
  }
}
@media screen and (min-width: 0px) {
  .menu__item {
    display: block;
    padding: 0.75rem 1.5rem;
    color: var(--text-color);
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.35;
    transition-duration: 0.25s;
  }
  .menu__item:hover {
    color: var(--secondary-color);
    padding-bottom: 0.625rem;
    border-bottom: 0.3125rem solid var(--primary-color);
    transition: all 150ms ease-in-out;
  }
}
@media screen and (min-width: 0px) {
  .menu__list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}