@font-face {
  font-family: "PT Astra Fact regular";
  src: url(/local/templates/termidesk25/fonts/PTAstraFact-Regular.ttf);
}

@font-face {
  font-family: "PT Astra Fact";
  src: url(/local/templates/termidesk25/fonts/PTAstraFact-Bold.ttf);
}

html {
  scroll-padding-top: 55px;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "PT Astra Fact regular", sans-serif;
  /* outline: 1px solid red; */
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0;
}

body {
  overflow-x: hidden;
  background-color: #14161b;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

.locked {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.title {
  color: #fff;
  font-size: 50px;
  line-height: 1.5;
  font-family: "PT Astra Fact";
}

@media (max-width: 769px) {
  .title {
    font-size: 36px;
    /* font-size: 48px; */
  }
}

/*header*/
.header {
  padding: 20px 0;
  z-index: 999;
}

.header-wrap {
  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;
}

.header-logo-img {
  width: 194px;
  height: 40px;
}

.header-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-burger-menu {
  display: none;
}

.header-menu-item {
  padding: 4px 12px;
  position: relative;
}

.header-menu-link {
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: relative;
  cursor: pointer;
}

.header-menu-item:last-of-type .header-menu-link {
  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;
  max-width: 157px;
  width: 100%;
  height: 40px;
  background-color: #00aaff;
  border-radius: 10px;
  color: #fff;
  padding: 0;
  /* margin-left: 34px; */
  cursor: pointer;
  border: none;
  padding: 10px 16px;
  font-weight: bold;
  font-size: 12px;
}

.header-menu-item:nth-last-of-type(2) .header-menu-link {
  width: 100%;
  max-width: 144px;
  height: 40px;
  border: 1px solid #00aaff;
  border-radius: 10px;
  color: #fff;
  padding: 0;
  /* margin-left: 34px; */
  cursor: pointer;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 12px;
  margin-left: 48px;
  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;
}


.header-menu-link {
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: relative;
  cursor: pointer;
}

.blue-arrow-link {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* max-width: 157px; */
  width: auto;
  height: 40px;
  background-color: #00aaff;
  border-radius: 10px;
  color: #fff;
  padding: 0;
  /* margin-left: 34px; */
  cursor: pointer;
  border: none;
  padding: 10px 16px;
  font-weight: bold;
  font-size: 12px;
  gap: 10px;
}

.header-menu-item-wrap-arrow {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  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;
}

.header-menu-item:last-of-type,
.header-menu-item:nth-last-of-type(2) {
  padding: 0;
}

.header-menu-item:last-of-type:hover:after,
.header-menu-item:nth-last-of-type(2):hover:after {
  border-bottom: none;
  width: 0;
}

.header-menu-item:first-of-type {
  display: none;
}

.header-menu-item:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -16px;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  background: #00b0f0;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
  border-radius: 2px;
}

.header-menu-item:hover:after {
  width: 100%;
  left: 0;
}

.header-menu-item.active:after {
  width: 100%;
  left: 0;
}

.header-menu-item.active .header-menu-link {
  color: #00b0f0;
}

.header-menu-item.current:after {
  width: 100%;
  left: 0;
}

.header-menu-item.current .header-menu-link {
  color: #00b0f0;
}

/* .header-menu-item.active .header-menu-link-dropdown {
  color: #00b0f0;
} */
.header-menu-list-extra {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  gap: 48px;
  padding: 5px 0;
  z-index: 1;
  background-color: #14161b;
  border-radius: 16px;
  width: 160px;
}

.header-menu-list-extra.active {
  display: block;
}

.header-menu-item-extra {
  padding: 6px 12px;
}

.header-menu-link-extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.header-menu-link-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 1315px) {
  .header-menu-link-dropdown {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #4e5563;
    width: 100%;
  }
}

.header-menu-item-extra:first-of-type .header-menu-link-extra-logo {
  background: url("/local/templates/termidesk25/img/header-img/vdi-logo.svg") center center/cover no-repeat;
  width: 32px;
  height: 36px;
  display: block;
}

.header-menu-item-extra:last-of-type .header-menu-link-extra-logo {
  background: url("/local/templates/termidesk25/img/header-img/connect-logo.svg") center center/cover no-repeat;
  width: 32px;
  height: 36px;
  display: block;
}

.header-menu-link-extra-desc-text {
  font-size: 12px;
  color: #ffffff;
}

.header-menu-link-extra-desc-text:last-of-type {
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
}

.header-menu-item-extra:hover .header-menu-link-extra-desc-text {
  color: #00aaff;
}

.header-menu-item-extra:last-of-type:hover .header-menu-link-extra-logo {
  background: url("/local/templates/termidesk25/img/header-img/connect-logo-hover.svg") center center/cover no-repeat;
  width: 32px;
  height: 36px;
  display: block;
}

.header-menu-item-extra:first-of-type:hover .header-menu-link-extra-logo {
  background: url("/local/templates/termidesk25/img/header-img/vdi-logo-hover.svg") center center/cover no-repeat;
  width: 32px;
  height: 36px;
  display: block;
}

/*адаптив header*/

