.section.d-1 .top__wrapper {
  margin-top: 4rem;
}
.section.d-1 .subtitle__wrap {
  margin-top: 1.6rem;
}
.section.d-1 .h1,
.section.d-1 .subtitle {
  color: #2C294B;
}
.section.d-1 .subtitle {
  opacity: 0.8;
  line-height: 180%;
}
.section.d-1 .total__services {
  margin-top: 0.8rem;
  opacity: 0.4;
}
.section.d-1 .filters__body,
.section.d-1 .filters__header {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.section.d-1 .filters__wrap,
.section.d-1 .select__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.section.d-1 .filters__wrap {
  margin-top: 4rem;
  justify-content: flex-start;
}
.section.d-1 .filters {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem;
  background-color: #fff;
  border: 0.1rem solid rgba(44, 41, 75, 0.1);
  border-radius: 0.4rem;
  cursor: pointer;
}
.section.d-1 .filters span {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #2C294B;
}
.section.d-1 .filters.select-js, .section.d-1 .filters.select-tax {
  min-width: 18rem;
}
.section.d-1 .filters.select-js span, .section.d-1 .filters.select-tax span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-right: 1.5rem;
  font-weight: 400;
}
.section.d-1 .filters.select-js span::after, .section.d-1 .filters.select-tax span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  border-left: 0.4rem solid #2C294B;
  transition: all 0.2s linear;
}
.section.d-1 .filters.select-js.active span::after, .section.d-1 .filters.select-tax.active span::after {
  transform: translateY(-50%) rotate(90deg);
}
.section.d-1 .filters.filters-js {
  margin-right: 0.8rem;
  width: 15.7rem;
}
.section.d-1 .select {
  position: absolute;
  left: 0;
  bottom: -1rem;
  overflow: hidden;
  z-index: 2;
  transform: translateY(100%);
  width: 100%;
  height: 0;
  transition: all 0.3s linear;
  background-color: #fff;
  box-shadow: 0rem 0rem 3rem rgba(94, 98, 120, 0.1);
  border-radius: 0.4rem;
}
.section.d-1 .select ul {
  padding: 1.2rem;
}
.section.d-1 .select .option {
  padding-left: 1.3rem;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #2C294B;
  transition: all 0.2s linear;
}
.section.d-1 .select .option:not(:first-child) {
  margin-top: 0.8rem;
}
.section.d-1 .select .option:hover {
  color: #5A4FDB;
}
.section.d-1 .select .option.checked::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  display: inline-block;
  transform: rotate(45deg);
  width: 0.5rem;
  height: 0.8rem;
  border-bottom: 0.2rem solid #2C294B;
  border-right: 0.2rem solid #2C294B;
}
.section.d-1 .content__wrapper {
  margin-top: 2.4rem;
}
.section.d-1 .content__wrapper-noreviews {
  color: #2C294B;
}
.section.d-1 .filters__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 4;
  width: 100%;
  height: 100vh;
  transform: translateY(-100%);
  padding: 3rem 0 0;
  transition: all 0.3s linear;
  background-color: #fff;
  scrollbar-color: #5A4FDB;
  scrollbar-width: thin;
  overscroll-behavior: contain;
}
.section.d-1 .filters__wrapper::-webkit-scrollbar-track {
  background: #fff;
}
.section.d-1 .filters__wrapper::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.section.d-1 .filters__wrapper::-webkit-scrollbar-thumb {
  background-color: #5A4FDB;
  border-radius: 10px;
}
.section.d-1 .filters__wrapper.active {
  transform: translateY(0);
}
.section.d-1 .filters__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #2C294B;
}
.section.d-1 .filters__result {
  margin-top: 0.4rem;
  opacity: 0.6;
}
.section.d-1 .filters__result span {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #2C294B;
}
.section.d-1 .reset__filters {
  display: none;
}
.section.d-1 .close__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 1.5rem;
  width: 3.6rem;
  height: 3.6rem;
  background-color: transparent;
  border-radius: 0.8rem;
  line-height: 0;
  font-size: 0;
  color: transparent;
}
.section.d-1 .close__btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.3rem;
  height: 0.2rem;
  transform: rotate(45deg);
  background-color: #2C294B;
}
.section.d-1 .close__btn span::before {
  content: "";
  width: 2.3rem;
  height: 0.2rem;
  transform: rotate(90deg);
  background-color: #2C294B;
}
.section.d-1 .filters__block {
  margin-top: 4rem;
}
.section.d-1 .filters__block .btn__wrap {
  margin-top: 0.8rem;
  justify-content: flex-start;
}
.section.d-1 .filters__block .checkbox__btn span {
  text-decoration: underline;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #5A4FDB;
}
.section.d-1 .filters__block .show__more-wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: all 0.3s linear;
}
.section.d-1 .filters__block .rating__block {
  justify-content: flex-start;
}
.section.d-1 .filters__block-single {
  margin-top: 1.6rem;
  padding: 2rem 2rem 2rem 0;
  border-top: 0.1rem solid rgba(44, 41, 75, 0.1);
}
.section.d-1 .filters__block-single .checkbox__wrap {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
.section.d-1 .filters__block-single .checkbox {
  padding-top: 0;
  padding-bottom: 0;
}
.section.d-1 .tax__title {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #2C294B;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.section.d-1 .tax__body {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
.section.d-1 .checkbox__wrap {
  padding-top: 1.6rem;
  border-top: 0.1rem solid rgba(44, 41, 75, 0.1);
}
.section.d-1 .checkbox {
  display: block;
  padding: 0.8rem 0 0.8rem 2.4rem;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #2C294B;
  text-transform: lowercase;
}
.section.d-1 .checkbox.js-super-filter__el {
  text-transform: none;
}
.section.d-1 .checkbox:first-letter {
  text-transform: uppercase;
}
.section.d-1 .checkbox::before, .section.d-1 .checkbox::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section.d-1 .checkbox::before {
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid rgba(44, 41, 75, 0.3);
  background-color: transparent;
  border-radius: 0.4rem;
}
.section.d-1 .checkbox::after {
  display: none;
  left: 0.6rem;
  transform: translateY(-60%) rotate(45deg);
  z-index: 1;
  width: 0.5rem;
  height: 0.8rem;
  border-bottom: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
}
.section.d-1 .checkbox.checked::after {
  display: inline-block;
}
.section.d-1 .checkbox.checked::before {
  border-color: #2C294B;
  background-color: #2C294B;
}
.section.d-1 .checkbox:hover {
  cursor: pointer;
}
.section.d-1 .checkbox.disabled.checked::after {
  display: none;
}
.section.d-1 .checkbox.disabled::before {
  border-color: #2C294B;
  background-color: #2C294B;
  opacity: 0.1;
}
.section.d-1 .tax__filters .tax__header .tax__title {
  display: inline-block;
}
.section.d-1 .tax__filters.tax__category .tax__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section.d-1 .tax__filters.tax__category .tax__body {
  margin-top: 0.8rem;
}
.section.d-1 .filters_acc-in {
  border-bottom: 0.1rem solid rgba(44, 41, 75, 0.1);
  padding-left: 0.8rem;
}
.section.d-1 .filters_acc-in:first-of-type {
  margin-top: 0.6rem;
  border-top: 0.1rem solid rgba(44, 41, 75, 0.1);
}
.section.d-1 .filters_acc-in.active .filters_acc-header-in::after {
  transform: translateY(-50%) rotate(90deg);
}
.section.d-1 .filters_acc .filters_acc-header-in {
  padding: 0.6rem 1.5rem 0.6rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section.d-1 .filters_acc .filters_acc-header-in::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  border-left: 0.4rem solid #2C294B;
  transition: all 0.3s linear;
}
.section.d-1 .filters_acc .filters_acc-body {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  overflow: hidden;
  padding-right: 0.12rem;
}
.section.d-1 .filters_acc .filters_acc-body-in {
  padding-left: 1.2rem;
}
.section.d-1 .filters_acc.active .filters_acc-header:not(.filters_acc-header-in)::after {
  transform: translateY(-50%) rotate(90deg);
}
.section.d-1 .filters_acc.active .filters_acc-body {
  padding-bottom: 1rem;
}
.section.d-1 .filters__footer {
  margin-top: 2.4rem;
  padding: 2rem 2rem 10rem;
  position: sticky;
  bottom: -2rem;
  background: #fff;
  z-index: 2;
}
.section.d-1 .filters__footer .btn__wrap {
  width: 100%;
  height: auto;
}
.section.d-1 .filters__footer .filters__submit {
  margin-left: 0.7rem;
}
.section.d-1 .filters__footer .filters__submit,
.section.d-1 .filters__footer .filters__reset {
  width: inherit;
  height: auto;
  padding: 1.1rem 2.1rem;
  background-color: transparent;
  border-radius: 0.8rem;
}
.section.d-1 .filters__footer .filters__submit span,
.section.d-1 .filters__footer .filters__reset span {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #5A4FDB;
}
.section.d-1 .filters__footer .filters__submit {
  background-color: #5A4FDB;
}
.section.d-1 .filters__footer .filters__submit span {
  color: #fff;
}
.section.d-1 .filters__footer .filters__reset {
  border: 0.1rem solid rgba(44, 41, 75, 0.15);
}
.section.d-1 .school__wrapper {
  margin-top: 2.4rem;
  align-items: stretch;
}
.section.d-1 .school__wrapper.section.d-4 {
  padding-top: 0;
}
.section.d-1 .school__wrapper.section.d-4 .content {
  padding-top: 0;
}
.section.d-1 .schools__block {
  padding-top: 2.5rem;
}
.section.d-1 .schools__block .btn__wrap {
  margin-top: 0;
}

.section.d-4 {
  padding-top: 12rem;
}
.section.d-4 .bg {
  width: 39vw;
  height: 39vw;
  max-width: 32.8rem;
  max-height: 32.8rem;
  bottom: 3rem;
  left: -4.9rem;
  opacity: 0.05;
  border: 1.2rem solid #5A4FDB;
}
.section.d-4 .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding-top: 2.5rem;
}
.section.d-4 .card__school {
  display: flex;
  flex-direction: column;
  padding: 2.8rem 2.8rem 3.2rem;
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
  background-color: #fff;
  box-shadow: 0rem 0rem 20px rgba(94, 98, 120, 0.02);
  border-radius: 2rem;
}
@media only screen and (min-width: 768px) {
  .section.d-4 .card__school {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.section.d-4 .card__school:hover {
  box-shadow: 0rem 0rem 3rem rgba(94, 98, 120, 0.1), 0rem 0rem 2rem rgba(94, 98, 120, 0.02);
}
.section.d-4 .card__school .subtitle {
  margin-right: 0.8rem;
  font-weight: 400;
  line-height: 1.2;
  color: #2C294B;
  opacity: 0.4;
}
.section.d-4 .card__school .card__description {
  margin-top: 2.4rem;
  font-size: 1.4rem;
}
.section.d-4 .card__header {
  display: flex;
  justify-content: space-between;
}
.section.d-4 .post__title {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .section.d-4 .post__title {
    padding-right: 8rem;
  }
}
@media only screen and (min-width: 1280px) {
  .section.d-4 .post__title {
    padding-right: 0;
  }
}
.section.d-4 .img__wrap {
  margin-top: -0.8rem;
  margin-left: -0.8rem;
  width: 21.5vw;
  height: 21.5vw;
  max-width: 13.2rem;
  max-height: 13.2rem;
}
.section.d-4 .img__wrap img {
  border-radius: 1.6rem;
}
.section.d-4 .card__body {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .section.d-4 .card__body {
    margin-top: 0;
    margin-left: 3.2rem;
    flex: 1;
  }
}
.section.d-4 .info__wrap {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
}
.section.d-4 .category {
  margin-top: 0.4rem;
}
.section.d-4 .grade__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.section.d-4 .total__reviews-wrap .subtitle {
  margin-top: 0;
  width: auto;
  font-weight: 500;
  color: #2C294B;
  opacity: 0.56;
}
.section.d-4 .total__reviews-wrap .subtitle.reviews__num {
  font-weight: 600;
  opacity: 0.9;
}
@media only screen and (min-width: 600px) {
  .section.d-4 .sale__stick {
    right: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: -3.1rem;
  }
}
.section.d-4 .card__footer {
  margin-top: 3.2rem;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 600px) {
  .section.d-4 .card__footer {
    margin-top: 1.6rem;
    justify-content: flex-end;
  }
}
.section.d-4 .card__footer .btn__wrap {
  margin-top: 0;
  width: auto;
  margin-left: 4.4rem;
}
.section.d-4 .btn__wrap {
  margin-top: 4rem;
}