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

/* form */
#formbox {
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0px 14px 28px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 14px 28px 0px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
}
.formTitleContainer {
  padding: 10px 70px;
  border-radius: 6px 6px 0px 0px;
  background: #5f3598;
}
.formTitle {
  color: #fff;
  text-align: center;
  font-family: Tahoma;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
  letter-spacing: 1px;
  direction: rtl;
}
.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;
  padding: 32px 68px 24px 68px;
}
.intl-tel-input {
  width: 100%;
}
#fname,
#lname,
#email,
#phone {
  color: #757575;
  text-align: right;
  font-family: Tahoma;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 3px;
  border: 1px solid #dadada;
  background: #fff;
  width: 100%;
  padding: 11px 15.75px;
  margin-bottom: 24px;
}
.phone {
  padding-left: 60px;
  margin: 0;
}
#checklabel,
#check {
  display: none;
}
.submit {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 115% */
  letter-spacing: 1px;
  text-transform: uppercase;
  direction: rtl;
  border-radius: 6px;
  background: #5a3594;
  border: 0;
  cursor: pointer;
  margin-top: 32px;
  padding: 15.75px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover {
  -webkit-box-shadow: 0 0 10px #5a3594;
  box-shadow: 0 0 10px #5a3594;
}
#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: 1021px;
  margin: 0 auto;
}

/* header */
.headerTop {
  padding-top: 20px;
  padding-bottom: 25px;
}
.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: 10px;
}
.headerTopSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7.6px;
}
.headerTopSocialLink img {
  display: block;
}
.searchBox {
  display: block;
  border-radius: 20px;
  border: 1px solid #737373;
  background: #f0f0f0;
  position: relative;
  width: 200px;
}
.searchInput {
  display: block;
  color: #757575;
  text-align: right;
  font-family: Tahoma;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 0;
  height: 37px;
  width: 100%;
  padding-right: 55px;
  border-radius: 20px;
  direction: rtl;
}
.searchImg {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 37px;
}
.timeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11.8px;
}
.timeBoxSub {
  color: #000;
  text-align: right;
  font-family: Tahoma;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  direction: rtl;
}
.searchImg img {
  display: block;
  width: 38px;
  height: 38px;
}
.logo img {
  display: block;
  max-width: 100%;
}
.headerMiddle {
  background: #555;
}
.headerMiddleInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.headerMiddleLink {
  display: block;
  color: #fff;
  text-align: right;
  font-family: Tahoma;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  border-right: 0.8px solid #616161;
  padding: 10px 6.8px 10px 7px;
  direction: rtl;
}
.headerMiddleLink:last-child {
  border: 0;
}
.headerMiddleLinkActive {
  background: #7e0003;
}
.headerBottom {
  background: #ee2743;
  padding: 5px 0;
}
.headerBottomInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.headerBottomLink {
  display: block;
  color: #fff;
  text-align: right;
  font-family: Tahoma;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  position: relative;
}
.headerBottomLink:not(:first-child)::before {
  content: '/\00a0';
  padding: 0 5px;
  color: #ccc;
}
.haederMobileTop {
  display: none;
  padding: 15px 0;
}
.haederMobileTopInner {
  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;
}
.haederMobileLogo img {
  display: block;
  width: 154px;
}
.haederMobileTimeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.haederMobileTimeBox img {
  display: block;
}
.burgerLink img {
  display: block;
}
.haederMobileTopSearch img {
  display: block;
}

/* content */
.content {
  margin-top: 60px;
  position: relative;
}
.contentInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contentLeft {
  width: 31.3%;
  padding-top: 10px;
}
.contentLeftInner {
  position: sticky;
  top: 10px;
}
.contentLeftSocial {
  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;
}
.contentLeftSocialLink img {
  display: block;
}
.contentLeftApps {
  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: 10px;
  margin-top: 20px;
}
.contentLeftAppLink img {
  display: block;
  max-width: 100%;
}
.contentRight {
  width: 64.6%;
}
.contentRightTitle {
  color: #000;
  text-align: right;
  font-family: Tahoma;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  direction: rtl;
  margin-top: 10px;
}
.contentRightBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
  margin-top: 20px;
}
.contentRightBlockImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentRightBlockImgSubsBoxs {
  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;
  margin-top: 15px;
}
.contentRightBlockImgSubsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
.contentRightBlockImgSub1 {
  color: #000;
  text-align: right;
  font-family: Tahoma;
  font-size: 17.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 136.364% */
  direction: rtl;
}
.contentRightBlockImgSub2 {
  color: #000;
  text-align: right;
  font-family: Tahoma;
  font-size: 17.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 136.364% */
  direction: rtl;
}
.contentRightBlockSubs {
  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;
}
.contentRightBlockSub {
  color: #000;
  text-align: right;
  font-family: Tahoma;
  font-size: 17.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 136.364% */
  direction: rtl;
}
.contentRightBlockSub a {
  color: #000;
  font-family: Tahoma;
  font-size: 17.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.redSub,
.redSub a {
  color: #f00;
}
.contentRightImgs {
  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: 10.8px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-top: 22px;
}
.contentRightImg img {
  display: block;
  max-width: 100%;
}
.contentRightSocial {
  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: 32px;
  margin-top: 22px;
}
.contentRightSocialLink img {
  display: block;
}

/* footer */
.footer {
  margin-top: 60px;
  margin-bottom: 15px;
}
.footerTopInner {
  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: 5px;
  padding: 0 18px;
}
.footerTopLink {
  display: block;
  color: #000;
  text-align: center;
  font-family: Tahoma;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  padding: 30px 5px;
}
.footerMiddleInner {
  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: 5px;
  padding: 21.6px 20px;
  border-top: 1.6px solid #888;
  border-bottom: 1.6px solid #888;
  background: #f2f2f2;
}
.footerMiddleLink {
  display: block;
  color: #4f4f4f;
  text-align: center;
  font-family: Tahoma;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 150% */
  padding: 10px 20px;
}
.footerBottom {
  margin-top: 36px;
}
.footerLogo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.footerSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.footerSub {
  color: #333;
  text-align: center;
  font-family: Tahoma;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}
