

* {
  font-family: Inter, sans-serif;
}

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

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

.main {
  margin-top: 82px;
}

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

h1, h2, h3, h4 {
  color: #334A9D;
}

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: 700;
}

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #172D79;
}

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

p.bold {
  font-weight: 700;
}

a {
  text-decoration: none;
  font-size: 100%;
}

.btn {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  border-radius: 8px;
  transition: 0.2s;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.general .welcome__wrapper {
  margin-top: 20px;
  max-width: 1582px;
}
.general .welcome__wrapper-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  background-color: #EFF8FF;
  border-radius: 40px;
}
.general .welcome__content {
  width: 540px;
  margin-right: 82px;
}
.general .welcome__content form {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.general .welcome__content form select {
  width: 174px;
  height: 60px;
  border: 1px solid #6F7498;
  border-radius: 10px;
  background: url(../img/footer-select-arrow.svg) no-repeat calc(100% - 8px) center;
  background-color: #FFF;
  cursor: pointer;
  padding-left: 12px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #172D79;
}
.general .welcome__content form input {
  margin-left: 16px;
  padding: 0 20px;
  width: 350px;
  height: 60px;
  border: 1px solid #6F7498;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
}
.general .welcome__content form button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  width: 100%;
  height: 72px;
  background-color: #00A4A4;
  box-shadow: 0px 0px 4px rgba(17, 33, 112, 0.2);
  padding-left: 23px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #FFF;
}
.general .welcome__content form button:hover {
  opacity: 0.7;
}
.general .welcome__description-bold {
  margin-top: 20px;
  margin-bottom: -10px;
}
.general .welcome__description {
  margin-top: 20px;
  width: 380px;
}
.general .welcome__description.full {
  width: 470px;
  max-width: 100%;
}
.general .welcome__contact-wrapper {
  display: flex;
  width: 401px;
  margin-top: 30px;
}
.general .welcome__contact-wrapper p {
  margin-left: 20px;
}
.general .welcome__contact-wrapper p a {
  color: #00A4A4;
  transition: 0.2s;
}
.general .welcome__contact-wrapper p a:hover {
  opacity: 0.7;
}
.general .welcome__contact-wrapper.first {
  margin-top: 48px;
}
.general .welcome__error-message {
  display: none;
  position: absolute;
  top: 64px;
  left: 190px;
  font-size: 12px;
  line-height: 14px;
  color: #E55B86;
}
.general .welcome .custom-error {
  border-color: #E55B86;
}
.general .welcome .custom-success {
  border-color: #00A4A4;
}
.general .welcome__girl-back {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  width: 693px;
  height: 650px;
  border-radius: 40px;
  background: linear-gradient(111.31deg, #21DDD2 3.69%, #6EC0EE 91.21%);
}
.general .welcome__girl-back img.desktop {
  display: flex;
}
.general .welcome__girl-back img.tablet {
  display: none;
}
.general .stickers {
  padding-top: 150px;
  padding-bottom: 120px;
  background: url(../img/home-stickers-waves.png) repeat-x center center;
}
.general .stickers__wrapper {
  justify-content: space-between;
}
.general .stickers__item {
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 20px);
  padding: 30px 40px;
  box-shadow: 0px 0px 30px rgba(32, 34, 96, 0.1);
  border-radius: 20px;
  background-color: #FFF;
  position: relative;
}
.general .stickers__item img {
  position: absolute;
  top: 20px;
  right: 20px;
}
.general .stickers__item p {
  margin-top: 10px;
}
.general .source {
  overflow: hidden;
}
.general .source__wrapper {
  justify-content: space-between;
  align-items: center;
}
.general .source__wrapper img {
  margin-left: -85px;
}
.general .source__content {
  display: flex;
  flex-direction: column;
  width: 445px;
}
.general .source__content h2 {
  margin-bottom: 5px;
}
.general .source__content p {
  margin-top: 10px;
}
.general .source__content p a {
  color: #00A4A4;
  transition: 0.2s;
}
.general .source__content p a:hover {
  opacity: 0.7;
}
.general .source__content ul {
  margin-top: 20px;
  margin-left: 30px;
  list-style-type: disc;
}
.general .source__content ul li {
  font-size: 20px;
  line-height: 32px;
  color: #172D79;
}
.header {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  z-index: 89;
  width: 100%;
  height: 82px;
  background-color: #FFF;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header__logo-href {
  height: 50px;
}
.header__nav {
  display: flex;
  align-items: center;
}
.header__logo-href-mob {
  display: none;
  height: 50px;
}
.header__nav-wrapper {
  display: flex;
}
.header__nav-item {
  padding: 0 15px;
}
.header__nav-item .active .header__nav-item-underline {
  width: 100%;
}
.header__nav-item a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #334A9D;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}
.header__nav-item a:hover .header__nav-item-underline {
  width: 100%;
}
.header__nav-item.mob {
  display: none;
}
.header__nav-item-underline {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0px;
  height: 2px;
  background-color: #334A9D;
  transition: 0.2s;
}
.header__call-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 60px;
  transition: 0.2s;
}
.header__call-wrapper:hover {
  opacity: 0.7;
}
.header__btn {
  margin-left: 20px;
}
.header__btn button {
  width: 177px;
  height: 52px;
  border: 1px solid rgba(50, 53, 126, 0.4);
  color: #334A9D;
}
.header__btn button svg {
  display: none;
}
.header__btn button:hover {
  opacity: 0.7;
}
.header__burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 51px;
  height: 51px;
  background-color: rgba(0, 164, 164, 0.2);
  border-radius: 6px;
  margin-left: 30px;
  position: relative;
  cursor: pointer;
}
.header__burger div {
  position: absolute;
  left: 14px;
  width: 23px;
  height: 3px;
  background-color: #00A4A4;
  border-radius: 1.5px;
  opacity: 1;
  transition: 0.2s;
}
.header__burger div:nth-child(1) {
  top: 17px;
}
.header__burger div:nth-child(2) {
  top: 24px;
}
.header__burger div:nth-child(3) {
  top: 31px;
}