@media (max-width: 1315px) {
  .header {
    padding: 16px 0;
  }

  .header-logo-img {
    width: 190px;
    height: 40px;
  }

  .header-menu-item:first-of-type .header-logo-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 190px;
    height: 40px;
  }

  .header-menu-item:hover:after {
    width: 0;
    left: 0;
  }

  .header-menu-list-extra {
    display: none;
    position: static;
    padding: 0;
    width: 100%;
  }

  .header-menu-item.active:after {
    width: 0;
    left: 0;
  }

  .header-menu-item-extra {
    padding: 16px 24px;
    border-bottom: 1px solid #4e5563;
  }

  .header-menu {
    position: absolute;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }

  .header-menu-item:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 24px;
  }

  .header-menu-item:nth-child(2) {
    margin-top: 32px;
  }

  .header-menu.active {
    left: 0;
    margin-top: 0;
    margin-right: 0;
    z-index: 10;
  }

  .header-menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    height: 100%;
    width: 65%;
    background-color: #14161b;
    overflow: auto;
    margin: 0;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .header-burger-menu {
    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;
    width: 40px;
    height: 40px;
    background-color: #292f39;
    border-radius: 6px;
    position: relative;
    z-index: 49;
  }

  .header-burger-icon {
    display: block;
    width: 19px;
    height: 16px;
    position: relative;
    z-index: 50;
    cursor: pointer;
    float: right;
  }

  .header-burger-icon span {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    background-color: #57c7ff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }

  .header-burger-icon span:first-child {
    top: 0;
  }

  .header-burger-icon span:last-child {
    top: auto;
    bottom: 0;
    width: 50%;
  }

  /* .header-menu-item:last-of-type {
    padding: 0 40px;
    margin-top: 40px;
  } */
  .header-menu-item:last-of-type .header-menu-link {
    margin: 20px 24px;
    max-width: 90%;
    text-align: center;
    height: 68px;
    font-size: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-menu-item {
    padding: 0 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    /* align-items: center;
      justify-content: center; */
  }

  .header-menu-item-wrap-arrow {
    min-width: 28px;
    max-width: 28px;
    height: 28px;
  }

  .header-menu-link {
    padding: 20px 0;
    color: #fff;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #4e5563;
  }

  .header-menu-item:nth-last-of-type(3) .header-menu-link {
    border-bottom: none;
  }

  .header-menu-item:nth-last-of-type(2) .header-menu-link {
    max-width: 90%;
    height: 68px;
    padding: 22px;
    font-size: 16px;
    margin: 74px 24px 0 24px;
  }

  .header-burger-icon.active span {
    background-color: #fff;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .header-burger-icon.active span:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .header-burger-icon.active span:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
    width: 100%;
  }
}

@media (max-width: 670px) {
  .header-menu-list {
    width: 100%;
  }
}

/*завершение адаптива*/
/*main-btn*/
.main-btn {
  position: fixed;
  bottom: 50px;
  right: 40px;
  background: none;

  -webkit-transition: opacity ease 0.4s;

  -o-transition: opacity ease 0.4s;

  transition: opacity ease 0.4s;
  /* padding: 12px 16px;
  background-color: #009cfe;
  box-shadow: 0px 4px 20px 0px #001b3633;
  display: flex;
  gap: 13px;
  align-items: center; */
  border: none;
  cursor: pointer;
  /* border-radius: 10px;
  font-size: 14px;
  color: #ffffff;
  font-family: "PT Astra Fact"; */
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

.main-btn.visible {
  opacity: 0.7;
  visibility: visible;
}

.main-btn:hover {
  opacity: 1;
}

/*termidesk-banner*/
.termidesk-banner {
  background-color: #000 !important;
  width: 100%;
  /* max-width: 1920px; */
  margin: -80px auto 0 auto;
  background: url("/local/templates/termidesk25/img/banner-bg.png") center top/contain no-repeat;
  background-size: auto 100%;
  height: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.termidesk-banner-wrap {
  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;
  height: 100%;
}

.termidesk-banner-title {
  font-size: 60px;
  color: #ffffff;
  font-weight: bold;
  font-family: "PT Astra Fact", "PT Astra Fact regular", sans-serif;
}

.termidesk-banner-desc {
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  width: 100%;
  max-width: 450px;
}

.termidesk-banner-extra {
  padding: 32px;
  background-color: rgba(67, 79, 93, 0.8);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.termidesk-banner-link:last-of-type {
  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;
  gap: 20px;
  /* max-width: 157px; */
  width: 100%;
  height: 40px;
  background-color: #00aaff;
  border-radius: 10px;
  color: #fff;
  padding: 0;
  /* margin-left: 34px; */
  cursor: pointer;
  border: none;
  padding: 10px 16px;
  font-weight: bold;
  font-size: 12px;
}

.termidesk-banner-link:first-of-type {
  width: 100%;
  /* max-width: 144px; */
  height: 40px;
  border: 1px solid #00aaff;
  border-radius: 10px;
  color: #fff;
  padding: 0;
  /* margin-left: 34px; */
  cursor: pointer;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 12px;
  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;
}

.termidesk-banner-wrap-arrow {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  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;
}

@media (max-width: 1315px) {
  .termidesk-banner {
    background: url("/local/templates/termidesk25/img/banner-bg.png") center center/cover no-repeat;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 815px;
  }

  .termidesk-banner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .termidesk-banner-desc {
    margin-top: 20px;
  }

  .termidesk-banner-extra {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 450px;
  }
}

@media (max-width: 580px) {
  .termidesk-banner-title {
    font-size: 48px;
    text-align: center;
  }

  .termidesk-banner-desc {
    max-width: 100%;
    text-align: center;
  }

  .termidesk-banner-extra {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .termidesk-banner-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 426px) {
  .termidesk-banner {
    background: url("/local/templates/termidesk25/img/banner-bg-mobile.png") center center/contain no-repeat;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 815px;
  }
}

/*items*/
.items {
  padding: 60px 0;
}

.items-wrap {
  width: 100%;
  /* max-width: 1160px; */
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.items-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 260px;
}

.items-unit-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 36px;
}

.items-unit-desc {
  padding-top: 36px;
  border-top: 1px solid #626b7d;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .items-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 890px) {
  .items-unit {
    max-width: 360px;
  }
}

@media (max-width: 576px) {
  .items-unit-icon {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .items-unit-desc {
    text-align: center;
  }

  .items {
    padding: 60px 0;
  }
}

/*products*/
.products {
  padding: 80px 0 40px;
}

.products-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.products-title {
  text-align: center;
}

.products-items {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.products-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url("/local/templates/termidesk25/img/cube-bg.png") center center/contain no-repeat;
  background-size: contain;
}

.products-item:last-of-type {
  margin-top: 212px;
}

.products-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 55px;

  /* justify-content: space-between; */
}

.products-item-content {
  width: 100%;
  max-width: 740px;
  height: 395px;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.products-item-desc {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  margin-top: 28px;
}

.products-item-link {
  width: 100%;
  max-width: 300px;
  background-color: #00aaff;
  height: 58px;
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  gap: 12px;
  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;
}

.products-item-bottom-wrap {
  padding-top: 55px;
  /* margin: 0 20px; */
  border-top: 1px solid #3f4756;
}

.products-item-bottom {
  height: 80px;
  background-color: rgba(67, 79, 93, 0.5);
  border-radius: 16px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.products-item-bottom-unit {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-item-bottom-unit-point {
  min-width: 8px;
  max-width: 8px;
  height: 8px;
  background-color: rgba(0, 170, 255, 1);
  border-radius: 10px;
  display: block;
}

.products-item-subtitle {
  font-size: 40px;
  color: #ffffff;
}

@media (max-width: 1040px) {
  .products-wrap {
    padding: 0;
  }

  .products-item-bottom-wrap {
    margin: 0 20px;
  }

  .products-item-content {
    padding-left: 20px;
  }
}

@media (max-width: 880px) {
  .products-item-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .products-item-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    max-width: 740px;
    height: auto;
    padding: 0 20px;
  }

  .products-item-link {
    margin-top: 65px;
    max-width: 100%;
  }

  .products-item-img {
    width: 100%;
    max-width: 336px;
  }

  .products-item-title {
    text-align: center;
  }

  .products-item-desc {
    text-align: center;
  }

  .products-item-subtitle {
    text-align: center;
  }

  .products-item-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    height: auto;
    padding: 28px 20px;
    gap: 32px;
  }

  .products-item:last-of-type {
    margin-top: 0;
    padding-top: 120px;
  }

  .products-item {
    background: url("/local/templates/termidesk25/img/cube-bg-mobile.png") center center/cover no-repeat;
  }

  .products-items {
    margin-top: 0;
  }

  .products-item:first-of-type {
    padding-top: 60px;
  }
}

@media (max-width: 576px) {
  .products {
    padding: 0;
  }
}

/*slider*/
.slider {
  padding: 120px 0;
}

.slider-wrap {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slider-wrap-nav {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* align-items: center; */
}

.slider-wrap-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  /* margin-right: 10%;
  transform: translateX(-50%); */
}

.slider-title {
  text-align: center;
}

.slider-tab {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 16px 20px;
  border-radius: 12px;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 215px;
  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;
}

.slider-tab.active {
  border: 1px solid #00aaff;
}

.swiper.slider-item {
  /* width: 1080px; */
  height: 722px;
}

.slider-item .swiper-slide {
  -webkit-transition: -webkit-filter 0.3s ease-out;
  transition: -webkit-filter 0.3s ease-out;
  -o-transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
}

.slider-item .swiper-slide-next,
.slider-item .swiper-slide-prev {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.slider-img {
  margin-top: 57px;
  /* height: 100%; */
  height: 608px;
  width: 100%;
}

.slider-item .swiper-wrapper.slider-tab-content {
  display: none;
}

.slider-item .swiper-wrapper.slider-tab-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: absolute;
  top: 0;
  right: 35px;
  left: auto;
}

.slider-nav .swiper-button-prev,
.slider-nav .swiper-button-next {
  cursor: pointer;
  min-width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #fff;
}

.slider-nav .swiper-button-prev::after,
.slider-nav .swiper-button-next::after {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

.slider-nav .swiper-button-prev::after {
  /* background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.76066 11.5039C3.7419 11.5414 3.72313 11.5602 3.70437 11.5977C3.6856 11.6165 3.6856 11.6352 3.6856 11.654C3.66684 11.6915 3.66684 11.729 3.64807 11.7666C3.64807 11.7853 3.62931 11.8041 3.62931 11.8229C3.61054 11.9355 3.61054 12.048 3.62931 12.1606C3.62931 12.1794 3.64807 12.1982 3.64807 12.2169C3.64807 12.2545 3.66684 12.292 3.6856 12.3295C3.6856 12.3483 3.70437 12.367 3.70437 12.3858C3.72313 12.4233 3.7419 12.4421 3.76066 12.4796C3.77943 12.4984 3.77943 12.5172 3.79819 12.5359C3.79819 12.5547 3.81695 12.5547 3.81695 12.5735L8.56441 18.5969C8.88341 19.0097 9.48388 19.066 9.87794 18.747C10.2908 18.428 10.3471 17.8276 10.0281 17.4335L6.5003 12.93L20.4612 12.93C20.9866 12.93 21.3994 12.5172 21.3994 11.9918C21.3994 11.4663 20.9866 11.0535 20.4612 11.0535L6.5003 11.0535L10.0281 6.56876C10.3471 6.15594 10.272 5.57424 9.87794 5.25524C9.70906 5.12389 9.50265 5.04883 9.29624 5.04883C9.01477 5.04883 8.75206 5.18018 8.56441 5.40536L3.83572 11.41C3.83572 11.4288 3.81695 11.4288 3.81695 11.4476C3.79819 11.4663 3.77943 11.4851 3.76066 11.5039Z' fill='%2300AAFF'/%3E%3C/svg%3E%0A"); */
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.754 12.9968C20.7728 12.9593 20.7915 12.9405 20.8103 12.903C20.8291 12.8842 20.8291 12.8655 20.8291 12.8467C20.8478 12.8092 20.8478 12.7716 20.8666 12.7341C20.8666 12.7153 20.8854 12.6966 20.8854 12.6778C20.9041 12.5652 20.9041 12.4526 20.8854 12.3401C20.8854 12.3213 20.8666 12.3025 20.8666 12.2838C20.8666 12.2462 20.8478 12.2087 20.8291 12.1712C20.8291 12.1524 20.8103 12.1336 20.8103 12.1149C20.7915 12.0773 20.7728 12.0586 20.754 12.0211C20.7353 12.0023 20.7353 11.9835 20.7165 11.9648C20.7165 11.946 20.6977 11.946 20.6977 11.9272L15.9503 5.90377C15.6313 5.49095 15.0308 5.43465 14.6367 5.75365C14.2239 6.07265 14.1676 6.67312 14.4866 7.06718L18.0144 11.5707H4.05347C3.52806 11.5707 3.11523 11.9835 3.11523 12.5089C3.11523 13.0343 3.52806 13.4472 4.05347 13.4472H18.0144L14.4866 17.9319C14.1676 18.3447 14.2427 18.9264 14.6367 19.2454C14.8056 19.3768 15.012 19.4519 15.2184 19.4519C15.4999 19.4519 15.7626 19.3205 15.9503 19.0953L20.679 13.0906C20.679 13.0719 20.6977 13.0719 20.6977 13.0531C20.7165 13.0343 20.7353 13.0156 20.754 12.9968Z' fill='%2300AAFF'/%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-nav .swiper-button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.754 12.9968C20.7728 12.9593 20.7915 12.9405 20.8103 12.903C20.8291 12.8842 20.8291 12.8655 20.8291 12.8467C20.8478 12.8092 20.8478 12.7716 20.8666 12.7341C20.8666 12.7153 20.8854 12.6966 20.8854 12.6778C20.9041 12.5652 20.9041 12.4526 20.8854 12.3401C20.8854 12.3213 20.8666 12.3025 20.8666 12.2838C20.8666 12.2462 20.8478 12.2087 20.8291 12.1712C20.8291 12.1524 20.8103 12.1336 20.8103 12.1149C20.7915 12.0773 20.7728 12.0586 20.754 12.0211C20.7353 12.0023 20.7353 11.9835 20.7165 11.9648C20.7165 11.946 20.6977 11.946 20.6977 11.9272L15.9503 5.90377C15.6313 5.49095 15.0308 5.43465 14.6367 5.75365C14.2239 6.07265 14.1676 6.67312 14.4866 7.06718L18.0144 11.5707H4.05347C3.52806 11.5707 3.11523 11.9835 3.11523 12.5089C3.11523 13.0343 3.52806 13.4472 4.05347 13.4472H18.0144L14.4866 17.9319C14.1676 18.3447 14.2427 18.9264 14.6367 19.2454C14.8056 19.3768 15.012 19.4519 15.2184 19.4519C15.4999 19.4519 15.7626 19.3205 15.9503 19.0953L20.679 13.0906C20.679 13.0719 20.6977 13.0719 20.6977 13.0531C20.7165 13.0343 20.7353 13.0156 20.754 12.9968Z' fill='%2300AAFF'/%3E%3C/svg%3E%0A");
}

.swiper-button-disabled {
  border: 1px solid #626B7D;
  background: transparent;
}

.slider-nav .swiper-button-disabled.swiper-button-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.754 12.9968C20.7728 12.9593 20.7915 12.9405 20.8103 12.903C20.8291 12.8842 20.8291 12.8655 20.8291 12.8467C20.8478 12.8092 20.8478 12.7716 20.8666 12.7341C20.8666 12.7153 20.8854 12.6966 20.8854 12.6778C20.9041 12.5652 20.9041 12.4526 20.8854 12.3401C20.8854 12.3213 20.8666 12.3025 20.8666 12.2838C20.8666 12.2462 20.8478 12.2087 20.8291 12.1712C20.8291 12.1524 20.8103 12.1336 20.8103 12.1149C20.7915 12.0773 20.7728 12.0586 20.754 12.0211C20.7353 12.0023 20.7353 11.9835 20.7165 11.9648C20.7165 11.946 20.6977 11.946 20.6977 11.9272L15.9503 5.90377C15.6313 5.49095 15.0308 5.43465 14.6367 5.75365C14.2239 6.07265 14.1676 6.67312 14.4866 7.06718L18.0144 11.5707H4.05347C3.52806 11.5707 3.11523 11.9835 3.11523 12.5089C3.11523 13.0343 3.52806 13.4472 4.05347 13.4472H18.0144L14.4866 17.9319C14.1676 18.3447 14.2427 18.9264 14.6367 19.2454C14.8056 19.3768 15.012 19.4519 15.2184 19.4519C15.4999 19.4519 15.7626 19.3205 15.9503 19.0953L20.679 13.0906C20.679 13.0719 20.6977 13.0719 20.6977 13.0531C20.7165 13.0343 20.7353 13.0156 20.754 12.9968Z' fill='%23626B7D'/%3E%3C/svg%3E%0A");
}

.slider-nav .swiper-button-disabled.swiper-button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.754 12.9968C20.7728 12.9593 20.7915 12.9405 20.8103 12.903C20.8291 12.8842 20.8291 12.8655 20.8291 12.8467C20.8478 12.8092 20.8478 12.7716 20.8666 12.7341C20.8666 12.7153 20.8854 12.6966 20.8854 12.6778C20.9041 12.5652 20.9041 12.4526 20.8854 12.3401C20.8854 12.3213 20.8666 12.3025 20.8666 12.2838C20.8666 12.2462 20.8478 12.2087 20.8291 12.1712C20.8291 12.1524 20.8103 12.1336 20.8103 12.1149C20.7915 12.0773 20.7728 12.0586 20.754 12.0211C20.7353 12.0023 20.7353 11.9835 20.7165 11.9648C20.7165 11.946 20.6977 11.946 20.6977 11.9272L15.9503 5.90377C15.6313 5.49095 15.0308 5.43465 14.6367 5.75365C14.2239 6.07265 14.1676 6.67312 14.4866 7.06718L18.0144 11.5707H4.05347C3.52806 11.5707 3.11523 11.9835 3.11523 12.5089C3.11523 13.0343 3.52806 13.4472 4.05347 13.4472H18.0144L14.4866 17.9319C14.1676 18.3447 14.2427 18.9264 14.6367 19.2454C14.8056 19.3768 15.012 19.4519 15.2184 19.4519C15.4999 19.4519 15.7626 19.3205 15.9503 19.0953L20.679 13.0906C20.679 13.0719 20.6977 13.0719 20.6977 13.0531C20.7165 13.0343 20.7353 13.0156 20.754 12.9968Z' fill='%23626B7D'/%3E%3C/svg%3E%0A");
}

.slider-items {
  margin-top: 80px;
}

@media (max-width: 1300px) {
  .slider-img {
    margin-top: 60px;
    height: auto;
    width: 100%;
    padding-bottom: 60px;
  }

  .swiper.slider-item {
    height: auto;
  }

  .slider-items {
    margin-top: 0;
  }
}

@media (max-width: 930px) {

  .slider-nav .swiper-button-prev,
  .slider-nav .swiper-button-next {
    display: none;
  }
}

@media (max-width: 576px) {
  .slider {
    padding: 60px 0;
  }

  .slider-wrap-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-tab {
    width: 252px;
  }
}

/*cases*/
.cases {
  padding: 40px 0;
}

.cases-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper.cases-swiper {
  margin-top: 58px;
  height: 460px;
}

.cases-swiper .swiper-slide {
  border: 1px solid #ffffff;
  border-radius: 24px;
  padding: 40px;
  height: 411px;
}

.cases-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cases-slide-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #4e5563;
}

.cases-slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cases-slide-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
}

.cases-slide-location-point {
  width: 11px;
  height: 11px;
  border-radius: 12px;
  background-color: #00aaff;
}

.cases-slide-info {
  margin-top: 16px;
  font-size: 32px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
}

.cases-slide-link {
  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;
  margin-top: 68px;
  padding: 13px 20px;
  border: 1px solid #00aaff;
  border-radius: 12px;
  font-size: 16px;
  color: #ffffff;
  width: 200px;
  gap: 8px;
}

.cases-slide-bottom {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cases-slide-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.cases-slide-text {
  font-size: 14px;
  color: #ffffff;
}

.cases-slide-wrap-product {
  margin-top: 8px;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 2px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cases-slide-product {
  font-size: 14px;
  color: #14161b;
}

.cases-slide-count {
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
}

.cases-link {
  margin-top: 58px;
  color: #ffffff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #00aaff;
  border-radius: 16px;
  padding: 16px;
  width: 100%;
  max-width: 784px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media (max-width: 930px) {

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

@media (max-width: 740px) {
  .swiper.cases-swiper {
    height: 832px;
  }

  .cases-swiper .swiper-slide {
    height: 735px;
  }

  .cases-slide-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .cases-slide-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 280px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .cases-slide-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .cases-slide-link {
    margin-top: 40px;
    width: 100%;
  }

  .cases-slide-bottom {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 576px) {
  .cases {
    padding: 0;
  }

  .cases-slide-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }

  .swiper.cases-swiper {
    height: 932px;
  }

  .cases-swiper .swiper-slide {
    height: 872px;
  }
}

/*news*/
.news {
  padding: 120px 0;
}

.news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 808px;
  gap: 40px;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}

.news-item:nth-child(3) {
  border-bottom: 1px solid #4e5563;
  padding-bottom: 40px;
}

.news-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-item-title {
  color: #fff;
  font-size: 26px;
  line-height: 1.5;
  font-family: "PT Astra Fact";
}

.news-item-desc {
  margin-top: 12px;
  color: #c5c9d2;
  font-size: 14px;
  line-height: 1.5;
}

.news-item-bottom {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-item-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 220px;
  height: 220px;
}

.news-item-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #c5c9d2;
  font-size: 11px;
}

.news-item-data-span {
  width: 5px;
  height: 5px;
  display: block;
  background-color: #c5c9d2;
  border-radius: 16px;
}

.news-item-link {
  font-size: 16px;
  color: #00aaff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.news-link {
  margin-top: 20px;
  border: 1px solid #00aaff;
  border-radius: 16px;
  width: 100%;
  height: 58px;
  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;
  gap: 12px;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 1110px) {
  .news-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-items {
    max-width: 100%;
  }

  .news-title {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-item-img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .news {
    padding: 60px 0;
  }
}

/*about*/
.about {
  padding: 40px 0;
}

.about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1160px;
  margin: auto;
}

.about-info {
  margin-top: 40px;
  padding: 36px 48px;
  background-color: rgba(67, 79, 93, 0.3);
  border-radius: 16px;
  width: 100%;
  max-width: 448px;
}

.about-info-desc {
  margin-top: 32px;
  color: #ffffff;
  font-size: 18px;
  /* line-height: 1.5; */
}

.about-info-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.about-info-list-item {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.about-info-list-item::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #00aaff;
  border-radius: 12px;
  display: block;
}

.about-desc {
  margin-top: 20px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  width: 100%;
  max-width: 448px;
}

.about-img-mobile {
  display: none;
}

.about-img {
  padding-right: 60px;
  padding-top: 50px;
}

.about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1060px) {
  .about-img img {
    width: 100%;
    max-width: 448px;
    height: auto;
  }

  .about-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 880px) {
  .about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-img {
    display: none;
  }

  .about-img-mobile {
    display: block;
    margin-top: 40px;
    width: 360px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .about-title {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .about-img img {
    max-width: 360px;
  }

  .about {
    padding: 0;
  }
}

/*contacts*/
.contacts {
  padding: 120px 0;
}

.contacts-wrap {
  width: 100%;
  max-width: 1160px;
  margin: auto;
  padding: 0 20px;
}

.contacts-form-wrapper-other-controls {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts-wrap-form {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  padding: 40px;
  background-color: #0071a8;
  border-radius: 16px;
}

.contacts-form-title {
  font-size: 32px;
  line-height: 1.5;
  color: #ffffff;
  font-family: "PT Astra Fact";
  width: 100%;
  max-width: 250px;
}

.contacts-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.contacts-form-unit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  width: 100%;
}

.contacts-form-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}

.contacts-form-custom-input {
  border: 1px solid #80d5ff;
  height: 60px;
  position: relative;
  width: 100%;
  background: transparent;
  border-radius: 8px;
}

.contacts-form-custom-input.active {
  border: 1px solid #5ea7ff;
}

.contacts-form-custom-input+small {
  margin-top: 8px;
  font-family: "PT Astra Fact regular", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  color: #80D5FF;
}

.contacts-form-input {
  width: 100%;
  border-radius: 8px;
  background: transparent;
  height: 60px;
  padding-left: 20px;
  outline: none;
  border: none;
  font-size: 16px;
  color: #fff;
}

.contacts-form-label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  color: #80d5ff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: none;
}

.contacts-form-custom-textarea .contacts-form-label {
  position: absolute;
  top: 20%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  color: #80d5ff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.contacts-form-custom-textarea {
  border: 1px solid #80d5ff;
  height: 120px;
  position: relative;
  width: 100%;
  background: transparent;
  border-radius: 8px;
}

.contacts-form-textarea {
  width: 100%;
  border-radius: 8px;
  background: transparent;
  height: 120px;
  padding: 15px 20px;
  outline: none;
  border: none;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  resize: none;
}

.contacts-form-btn {
  cursor: pointer;
  width: 100%;
  height: 60px;
  border: none;
  background-color: #00aaff;
  border-radius: 16px;
  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;
  font-size: 16px;
  color: #fff;
  padding: 18px 24px;
}

.contacts-form-group {
  position: relative;
}

.contacts-form-checkbox-label {
  font-size: 13px;
  color: #ffffff;
  line-height: 20px;
}

.contacts-form-custom-checkbox-link {
  color: #fff;
  text-decoration: underline;
}

/* *********************************
Чекбоксы
********************************* */

.form-check-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 10px 15px;
}

.contacts-form-real-checkbox {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  z-index: 0;
}

.contacts-form-custom-checkbox {
  position: relative;
  display: inline-block;
  min-width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #008dd4;
  border-radius: 4px;
  vertical-align: sub;
  margin-right: 15px;
  cursor: pointer;
}

.contacts-form-custom-checkbox::before {
  content: "";

  /* Рисуем галочку */
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("/local/templates/termidesk25/img/checked.svg");
  background-size: contain;
  background-repeat: no-repeat;

  /* Выравниваем по центру */
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  margin-top: 1px;

  -webkit-transition: 0.2s ease-in;

  -o-transition: 0.2s ease-in;

  transition: 0.2s ease-in;
}

.contacts-form-real-checkbox:checked+.contacts-form-custom-checkbox::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.contacts-form-custom-dropdown::after {
  top: 0;
  height: 60px;
  content: "";
  position: absolute;
  width: 15px;
  height: 60px;
  right: 20px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.53223 8C6.82164 8 6.25317 7.71705 5.6847 7.29262L0.426353 2.48241C-0.142118 1.9165 -0.142118 1.06764 0.426353 0.501733C0.994823 -0.0641742 1.84753 -0.0641741 2.416 0.360256L7.53223 5.17047L12.6485 0.360256C13.2169 -0.205651 14.0696 -0.0641742 14.6381 0.501733C15.2066 1.06764 15.0645 1.9165 14.496 2.48241L9.23764 7.29262C8.81129 7.71705 8.24282 8 7.53223 8Z' fill='%2380D5FF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 20;
}

.contacts-form-custom-dropdown.open::after {
  rotate: 180deg;
}

.licensing_type_items {
  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-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 18px 20px;
  gap: 12px;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  position: absolute;
  width: calc(100% + 2px);
  top: -1px;
  padding-top: 40px;
  border-radius: 8px;
  left: -1px;
  z-index: 10;
  background-color: #0071A8;
  /* background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.53223 8C6.82164 8 6.25317 7.71705 5.6847 7.29262L0.426353 2.48241C-0.142118 1.9165 -0.142118 1.06764 0.426353 0.501733C0.994823 -0.0641742 1.84753 -0.0641741 2.416 0.360256L7.53223 5.17047L12.6485 0.360256C13.2169 -0.205651 14.0696 -0.0641742 14.6381 0.501733C15.2066 1.06764 15.0645 1.9165 14.496 2.48241L9.23764 7.29262C8.81129 7.71705 8.24282 8 7.53223 8Z' fill='%2380D5FF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; */
}

.licensing_type_items.hide {
  display: none;
}

.licensing_type_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  color: #fff;
  display: flex;
  height: 30px;
  cursor: pointer;
  pointer-events: all;
}

.licensing_type_item:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #00aaff;
  ;
}

