/* page: index */
.header {
  top: 20px;
}
.topbar {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-bottom: 1px solid #3d4f5452;
  padding: 0;
  z-index: 22222;
}
.topbar__link {
  color: #2c2c2c;
  text-decoration: underline;
  margin-left: 4rem;
  font-size: 16px;
  text-shadow: none;
  transition: 0.4s;
}
.topbar__link:hover {
  color: rgba(234, 81, 103, 1);
}
/* .topbar__text {
  color: #2075ff;
  font-size: 22px;
  flex-shrink: 0;
  margin: 10px;
  font-weight: 800;
} */
/* .topbar__text {
  color: #09046a;
  font-size: 22px;
  flex-shrink: 0;
  margin: 10px;
  font-weight: 800;
} */
.topbar__text {
  color: #020202;
  font-size: 22px;
  flex-shrink: 0;
  margin: 10px;
  font-weight: 800;
}
.topbar__ribbon {
  position: absolute;
  z-index: 102;
  left: 0;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 80px;
  text-align: right;
}
/* .topbar__ribbon > span {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #fd704d;
  box-shadow: 0 3px 10px -5px #000;
  position: absolute;
  top: 20px;
  left: -22px;
} */
/* .topbar__ribbon > span {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #24007f;
  box-shadow: 0 3px 10px -5px #000;
  position: absolute;
  top: 20px;
  left: -22px;
} */
.topbar__ribbon > span {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #764dee;
  box-shadow: 0 3px 10px -5px #000;
  position: absolute;
  top: 20px;
  left: -22px;
}

.topbar__ribbon > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
}
.topbar__ribbon > span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
}
.topbar:first-child {
  padding-left: calc(2.08333vw + 30px);
}
.topbar:last-child {
  padding-right: calc(2.08333vw + 30px);
}

@media (max-width: 767.98px) {
  .topbar__text {
    font-size: 13px;
    margin: 18px;
  }
  .topbar__link {
    margin-left: 2rem;
    font-size: 9px;
  }
  .lead-contacts__phone {
    font-size: 7.6vw;
  }

  .contacts-card {
    width: 68.5%;
  }

  .content-area_wrapped {
        margin-top: 23rem;
    }
}

@media (max-width: 375.98px) {
  .topbar__link {
    margin-left: -1rem;
    font-size: 6px;
  }
}
