* {
  box-sizing: border-box;
}

body,
html {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  min-height: 100%;
  height: 100%;
}

.container,
.page,
body,
section,
footer,
header,
main,
html {
  width: 100%;
}

header,
section,
footer {
  padding-left: 12px;
  padding-right: 12px;
}

h1,
h2,
p {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  padding-left: 0;
  list-style: none;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 23px;
  line-height: 1.5;
  color: #191819;
}

header {
  color: #f1f1f1;
  background: #191819;
}

footer,
section {
  position: relative;
  display: block;
  overflow: hidden;
}

section {
  min-height: 50vh;
  display: flex;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 36px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-40 {
  margin-bottom: 40px;
}

.upper {
  text-transform: uppercase;
}

.columns-2 {
  display: grid;
  grid-template-columns: repeat(2, calc(100% / 2 - 6px));
  grid-gap: 12px;
}

.boxes,
.columns-3 {
  display: grid;
  grid-template-columns: repeat(3, calc(100% / 3 - 22px));
  grid-gap: 32px;
}

.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, calc(100% / 4 - 18px));
  grid-gap: 24px;
}

.container-title {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 1.3;
  color: #191819;
}

.container-description {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: #191819bf;
}

.copyright,
.box-title,
.box-body-price,
.box-body-percent,
.box-body-discont,
.container-header .menu ul li a {
  text-align: center;
}

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

.container-header .menu ul {
  display: flex;
  align-items: center;
  gap: 40px;
}

.container-header .menu ul li a {
  display: block;
  color: #f1f1f1;
  text-decoration: none;
  font-size: 24px;
  font-weight: 400;
  font-family: monospace;
  width: 160px;
}

.container-header .menu ul li a:hover {
  text-decoration: underline;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.container-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.button {
  padding: 20px 32px;
  border-radius: 8px;
  text-transform: uppercase;
  font-family: monospace;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
}

.button.default {
  background: #191819;
  color: #f1f1f1;
}

.button.second {
  background: #e6e6e6;
  color: #191819;
}

.container-number-item .title {
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  margin-bottom: 24px;
  color: #191819;
}

.container-number-item .text {
  font-family: monospace;
  font-size: 24px;
  line-height: 1.5;
}

.box {
  border: 1px solid #191819;
}

.box-title {
  border-bottom: 1px solid #191819;
  font-family: monospace;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3;
  padding: 24px 16px;
  min-height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-body {
  position: relative;
  padding: 54px 18px 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 275px;
}

.box-body-price {
  font-weight: 600;
  font-size: 74px;
  line-height: 1;
  margin-bottom: 12px;
}

.box-body-percent {
  font-weight: 500;
  font-size: 74px;
  line-height: 1;
  margin-bottom: 12px;
}

.box-body-discont {
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  font-family: monospace;
  text-transform: uppercase;
}

.box-body-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.box-body-bg.bg1 {
  background: #00731359;
  height: 20%;
}

.box-body-bg.bg2 {
  background: #78660059;
  height: 50%;
}

.box-body-bg.bg3 {
  background: #77000059;
  height: 100%;
}

.container-content p {
  margin-bottom: 24px;
}

.c2 {
  color: #828282;
}

.js {
  text-align: justify;
}

.fl {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

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

footer {
  padding-top: 36px;
  background: #f5f5f5;
}

.copyright {
  padding: 16px;
}

.columns-footer {
  display: grid;
  grid-template-columns: 40% 60%;
}

.columns-footer ul li a {
  font-family: monospace;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #191819;
  display: block;
  margin-bottom: 36px;
}

.columns-footer ul li a:hover {
  text-decoration: underline;
}

img {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.rings {
  width: 96px;
  height: 96px;
  position: absolute;
}

.rings::after,
.rings::before {
  content: "";
  background: transparent;
  border: 2px solid #191819;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rings.bottom {
  bottom: 0;
  transform: translateY(50%);
}

.rings.bottom::after {
  left: 30%;
}

.rings.bottom::before {
  left: 70%;
}

.rings.top::after {
  top: 30%;
}

.rings.top::before {
  top: 70%;
}

footer .rings.bottom {
  left: 50%;
  transform: translate(-690%, 50%);
}

footer .rings.top {
  left: auto;
  right: 0;
  bottom: 0;
  transform: translate(50%, -150%);
}

section.section-titul .rings.top {
  left: auto;
  right: 0;
  top: 0;
  transform: translate(50%, 150%);
}

section.section-fin .rings.top {
  left: auto;
  right: 0;
  top: 0;
  transform: translate(50%, 0%);
}

section.section-bisnes .rings.top {
  left: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
}

section.section-header .rings.top {
  left: auto;
  bottom: 0;
  right: 0;
  transform: translate(50%, -50%);
}

@media screen and (max-width: 1280px) {
  .fl {
    align-items: center;
    text-align: center;
  }
  .columns-footer,
  .boxes,
  .columns-3,
  .columns-2 {
    grid-template-columns: 100%;
  }

  .columns-4 {
    grid-template-columns: repeat(2, calc(100% / 2 - 6px));
  }
}

@media screen and (max-width: 980px) {
  .container-foolter-title {
    flex-direction: column;
  }
}

@media screen and (max-width: 679px) {
  .container-buttons {
    flex-direction: column;
    gap: 12px;
    padding: 12px 0;
  }
  .container-header .menu {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .columns-4 {
    grid-template-columns: 100%;
  }
}
