@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-UltraLight.woff);
  font-style: thin;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Light.woff);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Medium.woff);
  font-style: bold;
  font-weight: 500;
  font-display: swap;
}
body {
  margin: 0;
  background: #161937;
  font-family: "Gilroy", sans-serif;
  color: white;
}

a {
  color: white;
  text-decoration: none;
}

.title {
  font-weight: 400;
  font-size: 62px;
  line-height: 73px;
}

.blue-number {
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 49px;
  color: #3278ff;
  font-weight: 500;
}

img {
  display: block;
}

.btn {
  display: block;
  max-width: 100px;
  padding: 10px 23px;
  background: #115df0;
  border-radius: 10px;
  font-size: 14px;
  line-height: 24px;
  box-sizing: border-box;
  text-align: center;
}

.wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}

header {
  margin-bottom: 150px;
  padding: 20px 0 20px 0;
  box-sizing: border-box;
}

.header-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-left {
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-left .header-links {
  position: relative;
  top: 6px;
  display: flex;
  justify-content: space-between;
  max-width: 250px;
}

.header-right {
  display: flex;
  justify-content: space-between;
}
.header-right .sign-up-btn {
  background: #115df0;
}

.header-links a {
  padding: 13px 24px;
  border-radius: 10px;
  white-space: nowrap;
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
}

.horizontal-line {
  height: 1px;
  background-color: #fff;
}

.profit-block {
  position: relative;
  margin-bottom: 215px;
}
.profit-block .big-text {
  margin-bottom: 35px;
  font-size: 102px;
  line-height: 120px;
  font-weight: 500;
}
.profit-block .text-under-picture {
  margin-bottom: 120px;
  margin-top: 57px;
  font-size: 32px;
  line-height: 37px;
}
.profit-block .man-on-rocket-pic {
  position: absolute;
  right: 0;
  top: -147px;
}
.profit-block .big-pic {
  margin-bottom: 70px;
}
.profit-block .achievments-row {
  display: flex;
  justify-content: space-between;
}
.profit-block .achievments-row-item {
  width: 22%;
}
.profit-block .achievments-row-item .text {
  margin-top: 17px;
  font-size: 22px;
  line-height: 26px;
}

.boost-block {
  padding-bottom: 230px;
}
.boost-block-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 65px;
}
.boost-block-header .title {
  margin: 0;
}
.boost-block-header .product {
  position: absolute;
  bottom: 6px;
  right: 0;
  margin: 0;
  font-size: 22px;
  line-height: 26px;
}

.boost-cards-row {
  display: flex;
  justify-content: space-between;
}
.boost-cards-row .card {
  display: flex;
  min-height: 535px;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  position: relative;
  padding: 65px 60px 64px 60px;
  max-width: 577px;
  border: 1px solid white;
  box-sizing: border-box;
  max-width: 49%;
}
.boost-cards-row .card .card-content p {
  margin: 0;
}
.boost-cards-row .card .card-content .card-title {
  margin: 0;
  margin-bottom: 22px;
  font-size: 42px;
  line-height: 49px;
  font-weight: 400;
}
.boost-cards-row .card .card-content .card-text {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
}
.boost-cards-row .card .card-content ul {
  padding: 0;
}
.boost-cards-row .card .card-content ul li {
  list-style: none;
  padding-left: 27px;
  background: url(../images/list-style-image.svg) no-repeat left center;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
}
.boost-cards-row .card .handwriting-pic {
  position: absolute;
  top: 200px;
  right: 40px;
}
.boost-cards-row .card .folder-pic {
  position: absolute;
  top: 240px;
  right: 50px;
}

.why-block {
  padding: 215px 0 200px 0;
  background-color: #212447;
}
.why-block .btn {
  margin: 0 auto;
}

.why-container {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.why-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid white;
}
.why-item:first-child {
  border-top: 1px solid white;
}
.why-item-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.why-item-left .number {
  padding: 16px 20px 13px 20px;
  font-size: 32px;
  line-height: 38px;
  background: #115df0;
  border-radius: 100px;
}
.why-item-left-title {
  margin: 0 0 0 30px;
  font-size: 32px;
  line-height: 38px;
}
.why-item-right {
  width: 50%;
}

.start-block {
  padding: 160px 0;
}

.start-container {
  display: flex;
  align-items: center;
}
.start-container-right {
  max-width: 485px;
  margin-left: 40px;
}
.start-container-right-title {
  margin-bottom: 22px;
  font-size: 62px;
  line-height: 73px;
}
.start-container-right-text {
  margin-bottom: 90px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}
.start-container-right-diagram {
  display: flex;
}
.start-container-right-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 70px;
  font-size: 32px;
  line-height: 38px;
}

.advertisers-block {
  padding-bottom: 180px;
}
.advertisers-block .advertisers-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 65px;
}
.advertisers-block .advertisers-header .title {
  margin: 0;
}
.advertisers-block main {
  display: flex;
  justify-content: space-between;
  padding-top: 65px;
}
.advertisers-block .advertisers-left {
  max-width: 40%;
}
.advertisers-block .advertisers-left p {
  margin-top: 0;
  font-size: 18px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
}
.advertisers-block .advertisers-right {
  max-width: 45%;
  width: 100%;
}
.advertisers-block .advertisers-right .item {
  margin-bottom: 45px;
}
.advertisers-block .advertisers-right .item .blue-number {
  margin: 0;
}
.advertisers-block .advertisers-right .item .text {
  margin: 0;
  font-size: 22px;
  line-height: 32px;
}

.dashboard-block {
  padding: 215px 0 230px 0;
  background-color: #212447;
  text-align: center;
}
.dashboard-block .mac-pic {
  margin: 0 auto;
}
.dashboard-block .cards-row {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.dashboard-block .cards-row .cards-item {
  text-align: center;
  max-width: 180px;
  margin-bottom: 100px;
}
.dashboard-block .cards-row .cards-item .card-title {
  font-size: 22px;
  line-height: 26px;
}
.dashboard-block .cards-row .cards-item .card-text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
.dashboard-block .cards-row .cards-item img {
  margin: 0 auto 35px auto;
  padding: 30px;
  background-image: url(../images/dashboard/background.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

footer {
  padding-top: 225px;
}
footer .container-top {
  padding-bottom: 48px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.31);
}
footer .footer-left img {
  margin-bottom: 62px;
}
footer .footer-left .text {
  max-width: 512px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}
footer .footer-right {
  max-width: 25%;
  width: 100%;
}
footer .footer-right .footer-title {
  margin-bottom: 33px;
  font-size: 22px;
  line-height: 22px;
}
footer .footer-right .for {
  margin-bottom: 33px;
}
footer .footer-right .for .top-text {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 22px;
}
footer .footer-right .for .bottom-text {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}
footer .footer-right .tel-number {
  font-size: 16px;
}
footer .container-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 28px;
}
footer .container-bottom p {
  margin: 0;
}
footer .container-bottom .payouts {
  align-items: center;
  display: flex;
}
footer .container-bottom .payouts ul {
  display: flex;
}
footer .container-bottom .payouts ul li {
  margin-right: 15px;
  list-style: none;
}