html {
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
}

body * {
  box-sizing: border-box;
}

.h-container {
  max-width: 1220px;
  min-height: 105px;
  padding: 0;
  margin: 0 auto;
  border-bottom: 1px solid #d3cbd9;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.logo {
  width: 84px;
  height: 45px;
  margin: 30px 0px;
}

.logo-text-1 {
  font-weight: 400;
  font-size: 21px;
  text-transform: uppercase;
  color: #2c332f;
  margin: 0px;
  padding: 0px;
  line-height: 1;
}

.logo-text-2 {
  font-size: 22px;
}

.logo-text-3 {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: right;
  color: #858e8a;
  margin: 8px 0px;
}

.right-header-block {
  text-align: right;
}

.telephone {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  color: #2c332f;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 115%;
  text-transform: uppercase;
  color: #2c332f;
  margin-top: 0px;
  margin-bottom: 40px;
}

.main-text,
.list-item {
  margin: 0;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #535755;
}

.container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 15px;
}

.article-h1 {
  font-size: 48px;
  max-width: 596px;
  margin-bottom: 40px;
}

.article-main {
  padding-top: 80px;
  padding-bottom: 120px;
}

.article-text {
  margin-top: 20px;
}

.article-list {
  max-width: 744px;
}

.article-mb {
  margin-bottom: 80px;
}

.article-decor-wrapper {
  position: relative;
}

.article-decor-wrapper::before {
  content: "";
  background: url(../imgs/decor-icon.svg) no-repeat;
  position: absolute;
  z-index: -1;
  width: 528px;
  height: 48px;
}

.article-decor-1::before {
  left: -350px;
  top: 100px;
}

.article-decor-2::before {
  right: -350px;
  bottom: 136px;
}

.article-img,
.article-vid {
  width: 100%;
}

.list {
  margin: 20px 0px 80px;
  padding-left: 16px;
}

.list-item {
  margin: 0px 0px 12px;
}

.article-vid {
  margin-bottom: 40px;
}

.list-item::marker {
  color: #3596ed;
  font-size: 22px;
}

.article-button-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 0;
  background-color: #3596ed;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.footer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 303px;
  background: linear-gradient(
    90deg,
    rgba(73, 169, 255, 0.2) 0%,
    rgba(252, 124, 217, 0.2) 100%
  );
}

.footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

.footer-container .logo {
  margin: 60px 0px 40px 0px;
}

.footer-nav-item a {
  font-size: 16px;
  line-height: 130%;
  color: #535755;
  text-decoration: none;
}

.footer-copyright {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #858e8a;
}

.footer-border {
  border: 1px solid #d3cbd9;
  width: 100%;
  height: 0px;
  margin: 40px 0px 40px 0px;
}
