* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}


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

/* header */
.headerTop {
  padding: 15px 0;
}
.headerContainer {
  max-width: 1280px;
  margin: 0 auto;
}
.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;
}
.headerTopLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
.headerTopLogo {
  padding-right: 16px;
  border-right: 1px solid #e60505;
}
.headerTopLogo img {
  display: block;
}
.menuLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.menuLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #ec1a23;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  text-transform: uppercase;
}
.menuLink img {
  display: block;
}
.headerTopRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.headerTopRightBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headerTopRightBlock img {
  display: block;
}
.headerTopRightBlock span {
  color: #37383f;
  text-align: center;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.headerTopRightBlock svg path {
  color: #545454;
}
.headerTopRightBlock:hover span {
  color: #e60505;
}
.headerTopRightBlock:hover svg path {
  fill: #e60505;
  stroke: #e60505;
}
.headerBottom {
  padding: 14px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background: #e60505;
}
.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;
}
.news img {
  display: block;
}
.headerBottomLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.headerBottomLink {
  color: #fff;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headerBottomLink:hover {
  text-decoration: underline;
}
.moreBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  border: 1px solid #ffffff;
  padding: 6px 9px;
}

/* content */
.content {
  margin-top: 50px;
}
.contentInner {
  max-width: 843px;
}
.contentSub {
  color: #757575;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contentTitle {
  color: #222;
  font-family: Besley;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 67.2px */
}
.contentSub {
  color: #222;
  font-family: Arial;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  margin-top: 16px;
}
.contentSub1 {
  color: #37383f;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-top: 24px;
}
.contentSub1 a {
  color: #0198bd;
}
.aaron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 16px;
}
.aaronLink {
  color: #0550c8;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  border-bottom: 1px solid #0550c8;
  margin-left: 8px;
  margin-right: 4px;
}
.aaronSub {
  color: #727379;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.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: 24px;
  margin-top: 24px;
}
.contentBoxImg img {
  display: block;
  width: 100%;
  max-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: 24px;
  margin-top: 24px;
}
.contentBoxTitle {
  color: #222;
  font-family: Arial;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
}
.contentBoxSub {
  color: #37383f;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.contentBoxSub a,
.contentBoxTitle a {
  color: #0198bd;
}

.contentBoxSubListItem strong {
  color: #37383f;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
}
.contentBoxTitle1 {
  color: #222;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.contentBoxSub .yellowLink {
  color: #ffa500;
}
.contentBoxImgSub {
  color: #727379;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  border-bottom: 1px solid #e8e8e8;
  padding: 8px 0;
  margin-top: 8px;
}
.contentBoxImgSub a {
  color: #ffa500;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.contentBoxSub .blueLink {
  color: #0198bd;
}
.contentBoxBtn {
  display: block;
  width: 58%;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  border-bottom: 1px solid #d8d8d8;
  border-radius: 12px;
  background: #ec1a23;
  padding: 16px 0;
  margin: 20px auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contentBoxBtn:hover {
  -webkit-box-shadow: 0 0 10px #e73323;
  box-shadow: 0 0 10px #e73323;
}
.contentBoxImg1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}
.contentBoxImg2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contentBoxImg2 img {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.contentBoxImg3 img {
  display: block;
  width: auto;
  margin: 0 auto;
}
.form {
  padding: 56px 32px 47px 32px;
  background: #0a0a0a;
}
.formSub {
  color: #cbcbcb;
  text-align: center;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
.formTitle {
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  margin-top: 32px;
}
.formTitle a {
  color: #ec1a23;
  font-family: Arial;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.formImg {
  margin-top: 14px;
}
.formSub1 {
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-top: 24px;
}

/* about */
.about {
  margin-top: 48px;
}
.aboutTitle {
  color: var(--Title, #222);
  font-family: Arial;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
}
.aboutContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-top: 17px;
}
.aboutImg img {
  display: block;
  max-width: 100%;
}
.aboutName {
  color: #0550c8;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  border-bottom: 1px solid #0550c8;
}
.aboutSub {
  color: #76767a;
  font-family: Arial;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-top: 8px;
}
.aboutSub1 {
  color: #37383f;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-top: 6.5px;
}
.aboutLink {
  display: block;
  color: #0198bd;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-top: 16px;
}

/* comments */
.comments {
  margin-top: 21px;
}
.commentsText {
  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: 9px 0;
  border-bottom: 1px solid #e9ebee;
  margin: 0px 8px;
}
.commentsTitle {
  color: #1d1d1d;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
}
.commentsTextRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.commentsTextRightSub {
  color: #37383f;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.commentsTextRightBtn {
  display: inline-block;
  color: #222;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  border-radius: 2px;
  border: 1px solid #ced0d4;
  background: #f6f7f9;
  padding: 1px 21.757px 1px 11.693px;
}
.commentsTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px 8px;
  margin-top: 24px;
}
.commentsTopImg img {
  display: block;
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.commentsTopText {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
textarea {
  display: block;
  color: #000;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  border: 1px solid #d3d6db;
  background: #fff;
  padding: 13px 9px;
  min-height: 64px;
  resize: none;
}
.commentsTopTextBottom {
  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;
  background: #f6f7f9;
  padding: 8px;
  border-right: 1px solid #d3d6db;
  border-bottom: 1px solid #d3d6db;
  border-left: 1px solid #d3d6db;
}
.commentsTopTextBottomBtn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
  border-radius: 2px;
  border: 1px solid #9cb4d8;
  background: #9cb4d8;
  padding: 1px 8.488px 1px 12.722px;
}
.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: 11px;
  margin: 0px 8px;
  margin-top: 25px;
}
.commentBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.commentBlockImg img {
  display: block;
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.commentBlockText {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.commentBlockName {
  color: #365899;
  font-family: 'Helvetica Neue';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: 0.5px;
}
.commentBlockSub {
  color: #1d1d1d;
  font-family: 'Helvetica Neue';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
  letter-spacing: 0.5px;
  margin-top: 4px;
}
.commentBlockSub a {
  color: #4267b2;
}
.commentBlockTextBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}
.commentBlockLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.7px;
}
.commentBlockLink {
  color: #4267b2;
  font-family: 'Helvetica Neue';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.3px; /* 135.833% */
  letter-spacing: 0.5px;
}
.commentBlockTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.7px;
}
.commentBlockTimeSub {
  color: #90949c;
  font-family: 'Helvetica Neue';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
  letter-spacing: 0.5px;
}
.commentBlockAnswers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 11px;
  margin-left: 80px;
  padding-left: 9px;
  border-left: 1px solid #d3d6db;
}
.commentBlockAnswer img {
  width: 36px;
  height: 36px;
}
.commentBlockAnsewrsBtn {
  display: block;
  color: #365899;
  font-family: 'Helvetica Neue';
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.5px;
  padding: 10px 8px;
  background: #f6f7f9;
}
.facebookBtn {
  display: block;
  color: #365899;
  font-family: 'Helvetica Neue';
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.94px; /* 135.818% */
  letter-spacing: 0.5px;
  padding: 10px 19px;
  border-top: 1px solid #e9ebee;
  margin-top: 12px;
}

/* pages */
.pages {
  margin-top: 100px;
  padding-bottom: 23px;
}
.pagesInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pagesBox {
  width: 16.66%;
  padding: 0 16px;
}
.pagesBoxTitle {
  color: #222;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  margin-bottom: 16px;
}
.pagesBoxLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7.5px;
}
.pagesBoxLink {
  color: #0550c8;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pagesBoxLink:hover {
  text-decoration: underline;
}
.pagesBoxSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 13px;
}
.pagesBoxSubs ~ .pagesBoxLinks {
  margin-top: 13px;
}
.pagesBoxLinks ~ .pagesBoxSubs {
  margin-top: 13px;
}
.pagesBoxSub {
  color: #37383f;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.pagesBoxSub a {
  color: #0550c8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pagesBoxSub a:hover {
  text-decoration: underline;
}

/* system */
.system {
  margin-top: 50px;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #0000000d;
  padding: 7px 0;
  background: #ffffff;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 10000;
}
.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: 30px;
}
.systemLeftImg {
  border: 1px solid #00000033;
  padding: 5px 20px;
}
.systemLeftImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.systemTitle {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}
.systemRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.systemPrice {
  color: #0ad937;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  width: 180px;
}
.systemBtn {
  display: inline-block;
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  padding: 10px;
  border: 2px solid #000000;
}

/* footer */
.footer {
  background: #222;
  padding: 16px 0;
  margin-bottom: 75px;
}
.footerInner {
  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;
}
.footerLogo img {
  display: block;
}
.footerSub {
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
}
.footerSub1 {
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 18px */
}
