* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
  font-family: 'Red Hat Display', sans-serif;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

@-webkit-keyframes pulsing {
  100% {
    -webkit-box-shadow: transparent 0 0 0 20px;
    box-shadow: transparent 0 0 0 20px;
  }
}

@keyframes pulsing {
  100% {
    -webkit-box-shadow: transparent 0 0 0 20px;
    box-shadow: transparent 0 0 0 20px;
  }
}

/* formbox */
#formbox {
  border-radius: 0px 0px 6px 6px;
  background: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0px 4px 20.9px 3.1px rgba(13, 13, 13, 0.43);
  box-shadow: 0px 4px 20.9px 3.1px rgba(13, 13, 13, 0.43);
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
.formTitle {
  border-radius: 6px 6px 0px 0px;
  background: #60359b;
  padding: 30px 0;
}
.formTitle p {
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2px;
}
.filed_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 0 42px 0;
  position: relative;
}
#fname,
#lname,
#email,
#phone {
  color: #000;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 6px;
  border: 1px solid #ececec;
  background: #fff;
  width: 100%;
  margin-bottom: 11px;
  padding: 13px 16px;
}
#phone {
  padding-left: 60px;
}
.intl-tel-input.allow-dropdown {
  width: 100%;
}
.submit {
  display: inline-block;
  width: 85%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.29px; /* 142.882% */
  text-transform: uppercase;
  border-radius: 6px;
  background: #5a3594;
  cursor: pointer;
  padding: 16px 0;
  border: 0;
  margin-top: 16px;
  -webkit-box-shadow: #5a3594 0 0 0 0;
  box-shadow: #5a3594 0 0 0 0;
  -webkit-animation: 2s ease 0s infinite normal none running pulsing;
  animation: 2s ease 0s infinite normal none running pulsing;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#checklabel,
#check {
  display: none;
}
#error-msg {
  display: block;
  margin-top: 20px;
  color: red;
  font-size: 20px;
  width: 100%;
  text-align: center;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.loadingView {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loadingView img {
  max-width: 100%;
}
.formImgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
  max-width: 450px;
  margin: 0 auto;
  margin-top: 22px;
}
.formImgs img {
  display: block;
  width: 27%;
  max-width: 100%;
  height: 100%;
}

/* container */
.container {
  max-width: 1280px;
  margin: 0 auto;
}

/* header */
.headerTop {
  background: #163860;
}
.headerTopInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 12px;
}
.headerTopLeftLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.headerTopLeftLink img {
  display: block;
}
.headerTopLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}
.headerTopLinksInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.headerTopLink {
  color: #fff;
  text-align: right;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 333.333% */
}
.headerTopArrow img {
  display: block;
}
.headerTopRightLink {
  color: #fff;
  text-align: right;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.headerMiddleInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 17px 12px;
}
.headerMiddleLeftLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #163860;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
}
.headerMiddleLeftLink img {
  display: block;
  max-width: 100%;
}
.logo img {
  display: block;
  max-width: 100%;
}
.headerMiddleRightLink {
  display: block;
  color: #163860;
  text-align: center;
  font-family: 'Source Sans Pro';
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 133.333% */
  border-radius: 4px;
  background: #ecb62f;
  padding: 8px;
}
.headerMiddleRightLink span {
  color: #163860;
  text-align: center;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.headerBottom {
  border-bottom: 4px solid #163860;
  background: #fff;
  padding-bottom: 12px;
}
.headerBottomInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.headerBottomLink {
  color: #163860;
  text-align: center;
  font-family: 'Source Sans Pro';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}
.headerMobile {
  display: none;
}
.headerMobileInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
}

/* intro */
.intro {
  margin-top: 32px;
}
.introInner {
  max-width: 704px;
  margin: 0 auto;
}
.introLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 21px;
}
.introLink {
  color: #727272;
  font-family: 'Source Sans Pro';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.introTitle {
  color: #163860;
  font-family: Lato;
  font-size: 27.563px;
  font-style: normal;
  font-weight: 900;
  line-height: 38px; /* 137.868% */
  margin-top: 30px;
}
.introSub {
  color: #727272;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  margin-top: 16px;
}
.introSub span {
  color: #163860;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
}
.introSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-top: 18px;
}
.copyLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #163860;
  text-align: center;
  font-family: 'Source Sans Pro';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  border-radius: 80px;
  background: #f2f2f2;
  padding: 8px 12px;
}
.introSocialLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.introSocialLink img {
  display: block;
}
.introImg {
  margin-top: 26px;
}
.introImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.introImgSub {
  color: #163860;
  font-family: 'Source Sans Pro';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-top: 10px;
}
.introSub1 {
  color: #163860;
  font-family: Lato;
  font-size: 19.688px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px; /* 142.222% */
  margin-top: 24px;
}

