header {
  background-color: white;
}

.main-container {
  padding-top: 154px;
  overflow: hidden;
  color: white;
  background-color: #006fdb;
}
@media screen and (max-width: 834px) {
  .main-container {
    padding-top: 68px;
  }
}

h2 {
  font-weight: 900;
  font-size: 5rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  h2 {
    font-size: 2.5rem;
  }
}

.lead {
  font-weight: 700;
  font-size: min(2.7vw, 2.8rem);
  line-height: 1.67;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .lead {
    font-size: 1.6rem;
    font-feature-settings: "palt";
  }
}

.caption {
  margin: 10px 0;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .caption {
    font-size: 1rem;
  }
}

.about {
  position: relative;
  padding: 90px 20px 20px;
  background: linear-gradient(to bottom, #006fdb 0%, #006fdb 72%, #0060bd 72%, #0060bd 100%);
}
.about::after {
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid;
  border-width: 98px 50vw 0 50vw;
  border-color: #0060bd transparent transparent transparent;
  transform: translateX(-50%);
  content: "";
}
.about h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 555px;
  margin: 0 auto 40px;
  padding-bottom: 20px;
  border-bottom: solid 10px white;
  font-size: 4rem;
  font-weight: 700;
}
.about h1 .logo {
  display: block;
  width: 295px;
}
.about .block {
  width: 293px;
}
.about .block-wrap {
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
}
.about .block dt {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 4rem;
  text-align: center;
}
.about .block .label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  font-size: 2.8rem;
  line-height: 1;
  border-bottom: solid 2px white;
}
.about .block .logo_manager {
  display: inline-block;
  width: 257px;
  margin-right: 5px;
}
.about .block img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 834px) {
  .about {
    padding: 43px 25px 38px;
    text-align: center;
  }
  .about::after {
    border-width: 20px 50vw 0 50vw;
  }
  .about h1 {
    position: relative;
    flex-wrap: wrap;
    gap: 5px;
    width: auto;
    margin-bottom: 20px;
    padding-bottom: 13px;
    font-size: 2.2rem;
    border: none;
  }
  .about h1 .logo {
    width: 167px;
  }
  .about h1::after {
    position: absolute;
    bottom: 0;
    width: min(100%, 268px);
    height: 5px;
    background-color: white;
    content: "";
  }
  .about .block {
    width: min(70%, 293px);
    margin: 30px auto 0;
  }
  .about .block-wrap {
    display: block;
    margin: 0;
  }
  .about .block dt {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  .about .block .label {
    height: 52px;
    font-size: 1.6rem;
  }
  .about .block .logo_manager {
    width: 150px;
  }
}

.free {
  position: relative;
  padding: 180px 20px 80px;
}
.free img {
  display: block;
  width: 100%;
  height: auto;
}
.free h2 {
  margin: 0 0 50px;
}
.free .block {
  width: 25%;
}
.free .block-wrap {
  display: flex;
  justify-content: center;
}
.free .block .label {
  font-weight: 900;
  font-size: 2.2rem;
}
.free .block .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  margin: 0 auto;
}
.free .block:not(:first-child) {
  position: relative;
}
.free .block:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: dotted 2px white;
  content: "";
}
.free .block:nth-child(1) {
  padding: 0 20px 0 0;
}
.free .block:nth-child(1) .icon img {
  width: 100px;
}
.free .block:nth-child(2) {
  padding: 0 20px;
}
.free .block:nth-child(2) .icon img {
  width: 100px;
}
.free .block:nth-child(3) {
  padding: 0 20px;
}
.free .block:nth-child(3) .icon img {
  width: 141px;
}
.free .block:nth-child(4) {
  padding: 0 0 0 20px;
}
.free .block:nth-child(4) .icon img {
  width: 141px;
}
.free .download-block {
  margin: 50px 0 0;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
}
.free .btn-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 20px;
}
.free .btn-download {
  position: relative;
  display: block;
  padding: 30px;
  color: #e94200;
  background-color: white;
  border-radius: 50px;
  box-shadow: 0 4px rgba(0, 0, 0, 0.1);
}
.free .btn-download::after {
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\e903";
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 28px;
}
.free .btn-download:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.8);
}
.free .paid-version {
  margin: 24px 0 0;
  text-align: center;
}
.free .paid-version p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
}
.free .paid-version .logo_manager {
  display: inline-block;
  width: 215px;
  margin-right: 5px;
}
.free .link-btn {
  position: relative;
  display: block;
  max-width: 494px;
  margin: 10px auto 0;
  padding: 30px 40px;
  color: #006fdb;
  font-weight: 900;
  font-size: 2.2rem;
  background-color: white;
  border-radius: 44px;
  box-shadow: 0 4px rgba(0, 0, 0, 0.1);
}
.free .link-btn::after {
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\e902";
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 30px;
}
.free .link-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 834px) {
  .free {
    padding: 55px 25px 35px;
  }
  .free h2 {
    margin-bottom: 20px;
  }
  .free .block {
    display: grid;
    grid-gap: 5px 15px;
    grid-template: "icon ." auto "icon label" auto "icon txt" auto "icon ." auto/1fr 1.2fr;
    width: 100%;
    padding: 20px 0 !important;
    border-bottom: dotted 2px white;
  }
  .free .block-wrap {
    display: block;
    border-top: dotted 2px white;
  }
  .free .block .label {
    grid-area: label;
    font-size: 1.6rem;
  }
  .free .block .icon {
    grid-area: icon;
    height: auto;
  }
  .free .block .text {
    grid-area: txt;
  }
  .free .block p {
    font-size: 1.3rem;
  }
  .free .block:not(:first-child)::before {
    content: none;
  }
  .free .block:nth-child(1) .icon img, .free .block:nth-child(2) .icon img {
    width: 69px;
  }
  .free .block:nth-child(3) .icon img, .free .block:nth-child(4) .icon img {
    width: 98px;
  }
  .free .download-block {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .free .btn-wrapper {
    grid-template-columns: auto;
    gap: 0;
  }
  .free .btn-download {
    margin-top: 10px;
    padding: 18px;
    font-size: 1.5rem;
  }
  .free .btn-download::after {
    right: 18px;
  }
  .free .paid-version {
    margin-top: 12px;
  }
  .free .paid-version p {
    font-size: 1.4rem;
  }
  .free .paid-version .logo_manager {
    width: 141px;
  }
  .free .link-btn {
    min-width: 100%;
    padding: 18px;
    font-size: 1.5rem;
  }
  .free .link-btn::after {
    right: 18px;
  }
}
@media screen and (max-width: 834px) {
  .free .block .label {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .free .block .icon {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    -ms-grid-column: 1;
  }
  .free .block .text {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}

.price {
  position: relative;
  padding: 180px 0 60px;
  background-color: #0060bd;
}
.price::after {
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid;
  border-width: 98px 50vw 0 50vw;
  border-color: #0060bd transparent transparent transparent;
  transform: translateX(-50%);
  content: "";
}
.price h2 {
  margin-bottom: 40px;
}
.price .caption li {
  padding-left: 1em;
  font-size: 1.5rem;
  line-height: 1.6;
  text-indent: -1em;
}
.price-view {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 45px 0;
  border: solid white;
  border-width: 2px 0 2px 0;
}
.price-view h3 {
  padding: 0 40px 0 0;
  font-weight: 900;
  font-size: 2.4rem;
  text-align: center;
}
.price-view h3 .logo {
  display: inline-block;
  width: 240px;
}
.price-view h3 img {
  display: block;
  width: 100%;
  height: auto;
}
.price-month {
  width: 364px;
  overflow: hidden;
  background-color: white;
  border-radius: 10px;
}
.price-month .label {
  padding: 5px;
  color: #006fdb;
  font-weight: 900;
  font-size: 2.2rem;
  text-align: center;
  background-color: rgba(0, 111, 219, 0.15);
}
.price-month .num {
  width: 230px;
  margin: 15px auto 10px;
}
.price-month .num img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 834px) {
  .price {
    padding: 55px 25px 30px;
  }
  .price::after {
    border-width: 20px 50vw 0 50vw;
  }
  .price h2 {
    margin-bottom: 20px;
  }
  .price .caption li {
    font-size: 1rem;
  }
  .price-view {
    display: block;
    padding: 23px 0 25px;
  }
  .price-view h3 {
    margin-bottom: 10px;
    padding: 0;
    font-size: 2rem;
    text-align: center;
  }
  .price-view h3 .logo {
    width: 193px;
  }
  .price-month {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  .price-month .label {
    padding: 7px;
    font-size: 1.7rem;
  }
  .price-month .num {
    width: 179px;
    margin: 10px auto 7px;
  }
}

.system-requirements {
  position: relative;
  padding: 180px 0 50px;
}
.system-requirements::after {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1;
  border: solid;
  border-width: 98px 50vw 0 50vw;
  border-color: #006fdb transparent transparent transparent;
  transform: translateX(-50%);
  content: "";
}
.system-requirements h2 {
  margin-bottom: 40px;
}
.system-requirements .block {
  margin: 60px 0 30px;
}
.system-requirements .block h3 {
  padding: 5px 15px;
  margin-bottom: 20px;
  color: white;
  font-size: 1.8rem;
  background-color: rgba(255, 255, 255, 0.15);
}
.system-requirements .block dl {
  display: flex;
  justify-content: flex-end;
  padding: 15px 50px 15px 0;
  border-bottom: solid 2px white;
}
.system-requirements .block dl:first-of-type {
  border-top: solid 2px white;
}
.system-requirements .block dt,
.system-requirements .block dd {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.75;
}
.system-requirements .block dt {
  width: 35%;
}
.system-requirements .block dd {
  width: 50%;
}
.system-requirements .block dd span {
  font-weight: 400;
}
.system-requirements .caption li {
  padding-left: 1em;
  font-size: 1.4rem;
  text-indent: -1em;
}
@media screen and (max-width: 834px) {
  .system-requirements {
    padding: 55px 25px 35px;
  }
  .system-requirements::after {
    border-width: 20px 50vw 0 50vw;
  }
  .system-requirements h2 {
    margin-bottom: 20px;
  }
  .system-requirements .block {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .system-requirements .block h3 {
    padding: 20px;
    font-size: 2rem;
  }
  .system-requirements .block dl {
    justify-content: flex-start;
    padding: 15px 0;
  }
  .system-requirements .block dt,
  .system-requirements .block dd {
    font-size: 1.4rem;
  }
  .system-requirements .block dt {
    width: 32%;
  }
  .system-requirements .block dd {
    width: 68%;
  }
  .system-requirements .caption li {
    font-size: 1rem;
  }
}

.contact {
  padding: 80px 0;
  background-color: #0094e5;
}
.contact .btn {
  display: block;
  max-width: 556px;
  height: 120px;
  margin: 0 auto;
  color: #00a0e9;
  font-size: 3rem;
  line-height: 120px;
  text-align: center;
  text-decoration: none;
  background-color: white;
  border-radius: 60px;
  box-shadow: 0 -3px rgba(0, 0, 0, 0.08) inset;
}
.contact .btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 834px) {
  .contact {
    padding: 30px 25px;
  }
  .contact .btn {
    max-width: 300px;
    height: 70px;
    font-size: 1.8rem;
    line-height: 70px;
  }
}