

.p-content {
  padding-top: 5.6rem;
}
@media (min-width: 1220px) {
  .p-content {
    padding-top: 6.4rem;
  }
}

.p-content__section {
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .p-content__section {
    margin-bottom: 7rem;
  }
}
@media (min-width: 1220px) {
  .p-content__section {
    margin-bottom: 8rem;
  }
}
.p-content__section .section-header {
  text-align: center;
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .p-content__section .section-header {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1220px) {
  .p-content__section .section-header {
    margin-bottom: 4.8rem;
  }
}
@media (max-width: 575.98px) {
  .p-content__section .section-header__title {
    font-size: 3.2rem;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .p-content__section .section-header__title span {
    padding: 0 0.35em;
  }
}

@media (max-width: 767.98px) {
  .p-content__section-block {
    border-top: 0.1rem solid #cf4b0a;
    padding-top: 1.2rem;
  }
}
@media (min-width: 768px) {
  .p-content__section-block {
    border-left: 0.1rem solid #cf4b0a;
    padding-left: 1.2rem;
  }
}

.p-content--open {
  padding-top: 1.6rem;
}
.p-content--open .p-content__section-block {
  border-color: #ff7e2c;
}

.p-content__section-block-text {
  height: 100%;
  padding-right: 2.4rem;
}

.p-content__section-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 68rem;
}

.p-content__section-list-item {
  margin-bottom: 2.8rem;
  display: flex;
  align-items: baseline;
}
.p-content__section-list-item ul,
.p-content__section-list-item ol {
  padding-left: 0;
}
.p-content__section-list-item:last-child {
  margin-bottom: 0;
}
.p-content__section-list-item .icon {
  flex: 0 0 auto;
  color: #cf4b0a;
  transform: translateY(0.125em);
  margin-right: 0.125em;
  font-size: 1.25em;
}
.p-content__section-list-item > div {
  min-width: 0;
  max-width: 100%;
  flex: 1 1 100%;
}

.p-summary {
  padding-top: 6.4rem;
}
@media (min-width: 768px) {
  .p-summary {
    padding-top: 8rem;
  }
}
@media (min-width: 1220px) {
  .p-summary {
    padding-top: 10rem;
  }
}

@media (max-width: 767.98px) {
  .p-summary__desktop {
    display: none;
  }
}
.p-summary__desktop .p-summary__buttons {
  margin-top: 1.6rem;
}
.p-summary__desktop .p-summary__buttons .btn {
  width: 27rem;
}
.p-summary__desktop .p-summary__item {
  border-top: 0.1rem solid #676767;
}
.p-summary__desktop .p-summary__item:first-child {
  border-top: 0;
}
.p-summary__desktop .p-summary__item-header {
  padding: 3.2rem 0;
}
@media (min-width: 768px) {
  .p-summary__desktop .p-summary__item-header {
    display: flex;
    align-items: baseline;
    padding-left: 4.8rem;
  }
}
@media (min-width: 992px) {
  .p-summary__desktop .p-summary__item-header {
    padding-left: 8rem;
  }
}
.p-summary__desktop .p-summary__item-title {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  font-size: 1.7rem;
  font-weight: 700;
  color: #cf4b0a;
}
.p-summary__desktop .p-summary__item-btns .btn {
  min-width: 14rem;
}
.p-summary__desktop .p-summary__item-content {
  margin-top: 2.4rem;
  flex: 0 0 50%;
  min-width: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .p-summary__desktop .p-summary__item-content {
    margin-top: 0;
  }
}
.p-summary__desktop .p-summary__item-text-outer {
  margin-bottom: 4.8rem;
}
@media (min-width: 768px) {
  .p-summary__desktop .p-summary__item-text-outer {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }
}
@media (min-width: 992px) {
  .p-summary__desktop .p-summary__item-text-outer {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
.p-summary__desktop .p-summary__item-content-btns {
  margin-top: 3.2rem;
}
.p-summary__desktop .p-summary__item-price {
  color: #000;
  font-weight: 700;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .p-summary__desktop .p-summary__item-price {
    font-size: 2.8rem;
  }
}
@media (min-width: 1220px) {
  .p-summary__desktop .p-summary__item-price {
    font-size: 3.2rem;
  }
}

@media (min-width: 768px) {
  .p-summary__mobile {
    display: none;
  }
}
.p-summary__mobile .p-summary__item {
  margin-top: 4rem;
}
.p-summary__mobile .p-summary__item:first-child {
  margin-top: 0;
}
.p-summary__mobile .p-summary__item .section-header {
  text-align: center;
}
.p-summary__mobile .p-summary__item-price {
  margin-top: 1.6rem;
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  .p-summary__mobile .p-summary__item-price {
    font-size: 3rem;
  }
}
.p-summary__mobile .p-summary__item-price-text {
  margin-top: 2.6rem;
  text-align: center;
  font-size: 1.3rem;
}
.p-summary__mobile .p-summary__buttons {
  margin-top: 6rem;
}
.p-summary__mobile .p-summary__buttons .btn {
  width: 27rem;
}
.p-hero {
  margin-top: -48px;
}
.p-hero__wrapper {
  margin-top: -1px;
  width: 100%;
}

.p-hero__buttons {
  margin-top: 24px;
  display: flex;
}

.p-hero__buttons a {
  min-width: 14.4rem;
  background: #cf4b0a;
  color: white;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
  text-transform: none;
  text-align: center;
  display: none;
}
.p-hero__buttons a.btn {
  display: flex;
}
.p-hero__buttons div {
  margin-right: 24px;
}
@media (max-width: 768px) {
  .p-hero__buttons div {
    margin: 0px 10px;
  }
}
.p-hero__buttons a:hover {
  background: #a4a4a4;
}

.p-hero__content {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-hero__content {
    margin-top: 4.8rem;
  }
}
@media (min-width: 1220px) {
  .p-hero__content {
    margin-top: 7.2rem;
  }
}
.p-hero__content-thumb-outer {
  padding: 0;
}
.p-hero__content-thumb {
  width: auto;
}

.p-hero__top {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}

@media (min-width: 992px) {
  .p-hero__calendar-btn-mobile {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .p-hero__calendar-btn-desktop {
    display: none;
  }
}

.p-hero__promo-btn-mobile {
  margin-top: 1.6rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .p-hero__promo-btn-mobile {
    display: none;
  }
}
.p-hero__promo-btn-mobile .btn {
  width: 27rem;
}

.p-hero__top-info {
  width: 100%;
  background-color: #fafafa;
  padding: 32px;
}
@media (max-width: 1000px) {
  .p-hero__top-info {
    width: 100%;
    padding: 24px;
  }
}
.p-hero__top-info.nd {
  background: linear-gradient(
    153deg,
    rgba(255, 168, 0, 1) 0%,
    rgba(255, 102, 0, 1) 100%
  );
}
.p-hero__top-info.nd .p-hero__top-info-label {
  font-size: 36px;
  margin-bottom: 24px;
  color: white;
  font-weight: 700;
}
.p-hero__top-info.nd .p-hero__top-info-value {
  font-size: 48px;
  color: white;
  font-weight: 700;
  line-height: 1.2;
}
.p-hero__top-info-content span {
  color: white;
  font-size: 13px;
}

.p-hero__top-info-value {
  font-weight: 700;
  color: #cf4b0a;
}

@media (min-width: 992px) {
  .p-hero__bottom {
    border-top: 0.1rem solid #676767;
    padding-top: 3.2rem;
  }
}

@media (max-width: 575.98px) {
  .p-hero__bottom-info {
    font-size: 1.5rem;
  }
}
.next-termin {
  min-width: max-content;
  margin-right: 48px;
}
.next-termin__wrapper {
  font-size: 14px;
  color: black;
}
.next-termin__wrapper ul {
  list-style: none;
  padding-left: 0;
}
.next-termin__wrapper ul li {
  margin-bottom: 8px;
}
.next-terminki-info {
  margin-bottom: 22px;
}
.next-terminki-row {
  display: flex;
  flex-wrap: wrap;
}
.next-terminki-info-label {
  font-weight: 700;
}
.next-terminki-info {
  color: black;
  margin-right: 48px;
  font-size: 14px;
}
.terminki__subtitle {
  margin-bottom: 10px;
}
.terminki__header-title {
  font-size: 36px;
  color: black;
  margin-bottom: 20px;
}
.p-hero__top-info-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.p-hero__top-info.nd .p-hero__top-info-wrapper a {
  color: #fff;
  background-color: #000000;
  border-radius: 0;
  border-width: 0.1rem;
  padding: 14px 2rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4rem;
  letter-spacing: 0.05em;

  display: flex;
  margin-top: 24px;
}
.p-hero__top-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-hero__top-wrap {
    flex-direction: column;
  }
  .next-terminki {
    margin-top: 10px;
  }
}

.p-hero__top-info-content {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .p-hero__top-info-content {
    padding-right: 2.4rem;
    margin-right: auto;
  }
}

.p-hero__top-info-btns {
  flex: 0 0 auto;
  min-width: 0;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .p-hero__top-info-btns {
    margin-top: 1.6rem;
  }
}

.p-hero__bottom-info-label {
  text-transform: uppercase;
  font-weight: 300;
}

.p-hero__bottom-info-value {
  font-weight: 700;
}

.p-info-modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .p-info-modal {
    display: none;
  }
}

.app-contact {
  margin-top: 32px;
}
.app-contact a {
  color: #22adfc;
}
.app-contact__header p {
  font-size: 13px;
}
.app-contact__phones-item {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.app-contact__phones-item p {
  margin-right: 16px;
  min-width: 10%;
  font-size: 14px;
}
.app-contact__phones-item a {
  font-size: 14px;
}
@media (max-width: 768px) {
  .app-contact {
    margin-top: 16px;
  }
  .app-contact__phones-item {
    margin-top: 12px;
    justify-content: center;
    text-align: center;
  }
  .app-contact__header {
    text-align: center;
  }
}
.p-info-modal__box {
  border-color: #cf4b0a;
  border-style: solid;
  border-width: 0.1rem 0 0.1rem 0.1rem;
  padding: 16px;
  pointer-events: auto;
  background-color: #ffffffd1;
  max-width: 24rem;
}

.p-info-modal__box-list {
  list-style: none;
  padding: 0;
}
.p-hero__content-row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-info-modal__box-item {
  display: flex;
  align-items: baseline;
  margin-bottom: 2rem;
}
.p-info-modal__box-item:last-child {
  margin-bottom: 0;
}
.p-info-modal__box-item .icon {
  color: #cf4b0a;
  margin-right: 0.25em;
  flex: 0 0 auto;
}

.p-info-modal__box-item-wrapper {
  flex: 1 1 auto;
  color: #000;
}

.p-info-modal__box-item-label {
  font-weight: 300;
  text-transform: uppercase;
}

.p-info-modal__box-item-value {
  font-weight: 700;
}

.p-info-modal__buttons {
  margin-top: 3.2rem;
}

.p-info-modal__download {
  margin-top: 2.4rem;
}

.p-content__section-pblock-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fafafa;
  padding: 24px;
  transition-property: color, background-color;
  transition-duration: 250ms;
  transition-timing-function: ease;
  align-items: flex-start;
  color: black;
}

.p-content__section-pblock-link {
  min-width: 14.4rem;
  background: #cf4b0a;
  color: white;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
  text-transform: none;
  text-align: center;
  margin-top: 17px;
}

a.p-content__section-pblock-wrapper:hover,
a.p-content__section-pblock-wrapper:focus-visible {
  background-color: #cf4b0a;
  color: #fff;
}
a.p-content__section-pblock-wrapper:hover .p-content__section-pblock-link,
a.p-content__section-pblock-wrapper:focus-visible
  .p-content__section-pblock-link {
  background-color: #cf4b0a;
  color: #fff;
}

.p-content__pblock-btns {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .p-content__pblock-btns {
    margin-top: 7.2rem;
  }
}

.p-content__header {
  text-align: center;
  background-size: cover;
  background-position: center;
  padding: 80px 48px;
  position: relative;
}

.p-content__header::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: black;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.p-content__header-title,
.p-content__header-subtitle {
  position: relative;
  z-index: 2;
}
.p-content__section-pblock-wrapper h3 {
  font-weight: 700;
  font-size: 24px;
}

.p-content__header-title {
  color: white;
  font-size: 40px;
}

.p-content__header-subtitle {
  margin-top: 1rem;
  color: white;
  font-weight: 300;
  font-size: 2rem;
}

@media (max-width: 1500px) {
  .p-content__header {
    padding: 60px 32px;
  }
  .p-content__header-subtitle {
    font-size: 16px;
  }
  .p-content__header-title {
    font-size: 32px;
  }
}
@media (max-width: 1000px) {
  .p-content__header {
    padding: 32px 16px;
  }
  .p-content__header-title {
    font-size: 24px;
  }
}
.p-content__header-subtitle:first-child {
  margin-top: 0;
}

.p-content__pblock-modal {
  padding: 0 1.6rem;
  background-color: rgba(0, 0, 0, 0.1);
}
.p-content__pblock-modal .m-modal__wrapper {
  box-shadow: 0px 2px 12px 0px rgba(1, 1, 1, 0.25);
  max-width: 96rem;
  border: 0.1rem solid #cf4b0a;
  padding: 3.2rem;
}
@media (min-width: 768px) {
  .p-content__pblock-modal .m-modal__wrapper {
    padding: 4.8rem;
  }
}
.p-content__pblock-modal .m-modal__header {
  padding-bottom: 1.2rem;
  margin-bottom: 1.6rem;
  display: flex;
  align-items: flex-start;
  border-bottom: 0.1rem solid #cf4b0a;
}
@media (min-width: 768px) {
  .p-content__pblock-modal .m-modal__header {
    border-bottom: 0;
    margin-bottom: 3.2rem;
  }
}
.p-content__pblock-modal .m-modal__header [data-popup-close] {
  margin-left: auto;
  display: block;
  font-size: 2.4rem;
  color: #676767;
  transition: color 250ms ease;
  cursor: pointer;
}
.p-content__pblock-modal .m-modal__header [data-popup-close]:hover,
.p-content__pblock-modal .m-modal__header [data-popup-close]:focus-visible {
  color: #cf4b0a;
}
.p-content__pblock-modal .m-modal__overlay {
  background-color: transparent;
}

.p-content__pblock-modal-heading {
  padding-right: 2.4rem;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  font-size: 1.7rem;
  font-weight: 700;
  color: #000;
}
@media (min-width: 768px) {
  .p-content__pblock-modal-heading {
    color: #cf4b0a;
    font-size: 4rem;
    font-weight: 300;
  }
}
@media (min-width: 992px) {
  .p-content__pblock-modal-heading {
    font-size: 4.6rem;
  }
}

.p-content__pblock-modal-section {
  margin-bottom: 4.4rem;
}
.p-content__pblock-modal-section:last-child {
  margin-bottom: 0;
}

.p-content__pblock-modal-text {
  margin-bottom: 1.6rem;
}
.p-content__pblock-modal-text:last-child {
  margin-bottom: 0;
}

.p-summary-bottom {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 8rem;
}
@media (min-width: 768px) {
  .p-summary-bottom {
    display: none;
  }
}

.p-summary-bottom__wrapper {
  padding-bottom: 0.6rem;
  margin-top: -0.1rem;
  background: #fff;
}

.p-summary-bottom__accent {
  width: 100%;
  height: auto;
}

.p-summary-bottom__info-label {
  text-transform: uppercase;
  font-weight: 300;
}

.p-summary-bottom__info-value {
  font-weight: 700;
  color: #cf4b0a;
}

.p-summary-bottom__info {
  padding-top: 0.8rem;
}

.p-summary-bottom__info-content {
  font-size: 1.5rem;
}

.p-summary-bottom__download {
  margin-top: 0.8rem;
}

.p-content__people-category {
  margin-top: 4rem;
}
.p-content__people-category:first-child {
  margin-top: 0;
}

.p-content__people-category-heading {
  font-family: var(--font-family-heading);
  font-style: normal;
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.15;
  letter-spacing: 0.0025em;
  margin-bottom: 1.6rem;
  color: #ff7e2c;
}
.p-content__people-category-heading strong,
.p-content__people-category-heading b {
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-content__people-category-heading {
    font-size: 2.75rem;
    line-height: 1.15;
    letter-spacing: 0.0025em;
  }
}
@media (min-width: 1220px) {
  .p-content__people-category-heading {
    font-size: 3.1rem;
    line-height: 1.15;
    letter-spacing: 0.0025em;
  }
}

.p-content__people-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-content__people-person {
  transition-property: margin-top, margin-bottom;
  transition-duration: 400ms;
  transition-timing-function: ease;
  margin-bottom: 0.8rem;
}
.p-content__people-person:first-child {
  margin-top: 0 !important;
}
.p-content__people-person:last-child {
  margin-bottom: 0 !important;
}

.p-content__people-person-header {
  transition-property: margin-top, margin-bottom;
  transition-duration: 400ms;
  transition-timing-function: ease;
}

.p-content__people-person-name {
  font-family: var(--font-family-heading);
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  transition-property: color, font-size;
  transition-duration: 400ms;
  transition-timing-function: ease;
}
.p-content__people-person-name .icon {
  margin-right: 0.25em;
  color: #cf4b0a;
}

.p-content__people-person.is-active {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.p-content__people-person.is-active .p-content__people-person-header {
  margin-bottom: 0.8rem;
}
.p-content__people-person.is-active .p-content__people-person-name {
  font-size: 2.6rem;
  color: #cf4b0a;
}

.p-content__people-person-content {
  padding-left: 3.2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-content__people-person-content {
    flex-direction: row;
  }
}

.p-content__people-person-avatar {
  flex: 0 0 auto;
  display: block;
  width: 8rem;
  height: 8rem;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767.98px) {
  .p-content__people-person-avatar {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .p-content__people-person-avatar {
    margin-right: 2.4rem;
  }
}
@media (min-width: 992px) {
  .p-content__people-person-avatar {
    width: 10.4rem;
    height: 10.4rem;
  }
}

.p-content__people-person-text {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
}

.p-content__section .google-map-parent {
  width: 100% !important;
  height: 350px !important;
  filter: grayscale(1);
}

.custom-select {
  position: relative;
  width: 100%;
  font-family: inherit;
}

.custom-select .label {
  font-size: 12px;
  color: #111111;
  margin-bottom: 4px;
  display: flex;
}

.custom-select__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  border: 1px solid rgb(17 17 17 / 20%);
  padding: 10px 16px;
  border-radius: 12px;
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
}

.custom-select.is-open .custom-select__trigger {
  border-bottom: 0;
  border-radius: 12px 12px 0px 0px;
}

.custom-select__trigger span {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}

.custom-select .arrow {
  margin-left: 10px;
}
.p-archive__filters-container .p-archive__filters .reset-filters-button {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  align-items: center;
}
.p-archive__filters-container .p-archive__filters .reset-filters-button svg {
  margin-bottom: 1px;
}
.custom-select__options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  background: white;
  border: 1px solid #11111133;
  border-radius: 0px 0px 12px 12px;

  border-top: none;
  max-height: 250px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.custom-select__option span {
  font-size: 14px;
}
.custom-select.is-open .custom-select__options {
  opacity: 1;
  visibility: visible;
}

.custom-select__option {
  display: block;
  padding: 10px 12px;
  cursor: pointer;
  border-top: 1px solid #eee;
}

.custom-select__option input[type="radio"] {
  display: none;
}

.custom-select__option:hover {
  background-color: #f5f5f5;
}

@media (max-width: 1000px) {
  .m-header {
    margin-bottom: 16px;
  }
}

.m-header__container {
  max-width: 1324px;
  padding: 48px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 64px;
  background: white;
  border-radius: 0px 0 24px 24px;
}

@media (max-width: 1324px) {
  .m-header__container {
    margin: 0px 50px;
  }
}

@media (max-width: 1000px) {
  .m-header__container {
    margin: 0px 16px;
  }
}
.m-header__content {
  width: 52%;
}
.m-header__content.none {
  width: 100%;
}
.m-header__info {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #cfcfcf;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.m-header__info-item {
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
  @media (max-width: 768px) {
    width: 100%;
  }
}

.p-archive__content-container {
  width: 100%;
  max-width: calc(100% - 300px - 64px);
  @media (max-width: 1000px) {
    max-width: 100%;
  }
}

.m-header__content p.m-header__info-text {
  font-size: 16px;
  font-weight: 700;
  color: #111111;
}

.m-header__content p.m-header__info-text a:hover {
  text-decoration: underline;
}
.m-header__info-item .price {
  display: flex;
  align-items: center;
  gap: 12px;
}
.m-header__info a.btn {
  background: #FF7031;
  color: white;
  padding: 13px 24px;
  font-size: 18px;
  font-weight: 600;
  width: fit-content;
  transition: 0.3s;
  text-transform: none;
  text-align: center;
  display: flex;
  gap:12px;
  align-items: center;
  border-radius: 360px;
  box-shadow: 0px 4px 20px 0px rgba(255, 102, 0, 0.2);
  margin-top: 21px;
  width: calc(50% - 12px);
}

@media (max-width:768px) {
  .m-header__info a.btn {
  padding: 13px 24px;
    font-size: 16px;
    width: 100%;
  }
  }
  
  
  .m-header__info a.btns:hover {
    background:#DA5216;
  }

.hide {
  display: none;
}


.m-header__info-item .price .price--regular,
.m-header__info-item .price .price--early,
.m-header__info-item .price .price--promo,
.m-header__info-item .price .price--netto {
  font-size: 32px;
  font-weight: 700;
  color: var(--primarycolor);
  line-height: 1;
}

.m-header__info-item .price .price--old {
  font-size: 20px;
  font-weight: 700;
  color: #b8b8b8;
  text-decoration: line-through;
}
.m-header__categories-items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}
.m-header__category {
  color: #111;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 12px;
  background-color: #f7f8f9;
  border-radius: 12px;
  transition: 0.3s;
}

.m-header__category:hover {
  background-color: #f2f2f2;
}
.m-header span.subheading {
  color: #666d80;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 4px;
}

.m-header__content h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.m-header__content p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #111111;
}
.m-header__media {
  width: 48%;
}
.m-header__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.m-header__buttons {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}

.button-main {
  background-color: var(--primarycolor);
  font-weight: 600;
  color: white;
  display: flex;
  width: fit-content;
  padding: 13px 24px;
  border-radius: 12px;
  transition: 0.3s;
  font-size: 16px;
}

.button-main:hover {
  background-color: #e85f03;
}

.button-nd {
  background-color: white;
  font-weight: 600;
  color: #111111;
  display: flex;
  width: fit-content;
  padding: 12px 23px;
  border-radius: 12px;
  transition: 0.3s;
  font-size: 16px;
  border: 1px solid #b8b8b8;
}

.button-nd:hover {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
}
.m-header__media img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.m-header__promo {
  border-radius: 12px;
  padding: 10px 14px;
  margin-bottom: 48px;
  width: fit-content;
  position: relative;
}
.m-header__promo p {
  position: relative;
  z-index: 2;
}
.m-header__promo::after {
  content: "";
  position: absolute;
  border-radius: 12px;
  left: 0;
  top: 0;
  background-color: var(--primarycolor);
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.m-header__promo p {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  color: #111111;
}
.p-archive__content {
  position: relative;
}
.m-coaching-blocks {
  transition: 0.4s;
}
.p-archive__content.loading .m-coaching-blocks {
  opacity: 0.1;
}
.loader {
  position: absolute;
  top: 28vh;
  z-index: 4;
  left: 50%;
  transform: translateX(-50%);
  width: 82px;
  height: 18px;
}
.loader::before,
.loader::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10%);
  top: 0;
  background: #ff3d00;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  animation: jump 0.5s ease-in infinite alternate;
}

