@font-face {
  font-family: NotoSans;
  font-weight: 400;
  src: url("/tour/hdm17tl-en/fonts/NotoSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: NotoSans;
  font-weight: 600;
  src: url("/tour/hdm17tl-en/fonts/NotoSans-Bold.ttf") format("truetype");
}

* {
  box-sizing: border-box;
}

body {
  background-color: #ededed;
  color: #5a5a5a;
  padding: 30px 30px 85px;
  font-family: NotoSans;
  box-sizing: border-box;
}

p {
  font-size: 12px;
  line-height: 15px;
}

.container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.btn {
  display: inline-block;
  outline: none;
  text-decoration: none;
  color: #5a5a5a;
}

.icon {
  font-size: 90px;
}

.left, .right {
  flex: 1 0 50%;
}

.left {
  background-color: #ebebeb;
}

.container--small {
  padding: 54px 35px 0;
  text-align: center;
}

.promo-text {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 16px;
}

.main-icon {
  display: block;
  font-size: 90px;
  margin: 0 0 16px;
}

h1 {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 16px;
}

.desc {
  font-size: 20px;
  line-height: 40px;
  margin: 0 0 20px;
}

.tellus {
  display: block;
  font-size: 15px;
  line-height: 22px;
  color: #ff783b;
  text-decoration: none;
  text-align: center;
}

.tellus:hover {
    text-decoration: underline;
}

.markup {
  color: #ff783b;
  cursor: pointer;
}

.right {
  background-color: #f5f5f5;
}

.prequestion {
  margin: 0 0 26px;
  font-size: 13px;
  line-height: 20px;
}

.question {
  margin: 0 0 26px;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}

.right__title {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 46px;
  font-weight: bold;
  color: #ff783b;
}

.right__text {
  margin: 0 0 26px;
  font-size: 13px;
  line-height: 20px;
}

.list {
  list-style: none;
  padding: 0;
  margin: 0 auto 26px;
}

.list__feature {
  font-size: 9px;
  line-height: 15px;
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}

.list__icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
}

.list__companyname {
  margin-top: 2px;
  font-size: 9px;
  line-height: 1.1;
}

.list__title {
  font-size: 13px;
  line-height: 15px;
}

.list__link {
  text-decoration: none;
  color: #ff783b;
  font-weight: bold;
}

.list__divider {
  width: 100%;
  border-top: 1px dashed #5a5a5a;
  margin: 25px 0;
}

.list__feature .btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
}

.colored {
  color: #ff783b;
  font-weight: bold;
}

.f-orange {
  color: #ff783b;
}

.f-blue {
  color: #358aca;
}

.f-purple {
  color: #c25096;
}

.nav-btns {
  position: absolute;
  bottom: -20px;
  width: 100%;
}

.center {
  text-align: center;
}

.btn--black {
  border: 1px solid #5a5a5a;
  padding: 0 3px;
  transition: all ease-in .3s;
}

.btn--long {
  padding: 0 30px;
}

.btn--black:hover {
  color: #fff;
  background-color: #5a5a5a;
}

.btn--orange {
  position: absolute;
  height: 30px;
  background-color: transparent;
  border: 3px solid #ff783b;
  color: #ff783b;
  font-size: 15px;
  font-weight: bold;
  min-width: 160px;
  cursor: pointer;
  transition: all ease-in 0.3s;
  text-decoration: none;
  text-align: center;
}

.btn--orange:hover {
  color: #fff;
  background-color: #ff783b;
}

.btn--left {
  left: 20px;
}

.btn--right {
  right: 20px;
}

.dots {
  position: absolute;
  bottom: -40px;
  left: calc(50% - 75px);
  display: flex;
}

.dots__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #5a5a5a;
  cursor: pointer;
  margin: 0 10px;
}

.tns-nav-active, .dots__dot:hover {
  background-color: #5a5a5a
}

.btn--close {
  position: absolute;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  top: -10px;
  right: -10px;
  padding: 0;
}

.close-icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.close-icon::before, .close-icon::after {
  height: 8px;
  margin-top: -4px;
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  background: #000;
}

.close-icon::before {
  transform: rotate(45deg);
}

.close-icon::after {
  transform: rotate(-45deg);
}

.hdm_list {
  width: 220px;
  display: block;
  margin: 5px auto;
}

.hdm_list .tellus {
  text-align: left;
}