select {
  height: 60px;
  background: transparent;
  outline: none;
  border: none;
  width: 100%;
  font-size: 13px;
  color: #ffffff;
  line-height: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

select,
::picker(select) {
  -webkit-appearance: base-select;
  -moz-appearance: base-select;
  appearance: base-select;
}

select:hover,
select:focus {
  /* background: #dddddd; */
}

select::picker-icon {
  color: #fff;
  -webkit-transition: 0.4s rotate;
  -o-transition: 0.4s rotate;
  transition: 0.4s rotate;
  margin-right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.53223 8C6.82164 8 6.25317 7.71705 5.6847 7.29262L0.426353 2.48241C-0.142118 1.9165 -0.142118 1.06764 0.426353 0.501733C0.994823 -0.0641742 1.84753 -0.0641741 2.416 0.360256L7.53223 5.17047L12.6485 0.360256C13.2169 -0.205651 14.0696 -0.0641742 14.6381 0.501733C15.2066 1.06764 15.0645 1.9165 14.496 2.48241L9.23764 7.29262C8.81129 7.71705 8.24282 8 7.53223 8Z' fill='%2380D5FF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 15px;
  height: 60px;
  content: "";

}

select:open::picker-icon {
  rotate: 180deg;
}

::picker(select) {
  border: none;
}

selectedcontent {
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;

  /* border: 2px solid #dddddd; */
  /* background: #eeeeee; */
  padding: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

option[disabled] {
  display: none;
}

option:nth-child(2) {
  border-radius: 8px 8px 0 0;
}

option:last-of-type {
  border-radius: 0 0 8px 8px;
}

option:not(option:last-of-type) {
  border-bottom: none;
}

option:nth-of-type(odd) {
  /* background: white; */
}

option:hover,
option:focus {
  /* background: plum; */
}

option:checked {
  font-weight: bold;
}

option::checkmark {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: auto;
}

::picker(select) {
  opacity: 0;
  -webkit-transition: all 0.4s allow-discrete;
  -o-transition: all 0.4s allow-discrete;
  transition: all 0.4s allow-discrete;
}

::picker(select):popover-open {
  opacity: 1;
}

@starting-style {
  ::picker(select):popover-open {
    opacity: 0;
  }
}

::picker(select) {
  top: calc(anchor(bottom) + 1px);
  /* left: anchor(10%); */
}


/* .contacts-form-custom-checkbox.active {
  background: #4495ec;
  border: 1px solid #4495ec;
}

.contacts-form-custom-checkbox.active::before {
  transform: translate(-50%, -50%) scale(1);
} */
.contacts-info {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.contacts-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts-item-title {
  font-size: 26px;
  color: #ffffff;
  font-family: "PT Astra Fact";
  padding-bottom: 24px;
  border-bottom: 1px solid #4e5563;
}

.contacts-item-desc {
  margin-top: 24px;
  color: #ffffff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.contacts-item-content {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts-item-content .contacts-item-desc {
  margin-top: 4px;
}

.contacts-item-content-title {
  font-size: 14px;
  color: #626b7d;
}

@media (max-width: 937px) {
  .contacts-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts-wrap-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts-form-title {
    text-align: center;
    max-width: 100%;
  }
}

@media (max-width: 800px) {
  .contacts-form-unit-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .contacts-form-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts-title {
    text-align: center;
  }

  .contacts {
    padding: 60px 0 120px 0;
  }

  .contacts-wrap {
    padding: 0;
  }

  .contacts-info {
    padding: 0 20px;
  }
}

/*footer*/
.footer {
  padding: 48px 40px;
  background-color: rgba(67, 79, 93, 0.2);
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #626b7d;
}

.footer-top-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-top-links {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.footer-top-link {
  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;
  gap: 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  height: 48px;
  /* width: 100%; */
  width: 228px;
  background-color: #00aaff;
  border-radius: 12px;
}

.footer-top-link:last-of-type {
  background-color: transparent;
  border: 1px solid #00aaff;
}

.footer-top-link-wrap-arrow {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  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;
}

.footer-top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 656px;
}

.footer-top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.footer-top-list-item-link {
  font-size: 14px;
  color: #abb2bd;
  line-height: 1.5;
}

.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.footer-contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-contacts-item-title {
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
}

.footer-contacts-item-social {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.footer-contacts-item-social-wrap {
  width: 40px;
  height: 40px;
  background-color: #626b7d;
  border-radius: 12px;
  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;
}

.footer-contacts-item-social-wrap:hover {
  background-color: #00aaff;
}

.footer-contacts-tel {
  margin-top: 12px;
  font-size: 18px;
  color: #fff;
}

.footer-contacts-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00aaff;
  font-size: 14px;
  gap: 6px;
  margin-top: 6px;
}

.footer-bottom {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottom-desc {
  font-size: 12px;
  color: #ffffff;
}

.footer-bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}

.footer-bottom-link {
  font-size: 12px;
  color: #abb2bd;
  line-height: 1.5;
}

@media (max-width: 1210px) {
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-bottom-links {
    margin-top: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-bottom-desc {
    text-align: center;
  }
}

@media (max-width: 1040px) {
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-top-logo {
    width: 229px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .footer-top-section {
    margin-top: 40px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .footer-top-aside {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(98, 107, 125, 1);
  }

  .footer-top-links {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media (max-width: 660px) {
  .footer-top-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .footer-contacts {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(98, 107, 125, 1);
  }

  .footer-top-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-contacts-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}



/*buy*/
.buy {
  padding: 80px 0 60px 0;
}

.buy-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.buy-title {
  text-align: center;
  font-size: 50px;
  color: #ffffff;
  line-height: 1.5;
  font-family: "PT Astra Fact";
}

.buy-tabs {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 60px;
  border-bottom: #3f4756 1px solid;
}

.buy-tab {
  padding: 16px 40px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 12px;
  border: rgba(255, 255, 255, 0.3) 1px solid;
  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: #ffffff;
  font-size: 18px;
}

.buy-tab.active {
  border: #00aaff 1px solid;
}

.buy-tab:hover {
  border: #00aaff 1px solid;
}

@media (max-width: 900px) {
  .buy-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .buy-tab {
    width: 100%;
    max-width: 360px;
  }

  .buy-title {
    font-size: 48px;
  }
}

/*partners*/
.partners {
  padding: 60px 0;
}

.partners-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.partners-title {
  text-align: center;
}

.partners-subtitle {
  margin: 32px auto 0 auto;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  width: 100%;
  max-width: 742px;
}

.partners-map {
  position: relative;
  top: 0;
  margin-top: 80px;
}

/*list*/
.list {
  padding: 60px 0;
}

.list-wrap {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list-title {
  text-align: center;
}

.list-items {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}

.list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-comppany,
.list-mail,
.list-tel,
.list-link {
  font-size: 18px;
  color: #ffffff;
}

.list-mail,
.list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.list-address {
  margin-top: 16px;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
}

.list-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  padding-left: 60px;
  border-left: 1px solid #626b7d;
}

.list-btn {
  margin: 60px auto 0 auto;
  width: 100%;
  max-width: 784px;
  border: 1px solid #00aaff;
  border-radius: 16px;
  padding: 16px;
  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;
  gap: 12px;
  font-size: 18px;
  color: #ffffff;
  background-color: transparent;
  cursor: pointer;
}

.list-btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/local/templates/termidesk25/img/white-arrow.svg") center center/cover no-repeat;
}

@media (max-width: 900px) {
  .list-items {
    margin-top: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .list-address {
    border-bottom: 1px solid #626b7d;
    padding-bottom: 32px;
  }

  .list-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding-left: 0;
    border-left: none;
  }
}


/*vdi-banner*/
.vdi-banner {
  width: 100%;
  max-width: 1920px;
  margin: -80px auto 0 auto;
  background: url("/local/templates/termidesk25/img/banner-bg-vdi.png") center center/cover no-repeat;
  height: 712px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* делает секцию flex-контейнером */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* задает вертикальное направление */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vdi-banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vdi-banner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 54px;
  border-bottom: 1px solid #3f4756;
}

.vdi-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 740px;
}

.vdi-banner-desc {
  margin-top: 28px;
  font-size: 20px;
  color: #ffffff;
  line-height: 1.5;
}

.vdi-banner-link {
  margin-top: 120px;
  width: 100%;
  max-width: 300px;
  background-color: #00aaff;
  border-radius: 12px;
  padding: 16px 24px;
  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;
  gap: 12px;
  font-size: 18px;
  color: #ffffff;
}

.vdi-banner-bottom {
  margin-top: 54px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 28px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  border-radius: 16px;
  background-color: rgba(67, 79, 93, 0.5);
}

.vdi-banner-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.vdi-banner-point {
  min-width: 8px;
  height: 8px;
  background-color: rgba(0, 170, 255, 1);
  border-radius: 10px;
}

.vdi-banner-text {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
}

.vdi-banner-link-mobile {
  display: none;
}

.vdi-banner-title {
  color: #fff;
  font-size: 60px;
  line-height: 1.5;
  font-family: "PT Astra Fact";
}

@media (max-width: 900px) {
  .vdi-banner-img {
    max-width: 360px;
    height: auto;
  }
}

@media (max-width: 769px) {
  .vdi-banner-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    padding: 28px 20px;
    gap: 32px;
  }

  .vdi-banner-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
    border-bottom: none;
  }

  .vdi-banner-img {
    margin-top: 80px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .vdi-banner-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 100%;
  }

  .vdi-banner {
    height: auto;
  }

  .vdi-banner-title {
    text-align: center;
  }

  .vdi-banner-desc {
    text-align: center;
  }

  .vdi-banner-link {
    display: none;
  }

  .vdi-banner-link-mobile {
    margin-top: 40px;
    width: 100%;
    max-width: 360px;
    background-color: #00aaff;
    border-radius: 12px;
    padding: 16px 24px;
    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;
    gap: 12px;
    font-size: 18px;
    color: #ffffff;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media (max-width: 576px) {
  .vdi-banner {
    background: url("/local/templates/termidesk25/img/banner-bg-mobile-vdi.png") center center / cover no-repeat;
  }
}

/*opportunity*/
.opportunity {
  padding: 120px 0;
}

.opportunity-title {
  text-align: center;
}

.opportunity-items {
  margin-top: 120px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 60px 1fr 60px 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 60px;
}

.opportunity-items>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.opportunity-items>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.opportunity-items>*:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.opportunity-items>*:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.opportunity-items>*:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.opportunity-items>*:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.opportunity-items>*:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.opportunity-items>*:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.opportunity-items>*:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}

.opportunity-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.opportunity-item-title {
  padding-bottom: 20px;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
  font-family: "PT Astra Fact";
}

.opportunity-item-desc {
  border-top: 1px solid #626b7d;
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.opportunity-item-text {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.opportunity-item-text::before {
  content: "";
  display: block;
  min-width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ffffff;
  margin-top: 9px;
}

@media (max-width: 930px) {
  .opportunity-items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[4];
    grid-template-rows: repeat(4, 1fr);
  }

  .opportunity-items>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .opportunity-items>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .opportunity-items>*:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .opportunity-items>*:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .opportunity-items>*:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .opportunity-items>*:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }

  .opportunity-items>*:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }

  .opportunity-items>*:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
}

@media (max-width: 576px) {
  .opportunity {
    padding: 90px 0;
  }

  .opportunity-items {
    margin-top: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (auto)[9];
    grid-template-rows: repeat(9, auto);
  }

  .opportunity-items>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .opportunity-items>*:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .opportunity-items>*:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .opportunity-items>*:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }

  .opportunity-items>*:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  .opportunity-items>*:nth-child(6) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }

  .opportunity-items>*:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  .opportunity-items>*:nth-child(8) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }

  .opportunity-items>*:nth-child(9) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
}