.loader::after {
  background: #0000;
  color: black;
  top: 100%;
  box-shadow: 32px -20px, -32px -20px;
  animation: split 0.5s ease-out infinite alternate;
}

@keyframes split {
  0% {
    box-shadow: 8px -20px, -8px -20px;
  }
  100% {
    box-shadow: 32px -20px, -32px -20px;
  }
}
@keyframes jump {
  0% {
    transform: translate(-50%, -150%);
  }
  100% {
    transform: translate(-50%, 10%);
  }
}
.embed-container {
  width: 100%;
  border-radius: 20px;
}
.embed-container iframe {
  width: 100%;
  border-radius: 20px;
  max-height: 100%;
}

.video {
  width: 100%;
  height: 400px;
  max-height: 100%;
  position: relative;
  display: flex;
  max-width: 789px;
  border-radius: 20px;
}
.video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.video button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  svg {
    transition: 0.3s;
    width: 64px;
    height: 64px;
  }

  &.icon-play {
    svg {
      opacity: 0;
    }
  }
}

@media (max-width: 900px) {
  .m-header__container {
    flex-direction: column;
    gap: 48px;
    padding: 16px;
    padding-bottom: 32px;
  }
  .m-header__container .m-header__content {
    width: 100%;
  }
  .m-header__container .m-header__media {
    width: 100%;
  }
  .m-header__promo {
    margin-bottom: 32px;
  }
  .m-header__promo p {
    font-size: 12px;
  }
  .m-header__content h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  .m-header__buttons {
    gap: 12px;
  }
  .m-header__buttons a {
    padding: 12px 20px;
    font-size: 14px;
  }
}

