@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-Light.eot");
  src: url("../font/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../font/Gilroy-Light.woff") format("woff"), url("../font/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-ExtraBold.eot");
  src: url("../font/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../font/Gilroy-ExtraBold.woff") format("woff"), url("../font/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-Regular.eot");
  src: url("../font/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Gilroy-Regular.woff") format("woff"), url("../font/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-Medium.eot");
  src: url("../font/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Gilroy-Medium.woff") format("woff"), url("../font/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-SemiBold.eot");
  src: url("../font/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../font/Gilroy-SemiBold.woff") format("woff"), url("../font/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-Bold.eot");
  src: url("../font/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Gilroy-Bold.woff") format("woff"), url("../font/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

body {
  font-family: "Gilroy";
  font-size: 20px;
  line-height: 120%;
  color: #EEEEEE;
}

._title-fz40-fw800 {
  color: rgb(238, 238, 238);
  font-family: "Gilroy";
  font-size: 40px;
  font-weight: 800;
  line-height: 125%;
  text-shadow: 0 0 20px #000000;
}

._title-fz20-fw300 {
  color: rgb(238, 238, 238);
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  text-shadow: 0 0 20px #000000;
}

._title-fz32-fw800 {
  color: rgb(238, 238, 238);
  font-family: "Gilroy";
  font-size: 32px;
  font-weight: 800;
  line-height: 125%;
  text-shadow: 0 0 20px #000000;
}

._title-fz60-fw800 {
  color: rgb(238, 238, 238);
  font-family: "Gilroy";
  font-size: 60px;
  font-weight: 800;
  line-height: 125%;
  text-shadow: 0 0 20px #000000;
}

._btn-violet {
  color: rgb(238, 238, 238);
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  border-radius: 8px;
  background: rgb(76, 59, 207);
  height: 49px;
  padding: 0 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
._btn-violet:hover {
  background: rgb(59, 46, 156);
}

@media (max-width: 767px) {
  ._title-fz40-fw800 {
    font-size: 24px;
    line-height: 125%;
  }
  ._title-fz20-fw300 {
    font-size: 16px;
    line-height: 118.75%;
  }
  ._title-fz32-fw800 {
    font-size: 20px;
    line-height: 125%;
  }
  ._title-fz60-fw800 {
    font-size: 40px;
    line-height: 125%;
  }
}
.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #222831;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding-top: 20px;
}

.container {
  max-width: 1450px;
  padding: 0 15px;
  margin: 0 auto;
}

.header-list {
  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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.header-link {
  color: rgb(238, 238, 238);
  font-family: "Gilroy";
  font-size: 16px;
  font-weight: 800;
  line-height: 125%;
  text-shadow: 0 0 20px #000000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-link:hover {
  color: rgb(177, 177, 177);
}

.menu-btn {
  width: 30px;
  height: 30px;
  position: relative;
  display: none;
  z-index: 2;
  overflow: hidden;
}

.menu-btn span {
  width: 30px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu-btn span:nth-of-type(2) {
  top: calc(50% - 7px);
}

.menu-btn span:nth-of-type(3) {
  top: calc(50% + 7px);
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: background-color 0.4s ease 0.5s, -webkit-transform 0.5s;
  transition: background-color 0.4s ease 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, background-color 0.4s ease 0.5s;
  transition: transform 0.5s, background-color 0.4s ease 0.5s, -webkit-transform 0.5s;
}
.menu .header-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.menu .header-logo {
  width: 200px;
}

.menu-row {
  width: 40%;
  background-color: #222831;
  height: 100%;
  padding: 30px 15px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 30px;
  overflow-y: auto;
}

.menu-btn.active span:nth-of-type(1) {
  display: none;
}

.menu-btn.active span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
          transform: translate(-50%, 0%) rotate(45deg);
}

.menu-btn.active span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(-45deg);
          transform: translate(-50%, 0%) rotate(-45deg);
}

.menu.active {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 1200px) {
  .header-link {
    font-size: 15px;
  }
}
@media (max-width: 998px) {
  .menu-btn {
    display: block;
  }
  .header .header-nav {
    display: none;
  }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .header-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header-nav {
    width: 100%;
  }
  .header-link {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .menu-row {
    width: 70%;
  }
}
.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.intro {
  position: relative;
  padding: 170px 0 167px;
}

.intro-row {
  position: relative;
  z-index: 1;
  max-width: 580px;
}

.intro-title {
  margin-bottom: 20px;
}

.intro-text {
  margin-bottom: 20px;
}

.intro-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .intro {
    padding: 409px 0 66px;
  }
  .intro-row {
    max-width: 100%;
    text-align: center;
  }
  .intro-btn {
    width: 100%;
  }
}
.why {
  padding: 0 0 50px;
}

.why-title {
  max-width: 940px;
  margin: 0 auto 52px;
  text-align: center;
}

.why-body {
  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;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.why-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
  max-width: 700px;
}

.why-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding: 20px 40px;
  border-radius: 12px;
  background: rgb(49, 54, 63);
}

