body {
  font-family: Gilroy, sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
}

p {
  margin-bottom: 20px;
}

a {
  color: #44c3d2;
  text-decoration: none;
}

.canvas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.section__main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f7f7d3;
}

.section.section__footer {
  background-color: #f7f7d3;
}

.container {
  display: block;
  width: 90%;
  max-width: 1440px;
  min-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav__link {
  padding: 19px 18px 17px;
  color: #666;
}

.nav__link:hover {
  color: #ec1c2d;
}

.brand {
  padding-top: 16px;
  padding-right: 18px;
  padding-bottom: 16px;
}

.nav__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle__blue {
  position: absolute;
  left: 0px;
  top: 70px;
  right: 0px;
  bottom: 0px;
  width: 440px;
  height: 440px;
  border-style: solid;
  border-width: 220px;
  border-color: rgba(68, 195, 210, .8) rgba(68, 195, 210, .8) transparent transparent;
  border-radius: 50%;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.hero__content {
  position: relative;
  width: 620px;
  height: 500px;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}

.content__block {
  max-width: 420px;
}

.button {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #ec1c2d;
  background-color: transparent;
  -webkit-transition: border 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease, color 200ms ease;
  color: #ec1c2d;
}

.button:hover {
  border-color: #44c3d2;
  background-color: #44c3d2;
  color: #fff;
}

.p__large {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.2;
}

.circle__heading {
  position: absolute;
  top: 180px;
  right: 0px;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
}

.circle__red {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 440px;
  height: 440px;
  border-style: solid;
  border-width: 220px;
  border-color: rgba(236, 28, 45, .8) rgba(236, 28, 45, .8) transparent transparent;
  border-radius: 50%;
  -webkit-transform: rotate(-184deg);
  -ms-transform: rotate(-184deg);
  transform: rotate(-184deg);
}

.leading__text {
  margin-bottom: 20px;
  line-height: 1.2;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 40px;
  border-color: transparent transparent #ec1c2d #ec1c2d;
  border-radius: 50%;
}

.ui--link {
  display: inline-block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.ui--link:hover {
  color: #ec1c2d;
}

@media (max-width: 991px) {
  .container {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .brand {
    padding-left: 18px;
  }
  .about {
    padding: 18px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
  .hero {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .circle__blue {
    display: block;
    width: 300px;
    height: 300px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    border-top-width: 150px;
  }
  .circle__blue.mbm-multiply {
    border-right-width: 150px;
    border-bottom-width: 150px;
    border-left-width: 150px;
  }
  .hero__content {
    width: 480px;
    height: 400px;
  }
  .content__block {
    max-width: 100%;
    text-align: center;
  }
  .circle__heading {
    left: 0px;
    top: -30px;
    right: 0px;
    bottom: -30px;
    text-align: center;
  }
  .circle__red {
    position: static;
    display: block;
    width: 300px;
    height: 300px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    border-width: 150px;
  }
}

@media (max-width: 479px) {
  .circle__blue {
    width: 240px;
    height: 240px;
    border-top-width: 120px;
  }
  .circle__blue.mbm-multiply {
    border-right-width: 120px;
    border-bottom-width: 120px;
    border-left-width: 120px;
  }
  .hero__content {
    width: 240px;
    height: 340px;
  }
  .circle__red {
    width: 240px;
    height: 240px;
    border-width: 120px;
  }
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}