@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --white-40: #fff6;
  --black-30: #0000004d;
  --black-60: black;
  --white-60: white;
}

h1 {
  background-color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 4.8em;
  font-weight: 500;
  line-height: 120%;
}

h2 {
  letter-spacing: -2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4.1em;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 120%;
}

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 130%;
}

a {
  text-decoration: underline;
}

.section {
  z-index: 2;
  object-fit: none;
  position: static;
}

.section.mainscreen {
  background-image: url('../images/nt-bg-header.png');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 0;
}

.container {
  padding-left: 2.7em;
  padding-right: 2.7em;
}

.body {
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 400;
}

.body-2 {
  color: var(--black);
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
}

.title-1 {
  color: var(--white);
  letter-spacing: -2px;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
}

.title-1:hover {
  perspective: none;
  transform: none;
}

.heading-2 {
  letter-spacing: -2px;
}

.heading-3 {
  letter-spacing: -1px;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 120%;
}

.btn-text {
  font-family: Inter, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 130%;
}

.p1-paragraph {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 130%;
}

.p1-parahraph-light {
  color: #fff9;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.p1-parahraph-light._500w {
  color: #fff9;
  width: 34em;
}

.p1-parahraph-light.text-color-gray-40 {
  color: #0006;
}

.p1-parahraph-light.policy, .p1-parahraph-light.text-white-40 {
  color: var(--white-40);
}

.title-3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.title-3.text-color-white {
  font-weight: 500;
}

.title-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.title-2.text-color-white {
  font-weight: 500;
}

.mb-80 {
  margin-bottom: 5.5em;
}

.mb-40 {
  margin-bottom: 2.7em;
}

.mb-20 {
  padding-bottom: 1.3em;
}

.awards {
  padding-top: .69em;
  padding-bottom: .69em;
}

.bg-white {
  background-color: var(--white);
}

.bg-black {
  background-color: var(--black);
}

.awards-item {
  padding-top: 2.08em;
  padding-bottom: 2.08em;
}

