body {
  margin: 0;
  padding: 0;
  font: 14px/1.428 "Open Sans", Helvetica, Arial, sans-serif;
}

.flex {
  display: flex;
}

.flex-center {
  background-color: #F5F5F4;
  border-radius: 16px;
  width: 504px;
  height: 504px;
  flex-direction: column;
  position: relative;
}
.align-center {
  align-items: center;
}

.darkgrey {
  color: darkgrey;
}

/* page */
.page {
  margin: 0 auto;
}

.main {
  min-height: 620px;
  height: calc(100vh - 248px);
}

.block {
  padding: 40px 124px 40px 124px;
  justify-content: space-between;
}

.ml24  {
  margin-left: 24px;
}

.mr54  {
  margin-right: 54px !important;
}

/* header */
.b-header-userbar {
  background-color: #fff;
  min-width: 1280px;
}

.b-header-userbar-set {
  width: 100%;
  height: 64px;
  table-layout: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.b-header-userbar-icount {
  font-size: 13px;
  line-height: 32px;
}
.b-header-userbar-deloitte.logo {
  height: 24px;
}
.b-header-userbar-icount.omnia {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  position: relative;
  border: none;
  color: #86BC25;
  margin-left: 15px;
}

.b-header-userbar-set-small {
  width: 100%;
  height: 32px;
  background-color: #E9E9E9;
}

.b-ui.cursor_pointer {
  cursor: pointer;
}

.b-header-userbar-deloitte {
  font-weight: 500;
  display: flex;
}

.main-info {
  flex-direction: column;
}


.form h2 {
  font-weight: 300;
  font-size: 32px;
  line-height: 48px;
  margin-top: 0;
  margin-bottom: 0;
}

.form p {
  font-size: 18px;
  text-align: left;
  width: 465px;
  margin-top: 16px;
  margin-bottom: 36px;
  line-height: 24px;
  color: black;
}

.form a:not(.appstore) {
  background: #007CB0;
  border-radius: 3px;  
  font-size: 14px;
  line-height: 24px;
  padding: 6px 16px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
}

.devices {
  background-image: url(./images/Desktop.png);
  background-repeat: no-repeat;
  width: 504px;
  height: 504px;
  position: relative;
  background-position: 36px 80px;
  background-size: 446px 250px;
}

.mobile-image {
  position: absolute;
  background-image: url(./images/Mobile.png);
  background-repeat: no-repeat;
  width: 79px;
  height: 178px;
  top: 167px;
  left: 51px;
  background-position: center;
  background-size: 100%;
  border-radius: 13px;
}

.appstore-links {
  margin-left: 48px;
  color: #75787B;  
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  bottom: 60px;
}

.appstore-links div {
  margin-bottom: 16px;
}

.appstore-links a {
  margin-right: 10px;
}

.icons {
  flex-direction: row;
  width: 633px;
  flex-wrap: wrap;
}

.info {
  align-items: center;
  font-size: 14px;
  color: #000000;
}

.info.row {
  margin-bottom: 18px;
  width: 100%;
  margin-right: 30px;
}

.info.row p {
  margin-top: 54px;
  font-size: 18px;
  margin-bottom: 0;
}

.info .icon {
  font-size: 32px;
  margin-right: 16px;
  min-width: 48px;
  height: 48px;
  border: 1px solid #D0D0CE;
  border-radius: 56px;
  color: black;
  position: relative;
}

.info .icon::before {
  left: 8px;
  top: 8px;
  position: absolute;
}

.support {
  width: 296px;
  position: absolute;
  display: none;
  right: -13px;
  top: 30px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  box-shadow: 0 2px 4px 0 rgb(24 25 26 / 20%);
  padding-left: 24px;
  z-index: 1;
}

.support h3 {
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  margin: 0;
  font-weight: 500;
}

.support h4 {
  font-size: 14px;
  color: #3D3F00;
  line-height: 20px;
  margin: 0;
  font-weight: normal;
  margin-bottom: 16px;
}

.support p {
  color: #000000;
  margin-top: 24px !important;
}

.border {
  background: #D8D8D8;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.phones > div {
  width: 50%;
  margin-bottom: 16px;
}

.support a,
.support a:visited {
  color: #007CB0;
  font-weight: 400;
  text-decoration: none;
}

/* footer */
.footer {
  background-color: #F5F5F4;
  min-width: 1280px;
}

.b-footer {
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #97999b;
  position: relative;
  padding: 32px 0px 32px 24px;
}

.b-footer .large {
  font-size: 12px;
}

.b-footer p {
  margin-top: 15px;
  color: #63666A;
}

.b-footer a {
  color: #007CB0;
  text-decoration-thickness: 0.5px !important;
  text-decoration: underline;
}
.b-footer a:not(:last-of-type) {
  border-right: 1px solid #D0D0CE;
  padding-right: 8px;
}
.b-footer a:not(:first-of-type) {
  padding-left: 8px;
}
.b-footer a:hover,
.b-footer a:hover:visited {
  color: #00a1de;
}

.b-header-userbar-menu-item-link-icon {
  display: inline-block;
  background: url(./images/question.svg);
  width: 24px;
  height: 24px;
  font-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.b-header-userbar-menu-item-link-icon:before {
  content: "";
  width: 0;
  height: 0;
  visibility: hidden;
  background: url(./images/question_hover.svg);
}
.b-header-userbar-menu-item-link {
  margin-right: 25px;
  cursor: pointer;
  position: relative;
}

.b-header-userbar-menu-item-link.open .support {
  display: block;
}

@media (min-width: 1440px){
  .form p {
    width: 585px;
  }
}

@media (min-width: 1600px){
  .form p {
    width: 745px;
  }
}