/*scenarios*/
.scenarios-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.scenarios-title {
  text-align: center;
}

.scenarios-items {
  margin-top: 120px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}

.scenarios-items>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.scenarios-items>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.scenarios-items>*:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.scenarios-items>*:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.scenarios-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 50px 50px 76px;
  position: relative;
}

.scenarios-item-bg {
  position: absolute;
  top: 0;
  left: 0;

  background: url("/local/templates/termidesk25/img/number-bg.png") center center/cover no-repeat;
  width: 180px;
  height: 204px;
}

.scenarios-item-desc {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  margin-left: -16px;
}

.scenarios-item-number-wrap {
  background-color: rgba(67, 79, 93, 0.3);
  border-radius: 16px;
  min-width: 104px;
  height: 104px;
  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;
}

.scenarios-item-number {
  font-size: 40px;
  color: #ffffff;
}

@media (max-width: 900px) {
  .scenarios-items {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

@media (max-width: 800px) {
  .scenarios-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (1fr)[4];
    grid-template-rows: repeat(4, 1fr);
  }

  .scenarios-items>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .scenarios-items>*:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .scenarios-items>*:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .scenarios-items>*:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }

  .scenarios-item-bg {
    width: 140px;
    height: 160px;
  }

  .scenarios-item {
    padding: 50px 20px 50px 50px;
  }
}