.columns {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.colum-50 {
  grid-row-gap: 5.5em;
  flex-direction: row;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.colum-50.rates {
  padding-left: 2.4em;
}

.paragraph {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph-2 {
  color: var(--white);
}

.awards-line {
  background-color: var(--white-40);
  color: var(--white-40);
  height: 1px;
  margin-left: -1.3em;
  margin-right: -1.3em;
  padding-bottom: 0;
  line-height: 1px;
}

.servicies {
  padding-top: 10.4em;
}

.colum-25 {
  width: 25%;
}

.colum-75 {
  flex-direction: column;
  width: 75%;
  padding-left: 1.4em;
  display: flex;
}

.heading-6 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.heading-6._640w {
  width: 44.4em;
}

.servicies-items {
  grid-row-gap: 7em;
  border-top: 1px none var(--black-30);
  color: var(--black-60);
  flex-direction: column;
  display: flex;
}

.servicies-item {
  grid-column-gap: 5em;
  grid-row-gap: 0em;
  border-top: 1px solid var(--black-30);
  flex-direction: row;
  align-items: flex-start;
  padding-top: 2.7em;
  display: flex;
}

.servicies-item-title {
  width: 19em;
}

.servicies-item-description {
  width: 34em;
  padding-left: 1em;
}

.heading-7 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.heading-7.text-color-white {
  border: 1px #000;
}

.mb-100 {
  padding-bottom: 6.9em;
}

.mb-200 {
  padding-bottom: 13.8889em;
}

.specialisation {
  z-index: 2;
  position: relative;
}

.heading-8 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.specialisation-item-title {
  width: 50%;
}

.specialisation-item-description {
  width: 50%;
  padding-left: 2em;
}

.specialisation-item {
  border-top: 1px none var(--black-30);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.specialisation-item.left {
  padding-right: 2.6em;
}

.specialisation-item.right {
  padding-left: 2.6em;
}

.line {
  border-top: 1px none var(--black-30);
  background-color: var(--black-30);
  width: 100%;
  height: 1px;
}

.line.left {
  margin-left: -1.3em;
}

.line.left.line-white {
  background-color: var(--white-40);
  text-align: right;
}

.line.right {
  margin-right: -1.3em;
}

.line.right.line-white, .line.line-white {
  background-color: var(--white-40);
}

.specialisation-item-wrap {
  align-items: flex-start;
  padding-top: 1.3em;
  display: flex;
}

.div-block, .line-vertical {
  background-color: var(--black-30);
  width: 1px;
  height: 14.5833em;
}

.line-vertical.line-white {
  background-color: var(--white-40);
  height: 15.2778em;
}

.lines-wrap {
  grid-column-gap: 1.3em;
  color: var(--black-30);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  display: flex;
}

.lines-wrap.mainscreen {
  color: var(--white);
}

.img {
  z-index: 1;
  width: 60%;
  min-width: 60em;
  max-width: 60em;
  margin-top: -37.8em;
  margin-left: 20.1em;
  display: block;
  position: absolute;
}

.addition {
  z-index: 2;
  margin-top: 24em;
  padding-bottom: 1.3em;
  position: relative;
}

.heading-9 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.line-vertical-220 {
  background-color: var(--black-30);
  width: 1px;
  height: 13em;
}

.addition_item {
  width: 19.4em;
  padding-left: 2.1em;
  padding-right: 2.1em;
}

.addition_item._1, .addition_item._2, .addition_item._3 {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.addition_item._4 {
  padding-left: 0;
  padding-right: 0;
}

.plus-1 {
  padding-right: 1.2em;
}

.mainscreen {
  padding-bottom: 1.4em;
}

.imgmainscreen {
  width: 110%;
  min-width: 110%;
  max-width: 110%;
  margin-left: -2.7em;
  margin-right: -2.7em;
  position: static;
}

.heading-10 {
  color: var(--white);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
}

.mainscreen-item-title {
  color: var(--white);
  width: 50%;
}

.mainscreen-title {
  grid-row-gap: 13em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10.1em;
  padding-bottom: 1.2em;
  font-weight: 500;
  display: flex;
}

.text-color-white {
  color: var(--white);
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 6.94444em;
  margin-bottom: -7em;
  display: block;
}

.container-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 94%;
  min-width: 94%;
  max-width: 94%;
  margin-left: 2.7em;
  margin-right: 2.7em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.menu-button {
  padding: 0;
}

.div-block-2 {
  height: 1px;
  position: relative;
}

.line-white {
  height: 1px;
  padding-right: 0;
}

.navbar-line {
  background-color: var(--white-40);
  color: var(--white-40);
  height: 1px;
  margin-left: 1.4em;
  margin-right: 1.4em;
  padding-bottom: 0;
  line-height: 1px;
}

.navbar-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.ui-ux {
  grid-row-gap: 1.2em;
  flex-direction: column;
  width: 26.3em;
  margin-top: 2em;
  font-weight: 300;
  display: flex;
}

.heading-11 {
  color: var(--white);
  font-weight: 600;
}

.paragraph-3 {
  color: var(--white-40);
}

.soft {
  grid-row-gap: 1.2em;
  flex-direction: column;
  width: 26.3em;
  margin-top: 2em;
  margin-left: 2.1em;
  display: flex;
}

.footer {
  background-image: url('../images/nt-bg-footer.png');
  background-position: 0 0;
  background-size: auto;
  margin-left: -2.7em;
  margin-right: -2.7em;
}

.footer-title {
  width: 90em;
  padding-top: 4.1em;
  padding-bottom: 10.1em;
  padding-left: 2.7em;
  font-weight: 400;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
}

.columns-footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 2.7em;
  margin-right: 2.7em;
  padding-bottom: 4.16667em;
  display: flex;
}

.colum-50--footer {
  grid-row-gap: 2.7em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.colum-50--footer.rates {
  padding-left: 2.4em;
}

.colum-50-copy {
  grid-row-gap: 5.5em;
  flex-direction: row;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.colum-50-copy.rates {
  padding-left: 2.4em;
}

.paragraph-4 {
  color: var(--white-40);
  margin-bottom: 0;
}

.footer-description, .footer-description-wrap {
  width: 20em;
}

.footer-number-email {
  grid-column-gap: 1.3em;
  display: flex;
}

.p1-parahraph-light-link {
  color: var(--white);
  border-width: 0;
  border-color: #000;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: all .4s;
}

.p1-parahraph-light-link:hover {
  color: #fff9;
}

.p1-parahraph-light-link._500w {
  color: #fff9;
  width: 34em;
}

.p1-parahraph-light-link.text-color-gray-40 {
  color: #0009;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.form {
  width: 100%;
}

.form-name-phone {
  grid-column-gap: 1.3em;
  justify-content: space-between;
  display: flex;
}

.text-field {
  height: 4.1em;
  margin-bottom: 0;
}

.form-imput {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white-40);
  color: #fff9;
  background-color: #0000;
  height: 4.2em;
  margin-bottom: 0;
  padding: 1.3em 1.3em 1.3em 1.38em;
  line-height: 1.25em;
}

.form-imput:hover {
  border-style: none none solid;
  border-color: var(--white);
}

.form-imput:focus {
  border-bottom-color: var(--white);
}

.forms-imputs {
  grid-row-gap: 4.16667em;
  flex-direction: column;
  padding-bottom: 3.4em;
  display: flex;
}

.button {
  background-color: var(--white);
  color: var(--black);
  border-radius: 60em;
  justify-content: flex-start;
  height: 3.4em;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.text-button {
  font-weight: 500;
}

.button-wrapper {
  grid-column-gap: 1.04em;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.73em;
  padding-right: 1.73em;
  text-decoration: none;
  transition: all .6s;
  display: flex;
}

.button-wrapper:hover {
  grid-column-gap: 1.8em;
}

.text-block {
  color: var(--black);
  text-transform: none;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.11111em;
}

.submit-button {
  background-color: var(--white);
  color: var(--black);
  border-radius: 40em;
  height: 3.4em;
  padding: .97em 1.73em;
  font-weight: 500;
  line-height: 1.25em;
}

.div-block-3 {
  display: flex;
}

.btn-submit {
  background-color: var(--white);
  color: var(--black);
  border-radius: 60em;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 130%;
}

.btn-submit-wrapper {
  grid-column-gap: 1.04167em;
  background-color: var(--white);
  color: var(--black);
  border-radius: 60em;
  justify-content: flex-start;
  height: 3.54em;
  padding: .4em 1.73em;
  font-family: Inter, sans-serif;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 130%;
  transition: all .4s;
  display: flex;
}

.btn-submit-wrapper:hover {
  grid-column-gap: 1.73611em;
}

.image {
  width: .8em;
}

.text-block-2 {
  color: var(--white);
  text-align: left;
  font-size: 1.6em;
  font-weight: 500;
  display: block;
}

.success-message {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.link {
  color: var(--white-40);
}

.link:hover {
  color: var(--white-60);
}

.lottie-animation {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: -37em;
  margin-left: 21em;
  display: none;
  position: absolute;
}

@media screen and (min-width: 1920px) {
  .img {
    text-align: center;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    margin-top: -27em;
    margin-left: 25.9em;
    display: inline-block;
  }
}

@media screen and (max-width: 991px) {
  .form-name-phone {
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .form-imput {
    padding-left: 1.1em;
    font-size: 1.1em;
  }

  .forms-imputs {
    grid-row-gap: 2em;
  }

  .image-2 {
    width: 15em;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    width: 12em;
    padding-left: 0;
  }

  .image-3, .image-4 {
    width: 3em;
  }
}

@media screen and (max-width: 479px) {
  .section.mainscreen {
    background-size: cover;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-1 {
    font-size: 32px;
  }

  .btn-text, .p1-paragraph {
    font-size: 14px;
  }

  .p1-parahraph-light {
    color: var(--white-40);
    width: 100%;
    font-size: 14px;
  }

  .p1-parahraph-light._500w {
    width: 150px;
  }

  .p1-parahraph-light.text-color-gray-40 {
    width: 100%;
  }

  .p1-parahraph-light.text-white-40 {
    width: 150px;
  }

  .title-3 {
    font-size: 16px;
  }

  .title-2 {
    color: var(--black);
    font-size: 28px;
  }

  .title-2.text-color-white {
    color: var(--white);
    width: 260px;
  }

  .mb-80, .mb-40 {
    margin-bottom: 20px;
  }

  .mb-20 {
    padding-bottom: 10px;
  }

  .awards-item, .awards-item.rate {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .columns {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .columns.rate {
    flex-direction: row;
  }

  .columns.mb30 {
    grid-row-gap: 30px;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .colum-50 {
    width: 100%;
  }

  .colum-50.rate {
    grid-row-gap: 10px;
    flex-direction: column;
    width: 50%;
  }

  .paragraph {
    font-size: 14px;
  }

  .servicies {
    padding-top: 50px;
  }

  .colum-75, .servicies-items {
    width: 100%;
  }

  .servicies-item {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .servicies-item-title, .servicies-item-description {
    width: 100%;
  }

  .specialisation {
    padding-top: 82.2em;
  }

  .specialisation-item-title {
    width: 100%;
  }

  .specialisation-item-description {
    width: 100%;
    padding-left: 0;
  }

  .specialisation-item.left {
    flex-direction: column;
    width: 100%;
  }

  .specialisation-item.right {
    width: 100%;
    padding-left: 0;
  }

  .specialisation-item-wrap {
    grid-row-gap: 20px;
    border-top: 1px solid var(--black-30);
    flex-direction: column;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .img {
    margin-top: -1294px;
  }

  .addition {
    margin-top: 0;
  }

  .addition_item._1, .addition_item._2, .addition_item._3, .addition_item._4 {
    width: 100%;
  }

  .heading-10 {
    font-size: 40px;
  }

  .mainscreen-title {
    padding-top: 76px;
    padding-bottom: 46px;
  }

  .navbar {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    justify-content: flex-start;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 3.2em;
    padding-bottom: 3.2em;
    display: block;
  }

  .navbar-line {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-wrap {
    align-items: center;
    width: 100%;
    min-width: 100%;
  }

  .ui-ux {
    border-top: 1px solid var(--white-40);
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .soft {
    border-top: 1px solid var(--white-40);
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .footer {
    background-position: 50% 0;
    background-size: cover;
    margin-left: -20px;
    margin-right: -20px;
  }

  .footer-title {
    color: var(--white-60);
    padding-top: 50px;
    padding-left: 20px;
  }

  .footer-content {
    width: 100%;
  }

  .columns-footer {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .colum-50--footer {
    grid-row-gap: 40px;
    width: 100%;
  }

  .footer-description-wrap {
    width: 100%;
  }

  .footer-number-email {
    grid-column-gap: 10px;
  }

  .p1-parahraph-light-link {
    font-size: 14px;
  }

  .form-block {
    width: 100%;
    padding-top: 92px;
  }

  .form-name-phone {
    width: 100%;
  }

  .form-imput {
    border-radius: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    font-size: 14px;
  }

  .button {
    height: 40px;
  }

  .button-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-3 {
    width: 100%;
    margin-top: 40px;
  }

  .btn-submit {
    font-size: 14px;
  }

  .btn-submit-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 46px;
  }

  .image-2 {
    width: 174px;
  }

  .brand {
    width: 92px;
  }

  .hide320 {
    display: none;
  }

  .form-2 {
    width: 100%;
  }

  .link-disable {
    color: #fff6;
    text-decoration: none;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}