

/* Start:/local/components/set_breadcrumb/templates/vavt_breadcrumb/style.css?174185621637*/
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/education/programs_section/style.css?17418562166300*/
#programs_section {
  margin: 0px 0 120px 0;
}
@media screen and (max-width: 1070px) {
  #programs_section {
    margin: 0px 0 56px 0;
  }
}
#programs_section h5 {
  position: relative;
  color: var(--blue-color);
  font-family: var(--second-font);
  font-size: 113px;
  font-weight: 700;
  margin-left: -5px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1170px) {
  #programs_section h5 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1070px) {
  #programs_section h5 {
    margin-bottom: 32px;
    font-size: 60px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 700px) {
  #programs_section h5 {
    font-size: 40px;
  }
}
#programs_section .programs_section {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1070px) {
  #programs_section .programs_section {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
  }
}
#programs_section .programs_section .programs_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1070px) {
  #programs_section .programs_section .programs_container {
    padding: 0;
    gap: 16px;
  }
}
@media screen and (max-width: 800px) {
  #programs_section .programs_section .programs_container {
    grid-template-columns: 1fr;
  }
}
#programs_section .programs_section .programs_container li {
  position: relative;
  padding: 32px 24px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  box-sizing: border-box;
  border: 1px solid rgb(206, 206, 206);
}
@media screen and (max-width: 1070px) {
  #programs_section .programs_section .programs_container li {
    padding: 32px 16px;
  }
}
#programs_section .programs_section .programs_container li:hover {
  background: rgb(37, 106, 246);
  border: 1px solid #fff;
}
#programs_section .programs_section .programs_container li:hover a {
  color: #fff;
}
#programs_section .programs_section .programs_container li:hover::after {
  rotate: -90deg;
  transition: 0.3s all ease;
}
#programs_section .programs_section .programs_container li a {
  font-family: var(--second-font);
  font-size: 20px;
  font-weight: 700;
  display: block;
  width: 100%;
  color: var(--blue-color);
}
@media screen and (max-width: 1350px) {
  #programs_section .programs_section .programs_container li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1070px) {
  #programs_section .programs_section .programs_container li a {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  #programs_section .programs_section .programs_container li a {
    font-size: 18px;
  }
}
#programs_section .programs_section .programs_container li::before, #programs_section .programs_section .programs_container li::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 800px) {
  #programs_section .programs_section .programs_container li::before, #programs_section .programs_section .programs_container li::after {
    width: 40px;
    height: 40px;
  }
}
#programs_section .programs_section .programs_container li::before {
  background: #fff;
}
#programs_section .programs_section .programs_container li::after {
  background-image: url("/upload/icons/without-bg-blue-url-arrow-right-bottom.svg");
  transition: 0.3s all ease;
}
#programs_section .programs_section .more_info {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1070px) {
  #programs_section .programs_section .more_info {
    max-height: 600px;
    overflow: hidden;
  }
}
@media screen and (max-width: 700px) {
  #programs_section .programs_section .more_info {
    max-height: 300px;
  }
}
#programs_section .programs_section .more_info:hover .text_info::after {
  rotate: -90deg;
}
#programs_section .programs_section .more_info .text_info {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--blue-color);
  padding: 20px 66px 66px 20px;
  color: #fff;
  min-height: 120px;
}
@media screen and (max-width: 1070px) {
  #programs_section .programs_section .more_info .text_info {
    min-height: 40px;
  }
}
#programs_section .programs_section .more_info .text_info::before, #programs_section .programs_section .more_info .text_info::after {
  content: "";
  position: absolute;
  width: 66px;
  height: 66px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 700px) {
  #programs_section .programs_section .more_info .text_info::before, #programs_section .programs_section .more_info .text_info::after {
    width: 32px;
    height: 32px;
  }
}
#programs_section .programs_section .more_info .text_info::before {
  background: #fff;
}
#programs_section .programs_section .more_info .text_info::after {
  background-image: url("/upload/icons/without-bg-blue-url-arrow-right-bottom.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  transition: rotate 0.3s ease;
  rotate: 0deg;
}
#programs_section .programs_section .more_info .text_info .title {
  font-family: var(--second-font);
  font-size: 26px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  #programs_section .programs_section .more_info .text_info .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1070px) {
  #programs_section .programs_section .more_info .text_info .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  #programs_section .programs_section .more_info .text_info .title {
    font-size: 14px;
  }
}
#programs_section .programs_section .more_info .text_info .text {
  font-family: var(--main-font);
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1070px) {
  #programs_section .programs_section .more_info .text_info .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  #programs_section .programs_section .more_info .text_info .text {
    font-size: 12px;
  }
}
#programs_section .programs_section .more_info img {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/components/set_breadcrumb/templates/vavt_breadcrumb/style.css?174185621637 */
/* /local/components/set_content/templates/education/programs_section/style.css?17418562166300 */