@media (max-width: 576px) {
  .scenarios-items {
    margin-top: 60px;
  }

  .scenarios-item-number-wrap {
    min-width: 80px;
    height: 80px;
  }

  .scenarios-item-desc {
    font-size: 18px;
  }
}

/*effects*/
.effects {
  padding: 120px 0;
}

.effects-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.effects-title {
  text-align: center;
}

.effects-items {
  margin-top: 120px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 120px 1fr;
  grid-template-rows: repeat(2, 1fr);
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 120px;
}

.effects-items>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.effects-items>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.effects-items>*:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.effects-items>*:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.effects-items>*:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.effects-items>*:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.effects-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.effects-item-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 36px;
}

.effects-item-desc {
  padding-top: 36px;
  border-top: 1px solid #626b7d;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
}

.effects-item-desc-span {
  font-weight: bold;
}

@media (max-width: 900px) {
  .effects-items {
    margin-top: 120px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 60px 1fr 60px 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 60px;
  }

  .effects-items>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .effects-items>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .effects-items>*:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .effects-items>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  .effects-items>*:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  .effects-items>*:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}

@media (max-width: 576px) {
  .effects {
    padding: 90px 0;
  }

  .effects-items {
    margin-top: 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: repeat(6, auto);
    gap: 60px;
  }

  .effects-items>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .effects-items>*:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .effects-items>*:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  .effects-items>*:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  .effects-items>*:nth-child(5) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }

  .effects-items>*:nth-child(6) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }

  .effects-item-desc {
    border-top: none;
    text-align: center;
    padding-bottom: 36px;
    border-bottom: 1px solid #626b7d;
  }

  .effects-item-icon {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 0;
  }
}

