@media screen and (min-width: 1540px) {
  .container {
    max-width: 1440px;
  }
}
.js_reg_auth {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #E5E5E5;
}
*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FF7520;
  cursor: pointer;
}
*::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E5E5E5;
}

@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito-Sans";
  src: url("../assets/fonts/NunitoSans.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agavalanchec";
  src: url("../assets/fonts/Agavalanchec.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

p, h1, h2, h3, h4, h5, h6, ol, a {
  margin: 0 !important;
  padding: 0;
}

h1 {
  font-size: 3.75rem;
  line-height: 1.3;
  font-family: "Agavalanchec", sans-serif;
}

h2 {
  font-size: 2.75rem;
  font-family: "Agavalanchec", sans-serif;
}

h3 {
  font-size: 1.875rem;
  line-height: 1;
  font-family: "Agavalanchec", sans-serif;
}

h4 {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
}

.text.fz-s {
  font-size: 0.8rem;
}
.text.fz-md {
  font-size: 1.5rem;
}
.text--roboto-md-r {
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
}
.text--roboto-md {
  font-weight: 500;
  line-height: 1.5;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
}
.text--roboto-r {
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
}
.text--nunito-b-lg {
  font-weight: bold;
  font-size: 1.4rem;
  font-family: "Nunito-Sans", sans-serif;
}
.text--nunito-b-s {
  font-weight: bold;
  font-size: 1rem;
  font-family: "Nunito-Sans", sans-serif;
}
.text--blue {
  color: #00264B;
}
.text--white {
  color: #fff;
}
.text--orange {
  color: #FF7520;
}
.text--blue-light {
  color: #9fa9c2;
}
.text--gray-light {
  color: rgb(236, 236, 236);
}
.text--gray {
  color: rgb(199, 197, 197);
}
.text--gray-dark {
  color: rgb(161.4210526316, 158.0789473684, 158.0789473684);
}

a {
  text-decoration: none;
}

.display-none {
  display: none !important;
}

.btn-about {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 6px;
  cursor: pointer;
  padding: 0.5em 1em;
  border: 1px solid #FF7520;
  filter: drop-shadow(0 4px 4px rgba(35, 35, 35, 0.4));
  border-radius: 6px;
  text-decoration: none;
  font-size: 1em;
  color: inherit;
  background: #FF7520;
  transition: all 0.3s ease;
}
.btn-about--radius-lg {
  border-radius: 14px;
}
.btn-about--radius-xxl {
  border-radius: 32px;
}
.btn-about--white {
  color: #00264B;
  border: 1px solid #fff;
  background: #fff;
}
.btn-about--disabled {
  cursor: unset !important;
  color: #00264B;
  border: 1px solid transparent;
  background: transparent;
}
.btn-about--disabled:hover {
  border: 1px solid transparent !important;
  background-color: transparent !important;
}
.btn-about--disabled:focus {
  border: 1px solid transparent !important;
  background-color: transparent !important;
}
.btn-about:hover {
  color: inherit;
  background-color: rgb(236, 89.9551569507, 0);
  border: 1px solid rgb(236, 89.9551569507, 0);
  text-decoration: none;
}
.btn-about:focus {
  color: inherit;
  background-color: rgb(236, 89.9551569507, 0);
  border: 1px solid rgb(236, 89.9551569507, 0);
  text-decoration: none;
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}

.img {
  width: 100%;
  height: auto;
}
.img--xxxs {
  max-width: 40px;
}
.img--xxs {
  max-width: 100px;
}
.img--xs {
  max-width: 400px;
}
.img--md {
  max-width: 800px;
}
.img--lg {
  max-width: 1000px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper.margin {
  margin: auto;
}

.text-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem;
  gap: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 50%;
}

.dot {
  width: 0.8rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #FF7520;
  margin-top: 4px;
}

.line {
  width: 100%;
  height: 2px;
  background-color: #00264B;
}

.patient {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
  background-image: url("../assets/patient-bg.png");
  background-size: 100% 100%;
  padding: 5rem 3rem;
}

.materials {
  padding: 12rem 3rem 0 3rem;
  background: linear-gradient(to top, rgb(199, 197, 197), rgb(236, 236, 236));
}

.schedule {
  background-color: rgb(236, 236, 236);
  background-image: url("../assets/schedule-bg.png");
  background-size: 100% 100%;
}

.praxis {
  background-color: rgb(236, 236, 236);
}

.products {
  background-color: rgb(236, 236, 236);
  background-image: url("../assets/products-bg.png");
  background-size: 100% 100%;
  padding: 3rem 3rem 0 3rem;
}

.custom-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition-duration: 0.5s;
}
.custom-checkbox__main {
  position: relative;
  width: 100px;
  z-index: 12;
}
.custom-checkbox__completed {
  display: none;
  position: relative;
  width: 100px;
  z-index: 12;
}
.custom-checkbox__bg {
  position: absolute;
  z-index: 11;
  width: 117px;
  animation: spin 8s linear infinite;
}
.custom-checkbox:hover {
  filter: saturate(300%);
  scale: 110%;
}
.custom-checkbox.pos-1 {
  top: 6%;
  left: 12%;
}
.custom-checkbox.pos-2 {
  top: 26%;
  left: 22%;
}
.custom-checkbox.pos-3 {
  top: 28%;
  left: 45%;
}
.custom-checkbox.pos-4 {
  top: 38%;
  left: 32%;
}
.custom-checkbox.pos-5 {
  top: 43%;
  left: 51%;
}
.custom-checkbox.completed .custom-checkbox__completed {
  display: flex;
}
.custom-checkbox.completed .custom-checkbox__main {
  display: none;
}
.custom-checkbox.completed .custom-checkbox__bg {
  display: none;
}
.custom-checkbox.disabled {
  filter: grayscale(0.9);
}
.custom-checkbox.disabled:hover {
  scale: 1;
  cursor: default;
}
.custom-checkbox.disabled .custom-checkbox__bg {
  animation: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.materials-card-wrapper {
  position: absolute;
  z-index: 14;
  top: 50%;
  left: 50%;
}
.materials-card-wrapper.pos-1 {
  top: -14%;
  left: -31%;
}
.materials-card-wrapper.pos-2 {
  top: 42%;
  left: -22%;
}
.materials-card-wrapper.pos-3 {
  top: -16%;
  left: 67%;
}
.materials-card-wrapper.pos-4 {
  top: 56%;
  left: 26%;
}
.materials-card-wrapper.pos-5 {
  top: 42%;
  left: 72%;
}
.materials-card-wrapper.show {
  display: flex;
  animation: show 0.8s ease forwards;
}
.materials-card-wrapper.hide {
  animation: hide 0.8s ease forwards;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.materials-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  position: relative;
  z-index: 15;
  gap: 1.4rem;
  width: 400px;
  font-size: 1rem;
  background-color: #fff;
  border-radius: 32px;
  filter: drop-shadow(0 4px 4px rgba(35, 35, 35, 0.5));
}
.materials-card__svg-completed {
  position: absolute;
  top: -10px;
  left: 6%;
  z-index: 16;
  display: none;
}
.materials-card.completed .materials-card__svg-completed {
  display: flex;
}
.materials-card__close {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 16;
  text-align: center;
  cursor: pointer;
}
.materials-card__close svg:hover {
  fill: #FF7520;
  stroke: #FF7520;
}
.materials-card__img {
  border-radius: 32px 32px 0 0;
  filter: drop-shadow(0 4px 4px rgba(35, 35, 35, 0.5));
}
.materials-card__content {
  padding: 0 1.5em 0.5rem 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 1.4em;
}
.materials-card__text {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
}
.materials-card__btn-wrapper {
  align-self: end;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  text-decoration: none !important;
}

.vebinar-card__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  font-size: 1rem;
}
.vebinar-card__item {
  width: 100%;
  padding: 1.5em;
  background-color: #fff;
  border-radius: 32px;
  filter: drop-shadow(0 4px 4px rgba(35, 35, 35, 0.5));
  transition: all 0.5s ease;
}
.vebinar-card__item:hover {
  filter: drop-shadow(0 2px 6px rgba(35, 35, 35, 0.9));
}
.vebinar-card__link {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 1.8em;
  text-decoration: none !important;
}
.vebinar-card__img {
  max-width: 90px;
  aspect-ratio: 1;
  border-radius: 18px;
  filter: drop-shadow(0 4px 3px rgba(35, 35, 35, 0.5));
}
.vebinar-card__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
}