.first_page .container--small {
  background-color: #fff;
  width: calc(100% - 40px);
  margin: 20px;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, .05);
  padding: 35px 25px 25px;
}

.hdm_tour {
  background-color: rgb(45, 73, 99);
  margin: 0;
  padding: 0;
}

.hdm_tour .container {
  position: relative;
  max-width: 1088px;
  margin: 10px auto;
}

.block_screen {
    width: 1088px;
    height: 640px;
    margin: 10px auto;
    position: relative;
}

.hdm_tour .first_page,
.hdm_tour .final_page {
  height: 640px;
  display: block;
  background: #fff;
  position: relative;
}

.hdm_tour .final_page .screen1 {
  content: '';
  background: url(/tour/hdm17tl-en/assets/App-Dash-State-OK-Backups-Yes-Activated-Yes.png) no-repeat;
  position: absolute;
  bottom: 0;
  width: 515px;
  background-size: 100%;
  height: 303px;
  display: block;
  left: 290px;
  z-index: 5;
  box-shadow: 1px -3px 9px #a5a5a5;
}

.hdm_tour .final_page .screen2 {
  content: '';
  background: url(/tour/hdm17tl-en/assets/App-DM-Layout.png) no-repeat;
  position: absolute;
  bottom: 0;
  width: 407px;
  background-size: 100%;
  height: 239px;
  display: block;
  left: 16px;
  z-index: 3;
  box-shadow: 0px -3px 6px #a5a5a5;
}

.hdm_tour .final_page .screen3 {
  content: '';
  background: url(/tour/hdm17tl-en/assets/Backup-005-FIleFolder-Strategy.png) no-repeat;
  position: absolute;
  bottom: 0;
  width: 407px;
  background-size: 100%;
  height: 239px;
  display: block;
  left: 661px;
  z-index: 3;
  box-shadow: 2px -2px 6px #a5a5a5;
}


.hdm_tour .first_page .container--small {
  background-color: #fff;
  width: auto;
  margin: 0;
  box-shadow: none;
  padding: 50px 30px 20px;
}

.btn_right {
  text-align: right;
}

.btn_left {
    text-align: center;
    margin-top: 5px;
}

.hdm_tour .btn {
  color: #ffffff;
  background-color: #ff783b;
  text-align: center;
  padding: 10px;
  width: 140px;
  border: 1px solid #ff783b;
  font-size: 18px;

}

.hdm_tour .btn:hover {
  color: #ff783b;
  background-color: #ffffff;
}

.final_page .container--small {
  padding: 28px 360px 20px 90px;
  text-align: left;
  color: #000;
}

.final_page .sidebar {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 250px;
  top: 20px;
  padding: 33px 10px 10px;
}

.final_page .sidebar .btn {
  display: block;
  margin: 10px auto 20px;
  width: 100%;
  text-transform: uppercase;
}
.final_page .sidebar a {
  text-align: center;
  display: block;
}

.final_page .sidebar a:hover {
  color: #ff783b;
}

.final_page .price {
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 34px;
}

.final_page .desc {
  font-size: 20px;
  line-height: normal;
  margin: 0;
}

.final_page h1 {
  font-size: 32px;
  line-height: normal;
  margin: 0 0 10px;
  font-weight: 400;
}

.final_page .container--small {
  position: relative;
}

.final_page .container--small .main-icon {
  content: '';
  position: absolute;
  bottom: 0;
  width: 64px;
  height: 64px;
  display: block;
  font-size: 64px;
  left: 10px;
  top: 32px;
}

.final_page p {
  font-size: 18px;
  line-height: 18px;
}

.final_page .hdm_list {
  width: auto;
  display: block;
  margin: 0;
  padding-left: 20px;
}

.final_page .hdm_list li {
  margin-bottom: 5px;
}

.flash_btn {
  display: block;
  position: relative;
  background-color: transparent;
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    background: rgba(66, 156, 227, 0.6);
  }
}

.flash_buttons.active {
  display: block;
  background: rgba(66, 156, 227, 0.6);
  animation: blinker 1s linear infinite;
}

.img-center {
  display: block;
  margin: auto;
}

.display_none {
  display: none;
}
.img_for_bg {
  position: absolute;
  z-index: 1;
}

.img_general {
  position: relative;
  z-index: 5;
  background: rgba(45, 73, 99, 0.5);
}