.header.header__form {
  position: static;
  height: auto;
  padding-top: 85px;
  padding-bottom: 60px;
  background-color: #EFF8FF;
}
.header.header__form .header__wrapper {
  justify-content: center;
}
.header.header__form .header__nav {
  display: none;
}
.header.header__form .header__logo {
  width: 212px;
  height: auto;
}
.header.header__form .header__logo-href {
  height: 80px;
}
.header.header__form .header__burger {
  display: none;
}
.main {
  display: flex;
  flex-direction: column;
}

.home {
  display: flex;
  flex-direction: column;
}
.home .help {
  margin-top: 200px;
}
.home .help__wrapper-inner {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #EFF8FF;
  border-radius: 40px;
  padding: 20px 20px 20px 95px;
}
.home .help__wrapper-inner img {
  border-radius: 28px;
}
.home .help__content {
  margin-right: 34px;
  display: flex;
  flex-direction: column;
}
.home .help__content p {
  margin-top: 15px;
}
.home .help__content ul {
  margin-top: 15px;
  list-style-type: disc;
  margin-left: 30px;
}
.home .help__content ul li {
  font-size: 20px;
  line-height: 28px;
  color: #172D79;
}
.home .help__content a {
  margin-top: 40px;
  width: 177px;
}
.home .help__content a button {
  width: 100%;
  height: 60px;
  background-color: #00A4A4;
  color: #FFF;
}
.home .help__content a button:hover {
  opacity: 0.7;
}
.home .faq {
  margin-top: 200px;
  margin-bottom: 150px;
}
.home .faq__wrapper {
  flex-direction: column;
  align-items: center;
}
.home .faq__row {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.home .faq__col {
  display: flex;
  flex-direction: column;
  width: calc(50% - 35px);
}
.home .faq__col p {
  margin-top: 10px;
}
.home .faq__btn-href {
  margin-top: 80px;
  width: 145px;
}
.home .faq__btn-href button {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(50, 53, 126, 0.4);
  color: #334A9D;
}
.home .faq__btn-href button:hover {
  opacity: 0.7;
}
.works {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.works .register {
  background-color: #EFF8FF;
  padding: 80px 0;
}
.works .register__wrapper {
  justify-content: space-between;
}
.works .register__wrapper img {
  margin-right: 50px;
}
.works .register__col {
  display: flex;
  flex-direction: column;
  width: 410px;
}
.works .register__col p {
  margin-top: 20px;
}
.works .register__description {
  margin-top: 52px;
  width: 410px;
}
.works .source {
  margin: 150px 0;
}
.works .source__wrapper img {
  margin-left: -120px;
}
.works .source__content {
  width: 100%;
  max-width: 635px;
}
.works .source__content h2 {
  margin-bottom: 0;
}
.works .source__content p {
  margin-top: 20px;
}
.faq {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.faq .questions {
  display: flex;
  width: 100%;
  margin: 150px 0;
}
.faq .questions__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.faq .questions__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  padding: 25px 30px 0;
  border: 1px solid #C8CADD;
  overflow: hidden;
  transition: 0.2s;
  cursor: pointer;
  margin-top: 10px;
}
.faq .questions__item:first-child {
  margin-top: 0;
}
.faq .questions__item:hover .questions__item-title {
  color: #00A4A4;
}
.faq .questions__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq .questions__item-title {
  transition: 0.2s;
  width: calc(100% - 100px);
}
.faq .questions__swiper {
  width: 28px;
  height: 28px;
  position: relative;
}
.faq .questions__swiper div {
  position: absolute;
  width: 16px;
  height: 2px;
  border-radius: 1px;
  background-color: #00A4A4;
  left: 6px;
  top: 13px;
  transition: 0.2s;
}
.faq .questions__swiper div:last-child {
  transform: rotate(90deg);
}
.faq .questions__item-answer {
  height: 0;
  margin-top: 25px;
}
.faq .questions__item-answer a {
  color: #00A4A4;
  transition: 0.2s;
}
.faq .questions__item-answer a:hover {
  opacity: 0.7;
}
.faq .questions__item.active .questions__item-answer {
  height: auto;
  margin-bottom: 25px;
}
.faq .questions__item.active .questions__swiper div:last-child {
  transform: rotate(0deg);
}
.contact-us {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.contact-us .welcome__girl-back {
  justify-content: flex-start;
}
.contact-us .message {
  position: relative;
  display: flex;
  width: 100%;
  padding: 150px 0;
}
.contact-us .message .form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact-us .message .form h3 {
  margin-bottom: 20px;
}
.contact-us .message .form__form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact-us .message .form__inputs-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 240px;
}
.contact-us .message .form__box {
  margin-top: 20px;
  position: relative;
  width: calc(50% - 15px);
  max-height: 140px;
}
.contact-us .message .form__subject, .contact-us .message .form__message {
  margin-left: auto;
}
.contact-us .message .form__field {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #6F7498;
  padding: 18px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #172D79;
}
.contact-us .message .form__field:focus {
  border-color: #334A9D;
}
.contact-us .message .form .custom-success {
  border-color: #00A4A4;
}
.contact-us .message .form .custom-error {
  border-color: #E55B86;
}
.contact-us .message .form__error {
  display: none;
  position: absolute;
  color: #E55B86;
  font-size: 12px;
  line-height: 14px;
  bottom: -18px;
}
.contact-us .message .form__message {
  resize: none;
  height: 140px;
}
.contact-us .message .form__buttons-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.contact-us .message .form__buttons-wrapper button {
  width: 255px;
  height: 60px;
  background-color: rgba(51, 74, 157, 0.5);
  color: #FFF;
}
.contact-us .message .form__buttons-wrapper button:hover {
  background-color: rgba(51, 74, 157, 0.7);
}
.contact-us .message #feedCaptchaHidden-error {
  color: #E55B86;
  position: absolute;
}
.contact-us .message .thank {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.contact-us .message .thank h3 {
  text-align: center;
  margin-top: 60px;
}
.contact-us .message .thank p {
  text-align: center;
  margin-top: 20px;
}
.policy {
  display: flex;
  flex-direction: column;
}
.policy h1 {
  margin-top: 100px;
  margin-bottom: 40px;
}
.policy__wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
.policy__wrapper div.container {
  display: flex;
  flex-direction: column;
}
.policy__wrapper div.container h1 {
  display: none;
}
.policy .mt-0 {
  margin-top: 0;
}
.policy span {
  text-decoration: none !important;
  font-weight: 700;
}
.policy a {
  color: #00A4A4;
  transition: 0.2s;
}
.policy a:hover {
  opacity: 0.7;
}
.policy p {
  margin-top: 20px;
}
.popup {
  position: fixed;
  top: 0;
  width: 100vw;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 101;
  overflow: auto;
}
.popup__wrapper {
  display: flex;
  padding: 40px;
  border-radius: 10px;
  background-color: #FFF;
  width: 762px;
  box-shadow: 0px 0px 30px rgba(88, 92, 159, 0.2);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  transition: 0.4s;
}
.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.popup__close div {
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #6F7498;
  left: 5px;
  top: 18px;
}
.popup__close div:nth-child(1) {
  transform: rotate(45deg);
}
.popup__close div:nth-child(2) {
  transform: rotate(-45deg);
}
.popup__wrapper-inner {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #EFF8FF;
  border-radius: 40px;
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.popup__content h3 {
  text-align: center;
}
.popup__description {
  text-align: center;
  margin-top: 20px;
  color: #6F7498;
}
.popup__arrow {
  margin-top: 5px;
}
.popup__buttons-wrapper {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  width: 236px;
}
.popup__call-us {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border: 1px solid rgba(50, 53, 126, 0.4);
  width: 100%;
  height: 60px;
  color: #FFF;
}
.popup__call-us p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #334A9D;
}
.popup__call-us svg {
  margin-right: 10px;
}
.popup__call-us:hover {
  opacity: 0.7;
}
.popup__go-back {
  margin-top: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00A4A4;
  width: 100%;
  height: 72px;
}
.popup__go-back svg {
  margin-right: 20px;
  margin-left: -20px;
}
.popup__go-back p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #FFF;
}
.popup__go-back:hover {
  opacity: 0.7;
}
.popup__back {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 337px;
  height: 438px;
  border-radius: 40px;
  background: linear-gradient(111.31deg, #21DDD2 3.69%, #6EC0EE 91.21%);
}

.active .popup__wrapper {
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-for-form #omForm .om_subhead {
  padding: 0 0 85px;
  background-color: #EFF8FF;
}
.main-for-form #omForm .om_subhead h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  color: #334A9D;
}
.main-for-form #omForm .om_subhead h4 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  color: #172D79;
}
.main-for-form #omForm .om_full_area {
  background-color: #FFF;
}
.main-for-form #omForm .om_full_area h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #334A9D;
}
.main-for-form #omForm .om_full_area button.btn.omLookupStart {
  height: 60px;
  background-color: #334A9D;
  margin-top: 40px;
}
.main-for-form #omForm .om_full_area .om_full_step_colored_bg button {
  background-color: #334A9D;
}
.main-for-form #omForm .om_full_area .om_full_step_colored_bg button:hover {
  background-color: #334A9D;
  opacity: 0.7;
}
.main-for-form #omReApplyPage .omReApplyBttnOrange {
  background-color: #334A9D;
}
.main-for-form #omReApplyPage .omReApplyBttnOrange:hover {
  color: #FFF;
  border-color: #334A9D;
  background-color: #334A9D;
  opacity: 0.7;
}
.footer {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer .form {
  display: flex;
  width: 100%;
  background-color: #EFF8FF;
  padding: 60px 0;
}
.footer .form__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .form__form {
  display: flex;
  align-items: center;
  position: relative;
}
.footer .form__form select {
  width: 174px;
  height: 60px;
  background: url(../img/footer-select-arrow.svg) no-repeat calc(100% - 8px) center;
  background-color: #FFF;
  border: 1px solid #6F7498;
  border-radius: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding: 0 0 0 12px;
  cursor: pointer;
}
.footer .form__form input {
  width: 350px;
  height: 60px;
  background-color: #FFF;
  padding: 0 20px;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #6F7498;
  border-radius: 10px;
  margin-left: 10px;
}
.footer .form__form button {
  width: 72px;
  height: 60px;
  margin-left: 10px;
  background-color: #00A4A4;
  padding: 0;
}
.footer .form__form button:hover {
  opacity: 0.7;
}
.footer .form__error-message {
  display: none;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  bottom: -18px;
  left: 184px;
  color: #E55B86;
}
.footer .form .custom-success {
  border-color: #00A4A4;
}
.footer .form .custom-error {
  border-color: #E55B86;
}
.footer .nav {
  display: flex;
  flex-direction: column;
}
.footer .nav__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}
.footer .nav__logo-href {
  height: 50px;
}
.footer .nav__items {
  display: flex;
}
.footer .nav__item {
  padding: 0 20px;
}
.footer .nav__item a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #334A9D;
  transition: 0.2s;
}
.footer .nav__item a:hover {
  opacity: 0.7;
}
.footer .nav__item:first-child {
  padding-left: 0;
}
.footer .nav__item:last-child {
  padding-right: 0;
}
.footer .nav__horizontal-line {
  display: flex;
  width: 100%;
  height: 1px;
  background-color: #7E80B2;
}
.footer .floor {
  display: flex;
  flex-direction: column;
}
.footer .floor__content {
  margin-top: 20px;
}
.footer .floor__description {
  margin-top: 10px;
}
.footer .floor__description span {
  opacity: 0.5;
}
.footer .floor__images {
  margin: 40px 0;
  display: flex;
  align-items: center;
}
.footer .floor__images img:nth-child(2) {
  margin-left: 40px;
}
.footer .floor__line {
  width: 100%;
  height: 1px;
  background-color: #7E80B2;
  opacity: 0.5;
}
.footer .floor__rights {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  width: 100%;
}
.footer .floor__rights a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #172D79;
  transition: 0.2s;
}
.footer .floor__rights a:hover {
  opacity: 0.7;
}

