#top-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #EAF5F9; }
  #top-section .courses {
    display: inline-flex;
    justify-content: space-evenly;
    flex-wrap: wrap; }
    #top-section .courses .course {
      margin-top: 30px;
      background: #030d40;
      padding: 37px 28px;
      color: #fff;
      border-radius: 15px;
      max-width: 360px;
      display: inline-flex;
      flex-direction: column; }
      #top-section .courses .course h3 {
        color: #fff; }
      #top-section .courses .course .text {
        margin-bottom: 30px; }
      #top-section .courses .course .btn {
        width: 100%;
        text-align: center; }
        #top-section .courses .course .btn:hover {
          border: 1px solid #fff;
          color: #fff !important; }

#coursesn {
  padding-top: 100px; }
  #coursesn .product-titles {
    text-align: center;
    margin-bottom: 55px; }
    #coursesn .product-titles a {
      color: #030D40;
      padding: 20px 30px;
      border: 1px solid #030D40;
      border-radius: 50px; }
      @media (max-width: 767px) {
        #coursesn .product-titles a {
          height: 100%;
          display: block; } }
      #coursesn .product-titles a.active {
        color: #0542BF;
        border: 1px solid #0542BF; }
  #coursesn .accordion-blocks {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center; }
    #coursesn .accordion-blocks .accordion-item {
      flex: 1 0 20%;
      max-width: 190px;
      width: 100%;
      padding: 0;
      border: 0;
      box-shadow: 5px 4px 7px 0px rgba(0, 0, 0, 0.05);
      border-radius: 5px;
      margin: 20px; }
      #coursesn .accordion-blocks .accordion-item .title {
        padding: 10px;
        text-align: center; }
        #coursesn .accordion-blocks .accordion-item .title a {
          font-size: clamp(14px, 3vw, 18px) !important;
          text-decoration: none !important;
          font-weight: 500; }

#blue {
  padding-top: 115px;
  padding-bottom: 115px;
  background: #EAF5F9; }
  #blue .image .block {
    max-width: 380px;
    padding: 10px;
    border: 1px solid #0542BF;
    border-radius: 15px;
    background: #fff; }
    #blue .image .block img {
      border-radius: 15px;
      width: 100%;
      margin-bottom: 20px; }
    #blue .image .block .button {
      text-align: center; }
    #blue .image .block .title {
      font-size: clamp(18px, 3vw, 25px) !important;
      text-align: center;
      font-weight: 600;
      margin-bottom: 20px; }
    #blue .image .block .wrapper {
      padding: 25px 25px 0 25px; }
      #blue .image .block .wrapper > div {
        display: flex;
        justify-content: space-between;
        padding: 15px 0;
        border-bottom: 1px solid #0542BF;
        position: relative;
        font-weight: 700;
        color: #909090; }
        #blue .image .block .wrapper > div:last-child {
          border-bottom: 0; }
        #blue .image .block .wrapper > div span {
          margin-left: 35px;
          font-weight: 400; }
        #blue .image .block .wrapper > div:before {
          position: absolute;
          content: '';
          width: 21px;
          height: 21px;
          display: block; }
        #blue .image .block .wrapper > div.lessons:before {
          background: url("../img/book.svg") no-repeat; }
        #blue .image .block .wrapper > div.level:before {
          background: url("../img/level.svg") no-repeat; }
        #blue .image .block .wrapper > div.access:before {
          background: url("../img/access.svg") no-repeat; }
      #blue .image .block .wrapper .detail {
        margin-top: 10px;
        font-size: clamp(16px, 3vw, 22px) !important;
        font-weight: 500;
        color: #030D40; }
  #blue .text.here {
    margin-bottom: 70px; }
  #blue .buttons {
    display: inline-flex;
    justify-content: space-evenly;
    flex-wrap: wrap; }
    #blue .buttons .button {
      margin-top: 20px; }
    #blue .buttons .btn {
      border: 1px solid #0542BF;
      text-transform: uppercase; }
      #blue .buttons .btn:hover {
        border: 1px solid #fff;
        background: #0542BF;
        color: #fff !important; }
  #blue ul {
    margin-top: 40px;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      #blue ul {
        margin-top: 0; } }
    #blue ul li {
      list-style-type: none;
      font-size: clamp(14px, 3vw, 18px) !important;
      line-height: 130%;
      margin-bottom: 20px;
      padding-left: 27px; }
      #blue ul li:last-child {
        margin-bottom: 0; }
      #blue ul li:before {
        content: " ";
        position: absolute;
        background: url("../img/li-new.svg") no-repeat;
        width: 33px;
        height: 33px;
        margin-left: -44px;
        margin-top: -5px; }
        @media (max-width: 767px) {
          #blue ul li:before {
            width: 15px;
            height: 12px;
            margin-left: -32px;
            margin-top: 10px;
            background-size: contain; } }
        @media (max-width: 576px) {
          #blue ul li:before {
            margin-top: 5px; } }

.product-titles {
  transition: all 0.3s ease-in-out; }

.product-titles.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  height: 90px;
  padding-top: 30px; }
  @media (max-width: 767px) {
    .product-titles.sticky {
      position: relative !important; } }

.product-placeholder {
  display: none; }

.product-tabs {
  margin: 20px 0; }

.product-tabs .tabs {
  display: flex;
  list-style-type: none;
  justify-content: center; }

.product-tabs .tabs li {
  margin-right: 10px;
  padding: 10px;
  cursor: pointer;
  background-color: #EAF5F9;
  border-radius: 8px; }

.product-tabs .tabs li:before {
  width: 0; }

.product-tabs .tabs li:hover,
.product-tabs .tabs li.active {
  background-color: #030d40;
  color: #fff; }

.products-container .product {
  margin-top: 20px;
  padding: 20px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  border: 1px solid #202020; }

.products-container h2 {
  font-size: 30px;
  line-height: 42px;
  margin-top: 15px;
  text-align: center; }

.products-container .attachment-full {
  width: 100%;
  height: auto; }

.products-container .woocommerce-LoopProduct-link {
  text-decoration: none !important; }

.products-container .woocommerce-LoopProduct-link:hover h2 {
  color: #030d40; }

.products-container .price {
  color: #f68009;
  font-weight: bold;
  font-size: 21px; }

#article-bottom p a {
  font-size: clamp(16px, 3vw, 21px); }

@media (max-width: 575px) {
  #achievements .achievements .achievement {
    flex: 1 0 100%; } }

/*# sourceMappingURL=courses.css.map */
