html {
scroll-behavior: smooth;
}

.soft .soft-item__number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0px;
  top: 0px;
  width: 100px;
  color: #fff;
  background: #fff;
}
.soft .soft-item__number img {
  position: relative;
  z-index: 1;
}
.soft .soft-item__number::after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #F1F1F1;
  border-bottom-right-radius: 20px;
  z-index: 0;
}
a.btn_type_blue.btn_size_lg {
    font-weight: 700;
    color: #fff;
    font-size: 17px;
}
a.btn_type_blue.btn_size_lg:hover {
    background: linear-gradient(254.71deg, #30b3ed 16.26%, #299ee2 35.91%, #258bd7 55.68%, #44a1e0 71.47%, #51a8e3 87.04%);
    text-decoration: none;
}
.btn_size_lg {
height: 60px;
padding-left: 60px;
padding-right: 60px;
font-size: 12px;
border-radius: 10px;
text-transform: uppercase;
}
.form-item__checkbox label::after {
    content: '';
    position: absolute;
    left: -17px;
    top: 3px;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    transition: all 150ms ease-in-out;
}
.datepickers-container {
    z-index: 2000;
}
.webinars-item-page .programm-date {
    display: block;
    margin-bottom: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 90%;
    letter-spacing: -0.01em;
}