* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #403837;
}

.container {
  width: 1224px;
  margin: 0 auto;
}

.btn {
  display: block;
  border-radius: 40px;
  background: #4285f4;
  color: #fcfcfd;
  border: none;
  outline: none;
  text-align: center;
  font-family: Lato;
  font-weight: 700;
  letter-spacing: 0.1px;
  cursor: pointer;
}

.header {
  padding: 20px 0;
}
.header .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
}
.header .logo img {
  height: 40px;
}
.header .logo span {
  margin-left: 24px;
}

.top-section {
  position: relative;
  padding-top: 112px;
}
.top-section .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(./images/header_bg.svg);
  background-size: 62%;
  background-repeat: no-repeat;
  background-position: right;
}
.top-section h1 {
  color: #fff;
  font-family: Inter;
  font-size: 74px;
  font-weight: 900;
}
.top-section h3 {
  margin-top: 24px;
  color: #fff;
  font-family: Inter;
  font-size: 50px;
  font-weight: 700;
}
.top-section .btn {
  margin-top: 64px;
  padding: 24px 48px;
  font-size: 32px;
}
.top-section .store {
  margin-top: 48px;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
  justify-content: flex-start;
}
.top-section .store .icon {
  width: 60px;
  height: 52px;
}
.top-section .store .icon img {
  height: 100%;
}
.top-section .store .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: 4px;
  color: #fff;
  font-family: Lato;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px; /* 126.316% */
  letter-spacing: 0.1px;
}