.p-archive__container {
  padding: 32px 100px;
  z-index: 1;
  max-width: 1524px;
  margin: auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
  gap: 64px;
  @media (max-width: 1400px) {
    padding: 32px 50px;
  }
  @media (max-width: 1000px) {
    padding: 24px 16px;
    gap: 32px;
    flex-direction: column;
  }
}
.p-archive__filters {
  padding: 24px;
  background: white;
  border: 1px solid #11111133;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  @media (max-width: 1000px) {
    margin-bottom: 0;
  }
}
.p-archive__filters-container {
  width: 300px;
  min-width: 300px;
  @media (max-width: 1000px) {
    width: 100%;
  }
}
.menu-szkolenie {
  padding: 16px;
  border-radius: 12px;
  background: white;
  border: 1px solid #cfcfcf;
}

.menu-szkolenie a.btn {
  background-color: var(--primarycolor);
  font-weight: 600;
  color: white;
  display: flex;
  margin-top: auto;
  width: 100%;
  padding: 13px 24px;
  border-radius: 12px;
  transition: 0.3s;
  font-size: 16px;
  font-family: Roboto;
  margin-top: 16px;
}

.menu-szkolenie a.btn:hover {
  filter: brightness(0.95);
}
.m-header__back {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 400;
}

.m-header__back svg {
  width: 18px;
  height: 18px;
}
.menu-szkolenie .btn-nd {
  background-color: white;
  font-weight: 600;
  color: #111111;
  display: flex;
  width: 100%;
  padding: 12px 23px;
  border-radius: 12px;
  transition: 0.3s;
  font-size: 16px;
  border: 1px solid #b8b8b8;
  justify-content: center;
  margin-top: 16px;
}

