html {
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    padding: 0;
  }
  .t-wrap {
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
    /* background: #e5e5e5; */
  }
  .t-wrap img {
    width: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  p {
    margin: 0;
    padding: 0;
  }
  ul {
    margin: 0;
    padding: 0;
  }
  .t-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .t-container {
    padding: 0 20px;
  }
  
  .t-banner {
    width: 100%;
    margin: 0 auto;
    background: #4ac4d7
      url(//static.mvideo.ru/media/Promotions/Promo_Page/2021/October/kak-sdelat-i-poluchit-zakaz-po-novym-pravilam/img/Group-4698.png)
      no-repeat center bottom 70px;
    background-size: contain;
    height: 475px;
    position: relative;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
  }
  .t-banner__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    color: #ffffff;
  }
  .t-banner__image {
    position: absolute;
    bottom: 20px;
  }
  .t-lines {
    display: flex;
    justify-content: flex-end;
    margin-top: -40px;
  }
  .t-lines__image {
    width: 222px;
  }
  .t-text__subtitle a {
    text-decoration: none;
    color: #4ac4d7;
  }
  .open-close-block li,
  .content-details-description {
    font-weight: normal!important;
    font-size: 14px!important;
    line-height: 20px!important;
  }
  .t-text__list-item {
    margin-bottom: 10px;
  }
  .t-text__title {
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
  }
  @keyframes open {
    0% {
      display: block;
      opacity: 0;
      visibility: hidden;
    }
    100% {
      display: block;
      opacity: 1;
      visibility: visible;
    }
  }
  
  .t-text__subtitle {
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.2;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
   
  }
  .t-text .t-container {
    padding-top: 0;
  }
  .t-ask__item {
    /* margin-bottom: 44px; */
  }
  .t-text__list {
    margin-bottom: 30px;
    padding-left: 20px;
  }
  .t-possibilities {
    padding-bottom: 40px;
  }
  .t-ask__title {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    /* display: flex;
    align-items: center; */
    /* background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2021/October/kak-sdelat-i-poluchit-zakaz-po-novym-pravilam/img/Group-4699.svg)
      no-repeat left top;
    background-size: 39px 37px;
    padding-left: 42px; */
    color: #000000;
    margin-bottom: 8px;
    padding-bottom: 10px;
  }
  .t-ask__descr {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    opacity: 0.71;
  }
  .t-ask__subtitle {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 9px;
  }
  .t-ask__descr a {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #4ac4d7;
    opacity: 1;
  }
  .t-ask__block {
    margin-bottom: 30px;
  }
  .t-btn {
    background-size: 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;
  }
  
  .t-btn:hover {
    background-color: #bd0f2c;
    color: #ffffff !important;
  }
  
  .t-btn:active {
    background-color: #9c0c24;
    color: #ffffff !important;
  }
  .t-ask__descr--mb {
    margin-bottom: 15px;
  }
  .t-possibilities__title {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
  }
  .t-possibilities__small {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    display: block;
  }
  .t-questions {
    display: flex;
    flex-direction: column;
  }
  
  /* accordeon */
  .t-tab input,
  .t-tab-content  {
    display: none;
   
    /* display: block; */
  }
  
  .t-tab {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #e31235;
  }
  .t-tab-title {
    /* padding: 10px; */
    padding-top: 20px;
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    cursor: pointer; /* Вид курсора */
  }
  /* .t-tab-title::after {
    content: '+'; 
    color: #fff;
    background: #12a2bf;
    box-shadow: 0px 0.909092px 18.1818px rgba(4, 6, 28, 0.1);
    border-radius: 10.9091px;
    padding: 10px 16px;
  } */
  .t-tab-content {
    padding-top: 10px;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
  }
  .t-tab-content p {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
  }
  .t-tab-content li {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000;
  }
  .t-tab :checked + .t-tab-title {
    /* background-color: #50a2de;  */
    color: #000;
    
  }
  /* .t-tab :checked + .t-tab-title::after {
    content: '−';
    color: #fff;
    padding: 10px 16px;
  } */
  .t-tab :checked ~ .t-tab-content {
    display: block;
  
    animation-name: open;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-delay: 0s;
    /* display: none; */
  }
  .t-questions__title {
    text-align: center;
    margin: 20px 0;
  }
  @media (min-width: 560px) {
    /* .t-banner {
      height: 300px;
    } */
    .t-banner__image {
      position: absolute;
      bottom: 0px;
    }
  }
  @media (min-width: 768px) {
    .t-container {
      margin: 0 auto;
    }
  
    .t-banner {
      height: 350px;
      background: #4ac4d7
        url(//static.mvideo.ru/media/Promotions/Promo_Page/2021/October/kak-sdelat-i-poluchit-zakaz-po-novym-pravilam/img/Group-4696.png)
        no-repeat center bottom -40px;
      background-size: contain;
      clip-path: polygon(0% 0%, 100% 0%, 100% 69%, 0% 100%);
    }
    .t-lines__image {
      width: 300px;
    }
    .t-banner__image {
      position: absolute;
      bottom: -10px;
      left: 20%;
    }
    .t-text__title {
      max-width: 640px;
      margin: 0 auto;
    }
    .t-text__subtitle {
      max-width: 640px;
      margin: 0 auto;
      margin-bottom: 20px;
    }
    .t-ask__wrap {
      /* display: flex;
      justify-content: space-between;
      flex-wrap: wrap; */
    }
    .t-ask__item {
      /* width: 45%; */
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }
    .t-ask__item:first-child {
      margin-right: 20px;
    }
    .t-ask__item:nth-child(3) {
      width: 100%;
    }
    .t-ask__blocks {
      width: 30%;
      margin-right: 20px;
      /* display: flex;
      justify-content: space-between; */
    }
    .t-ask__block {
      /* width: 33%;
      margin-right: 20px; */
    }
    .t-ask__blocks:nth-child(4),
    .t-ask__blocks:nth-child(5) {
      width: 40%;
      margin-right: 50px;
    }
    .t-ask__title {
      margin-bottom: 15px;
    }
  }
  
  @media (min-width: 901px) {
  }
  @media (min-width: 1024px) {
    .t-container {
      width: 100%;
      max-width: 940px;
      margin: 0 auto;
      padding: 0;
    }
    .open-close-block li,
    .content-details-description {
    font-weight: normal!important;
    font-size: 18px!important;
    line-height: 28px!important;
  }
    .t-banner {
      width: 100%;
      height: 450px;
      background-size: contain;
      background-position: right bottom -40px;
    }
  
    .t-text__title {
      max-width: 640px;
      margin: 0 auto;
    }
    .t-text {
      margin-bottom: 50px;
    }
    .t-ask__title {
      padding-left: 48px;
    }
    .t-banner__text {
      padding-top: 50px;
    }
    .t-possibilities {
      padding-bottom: 96px;
    }
    .t-questions {
      flex-direction: column;
    }
    .t-questions__first-list,
    .t-questions__second-list,
    .t-questions__third-list {
      width: 100%;
    }
    .t-possibilities__title {
      font-weight: normal;
      font-size: 32px;
      line-height: 40px;
      text-align: center;
      color: #000;
      margin-bottom: 12px;
    }
    .t-possibilities__small {
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: #ffffff;
      margin-bottom: 47px;
    }
    /* accordeon */
  
    .t-tab {
      /* margin-bottom: 36px; */
      margin-bottom: 10px;
      padding-bottom: 30px;
    }
    .t-tab-title {
      font-weight: bold;
      font-size: 22px;
      line-height: 28px;
  
      color: #000;
    }
    /* .t-tab-title::after {
      content: '+'; 
      color: #fff;
      background: #12a2bf;
      box-shadow: 0px 0.909092px 18.1818px rgba(4, 6, 28, 0.1);
      border-radius: 10.9091px;
      padding: 10px 16px;
    } */
    .t-tab-content {
     
      font-weight: normal;
      font-size: 22px;
      line-height: 28px;
      color: #000;
    }
    .t-tab-content p {
      font-weight: normal;
      font-size: 18px;
      line-height: 28px;
      color: #333333;
    }
    .t-tab-content li {
      font-weight: normal;
      font-size: 18px;
      line-height: 28px;
      color: #000;
    }
    .t-tab :checked + .t-tab-title {
      color: #000;
    }
    /* .t-tab :checked + .t-tab-title::after {
      content: '−';
      padding: 10px 16px;
    } */
    .t-tab :checked ~ .t-tab-content {
      display: block;
    }
    .t-text__subtitle {
      font-weight: bold;
      font-size: 26px;
      line-height: 1.2;
  }
  }
  
  @media (min-width: 1280px) {
    .t-container {
      max-width: 1228px;
      margin: 0 auto;
    }
  
    .t-banner {
      height: 475px;
      background: #4ac4d7
        url(//static.mvideo.ru/media/Promotions/Promo_Page/2021/October/kak-sdelat-i-poluchit-zakaz-po-novym-pravilam/img/Group-4696.png)
        no-repeat right 20% bottom -50px;
      background-size: contain;
      clip-path: polygon(0% 0%, 100% 0%, 100% 65%, 0% 100%);
    }
  
    .t-banner__title {
      font-weight: bold;
      font-size: 52px;
      line-height: 60px;
      color: #ffffff;
    }
    .t-banner__image {
      position: absolute;
      bottom: 10px;
      left: 35%;
    }
  
    .t-text {
      margin-bottom: 96px;
    }
    .t-text__title {
      font-weight: normal;
      font-size: 32px;
      line-height: 40px;
      text-align: center;
      color: #333333;
    }
    .t-text__subtitle {
      font-weight: bold;
      font-size: 32px;
      line-height: 1.2;
      text-align: center;
      color: #333333;
    }
    .t-ask__title {
      font-weight: bold;
      font-size: 22px;
      line-height: 28px;
      /* display: flex;
      align-items: center; */
      color: #000000;
      /* background: url(//static.mvideo.ru/media/Promotions/Promo_Page/2021/October/kak-sdelat-i-poluchit-zakaz-po-novym-pravilam/img/Group-4699.svg)
        no-repeat left top;
      background-size: 40px 37px;
      padding-left: 48px; */
    }
    .t-ask__descr {
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      color: #000000;
      opacity: 0.71;
    }
    .t-ask__descr a {
      font-weight: bold;
      font-size: 16px;
      line-height: 24px;
      color: #4ac4d7;
      opacity: 1;
    }
    .t-ask__descr--mb {
      margin-bottom: 20px;
    }
    .t-banner__text {
      padding-top: 100px;
    }
    .t-lines__image {
      width: 612px;
    }
    .t-text__title {
      max-width: 940px;
      margin: 0 auto;
      margin-bottom: 30px;
    }
    .t-text__subtitle {
      max-width: 940px;
      margin: 0 auto;
      margin-bottom: 30px;
    }
    .t-text__list-item {
      font-size: 18px;
      line-height: 1;
      margin-bottom: 10px;
    }
  }
  @media (min-width: 1600px) {
    .t-container {
      width: 100%;
      max-width: 1516px;
      margin: 0 auto;
    }
    .t-banner {
      width: 100%;
      height: 500px;
      background-size: contain;
    }
    .t-banner__image {
      position: absolute;
      bottom: 40px;
      left: 50%;
    }
  }
  @media (min-width: 1900px) {
    .t-banner {
      width: 100%;
  
      margin: 0 auto;
      background-size: contain;
      max-width: 2300px;
      margin-bottom: 0;
    }
    .t-banner__image {
      position: absolute;
      bottom: 40px;
      left: 50%;
    }
    .t-lines {
      max-width: 2300px;
    }
  }
  