/*docs*/
.docs {
  margin-bottom: 120px;
}

.docs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.docs-title {
  text-align: center;
}

.docs-items {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.docs-item {
  border: 1px solid #ffffff;
  border-radius: 24px;
  padding: 32px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 418px;
}

.docs-item-title {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.docs-item-wrap-arrow {
  margin-top: 40px;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 8px;
  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;
}

.docs-item-desc {
  margin-top: 20px;
  font-size: 14px;
  color: #788295;
}

.docs-btn {
  margin-top: 60px;
  border: 1px solid #00aaff;
  border-radius: 16px;
  padding: 16px;
  width: 100%;
  max-width: 784px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-self: center;
  gap: 12px;
  background-color: transparent;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}

.docs-btn::after {
  content: "";
  background: url("/local/templates/termidesk25/img/white-arrow.svg") center center/cover no-repeat;
  width: 24px;
  height: 24px;
}

@media (max-width: 576px) {
  .docs-items {
    margin-top: 60px;
  }
}



/*support*/
.support {
  padding: 80px 0 60px 0;
}

.support-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.support-title {
  text-align: center;
  color: #fff;
  font-size: 50px;
  line-height: 1.5;
  font-family: "PT Astra Fact";
}

.support-links {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 60px;
  border-bottom: 1px solid #3f4756;
}

.support-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 16px 40px;
  font-size: 18px;
  color: #ffffff;
  background-color: rgba(67, 79, 93, 0.5);
  border-radius: 16px;
}

/*regulations*/
.regulations {
  padding: 60px 0;
}

.regulations-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-bottom: 120px;
  border-bottom: 1px solid #3f4756;
}

.regulations-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 776px;
}

.regulations-desc {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

.regulations-link {
  color: #57c7ff;
  text-decoration: underline;
}

.regulations-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.regulations-tab {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding: 16px 40px;
  font-size: 18px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.regulations-tab:hover {
  border: 1px solid #00aaff;
}

@media (max-width: 1230px) {
  .regulations-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .regulations-info {
    max-width: 100%;
  }

  .regulations-title {
    text-align: center;
  }

  .regulations-desc {
    text-align: center;
  }

  .regulations-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 990px) {
  .regulations {
    padding: 40px 0;
  }

  .support-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 360px;
    margin: 60px auto 0 auto;
  }

  .support-link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .support-title {
    font-size: 48px;
  }

  .regulations-title {
    font-size: 40px;
  }
}

/*request*/
.request {
  padding: 60px 0 120px 0;
}

.request-wrap {
  padding: 40px;
  background-color: #0071a8;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 65px;
}

.request-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.request-title {
  font-size: 32px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
  font-family: "PT Astra Fact";
}

.request-tabs {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.request-tab {
  padding: 16px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  border-radius: 12px;
  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: #ffffff;
  font-size: 18px;
  cursor: pointer;
}

.request-tab.active {
  background-color: #00aaff;
  border: 1px solid #00aaff;
}

.request-tab:hover {
  background-color: #00aaff;
  border: 1px solid #00aaff;
}

.request-form-wrap {
  display: none;
  gap: 65px;
}

.request-form-wrap.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.request-form-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.request-form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.request-form-unit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  width: 100%;
}

.request-form-custom-input {
  border: 1px solid #80d5ff;
  height: 60px;
  position: relative;
  width: 100%;
  background: transparent;
  border-radius: 8px;
}

.request-form-custom-input.active {
  border: 1px solid #5ea7ff;
}

.request-form-input {
  width: 100%;
  border-radius: 8px;
  background: transparent;
  height: 60px;
  padding-left: 20px;
  outline: none;
  border: none;
  font-size: 16px;
  color: #fff;
}

.request-form-label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  color: #80d5ff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.request-form-custom-textarea .request-form-label {
  position: absolute;
  top: 20%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  color: #80d5ff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.request-form-custom-textarea {
  border: 1px solid #80d5ff;
  height: 120px;
  position: relative;
  width: 100%;
  background: transparent;
  border-radius: 8px;
}

.request-form-textarea {
  width: 100%;
  border-radius: 8px;
  background: transparent;
  height: 120px;
  padding: 15px 20px;
  outline: none;
  border: none;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  resize: none;
}

.request-form-btn {
  cursor: pointer;
  width: 100%;
  height: 60px;
  border: none;
  background-color: #00aaff;
  border-radius: 16px;
  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;
  font-size: 16px;
  color: #fff;
  padding: 18px 24px;
}

.request-form-group {
  position: relative;
}

.request-form-checkbox-label {
  font-size: 13px;
  color: #ffffff;
  line-height: 20px;
}

.request-form-custom-checkbox-link {
  color: #fff;
  text-decoration: underline;
}

/* *********************************
Чекбоксы
********************************* */

.request-form-real-checkbox {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.request-form-custom-checkbox {
  position: relative;
  display: inline-block;
  min-width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #008dd4;
  border-radius: 4px;
  vertical-align: sub;
  margin-right: 15px;
  cursor: pointer;
}

.request-form-custom-checkbox::before {
  content: "";

  /* Рисуем галочку */
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("/local/templates/termidesk25/img/checked.svg");
  background-size: contain;
  background-repeat: no-repeat;

  /* Выравниваем по центру */
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  margin-top: 1px;

  -webkit-transition: 0.2s ease-in;

  -o-transition: 0.2s ease-in;

  transition: 0.2s ease-in;
}

.request-form-real-checkbox:checked+.request-form-custom-checkbox::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

/* .request-form-custom-checkbox.active {
  background: #4495ec;
  border: 1px solid #4495ec;
}

.request-form-custom-checkbox.active::before {
  transform: translate(-50%, -50%) scale(1);
} */

.request-form-input-file {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #80D5FF;
  padding: 42px 20px;
  border-radius: 12px;
}

.request-form-input-file-text {
  font-size: 16px;
  line-height: 1.5;
  color: #80D5FF;
  width: 100%;
  max-width: 300px;
  /* padding: 0 10px;
	line-height: 40px;
	text-align: left;
	height: 40px;
	display: block;
	float: left;
	box-sizing: border-box;
	width: 200px;
	border-radius: 6px 0px 0 6px;
	border: 1px solid #ddd; */
}

.request-form-input-file-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  vertical-align: middle;
  color: #004C7D;
  text-align: center;
  border-radius: 12px;
  background-color: #C8ECFF;
  line-height: 22px;
  height: 56px;
  padding: 16px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  margin: 0;
}