.menu-szkolenie .btn-nd:hover {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
}
.menu-szkolenie__container {
  display: flex;
  flex-direction: column;
}
.menu-szkolenie__items {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 24px;
}
.menu-szkolenie__item {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  transition: 0.3s;
}
.menu-szkolenie__item:hover {
  color: var(--primarycolor);
}
.p-archive__filters-container .p-archive__filters .form__field-checkbox-label {
  margin-bottom: 0;
  cursor: pointer;
}
.form__field-checkbox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-archive__filters-type.promo
  .form__field-checkbox-label
  .form__field-checkbox-text {
  font-weight: 500;
}

.single-post__content {
  display: flex;
  gap: 96px;
  flex-direction: column;
  @media (max-width: 768px) {
    gap: 64px;
  }
  h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 16px;
    @media (max-width: 1000px) {
      font-size: 34px;
    }
  }
  h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    @media (max-width: 1000px) {
      font-size: 28px;
    }
  }
  h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
    @media (max-width: 1000px) {
      font-size: 22px;
    }
  }
  p {
    color: #666d80;
    font-size: 16px;
    margin-bottom: 16px;
    @media (max-width: 1000px) {
      margin-bottom: 12px;
    }
  }
  ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    li {
      color: #666d80;
      font-size: 16px;
    }
  }
  .icon-section__items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 48px;
    @media (max-width: 768px) {
      margin-top: 24px;
    }
    .icon-section__item {
      width: calc(33.33% - 11px);
      padding: 24px;
      border-radius: 12px;
      border: 1px solid #cbcbcc;
      background-color: white;
      @media (max-width: 768px) {
        width: 100%;
      }
      .icon-section__item-icon {
        display: flex;
        margin-bottom: 16px;
        img {
          width: 48px;
          height: 48px;
          object-fit: contain;
        }
      }
    }
    .icon-section__item:nth-child(5),
    .icon-section__item:nth-child(4) {
      width: calc(50% - 8px);
      @media (max-width: 768px) {
        width: 100%;
      }
    }
  }
  .icon-section-nd__items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 32px;
    @media (max-width: 768px) {
      margin-top: 24px;
    }
    .icon-section-nd__item {
      width: calc(50% - 8px);
      padding: 49px;
      border-radius: 12px;
      border: 1px solid #cbcbcc;
      background-color: white;
      @media (max-width: 768px) {
        padding: 24px;
        width: 100%;
      }
      .icon-section-nd__item-icon {
        display: flex;
        margin-bottom: 24px;
        img {
          width: 64px;
          height: 64px;
          object-fit: contain;
        }
      }
    }
  }
}
.text-image.right {
  flex-direction: row-reverse;
  @media (max-width: 768px) {
    flex-direction: column;
  }
}
.text-image__text-payment {
  display: flex;
  flex-direction: column;
  span {
    color: #666d80;
    font-size: 11px;
  }
  p.title {
    margin-top: 24px;
    margin-bottom: 0;
  }
}
.blocks-reverse {
  display: flex;
  flex-direction: column;
  padding: 48px;
  border-radius: 20px;
  background-color: #eceff3;
  @media (max-width: 768px) {
    padding: 24px;
  }
}
.blocks-reverse__header {
  @media (max-width: 768px) {
    text-align: center;
  }
}
.blocks-reverse__items {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  @media (max-width: 768px) {
    margin-top: 16px;
  }
  .blocks-reverse__item:nth-child(2n) {
    flex-direction: row-reverse;
    @media (max-width: 768px) {
      flex-direction: column;
      gap: 24px;
    }
  }
  .blocks-reverse__item {
    display: flex;
    gap: 32px;
    align-items: center;
    @media (max-width: 768px) {
      flex-direction: column;
      gap: 24px;
    }
    .blocks-reverse__item-image {
      img {
        width: 320px;
        height: 200px;
        object-fit: cover;
        border-radius: 20px;
      }
    }
  }
}
.m-header__trainers {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  .trainer-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;

    .btn-nd {
      background-color: white;
      font-weight: 600;
      color: #111111;
      display: flex;
      width: fit-content;
      padding: 12px 23px;
      border-radius: 12px;
      transition: 0.3s;
      font-size: 16px;
      border: 1px solid #b8b8b8;
      justify-content: center;
    }

    .btn-nd:hover {
      background-color: #f1f1f1;
      border: 1px solid #f1f1f1;
    }
  }
}
.text-image {
  display: flex;
  gap: 48px;
  align-items: center;
  @media (max-width: 768px) {
    flex-direction: column;
    gap: 32px;
  }

  .text-image__text {
    width: 52%;
    @media (max-width: 768px) {
      width: 100%;
    }
  }
  .text-image__media {
    width: 48%;
    min-height: 300px;
    display: flex;
    align-items: center;
    @media (max-width: 768px) {
      width: 100%;
    }
    img {
      width: 100%;
      object-fit: cover;
      border-radius: 20px;
    }
    .map {
      height: 326px;
      width: 100%;
      iframe {
        width: 100%;
        height: 100%;
        border-radius: 20px;
      }
    }
  }

  .text-image__media.notext {
    width: 100%;
  }
  .text-image__buttons {
    display: flex;
    gap: 16px;
    margin-top: 32px;
  }
}

