.header {
  width: 95%;
  min-height: 60px;
  margin: 0 auto;
  position: relative;
  z-index: 50; }
  @media screen and (min-width: 1200px) {
    .header {
      width: 100%; } }
  .header__logo {
    width: 40px;
    height: 48px;
    margin: 13px; }

.intro {
  padding-top: 43px;
  padding-right: 20px; }
  @media screen and (max-width: 374px) {
    .intro {
      padding-right: 0; } }
  @media screen and (min-width: 768px) {
    .intro {
      height: 440px;
      padding-right: 60px; } }
  @media screen and (min-width: 900px) {
    .intro {
      width: 685px;
      margin: 0 auto;
      padding-right: 0; } }
  @media screen and (min-width: 1200px) {
    .intro {
      width: 100%;
      max-width: 1140px; } }
  .intro__img {
    width: 65%;
    max-width: 240px;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (min-width: 768px) {
      .intro__img {
        width: 450px;
        max-width: unset; } }
    @media screen and (min-width: 900px) {
      .intro__img {
        width: 479px;
        max-width: unset; } }
    @media screen and (min-width: 1200px) {
      .intro__img {
        width: 750px; } }
  @media screen and (min-width: 768px) {
    .intro__track {
      display: block; } }
  .intro__title {
    width: 150px;
    margin-left: auto;
    text-align: right;
    font-family: Avenir-Black;
    font-size: 32px;
    line-height: 36px;
    color: #323232;
    position: relative; }
    @media screen and (min-width: 768px) {
      .intro__title {
        width: 240px;
        text-align: left; } }
    @media screen and (min-width: 1200px) {
      .intro__title {
        width: 450px;
        font-size: 54px;
        line-height: 63px; } }
  .intro__text {
    width: 125px;
    margin-left: auto;
    font-family: Avenir-Light;
    text-align: right;
    font-size: 14px;
    line-height: 20px; }
    @media screen and (min-width: 768px) {
      .intro__text {
        width: 230px;
        text-align: left; } }
    @media screen and (min-width: 1200px) {
      .intro__text {
        width: 300px;
        font-size: 18px;
        line-height: 24px;
        padding-right: 136px; } }
  .intro__btn {
    background-color: transparent;
    width: 180px;
    height: 48px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Avenir-Medium;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px;
    color: #ffffff;
    background-color: #F3364E;
    position: relative;
    z-index: 50;
    margin: 30px auto; }
    @media screen and (min-width: 1200px) {
      .intro__btn {
        font-size: 18px;
        width: 226px;
        height: 60px; } }
    .intro__btn:focus {
      outline: none; }
    .intro__btn:hover {
      background-color: #FF5369; }
    .intro__btn:active {
      background-color: #CE1D34; }
    @media screen and (min-width: 768px) {
      .intro__btn {
        margin: 20px 50px 20px auto; } }
    @media screen and (min-width: 1200px) {
      .intro__btn {
        margin: 20px 211px 20px auto; } }

.app_bg {
  position: absolute;
  width: 100%;
  height: 757px;
  background-image: url("/assets/app-mob.png"), url("/assets/app-green-mob-short.svg");
  background-repeat: no-repeat;
  background-size: 350px 318px, 783px 684px;
  background-position: 57% 72%, center 30%; }
  @media screen and (max-width: 374px) {
    .app_bg {
      background-position: 57% 72%, center 29%; } }
  @media screen and (min-width: 768px) {
    .app_bg {
      background-image: url("/assets/app-tab.png"), url("/assets/app-green-tab.svg");
      background-size: 400px 403px, 1000px 984px;
      background-position: 386px 44%, -244px 105%; } }
  @media screen and (min-width: 900px) {
    .app_bg {
      background-image: url("/assets/app-desk.png"), url("/assets/app-bg.svg");
      background-size: 491px 504px, 1600px 960px;
      background-position: 100% 38%, 98% 63%;
      height: 960px;
      width: 1600px;
      left: -591px;
      top: 420px; } }
  @media screen and (min-width: 1200px) {
    .app_bg {
      background-size: 550px 560px, 2000px 1160px;
      height: 1400px;
      width: 2000px;
      background-position: 90% 31%, -105px 0px;
      top: 580px;
      left: -559px; } }

.app {
  height: 600px;
  padding: 100px 50px 0 20px; }
  .app > * {
    position: relative;
    z-index: 100; }
  @media screen and (max-width: 374px) {
    .app {
      padding-top: 83px; } }
  @media screen and (min-width: 475px) {
    .app {
      width: 400px;
      margin: 0 auto; } }
  @media screen and (min-width: 768px) {
    .app {
      width: 50%;
      height: 500px;
      margin: 0;
      padding: 165px 120px 0 50px; } }
  @media screen and (min-width: 900px) {
    .app {
      padding: 166px 119px 0 190px; } }
  @media screen and (min-width: 1200px) {
    .app {
      width: 421px;
      height: 512px;
      padding: 390px 50px 0 20px; } }
  .app__title {
    font-family: Avenir-Light;
    font-size: 20px;
    line-height: 26px;
    color: #F2F2F2; }
    @media screen and (min-width: 1200px) {
      .app__title {
        font-size: 54px;
        line-height: 63px; } }
    .app__title--bold {
      font-family: Avenir-Medium;
      display: block; }
  .app__text {
    font-size: 14px;
    line-height: 20px;
    color: #F2F2F2; }
    @media screen and (min-width: 768px) {
      .app__text {
        max-width: 240px; } }
    @media screen and (min-width: 1200px) {
      .app__text {
        font-size: 18px;
        line-height: 24px;
        padding-right: 20px;
        width: 443px;
        max-width: unset; } }

.features {
  padding: 0 20px;
  box-sizing: border-box;
  min-height: 650px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .features {
      padding-left: 460px;
      min-height: 480px; } }
  @media screen and (min-width: 900px) {
    .features {
      padding-left: 623px; } }
  @media screen and (min-width: 1200px) {
    .features {
      padding-right: 57px;
      padding-left: 676px; } }
  .features__title {
    font-family: Avenir-Black;
    font-size: 32px;
    line-height: 36px;
    color: #323232;
    margin-top: 0; }
    @media screen and (min-width: 768px) {
      .features__title {
        font-size: 32px;
        line-height: 36px; } }
    @media screen and (min-width: 1200px) {
      .features__title {
        font-size: 54px;
        line-height: 63px; } }
  .features__text {
    font-family: Avenir-Light;
    font-size: 14px;
    line-height: 20px;
    color: #323232;
    padding-right: 80px; }
    @media screen and (min-width: 768px) {
      .features__text {
        padding-right: 24px; } }
    @media screen and (min-width: 900px) {
      .features__text {
        max-width: 344px; } }
    @media screen and (min-width: 1200px) {
      .features__text {
        font-size: 18px;
        line-height: 24px;
        max-width: 500px; } }
  .features__btn {
    background-color: transparent;
    width: 180px;
    height: 48px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Avenir-Medium;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px;
    color: #ffffff;
    background-color: #F3364E;
    margin: 30px auto 0 0;
    position: relative;
    z-index: 100; }
    @media screen and (min-width: 1200px) {
      .features__btn {
        font-size: 18px;
        width: 226px;
        height: 60px; } }
    .features__btn:focus {
      outline: none; }
    .features__btn:hover {
      background-color: #FF5369; }
    .features__btn:active {
      background-color: #CE1D34; }
  .features__img {
    width: 100%;
    max-width: 450px;
    position: absolute;
    right: -51px;
    z-index: 50; }
    @media screen and (min-width: 768px) {
      .features__img {
        width: 457px;
        top: -121px;
        left: -52px; } }
    @media screen and (min-width: 920px) {
      .features__img {
        width: 430px; } }
    @media screen and (min-width: 1200px) {
      .features__img {
        width: 527px;
        max-width: unset;
        top: -86px;
        left: 25px; } }

.how {
  position: relative;
  padding-left: 20px;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .how {
      flex-direction: row;
      justify-content: space-between;
      padding-right: 95px;
      padding-left: 56px; } }
  @media screen and (min-width: 900px) {
    .how {
      width: 685px;
      margin: 0 auto; } }
  @media screen and (min-width: 1200px) {
    .how {
      padding: 172px 25px 0 0;
      width: 100%;
      box-sizing: border-box; } }
  .how > * {
    position: relative;
    z-index: 100; }
  .how::before {
    content: "";
    width: 455px;
    height: 550px;
    position: absolute;
    top: -103px;
    left: -144px;
    background-image: url("/assets/how-bg-mob.svg");
    background-repeat: no-repeat;
    background-size: auto;
    z-index: 0; }
    @media screen and (min-width: 768px) {
      .how::before {
        left: -57px; } }
    @media screen and (min-width: 900px) {
      .how::before {
        background-image: url("/assets/TMH_Blob_Gray.svg");
        background-size: 60rem 75rem;
        background-position: 91% 94%;
        width: 1025px;
        height: 589px;
        left: -63%;
        top: -137px; } }
    @media screen and (min-width: 1200px) {
      .how::before {
        background-size: 79rem 85rem;
        background-position: 91% 94%;
        width: 1025px;
        height: 650px;
        left: -34%;
        top: 33px; } }
    @media screen and (min-width: 1500px) {
      .how::before {
        width: 1025px;
        height: 1000px;
        left: -38%;
        top: -357px; } }
  .how__title {
    font-family: Avenir-Medium;
    font-size: 20px;
    line-height: 40px;
    color: #F2F2F2;
    text-align: left; }
    @media screen and (min-width: 1200px) {
      .how__title {
        font-size: 40px;
        line-height: 40px; } }
  .how__list {
    padding: 0;
    list-style: none;
    padding-left: 30px; }
  .how__item {
    position: relative;
    max-width: 159px;
    padding: 12px 0;
    box-sizing: border-box;
    font-family: Avenir-Light;
    font-size: 14px;
    line-height: 20px;
    color: #F2F2F2;
    text-align: left; }
    @media screen and (min-width: 1200px) {
      .how__item {
        width: 250px;
        max-width: 250px;
        font-size: 18px;
        line-height: 24px; } }
    .how__item::before {
      content: "";
      position: absolute;
      width: 38px;
      height: 38px;
      top: 1px;
      left: -40px;
      background-repeat: no-repeat;
      background-size: contain; }
    .how__item--1::before {
      background-image: url("/assets/first.svg"); }
    .how__item--2::before {
      background-image: url("/assets/second.svg"); }
    .how__item--3::before {
      background-image: url("/assets/third.svg"); }
  .how__section--first {
    min-height: 400px; }
    @media screen and (max-width: 374px) {
      .how__section--first {
        padding-top: 20px; } }
    @media screen and (min-width: 1200px) {
      .how__section--first {
        padding-left: 100px;
        width: 420px; } }
    @media screen and (min-width: 1600px) {
      .how__section--first {
        padding-left: 70px; } }
  .how__section--second {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .how__section--second {
        align-items: flex-start; } }
  .how__text {
    font-family: Avenir-Light;
    font-size: 14px;
    line-height: 20px;
    color: #F2F2F2;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .how__text {
        font-size: 18px;
        line-height: 24px; } }
  .how__rating {
    font-family: Avenir-Medium;
    font-size: 14px;
    line-height: 20px;
    color: #323232; }
    @media screen and (min-width: 1200px) {
      .how__rating {
        font-size: 18px;
        line-height: 25px; } }
  .how__download {
    width: 187px;
    text-align: center;
    font-family: Avenir-Black;
    font-size: 20px;
    line-height: 26px;
    color: #323232; }
    @media screen and (min-width: 768px) {
      .how__download {
        text-align: left; } }
    @media screen and (min-width: 1200px) {
      .how__download {
        width: 420px;
        font-size: 54px;
        line-height: 63px; } }
  .how__buttons {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 1200px) {
      .how__buttons {
        flex-direction: row; } }
  .how__btn {
    width: 192px;
    height: 59px; }
    @media screen and (min-width: 1200px) {
      .how__btn {
        margin-right: 10px; } }

.review {
  position: absolute;
  left: 20px;
  width: 400px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  padding: 20px 14px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .review {
      width: 330px; } }
  .review__avatar {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -28px; }
  .review__auth {
    font-family: Avenir-Light;
    font-size: 14px;
    line-height: 20px;
    color: #323232;
    width: 300px;
    box-sizing: border-box;
    padding-left: 90px;
    margin: 10px 0; }
    @media screen and (min-width: 1200px) {
      .review__auth {
        font-size: 18px;
        line-height: 38px; } }
  .review__name {
    font-family: Avenir-Black; }
  .review__text {
    font-family: Avenir-Light;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    width: 300px;
    line-height: 24px;
    letter-spacing: 0.181176px; }
    @media screen and (max-width: 374px) {
      .review__text {
        width: 250px; } }
    @media screen and (min-width: 768px) {
      .review__text {
        width: 280px; } }
    @media screen and (min-width: 1200px) {
      .review__text {
        width: 300px;
        font-size: 16px;
        line-height: 24px; } }

.realtime {
  position: relative;
  padding-top: 312px; }
  @media screen and (min-width: 900px) {
    .realtime {
      width: 768px;
      margin: 0 auto; } }
  @media screen and (min-width: 1200px) {
    .realtime {
      width: 100%;
      padding-top: 407px; } }
  .realtime__descr {
    padding-bottom: 400px; }
    @media screen and (min-width: 768px) {
      .realtime__descr {
        padding: 0 411px 71px 70px; } }
    @media screen and (min-width: 1200px) {
      .realtime__descr {
        padding-right: 552px; } }
  .realtime__review {
    top: 40px; }
    @media screen and (min-width: 768px) {
      .realtime__review {
        left: 50px;
        top: 95px; } }
    @media screen and (min-width: 1200px) {
      .realtime__review {
        top: 128px; } }
  .realtime__text {
    text-align: center;
    font-family: Avenir-Light;
    color: #323232;
    font-size: 14px;
    line-height: 20px;
    width: 285px;
    margin: 15px auto; }
    @media screen and (min-width: 768px) {
      .realtime__text {
        text-align: left;
        width: 100%; } }
    @media screen and (min-width: 1200px) {
      .realtime__text {
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        padding-right: 125px;
        box-sizing: border-box; } }
  .realtime__title {
    width: 285px;
    margin: 15px auto;
    text-align: center;
    font-family: Avenir-Black;
    font-size: 20px;
    line-height: 26px;
    color: #323232; }
    @media screen and (min-width: 768px) {
      .realtime__title {
        text-align: left;
        width: 100%; } }
    @media screen and (min-width: 1200px) {
      .realtime__title {
        width: 450px;
        margin-top: 40px;
        margin-left: 0;
        font-size: 54px;
        line-height: 63px; } }
  @media screen and (min-width: 1200px) {
    .realtime__subtitle {
      display: block; } }
  .realtime__btn {
    background-color: transparent;
    width: 180px;
    height: 48px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Avenir-Medium;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px;
    color: #ffffff;
    background-color: #F3364E;
    margin: 24px auto; }
    @media screen and (min-width: 1200px) {
      .realtime__btn {
        font-size: 18px;
        width: 226px;
        height: 60px; } }
    .realtime__btn:focus {
      outline: none; }
    .realtime__btn:hover {
      background-color: #FF5369; }
    .realtime__btn:active {
      background-color: #CE1D34; }
    @media screen and (min-width: 768px) {
      .realtime__btn {
        margin: 24px auto 0 0; } }
    @media screen and (min-width: 1200px) {
      .realtime__btn {
        margin-top: 40px; } }
  .realtime__image {
    position: absolute;
    width: 450px;
    bottom: -18px;
    right: -89px;
    z-index: 50; }
    @media screen and (min-width: 768px) {
      .realtime__image {
        width: 600px;
        bottom: -67px;
        right: -245px; } }
    @media screen and (min-width: 1200px) {
      .realtime__image {
        width: 800px;
        bottom: -90px;
        right: -245px; } }

.alerts {
  position: relative;
  padding-bottom: 630px; }
  @media screen and (min-width: 768px) {
    .alerts {
      padding-top: 250px;
      padding-bottom: 100px; } }
  @media screen and (min-width: 900px) {
    .alerts {
      width: 768px;
      margin: 0 auto; } }
  @media screen and (min-width: 1200px) {
    .alerts {
      width: 100%;
      padding-top: 328px; } }
  .alerts__descr {
    padding-top: 70px; }
    @media screen and (min-width: 768px) {
      .alerts__descr {
        padding: 224px 120px 0 424px; } }
    @media screen and (min-width: 1200px) {
      .alerts__descr {
        padding-left: 690px;
        padding-right: 127px; } }
  .alerts__review {
    top: 321px;
    z-index: 60; }
    @media screen and (min-width: 768px) {
      .alerts__review {
        top: 168px;
        left: 410px;
        width: 307px; } }
    @media screen and (min-width: 1200px) {
      .alerts__review {
        width: 370px;
        top: 205px;
        left: 680px; } }
  .alerts__text {
    text-align: center;
    font-family: Avenir-Light;
    color: #323232;
    font-size: 14px;
    line-height: 20px;
    width: 214px;
    margin: 15px auto; }
    @media screen and (min-width: 768px) {
      .alerts__text {
        text-align: left;
        width: 100%; } }
    @media screen and (min-width: 1200px) {
      .alerts__text {
        font-size: 18px;
        line-height: 24px; } }
  .alerts__title {
    width: 285px;
    margin: 15px auto;
    text-align: center;
    font-family: Avenir-Black;
    font-size: 20px;
    line-height: 26px;
    color: #323232; }
    @media screen and (min-width: 768px) {
      .alerts__title {
        text-align: left;
        width: 100%; } }
    @media screen and (min-width: 1200px) {
      .alerts__title {
        font-size: 54px;
        line-height: 63px; } }
  .alerts__btn {
    background-color: transparent;
    width: 180px;
    height: 48px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Avenir-Medium;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px;
    color: #ffffff;
    background-color: #323232;
    margin: 24px auto; }
    @media screen and (min-width: 1200px) {
      .alerts__btn {
        font-size: 18px;
        width: 226px;
        height: 60px; } }
    .alerts__btn:focus {
      outline: none; }
    .alerts__btn:hover {
      background-color: #454545; }
    .alerts__btn:active {
      background-color: #000000; }
    @media screen and (min-width: 768px) {
      .alerts__btn {
        margin: 24px 0 0 0; } }
    @media screen and (min-width: 1200px) {
      .alerts__btn {
        margin-top: 40px; } }
  .alerts__image {
    width: 530px;
    position: absolute;
    bottom: -8px;
    left: -187px;
    z-index: 50; }
    @media screen and (min-width: 768px) {
      .alerts__image {
        width: 650px;
        bottom: 156px;
        left: -271px; } }
    @media screen and (min-width: 1200px) {
      .alerts__image {
        width: 850px;
        left: -279px;
        bottom: 10px; } }

.history {
  position: relative;
  padding-bottom: 580px; }
  @media screen and (min-width: 768px) {
    .history {
      padding-top: 304px;
      padding-bottom: 67px; } }
  @media screen and (min-width: 900px) {
    .history {
      width: 768px;
      margin: 0 auto; } }
  @media screen and (min-width: 1200px) {
    .history {
      width: 100%;
      padding-top: 464px; } }
  @media screen and (min-width: 768px) {
    .history__descr {
      padding: 0 350px 71px 56px; } }
  .history__review {
    top: 250px;
    z-index: 60; }
    @media screen and (min-width: 768px) {
      .history__review {
        top: 66px;
        left: 50px; } }
    @media screen and (min-width: 1200px) {
      .history__review {
        top: 159px; } }
  .history__text {
    text-align: center;
    font-family: Avenir-Light;
    color: #323232;
    font-size: 14px;
    line-height: 20px;
    width: 200px;
    margin: 15px auto; }
    .history__text span {
      display: block; }
    @media screen and (min-width: 768px) {
      .history__text {
        text-align: left;
        width: 100%; } }
    @media screen and (min-width: 1200px) {
      .history__text {
        font-size: 18px;
        line-height: 24px; } }
  .history__title {
    width: 285px;
    margin: 15px auto;
    text-align: center;
    font-family: Avenir-Black;
    font-size: 20px;
    line-height: 26px;
    color: #323232; }
    @media screen and (min-width: 768px) {
      .history__title {
        text-align: left;
        width: 100%; } }
    @media screen and (min-width: 1200px) {
      .history__title {
        font-size: 54px;
        line-height: 63px;
        box-sizing: border-box;
        padding-right: 400px; } }
  .history__btn {
    background-color: transparent;
    width: 180px;
    height: 48px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Avenir-Medium;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px;
    color: #ffffff;
    background-color: #F3364E;
    margin: 24px auto; }
    @media screen and (min-width: 1200px) {
      .history__btn {
        font-size: 18px;
        width: 226px;
        height: 60px; } }
    .history__btn:focus {
      outline: none; }
    .history__btn:hover {
      background-color: #FF5369; }
    .history__btn:active {
      background-color: #CE1D34; }
    @media screen and (min-width: 768px) {
      .history__btn {
        margin: 24px 0 0 0; } }
    @media screen and (min-width: 1200px) {
      .history__btn {
        margin-top: 40px; } }
  .history__image {
    width: 462px;
    position: absolute;
    bottom: -30px;
    right: -152px;
    z-index: 50; }
    @media screen and (min-width: 768px) {
      .history__image {
        width: 600px;
        bottom: 128px;
        right: -245px; } }
    @media screen and (min-width: 1200px) {
      .history__image {
        width: 1000px;
        bottom: 10px;
        right: -319px; } }

.offer {
  padding: 0 !important;
  padding-top: 124px !important; }
  @media screen and (min-width: 1200px) {
    .offer {
      padding-top: 184px !important; } }
  .offer__wr {
    width: 100%;
    min-height: 1500px;
    background-image: url("/assets/offer-bg-mob.png");
    background-repeat: no-repeat;
    background-position: 59% -8%;
    background-size: 1400px 1700px; }
    @media screen and (min-width: 1140px) {
      .offer__wr {
        background-image: url("/assets/offer-bg-desk.png");
        background-size: 200% 200%;
        background-position: 57% 8%;
        height: 1140px;
        min-height: unset; } }
  .offer__title {
    max-width: 325px;
    font-family: Avenir-Black;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: #323232;
    display: block;
    width: 276px;
    margin: 0 auto;
    color: #FFFFFF; }
    @media screen and (min-width: 768px) {
      .offer__title {
        text-align: left; } }
    @media screen and (min-width: 1140px) {
      .offer__title {
        font-size: 40px;
        line-height: 48px; } }
    @media screen and (min-width: 768px) {
      .offer__title {
        text-align: center; } }
    @media screen and (min-width: 1140px) {
      .offer__title {
        width: 450px;
        max-width: unset; } }
  .offer__list {
    padding: 0;
    list-style: none;
    padding-top: 60px;
    display: flex;
    flex-direction: column !important;
    align-items: center; }
    @media screen and (min-width: 1140px) {
      .offer__list {
        flex-direction: row !important;
        justify-content: space-between; } }
  .offer__item {
    position: relative;
    width: 328px;
    height: 345px;
    margin-bottom: 24px;
    padding: 25px 17px 17px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 374px) {
      .offer__item {
        width: 300px; } }
    @media screen and (min-width: 768px) {
      .offer__item {
        width: 358px;
        height: 348px; } }
    @media screen and (min-width: 1140px) {
      .offer__item:nth-child(3n) {
        order: 3; } }
    .offer__item--main {
      position: relative;
      height: 373px;
      border: 2px solid #F2994A; }
      @media screen and (min-width: 768px) {
        .offer__item--main {
          width: 358px;
          height: 406px; } }
      @media screen and (min-width: 1140px) {
        .offer__item--main {
          order: 2; } }
      .offer__item--main::before {
        content: "Exclusive deal";
        position: absolute;
        width: 145px;
        height: 24px;
        font-family: Avenir-Medium;
        color: #fff;
        font-size: 12px;
        background-color: #F2994A;
        border-radius: 1000px;
        text-align: center;
        padding: 4px 0 3px;
        box-sizing: border-box;
        top: -12px;
        left: 50%;
        margin-left: -70px; }
  .offer__name {
    margin-bottom: 0;
    font-family: Avenir-Medium;
    font-size: 14px;
    line-height: 20px;
    color: #323232;
    text-align: center; }
    @media screen and (min-width: 1140px) {
      .offer__name {
        font-size: 18px;
        line-height: 26px; } }
  .offer__price {
    font-family: Avenir-Medium;
    font-size: 32px;
    line-height: 32px;
    color: #323232; }
    @media screen and (min-width: 768px) {
      .offer__price {
        font-size: 40px;
        line-height: 32px; } }
  .offer__save {
    width: 80px;
    background-color: rgba(243, 54, 78, 0.24);
    border-radius: 60px;
    font-size: 14px;
    line-height: 24px;
    color: #F3364E;
    text-align: center; }
  .offer__note {
    font-family: Avenir-Light;
    font-size: 14px;
    line-height: 18px;
    color: #323232;
    text-align: center; }
    .offer__note_old {
      color: #F3364E; }
    .offer__note_device {
      padding: 0 51px;
      font-size: 12px;
      line-height: 18px; }
  .offer__link {
    background-color: transparent;
    width: 180px;
    height: 48px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Avenir-Medium;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px;
    color: #ffffff;
    background-color: #00BFA5;
    width: 95%;
    height: 48px;
    border-radius: 100px; }
    @media screen and (min-width: 1200px) {
      .offer__link {
        font-size: 18px;
        width: 226px;
        height: 60px; } }
    .offer__link:focus {
      outline: none; }
    .offer__link:hover {
      background-color: #22CAA9; }
    .offer__link:active {
      background-color: #00A68F; }
    @media screen and (min-width: 1140px) {
      .offer__link {
        width: 83%;
        height: 48px; } }
  .offer__img {
    width: 65px;
    height: auto; }
    .offer__img_bundle {
      width: 157px; }
  .offer__rating {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 4px 0; }
    .offer__rating img {
      margin-right: 5px; }
  .offer__sub {
    font-family: Avenir-Light;
    font-size: 14px;
    line-height: 19px;
    color: #323232;
    margin: 0; }
    @media screen and (max-width: 374px) {
      .offer__sub {
        font-size: 10px; } }
  .offer__os {
    display: none; }
    @media screen and (min-width: 1200px) {
      .offer__os {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        width: 70px;
        margin: 100px auto 0;
        padding: 20px 0; } }
  .offer__apple {
    padding-bottom: 8px; }
  .offer__card {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 328px;
    height: 280px; }
    .offer__card--main {
      height: 296px; }
      @media screen and (min-width: 768px) {
        .offer__card--main {
          height: 333px; } }
    @media screen and (max-width: 374px) {
      .offer__card {
        width: 300px; } }
    @media screen and (min-width: 768px) {
      .offer__card {
        width: 358px; } }

.footer {
  padding: 61px 150px 61px 20px;
  background-color: #323232;
  min-height: 1000px; }
  @media screen and (min-width: 768px) {
    .footer {
      padding: 52px 64px 40px;
      min-height: 466px; } }
  .footer__container {
    margin: 0 auto;
    max-width: 1140px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .footer__container {
        width: 640px;
        display: grid;
        grid-template-columns: 200px 432px;
        grid-template-rows: 100px 200px 100px;
        grid-column-gap: 35px; } }
    @media screen and (min-width: 1200px) {
      .footer__container {
        width: 1000px;
        grid-template-columns: 200px 525px 200px;
        grid-template-rows: 100px 200px 100px;
        grid-column-gap: 115px; } }
  @media screen and (min-width: 768px) {
    .footer__nav {
      grid-column: 2;
      grid-row-start: 1;
      grid-row-end: 2; } }
  .footer__title {
    width: 139px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .footer__about {
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .footer__about {
        padding-top: 22px; } }
  .footer__logo {
    width: 40px;
    height: 50px; }
  .footer__company {
    font-family: Avenir-Medium;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF; }
  .footer__descr {
    font-family: Avenir-Light;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: left; }
  .footer__social {
    width: 104px;
    margin: 80px 0;
    display: flex;
    justify-content: space-between; }
    @media screen and (min-width: 768px) {
      .footer__social {
        grid-column: 1; } }
    @media screen and (min-width: 1200px) {
      .footer__social {
        grid-column: 3;
        margin: 0;
        padding-top: 38px; } }
  .footer__copyright {
    width: 186px;
    margin-bottom: 80px;
    font-size: 14px;
    line-height: 20px;
    color: #F2F2F2;
    opacity: 0.5; }
    @media screen and (min-width: 768px) {
      .footer__copyright {
        grid-row: 3; } }
    @media screen and (min-width: 1200px) {
      .footer__copyright {
        font-size: 18px;
        line-height: 25px; } }

@media screen and (min-width: 768px) {
  .nav {
    display: flex;
    justify-content: space-between; } }

.nav__list {
  padding: 0;
  list-style: none; }
  @media screen and (min-width: 768px) {
    .nav__list {
      width: 200px; } }

.nav__item {
  line-height: 57px; }
  .nav__item a {
    font-size: 20px;
    line-height: 38px;
    color: #F2F2F2;
    font-family: Avenir-Medium;
    text-decoration: none; }

@font-face {
  font-family: Avenir-Black;
  src: url(/fonts/Avenir/Avenir-Black.ttf), url(/fonts/Avenir/Avenir-Black.svg), url(/fonts/Avenir/Avenir-Black.woff), url(/fonts/Avenir/Avenir-Black.eot);
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: Avenir-Light;
  src: url(/fonts/Avenir/Avenir-Light.ttf), url(/fonts/Avenir/Avenir-Light.oet), url(/fonts/Avenir/Avenir-Light.svg), url(/fonts/Avenir/Avenir-Light.woff);
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: Avenir-Medium;
  src: url(/fonts/Avenir/Avenir-Medium.ttf), url(/fonts/Avenir/Avenir-Medium.woff), url(/fonts/Avenir/Avenir-Medium.svg), url(/fonts/Avenir/Avenir-Medium.eot);
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: Lato;
  src: url(/fonts/Lato/LatoLight.ttf), url(/fonts/Lato/LatoLight.eot), url(/fonts/Lato/LatoLight.svg), url(/fonts/Lato/LatoLight.woff);
  font-weight: 700;
  font-style: normal; }

body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Avenir-Light;
  overflow-x: hidden; }

a {
  text-decoration: none; }

.container {
  display: flex;
  margin: 0 auto;
  padding: 0 12px;
  max-width: 1140px;
  flex-direction: column;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .container {
      margin: 0 auto;
      max-width: 500px; } }
  @media screen and (max-width: 1200px) {
    .container {
      flex-wrap: wrap;
      padding: 0 6px; } }

.wrapper {
  position: relative;
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto;
  height: 100%; }

