html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
}
.t-wrap {
  font-family: "Roboto", sans-serif;
  /* margin-top: 40px; */
  /* background: #e5e5e5; */
}
.t-wrap img {
  width: 100%;
}
.t-ask {
  margin-bottom: 40px;
}
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: 20px 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;
}
.buz-buttons {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.buz-buttons__in {
  margin-right: 0;
}
.buz-buttons__up {
  margin-top: 0;
}
.t-ask__blocks img {
  /* width: 20px;
  margin-right: 10px; */
  width: auto;
  margin-bottom: 20px;
}
.t-ask__blocks {
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  align-items: center;
}
.t-banner__image {
  position: absolute;
  bottom: 20px;
}
.t-lines {
  display: flex;
  justify-content: flex-end;
  margin-top: -40px;
}
/* modal */

.t-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.t-modal .modal_content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 20px;
  width: 90%;
  max-width: 1228px;
  z-index: 99999;
}
.t-modal .modal_content .close_modal_window {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.t-lines__image {
  width: 222px;
}
.t-text__subtitle a {
  text-decoration: none;
  color: #4ac4d7;
}
.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;
}
.t-text__subtitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #333333;
  margin-bottom: 20px;
}
.t-text .t-container {
  padding-top: 0;
}
.t-text__list {
  margin-bottom: 30px;
  padding-left: 20px;
}
.t-ask__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  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: 14px;
  line-height: 20px;
  text-align: center;
  /* 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 {
}
.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;
}