.request-form-input-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

.request-form-input-arrow {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
}

/*  
.request-form-input-file input[type=file]:focus + .input-file-btn {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
.request-form-input-file:hover .request-form-input-file-btn {
	background-color: #59be6e;
}
.request-form-input-file:active .request-form-input-file-btn {
	background-color: #2E703A;
}
 
.request-form-input-file input[type=file]:disabled + .request-form-input-file-btn {
	background-color: #eee;
} */
@media (max-width: 1200px) {
  .request-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .request-form-title {
    text-align: center;
  }

  .request-form-tabs {
    max-width: 320px;
    margin: 65px auto 0 auto;
  }

  .request-form-info {
    padding-bottom: 65px;
    border-bottom: 1px solid #ffffff;
  }
}

@media (max-width: 900px) {
  .request-form-unit-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}



/*demonstration*/
.demonstration {
  padding: 80px 0 60px 0;
}

.demonstration-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.demonstration-title {
  color: #fff;
  font-size: 64px;
  line-height: 1.5;
  font-family: "PT Astra Fact";
  text-align: center;
}

.demonstration-items {
  margin-top: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  padding-bottom: 60px;
  border-bottom: 1px solid #3f4756;
}

.demonstration-item {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 24px;
  padding: 32px;
}

.demonstration-item:hover {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  background: #1F2126;
}

.demonstration-item-title {
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: bold;
  font-family: "PT Astra Fact", sans-serif;
}

.demonstration-item-wrap-arrow {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  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;
  background-color: #ffffff;
  margin-top: 40px;
}

@media (max-width: 1200px) {
  .demonstration-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .demonstration-item {
    max-width: 446px;
  }
}

@media (max-width: 769px) {
  .demonstration-title {
    font-size: 36px;
  }
}

/*request*/
.request {
  padding: 60px 0 120px 0;
}

.request-wrap {
  padding: 40px;
  background-color: #0071a8;
  border-radius: 32px;
}

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

.request-form-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

form .form-info {
  font-size: 16px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.request-form-title {
  font-size: 32px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
}

.request-form-tabs {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.request-form-tab {
  padding: 16px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}

.request-form-tab.active {
  background-color: #00aaff;
  border: 1px solid #00aaff;
}

.request-form-tab:hover {
  background-color: #00aaff;
  border: 1px solid #00aaff;
}

.request-form-subtab {
  text-align: center;
  display: flex;
  justify-content: center;
}

.request-form-subtab a {
  padding: 16px;
  margin-top: 20px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  border-radius: 12px;
  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: #ffffff;
  font-size: 16px;
  cursor: pointer;
  max-width: 280px;
  flex: 1;
}

@media (max-width: 960px) {
  .request-form-subtab {
    padding: 15px;
    margin-top: 30px;
  }

  .request-form-subtab a {}
}

.request-form-subtab a.active {
  background-color: #00aaff;
  border: 1px solid #00aaff;
}

.request-form-subtab a:hover {
  background-color: #00aaff;
  border: 1px solid #00aaff;
}

.contacts-form-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.request-form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.request-form-unit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  width: 100%;
}

.contacts-form-custom-input {
  border: 1px solid #80d5ff;
  height: 60px;
  position: relative;
  width: 100%;
  background: transparent;
  border-radius: 8px;
}

.contacts-form-custom-input.active {
  border: 1px solid #5ea7ff;
}

.contacts-form-input {
  width: 100%;
  border-radius: 8px;
  background: transparent;
  height: 60px;
  padding-left: 20px;
  outline: none;
  border: none;
  font-size: 16px;
  color: #fff;
}

.contacts-form-label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  color: #80d5ff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: none;
}

.contacts-form-custom-textarea .contacts-form-label {
  position: absolute;
  top: 20%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  color: #80d5ff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.contacts-form-custom-textarea {
  border: 1px solid #80d5ff;
  height: 120px;
  position: relative;
  width: 100%;
  background: transparent;
  border-radius: 8px;
}

.contacts-form-textarea {
  width: 100%;
  border-radius: 8px;
  background: transparent;
  height: 120px;
  padding: 15px 20px;
  outline: none;
  border: none;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  resize: none;
}

.contacts-form-btn {
  cursor: pointer;
  width: 100%;
  height: 60px;
  border: none;
  background-color: #00aaff;
  border-radius: 16px;
  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;
  font-size: 16px;
  color: #fff;
  padding: 18px 24px;
}

.contacts-form-group {
  position: relative;
}

.contacts-form-checkbox-label {
  font-size: 13px;
  color: #ffffff;
  line-height: 20px;
}

.contacts-form-custom-checkbox-link {
  color: #fff;
  text-decoration: underline;
}

/* *********************************
Чекбоксы
********************************* */

.contacts-form-real-checkbox {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  z-index: 0;
}

.contacts-form-custom-checkbox {
  position: relative;
  display: inline-block;
  min-width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #008dd4;
  border-radius: 4px;
  vertical-align: sub;
  margin-right: 15px;
  cursor: pointer;
}

.contacts-form-custom-checkbox::before {
  content: "";

  /* Рисуем галочку */
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("/local/templates/termidesk25/img/checked.svg");
  background-size: contain;
  background-repeat: no-repeat;

  /* Выравниваем по центру */
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  margin-top: 1px;

  -webkit-transition: 0.2s ease-in;

  -o-transition: 0.2s ease-in;

  transition: 0.2s ease-in;
}

.contacts-form-real-checkbox:checked+.contacts-form-custom-checkbox::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

/* .contacts-form-custom-checkbox.active {
  background: #4495ec;
  border: 1px solid #4495ec;
}

.contacts-form-custom-checkbox.active::before {
  transform: translate(-50%, -50%) scale(1);
} */
@media (max-width: 1200px) {
  .request-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .request-form-title {
    text-align: center;
  }

  .request-form-tabs {
    max-width: 320px;
    margin: 65px auto 0 auto;
  }

  .request-form-info {
    padding-bottom: 65px;
    border-bottom: 1px solid #ffffff;
  }
}

@media (max-width: 900px) {
  .request-form-unit-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}


/*connect-banner*/
.connect-banner {
  width: 100%;
  max-width: 1920px;
  margin: -80px auto 0 auto;
  background: url("/local/templates/termidesk25/img/connect-bg.png") center center/cover no-repeat;
  height: 660px;
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.connect-banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.connect-banner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 29px;
  border-bottom: 1px solid #3f4756;
}

.connect-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 740px;
}

.connect-banner-subtitle {
  font-size: 40px;
  color: #ffffff;
}

.connect-banner-desc {
  margin-top: 28px;
  font-size: 20px;
  color: #ffffff;
  line-height: 1.5;
}

.connect-banner-link {
  margin-top: 120px;
  width: 100%;
  max-width: 300px;
  background-color: #00aaff;
  border-radius: 12px;
  padding: 16px 24px;
  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;
  gap: 12px;
  font-size: 18px;
  color: #ffffff;
}

.connect-banner-bottom {
  margin-top: 54px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 28px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  border-radius: 16px;
  background-color: rgba(67, 79, 93, 0.5);
}

.connect-banner-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.connect-banner-point {
  min-width: 8px;
  height: 8px;
  background-color: rgba(0, 170, 255, 1);
  border-radius: 10px;
}

.connect-banner-text {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
}

.connect-banner-link-mobile {
  display: none;
}

.connect-banner-title {
  color: #fff;
  font-size: 60px;
  line-height: 1.5;
  font-family: "PT Astra Fact";
}

@media (max-width: 900px) {
  .connect-banner-img {
    max-width: 360px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (max-width: 769px) {
  .connect-banner-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    padding: 28px 20px;
    gap: 32px;
  }

  .connect-banner-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
    border-bottom: none;
  }

  .connect-banner-img {
    margin-top: 80px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .connect-banner-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 100%;
    margin-top: 55px;
  }

  .connect-banner {
    height: auto;
  }

  .connect-banner-title {
    text-align: center;
  }

  .connect-banner-desc {
    text-align: center;
  }

  .connect-banner-link {
    display: none;
  }

  .connect-banner-link-mobile {
    margin-top: 40px;
    width: 100%;
    max-width: 360px;
    background-color: #00aaff;
    border-radius: 12px;
    padding: 16px 24px;
    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;
    gap: 12px;
    font-size: 18px;
    color: #ffffff;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .connect-banner-subtitle {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .connect-banner {
    background: url("/local/templates/termidesk25/img/connect-bg-mobile.png") center center / cover no-repeat;
  }
}

/*functionality*/
.functionality {
  padding: 120px 0;
}

.functionality-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.functionality-title {
  text-align: center;
}

.functionality-items {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
}

.functionality-item {
  width: 100%;
  max-width: 245px;
  border-top: 1px solid #626b7d;
}

.functionality-item-text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: bold;
  font-family: "PT Astra Fact";
}

@media (max-width: 1040px) {
  .functionality-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 660px) {
  .functionality {
    padding: 90px 0;
  }

  .functionality-items {
    margin-top: 60px;
  }
}

/*execution*/

.execution-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1094px;
  margin: auto;
}

.execution-title {
  text-align: center;
}

.execution-items {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  gap: 80px;
}