.faq__header {
  margin-bottom: 24px;
}
.faq__items {
  display: flex;
  flex-direction: column;
  margin: auto;
  gap: 16px;
}

.faq__item {
  border: 1px solid #cfcfcf;
  padding: 32px;
  border-radius: 12px;
  background-color: white;
}

.faq__item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.faq__item-title::after {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #111111;
  display: block;
}
.faq__item-title::before {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #6a684d;
  border-radius: 360px;
  display: block;
  position: absolute;
  transform: rotate(90deg);
  right: 0;
  transition: 0.3s;
}
.faq__item-title p.title {
  font-size: 19px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
  text-align: left;
}
@media (max-width: 768px) {
  .faq__item-title p.title {
    font-size: 15px;
  }
}
.faq__item .text {
  margin-bottom: 0;
  transition: 0.3s;
  opacity: 0;
  height: 0;
  visibility: hidden;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: left;
}

.faq__item .text p {
  margin-bottom: 0;
}
.faq__item.active .text {
  opacity: 1;
  height: auto;
  visibility: visible;
  padding-bottom: 0;
  margin-top: 24px;
}
.faq__item.active .faq__item-title::before {
  transform: rotate(180deg);
}
.tabs-section__tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.tabs-section__tabs button {
  background-color: white;
  font-weight: 600;
  color: #111111;
  display: flex;
  width: fit-content;
  padding: 12px 23px;
  border-radius: 12px;
  transition: 0.3s;
  font-size: 16px;
  border: 1px solid #b8b8b8;
  justify-content: center;
}
.tabs-section__items {
margin-top: 32px;
}
.tabs-section__item {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  height: 0;
  padding:0;
  border:1px solid #b8b8b8;
  border-radius: 24px;
  background-color: white;

  &.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding:32px;
  }
  ul  {
    li {
      margin-bottom: 12px;
      
    }
  }
}
.tabs-section__tabs button:hover {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
}
.tabs-section__tabs button.active {
  background-color: #111;
  border: 1px solid #111;
  color: white;
}

