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

/* 02. Default */
.form {
  margin-top: 46px;
}
#formbox {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  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);
}
.formBoxTitle {
  border-radius: 6px 6px 0px 0px;

  background: #60359b;
  padding: 30px 0;
}
.formBoxTitle p {
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}
.filed_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 0px 42px 0;
  position: relative;
}
.intl-tel-input {
  width: 100%;
}
#fname,
#lname,
#email,
#phone {
  display: block;
  color: #757575;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 15px;
  margin-bottom: 12px;
}
#phone {
  padding-left: 60px;
  margin: 0;
}
#checklabel,
#check {
  display: none;
}
.submit {
  display: block;
  width: 85%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.29px; /* 142.882% */
  text-transform: uppercase;
  border: 0;
  border-radius: 6px;
  background: #5a3594;
  padding: 16px 0;
  cursor: pointer;
  margin-top: 17px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover {
  -webkit-box-shadow: 0 0 10px #60359b;
  box-shadow: 0 0 10px #60359b;
}
p#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%;
}
.formImgs {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  row-gap: 22px;
  max-width: 450px;
  margin: 0 auto;
  margin-top: 30px;
}
.formImgs img {
  display: block;
  max-width: 100%;
}

/* container */
.container {
  max-width: 1576px;
  margin: 0 auto;
  padding: 0 20px;
}

/* header */
.headerTop {
  background: #e32402;
}
.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: 24px 32px;
}
.sectionsLink {
  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: Inter;
  font-size: 17.859px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100.787% */
  letter-spacing: 0.25px;
}
.sectionsLink img {
  display: block;
}
.logo img {
  display: block;
  max-width: 100%;
}
.headerTopRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
}
.searchLink img {
  display: block;
}
.headerTopRightLink {
  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: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  letter-spacing: 0.25px;
  padding: 8px 16px;
  border-radius: 3px;
  border: 1px solid #fff;
  background: #e32402;
}
.headerBottom {
  background: #4e4e4e;
  padding: 10px;
}
.headerBottomLinks {
  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: 50px;
}
.headerBottomLink {
  color: #fff;
  font-family: Inter;
  font-size: 16.031px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 112.281% */
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

/* intro */
.intro {
  margin-top: 43px;
}
.introInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.introLeft {
  width: 80%;
}
.introTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.introTop img {
  display: block;
}
.introTopLink {
  color: #4e4e4e;
  font-family: Inter;
  font-size: 12.359px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.3px; /* 164.248% */
  letter-spacing: -0.25px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.introTitle {
  color: #000;
  font-family: Inter;
  font-size: 66.852px;
  font-style: normal;
  font-weight: 800;
  line-height: 86px; /* 128.643% */
  margin-top: 16px;
}
.introSub {
  color: #000;
  font-family: Inter;
  font-size: 17.188px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 25px;
}
.introImg {
  margin-top: 35px;
}
.introImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.introRight {
  width: 18%;
}
.introRightDivider {
  width: 100%;
  height: 6px;
  background: #000;
}
.introRightTitle {
  color: #000;
  font-family: Inter;
  font-size: 20.016px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px; /* 139.891% */
  text-transform: uppercase;
  margin-top: 16px;
}
.introRightBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
  margin-top: 24px;
}
.introRightBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  padding-bottom: 7.5px;
  border-bottom: 1px solid #d0d0d0;
}
.introRightBlockText {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.introRightBlockSub {
  color: #e32402;
  font-family: Inter;
  font-size: 11.125px;
  font-style: normal;
  font-weight: 600;
  line-height: 17.6px; /* 158.202% */
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
.introRightBlockSub1 {
  color: #000;
  font-family: Inter;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 17.6px; /* 140.8% */
  margin-top: 4px;
}
.introRightBlockImg img {
  display: block;
  width: 96.2px;
  height: 75px;
}

/* content */
.content {
  margin-top: 40px;
}
.contentInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  max-width: 940px;
  margin: 0 auto;
}
.contentSocial {
  width: 14.5%;
}
.contentDivider {
  background: #000;
  height: 6px;
}
.contentSocialTitle {
  color: #000;
  font-family: Inter;
  font-size: 16.453px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 19.8px; /* 120.342% */
  text-transform: uppercase;
  margin-top: 16px;
}
.contentSocialLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 16px;
}
.contentSocialLink img {
  display: block;
}
.contentFull {
  width: 83%;
}
.contentTitle {
  color: #e32402;
  font-family: Inter;
  font-size: 18.078px;
  font-style: normal;
  font-weight: 800;
  line-height: 28.6px; /* 158.202% */
  text-transform: uppercase;
  margin-top: 16px;
}
.contentDates {
  margin-top: 1px;
}
.contentDateSub {
  color: #757575;
  font-family: Inter;
  font-size: 12.188px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.55px; /* 144% */
  letter-spacing: -0.25px;
}
.contentSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.contentSub {
  color: #111;
  font-family: 'IBM Plex Serif';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px; /* 145% */
}
.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: 40px;
  margin-top: 40px;
}
.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: 20px;
  margin-top: 40px;
}
.contentBoxTitle {
  color: #000;
  font-family: Inter;
  font-size: 23.438px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px; /* 140.8% */
  letter-spacing: 0.5px;
}
.contentBoxSub {
  color: #111;
  font-family: 'IBM Plex Serif';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
}
.contentBoxSub a {
  color: #e32402;
  font-weight: 700;
}
.underline {
  text-decoration: underline;
}
.contentBoxSubWithBorder {
  border-left: 4px solid #e32402;
  padding-left: 12px;
}
.contentBoxImgSub {
  color: #757575;
  font-family: Inter;
  font-size: 11.68px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.55px; /* 150.261% */
  letter-spacing: -0.25px;
  text-transform: uppercase;
  border-bottom: 1px solid #757575;
  padding: 8px 0;
}
.days {
  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: 16px;
}
.dayBoxTitle {
  color: #000;
  font-family: Inter;
  font-size: 62.316px;
  font-style: normal;
  font-weight: 800;
  line-height: 86px; /* 138.005% */
}
.dayBoxSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding-left: 12px;
  border-left: 4px solid #e32402;
  margin-top: 20px;
}
.dayBoxSub {
  color: #111;
  font-family: 'IBM Plex Serif';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px; /* 145% */
}
.dayBoxSub a {
  color: #e32402;
  font-weight: 700;
}
.dayBoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentBottom {
  margin-top: 48px;
}
.contentBottomTitle {
  color: #000;
  font-family: Inter;
  font-size: 66.516px;
  font-style: normal;
  font-weight: 800;
  line-height: 86px; /* 129.293% */
}
.contentBottomTitle a {
  color: #e32402;
}
.contentList {
  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: 16px;
}
.contentListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  border-radius: 6px;
  border-right: 2px solid #e32402;
  border-left: 2px solid #e32402;
  background: #ececec;
  padding: 8px 10px;
}
.contentListItemNumber {
  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;
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px; /* 145% */
  width: 42px;
  height: 45px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100px;
  background: #e32402;
}
.contentListItemSub {
  color: #111;
  font-family: 'IBM Plex Serif';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 145% */
}
.contentListItemSub a {
  color: #e32402;
  font-weight: 700;
}