.soon-btn {
  position: absolute;
  width: 100px;
  height: auto;
  top: 5px;
  left: 0;
}

.praxis-card__list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  font-size: 1rem;
  margin-bottom: 5rem;
}
.praxis-card__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 1em;
  padding: 1.5em;
  background-color: #00264B;
  border-radius: 32px;
}
.praxis-card__img {
  width: 100%;
  border-radius: 18px;
  filter: drop-shadow(0 4px 4px rgba(35, 35, 35, 0.5));
}
.praxis-card__text-list {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
}
.praxis-card__text-item {
  list-style-type: disc;
  margin-left: 25px;
}
.praxis-card__btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.6em;
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.products-card__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1.6rem;
  font-size: 1rem;
}
.products-card__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 450px;
  border-radius: 32px;
  margin: 0;
}
.products-card__btn-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  position: absolute;
  z-index: 10;
  padding: 125% 1em 1rem 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.car {
  width: 50%;
  height: auto;
}

.animated {
  opacity: 0;
  transform: translateY(700px);
  transition: transform 3s ease;
}
.animated.show {
  opacity: 1;
  transform: translateY(0);
}

.articles {
  background-color: rgb(236, 236, 236);
}
.articles__card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.articles__card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  gap: 1.4rem;
  width: 100%;
  font-size: 1rem;
  background-color: #fff;
  border-radius: 32px;
  filter: drop-shadow(0 2px 6px rgba(35, 35, 35, 0.5));
}
.articles__card-img {
  border-radius: 32px 32px 0 0;
  filter: drop-shadow(0 2px 4px rgba(35, 35, 35, 0.5));
}
.articles__card-content {
  padding: 0 1.5em 1rem 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 1.4em;
  height: 100%;
}
.articles__card-text {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
}
.articles__card-btn-wrapper {
  align-self: end;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  width: 50%;
  text-decoration: none !important;
}

