@charset "UTF-8";
/* шрифты */
@font-face {
  font-family: "PT Astra Fact";
  src: url("../assets/fonts/PTAstraFact-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PT Astra Fact";
  src: url("../assets/fonts/PTAstraFact-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
#termidesk {
  /* переменные - цвета*/
  --neutral-900: #1B1F28;
  --neutral-800: #2F3441;
  --neutral-500: #788198;
  --neutral-200: #D9DDE7;
  --neutral-100: #DADDE7;
  --neutral-50: #F1F3F8;
  --blue-500: #00A2E1;
  --blue-700: #0078C0;
  --blue-800: #0062AA;
  --blue-900: #004684;
  --accent-50: #E0F4FF;
  --accent-600: #1A73A6;
  font-family: "PT Astra Fact", "Arial", "Verdana", sans-serif !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
#termidesk button {
  outline: none !important;
  border: none !important;
}
#termidesk .text-large {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#termidesk .text-xlarge {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#termidesk .text-small {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#termidesk .text-regular {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#termidesk h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: var(--neutral-900);
  margin-bottom: 0;
}
#termidesk h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: var(--neutral-900);
  margin-bottom: 0;
}
#termidesk h4 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
#termidesk h5 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: var(--neutral-900);
  margin-bottom: 0;
}
#termidesk h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--neutral-900);
  margin-bottom: 0;
}
#termidesk .white {
  color: #fff;
}
#termidesk .container {
  width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#termidesk section {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
#termidesk .btn-main {
  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;
  height: 68px;
  padding: 20px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: var(--blue-500);
  min-width: 218px;
  cursor: pointer;
}
#termidesk .btn-main p,
#termidesk .btn-main p.text-large,
#termidesk .btn-main p.text-xlarge {
  white-space: nowrap;
}
#termidesk .btn-main:hover {
  background-color: var(--blue-800);
}
#termidesk .btn-main:active {
  background-color: var(--blue-900);
}
#termidesk .btn-outline {
  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;
  height: 68px;
  padding: 20px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: transparent;
  border: 1px solid var(--neutral-800);
  min-width: 147px;
  cursor: pointer;
}
#termidesk .btn-outline p {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#termidesk .btn-outline:hover {
  border-color: var(--blue-500);
}
#termidesk .btn-outline:active {
  border-color: var(--blue-700);
}
#termidesk .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}
#termidesk .banner {
  background-color: var(--neutral-50);
}
#termidesk .banner .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  padding: 80px 0;
}
#termidesk .banner__info {
  -webkit-box-flex: 2.8;
      -ms-flex: 2.8;
          flex: 2.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
#termidesk .banner__info .btn-group {
  margin-top: 16px;
}
#termidesk .banner__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#termidesk .about .container {
  padding: 60px 80px;
  background-color: var(--accent-600);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
#termidesk .about h6 {
  margin-bottom: 32px;
}
#termidesk .about .text-large:first-of-type {
  margin-bottom: 24px;
}
#termidesk .about img {
  min-width: 513px;
}
#termidesk .advantages {
  background-color: var(--accent-50);
}
#termidesk .advantages .container {
  padding: 80px 0;
}
#termidesk .advantages__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  margin-top: 38px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#termidesk .advantages__block__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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding: 32px;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc((100% - 64px) / 3);
}
#termidesk .scenaries .container {
  padding: 0;
}
#termidesk .scenaries h2 {
  margin-bottom: 38px;
}
#termidesk .scenaries__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#termidesk .scenaries__block__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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid var(--neutral-100);
  width: calc((100% - 96px) / 4);
}
#termidesk .scenaries__block__item__number {
  width: 62px;
  height: 62px;
  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;
  background-color: var(--neutral-200);
}
#termidesk .scenaries__block__item__number h6 {
  color: var(--neutral-500);
}
#termidesk .features {
  background-color: var(--neutral-50);
}
#termidesk .features .container {
  padding: 60px 0;
}
#termidesk .features h2 {
  margin-bottom: 38px;
}
#termidesk .features__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#termidesk .features__block__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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding: 32px;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc((100% - 64px) / 3);
}
#termidesk .features ul {
  padding-left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-bottom: 0;
}

/* tablet */
@media (max-width: 1349px) {
  #termidesk .container {
    width: 688px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #termidesk .btn-group {
    gap: 24px;
  }
  #termidesk h1, #termidesk h2, #termidesk h3, #termidesk h4, #termidesk h5, #termidesk h6, #termidesk .text-xlarge, #termidesk .text-large, #termidesk .text-regular, #termidesk .text-small {
    text-align: center;
  }
  #termidesk .banner .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #termidesk .banner__info {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #termidesk .banner__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  #termidesk .about .container {
    padding: 60px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #termidesk .about__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #termidesk .about img {
    min-width: 342px;
    width: 342px;
  }
  #termidesk .advantages__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #termidesk .advantages__block__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #termidesk .scenaries__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #termidesk .scenaries__block__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #termidesk .features__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #termidesk .features__block__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #termidesk .features ul {
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* mobile */
@media (max-width: 767px) {
  #termidesk .container {
    width: calc(100% - 40px);
  }
  #termidesk .btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #termidesk .btn-main, #termidesk .btn-outline {
    width: 100%;
  }
  #termidesk .about img {
    min-width: 296px;
    width: 80%;
  }
  #termidesk .features ul {
    padding-left: 18px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #termidesk .features ul .text-large {
    text-align: left;
  }
}
/*# sourceMappingURL=style.css.map */