.floor__content p{
  margin-top: 10px;
  color: #8b97bd;
}
.floor__content strong {
    color: #172d79;
}

@media (max-width: 1399px) {
  .container {
    padding-left: 31px;
    padding-right: 31px;
  }
  .general .welcome__wrapper-inner {
    justify-content: space-between;
    padding-left: 40px;
  }
  .general .welcome__content {
    margin-right: 0;
  }
  .general .welcome__girl-back {
    width: 500px;
  }
  .general .source__wrapper img {
    margin-left: -20px;
  }
  .contact-us .welcome__girl-back {
    width: 693px;
  }
}
@media (max-width: 1199px) {
  .container {
    padding-left: 31px;
    padding-right: 31px;
  }

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

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

  h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
  }

  h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .general .welcome__wrapper {
    margin-top: 60px;
  }
  .general .welcome__content h1 {
    width: 400px;
  }
  .general .welcome__contact-wrapper {
    margin-top: 20px;
  }
  .general .welcome__contact-wrapper.first {
    margin-top: 30px;
  }
  .general .welcome__girl-back {
    width: 290px;
    height: 438px;
  }
  .general .welcome__girl-back img {
    width: auto;
    height: 380px;
  }
  .general .welcome__girl-back img.desktop {
    display: none;
  }
  .general .welcome__girl-back img.tablet {
    display: flex;
  }
  .general .stickers {
    padding-top: 120px;
  }
  .general .stickers__item {
    padding: 30px;
  }
  .general .stickers__item img {
    right: 30px;
  }
  .general .source__wrapper img {
    width: 440px;
    height: auto;
  }
  .general .source__content {
    width: 450px;
  }
  .general .source__content h2 {
    margin-bottom: 10px;
  }
  .header__nav {
    margin-left: auto;
    margin-right: 0;
  }
  .header__nav-wrapper {
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    background-color: #FFF;
    box-shadow: 0px 4px 12px rgba(32, 34, 96, 0.1);
    overflow: hidden;
    height: 0px;
    width: 100vw;
    top: 75px;
    left: 0;
    transition: 0.2s;
    z-index: 89;
    padding-right: 16px;
  }
  .header__nav.active .header__nav-wrapper {
    height: 75px;
    border-top: 1px solid rgba(50, 53, 126, 0.4);
  }
  .header__burger.active div:nth-child(1) {
    transform: rotate(45deg);
    top: 24px;
  }
  .header__burger.active div:nth-child(2) {
    opacity: 0;
  }
  .header__burger.active div:nth-child(3) {
    transform: rotate(-45deg);
    top: 24px;
  }
  .header__call-wrapper {
    margin-left: 0;
  }
  .header__burger {
    display: flex;
  }
  .home .help {
    margin-top: 120px;
  }
  .home .help__wrapper-inner {
    padding: 40px 40px 40px 50px;
  }
  .home .help__content {
    margin-right: 60px;
  }
  .home .help__content a {
    margin-top: 35px;
  }
  .home .faq {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .home .faq__row {
    margin-top: 40px;
  }
  .home .faq__col {
    width: calc(50% - 15px);
  }
  .home .faq__col p {
    margin-top: 20px;
  }
  .home .faq__btn-href {
    margin-top: 60px;
  }
  .works .register {
    padding: 40px 0;
  }
  .works .register__wrapper img {
    margin-right: 35px;
  }
  .works .register__col {
    width: 290px;
  }
  .works .register__col p {
    margin-top: 10px;
  }
  .works .register__description {
    margin-top: 38px;
    width: 290px;
  }
  .works .source {
    margin: 120px 0;
  }
  .works .source__content h2 {
    margin-bottom: 0;
  }
  .faq .questions {
    margin: 120px 0;
  }
  .faq .questions__item-title {
    width: calc(100% - 50px);
  }
  .contact-us .welcome__girl-back {
    justify-content: flex-end;
  }
  .contact-us .message {
    padding: 130px 0 120px;
  }
  .policy h1 {
    margin-top: 80px;
  }
  .main-for-form #omForm .om_subhead h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .main-for-form #omForm .om_full_area h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .footer .form__form select {
    background: url(../img/footer-select-arrow.svg) no-repeat calc(100% - 16px) center;
    background-color: #FFF;
  }
  .footer .nav__item {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 31px;
    padding-right: 31px;
  }
  .general .welcome__content {
    width: 365px;
  }
  .general .welcome__content h1 {
    width: 100%;
  }
  .general .welcome__content form select {
    width: 150px;
  }
  .general .welcome__content form input {
    margin-left: 15px;
    width: 200px;
  }
  .general .welcome__description {
    width: 100%;
  }
  .general .welcome__contact-wrapper {
    width: 100%;
  }
  .general .welcome__error-message {
    left: 165px;
  }
  .general .welcome__girl-back {
    width: 280px;
  }
  .general .source__wrapper img {
    width: 300px;
  }
  .general .source__content {
    width: 400px;
  }
  .home .help__wrapper-inner img {
    width: 300px;
    height: auto;
  }
  .home .help__content {
    margin-right: 20px;
  }
  .works .register__wrapper img {
    margin-right: 0;
  }
  .works .register__col {
    width: 250px;
  }
  .works .register__description {
    width: 250px;
  }
  .footer .form__form select {
    width: 150px;
  }
  .footer .form__form input {
    width: 200px;
  }
  .footer .form__error-message {
    left: 160px;
  }
  .footer .nav__wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer .nav__items {
    justify-content: space-between;
    margin-top: 30px;
    width: 100%;
  }
  .footer .nav__item {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .main {
    margin-top: 62px;
  }

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

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

  h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
  }
  .general .welcome__wrapper {
    margin-top: 20px;
  }
  .general .welcome__wrapper-inner {
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px 20px 0;
  }
  .general .welcome__content {
    width: 100%;
  }
  .general .welcome__content form {
    flex-direction: column;
  }
  .general .welcome__content form select {
    width: 100%;
  }
  .general .welcome__content form input {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  .general .welcome__content form button {
    margin-top: 20px;
  }
  .general .welcome__description-bold {
    margin-bottom: 0;
  }
  .general .welcome__description.full {
    width: 100%;
  }
  .general .welcome__contact-wrapper {
    flex-direction: column;
  }
  .general .welcome__contact-wrapper p {
    margin-left: 0;
    margin-top: 10px;
  }
  .general .welcome__contact-wrapper.first {
    margin-top: 20px;
  }
  .general .welcome__error-message {
    top: 144px;
    left: 0;
  }
  .general .welcome__girl-back {
    margin-top: 40px;
    width: calc(100% + 40px);
    height: 340px;
  }
  .general .welcome__girl-back img {
    height: 320px;
  }
  .general .stickers {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../img/home-stickers-waves-mob.png) no-repeat center center;
    background-size: cover;
  }
  .general .stickers__wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
  .general .stickers__item {
    margin-top: 20px;
    width: 100%;
  }
  .general .stickers__item:first-child {
    margin-top: 0;
  }
  .general .stickers__item img {
    right: 20px;
  }
  .general .source__wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
  .general .source__wrapper img {
    margin-left: 0;
    width: 440px;
    margin-top: 40px;
  }
  .general .source__content {
    width: 100%;
  }
  .header {
    height: 62px;
  }
  .header__logo-href {
    height: 40px;
  }
  .header__logo-href img {
    height: 40px;
    width: auto;
  }
  .header__nav {
    margin-right: auto;
    position: absolute;
    background-color: #FFF;
    height: 100vh;
    width: 100%;
    top: 0;
    right: -100%;
    transition: 0.2s;
    z-index: 90;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 15px 30px;
  }
  .header__logo-href-mob {
    display: flex;
  }
  .header__nav.active {
    right: 0;
  }
  .header__nav-wrapper {
    position: static;
    background: none;
    height: auto !important;
    width: 100%;
    top: auto;
    right: auto;
    left: auto;
    z-index: 1;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 12px;
    box-shadow: none;
  }
  .header__nav.active .header__nav-wrapper {
    right: auto;
    border: none;
  }
  .header__nav-item {
    padding: 10px 0;
  }
  .header__nav-item.mob {
    display: block;
  }
  .header__call-wrapper {
    margin-top: 32px;
  }
  .header__btn {
    margin-top: 55px;
    margin-left: 0;
    width: 100%;
    max-width: 320px;
  }
  .header__btn button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 72px;
    background-color: #00A4A4;
    border: none;
    color: #FFF;
    padding-left: 23px;
  }
  .header__btn button svg {
    display: flex;
  }
  .header__burger {
    z-index: 91;
    width: 32px;
    height: 32px;
    padding: 10px 8px;
    border-radius: 4px;
    margin-left: auto;
  }
  .header__burger div {
    width: 16px;
    height: 2px;
    left: 8px;
    border-radius: 1px;
  }
  .header__burger div:nth-child(1) {
    top: 10px;
  }
  .header__burger div:nth-child(2) {
    top: 15px;
  }
  .header__burger div:nth-child(3) {
    top: 20px;
  }
  .header__burger.active div:nth-child(1) {
    top: 15px;
  }
  .header__burger.active div:nth-child(3) {
    top: 15px;
  }

  .header.header__form {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home .welcome__wrapper {
    margin-top: 20px;
  }
  .home .welcome__wrapper-inner {
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px 20px 0;
  }
  .home .welcome__content {
    width: 100%;
  }
  .home .welcome__content form {
    flex-direction: column;
  }
  .home .welcome__content form select {
    width: 100%;
  }
  .home .welcome__content form input {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  .home .welcome__content form button {
    margin-top: 20px;
  }
  .home .welcome__error-message {
    top: 144px;
    left: 0;
  }
  .home .welcome__girl-back {
    margin-top: 40px;
    width: calc(100% + 40px);
    height: 340px;
  }
  .home .welcome__girl-back img {
    margin: auto auto 0;
    width: auto;
    height: 320px;
  }
  .home .help {
    margin-top: 100px;
  }
  .home .help__wrapper-inner {
    flex-direction: column;
    padding: 25px 10px 10px;
  }
  .home .help__wrapper-inner img {
    margin-top: 40px;
    width: 100%;
    max-width: 400px;
  }
  .home .help__content {
    margin-right: 0;
  }
  .home .faq {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .home .faq__row {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
  }
  .home .faq__col {
    margin-top: 20px;
    width: 100%;
  }
  .home .faq__col p {
    margin-top: 10px;
  }
  .home .faq__btn-href {
    display: none;
  }
  .works .register__wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .works .register__col {
    margin-top: 40px;
    width: 100%;
  }
  .works .register__description {
    width: 100%;
    margin-top: 10px;
  }
  .works .source {
    margin: 100px 0;
  }
  .works .source__wrapper {
    flex-direction: column;
  }
  .works .source__wrapper img {
    margin-top: 0;
  }
  .works .source__content {
    margin-top: 40px;
  }
  .faq .questions {
    margin: 60px 0 100px;
  }
  .faq .questions__item {
    padding: 20px 20px 0;
  }
  .faq .questions__item-title {
    width: calc(100% - 40px);
  }
  .faq .questions__item-answer {
    margin-top: 20px;
  }
  .contact-us .message {
    padding: 60px 0 100px;
  }
  .contact-us .message .form h3 {
    margin-bottom: 16px;
  }
  .contact-us .message .form__inputs-wrapper {
    flex-wrap: nowrap;
    height: auto;
  }
  .contact-us .message .form__box {
    margin-top: 24px;
    width: 100%;
    max-height: none;
  }
  .contact-us .message .form__buttons-wrapper {
    margin-top: 40px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .contact-us .message .form__buttons-wrapper button {
    margin-top: 20px;
    width: 100%;
  }
  .contact-us .message .thank h3 {
    margin-top: 40px;
  }
  .contact-us .message .thank p {
    margin-top: 10px;
  }
  .policy h1 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .policy__wrapper {
    margin-bottom: 60px;
  }
  .popup__wrapper {
    display: flex;
    padding: 56px 20px 20px;
    width: 300px;
  }
  .popup__close {
    top: 20px;
    right: 20px;
  }
  .popup__wrapper-inner {
    flex-direction: column-reverse;
    width: 100%;
    background: none;
    border-radius: 0;
  }
  .popup__content {
    margin-top: 30px;
  }
  .popup__arrow {
    display: none;
  }
  .popup__buttons-wrapper {
    margin-top: 5px;
  }
  .popup__go-back {
    margin-top: 10px;
  }
  .popup__back {
    width: 260px;
    height: 219px;
    border-radius: 30px;
    overflow: hidden;
  }
  .popup__back img {
    width: 158px;
    height: auto;
    margin-bottom: -32px;
  }
  .main-for-form #omForm .om_subhead {
    padding: 0 0 40px;
  }
  .main-for-form #omForm .om_subhead h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
  }
  .main-for-form #omForm .om_full_area button.btn.omLookupStart {
    margin-top: 20px;
  }
  .footer .form {
    padding: 40px 0;
  }
  .footer .form__wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer .form__form {
    flex-direction: column;
    width: 100%;
    margin-top: 15px;
  }
  .footer .form__form select {
    width: 100%;
  }
  .footer .form__form input {
    margin: 20px 0 0;
    width: 100%;
  }
  .footer .form__form button {
    margin: 20px 0 0;
    width: 100%;
  }
  .footer .form__error-message {
    top: 144px;
    bottom: auto;
    left: 0;
  }
  .footer .nav__wrapper {
    margin-top: 15px;
    margin-bottom: 10px;
    align-items: flex-start;
  }
  .footer .nav__items {
    flex-direction: column;
    justify-self: flex-start;
    margin-top: 20px;
  }
  .footer .nav__item {
    padding: 10px 0;
  }
  .footer .floor__rights {
    flex-direction: column;
    justify-content: flex-start;
    margin: 20px 0 40px;
  }
  .footer .floor__rights a {
    margin-top: 20px;
    line-height: 20px;
  }
}
@media (max-height: 767px) {
  .active .popup__wrapper {
    top: 10px;
    transform: translate(-50%, 0);
  }
}