.execution-item {
  width: 100%;
  max-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.execution-item-img {
  width: 80px;
  height: 80px;
}

.execution-item-desc {
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid #626b7d;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #ffffff;
}

@media (max-width: 1040px) {
  .execution-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 660px) {
  .execution-items {
    margin-top: 60px;
  }

  .execution-item-desc {
    padding-top: 0;
    border-top: none;
    text-align: center;
    padding-bottom: 36px;
    border-bottom: 1px solid #626b7d;
  }

  .execution-item-img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

/*instractions*/
.instractions {
  padding: 120px 0;
}

.instractions-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.instractions-title {
  text-align: center;
}

.instractions-items {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.instractions-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #ffffff;
  border-radius: 24px;
  padding: 32px;
}

.instractions-item-title {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.5;
}

.instractions-item-desc {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #788295;
}

.instractions-item-wrap-arrow {
  margin-top: 40px;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 8px;
  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 (max-width: 660px) {
  .instractions {
    padding: 90px 0 120px 0;
  }

  .instractions-items {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}



/*center-top*/
.center-top {
  padding: 80px 0 60px 0;
}

.center-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 60px;
  border-bottom: 1px solid #3f4756;
}

.center-top-title {
  font-size: 64px;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
  font-family: "PT Astra Fact";
}

.center-top-subtitle {
  margin-top: 30px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.center-top-search {
  margin: 60px auto 0 auto;
  position: relative;
  width: 100%;
  max-width: 609px;
}

.center-top-input {
  background: transparent;
  border: 1px solid #7d8a98;
  border-radius: 16px;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  outline: none;
}

.center-top-input::-webkit-input-placeholder {
  font-size: 16px;
  color: #7d8a98;
}

.center-top-input::-moz-placeholder {
  font-size: 16px;
  color: #7d8a98;
}

.center-top-input:-ms-input-placeholder {
  font-size: 16px;
  color: #7d8a98;
}

.center-top-input::-ms-input-placeholder {
  font-size: 16px;
  color: #7d8a98;
}

.center-top-input::placeholder {
  font-size: 16px;
  color: #7d8a98;
}

.center-top-btn {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 22px;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
}

.center-top-btn:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url("/local/templates/termidesk25/img/search-icon.svg") center center/cover no-repeat;
}

@media (max-width: 900px) {
  .center-top-title {
    font-size: 48px;
  }
}

.policy-title {
  color: #fff;
  font-size: 32px;
  line-height: 1.5;
  font-family: "PT Astra Fact";
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;
}

.policy-container {
  margin-bottom: 60px;
}

.policy-container p {
  font-family: "PT Astra Fact regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #C5C9D2;
  padding: 8px 0;
}

.policy-container li {
  font-family: "PT Astra Fact regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #C5C9D2;
  padding: 8px 0;
}

/*chapter*/
.chapter {
  padding: 60px 0 120px 0;
}

.chapter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.chapter-title {
  text-align: center;
}

/* .chapter-items {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}
.chapter-item {
  flex: 33% 0 0 ;
  padding: 32px;
  border: 1px solid #ffffff;
  border-radius: 24px;
  width: auto;
  height: 208px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
} */
.chapter-items {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 32px;
}

.chapter-item {
  padding: 32px;
  border: 1px solid #ffffff;
  border-radius: 24px;
  min-height: 208px;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chapter-item:hover {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  background: #1F2126;
}

.chapter-item-title {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
}

.chapter-item-arrow-wrap {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: #ffffff;
  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;
}

@media (max-width: 900px) {
  .chapter {
    padding: 40px 0 100px 0;
  }

  .chapter-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/*news-section*/
.news-section {
  padding: 80px 0;
}

.news-section-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-section-title {
  text-align: center;
  color: #fff;
  font-size: 50px;
  line-height: 1.5;
  font-family: "PT Astra Fact";
  padding-bottom: 0px;
  /* border-bottom: 1px solid #3f4756; */

}

/* 
.news-section-items {
  margin: 60px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 40px;
  row-gap: 60px;
}
.news-section-item {
  border: 1px solid #FFFFFF;
  border-radius: 32px;
  background-color: #14161B;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 420px;
  overflow: hidden;
} */

.news-section-items {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 60px 32px;
}

.news-section-item {
  /* padding: 26px; */
  border: 1px solid #ffffff;
  border-radius: 32px;
  min-height: 208px;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.news-section-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-section-item-title {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-family: "PT Astra Fact";
  font-style: normal;
  font-weight: 400;
}

.news-section-item-desc {
  margin-top: 12px;
  color: #c5c9d2;
  font-size: 14px;
  line-height: 1.6;
  font-style: normal;
  font-weight: 400;
}

.news-section-item-bottom {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-section-item-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 260px;
  border-radius: 32px;
  /* transform: scale(1.01); */
}

.news-section-item-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #c5c9d2;
  font-size: 11px;
}

.news-section-item-data-span {
  width: 5px;
  height: 5px;
  display: block;
  background-color: #c5c9d2;
  border-radius: 16px;
}

.news-section-item-link {
  font-size: 16px;
  color: #00aaff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.news-section-link {
  margin-top: 20px;
  border: 1px solid #00aaff;
  border-radius: 16px;
  width: 100%;
  height: 58px;
  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;
  gap: 12px;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 1110px) {
  .news-section-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-section-items {
    max-width: 100%;
  }

}

@media (max-width: 769px) {
  .news-section-title {
    font-size: 36px;
  }
}

@media (max-width: 650px) {
  .news-section-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-section-item-img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .news-section {
    padding: 60px 0;
  }
}

/*cases-section*/
.cases-section {
  padding: 120px 0;
}

.cases-section-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cases-section-title {
  text-align: center;
  color: #fff;
  font-size: 64px;
  line-height: 1.5;
  font-family: "PT Astra Fact";
  padding-bottom: 60px;
  border-bottom: 1px solid #3f4756;
}

.cases-section-items {
  margin: 60px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  gap: 60px;
}

.cases-section-item {
  border: 1px solid #ffffff;
  border-radius: 24px;
  padding: 40px;

}

.cases-section-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #4e5563;
}

.cases-section-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cases-section-item-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
}

.cases-section-item-location-point {
  width: 11px;
  height: 11px;
  border-radius: 12px;
  background-color: #00aaff;
}

.cases-section-item-info {
  margin-top: 16px;
  font-size: 32px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
}

.cases-section-item-link {
  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;
  margin-top: 68px;
  padding: 13px 20px;
  border: 1px solid #00aaff;
  border-radius: 12px;
  font-size: 16px;
  color: #ffffff;
  width: 200px;
  gap: 8px;
}

.cases-section-item-bottom {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cases-section-item-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.cases-section-item-text {
  font-size: 14px;
  color: #ffffff;
}

.cases-section-item-wrap-product {
  margin-top: 8px;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 2px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cases-section-item-product {
  font-size: 14px;
  color: #14161b;
}

.cases-section-item-count {
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
}

.cases-section-link {
  margin-top: 58px;
  color: #ffffff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #00aaff;
  border-radius: 16px;
  padding: 16px;
  width: 100%;
  max-width: 784px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media (max-width: 740px) {
  .cases-section-item-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 280px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .cases-section-item-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .cases-section-item-link {
    margin-top: 40px;
    width: 100%;
  }

  .cases-section-item-bottom {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cases-section-item-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .cases-section {
    padding: 0;
  }

  .cases-section-item-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }
}





.widget__container {
  border-radius: 16px !important;
  border: none !important;
}

.widget__aside {
  border-radius: 16px !important;
  border: none !important;
}

.ymaps-2-1-79-inner-panes {
  border-radius: 16px;
}

.ymaps-2-1-79-map,
.ymaps-2-1-79-i-ua_js_yes,
.ymaps-2-1-79-map-bg,
.ymaps-2-1-79-islets_map-lang-ru {
  border-radius: 16px !important;
}

.widget__aside-title,
.widget__table-title,
.widget__table-desc {
  color: #fff !important;
}

.widget__form-checkbox-title {
  color: #000 !important;
}

.widget__title {
  color: #fff !important;
}

.widget__aside-title {
  color: #000 !important;
}

.widget__table-img--wrap {
  background-color: #fff;
  padding: 30px;
}

.widget__table-title>a {
  color: #fff !important;
}

.widget__table-contacts-phone>a {
  color: #fff !important;
}

.widget__table-contacts-www>a {
  color: #fff !important;
}

.widget__table-contacts-email>a {
  color: #fff !important;
}

.widget__form-input {
  cursor: pointer !important;
}

.widget__container .widget__layout-btn {
  cursor: pointer !important;
}


.widget__aside {
  background-color: #fff !important;
}

.list-logo-wrap {
  width: 200px;
  background: #fff;
  padding: 30px;
}

.list-info {
  width: 400px;
}

@media screen and (max-width: 550px) {
  .list-info {
    width: 100%;
  }

  .list-title {
    font-size: 35px;
  }
}

@media screen and (max-width: 430px) {
  .termidesk-banner {
    background-color: #000;
  }
}

@media screen and (max-width: 400px) {
  .termidesk-banner {
    background-color: #000;
  }

  .list-title {
    font-size: 31px;
  }
}