@charset "UTF-8";

@font-face {
  font-family: 'Arial-Regular';
  src: url(../fonts/arial-regular-400.woff2) format('woff2'),
  url(../fonts/arial-regular-400.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Arial-Bold';
  src: url(../fonts/arial-bold-700.woff2) format('woff2'),
  url(../fonts/arial-bold-700.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Palatino-Linotype-Regular';
  src: url(../fonts/palatino-linotype-regular.woff2) format('woff2'),
  url(../fonts/palatino-linotype-regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Palatino-Linotype-Italic';
  src: url(../fonts/palatino-linotype-italic.woff2) format('woff2'),
  url(../fonts/palatino-linotype-italic.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Palatino-Linotype-Bold-Italic';
  src: url(../fonts/palatino-linotype-bold-italic.woff2) format('woff2'),
  url(../fonts/palatino-linotype-bold-italic.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Palatino-Linotype-Bold';
  src: url(../fonts/palatino-linotype-bold.woff2) format('woff2'),
  url(../fonts/palatino-linotype-bold.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot?5vfk6);
  src: url(../fonts/icomoon.eot?5vfk6#iefix) format("embedded-opentype"),
  url(../fonts/icomoon.ttf?5vfk6) format("truetype"),
  url(../fonts/icomoon.woff?5vfk6) format("woff"),
  url(../fonts/icomoon.svg?5vfk6#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-health-insurance:before {
  content: "\e907";
}

.icon-live-insurance:before {
  content: "\e908";
}

.icon-bonus:before {
  content: "\e900";
}

.icon-cash:before {
  content: "\e901";
}

.icon-phone:before {
  content: "\e902";
}

.icon-chat:before {
  content: "\e903";
}

.icon-deal:before {
  content: "\e904";
}

.icon-map:before {
  content: "\e905";
}

.icon-wallet:before {
  content: "\e906";
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body, html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  height: 100%;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  overflow-x: hidden;
  font-family: 'Palatino-Linotype-Regular', sans-serif;
  color: #0e0e0e;
  height: 100%;
}

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

.img-responsive.img-width {
  width: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.text-center {
  text-align: center;
}

b, strong {
  font-weight: 700;
}

button {
  background: 0 0;
  border: none;
  cursor: pointer;
  font-family: 'Palatino-Linotype-Regular', sans-serif;
  padding: 0;
  margin: 0;
}

body, html {
  text-rendering: optimizeLegibility;
}

ul li {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.none {
  display: none;
}

.wrapper {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

::-webkit-input-placeholder {
  font-family: 'Arial-Regular', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #8B8D98;
  opacity: 1;
}

::-moz-placeholder {
  font-family: 'Arial-Regular', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #8B8D98;
  opacity: 1;
}

:-ms-input-placeholder {
  font-family: 'Arial-Regular', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #8B8D98;
  opacity: 1;
}

:-moz-placeholder {
  font-family: 'Arial-Regular', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #8B8D98;
  opacity: 1;
}

.header {
  font-family: 'Palatino-Linotype-Regular', sans-serif;
  width: 100%;
  padding-top: 10px;
  margin-bottom: 25px;
}

.header__wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.header .logo-wrapper {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  max-width: 236px;
}

.header .logo-wrapper img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 600px) {
  .header .logo-wrapper {
    max-width: 161px;
  }
}

.header .phone-wrapper a {
  height: 50px;
  background-color: #F1F3FC;
  border: 2px solid #6971A8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding: 0 24px;
  transition: all .3s ease;
}

.header .phone-wrapper a span {
  font-family: 'Arial-Bold', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #6971A8;
  margin-left: 18px;
  position: relative;
  top: 1px;
}

.header .phone-wrapper a i {
  font-size: 24px;
  color: #6971A8;
}

.header .phone-wrapper a:hover {
  background-color: #dce1f7;
}

@media screen and (max-width: 600px) {
  .header .phone-wrapper a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    padding: 0;
  }

  .header .phone-wrapper a span {
    display: none;
  }

  .header .phone-wrapper a i {
    font-size: 18px;
  }
}

.info {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  font-family: 'Palatino-Linotype-Regular', sans-serif;
}

@media screen and (max-width: 1090px) {
  .info {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

.info .advantage {
  padding-top: 65px;
}

@media screen and (max-width: 1090px) {
  .info .advantage {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 760px) {
  .info .advantage {
    padding-top: 10px;
    margin-bottom: 20px;
  }
}

.info .advantage__title {
  font-family: 'Palatino-Linotype-Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #41A6DC;
  margin-bottom: 51px;
}

@media screen and (max-width: 760px) {
  .info .advantage__title {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 27px;
  }
}

.info .advantage__list-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 760px) {
  .info .advantage__list-item {
    margin-bottom: 10px;
  }
}

.info .advantage__list-item i {
  background-color: #F1F3FC;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  color: #6971A8;
  margin-right: 15px;
}

@media screen and (max-width: 760px) {
  .info .advantage__list-item i {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    font-size: 15px;
  }
}

.info .advantage__list-item i.icon-deal {
  font-size: 20px;
}

@media screen and (max-width: 760px) {
  .info .advantage__list-item i.icon-deal {
    font-size: 10px;
  }
}

.info .advantage__list-item span {
  font-family: 'Arial-Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 120%;
  color: #3E434A;
}

@media screen and (max-width: 760px) {
  .info .advantage__list-item span {
    font-size: 16px;
  }
}

.info__form {
  width: 100%;
  max-width: 595px;
  flex-shrink: 0;
}

@media screen and (max-width: 600px) {
  .info__form {
    display: none;
  }
}

.info__form .form-title {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}

.info__form .form-title span {
  position: relative;
  font-family: 'Palatino-Linotype-Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #6971A8;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .info__form .form-title span {
    font-size: 22px;
    line-height: 27px;
  }
}

.info__form .form-title span:before {
  content: '';
  width: 55px;
  height: 55px;
  display: inline-block;
  background: url(../img/arrow-rerd.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: -35px;
  top: 20px;
}

@media screen and (max-width: 600px) {
  .info__form .form-title span:before {
    height: 40px;
    top: 11px;
  }
}

.info .main-form {
  width: 100%;
  border-radius: 4px;
  background-color: #E2E6F9;
  padding: 48px 12px 24px;
}

@media screen and (max-width: 600px) {
  .info .main-form {
    padding: 20px 12px 3px 12px;
  }
}

.info .main-form__header {
  width: 100%;
  margin-bottom: 13px;
  font-family: 'Arial-Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #6971A8;
}

@media screen and (max-width: 760px) {
  .info .main-form__header {
    font-size: 18px;
  }
}

.info .main-form__row {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.info .main-form__row label {
  width: 100%;
  margin: 0 8px;
  padding-bottom: 16px;
}

@media screen and (max-width: 760px) {
  .info .main-form__row label {
    margin: 0;
  }
}

.info .main-form__row label input {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #E5E5EA;
  box-sizing: border-box;
  border-radius: 3px;
  height: 38px;
  padding: 0 12px;
  font-size: 14px;
  color: #3E434A;
  font-family: 'Arial-Regular', sans-serif;
  transition: all ease 0, 25s;
}

.info .main-form__row label input:focus {
  outline: 0;
  border: 1px solid #e2e2e2;
}

.info .main-form__row label input.error {
  border-color: red;
}

@media screen and (max-width: 760px) {
  .info .main-form__row {
    flex-direction: column;
  }
}

.info .main-form .submit {
  width: 100%;
  padding: 0 8px;
  margin-bottom: 12px;
}

@media screen and (max-width: 760px) {
  .info .main-form .submit {
    padding: 0;
  }
}

.info .main-form .submit .submit-form {
  width: 100%;
  height: 50px;
  background: linear-gradient(278.47deg, #41A6DC 35.38%, #6971A8 77.83%);
  border-radius: 3px;
  font-family: 'Arial-Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.info .main-form .terms {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #959FB8;
  font-family: 'Arial-Bold', sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
}

.info .main-form .terms a {
  margin: 0 4px;
  position: relative;
  color: #6971a8;
  text-align: center;
  font-family: 'Arial-Bold', sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline;
}

.info .main-form .terms a:hover {
  text-decoration: none;
}

.info .main-form .terms a:after {
  content: '|';
  color: #61666F;
  position: absolute;
  right: -6px;
  top: 0;
}

.info .main-form .terms a:last-child:after {
  display: none;
}

.info .main-form .form-logos {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0 8px;
}

@media screen and (max-width: 600px) {
  .info .main-form .form-logos {
    display: none;
  }
}

.main-form__text {
  margin: 5px 25px 12px 25px;
  display: block;
  font-family: 'Arial-Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  color: #2B303D;
}

.main-form__text span {
  font-family: 'Arial-Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  color: #2B303D;
}

.main-form__text a {
  color: #6971a8;
}

.main-form__text a:hover {
  text-decoration: underline;
}

.main-form__text .load-more {
  padding: 4px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6971a8;
  text-align: center;
  font-family: 'Arial-Bold', sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
}

.main-form__text .load-more span {
  font-family: 'Arial-Bold', sans-serif;
  color: #6971a8;
}

.main-form__text .load-more svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 0 0 4px;
  position: relative;
  top: -1px;
}

.main-form__text .load-more.active svg {
  transform: rotate(180deg);
  top: 0;
}

@media screen and (max-width: 760px) {
  .main-form__text br {
    display: none;
  }
}

.info .main-form .form-logos__item {
  height: 43px;
  margin-right: 12px;
}

.info .main-form .form-logos__item:last-child {
  margin-right: 0;
}

.info .main-form .form-logos__item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.start-form {
  display: none;
}

@media screen and (max-width: 600px) {
  .start-form {
    background: linear-gradient(278.47deg, #41A6DC 35.38%, #6971A8 77.83%);
    border-radius: 3px;
    display: flex;
    position: relative;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    height: 46px;
    align-items: center;
    justify-content: center;
    font-family: 'Arial-Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
  }

  .start-form:before {
    content: '';
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url(../img/arrow-rerd.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: -40px;
  }
}

.trust-container {
  padding: 80px 0;
}

@media screen and (max-width: 600px) {
  .trust-container {
    padding: 22px 0;
  }
}

.mobile-logo {
  display: none;
  background: rgba(226, 237, 253, .4);
  padding: 24px 15px;
  margin-bottom: 53px;
}

.mobile-logo__item {
  height: 43px;
  margin-right: 12px;
}

.mobile-logo__item:last-child {
  margin-right: 0;
}

.mobile-logo__item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 600px) {
  .mobile-logo {
    display: flex;
  }
}

.our-employee {
  width: 100%;
  margin-bottom: 60px;
}

@media screen and (max-width: 1090px) {
  .our-employee {
    display: none;
  }
}

.our-employee__title {
  width: 100%;
  margin-bottom: 60px;
  text-transform: capitalize;
  font-family: 'Palatino-Linotype-Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: #2F2F2F;
}

.our-employee__wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.our-employee__wrapper .item {
  width: 100%;
  max-width: 360px;
  position: relative;
}

.our-employee__wrapper .item__name {
  margin-top: 20px;
  padding-right: 60px;
  font-family: 'Arial-Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 112%;
  text-align: right;
  color: #61666F;
}

.our-employee__wrapper .item__text {
  padding-left: 20px;
  position: relative;
  font-family: 'Arial-Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #3E434A;
}

.our-employee__wrapper .item__text::before {
  content: '';
  display: block;
  position: absolute;
  left: -3px;
  top: -6px;
  width: 14px;
  height: 12px;
  background: url(../img/Group.svg) no-repeat center;
  background-size: cover;
}

.what-we-do {
  margin-bottom: 60px;
}

.what-we-do__title {
  width: 100%;
  margin-bottom: 32px;
  text-transform: capitalize;
  font-family: 'Palatino-Linotype-Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: #2F2F2F;
}

@media screen and (max-width: 600px) {
  .what-we-do__title {
    font-size: 22px;
  }
}

.what-we-do__container {
  padding: 16px;
  border: 1px solid #41A6DC;
}

.what-we-do__container p {
  font-family: 'Arial-Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #3E434A;
}

.services-provided {
  margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
  .services-provided {
    margin-bottom: 30px;
  }
}

.services-provided__title {
  width: 100%;
  margin-bottom: 28px;
  text-transform: capitalize;
  font-family: 'Palatino-Linotype-Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: #2F2F2F;
}

@media screen and (max-width: 600px) {
  .services-provided__title {
    font-size: 22px;
  }
}

.services-provided__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 780px) {
  .services-provided__container {
    flex-direction: column;
    padding-left: 20px;
  }
}

.services-provided__container li {
  width: 30%;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  font-family: 'Arial-Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #3E434A;
}

@media screen and (max-width: 780px) {
  .services-provided__container li {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
  }
}

.services-provided__container li span {
  position: relative;
}

.services-provided__container li span:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #41A6DC;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.request-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 16px;
}

.request-wrap .request-btn {
  background: linear-gradient(278.47deg, #41A6DC 35.38%, #6971A8 77.83%);
  border-radius: 3px;
  width: 100%;
  max-width: 446px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  cursor: pointer;
  font-family: 'Arial-Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media screen and (max-width: 780px) {
  .request-wrap .request-btn {
    font-size: 14px;
    padding: 0 10px;
    height: 46px;
  }
}

.call-us {
  width: 100%;
}

.call-us__container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 32px;
}

.call-us__container span {
  margin-right: 8px;
  font-family: 'Arial-Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #41A6DC;
}

.call-us__container a {
  font-family: 'Arial-Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #6971A8;
}

.call-us__container a:hover {
  text-decoration: underline;
}

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

.footer-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.footer-logo__wrapper {
  max-width: 298px;
}

.footer-logo__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}

.footer p {
  font-family: 'Arial-Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #3E434A;
}

@media screen and (max-width: 750px) {
  .footer p span {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
  }
}

.footer p a {
  color: #41A6DC;
}

.footer p a:hover {
  text-decoration: underline;
}

.info .main-form__row label.error {
  font-size: 12px;
  line-height: 16px;
  color: red;
  padding-bottom: 5px;
  font-family: 'Arial-Regular', sans-serif;
}

.congrats-content {
  max-width: 680px;
  margin: 180px auto 0 auto;
}

.congrats-content-header {
  width: 100%;
  max-width: 600px;
  text-align: center;
  margin: 0 auto 35px;
}

.congrats-content-header h1 {
  position: relative;
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  color: #3f6dab;
  margin-bottom: 50px;
}

.congrats-content-header h1:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -50px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 255px;
  height: 106px;
  background: url(../img/bg_header_congrats.png) no-repeat center center;
  -webkit-background-size: auto auto;
  background-size: auto;
}

.congrats-content-header p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #3f6dab;
  margin: 0 auto;
  max-width: 340px;
  text-align: center;
}

.congrats-content-text {
  margin-bottom: 60px;
  text-align: center;
}

.congrats-content-text p {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #535a6c;
}

.congrats-content-text a {
  font-weight: 700;
  color: #3f6dab;
  cursor: pointer;
  font-size: 45px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .info__form {
    display: block;
  }

  .start-form {
    display: none;
  }
}