.download-content {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  min-width: 1200px;
  padding: 34px 20px 0;
  min-height: calc(100vh - 357px);
  background-color: #ffffff;
}
.version-numbers {
  display: flex;
  align-items: center;
}
.version-numbers > div {
  position: relative;
  margin-right: 37px;
  padding-bottom: 14px;
  cursor: pointer;
}
.version-numbers > div::after {
  position: absolute;
  display: block;
  content: '';
  transition: 0.3s;
  width: 0%;
  height: 5px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
}
.version-numbers > div.selected::after {
  width: 100%;
  background-color: #ff8500;
}
.version-numbers > div span {
  font-size: 20px;
  color: #3d3d3d;
}
.version-numbers > div.selected span {
  color: #ff8500;
}
.version-systems {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.version-systems > div {
  margin: 19px 80px 15px 0;
  cursor: pointer;
  display: flex;
}
.version-systems > div svg path {
  fill: #040000;
}
.version-systems > div span {
  margin-left: 10px;
  color: #3d3d3d;
  font-size: 16px;
}
.version-systems > div.selected span {
  color: #ff8500;
}
.version-systems > div.selected svg path {
  fill: #ff5a00;
}

.downloads > div {
  padding-top: 70px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
}
.downloads > div > .text {
  width: 538px;
}
.downloads > div > .text > p:nth-of-type(1) {
  font-size: 40px;
  line-height: 60px;
  color: #000000;
  margin-bottom: 26px;
  white-space: nowrap;
}
.downloads > div > .text > p:nth-of-type(1) span {
  background: #d8d8d8;
  font-size: 18px;
  color: #3d3d3d;
  padding: 0 8px;
  border-radius: 2px;
  margin-left: 20px;
  white-space: nowrap;
}
.downloads > div > .text > p:nth-of-type(2) {
  font-size: 18px;
  line-height: 36px;
  color: #999999;
  margin-bottom: 14px;
}
.downloads > div > .text > p:nth-of-type(3) {
  margin-bottom: 22px;
  display: flex;
}
.downloads > div > .text > p:nth-of-type(3) span {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
}
.downloads > div > .text > p:nth-of-type(3) span:nth-of-type(2) {
  color: #b8b8b8;
  margin-left: 66px;
}
.downloads > div > .text > .download-links a {
  display: inline-block;
  padding: 10px 50px;
  border-radius: 30px;
  background: #ff8500;
  font-size: 18px;
  text-align: center;
  line-height: 36px;
  color: #ffffff;
  margin-right: 50px;
  margin-bottom: 22px;
}
.downloads > div > .text > .download-links a.disabled {
  background: #e2e2e2;
  color: #9c9c9c;
  cursor: not-allowed;
}
.downloads > div > .text > .more-links a {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
  margin-left: 30px;
}
.downloads > div > .text > .more-links a.conbined {
  position: relative;
  margin-left: 0;
}
.downloads > div > .text > .more-links a.conbined:not(:last-of-type)::after {
  content: '/';
  display: inline;
  margin: 0 2px;
}
.downloads > div > .text > .more-links span a {
  color: #ff8500;
}

.downloads > div > .img {
  margin-left: auto;
  width: calc(100% - 538px - 60px);
  max-width: 673px;
}
.downloads > div > .img img {
  width: 100%;
}
