@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
}

body {
  background: linear-gradient(217deg, #242424, #373d4e, #2e2e2e, #1c1d1d);
  background-size: 800% 800%;
  height: 100vh;
  width: 100vw;
  position: relative;
  background-size: 400% 400%;
  -webkit-animation: bgrad 30s ease infinite;
          animation: bgrad 30s ease infinite;
}

@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1400px) {
  body {
    width: unset !important;
    height: unset !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#1b1b1b)) no-repeat fixed;
    background: linear-gradient(180deg, #272727 0%, #1b1b1b 100%) no-repeat fixed;
  }
}

@-webkit-keyframes bgrad {
  0% {
    background-position: 96% 0%;
  }
  50% {
    background-position: 5% 100%;
  }
  100% {
    background-position: 96% 0%;
  }
}

@keyframes bgrad {
  0% {
    background-position: 96% 0%;
  }
  50% {
    background-position: 5% 100%;
  }
  100% {
    background-position: 96% 0%;
  }
}

header .logotype {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1400px) {
  header .logotype {
    top: -1vh;
  }
}

header .logotype img {
  max-width: 450px;
}

@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1400px) {
  header .logotype img {
    max-width: 250px !important;
  }
}

@media only screen and (max-width: 1920px) {
  header .logotype img {
    max-width: 350px;
  }
}

@media only screen and (min-width: 2200px), only screen and (min-width: 3600px) {
  header .logotype img {
    max-width: 400px !important;
  }
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 96vh;
}

main a {
  text-decoration: none !important;
}

@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1400px) {
  main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 98vh;
  }
}

main .block-item {
  background-color: rgba(168, 175, 214, 0.1);
  padding: 30px 60px;
  min-height: 480px;
  min-width: 270px;
  margin: 0 40px;
  border-radius: 6px;
  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-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
  -webkit-box-shadow: 3px 3px 16px 0px rgba(34, 34, 34, 0.2);
          box-shadow: 3px 3px 16px 0px rgba(34, 34, 34, 0.2);
}

@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1400px) {
  main .block-item {
    min-height: 12vh !important;
    min-width: 50vw !important;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
}

@media only screen and (min-width: 3600px) {
  main .block-item {
    min-height: 480px !important;
    min-width: 320px !important;
  }
}

@media only screen and (max-width: 2100px) {
  main .block-item {
    min-height: 450px;
    min-width: 260px;
  }
}

@media only screen and (min-width: 2200px) {
  main .block-item {
    min-height: 520px;
    min-width: 300px;
  }
}

main .block-item-text-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .block-item-text-head div svg {
  margin-right: 8px;
}

main .block-item-text-head div h2 {
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  font-size: 26px;
}

main .block-item-text-desc h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

main .block-item:hover {
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 16px 0px rgba(24, 24, 24, 0.3);
          box-shadow: 3px 3px 16px 0px rgba(24, 24, 24, 0.3);
  background-color: rgba(49, 52, 59, 0.384);
}

main .item-big {
  padding: 30px 60px;
  min-height: 540px;
  min-width: 290px;
  margin: 0 40px;
}

@media only screen and (min-width: 3600px) {
  main .item-big {
    min-height: 540px !important;
    min-width: 360px !important;
  }
}

@media only screen and (max-width: 2100px) {
  main .item-big {
    min-height: 500px;
    min-width: 290px;
  }
}

@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1400px) {
  main .item-big {
    min-height: 15vh !important;
    min-width: 50vw !important;
    margin: 20px 0 !important;
  }
}

main .item-big-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .item-big-child .icon {
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .item-big-child .item-big-text h2 {
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  font-size: 26px;
}

main .item-big-child .item-big-text h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.main-images {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1400px) {
  .main-images {
    display: block;
  }
}

.main-images .right-person {
  max-width: 600px;
  bottom: 0px;
  right: 0px;
  position: inherit;
}

@media only screen and (min-width: 2200px) {
  .main-images .right-person {
    max-width: 560px;
  }
}

@media only screen and (min-width: 3600px) {
  .main-images .right-person {
    max-width: 750px;
  }
}

@media only screen and (max-width: 2100px) {
  .main-images .right-person {
    max-width: 460px;
  }
}

@media only screen and (max-width: 1920px) {
  .main-images .right-person {
    max-width: 430px;
  }
}

@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1400px) {
  .main-images .right-person {
    max-width: 70%;
    right: -30%;
  }
}

.main-images .left-person {
  max-width: 600px;
  position: inherit;
  left: 20px;
  bottom: 0px;
}

@media only screen and (min-width: 2200px) {
  .main-images .left-person {
    max-width: 560px;
  }
}

@media only screen and (max-width: 2100px) {
  .main-images .left-person {
    max-width: 500px;
  }
}

@media only screen and (min-width: 3600px) {
  .main-images .left-person {
    max-width: 750px;
  }
}

@media only screen and (max-width: 1920px) {
  .main-images .left-person {
    max-width: 460px;
  }
}

@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1400px) {
  .main-images .left-person {
    max-width: 60%;
    left: -20%;
  }
}

footer {
  height: 4vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.7vw;
}

@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1400px) {
  footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1400px) {
  footer {
    height: 2vh;
  }
}

footer a {
  cursor: pointer;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  font-weight: 300;
}

footer a span {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}

.dialog {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dialog .background {
  background-color: rgba(26, 26, 26, 0.521);
  width: 100%;
  height: 100%;
  position: absolute;
}

@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1400px) {
  .dialog .background {
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }
}

.dialog .links-item {
  max-width: 70vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dialog .links-item a {
  padding: 30px 30px !important;
  margin: 10px 15px !important;
  width: 370px;
}

@media only screen and (max-width: 1920px) {
  .dialog .links-item {
    max-width: 58vw;
  }
}

@media only screen and (min-width: 3600px), only screen and (min-width: 2200px) {
  .dialog .links-item {
    max-width: 58vw !important;
  }
}

.dialog .dialog-item {
  padding: 20px 120px;
  background-color: #1c1c1c2e;
  z-index: 999999;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1400px) {
  .dialog .dialog-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 40px;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
  }
}

.dialog .dialog-item a {
  padding: 20px 60px;
  margin: auto;
  font-size: 20px;
  font-weight: 700;
  margin: 30px 15px;
  text-transform: uppercase;
  color: #fff;
  background-color: #292a2ca6;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.09s all ease-in-out;
  transition: 0.09s all ease-in-out;
}

@media only screen and (max-width: 667px), only screen and (min-width: 668px) and (max-width: 1400px) {
  .dialog .dialog-item a {
    margin: 10px 0px;
  }
}

.dialog .dialog-item a svg {
  padding-right: 10px;
}

.dialog .dialog-item a:hover {
  background-color: #33363da6;
}
/*# sourceMappingURL=main.css.map */