@import "https://fonts.googleapis.com/css2?family=Commissioner:wght@300;400;500;600;700&display=swap";
body {
  color: #fff;
  background-color: #000;
  margin: 0;
  padding: 0;
  font-family: Commissioner, sans-serif;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

.containerAnimate {
  width: 100%;
  height: 100%;
}

.topMenu {
  width: 900px;
  z-index: 5;
  background-color: #202020;
  position: fixed;
  top: 0;
  right: 0;
}

.topMenu nav {
  width: 100%;
}

.topMenuUl {
  width: 100%;
  justify-content: center;
  margin: 0;
  padding: 50px 85px;
  list-style-type: none;
  display: flex;
}

.topMenuUl li {
  padding: 0 25px;
  display: flex;
  position: relative;
}

.topMenuUl li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: block;
  position: relative;
}

.topMenuUl li .active:before {
  width: 100%;
  height: 1px;
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: -5px;
}

.topMenuDropdown:hover .topMenuDropdownList {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.topMenuDropdownList {
  min-width: 210px;
  opacity: 0;
  visibility: hidden;
  z-index: 6;
  background-color: #000;
  border: 1px solid #ffffff14;
  padding: 10px;
  transition: opacity .2s, transform .2s, visibility .2s;
  position: absolute;
  top: calc(100% + 22px);
  right: 0;
  transform: translateY(8px);
}

.topMenuDropdownLink {
  width: 100%;
  white-space: nowrap;
  padding: 14px 18px;
  transition: background-color .2s, opacity .2s;
}

.topMenuDropdownLink:before {
  display: none;
}

.topMenuDropdownLink:hover, .topMenuDropdownLink.active {
  background-color: #ffffff1f;
}

.leftSlideBar {
  width: 690px;
  z-index: 5;
  background-color: #202020;
  justify-content: center;
  align-items: center;
  padding: 50px 120px;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

.lineBlock {
  height: 1px;
  background-color: #c4c4c466;
  flex-grow: 2;
  margin: 0 20px;
  display: flex;
  position: relative;
}

.lineActivePage {
  height: 3px;
  background-color: #c4c4c4;
  position: absolute;
  top: -1px;
  left: 80%;
}

.slide1 {
  width: 100%;
  height: 100vh;
  background-image: url("mainImage.6fe589d4.jpg");
  background-size: cover;
}

.slide1 .filter {
  opacity: .4;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.content {
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.buttonGroup {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  bottom: 250px;
  left: 130px;
}

.buttonGroup .textBuy {
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 500;
}

.buttonGroup .button {
  color: #fff;
  border: 1px solid #fff;
  padding: 17px 50px;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.logo {
  position: absolute;
  top: 150px;
  left: 210px;
}

.slide2 {
  display: flex;
}

.logoLink {
  z-index: 5;
  position: absolute;
  top: 40px;
  left: 60px;
}

.leftBlock {
  width: calc(100% - 900px);
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rightBlock {
  width: 900px;
  background-color: #202020;
  padding-top: 200px;
  display: flex;
  position: relative;
}

.titlePage {
  width: 100%;
  z-index: 2;
  letter-spacing: .08em;
  margin-bottom: 150px;
  padding-left: 130px;
  font-size: 48px;
  font-weight: 500;
  position: absolute;
}

.titlePage:before {
  width: 100%;
  height: 41px;
  content: "";
  opacity: .5;
  z-index: -1;
  background: linear-gradient(91.59deg, #8c348e -1.98%, #0778e1 103.59%), #d9d9d9;
  position: absolute;
  top: 45%;
  left: -10%;
}

.containerSliderService {
  padding-top: 200px;
  padding-left: 130px;
  display: flex;
  position: relative;
}

.trackSlider {
  flex-direction: column;
  flex-grow: 2;
  align-items: center;
  padding-top: 240px;
  display: flex;
}

.trackSlider .circle {
  width: 8px;
  height: 8px;
  opacity: .2;
  background: #d9d9d9;
  border-radius: 50%;
  margin-bottom: 25px;
}

.trackSlider .circleActive {
  opacity: 1;
}

.trackSlider img {
  width: 10px;
}

.itemSliderService {
  width: 500px;
  display: none;
}

.numberSlide {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.numberSlide:before {
  content: "";
  width: 112px;
  height: 6px;
  opacity: .5;
  background: linear-gradient(91.59deg, #8c348e -1.98%, #0778e1 103.59%), #d9d9d9;
  position: absolute;
  bottom: -16px;
  left: 0;
}

.titleSlide {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.textSlide p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28.8px;
}

.slide3 {
  width: 100%;
  height: 100vh;
  background-color: #202020;
}

.slide3 .content {
  width: calc(100% - 150px);
  height: calc(100vh - 122px);
  background-image: url("imageProject.2f97a05a.jpg");
  background-size: cover;
  flex-direction: column;
  align-items: flex-start;
  top: 122px;
  left: 150px;
}

.titleProjectPage {
  text-transform: uppercase;
  letter-spacing: .08em;
  background-color: #202020;
  margin-top: 60px;
  margin-bottom: 100px;
  padding: 25px 70px;
  font-size: 48px;
  font-weight: 500;
}

.itemsProject {
  width: 100%;
  display: flex;
  position: relative;
}

.itemProject {
  width: 400px;
  color: #000;
  height: 500px;
  background-color: #fff;
  padding: 30px;
}

.itemProject .itemTitle {
  margin-bottom: 45px;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}

.itemProject .itemText {
  font-size: 18px;
  line-height: 160%;
}

.itemProject {
  position: absolute;
  top: 0;
}

.itemProject:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: .22;
  z-index: -1;
  background: #000;
  position: absolute;
  bottom: 13px;
  left: 13px;
}

.itemProject:nth-child(1) {
  left: -60px;
}

.itemProject:nth-child(2) {
  left: calc(22% + 10px);
}

.itemProject:nth-child(3) {
  left: calc(44% + 70px);
}

.itemProject:nth-child(4) {
  left: calc(66% + 140px);
}

.slide4 {
  width: 100%;
  height: 100vh;
  background: #202020;
  flex-direction: column;
  padding-bottom: 122px;
  position: relative;
}

.slide4 .content {
  width: 100%;
  height: calc(100% - 122px);
  background-image: url("connectPage.b05fc1c7.jpg");
  background-size: cover;
  flex-direction: column;
  align-items: flex-start;
  top: 0;
  left: 0;
}

.titleConnectWrap {
  position: absolute;
  top: 150px;
  left: 130px;
}

.itemsConnect {
  background-color: #202020;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.itemConnect {
  width: 550px;
  flex-direction: column;
  padding: 85px;
  display: flex;
}

.itemConnect .itemTitle {
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}

.itemConnect .itemsList {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.itemConnect .itemList {
  margin-bottom: 20px;
  position: relative;
}

.itemConnect .itemList:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #d9d9d9;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -22px;
}

.itemConnect .buttonConnect {
  text-align: center;
  border: 1px solid #fff;
  padding: 22px 52px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.itemConnectBlack {
  background-color: #000;
}

.titleConnectPage {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 500;
  line-height: 140%;
}

.descConnectPage {
  font-size: 18px;
  line-height: 160%;
}

.slide5 .content {
  width: 100%;
  height: 100vh;
  background-color: #202020;
  display: flex;
}

.leftBlockContact {
  width: calc(100% - 900px);
  height: 100%;
  overflow: hidden;
}

.contactMap {
  width: 100%;
  height: 100%;
  filter: grayscale() saturate(.35) contrast(1.05);
}

body.modalOpen {
  overflow: hidden;
}

.rightBlockContact {
  width: 900px;
  position: relative;
}

.rightBlockCompany {
  height: 100vh;
  grid-template-rows: minmax(0, 1fr) auto;
  display: grid;
  overflow: hidden;
}

.rightBlockCompany footer {
  flex: none;
  grid-row: 2;
  padding-bottom: clamp(28px, 5vh, 72px);
}

.rightBlockCompany .titleContact {
  font-size: clamp(34px, 2.8vw, 44px);
  top: clamp(150px, 17vh, 210px);
}

.rightBlockCompany .titleContact:before {
  top: 24px;
}

.rightBlockCompany .companyInfo {
  margin-top: clamp(280px, 33vh, 360px);
}

.titleContact {
  width: 100%;
  letter-spacing: .08em;
  text-transform: uppercase;
  z-index: 2;
  padding-left: 70px;
  font-size: clamp(38px, 3vw, 48px);
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  top: clamp(120px, 15vh, 190px);
  left: 0;
}

.titleContact:before {
  content: "";
  opacity: .5;
  height: 41px;
  z-index: -1;
  width: 970px;
  background: linear-gradient(91.59deg, #8c348e -1.98%, #0778e1 103.59%), #d9d9d9;
  position: absolute;
  top: 30px;
  right: 0;
}

.form {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 350px 130px 0 70px;
  display: flex;
}

.form input {
  width: 47%;
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 2px;
  margin-bottom: 30px;
  padding: 15px 20px;
  font-family: Commissioner, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.form input::placeholder {
  color: #fff;
  opacity: .6;
  font-family: Commissioner, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.form textarea {
  width: 100%;
  resize: none;
  height: 130px;
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 2px;
  margin-bottom: 25px;
  padding: 15px 20px;
  font-family: Commissioner, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.form textarea::placeholder {
  color: #fff;
  opacity: .6;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.form .sendButton {
  cursor: pointer;
  color: #fff;
  background: none;
  border: 1px solid #fff;
  margin-bottom: 50px;
  padding: 17px 66px;
  font-family: Commissioner, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
}

.companyInfo {
  min-height: 0;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #ffffff61 transparent;
  grid-row: 1;
  margin: clamp(230px, 28vh, 350px) 34px 0 70px;
  padding: 0 18px 0 0;
  overflow-y: auto;
}

.companyInfo::-webkit-scrollbar {
  width: 8px;
}

.companyInfo::-webkit-scrollbar-track {
  background: none;
}

.companyInfo::-webkit-scrollbar-thumb {
  background: linear-gradient(#8c348eb3 0%, #0778e1b3 100%) padding-box padding-box;
  border: 2px solid #0000;
  border-radius: 999px;
}

.companyInfo::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(#8c348ee6 0%, #0778e1e6 100%);
}

.companyInfo::-webkit-scrollbar-corner {
  background: none;
}

.companyInfoSection {
  margin-bottom: clamp(28px, 3.5vh, 48px);
}

.companyInfoCaption {
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: clamp(14px, 2vh, 24px);
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 400;
  line-height: 130%;
}

.companyInfoList {
  max-width: 560px;
  color: #ffffffa6;
  font-size: clamp(16px, 1.15vw, 18px);
  font-weight: 300;
  line-height: 150%;
}

.companyInfoList p {
  margin: 0 0 12px;
}

.companyInfoMeta {
  flex-direction: column;
  gap: clamp(12px, 1.5vh, 18px);
  display: flex;
}

.companyInfoMetaItem {
  align-items: baseline;
  gap: 18px;
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 140%;
  display: flex;
}

.companyInfoMetaItem span {
  min-width: 115px;
  color: #fff;
  font-weight: 400;
}

.companyInfoMetaItem strong {
  color: #ffffffb3;
  font-weight: 300;
}

.politics {
  width: 100%;
  color: #fff;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 130%;
}

.politics span {
  opacity: .7;
}

.politics a {
  color: #fff;
  font-weight: 400;
}

.consentGroup {
  width: 100%;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 30px;
  display: flex;
}

.consentItem {
  color: #fffc;
  cursor: pointer;
  align-items: flex-start;
  gap: 14px;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  display: flex;
}

.consentItem input {
  width: 22px;
  height: 22px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #ffffff08;
  border: 1px solid #ffffff61;
  border-radius: 4px;
  flex: 0 0 22px;
  margin: 0;
  transition: border-color .2s, background-color .2s, box-shadow .2s, transform .2s;
}

.consentItem input:hover {
  background: #ffffff0f;
  border-color: #ffffffbf;
}

.consentItem input:focus-visible {
  border-color: #0778e1f2;
  outline: none;
  box-shadow: 0 0 0 3px #0778e12e;
}

.consentItem input:checked {
  background: #ffffff1f url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.25' d='M4 9.5 7.2 12.5 14 5.5'/%3E%3C/svg%3E") center / 13px 13px no-repeat;
  border-color: #ffffffb8;
  box-shadow: 0 0 0 1px #ffffff14;
}

.consentItem span {
  padding-top: 1px;
  display: block;
}

.consentItem a {
  color: #fff;
  border-bottom: 1px solid #fffc;
  font-weight: 500;
  text-decoration: none;
}

.policyModal {
  z-index: 50;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: none;
  position: fixed;
  inset: 0;
}

.policyModal.isOpen {
  display: flex;
}

.policyModalOverlay {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: #000000b8;
  position: absolute;
  inset: 0;
}

.policyModalDialog {
  width: min(100%, 960px);
  max-height: calc(100vh - 48px);
  color: #000;
  z-index: 1;
  background: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 80px #00000059;
}

.policyModalClose {
  width: 44px;
  height: 44px;
  color: #1a1a1a;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 36px;
  line-height: 1;
  position: absolute;
  top: 16px;
  right: 16px;
}

.policyModalBody {
  max-height: calc(100vh - 48px);
  overflow-y: auto;
}

.policyDocument {
  max-width: 900px;
  color: #000;
  margin: 0 auto;
  padding: 40px 20px;
}

.policyDocument h1 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
}

.policyDocument h2 {
  margin: 32px 0 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.policyDocument p {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.policyDocument ul {
  margin: 0 0 16px 22px;
  padding: 0;
}

.policyDocument li {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.policyDocument table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 20px;
}

.policyDocument th, .policyDocument td {
  text-align: left;
  vertical-align: top;
  border: 1px solid #d9d9d9;
  padding: 12px;
  font-size: 16px;
  line-height: 140%;
}

.policyDocument th {
  font-weight: 500;
}

.policyDocument td {
  font-weight: 300;
}

.policyDocument a {
  color: #2575fc;
  opacity: .8;
  font-weight: 500;
  text-decoration: none;
}

.policyDocumentLead {
  font-size: 16px;
  line-height: 140%;
  margin: 0 0 28px !important;
  font-weight: 500 !important;
}

footer {
  padding-left: 70px;
}

footer .line {
  width: 100px;
  height: 8px;
  opacity: .6;
  background: linear-gradient(91.59deg, #8c348e -1.98%, #0778e1 103.59%), #d9d9d9;
  margin-bottom: 22px;
}

footer .itemFooter {
  margin-bottom: 10px;
  font-size: clamp(16px, 1.15vw, 18px);
  font-weight: 300;
  line-height: 130%;
}

footer .itemFooter a {
  color: #fff;
  opacity: .6;
  padding-left: 4px;
  text-decoration: none;
}

@media (max-height: 1299px) {
  .titleContact {
    padding-left: 56px;
  }

  .companyInfo {
    margin: 210px 28px 0 56px;
    padding-right: 14px;
  }

  .companyInfoCaption {
    max-width: 640px;
  }

  footer {
    padding-left: 56px;
  }

  .rightBlockCompany .titleContact {
    font-size: 40px;
    top: 148px;
  }

  .rightBlockCompany .companyInfo {
    margin-top: 255px;
  }
}

@media (max-height: 1100px) {
  .companyInfo {
    margin-top: 190px;
  }

  .companyInfoSection {
    margin-bottom: 24px;
  }

  .rightBlockCompany .titleContact {
    font-size: 36px;
    top: 138px;
  }

  .rightBlockCompany .companyInfo {
    margin-top: 232px;
  }
}

.slideItem {
  display: none;
}

/*# sourceMappingURL=index.c841a172.css.map */
