/*-------------------------
courses
--------------------------*/
.wp-block.courses .advert_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block.courses .advert_box img {
  display: block;
}
.wp-block.courses .advert_box.hide_mobile {
  display: none;
}
@media only screen and (min-width: 768px) {
  .wp-block.courses .advert_box.hide_mobile {
    display: flex;
  }
}
.wp-block.courses .advert_box.show_mobile {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .wp-block.courses .advert_box.show_mobile {
    display: none;
  }
}
.wp-block.courses .new-course {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  background: #009cde;
  color: #fff;
  padding: 4px 8px;
  display: inline-flex;
  gap: 4px;
  border-radius: 4px;
  position: absolute;
  right: 32px;
  top: 13px;
  align-items: center;
}
.wp-block.courses .top-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .wp-block.courses .top-section {
    padding-top: 80px;
  }
}
.wp-block.courses .top-section .inner {
  max-width: 757px;
}
.wp-block.courses .top-section h1 {
  font-weight: 600;
  font-size: 44px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 16px;
}
.wp-block.courses #cats-wrapper .container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 40px;
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .wp-block.courses #cats-wrapper .container {
    gap: 32px 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block.courses #cats-wrapper .container {
    gap: 40px 32px;
  }
}
.wp-block.courses #cats-wrapper .cat-box {
  width: calc(50% - 12px);
}
@media only screen and (min-width: 768px) {
  .wp-block.courses #cats-wrapper .cat-box {
    width: calc(33.3333333333% - 21.3333333333px);
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block.courses #cats-wrapper .cat-box {
    width: calc(25% - 24px);
  }
}
.wp-block.courses #cats-wrapper .cat-box a {
  display: block;
  background: #edf4f5;
  transition: background 300ms ease;
  padding: 16px;
  border-radius: 4px;
}
@media only screen and (min-width: 1204px) {
  .wp-block.courses #cats-wrapper .cat-box a {
    padding: 24px;
  }
}
.wp-block.courses #cats-wrapper .cat-box a .img-wrap img {
  width: 100%;
}
.wp-block.courses #cats-wrapper .cat-box a .title {
  font-weight: 600;
  padding-top: 16px;
  margin-bottom: 0;
  color: #000000;
  font-size: 18px;
  line-height: 140%;
}
@media only screen and (min-width: 1024px) {
  .wp-block.courses #cats-wrapper .cat-box a .title {
    font-size: 23px;
    line-height: 130%;
  }
}
.wp-block.courses #cats-wrapper .cat-box a:hover {
  transition: background 300ms ease;
  background: rgb(214.05, 229.975, 232.25);
}
.wp-block.courses #cats-wrapper .cat-box a:hover .title {
  color: #c5af67;
  text-decoration: underline;
}
.wp-block.courses #tabs-wrapper {
  border-bottom: 3px solid #c5af67;
  display: flex;
  gap: 8px;
}
.wp-block.courses #tabs-wrapper .tab {
  cursor: pointer;
  padding: 16px 9px;
  border-radius: 4px 4px 0px 0px;
  background: #f9f7f0;
  font-size: 18px;
  line-height: 100%;
  color: #212529;
  transition: background 300ms ease;
  width: 50%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .wp-block.courses #tabs-wrapper .tab {
    padding: 16px 54px;
    width: auto;
  }
}
@media only screen and (min-width: 1204px) {
  .wp-block.courses #tabs-wrapper .tab {
    padding: 16px 74px;
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block.courses #tabs-wrapper .tab {
    padding: 16px 104px;
  }
}
.wp-block.courses #tabs-wrapper .tab.active {
  background: #c5af67;
}
.wp-block.courses #tabs-wrapper .tab.active:hover {
  background: rgb(187.14, 161.4, 77.16);
}
.wp-block.courses #tabs-wrapper .tab:hover {
  transition: background 300ms ease;
  background: rgb(238.8, 233.4, 214.5);
}
.wp-block.courses #tabs-wrapper .tab em {
  font-style: normal;
  display: none;
}
@media only screen and (min-width: 768px) {
  .wp-block.courses #tabs-wrapper .tab em {
    display: inline;
  }
}
.wp-block.courses #dates-filler {
  display: block;
}
.wp-block.courses #outer-months {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 3;
}
.wp-block.courses #outer-months.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.3019607843);
}
.wp-block.courses #outer-months .container {
  padding-right: 0;
}
@media only screen and (min-width: 1024px) {
  .wp-block.courses #outer-months .container {
    padding-right: 24px;
  }
}
.wp-block.courses #outer-months #months {
  display: flex;
  gap: 16px;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.wp-block.courses #outer-months #months:-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .wp-block.courses #outer-months #months {
    flex-wrap: wrap;
    overflow: hidden;
  }
}
.wp-block.courses #outer-months #months .month {
  padding: 8px 16px;
  color: #000000;
  background: #f8f9fa;
  border-radius: 100px;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  cursor: pointer;
  text-transform: capitalize;
  white-space: nowrap;
}
.wp-block.courses #outer-months #months .month.active, .wp-block.courses #outer-months #months .month:focus {
  color: #ffffff;
  background: #4e8d9a;
}
.wp-block.courses .outer-single-months {
  margin-bottom: 60px;
}
.wp-block.courses .outer-single-months #single-months .single-month {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #212529;
  display: block;
  padding-bottom: 16px;
  border-bottom: 1px solid #71a4ae;
  margin-bottom: 40px;
  padding-top: 40px;
}
.wp-block.courses .outer-single-months #single-months .single-month:first-child {
  padding-top: 40px;
}
.wp-block.courses .outer-single-months #single-months .single-months-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .wp-block.courses .outer-single-months #single-months .single-months-wrapper {
    gap: 32px 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block.courses .outer-single-months #single-months .single-months-wrapper {
    gap: 40px 32px;
  }
}
.wp-block.courses .outer-single-months #single-months .single-months-wrapper .course-box {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wp-block.courses .outer-single-months #single-months .single-months-wrapper .course-box {
    width: calc(50% - 16px);
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block.courses .outer-single-months #single-months .single-months-wrapper .course-box {
    width: calc(33.3333333333% - 21.3333333333px);
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block.courses .outer-single-months #single-months .single-months-wrapper .course-box {
    width: calc(25% - 24px);
  }
}
.wp-block.courses .outer-single-months #single-months .single-months-wrapper .course-box .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #edf4f5;
  transition: background 300ms ease;
  padding: 16px;
  border-radius: 4px;
  transition: background 500ms ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .wp-block.courses .outer-single-months #single-months .single-months-wrapper .course-box .inner {
    padding: 24px;
  }
}
.wp-block.courses .outer-single-months #single-months .single-months-wrapper .course-box .inner:hover {
  background: #e1edee;
  transition: background 500ms ease-in-out;
}
.wp-block.courses .outer-single-months #single-months .single-months-wrapper .course-box .inner picture img {
  width: 100%;
}
.wp-block.courses .outer-single-months #single-months .single-months-wrapper .course-box .inner .img-wrap img {
  width: 100%;
}
.wp-block.courses .outer-single-months #single-months .single-months-wrapper .course-box .inner .title {
  display: block;
  font-weight: 600;
  font-size: 23px;
  padding-top: 16px;
  line-height: 130%;
  margin-bottom: 16px;
  color: #000000;
}
.wp-block.courses .outer-single-months #single-months .single-months-wrapper .course-box .inner .date {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
  border-radius: 100px;
  margin-bottom: 8px;
  margin-right: auto;
  display: inline-flex;
  gap: 4px;
}
.wp-block.courses .outer-single-months #single-months .single-months-wrapper .course-box .inner .date .available {
  font-weight: 600;
}
.wp-block.courses .outer-single-months #single-months .single-months-wrapper .course-box .inner .price {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #212529;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.wp-block.courses .outer-single-months #single-months .single-months-wrapper .course-box .inner .price .vat {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #4a5057;
  font-weight: 600;
}
.wp-block.courses .outer-single-months #single-months .single-months-wrapper .course-box .inner .brown-button {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  align-items: center;
  padding: 16px 24px;
  background: #c5af67;
  border-radius: 4px;
}
.wp-block.courses .cat-tablet-wrap {
  display: flex;
  flex-wrap: 12px;
  margin-top: 16px;
}
.wp-block.courses .cat-tablet-wrap span {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  background: #95bbc2;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
}
.wp-block.courses #bundles-wrapper .container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 40px;
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .wp-block.courses #bundles-wrapper .container {
    gap: 32px 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block.courses #bundles-wrapper .container {
    gap: 40px 32px;
  }
}
.wp-block.courses #bundles-wrapper .course-box {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wp-block.courses #bundles-wrapper .course-box {
    width: calc(50% - 16px);
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block.courses #bundles-wrapper .course-box {
    width: calc(33.3333333333% - 21.3333333333px);
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block.courses #bundles-wrapper .course-box {
    width: calc(25% - 24px);
  }
}
.wp-block.courses #bundles-wrapper .course-box .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #edf4f5;
  transition: background 300ms ease;
  padding: 16px;
  border-radius: 4px;
  transition: background 500ms ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .wp-block.courses #bundles-wrapper .course-box .inner {
    padding: 24px;
  }
}
.wp-block.courses #bundles-wrapper .course-box .inner:hover {
  background: #e1edee;
  transition: background 500ms ease-in-out;
}
.wp-block.courses #bundles-wrapper .course-box .inner picture img {
  width: 100%;
}
.wp-block.courses #bundles-wrapper .course-box .inner .img-wrap img {
  width: 100%;
}
.wp-block.courses #bundles-wrapper .course-box .inner .title {
  display: block;
  font-weight: 600;
  font-size: 23px;
  padding-top: 16px;
  line-height: 130%;
  margin-bottom: 16px;
  color: #000000;
}
.wp-block.courses #bundles-wrapper .course-box .inner .original-price {
  display: inline-flex;
  margin-right: auto;
  gap: 5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  padding: 4px 8px;
  background: #f7cfca;
  backdrop-filter: blur(2px);
  border-radius: 4px;
  color: #d02300;
}
.wp-block.courses #bundles-wrapper .course-box .inner .price {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #212529;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-end;
  gap: 3px;
}
.wp-block.courses #bundles-wrapper .course-box .inner .price .from {
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.05em;
}
.wp-block.courses #bundles-wrapper .course-box .inner .price .vat {
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #4a5057;
  font-weight: 600;
}
.wp-block.courses #bundles-wrapper .course-box .inner .brown-button {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  align-items: center;
  padding: 16px 24px;
  background: #c5af67;
  border-radius: 4px;
}