* {
  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;
}

#formbox {
  margin-top: 10px;
}
.filed_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.intl-tel-input {
  width: 100%;
}
#fname,
#lname,
#email,
#phone {
  display: block;
  width: 100%;
  color: #000;
  font-family: Helvetica;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 15px;
}
#phone {
  padding-left: 60px;
  margin: 0;
}
#checklabel,
#check {
  display: none;
}
.submit {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  border-radius: 8px;
  background: #7ed321;
  border: 1px solid #357ebd;
  padding: 17.5px 0;
  margin-top: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover {
  -webkit-box-shadow: 0 0 10px #7ed321;
  box-shadow: 0 0 10px #7ed321;
}
#error-msg {
  display: block;
  margin-top: 20px;
  color: red;
  font-size: 20px;
}
.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%;
}

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

/* header */
.headerTop img {
  display: block;
}
.headerTopInner {
  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;
}
.headerTopLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 21px;
}
.headerTopLogo img {
  display: block;
  max-width: 100%;
}
.signIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #000;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
}
.headerTopLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}
.headerTopLink {
  color: #000;
  text-align: center;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
}
.headerTopRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
}
.searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e6e8ea;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 12px 70px 12px 10px;
}
.searchBox img {
  display: block;
}
.searchSub {
  color: #000;
  text-align: center;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.headerLogo {
  border: 1px solid #cc8381;
  background: #b80000;
  height: 60px;
}
.headerLogoInner img {
  display: block;
  max-width: 100%;
}
.headerMiddle {
  background: #b80000;
}
.headerMiddleInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.headerMiddleLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 12px 0;
}
.headerMiddleLink {
  color: #fff;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-right: 10px;
  border-right: 1px solid #cc8381;
}
.moreLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-left: 10px;
  border-left: 1px solid #cc8381;
}