.why-img {
  max-width: 580px;
  width: 100%;
}

@media (max-width: 1200px) {
  .why-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 40px;
  }
  .why-img {
    max-width: 480px;
  }
}
@media (max-width: 998px) {
  .why-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .why-items {
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .why {
    padding: 30px 0 30px;
  }
  .why-items .why-item-img:nth-of-type(1) {
    width: 59.66px;
  }
  .why-items .why-item-img {
    width: 60px;
  }
  .why-title {
    margin-bottom: 33px;
  }
  .why-item {
    padding: 12px 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.lawyers {
  padding: 50px 0;
}
.lawyers .container {
  padding: 0;
}

.lawyers-title {
  margin-bottom: 40px;
  text-align: center;
  padding: 0 15px;
}

.lawyers-body {
  background: url("../img/lawyers.webp") no-repeat;
  background-position: center;
  background-size: cover;
  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;
  padding: 114px 17px;
}

.lawyers-text {
  border-radius: 12px;
  background: rgba(49, 54, 63, 0.8);
  padding: 40px;
  max-width: 940px;
  text-align: center;
}

@media (max-width: 767px) {
  .lawyers {
    padding: 30px 0 0px;
  }
  .lawyers-text {
    padding: 20px;
  }
  .lawyers-body {
    padding: 40px 17px;
  }
  .lawyers-title {
    margin-bottom: 20px;
  }
}
.we {
  padding: 50px 0;
}

.we-row {
  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;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.we-left {
  max-width: 700px;
}

.we-title {
  margin-bottom: 20px;
}

.we-text {
  margin-bottom: 40px;
}

.we-content-title {
  margin-bottom: 20px;
}

.we-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 40px;
}

.we-item {
  grid-column-start: span 6;
}

.we-item-img {
  margin-bottom: 20px;
}

.we-img {
  max-width: 580px;
  width: 100%;
}

.we-img-mini {
  display: none;
}

@media (max-width: 1200px) {
  .we-img {
    max-width: 400px;
  }
}
@media (max-width: 998px) {
  .we-img {
    display: none;
  }
  .we-img-mini {
    display: block;
    max-width: 400px;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .we {
    padding: 40px 0 30px;
  }
  .we-item {
    grid-column-start: span 12;
  }
  .we-items {
    row-gap: 20px;
  }
  .we-content-title {
    font-size: 20px;
  }
  .we-title {
    margin-bottom: 12px;
  }
  .we-text {
    margin-bottom: 20px;
  }
}
.scheme {
  padding: 50px 0;
}

.scheme-title {
  text-align: center;
  margin-bottom: 40px;
}

.scheme-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 12px;
  margin-bottom: 40px;
}

.scheme-item {
  grid-column-start: span 3;
  padding: 20px;
  border-radius: 12px;
  background: rgb(49, 54, 63);
}

.scheme-item-number {
  border-radius: 100px;
  background: rgb(76, 59, 207);
  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: rgb(238, 238, 238);
  font-family: "Gilroy";
  font-size: 40px;
  font-weight: 800;
  line-height: 125%;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.scheme-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1200px) {
  .scheme-item {
    grid-column-start: span 6;
  }
}
@media (max-width: 767px) {
  .scheme-item {
    grid-column-start: span 12;
  }
  .scheme {
    padding: 30px 0 20px;
  }
  .scheme-title {
    margin-bottom: 20px;
  }
  .scheme-items {
    margin-bottom: 20px;
  }
  .scheme-btn {
    width: 100%;
  }
}
.thanks {
  padding: 50px 0;
}

.thanks-title {
  text-align: center;
  margin-bottom: 20px;
}

.thanks-img {
  width: 100%;
}

.thanks-body {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  background: rgba(49, 54, 63, 0.8);
  padding: 40px;
  text-align: center;
  max-width: 1180px;
  margin: -100px auto 0;
}

.thanks-text {
  font-weight: 500;
  margin-bottom: 40px;
}

.thanks-sub-title {
  font-weight: 700;
}

@media (max-width: 767px) {
  .thanks-body {
    background-color: rgba(49, 54, 63, 0.8);
    margin-top: -25px;
    padding: 20px;
  }
  .thanks {
    padding: 20px 0;
  }
  .thanks-sub-title {
    font-size: 20px;
    line-height: 125%;
  }
}
.request {
  padding: 50px 0 131px;
}

.request-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.request-content {
  max-width: 580px;
}

.request-title {
  margin-bottom: 40px;
}

.request-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
}

.request-input {
  width: 100%;
  height: 48px;
}

.request-textarea,
.request-input {
  padding: 0 20px;
  background-color: transparent;
  color: rgb(114, 114, 114);
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  border-bottom: 1px solid rgb(61, 194, 236);
  color: white;
}

.request-select {
  width: 100%;
  border-bottom: 1px solid rgb(61, 194, 236);
  padding: 12px 20px;
  position: relative;
}
.request-select._active .request-items {
  visibility: visible;
  opacity: 1;
}
.request-select._active .request-select-active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.request-select-active {
  width: 100%;
  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;
}
.request-select-active svg {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.request-select-active-title {
  color: rgb(114, 114, 114);
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.request-items {
  top: 100%;
  left: 0;
  width: 100%;
  position: absolute;
  border-bottom: 1px solid rgb(61, 194, 236);
  background: rgb(34, 40, 49);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.request-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 6px 20px;
}
.request-item:hover {
  background: rgb(49, 57, 70);
}

.request-select-active-img {
  display: none;
}

.request-item-title {
  color: rgb(238, 238, 238);
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.request-textarea {
  width: 100%;
  height: 130px;
  padding: 12px 20px;
}

.request-btn {
  margin-top: 20px;
}

.request-img {
  max-width: 700px;
  width: 100%;
}

.iti {
  width: 100%;
}

.iti__country-name {
  color: #999;
}

@media (max-width: 1200px) {
  .request-img {
    max-width: 400px;
  }
}
@media (max-width: 998px) {
  .request-img {
    max-width: 100%;
  }
  .request-row {
    row-gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .request-content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .request {
    padding: 20px 0 150px;
  }
  .request-title {
    margin-bottom: 20px;
  }
  .request-btn {
    margin-top: 0;
    width: 100%;
  }
  .request-form {
    row-gap: 12px;
  }
}
.thanks-page {
  padding: 446px 0;
  position: relative;
}
.thanks-page .container {
  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;
}

.thanks-page-content {
  position: relative;
  z-index: 1;
  max-width: 580px;
  text-align: center;
}

.thanks-page-title {
  margin-bottom: 20px;
}

.thanks-page-text {
  margin-bottom: 20px;
}

.thanks-page-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 800px) {
  .thanks-page {
    padding: 0 0;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}