.second-section {
  padding-top: 152px;
}
.second-section .title {
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
.second-section h2 {
  margin-top: 16px;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 48px;
  font-weight: 700;
  line-height: 150%; /* 72px */
}
.second-section .list {
  margin: 64px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 24px;
       column-gap: 24px;
  flex-wrap: nowrap;
}
.second-section .list .item {
  border-radius: 16px;
  border: 3px solid var(--primary, #ea9792);
  height: 120px;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-basis: calc(33.333% - 16px);
}
.second-section .list .item .icon {
  height: 72px;
  width: 72px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.second-section .list .item .text {
  margin-left: 24px;
  color: #fff;
  font-family: Lato;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%; /* 36px */
}
.second-section .list .item:nth-child(1) .icon {
  background-image: url(./images/uit_youtube.svg);
}
.second-section .list .item:nth-child(2) .icon {
  background-image: url(./images/lightning.svg);
}
.second-section .list .item:nth-child(3) .icon {
  background-image: url(./images/clarity_bullseye-line.svg);
}
.second-section .list .item:nth-child(4) .icon {
  background-image: url(./images/clarity_clock-line.svg);
}
.second-section .btn {
  margin: 0 auto;
  padding: 16px 24px;
  font-size: 18px;
}

.third-section {
  padding: 112px 0 80px;
}
.third-section .title {
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
.third-section h2 {
  margin-top: 16px;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 48px;
  font-weight: 700;
  line-height: 150%; /* 72px */
}
.third-section .list {
  margin-top: 56px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.third-section .list .item .img {
  width: 284px;
  height: 182px;
  background-repeat: no-repeat;
  background-size: contain;
}
.third-section .list .item .text {
  margin-top: 29px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.third-section .list .item .text p {
  max-width: 220px;
  margin-right: 16px;
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%; /* 36px */
}
.third-section .list .item .text .arrow {
  width: 72px;
  height: 72px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./images//arrow.svg);
}
.third-section .list .item:nth-child(1) .img {
  background-image: url(./images/1.jpg);
}
.third-section .list .item:nth-child(2) .img {
  background-image: url(./images/2.jpg);
}
.third-section .list .item:nth-child(3) .img {
  background-image: url(./images/3.jpg);
}

footer .top {
  background: #aa6965;
  padding: 41px 0;
}
footer .top .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .top .content h4 {
  color: #fff;
  font-family: Lato;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%; /* 36px */
}
footer .top .content .btn {
  margin-left: 32px;
  padding: 16px 24px;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.1px;
  border-radius: 40px;
  border: 2px solid #fff;
  background-color: transparent;
}
footer .bottom {
  background: var(--primary, #ea9792);
}
footer .bottom .list {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 48px;
       column-gap: 48px;
}
footer .bottom .list a {
  color: #222;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-decoration: none;
}

.popup-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(108, 108, 108, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  display: none;
}
.popup-block.visible {
  display: flex;
}
.popup-block .popup-container {
  border-radius: 16px;
  background: var(--bg, #403837);
  padding: 48px 32px;
  max-height: 90vh;
  overflow: hidden;
}

.instruction-content {
  overflow-x: hidden;
  max-height: calc(90vh - 100px);
}

.instruction {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.instruction-video {
  width: 611px;
}
.instruction-video video {
  width: 100%;
}
.instruction-video .btn-continue {
  display: none;
  position: sticky;
  bottom: 32px;
}
.instruction-title {
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  align-self: stretch;
}
.instruction-subtitle {
  margin-top: 8px;
  color: #99999e;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.instruction ul {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  align-items: flex-start;
}
.instruction ul li {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  list-style: none;
}
.instruction ul li span {
  color: #4285f4;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
}
.instruction .btn-continue {
  margin-top: 80px;
  width: 100%;
  border-radius: 40px;
  background: var(--Primary, #4285f4);
  padding: 12px 24px;
  border: none;
  outline: none;
  color: var(--Grey-25, #fcfcfd);
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1px;
  cursor: pointer;
}

.final {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--bg, #403837);
  align-items: center;
  justify-content: center;
  z-index: 9999999;
}
.final.visible {
  display: flex;
}
.final-logo {
  position: absolute;
  left: 50%;
  top: 51px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.final-logo span {
  margin-left: 24px;
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
}
.final-text-block {
  transform: translateY(-5%);
}
.final-title {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
}
.final-icon {
  margin: 24px auto;
  width: 53px;
  height: 53px;
  background-image: url(./images/success_icon.svg);
  background-size: cover;
}
.final-subtitle {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
}
.final-text {
  margin-top: 24px;
  color: #C8C6C6;
  /* Label/Large */
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: 0.1px;
  text-align: center;
}

@media (max-width: 1255px) {
  .container {
    width: 100%;
    padding: 0 24px;
  }
  .second-section .list {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 24px;
  }
  .second-section .list .item {
    flex-basis: calc(50% - 16px);
    justify-content: flex-start;
  }
  .third-section .list .item .text {
    margin-top: 29px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .third-section .list .item .text p {
    max-width: 28vw;
    font-size: 18px;
  }
}
@media (max-width: 1050px) {
  .instruction {
    flex-direction: column;
    align-items: flex-start;
    -moz-column-gap: unset;
         column-gap: unset;
    row-gap: 32px;
  }
  .instruction-video {
    width: 100%;
    max-width: 85vw;
  }
  .instruction-video video {
    width: 100%;
  }
  .instruction-video .btn-continue {
    display: block;
    margin-top: 32px !important;
  }
  .instruction-text {
    width: 100%;
  }
  .instruction-text .btn-continue {
    display: none;
  }
}
@media (max-width: 941px) {
  .top-section .bg {
    background-size: 100%;
  }
  .top-section h1 {
    font-size: 64px;
  }
  .top-section h3 {
    font-size: 40px;
  }
  .second-section {
    padding-top: 110px;
  }
  .second-section h2 {
    font-size: 40px;
  }
  .second-section .list {
    margin: 40px 0;
  }
  .third-section {
    padding: 88px 0 60px;
  }
  .third-section h2 {
    font-size: 40px;
  }
  .third-section .list {
    margin-top: 40px;
    -moz-column-gap: 16px;
         column-gap: 16px;
    width: 100%;
  }
  .third-section .list .item {
    flex-shrink: 1;
  }
  .third-section .list .item .img {
    width: unset;
    height: 19vw;
  }
  .third-section .list .item .text {
    margin-top: 20px;
  }
  .third-section .list .item .text .arrow {
    display: none;
  }
  footer .top {
    padding: 40px 0;
  }
  footer .top .content .btn {
    margin-left: 16px;
  }
  footer .bottom {
    background: var(--primary, #ea9792);
  }
  footer .bottom .list {
    justify-content: space-between;
    -moz-column-gap: unset;
         column-gap: unset;
  }
  footer .bottom .list a {
    font-size: 12px;
  }
}/*# sourceMappingURL=main.css.map */