* {
  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 {
  max-width: 100%;
  width: 100%;
  background: #ffffff;
  margin-top: 40px;
}
.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;
  padding: 30px;
  position: relative;
}
.intl-tel-input {
  width: 100%;
}
#fname,
#lname,
#email,
#phone {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  border: 0;
  padding-top: 10px;
  padding-bottom: 13px;
  border-bottom: 2px solid #000000;
  margin-bottom: 50px;
  width: 100%;
}
#phone {
  padding-left: 60px;
}
#checklabel,
#check {
  display: none;
}
.submit {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  border: 2px solid #000000;
  background: transparent;
  padding: 14.5px 71px;
  margin-top: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover {
  background: #000;
  color: #fff;
}
#error-msg {
  display: block;
  margin-top: 20px;
  color: red;
  font-size: 20px;
}
.formImg {
  margin-top: 20px;
}
.formImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.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: 1154px;
  margin: 0 auto;
}

/* header */
.header {
  padding: 15px 20px;
}
.headerInner {
  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;
}
.logo img {
  display: block;
}
.headerNavLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerNavLink {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.burger {
  display: none;
}

/* intro */
.intro {
  height: 100vh;
  background: url('../../assets/img/introBg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.intro .container {
  height: 100%;
}
.introInner {
  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;
  height: 100%;
  padding-bottom: 150px;
}
.introTitle {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #ffffff;
}
.introSub {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: rgba(255, 255, 255, 0.79);
  margin-top: 20px;
}

/* who */
.who {
  background: #000000;
  padding-top: 100px;
  padding-bottom: 50px;
}
.whoInner {
  max-width: 981px;
  margin: 0 auto;
}
.whoTitle {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  color: #ffffff;
}
.whoSub {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
}

/* what */
.what {
  padding-top: 50px;
  padding-bottom: 100px;
  background: #000;
}
.whatTitle {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  color: #ffffff;
}
.whatBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.whatBlock {
  width: 31%;
}
.whatBlockImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.whatBlockTitle {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
}
.whatBlockSub {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  margin-top: 25px;
}

/* work */
.work {
  height: 100vh;
  background: url('../../assets/img/workBg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.work .container {
  height: 100%;
}
.workInner {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.workTitle {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #ffffff;
}
.workSub {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: rgba(255, 255, 255, 0.79);
  margin-top: 20px;
}

/* numbers */
.numbers {
  background: #000000;
  padding-top: 97px;
  padding-bottom: 100px;
}
.numbersTitle {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  color: #ffffff;
}
.numbersInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}
.numbersRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.numbersBlock {
  width: 23%;
}
.numbersBlockTitle {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  color: #ffffff;
}
.numbersBlockSub {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
}

/* contact */
.contact {
  background: url('../../assets/img/contactBg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  padding-top: 150px;
  position: relative;
}
.contact::before {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.contactInner {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
}
.contactTitle {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #ffffff;
}
.contactSub {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: rgba(255, 255, 255, 0.79);
  margin-top: 20px;
}
.contactInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 52px;
}
.contactInfoBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  width: 50%;
}
.contactInfoBlockSub {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
}
.contactBottom {
  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;
  padding: 15px 20px;
  position: relative;
  z-index: 2;
  margin-top: 100px;
}
.contactLogo img {
  display: block;
}
.contactBottomSub {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}