.reviews__header {
  margin: auto;
  margin-bottom: 32px;
}
.reviews__wrapper {
  position: relative;
}
.reviews__arrow {
  position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 50%;
    padding: 10px;
    background: rgb(255 102 0 / 60%);;
    left: -24px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border:0;
    @media (max-width:768px) {
      left: -15px;
      width: 40px;
      height: 40px;
      padding: 8px;
    }
    svg {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    &.unactive {
      opacity: 0;
      visibility: hidden;
    }
    &.prev {
      svg {
        transform: rotate(180deg);

      }
    }
    &.next {
      left: auto;
      right: -53px;
      @media (max-width:768px) {
        left: auto;
        right: -15px;
        
      }
    }

}
@media (max-width: 1000px) {
  .reviews__header {
    margin-bottom: 24px;
  }
}
.reviews__header h2 {
  text-align: center;
}
.reviews__items {
  display: flex;
  transition: 0.3s;
  scroll-behavior: smooth;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .reviews__items {
    padding-bottom: 24px;
  }
}
.reviews__item {
  width: 33.33%;
  min-width: 33.33%;
  margin-right: 16px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: white;
  border-radius: 12px;
  border: 1px solid #cfcfcf;
}
.reviews__item-stars {
  display: flex;
  margin-bottom: 12px;
}
.reviews__item.singular {
  width: 50%;
}
.reviews__item.singular .reviews__item-text {
  min-height: 200px;
}
@media (max-width: 768px) {
  .reviews__item.singular .reviews__item-text {
    min-height: 0;
  }
}
@media (max-width: 768px) {
  .reviews__item {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 768px) {
  .reviews__item-info {
    flex-direction: column;
    margin-right: 0;
  }
}
.reviews__item-info p.name {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}
.reviews__item-info p.title {
  color: #666d80;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}
.reviews__item-info span {
  font-size: 13px;
  font-weight: 400;
  color: var(--primary-soft, rgba(32, 30, 28, 0.5019607843));
}
.reviews__item-text {
  position: relative;
  margin-top: 24px;
}

.reviews__item-text p {
  margin-bottom: 0;
}

.trainers__header {
  margin: auto;
  margin-bottom: 32px;
}
@media (max-width: 1000px) {
  .trainers__header {
    margin-bottom: 24px;
  }
}
.trainers__header h2 {
  text-align: center;
}
.trainers__items {
  display: flex;
  transition: 0.3s;
  scroll-behavior: smooth;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .trainers__items {
    padding-bottom: 24px;
  }
}
.trainers__item {
  width: 33.33%;
  min-width: 33.33%;
  margin-right: 16px;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 12px;
  border: 1px solid #cfcfcf;
}

.trainers__item.singular {
  width: 50%;
}
.trainers__item.singular .trainers__item-text {
  min-height: 200px;
}
@media (max-width: 768px) {
  .trainers__item.singular .trainers__item-text {
    min-height: 0;
  }
}
@media (max-width: 768px) {
  .trainers__item {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 768px) {
  .trainers__item-info {
    flex-direction: column;
    margin-right: 0;
  }
}
.trainers__item-info p.name {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}
.trainers__item-image {
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 0;
  min-height: 196px;
}
.trainers__wrapper {
  position: relative;
}
.trainers__arrow {
  position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 50%;
    padding: 10px;
    background: rgb(255 102 0 / 60%);;
    left: -24px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border:0;
    @media (max-width:768px) {
      left: -15px;
      width: 40px;
      height: 40px;
      padding: 8px;
    }
    svg {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    &.unactive {
      opacity: 0;
      visibility: hidden;
    }
    &.prev {
      svg {
        transform: rotate(180deg);

      }
    }
    &.next {
      left: auto;
      right: -53px;
      @media (max-width:768px) {
        left: auto;
        right: -15px;
        
      }
    }

}
.trainers__item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px 12px 0px 0px;
  object-position: bottom;
}
.trainers__item-info {
  padding: 24px;
  padding-top: 0;
}

.trainers__item-info p.title {
  color: #666d80;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}
.trainers__item-info p.desc {
  margin-top: 16px;
  font-size: 13px;
}
.trainers__item-info span {
  font-size: 13px;
  font-weight: 400;
  color: var(--primary-soft, rgba(32, 30, 28, 0.5019607843));
}
.trainers__item-text {
  position: relative;
  margin-top: 24px;
}

.trainers__item-text p {
  margin-bottom: 0;
}

.slider-nav {
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 100%;
}
.slider-nav .slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 360px;
  height: 4px;
  gap: 8px;
}
.slider-nav .slider-dots .slider-dot {
  width: 24px;
  background-color: #eceff3;
  height: 100%;
  border-radius: 20px;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
.slider-nav .slider-dots .slider-dot.active {
  background-color: var(--primarycolor);
  opacity: 0.3;
  width: 48px;
}
