.home-section-1 h1.subtitle {
  font-size: 42px;
}

.home-section-1 .title {
  font-size: 40px;
}

.home-section-1 .cources-link,
.home-section-1 .cources-link1 {
  background-color: #f4ca09;
  border-color: #f4ca09;
  color: #1e1e1e;
}

.home-section-1 .button-white,
.home-section-1 .button-white:before {
  border-color: #1e1e1e;
}

.header-logo-holder {
  display: inline-flex;
  align-items: center;
}

.phone_header {
  font-family: Noto Sans Bold;
  color: #f4ca09;
  font-size: 15px;
  text-decoration: none;
  margin-left: 20px;
}

.sticky .phone_header {
  color: #1e1e1e;
}

.header-sticky.sticky {
  z-index: 12;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children .sub-menu {
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  top: 35px;
  left: -50px;
  width: 315px;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 0px;
  transition: .3s;
  box-shadow: 0 4px 20px rgb(0 0 0 / 12%);
  visibility: hidden;
  opacity: 0;
}

@media only screen and (min-width: 320px) {
  .menu-item-has-children .sub-menu:before {
    display: none;
  }

  .clearfix {
    position: relative;
  }

  #menu-item-1474:before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: -2px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: .3s;
  }

  #menu-item-1474:hover:before {
    top: 25px;
    opacity: 1;
  }
}

@media only screen and (min-width: 1200px) {
  .header-menu-holder li:first-child:before {
    display: none;
  }

  #menu-item-1474:before {
    display: none;
  }

  .menu-item-has-children .sub-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 52px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid rgba(0, 0, 0, 0.8);
  }
}

.menu-item-has-children .sub-menu li {
  margin: 0;
}

.menu-item-has-children .sub-menu li a {
  color: #fff;
  padding: 9px 30px;
  display: flex;
  /* transition-delay: .3s; */
  /* transition-duration: .3s; */

}

@media only screen and (min-width: 320px) {

  .menu-item-has-children .sub-menu li a:hover,
  .menu-item-has-children .sub-menu li a.active {
    color: #000;
    background-color: #F4CA09;
    padding: 9px 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .menu-item-has-children .sub-menu li a {
    transition: .3s;
  }

  .menu-item-has-children .sub-menu li a:hover,
  .menu-item-has-children .sub-menu li a.active {
    color: #000;
    background-color: #F4CA09;
    padding: 9px 30px 9px 35px;
  }
}


.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 45px;
}


.cources-link1.mobile {
  display: none;
}

@media (max-width: 767px) {
  .cources-link1.desktop {
    display: none;
  }

  .cources-link1.mobile {
    display: inline-block;
  }

  .sticky .header-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .sticky .phone_header {
    font-family: Noto Sans Regular;
    margin-left: 0px;
  }

  .menu-item-has-children>a {
    pointer-events: none;
  }

  .menu-item-has-children {
    position: static;
  }

  .menu-item-has-children .sub-menu {
    width: 315px;
    left: calc(100% - 295px);
    top: 40px;
  }

  .header-wrapper {
    position: relative;
  }

  .menu-item-has-children:hover .sub-menu {
    top: 45px;
  }
}

@media (max-width: 640px) {
  .header-menu-holder li {
    margin-left: 10px;
  }

  .home-section-1 h1.subtitle {
    font-size: 24px;
  }

  .home-section-1 .title {
    font-size: 22px;
  }

  .phone_header {
    font-size: 12px;
    margin-left: 10px;
    display: inline-flex;
    padding: 0px 0 20px;
  }

  .sticky .phone_header {
    padding: 3px 0 10px;
  }

  .header-menu-holder li {
    margin-left: 10px;
  }
}

@media (max-width: 370px) {
  .phone_header {
    font-family: Noto Sans Regular;
    font-size: 12px;
    margin-left: 6px;
    padding: 0px 0 18px;
  }

  .header-wrapper,
  .sticky .header-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.menu-item-1475 {
  display: none;
}

.body-blog .menu-item-1475,
.body-category .menu-item-1475,
.body-article .menu-item-1475 {
  display: list-item;
}

.body-blog .menu-item-135,
.body-category .menu-item-135,
.body-article .menu-item-135 {
  display: none;
}