/* content */
.content {
  margin-top: 10px;
}
.contentInner {
  max-width: 800px;
}
.contentLink {
  display: inline-block;
  color: #000;
  font-family: Helvetica;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  border-bottom: 3px solid #b80000;
  padding: 0 5.5px;
}
.contentSub {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-family: Helvetica;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background: #eb0000;
  padding: 0 5px;
  margin-top: 52px;
}
.contentTitle {
  color: #141414;
  font-family: Helvetica;
  font-size: 43.828px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  max-width: 712px;
  margin-top: 5px;
}
.contentSub1 {
  color: #141414;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 16px;
  max-width: 533px;
}
.contentDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.25px;
  margin-top: 17px;
}
.contentDateSub {
  color: #545658;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.contentBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  margin-top: 40px;
}
.contentBlockImg img {
  display: block;
  max-width: 100%;
}
.contentBlockImgLink {
  display: block;
  color: #545658;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 8px;
  padding-left: 9px;
  border-left: 1px solid #8a8c8e;
}
.report {
  margin-top: 23px;
  padding-bottom: 16px;
  border-bottom: 1px solid #8a8c8e;
}
.reportName {
  color: #141414;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.reportSub {
  color: #545658;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-top: 4px;
}
.contentBlockTitle {
  color: #141414;
  font-family: Helvetica;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 24px;
}
.contentBlockTitle a {
  color: #e60505;
  font-weight: 700;
}
.contentBlockList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
  margin-top: 24px;
  padding-left: 15px;
  position: relative;
}
.contentBlockList::before {
  position: absolute;
  content: '';
  height: 90%;
  width: 1px;
  left: 0;
  top: 5px;
  background: #d8361e;
}
.contentBlockListItem {
  position: relative;
  color: #1d1d1d;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.5px;
}
.contentBlockListItem a {
  color: #e60505;
}
.contentBlockListItem::before {
  content: '';
  display: block;
  position: absolute;
  left: -15px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 5px;
  width: 10px;
  height: 10px;
  background: #d8361e;
  border-radius: 50%;
}
.contentBlockImgLink1 {
  display: block;
  color: #555;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.25px;
  background: #e5e5e5;
  margin-top: 5.5px;
  padding: 10px;
}
.contentBlockSubs {
  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: 14px;
}
.contentBlockSub {
  color: #1d1d1d;
  font-family: Helvetica Neue;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.5px;
}
.contentBlockSub a {
  color: rgba(230, 5, 5, 1);
}
.contentBlockVideo {
  position: relative;
  height: 450px;
}
.contentBlockVideo video {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
}
.btnContainer {
  text-align: center;
}
.contentBtn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  border-radius: 8px;
  border-bottom: 1px solid #fff;
  background: #f00;
  padding: 15px 97px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 25px;
}
.contentBtn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.contnumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-top: 20px;
  font-family: Helvetica;
}
.rownumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.sticky {
  position: sticky;
  top: 0;
  background: #f5f5f5;
  z-index: 1;
}
.names {
  width: 35%;
  position: relative;
  padding-left: 20px;
}
.names::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: green;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.numbers {
  font-weight: bold;
}
.countrys {
  width: 35%;
}
.form {
  background: #0a0a0a;
  padding: 56px 32px 47px 32px;
}
.formSub {
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.formTitle {
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 35.75px; /* 137.5% */
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 5px;
}
.formTitle span {
  color: #e60505;
  text-align: center;
  font-family: Helvetica;
  font-size: 41px;
  font-style: normal;
  font-weight: 400;
  line-height: 56.38px; /* 137.512% */
  letter-spacing: 1px;
}
.formSub1 {
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 15px;
}

/* comments */
.comments {
  margin-top: 16px;
}
.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: #141414;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.commentsTextRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}
.commentsTextRightSub {
  color: #4b4f56;
  text-align: center;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.commentsTextRightBtn {
  display: inline-block;
  color: #4b4f56;
  text-align: center;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  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: 8px;
  -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: 58px;
}
.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;
}
.commentsTopTextBottomBtn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  border-radius: 2px;
  border: 1px solid #9cb4d8;
  background: #9cb4d8;
  padding: 7.36px 8.488px 7.64px 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: 24px;
}
.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;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}
.commentBlockSub {
  color: #141414;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  margin-top: 3.5px;
}
.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;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.3px;
}
.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;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.3px;
}
.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: 56px;
  padding-left: 9px;
  border-left: 1px solid #d3d6db;
}
.commentBlockAnswer img {
  width: 36px;
  height: 36px;
}
.commentBlockAnsewrsBtn {
  display: block;
  color: #365899;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  padding: 9.5px 8px;
  background: #f6f7f9;
}
.facebookBtn {
  display: block;
  color: #365899;
  font-family: Helvetica;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.94px;
  padding: 10px 19px;
  border-top: 1px solid #e9ebee;
  margin-top: 12px;
}
.goBtn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  border-radius: 8px;
  background: #e90e0e;
  padding: 12px 54px;
  margin-top: 21px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.goBtn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* footer */
.footer {
  margin-top: 44px;
  background: #141414;
}
.footerTop {
  padding-top: 15px;
  padding-bottom: 13px;
}
.footerLogo {
  color: #f6f6f6;
  font-family: Helvetica;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.footerTopLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 192px;
  margin-top: 14px;
}
.footerTopLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 15px;
  color: #f6f6f6;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
.footerTopLink img {
  display: block;
}
.footerBottom {
  border-top: 1px solid #8a8c8e;
  padding-bottom: 16px;
}
.footerBottomLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 147px;
  padding: 28px 0;
}
.footerBottomLinkBox {
  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;
}
.footerBottomLink {
  color: #f6f6f6;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
.footerBottomLinks1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 27px;
  -moz-column-gap: 27px;
  column-gap: 27px;
  row-gap: 24px;
  padding-top: 17px;
  border-top: 1px solid #8a8c8e;
}
.footerBottomLink1 {
  color: #f6f6f6;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
.footerSub {
  color: #f6f6f6;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-top: 23px;
}
.footerSub a {
  color: #f6f6f6;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