/* content */
.contentInner {
  max-width: 616px;
  margin: 0 auto;
}
.contentBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
.contentBoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentBoxSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 23px;
}
.contentBoxSub {
  color: #163860;
  font-family: Lato;
  font-size: 17.719px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px; /* 158.025% */
}
.contentBoxSub a {
  color: #163860;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* comments */
.comments {
  margin-top: 80px;
}
.commentsTitle {
  color: #1f66ba;
  font-family: 'Source Sans Pro';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
}
.commentsBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
.commentBlock {
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
}
.commentBlockTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.68px;
}
.commentBlockName {
  color: #333;
  font-family: 'Source Sans Pro';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}
.commentBlockDate span {
  color: #727272;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.commentBlockSub {
  color: #333;
  font-family: 'Source Sans Pro';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-top: 8.5px;
}
.commentBlockImg img {
  display: block;
  max-width: 100%;
}
.commentsBtn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: 'Source Sans Pro';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 4px;
  background: #163860;
  margin-top: 24px;
}

/* advises */
.advises {
  margin-top: 32px;
}
.advisesTitle {
  color: #1f66ba;
  font-family: 'Source Sans Pro';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
}
.advisesSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 15.5px;
  padding-left: 26px;
}
.advisesSub {
  color: #163860;
  font-family: Lato;
  font-size: 15.75px;
  font-style: normal;
  font-weight: 900;
  line-height: 22px; /* 139.683% */
}
.sujets {
  margin-top: 32px;
}
.sujetsTitle {
  color: #1f66ba;
  font-family: 'Source Sans Pro';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
}
.sujetsLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding-left: 21px;
  margin-top: 8px;
}
.sujetLink {
  display: block;
  color: #163860;
  text-align: center;
  font-family: 'Source Sans Pro';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  border-radius: 2px;
  border: 1px solid #163860;
  padding: 5px 9px;
}

/* footer */
.footer {
  background: #163860;
  margin-top: 32px;
  margin-bottom: 58px;
}
.footerInner {
  padding: 0 32px;
}
.footerTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 33px;
}
.footerTopLeft {
  width: 25%;
  padding-right: 32px;
  border-right: 1px solid #476486;
}
.footerTitle {
  color: #fff;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
}
.footerTopLeftLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}
.footerTopLeftLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
}
.footerTopLeftLink img {
  display: block;
}
.footerTopMiddle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
  padding: 0 32px;
  border-right: 1px solid #476486;
}
.footerTopMiddleBox {
  width: 50%;
  padding-left: 16px;
}
.footerTopMiddleBox:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  padding: 0;
  padding-right: 16px;
}
.footerTopMiddleBoxImg img {
  display: block;
  width: 105px;
}
.footerTopMiddleBoxText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footerSub {
  color: #fff;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.footerMiddleBtn {
  display: inline-block;
  color: #fff;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 9px 17px;
}
.footerMiddleLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
}
.footerMiddleLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  margin-top: 24px;
}
.footerTopRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  width: 25%;
  padding-left: 32px;
}
.footerTopRightLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.footerTopRightLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.footerTopRightLink img {
  display: block;
}
.footerSuscribeLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  margin-top: 8px;
}
.footerSuscribeLink img {
  display: block;
}
.footerSocialLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
}
.footerSocialLink {
  display: block;
  padding: 0 6px;
}
.footerSocialLink img {
  display: block;
}
.footerBottomLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #476486;
}
.footerBottomLink {
  display: block;
  color: #fff;
  text-align: center;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  padding: 16px;
}

/* system */
.system {
  background: #fff;
  -webkit-box-shadow: 0px 10px 24px 0px rgba(54, 61, 77, 0.15);
  box-shadow: 0px 10px 24px 0px rgba(54, 61, 77, 0.15);
  padding: 5px 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1000;
}
.systemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}
.systemLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.systemLeftImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.systemTitle {
  color: #0f0f0f;
  text-align: center;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24.89px; /* 155.562% */
}
.systemRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.systemPrice {
  color: #65c466;
  text-align: center;
  font-family: 'Helvetica Neue';
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px; /* 155.556% */
  width: 180px;
}
.systemBtn {
  display: inline-block;
  color: #0f0f0f;
  text-align: center;
  font-family: 'Helvetica Neue';
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 21.78px; /* 155.571% */
  text-transform: uppercase;
  padding: 10px 17px;
  border: 3px solid #0f0f0f;
}