.checkbox input {
  position: absolute;
  opacity: 0;
}
.checkbox__checkmark {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translate(-50%, -50%);
  width: 26px;
  aspect-ratio: 1;
  background-color: #FF7520;
  border: 1px solid #FF7520;
  border-radius: 50%;
  filter: drop-shadow(0 2px 4px rgba(35, 35, 35, 0.5));
  transition-duration: 0.5s;
}
.checkbox__checkmark:after {
  content: "";
  position: absolute;
  display: flex;
  left: 50%;
  top: 50%;
  width: 8px;
  aspect-ratio: 1;
  border: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  filter: drop-shadow(0 0 2px rgba(35, 35, 35, 0.5));
}
.checkbox__label {
  display: block;
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  user-select: none;
}
.checkbox__label:hover input ~ .checkbox__checkmark {
  border-color: #00264B;
}
.checkbox__label input:checked ~ .checkbox__checkmark {
  border-color: #00264B;
}
.checkbox__label input:checked ~ .checkbox__checkmark:after {
  background-color: #00264B;
}
.checkbox__label input:disabled ~ .checkbox__checkmark {
  border-color: #FF7520;
}

@media (max-width: 1650px) {
  .materials-card-wrapper.pos-1, .materials-card-wrapper.pos-2, .materials-card-wrapper.pos-3, .materials-card-wrapper.pos-4, .materials-card-wrapper.pos-5 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -54%);
  }
  .materials-card {
    width: 880px;
  }
}
@media (max-width: 1199px) {
  .soon-btn {
    width: 50px;
  }
  .materials-card-wrapper.pos-1, .materials-card-wrapper.pos-2, .materials-card-wrapper.pos-3, .materials-card-wrapper.pos-4, .materials-card-wrapper.pos-5 {
    transform: translate(-50%, -54%);
  }
  .materials-card {
    width: 780px;
  }
  .custom-checkbox__main {
    width: 55px;
  }
  .custom-checkbox__completed {
    width: 55px;
  }
  .custom-checkbox__bg {
    width: 72px;
  }
  .custom-checkbox.pos-1 {
    top: 8%;
    left: 15%;
  }
  .custom-checkbox.pos-2 {
    top: 28%;
    left: 24%;
  }
  .custom-checkbox.pos-3 {
    top: 30%;
    left: 46%;
  }
  .custom-checkbox.pos-4 {
    top: 42%;
    left: 34%;
  }
  .custom-checkbox.pos-5 {
    top: 46%;
    left: 52%;
  }
  .articles__card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .materials-card {
    width: 680px;
  }
  .vebinar-card__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .custom-checkbox.pos-4 {
    top: 40%;
  }
}
@media (max-width: 767px) {
  .materials-card-wrapper.pos-1, .materials-card-wrapper.pos-2, .materials-card-wrapper.pos-3, .materials-card-wrapper.pos-4, .materials-card-wrapper.pos-5 {
    transform: translate(-50%, -52%);
  }
  .materials-card {
    width: 480px;
  }
  .custom-checkbox.pos-1 {
    top: 4%;
    left: 10%;
  }
  .custom-checkbox.pos-2 {
    top: 26%;
    left: 22%;
  }
  .custom-checkbox.pos-3 {
    top: 26%;
    left: 44%;
  }
  .custom-checkbox.pos-4 {
    top: 38%;
    left: 34%;
  }
  .custom-checkbox.pos-5 {
    top: 44%;
    left: 52%;
  }
  .articles__card-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .articles__card {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .vebinar-card__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .materials {
    padding: 6rem 1rem 0 1rem;
  }
  .materials-card-wrapper.pos-1, .materials-card-wrapper.pos-2, .materials-card-wrapper.pos-3, .materials-card-wrapper.pos-4, .materials-card-wrapper.pos-5 {
    transform: translate(-50%, -50%);
  }
  .materials-card {
    width: 400px;
  }
  .custom-checkbox__main {
    width: 33px;
  }
  .custom-checkbox__completed {
    width: 33px;
  }
  .custom-checkbox__bg {
    width: 50px;
  }
  .custom-checkbox.pos-1 {
    top: 8%;
    left: 14%;
  }
  .custom-checkbox.pos-2 {
    top: 27%;
    left: 24%;
  }
  .custom-checkbox.pos-3 {
    top: 30%;
    left: 46%;
  }
  .custom-checkbox.pos-4 {
    top: 40%;
    left: 34%;
  }
  .custom-checkbox.pos-5 {
    top: 44%;
    left: 53%;
  }
}
@media (max-width: 450px) {
  .materials-card {
    width: 280px;
  }
  .custom-checkbox.pos-1 {
    top: 6%;
    left: 10%;
  }
  .custom-checkbox.pos-2 {
    top: 26%;
    left: 24%;
  }
  .custom-checkbox.pos-3 {
    top: 28%;
    left: 46%;
  }
  .custom-checkbox.pos-4 {
    top: 38%;
    left: 32%;
  }
  .custom-checkbox.pos-5 {
    top: 43%;
    left: 52%;
  }
}

/*# sourceMappingURL=template.css.map */
