

body {
  font-family: "Inter", sans-serif;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.main {
  margin-top: 100px;
}

.container {
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1172px;
  padding-left: 31px;
  padding-right: 31px;
}

h1, h2, h3, h4, h5, p, input, select, button {
  color: #1C2535;
}

input, select, button {
  font-family: "Inter", sans-serif;
}

.h1 {
  font-size: 52px;
  line-height: 60px;
  font-weight: 900;
}

h1 {
  font-size: 52px;
  line-height: 60px;
  font-weight: 900;
}

h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
}

h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
}

h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
}

h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.body-18 {
  font-size: 18px;
  line-height: 26px;
}

.body-14 {
  font-size: 14px;
  line-height: 20px;
}

.bold {
  font-weight: 700;
}

a {
  text-decoration: none;
  font-size: 100%;
  color: #00C6BA;
}
a:hover {
  text-decoration: underline;
}

.btn {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: 0.2s;
  cursor: pointer;
}
.btn:hover {
  opacity: 0.7;
}

.btn-primary {
  background: #00C6BA;
  border: none;
  color: #FFF;
  border-radius: 8px;
}

.btn-secondary {
  background: #FFF;
  border: 2px solid #00C6BA;
  color: #00C6BA;
  border-radius: 10px;
}
.header {
  position: fixed;
  top: 0;
  z-index: 89;
  width: 100%;
  height: 100px;
  background: #FFF;
  transition: 0.2s;
}
.header__wrapper {
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header__logo-href img {
  display: block;
}
.header__nav {
  display: flex;
  align-items: center;
}
.header__nav-wrapper {
  display: flex;
}
.header__nav-item {
  padding: 0 15px;
}
.header__nav-item a.active {
  color: #00C6BA;
}
.header__nav-item a.active .header__nav-item-underline {
  width: 100%;
}
.header__nav-item a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #1C2535;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}
.header__nav-item a:hover .header__nav-item-underline {
  width: 100%;
}
.header__nav-item.tablet {
  display: none;
}
.header__nav-item-btn {
  display: none;
}
.header__nav-item-underline {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0px;
  height: 2px;
  background: #00C6BA;
  transition: 0.2s;
}
.header__buttons {
  display: flex;
  align-items: center;
  margin-left: 55px;
}
.header__call-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header__call-wrapper:hover {
  text-decoration: none;
}
.header__call-wrapper:hover p {
  color: #00C6BA;
}
.header__call-wrapper p {
  transition: 0.2s;
}
.header__call-wrapper .num {
  color: #00C6BA;
}
.header__btn {
  margin-left: 16px;
}
.header__btn button {
  width: 194px;
  height: 60px;
}
.header__burger {
  display: none;
  position: relative;
  width: 60px;
  height: 60px;
  background: #00C6BA;
  border-radius: 4px;
  transition: 0.4s;
  cursor: pointer;
}
.header__burger div {
  position: absolute;
  width: 28px;
  height: 3px;
  background: #FFF;
  border-radius: 1px;
  left: 16px;
  transition: 0.2s;
}
.header__burger div:nth-child(1) {
  top: 20px;
}
.header__burger div:nth-child(2) {
  top: 28px;
}
.header__burger div:nth-child(3) {
  top: 36px;
}
.header__burger.active {
  background: #FFF;
}
.header__burger.active div {
  top: 28px;
  background: #737388;
}
.header__burger.active div:nth-child(1) {
  transform: rotate(45deg);
}
.header__burger.active div:nth-child(2) {
  display: none;
}
.header__burger.active div:nth-child(3) {
  transform: rotate(-45deg);
}

.header.header__form {
  position: static;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.header.header__form .header__wrapper {
  justify-content: center;
}
.header.header__form .header__nav {
  display: none;
}
.header.header__form .header__burger {
  display: none;
}
.main {
  display: flex;
  flex-direction: column;
}

.home .welcome {
  padding: 0 31px;
}
.home .welcome__back {
  background: #F2FEFF;
  border-radius: 40px;
  border: 1px solid #E4EFFF;
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
}
.home .welcome__wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding: 180px 80px 320px;
  max-width: 1270px;
}
.home .welcome__wrapper * {
  z-index: 1;
}
.home .welcome__wrapper form {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
  background: #FFF;
  padding: 15px 20px;
  box-shadow: 0px 0px 30px rgba(32, 34, 96, 0.2);
  border-radius: 20px;
}
.home .welcome__wrapper form select {
  width: 160px;
  height: 60px;
  background: url(../img/footer-select-arrow.svg) no-repeat calc(100% - 20px) center;
  background-color: #FFF;
  border: 1px solid #6F7498;
  border-radius: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding-left: 20px;
  cursor: pointer;
}
.home .welcome__wrapper form input {
  width: 350px;
  height: 60px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border: 1px solid #6F7498;
  border-radius: 10px;
  background: #FFF;
  margin-left: 15px;
  padding-left: 20px;
}
.home .welcome__wrapper form input:focus {
  border-color: #00C6BA;
}
.home .welcome__wrapper form button {
  width: 166px;
  height: 60px;
  margin-left: 15px;
}
.home .welcome__wrapper form .custom-error {
  border-color: #EC5277;
}
.home .welcome__wrapper form .custom-success {
  border-color: #9798EC;
}
.home .welcome__error-message {
  display: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  top: 73px;
  left: 195px;
  color: #EC5277;
}
.home .welcome__description {
  margin-top: 15px;
  max-width: 490px;
}
.home .welcome__woman {
  position: absolute;
  top: 80px;
  right: 80px;
  z-index: 0;
}
.home .stickers__wrapper {
  margin-top: -85px;
  margin-bottom: 150px;
  justify-content: space-between;
  position: relative;
}
.home .stickers__lines {
  position: absolute;
  z-index: 1;
  top: 10px;
  transform: translateY(-100%);
  left: 81px;
}
.home .stickers__item {
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 20px);
  background: #FFF;
  box-shadow: 0px 0px 30px rgba(32, 34, 96, 0.1);
  border-radius: 20px;
  padding: 30px 50px;
  position: relative;
}
.home .stickers__item img {
  position: absolute;
  top: 20px;
  right: 25px;
}
.home .stickers__item .description {
  margin-top: 10px;
}
.home .help__wrapper {
  align-items: center;
  margin-bottom: 100px;
}
.home .help__woman {
  margin-left: -120px;
}
.home .help__content {
  margin-left: 160px;
}
.home .help__content .description {
  margin-top: 15px;
}
.home .help__content .subtitle {
  margin-top: 15px;
}
.home .help__content ul {
  margin: 10px 0 0 25px;
  list-style-type: disc;
}
.home .help__content ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1C2535;
}
.home .help__content .btn-href {
  display: inline-block;
  margin-top: 40px;
}
.home .help__content .btn-href button {
  width: 198px;
  height: 60px;
}
.home .source__wrapper {
  margin-bottom: 150px;
  align-items: center;
}
.home .source__content {
  margin-right: 90px;
}
.home .source__content p {
  margin-top: 15px;
}
.home .source__man {
  margin-right: -55px;
}
.home .info {
  padding: 0 31px;
}
.home .info__wrapper {
  margin-bottom: 120px;
  padding: 100px 120px 80px;
  max-width: 1160px;
  background: #FFF;
  box-shadow: 0px 0px 50px rgba(32, 34, 96, 0.1);
  border-radius: 40px;
}
.home .info__content {
  margin-left: 30px;
}
.home .info__columns {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.home .info__column {
  width: calc(50% - 15px);
}
.home .info__column p:not(.bold) {
  margin-top: 10px;
}
.home .info__btn {
  display: inline-block;
  margin-top: 30px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.works .welcome__wrapper {
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: 80px;
}
.works .welcome__wrapper .description {
  margin-top: 20px;
  max-width: 825px;
}
.works .welcome__row {
  margin-top: 60px;
  position: relative;
}
.works .welcome__sticker {
  width: 350px;
  margin-top: 20px;
  position: relative;
  padding: 30px 50px;
  box-shadow: 0px 0px 30px rgba(32, 34, 96, 0.1);
  border-radius: 20px;
  min-height: 144px;
  background: #FFF;
}
.works .welcome__sticker:nth-child(1) {
  margin-top: 0;
}
.works .welcome__sticker:nth-child(2) {
  margin-left: 190px;
  z-index: 1;
}
.works .welcome__sticker:nth-child(3) {
  margin-left: 380px;
}
.works .welcome__sticker img {
  position: absolute;
  top: 20px;
  right: 25px;
}
.works .welcome__sticker p:not(.bold) {
  margin-top: 10px;
}
.works .welcome__line {
  position: absolute;
}
.works .welcome__line--top {
  top: 35px;
  left: 345px;
  z-index: 1;
}
.works .welcome__line--bottom {
  top: 198px;
  left: 530px;
}
.works .welcome__woman {
  position: absolute;
  top: -80px;
  right: -76px;
  z-index: -1;
}
.works .requirements__wrapper {
  margin-bottom: 150px;
}
.works .requirements__content {
  margin: 100px 0 0 100px;
}
.works .requirements__content .description {
  margin-top: 15px;
}
.works .requirements__content ul {
  margin-top: 15px;
  margin-left: 25px;
  list-style-type: disc;
}
.works .requirements__content ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1C2535;
  position: relative;
}
.works .requirements__content .faq-info {
  margin-top: 15px;
}
.works .requirements__content .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  width: 177px;
  height: 60px;
  text-decoration: none;
}
.works .register {
  padding: 0 31px;
}
.works .register__wrapper {
  margin-bottom: 120px;
  max-width: 1110px;
  padding: 60px 95px;
  background: #FFF;
  box-shadow: 0px 0px 50px rgba(32, 34, 96, 0.1);
  border-radius: 40px;
}
.works .register__wrapper h4 {
  font-size: 24px;
  line-height: 32px;
}
.works .register__content {
  margin-right: 30px;
}
.works .register__content p {
  margin-top: 10px;
}
.faq .welcome {
  padding: 0 31px;
}
.faq .welcome__wrapper {
  margin-bottom: 80px;
  max-width: 1520px;
  padding: 120px 205px;
  border-radius: 40px;
  background: #F2FEFF;
  border: 1px solid #E4EFFF;
  position: relative;
}
.faq .welcome__content {
  width: 540px;
}
.faq .welcome__content p {
  margin-top: 15px;
}
.faq .welcome__man {
  position: absolute;
  right: 205px;
  bottom: -15px;
}
.faq .questions__wrapper {
  flex-direction: column;
  margin-bottom: 150px;
}
.faq .questions__item {
  overflow: hidden;
  transition: 0.2s;
  cursor: pointer;
  margin-top: 10px;
  box-shadow: 0px 0px 10px rgba(32, 34, 96, 0.1);
  border-radius: 20px;
}
.faq .questions__item:first-child {
  margin-top: 0;
}
.faq .questions__item:hover .questions__row p {
  color: #00C6BA;
}
.faq .questions__row {
  display: flex;
  justify-content: space-between;
  padding: 25px 30px;
  background: #FFF;
  transition: 0.2s;
}
.faq .questions__row p {
  margin-top: 1px;
  max-width: calc(100% - 40px);
  transition: 0.2s;
}
.faq .questions__swiper {
  position: relative;
  width: 28px;
  height: 28px;
}
.faq .questions__swiper div {
  position: absolute;
  width: 16px;
  height: 2px;
  background: #00C6BA;
  border-radius: 1px;
  top: 13px;
  left: 6px;
  transition: 0.2s;
}
.faq .questions__swiper div:first-child {
  transform: rotate(90deg);
}
.faq .questions__item-answer {
  max-height: 0px;
  color: #6F7498;
}
.faq .questions__item.active .questions__swiper div:first-child {
  transform: rotate(0deg);
}
.faq .questions__item.active .questions__item-answer {
  max-height: 2000px;
  padding: 0 70px 25px 30px;
}
.contact-us .welcome__wrapper {
  margin-top: 100px;
  margin-bottom: 80px;
  justify-content: space-between;
}
.contact-us .welcome__content {
  margin: 20px 60px 0 0;
}
.contact-us .welcome__contacts {
  display: flex;
  margin-top: 40px;
}
.contact-us .welcome__contact {
  display: flex;
  margin-left: 40px;
}
.contact-us .welcome__contact:first-child {
  margin-left: 0;
  width: 310px;
}
.contact-us .welcome__contact .content {
  margin-left: 15px;
}
.contact-us .welcome__contact .content p.bold {
  margin-bottom: 5px;
}
.contact-us .message {
  padding: 0 31px;
}
.contact-us .message__wrapper {
  margin-bottom: 120px;
  max-width: 1310px;
  padding: 80px 195px;
  background: #F2FEFF;
  border: 1px solid #E4EFFF;
  border-radius: 40px;
}
.contact-us .message__wrapper .form {
  width: 100%;
}
.contact-us .message__wrapper .form__inputs-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 2px;
  max-height: 261px;
}
.contact-us .message__wrapper .form__box {
  margin-top: 27px;
  position: relative;
  width: calc(50% - 15px);
  max-height: 147px;
}
.contact-us .message__wrapper .form__field {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  padding: 18px 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border: 1px solid #6F7498;
}
.contact-us .message__wrapper .form__field:focus {
  border-color: #00C6BA;
}
.contact-us .message__wrapper .form .custom-success {
  border-color: #9798EC;
}
.contact-us .message__wrapper .form .custom-error {
  border-color: #EC5277;
}
.contact-us .message__wrapper .form__error {
  display: none;
  position: absolute;
  color: #EC5277;
  font-size: 14px;
  line-height: 20px;
  left: 0;
  bottom: -22px;
}
.contact-us .message__wrapper .form__subject-box {
  margin-left: 30px;
}
.contact-us .message__wrapper .form__message-box {
  margin-left: 30px;
}
.contact-us .message__wrapper .form__message {
  resize: none;
  height: 147px;
}
.contact-us .message__wrapper .form__buttons-wrapper {
  margin-top: 67px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-us .message__wrapper .form__buttons-wrapper button {
  width: 255px;
  height: 60px;
}
.contact-us .message__wrapper #feedCaptchaHidden-error {
  font-size: 14px;
  color: #EC5277;
  position: absolute;
}
.contact-us .message .thank {
  width: 100%;
}
.contact-us .message .thank h3 {
  text-align: center;
  margin: 140px auto 20px;
}
.contact-us .message .thank p {
  text-align: center;
  color: #6F7498;
  margin-bottom: 140px;
}
.policy__wrapper {
  flex-direction: column;
  margin-top: 120px;
  margin-bottom: 120px;
}
.policy__wrapper h1 {
  display: none;
}
.policy__wrapper .title {
  display: inline-block;
  margin-bottom: 20px;
}
.policy .mt-0 {
  margin-top: 0;
}
.policy span {
  text-decoration: none !important;
  font-weight: 700;
}
.policy a {
  color: #00C6BA;
}
.policy a:hover {
  text-decoration: underline;
}
.policy p {
  margin-top: 20px;
}
.popup {
  position: fixed;
  top: 0;
  width: 100vw;
  min-height: 100vh;
  background: #F2FEFF;
  z-index: 101;
  overflow: auto;
}
.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 65px;
  box-shadow: 0px 0px 30px rgba(32, 34, 96, 0.1);
  border-radius: 40px;
  background: #FFF;
  width: 540px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  transition: 0.4s;
}
.popup__wrapper h2 {
  margin-top: 40px;
  text-align: center;
}
.popup__wrapper .description {
  margin-top: 10px;
  text-align: center;
  position: relative;
}
.popup__wrapper .description img {
  position: absolute;
  right: -3px;
  top: 12px;
  transform: translateX(100%);
}
.popup__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.popup__close div {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #1C2535;
  left: 5px;
  top: 19px;
  border-radius: 1px;
}
.popup__close div:nth-child(1) {
  transform: rotate(45deg);
}
.popup__close div:nth-child(2) {
  transform: rotate(-45deg);
}
.popup__buttons {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.popup__buttons button {
  width: 190px;
  height: 60px;
}
.popup__buttons a {
  display: flex;
  align-items: center;
  width: 190px;
  height: 60px;
  text-decoration: none;
}
.popup__buttons a svg {
  margin-left: 20px;
}
.popup__buttons a .content {
  margin-left: 10px;
}
.popup__buttons a .content p:not(.bold) {
  color: #6F7498;
}
.popup__buttons a .content p.bold {
  color: #00C6BA;
}

.active .popup__wrapper {
  top: 50%;
  transform: translate(-50%, -50%);
}
.footer .form {
  display: flex;
  width: 100%;
  background: #F2F7FF;
  border-top: 1px solid #E4EFFF;
  border-bottom: 1px solid #E4EFFF;
}
.footer .form__wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.footer .form__form {
  display: flex;
  align-items: center;
  position: relative;
}
.footer .form__form select {
  width: 160px;
  height: 60px;
  background: url(../img/footer-select-arrow.svg) no-repeat calc(100% - 20px) center;
  background-color: #FFF;
  border: 1px solid #6F7498;
  border-radius: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding-left: 15px;
  cursor: pointer;
}
.footer .form__form input {
  width: 350px;
  height: 60px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border: 1px solid #6F7498;
  border-radius: 10px;
  background: #FFF;
  margin-left: 15px;
  padding-left: 20px;
}
.footer .form__form input:focus {
  border-color: #00C6BA;
}
.footer .form__form button {
  width: 166px;
  height: 60px;
  margin-left: 15px;
}
.footer .form__form .custom-error {
  border-color: #EC5277;
}
.footer .form__form .custom-success {
  border-color: #9798EC;
}
.footer .form__error-message {
  display: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  bottom: -22px;
  left: 175px;
  color: #EC5277;
}
.footer .nav__wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(111, 116, 152, 0.2);
}
.footer .nav__logo-href img {
  display: block;
}
.footer .nav__items {
  display: flex;
}
.footer .nav__item {
  padding: 0 15px;
}
.footer .nav__item:last-child {
  padding-right: 0;
}
.footer .nav__item a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #1C2535;
  text-decoration: none;
  transition: 0.2s;
}
.footer .nav__item a:hover {
  color: #00C6BA;
}
.footer .nav__item a.active {
  color: #00C6BA;
  text-decoration: underline;
}
.footer .floor__content {
  flex-direction: column;
  margin-top: 10px;
}
.footer .floor__content p {
  margin-top: 10px;
}
.footer .floor__content p:not(.title) {
  color: #6F7498;
}
.footer .floor__content span {
  font-weight: 700;
}
.footer .floor__images {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.footer .floor__images img {
  margin-left: 40px;
}
.footer .floor__images img:first-child {
  margin-left: 0;
}
.footer .floor__rights {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid rgba(111, 116, 152, 0.5);
}
.footer .floor__rights a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #6F7498;
  text-decoration: none;
  transition: 0.2s;
}
.footer .floor__rights a:hover {
  color: #00C6BA;
}
@media (max-width: 1399px) {
  .container {
    padding-left: 31px;
    padding-right: 31px;
  }
  .home .help__woman {
    margin-left: 0;
  }
  .home .source__man {
    margin-right: 0;
  }
  .works .welcome__woman {
    top: -60px;
    right: 0;
  }
  .faq .welcome__wrapper {
    padding: 80px 80px 100px;
  }
  .faq .welcome__man {
    right: 40px;
  }
}
@media (max-width: 1199px) {
  .container {
    padding-left: 31px;
    padding-right: 31px;
  }

  h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
  }
  .header__nav {
    margin-left: auto;
    margin-right: 0;
  }
  .header__nav.active .header__nav-wrapper {
    right: 0;
  }
  .header__nav-wrapper {
    overflow: scroll;
    position: absolute;
    top: 0;
    right: -325px;
    flex-direction: column;
    width: 325px;
    min-height: 100vh;
    background: #FFF;
    box-shadow: 0px 0px 30px rgba(32, 34, 96, 0.1);
    padding: 45px 0 60px 50px;
    transition: 0.4s;
  }
  .header__nav-item {
    padding: 15px 0;
  }
  .header__nav-item.tablet {
    display: block;
  }
  .header__nav-item-btn {
    margin-top: auto;
    margin-bottom: 0;
    display: inline;
    width: 0;
  }
  .header__nav-item-btn button {
    width: 194px;
    height: 60px;
  }
  .header__btn {
    margin-left: 20px;
  }
  .header__burger {
    display: flex;
    margin-left: 31px;
  }
  .home .welcome__wrapper {
    padding: 100px 80px 180px;
  }
  .home .welcome__wrapper form {
    flex-direction: column;
    margin-top: 40px;
    padding: 30px;
    width: 380px;
  }
  .home .welcome__wrapper form select {
    width: 100%;
  }
  .home .welcome__wrapper form input {
    width: 100%;
    margin: 27px 0 0;
  }
  .home .welcome__wrapper form button {
    width: 100%;
    margin: 27px 0 0;
  }
  .home .welcome__error-message {
    top: 179px;
    left: 30px;
  }
  .home .welcome__description {
    margin-top: 20px;
    max-width: 580px;
  }
  .home .welcome__woman {
    width: 390px;
    height: auto;
    top: 230px;
    right: 27px;
  }
  .home .stickers__wrapper {
    margin-bottom: 120px;
  }
  .home .stickers__lines {
    left: 61px;
    width: 67%;
    height: auto;
  }
  .home .stickers__item {
    padding: 30px;
  }
  .home .stickers__item img {
    top: 15px;
    right: 15px;
  }
  .home .help__wrapper {
    margin-bottom: 120px;
  }
  .home .help__woman {
    width: 450px;
    height: auto;
  }
  .home .help__content {
    margin-left: 32px;
  }
  .home .source__wrapper {
    margin-bottom: 120px;
  }
  .home .source__content {
    margin-right: 30px;
  }
  .home .source__man {
    width: 450px;
    height: auto;
  }
  .home .info__wrapper {
    padding: 60px 80px;
  }
  .home .info__content {
    margin-left: 50px;
  }
  .works .welcome__wrapper .description {
    max-width: 610px;
  }
  .works .welcome__woman {
    width: 400px;
    height: auto;
    top: -110px;
  }
  .works .requirements__wrapper {
    margin-bottom: 120px;
    align-items: flex-start;
  }
  .works .requirements__woman {
    width: 400px;
    height: auto;
  }
  .works .requirements__content {
    margin: 40px 0 0 80px;
  }
  .works .register__wrapper {
    padding: 60px 80px;
  }
  .works .register__content {
    margin-right: 65px;
  }
  .faq .welcome__content {
    width: 400px;
  }
  .contact-us .welcome__wrapper {
    margin-top: 80px;
  }
  .contact-us .welcome__content {
    margin: 0;
  }
  .contact-us .welcome__contacts {
    flex-direction: column;
  }
  .contact-us .welcome__contact {
    margin-left: 0;
    margin-top: 30px;
  }
  .contact-us .welcome__contact:first-child {
    margin-top: 0;
    width: auto;
  }
  .contact-us .welcome__woman {
    margin-top: 25px;
  }
  .contact-us .message__wrapper {
    padding: 60px 80px;
  }
  .footer .form__form input {
    margin-left: 10px;
  }
  .footer .form__form button {
    margin-left: 10px;
  }
  .footer .form__error-message {
    left: 170px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 31px;
    padding-right: 31px;
  }
  .home .welcome__wrapper {
    padding: 100px 31px 180px;
  }
  .home .stickers__lines {
    top: 8px;
  }
  .home .help__woman {
    width: 350px;
  }
  .home .source__man {
    width: 350px;
  }
  .home .info__wrapper {
    padding: 60px 40px;
  }
  .home .info__content {
    margin-left: 30px;
  }
  .works .welcome__wrapper .description {
    max-width: 490px;
  }
  .works .welcome__woman {
    width: 290px;
    top: -100px;
  }
  .works .requirements__woman {
    width: 290px;
  }
  .works .register__wrapper {
    padding: 60px 40px;
  }
  .works .register__content {
    margin-right: 40px;
  }
  .faq .welcome__wrapper {
    padding: 40px;
  }
  .faq .welcome__content {
    width: 350px;
  }
  .faq .welcome__man {
    width: 290px;
    height: auto;
    right: 15px;
  }
  .contact-us .message__wrapper {
    padding: 60px 40px;
  }
  .footer .form__wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 60px;
  }
  .footer .form__form {
    width: 100%;
    flex-direction: column;
    margin-top: 30px;
    background: #FFF;
    padding: 20px;
    box-shadow: 0px 0px 30px rgba(32, 34, 96, 0.2);
    border-radius: 20px;
  }
  .footer .form__form select {
    width: 100%;
    padding-left: 20px;
  }
  .footer .form__form input {
    margin-top: 27px;
    width: 100%;
    margin-left: 0;
  }
  .footer .form__form button {
    margin-top: 27px;
    width: 100%;
    margin-left: 0;
  }
  .footer .form__error-message {
    bottom: auto;
    top: 170px;
    left: 20px;
  }
  .footer .nav__wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    PADDING-bottom: 10px;
  }
  .footer .nav__items {
    flex-direction: column;
    margin-top: 10px;
  }
  .footer .nav__item {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .main {
    margin-top: 78px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  h1 {
    font-size: 40px;
    line-height: 48px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .header {
    height: 78px;
  }
  .header__wrapper {
    justify-content: space-between;
  }
  .header__logo-href {
    z-index: 1;
  }
  .header__logo-href img {
    height: 46px;
    width: auto;
  }
  .header__nav {
    position: absolute;
    top: 0;
    right: -100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    min-height: 100vh;
    background: #FFF;
    padding: 80px 20px 20px;
    transition: 0.4s;
  }
  .header__nav.active {
    right: 0;
  }
  .header__nav-wrapper {
    position: static;
    min-height: auto;
    box-shadow: none;
    padding: 0;
  }
  .header__nav-item-btn {
    display: none;
  }
  .header__buttons {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    margin-left: 0;
  }
  .header__call-wrapper {
    align-items: flex-start;
  }
  .header__btn {
    margin-top: 30px;
    margin-left: 0;
  }
  .header__btn button {
    width: 198px;
    background: #00C6BA;
    color: #FFF;
    border-radius: 8px;
  }
  .home .welcome {
    padding: 0;
  }
  .home .welcome__back {
    border-radius: 0;
  }
  .home .welcome__wrapper {
    padding: 80px 15px 60px;
  }
  .home .welcome__wrapper form {
    padding: 20px;
    width: 100%;
  }
  .home .welcome__error-message {
    top: 169px;
    left: 20px;
  }
  .home .welcome__description {
    max-width: none;
  }
  .home .welcome__woman {
    position: static;
    margin: 60px auto 0;
    width: 100%;
    max-width: 400px;
    z-index: 1;
  }
  .home .stickers__wrapper {
    margin-top: 40px;
    margin-bottom: 80px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .home .stickers__lines {
    display: none;
  }
  .home .stickers__item {
    margin-top: 20px;
    width: 100%;
  }
  .home .stickers__item:first-child {
    margin-top: 0;
  }
  .home .help__wrapper {
    flex-direction: column-reverse;
    margin-bottom: 80px;
  }
  .home .help__woman {
    margin-top: 40px;
    width: 100%;
    max-width: 400px;
  }
  .home .help__content {
    margin: 0;
  }
  .home .source__wrapper {
    margin-bottom: 80px;
    flex-direction: column;
  }
  .home .source__content {
    margin-right: 0;
  }
  .home .source__man {
    margin-top: 40px;
    width: 100%;
    max-width: 400px;
  }
  .home .info {
    padding: 0 15px;
  }
  .home .info__wrapper {
    margin-bottom: 80px;
    padding: 40px 20px 60px;
    flex-direction: column-reverse;
  }
  .home .info__man {
    margin: 40px auto 0;
  }
  .home .info__content {
    margin-left: 0;
  }
  .home .info__columns {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .home .info__column {
    width: 100%;
    margin-top: 40px;
  }
  .home .info__column:first-child {
    margin-top: 0;
  }
  .home .info__btn {
    margin-top: 20px;
  }
  .works .welcome__wrapper .description {
    max-width: none;
  }
  .works .welcome__row {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  .works .welcome__stickers {
    margin-top: 40px;
  }
  .works .welcome__sticker {
    width: 100%;
    margin-top: 10px;
    padding: 30px;
    min-height: auto;
  }
  .works .welcome__sticker:nth-child(2) {
    margin-left: 0;
  }
  .works .welcome__sticker:nth-child(3) {
    margin-left: 0;
  }
  .works .welcome__sticker img {
    right: 20px;
  }
  .works .welcome__sticker p.bold {
    max-width: calc(100% - 50px);
  }
  .works .welcome__line {
    display: none;
  }
  .works .welcome__woman {
    position: static;
    margin: 0 auto;
    z-index: auto;
  }
  .works .requirements__wrapper {
    margin-bottom: 80px;
    flex-direction: column-reverse;
  }
  .works .requirements__woman {
    margin: 40px auto 0;
  }
  .works .requirements__content {
    margin: 0;
  }
  .works .register {
    padding: 0 15px;
  }
  .works .register__wrapper {
    flex-direction: column;
    margin-bottom: 80px;
    padding: 40px 15px 60px;
  }
  .works .register__woman {
    width: 255px;
    height: auto;
    margin: 40px auto 0;
  }
  .works .register__content {
    margin: 0;
  }
  .faq .welcome {
    padding: 0;
  }
  .faq .welcome__wrapper {
    flex-direction: column;
    margin-bottom: 60px;
    padding: 80px 15px 0;
    border-radius: 0px;
  }
  .faq .welcome__content {
    width: 100%;
  }
  .faq .welcome__man {
    position: static;
    margin: 40px auto -15px;
  }
  .faq .questions__wrapper {
    margin-bottom: 80px;
  }
  .faq .questions__row {
    padding: 15px 30px;
  }
  .faq .questions__item.active .questions__item-answer {
    padding: 0 70px 15px 30px;
  }
  .contact-us .welcome__wrapper {
    margin-bottom: 60px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .contact-us .welcome__contacts {
    margin-top: 30px;
  }
  .contact-us .welcome__woman {
    margin: 40px auto 0;
    width: 100%;
    height: auto;
    max-width: 400px;
  }
  .contact-us .message {
    padding: 0;
  }
  .contact-us .message__wrapper {
    margin-bottom: 80px;
    padding: 40px 15px;
    border-radius: 0;
  }
  .contact-us .message__wrapper .form__inputs-wrapper {
    margin-top: 3px;
    max-height: none;
  }
  .contact-us .message__wrapper .form__box {
    width: 100%;
  }
  .contact-us .message__wrapper .form__subject-box {
    margin-left: 0;
  }
  .contact-us .message__wrapper .form__message-box {
    margin-left: 0;
  }
  .contact-us .message__wrapper .form__buttons-wrapper {
    margin-top: 47px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .contact-us .message__wrapper .form__buttons-wrapper button {
    margin-top: 20px;
    width: 100%;
  }
  .contact-us .message .thank h3 {
    margin: 60px auto 20px;
  }
  .contact-us .message .thank p {
    margin-bottom: 60px;
  }
  .policy__wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .popup__wrapper {
    padding: 40px 20px;
    width: 100%;
    max-width: 300px;
  }
  .popup__wrapper h2 {
    margin-top: 15px;
  }
  .popup__wrapper .description img {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
  }
  .popup__close {
    top: 20px;
    right: 20px;
  }
  .popup__man {
    width: 230px;
    height: auto;
  }
  .popup__buttons {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
  .popup__buttons button {
    max-width: 260px;
    width: 100%;
    margin-top: 10px;
  }
  .popup__buttons a {
    width: 100%;
    max-width: 260px;
    justify-content: center;
  }
  .popup__buttons a svg {
    margin-left: 0;
  }
  .footer .floor__rights {
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer .floor__rights a {
    margin-top: 10px;
  }
}
@media (max-width: 499px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-height: 699px) {
  .active .popup__wrapper {
    top: 10px;
    transform: translate(-50%, 0);
  }
}
