html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
}
.m-wrap {
  font-family: 'Roboto', sans-serif;
  background: #F1EBEA;
  padding: 20px 0 40px 0;
}
.m-wrap img {
  max-width: 100%;
}
.m-wrap section {
  margin-bottom: 40px;
}
.m-wrap table {
  border-collapse: collapse;
}
.m-wrap td,
.m-wrap th {
  padding: 5px;
}
.m-wrap a {
  text-decoration: none;
  color: inherit;
}
p,
h1,
h2,
h3 {
  padding: 0;
  margin: 0;
}

.m-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.m-container {
  padding: 0 20px;
}
.m-container-min {
  padding: 0 20px;
  max-width: 812px;
  margin: 0 auto;
}

.m-section__row {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.m-section__text {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.m-title {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.m-descr {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.m-hidden {
  opacity: 0;
}
.m-small {
  display: block;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.m-title-decor {
  background: linear-gradient(180deg, rgba(172, 135, 90, 0.50) 0%, #AC875A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.m-big {
  display: block;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.m-center {
  text-align: center;
}
.m-section__list-item {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.m-section__list {
  margin-left: 20px;
}
.m-subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000000;

}
.m-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;
}

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

.m-btn:active {
  background-color: #9c0c24;
  color: #ffffff !important;
}
.m-video__wrap {
  margin-bottom: 20px;
}
.m-section__half {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (min-width: 768px) {
  .m-container {
    margin: 0 auto;
  }
 
  .m-middle__left {
    margin: 0;
  }
  .m-section__row {
   flex-direction: row;
   row-gap: 0;
   column-gap: 20px;
   justify-content: space-between;
   align-items: center;
  }
  .m-section__row--reverse {
    flex-direction: row-reverse;
  }
  .m-section__img {
    width: 60%;
  }
  .m-section__text {
    width: 40%;
  }
  .m-section__half {
    width: 50%;
   
  }

}

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

@media (min-width: 1280px) {
  .m-container {
    max-width: 1228px;
    margin: 0 auto;
  }
  .m-wrap section {
    margin-bottom: 96px;
  }
  .m-title {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
  .m-descr {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .m-small {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .m-title-decor {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }
  .m-big {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
  .m-section__list-item {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
/* @media (min-width: 1600px) {
  .m-container {
    width: 100%;
    max-width: 1516px;
    margin: 0 auto;
  }
} */