/* comments */
.comments {
  margin-top: 145px;
}
.commentsInner {
  max-width: 1260px;
  margin: 0 auto;
}
.commentsTop {
  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: #262626;
  padding: 15px 20px;
}
.commentsTop img {
  display: block;
}
.commentsTopLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.commentsTopLeftSub {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.3px; /* 145% */
  letter-spacing: -0.25px;
}
.commentsSub {
  color: #111;
  font-family: Inter;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.3px; /* 146.142% */
  letter-spacing: -0.25px;
  margin-top: 23px;
}
.commentsSub a {
  color: #e32402;
  font-weight: 700;
}
.commentsTitleContainer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.commentsTitle {
  display: inline-block;
  color: #262626;
  font-family: Inter;
  font-size: 30.766px;
  font-style: normal;
  font-weight: 900;
  line-height: 46px; /* 149.518% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-bottom: 3px solid #e32402;
  margin-top: 20px;
}
.commentsTitle span {
  display: inline-block;
  color: #4e4e4e;
  font-family: Inter;
  font-size: 9.75px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.55px; /* 180% */
  letter-spacing: -0.032px;
  background: #f0f0f0;
  padding: 4.725px 6px 3.315px 6px;
  margin-left: 14px;
}
.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: 29px;
  margin-top: 29px;
}
.commentBlock {
  padding-bottom: 15px;
  border-bottom: 1px solid #b3b3b3;
}
.commentBlockTitle {
  color: #262626;
  font-family: Inter;
  font-size: 16.172px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.8px; /* 122.435% */
  text-transform: uppercase;
}
.commentBlockTitle span {
  display: inline-block;
  color: #4e4e4e;
  font-family: Inter;
  font-size: 13.891px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.3px; /* 146.142% */
  letter-spacing: -0.25px;
  margin-left: 3.3px;
  text-transform: initial;
}
.commentBlockSub {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.3px; /* 145% */
  letter-spacing: -0.25px;
  margin-top: 4px;
}
.commentBlockBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.commentBlockBottom img {
  display: block;
}
.commentBlockLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.3px; /* 145% */
  letter-spacing: -0.25px;
}
.commentBlockLink span {
  display: inline-block;
  color: #4e4e4e;
  font-family: Inter;
  font-size: 12.594px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.55px; /* 139.355% */
  letter-spacing: -0.032px;
  padding: 2.725px 6px 4.025px 6px;
  background: #f0f0f0;
}
.commentBlockAnswer {
  padding-left: 24px;
  border-left: 4px solid #4e4e4e;
}
.commentBlockImg {
  margin-top: 8.64px;
}
.commentBlockImg img {
  display: block;
  max-width: 100%;
}

/* footer */
.footer {
  background: #111;
  padding: 25px 0;
  margin-top: 57px;
  margin-bottom: 50px;
}
.footerInner {
  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;
}
.footerLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.footerLogo img {
  display: block;
}
.footerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.footerLink img {
  display: block;
}
.footerSub {
  color: #b3b3b3;
  font-family: Inter;
  font-size: 10.656px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.85px; /* 139.355% */
  letter-spacing: -0.25px;
}

/* system */
.system {
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #0000000d;
  padding: 5px 0;
  background: #dbdbdb;
  -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);
  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: 30px;
}
.systemLeftImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.systemTitle {
  color: #0f0f0f;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  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;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  width: 180px;
}
.systemBtn {
  display: inline-block;
  color: #0f0f0f;
  text-align: center;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.78px; /* 155.571% */
  text-transform: uppercase;
  padding: 9px 17px;
  border: 3px solid #0f0f0f;
}
