html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
}
.t-wrap {
  font-family: 'Roboto', sans-serif;
  /* background: #e5e5e5; */
}
.t-wrap img {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
}
.t-list {
  padding: 0;
  margin: 0;
}

.t-container {
  padding: 0 20px;
}

.t-banner {
  margin: 0 auto;
  width: calc(100% - 40px);
  background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2021/December/noutbuki-i-komputery-na-operacionnoy-sisteme-windows-11-accessibility/img/960x6241.png)
    no-repeat center;
  background-size: cover;
  height: 208px;
  border-radius: 12px;
  position: relative;
  margin-bottom: 33px;
  margin-top: 20px;
}
.t-banner__logo {
  width: 89px;
  margin-bottom: 10px;
}

.t-btn {
  background-size: auto;
  margin: 0 auto;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  padding: 13px 24px;
  border-radius: 4px;
  background-color: #e31235;
  z-index: 5;
  text-align: center;
  margin-top: 30px;

  display: block;
  max-width: 300px;
}

.t-btn:hover {
  background-color: #bd0f2c;
  color: #ffffff !important;
}

.t-btn:active {
  background-color: #9c0c24;
  color: #ffffff !important;
}
.t-banner__text {
  padding-top: 23px;
}
.t-banner__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 101%;
  color: #000000;
  margin-bottom: 10px;
  max-width: 165px;
}
.t-banner__subtitle {
  font-weight: normal;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  max-width: 170px;
}
.t-services {
  margin-bottom: 33px;
}
.t-services__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-bottom: 18px;
}
.t-services__descr {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.t-characteristic {
  margin-bottom: 19px;
}
.t-characteristic__text {
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.t-characteristic__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 42px;
}
.t-characteristic__wrap {
  display: flex;
  flex-direction: column;
}

.t-characteristic__image {
  margin-bottom: 33px;
}
.t-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #333333;
}
.t-image {
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 270px;
}
.t-descr {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #333333;
}
.t-titles {
  margin-bottom: 30px;
}
.t-block-info__descr {
  margin-bottom: 30px;
}
.t-left__item {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}
.t-left__item img {
  margin-right: 30px;
  padding-top: 5px;
}
.t-left__descr {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.t-block-info--green,
.t-block-info--pink {
  background: #f3f4f6;
  padding-top: 60px;
}
.t-block-info {
  padding-bottom: 60px;
  padding-top: 60px;
}
.t-block-info--green .t-block-info__left {
  background: #107c0f;
}
.t-block-info--blue .t-block-info__left {
  background: #0178d4;
}
.t-block-info--sea .t-block-info__left {
  background: #008574;
}
.t-block-info--pink .t-block-info__left {
  background: #8561c5;
}
.t-block-info__left {
  padding: 50px 20px;
}
.t-left__item img {
  width: 24px;
}
.t-btn img {
  width: 18px;
}
.t-choice--desktop {
  display: none;
}
.t-choice__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
.t-margin-bottom {
  margin-bottom: 70px;
}
.t-choice__item-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
.t-choice__item {
  display: block;
  margin-bottom: 38px;
  text-decoration: none;
}
.t-footer {
  width: 100%;
  background: #e6e6e6;
}
.t-list {
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 50px;
}
.t-list__item {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #6b6b6b;
  margin-bottom: 10px;
}
.t-video {
  margin-bottom: 33px;
}
.t-video__wrap iframe {
  height: 300px;
}

@media (min-width: 400px) {
  .t-banner {
    height: 250px;
  }
  /* .t-banner__text {
    padding-top: 80px;
  } */
}
@media (min-width: 570px) {
  .t-banner {
    height: 380px;
  }
}
@media (min-width: 768px) {
  .t-container {
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .t-banner {
    margin: 0 auto;
    width: calc(100% - 40px);
    background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2021/December/noutbuki-i-komputery-na-operacionnoy-sisteme-windows-11-accessibility/img/promo-cover_L_3032x84.png)
      no-repeat center left;
    background-size: contain;
    height: 300px;
    margin-top: 20px;
    margin-bottom: 50px;
    border-radius: 0;
  }
  .t-banner .t-container {
    display: flex;
    justify-content: flex-end;
  }
  .t-banner__logo {
    display: block;
    width: 140px;
    margin-bottom: 20px;
  }
  .t-block-info__descr {
    max-width: 930px;
    margin: 0 auto;
  }
  .t-choice--desktop {
    display: block;
    padding-bottom: 0;
  }
  .t-choice--mobile {
    display: none;
  }
  .t-banner__text {
    margin-right: 100px;
  }
  .t-characteristic__item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }
  .t-characteristic__item:nth-child(2) {
    flex-direction: row-reverse;
  }
  .t-characteristic__text,
  .t-characteristic__image {
    width: 50%;
  }
  .t-choice__titles {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .t-title,
  .t-descr {
    text-align: left;
    margin-bottom: 15px;
  }

  .t-choice__wrap {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin: 0 auto;
  }
  .t-choice__item {
    width: 30%;
  }
  .t-titles__title,
  .t-block-info__title,
  .t-block-info__descr,
  .t-listing__title,
  .t-choice__title {
    text-align: center;
  }
  .t-characteristic__text {
    margin-bottom: 0;
  }
  .t-block-info__wrap {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .t-block-info__right img {
    height: 100%;
  }
  .t-choice__item:first-child {
    background: #ffffff;
    border: 2px solid #d35330;
    border-radius: 20px;
  }
  .t-choice__item:nth-child(2) {
    background: #ffffff;
    border: 2px solid #008e7d;
    border-radius: 20px;
  }
  .t-choice__item:nth-child(3) {
    background: #ffffff;
    border: 2px solid #7b7d7f;
    border-radius: 20px;
  }
  .t-choice__image {
    padding: 30px;
  }
  .t-block-info__left {
    padding: 20px 30px;
    width: 60%;
  }
  .t-block-info__right {
    width: 40%;
  }
  .t-block-info__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

@media (min-width: 901px) {
}
@media (min-width: 1024px) {
  .t-container {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 0;
  }
  .t-block-info__wrap {
    width: 100%;
    max-width: 940px;
  }

  .t-characteristic {
    max-width: 940px;
    margin: 0 auto;
  }
  .t-banner {
    width: 100%;
    max-width: 940px;
  }
  .t-block-info__left {
    padding: 40px 30px;
    width: 60%;
  }
  .t-services img {
    width: 508px;
    display: block;
    margin: 0 auto;
  }
  .t-choice__wrap-title:first-child {
    padding-left: 20px;
  }
  .t-choice__wrap-title:nth-child(3) {
    padding-right: 20px;
  }
  .t-video {
    margin-bottom: 50px;
  }
  .t-titles {
    margin-bottom: 50px;
  }
}

@media (min-width: 1280px) {
  .t-container {
    max-width: 1228px;
    margin: 0 auto;
  }
  .t-block-info__wrap {
    width: 100%;
    max-width: 1228px;
  }
  .t-banner {
    margin: 0 auto;
    max-width: 1228px;

    height: 496px;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .t-block-info__left {
    padding: 80px 60px 0px 60px;
  }
  .t-block-info--sea .t-block-info__left {
    padding: 50px 60px;
  }
  .t-left__descr {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
  }
  .t-choice__wrap-title:first-child {
    padding-right: 100px;
    padding-left: 0;
  }
  .t-choice__wrap-title:nth-child(3) {
    padding-right: 0;
  }
  .t-choice__wrap-title:nth-child(2) {
    padding-right: 100px;
  }
  .t-banner__logo {
    display: block;
    width: 163px;
    margin-bottom: 20px;
  }
  .t-descr {
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    text-align: center;

    color: #333333;
  }

  .t-banner__text {
    padding-top: 100px;
  }
  .t-banner__title {
    font-weight: bold;
    font-size: 44px;
    line-height: 48px;
    color: #000000;
    max-width: 430px;
    margin-bottom: 20px;
  }
  .t-banner__subtitle {
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    max-width: 370px;
  }
  .t-services__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    text-align: center;

    color: #000000;
  }
  .t-services__descr {
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
    max-width: 1085px;
    color: #000000;
  }
  .t-services {
    margin-bottom: 56px;
  }
  .t-services img {
    width: 508px;
    display: block;
    margin: 0 auto;
  }
  .t-characteristic {
    max-width: 1228px;
    margin: 0 auto;
  }
  .t-characteristic__title,
  .t-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
  }
  .t-characteristic__descr {
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
  }
  .t-characteristic__title,
  .t-characteristic__descr {
    text-align: left;
  }
  .t-characteristic__image--first,
  .t-characteristic__image--third {
    margin-left: 95px;
    margin-right: 0;
  }
  .t-characteristic__image--second {
    margin-right: 95px;
    margin-left: 0;
  }
  .t-characteristic__text {
    padding: 0;
    margin: 0 auto;
  }
  .t-choice__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 48px;
    color: #000000;
  }
  .t-choice__wrap-title {
    font-weight: 900;
    font-size: 20.8411px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;

    color: #000000;
  }
  .t-choice__titles {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
  }
  .t-list__item {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #6b6b6b;
  }
  .t-choice--desktop {
    display: block;
    padding-bottom: 0;
  }
  .t-choice__item-title {
    font-weight: 900;
    font-size: 20.8411px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;

    color: #000000;
  }
}
@media (min-width: 1600px) {
  .t-container {
    width: 100%;
    max-width: 1516px;
    margin: 0 auto;
  }
  .t-block-info__wrap {
    width: 100%;
    max-width: 1516px;
  }
  .t-characteristic {
    max-width: 1516px;
    margin: 0 auto;
  }
  .t-banner {
    width: 100%;
    max-width: 1516px;
  }
  .t-video__wrap iframe {
    height: 700px;
  }
}
@media (min-width: 1900px) {
}
