*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  padding: 0;
  list-style: none;
}

body {
  background: #1a1a22;
  font-family: "Inter", sans-serif;
}

.mobile-brack-line{
  display: none;
}
.desktop-brack-line{
  display: block;
}



.sidebar_container {
  position: fixed;
  z-index: 99;
  right: 0;
  top: 0;
  height: 100vh;
  overflow: auto;
  background: #080718;
  padding: 90px 60px 25px 60px;
  color: #fff;
  right: -110%;
  transition: 0.3s ease all;
}
.sidebar_container1 {
  position: fixed;
  z-index: 99;
  right: 0;
  top: 0;
  height: 100vh;
  overflow: auto;
  background: #080718;
  padding: 90px 60px 25px 60px;
  color: #fff;
  right: -110%;
  transition: 0.3s ease all;
}

.form_content h2 {
  font-weight: 900;
  font-size: 56px;
  line-height: 120%;
  margin-bottom: 20px;
}

span.bc {
  color: #277fff;
}

.form_content {
  width: 300px;
}

.form_content p {
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 22px;
  line-height: 150%;
}

.close_side {
  display: block;
  width: 26px;
  height: 26px;
  margin-left: auto;
  margin-bottom: 40px;
  background-image: url("assets/img/close.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  cursor: pointer;
  position: absolute;
  right: 60px;
  top: 60px;
}
.close_side1 {
  display: block;
  width: 26px;
  height: 26px;
  margin-left: auto;
  margin-bottom: 40px;
  background-image: url("assets/img/close.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  cursor: pointer;
  position: absolute;
  right: 60px;
  top: 60px;
}

.inpCol input,
.inpCol textarea {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 2px solid #d9d9d9;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 12px;
}

.inpCol {
  margin-bottom: 20px;
}

#Message {
  height: 82px;
  padding: 8px 12px;
}

.blue_btn {
  background: #082a9d;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border: 0;
  outline: none;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 16px;
  line-height: 160%;
  padding: 20px 10px;
  transition: 0.2s ease all;
  white-space: nowrap;
}

.form_btn button {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.03em;
  /* font-size: 16px; */
}

button.blue_btn {
  width: 100%;
}

.header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.sidebar_container.active {
  right: 0;
}
.sidebar_container1.active {
  right: 0;
}

header.header_area {
  padding: 37px 0 30px 0;
}

.contact_us {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #100f2d;
  display: inline-block;
  background: #ffffff;
  border-radius: 8px;
  padding: 8px 16px;
  transition: 0.2s;
}

.hero_content {
  display: inline-block;
  color: #fff;
}

h1 {
  font-weight: 900;
  font-size: 76px;
  line-height: 120%;
}

.hero_content h1 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 64px;
}

.hero_content p {
  font-size: 22px;
  line-height: 150%;
  color: #fff;
  opacity: 0.8;
}

section.hero_area {
  /* padding-top: 50px; */
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image{
  max-width: 1140px;
}

.hero_img {
  position: absolute;
  display: block;
  top: 50px;
  left: auto;
  margin-left: -105px;
  z-index: -1;
  right: -3.5%;
  /* width: 50px; */
  width: auto;
  height: 471px;
}

.hero_continer {
  position: relative;
}

.feature_top {
  color: #fff;
  margin-bottom: 50px;
  font-size: 26px;
  line-height: 120%;
  font-weight: 500;
  /* display: none; */
}
.feature_top p img {
  margin-inline-end: 16px;
}

.feature_box {
  background: #ffffff;
  border-radius: 8px;
  padding: 50px 60px;
}

.feature_box ul li {
  font-size: 18px;
  position: relative;
  padding-left: 34px;
  margin-bottom: 26px;
  color: #100f2d;
}

.feature_box h3 {
  font-weight: 900;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 40px;
  color: #100f2d;
}

.feature_box ul {
  margin-bottom: 40px;
}

.feature_box ul li:last-child {
  margin: 0;
}

a.blue_btn {
  padding: 12px 64px;
  width: 100%;
}

a.blue_btn:hover,
.blue_btn:hover {
  color: #fff;
  background: #2044be;
}

footer.footer_area {
  padding: 5px 0 5px 0;
  margin-top: 15px;
}

.bodyWrap {
  overflow: hidden;
}

ul.foot_contact {
  text-align: right;
  padding: 25px 0;
  letter-spacing: 0.01em;
}

ul.foot_contact li a {
  display: inline-flex;
  align-items: center;
  color: rgb(255 255 255 / 70%);
}

ul.foot_contact li {
  display: inline-block;
  margin-left: 50px;
}

.footer_brand {
  padding: 25px 0;
}

ul.foot_contact li a span {
  width: 26px;
  height: 26px;
  background: #1e1d39;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

ul.foot_contact li a:hover {
  color: #fff;
}

.feature_box ul li:before {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 1px;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background: no-repeat scroll center / contain;
}

.penet_box ul li:before {
  background-image: url(assets/img/bug.svg);
}

.Blockc_box ul li:before {
  background-image: url(assets/img/secu.svg);
}

span.invalidText {
  font-weight: 400;
  font-size: 14px;
  color: #c65313;
  line-height: 5px;
  margin-top: 10px;
  top: 100%;
  display: none;
}
.invalidFieldactive .invalidTextEmail {
  font-weight: 400;
  font-size: 14px;
  color: #c65313;
  line-height: 5px;
  margin-top: 10px;
  top: 100%;
  display: block !important;
}
.invalidFieldactive1 .invalidTextEmail {
  font-weight: 400;
  font-size: 14px;
  color: #c65313;
  line-height: 5px;
  margin-top: 10px;
  top: 100%;
  display: block !important;
}
.invalidTextEmail {
  display: none;
  font-weight: 400;
  font-size: 14px;
  color: #c65313;
  line-height: 5px;
  margin-top: 10px;
  top: 100%;
}
/*.invalidField .invalidTextEmail{
  display: block !important;
  font-weight: 400;
    font-size: 14px;
    color: #C65313;
    line-height: 5px;
    margin-top: 10px;
    top: 100%;
}
.invalidField .invalidTextEmail{
  display: block !important;
  font-weight: 400;
  font-size: 14px;
  color: #C65313;
  line-height: 5px;
  margin-top: 10px;
  top: 100%;
}*/
/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.inpCol input:focus,
.inpCol textarea:focus {
  border: 2px solid #277fff;
  outline: none;

}

.tanksMessage img {
  display: block;
  margin-bottom: 15px;
  margin-top: 10px;
}

.tanksMessage h3 {
  font-weight: bold;
  font-size: 32px;
}

.tanksMessage p {
  font-size: 22px;
}

.tanksMessage {
  max-width: 300px;
}

.tanksMessage {
  max-width: 300px;
}

.tanksMessage h3 {
  font-weight: 900;
  font-size: 56px;
  line-height: 120%;
}

p.aleart_mess {
  display: flex;
  font-size: 18px;
}

p.aleart_mess span {
  display: block;
  margin-right: 10px;
  margin-top: -3px;
}
/*span.invalidText {
    display: none;
}*/
.invalidField span.invalidText {
  display: block !important;
}
