body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

input,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  font-family: 'Inter', sans-serif;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

header,
aside,
section,
footer {
  display: block;
}

::-webkit-input-placeholder {
  color: #398aff;
}

::-moz-placeholder {
  color: #398aff;
}

:-moz-placeholder {
  color: #398aff;
}

:-ms-input-placeholder {
  color: #398aff;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

img {
  max-width: 100%;
  display: block;
}

h2 {
  font-family: 'Inter', sans-serif;
  line-height: 36px;
  font-size: 32px;
  font-weight: 700;
}

h3 {
  font-family: 'Inter', sans-serif;
  line-height: 36px;
  font-size: 26px;
  font-weight: 400;
}

h4 {
  line-height: 28px;
  font-size: 24px;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

header {
  padding: 24px 240px;
  height: 105px;
}

.content-wrapper {
  background: #000;
  background-size: cover;
  background-image: url("../../img/bigmoney/3d-render-network-communications-background-with-flowing-digital-particles.png");
  max-width: 1942px;
  width: 100%;
  height: 100%;
}

.content {
  padding: 0 150px 0 150px;
  margin-top: 60px;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.content > div {
}

.left {
 flex: 1.2;
}

.right {
  flex: 0.8;
}

.main_title {
  font-weight: 700;
  font-size: 92px;
  line-height: 109%;
  color: #e9e9e9;
  margin: 0 0 30px 0;
}

.main_title div:first-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.date_row {
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px
}

.date_row span {
  font-weight: 400;
  font-size: 32px;
  line-height: 206%;
  padding: 0 5px;
}

.subtitle_1 {
  font-weight: 400;
  font-size: 46px;
  line-height: 130%;
  color: #fff;
  margin: 60px 0 30px;
}

.subtitle_2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #fff;
}

.date {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.date_cell {
  border: 2px solid #fff;
  border-radius: 4px;
  width: 62px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 206%;
  color: #fff;
  transition: 0.3s;
}

.img1 {
  position: absolute;
  left: 0;
}

.img2 {
  position: absolute;
  right: 0;
}

.img1, .img2 {
  max-height: 500px;
  margin-top: 60px;
}

.img3 {
  position: absolute;
  left: 40%;
  top: 0;
  width: 250px;
}

.list-title {
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  margin-bottom: 50px;
  line-height: 35px;
}

.list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}

.list_line {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 1px;
  border: 1px dotted #fff;
}

.list_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.list_item_left {
  border: 2px solid #a9a9a9;
  background: #000;
  border-radius: 4px;
  padding: 16px;
  height: 64px;
  width: 64px;
  min-width: 64px;
  font-weight: 400;
  font-size: 32px;
  color: #a9a9a9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_item_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #fff;
}

.row_info {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.cell_info {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0px 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 287%;
  color: #fff;
}

.button {
  text-decoration: none;
  display: block;
  border-radius: 8px;
  padding: 12px 32px;
  width: 264px;
  height: 64px;
  background-color: #0069FF;
  font-weight: 700;
  font-size: 20px;
  line-height: 200%;
  color:  #fff;
  text-align: center;
  cursor: pointer;
}

.button:hover {
  opacity: 0.8;
}

footer {
  height: 90px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  padding: 0 20px;
  margin: 15px 0;
}

.footer-title {
  flex-basis: 40%;
  text-align: center;
}

.footer-info {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  align-items: center;
  gap: 10px;
}

.footer-info-separator {
  width: 2px;
  height: 32px;
  background-color: #fff;
  margin: 0 6px;
}

.info_with_icon {
  height: 46px;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 10px 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 20px;
  line-height: 230%;
  color: #fff;
}

.info_with_icon img {
    width: 24px;
    height: 24px;
}

.phone {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

.phone:hover {
  color: #0069FF;
}

.cell_info:hover,
.info_with_icon:hover {
  color: #0069FF;
  border: 1px solid #0069FF;
}


@media screen and (max-width: 1240px){
  .img3 {
    display: none;
  }

  .content {
    flex-direction: column;
    gap: 50px;
    padding: 0 150px 50px 200px;
  }

  .date_cell {
    width: 50px;
    height: 60px;
  }

  .button {
    width: 100%;
  }

  header {
    padding: 24px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  footer {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 800px){

  .content {
    padding: 0 100px 50px 120px;
  }

  .main_title {
    font-size: 68px;
  }

  .img1, .img2 {
    max-height: 350px;
  }
  footer {
    height: auto;
  }

  .footer-info {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-info-separator {
    display: none;
  }
}

@media screen and (max-width: 600px){

  .content {
    padding: 0 16px 32px 16px;
  }

  .date_cell {
    font-size: 14px;
    width: 27px;
    height: 30px;
  }
  .main_title {
    font-size: 50px;
  }
  .row_info {
    flex-wrap: wrap;
    display: none;
  }

  .img1 {
    display: none;
  }
  .img2 {
    max-height: 250px;
    margin-top: -30px;
  }

  .subtitle_1 {
    font-size: 16px;
  }

  .subtitle_2 {
    font-size: 14px;
  }

  .list-title {
    font-size: 20px;
  }

  .date_row span {
    font-size: 14px;
    padding: 2px;
  }

}