/*
Theme Name: Dentburg Educate
Template: twentynineteen
Author: Child Theme Configurator
Version: 1.0.2
Updated: 2021-12-21 16:23:09

*/
/* FL 12.2023 ****  Дополнительные стили для меню 2 уровня ********/
.menu-item-has-children > a:after {content:" ▼";}

.sub-menu {display: none; position: absolute;
    background: #ffffff;
    padding: 10px; margin: 0 0 0 -10px;}
 .sub-menu li   {padding: 20px 0 15px 0;}
 
 
.order_s {display:block; position: fixed;    background: #3e96cb;    color: white;    z-index: 99999; box-shadow: 1px 0px 5px 2px #4444447a;
    padding: 3px 30px 5px;    border-radius: 0 0 10px 10px;    right: 150px; font-size: 11pt;     font-weight: 600; text-align: center;} 
@media (max-width: 550px)  {
  .order_s {width: 100%;     left: 0; border-radius: 0;}
  .header {padding: 30px 0 0 0;}
}

.bvi-shortcode {position: relative;
    z-index: 99999;}


 /*  Форма запись на курс */
.course-form__title {color: #ffffff!important; font-size: 16pt;    font-weight: 600;    padding: 0 0 20px 0;}
.course-form__label {width: 100%;    display: block;    padding: 0 0 17px 0;    font-size: 12pt;    font-weight: 400;}
.course-form__label input {width: 100%; padding: 2px 2px 1px 2px;}
.btn_form {padding: 5px 30px;    background: #3e96cb;    border: 0;    color: white; border-radius: 28px;}
.btn_form:hover {    background: #337eab;}

/* ПРОГРАММЫ*/
.programs__item a  {color:#444;}


@media (max-width: 1024px) {
.sub-menu {position: relative;    text-align: right; background: #f3f0f0;}
.nav-menu__list li {text-align: right;}
.sub-menu li {    padding: 0;}
}

/*  аккаунт  в личном кабинете */
.um-account {max-width:1200px;}


 /*  Программы в личном кабинете */

.programs_limitation {font-weight: 600;    display: flex;align-items: center; flex-direction: column;}
.programs__lk {display: table; background: #f7f7f7; width:100%; clear:both; padding: 10px 0;}
.programs__lk_1 {padding: 0 0 0 10px; display: list-item;width:40%; float:left;min-height: 30px; font-size: 12pt; font-weight: 600;}
.programs__lk_2 {display: list-item;width:30%; float:left;min-height: 30px; font-size: 11pt;text-align: center;}
.programs__lk_3 {display: list-item;width:20%; float:left;min-height: 30px; font-weight: 600;    display: flex;align-items: center; flex-direction: column;}
.programs__lk_4 {display: list-item; width:10%; float:left;min-height: 30px; text-align: center;}
.programs__lk_0 {font-size: 10pt; font-weight: 600; padding: 10px 0; text-align: center;}
.programs__lk:nth-child(odd) {background: #e7e7e7;}


/*    Документы  в личном кабинете     */ 
#js-form {padding: 50px;}
.files_photo_list_yes, .files_photo_list_no {padding: 5px 0;}
.files_photo_list_yes a {color: #444;     font-weight: 600;}
.files_photo_list_yes span {color: #01e501;    font-size: 16pt;    padding-right: 8px;}
.files_photo_list_no span {color: red;    font-size: 14pt;    padding-right: 6px;}
#result {display: block;    font-size: 20pt;    color: red;}
.success {width: 100%;    display: block;    text-align: center;    background: #ebf7d8;    padding: 27px;    color: #5d9308;}
.del_photo {margin-left: 20px;    font-size: 16pt;    color: #bbb!important;}
.del_photo:hover {color:#444!important;}


/*    Уроки     */ 
.program-item {max-width: 1300px;    margin: 0 auto;}
.lesson-item {display:flex; align-items: center;}
.lesson_block .flowplayer {margin: 0 auto 37px auto;}
.lesson_block p {line-height: 1.5;  padding-bottom: 17px; text-indent: 15px; text-align: justify;}
.lesson_block{    padding-bottom: 50px;}
.lesson_time{text-align: center;    font-size: 11pt;}
.lesson_txt span {padding: 15px 0;  display: block;font-size: 11pt;}
@media (max-width: 550px)  {
  .lesson-item {flex-wrap: wrap;}
}

.lesson_anons {padding: 0 0 10px 19px;border-left: 3px solid #979797; margin-bottom: 20px;font-size: 11pt;color: #999696;}




:root {
  --font-smaller: 12px;
  --font-small: 13px;
  --font-common: 14px;
  --font-middle: 15px;
  --font-normal: 16px;
  --font-large: 18px;
  --font-larger: 20px;
  --font-largest: 23px;
  --font-subtitle: 28px;
  --font-caption: 30px;
  --font-title: 45px;
  --black-color: #000;
  --black-color-100: #333;
  --grey-color-100: #4d4d4d;
  --grey-color-150: #9d9d9d;
  --grey-color-200: #616161;
  --grey-color-250: #bcbcbc;
  --grey-color-300: #c4c4c4;
  --grey-color-350: #cfcfcf;
  --grey-color-400: #dcdcdc;
  --grey-color-450: #e5e5e5;
  --grey-color-500: #b8b8b8;
  --grey-color-550: #ccc;
  --grey-color-600: #dbdbdb;
  --grey-color-opacity-20: rgba(158, 158, 158, 0.23);
  --white-color: #fff;
  --white-color-opacity-75: rgba(255, 255, 255, 0.75);
  --white-color-opacity-65: rgba(255, 255, 255, 0.65);
  --white-color-opacity-60: rgba(255, 255, 255, 0.60);
  --white-color-100: #f7f7f7;
  --white-color-200: #f3f3f3;
  --blue-color-100: #abbece;
  --gradient-black-100: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
  --gradient-black-hero: linear-gradient(90.29deg, #383838 0.25%, rgba(45, 45, 45, 0.56) 99.07%);
  --gradient-black-300: linear-gradient(198.1deg, #6E6E71 -7.67%, #252429 46.83%);
  --gradient-blue-100: linear-gradient(90.61deg, rgba(171, 190, 206, 0.1) 0.53%, rgba(171, 190, 206, 0.68) 52.08%, rgba(171, 190, 206, 0.1) 99.51%);
  --gradient-blue-200: linear-gradient(113.26deg, rgba(171, 190, 206, 0.35) 1.43%, rgba(171, 190, 206, 0) 110.33%);;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
*::before,
*::after {
  box-sizing: border-box;
}
body {
  font-family: 'Raleway', sans-serif;
}
#page {
  overflow: hidden;
}
ul {
  list-style: none;
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
}
a {
  text-decoration: none;
}
p {
  font-size: var(--font-normal);
  line-height: 1.8;
}
.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.column {
  display: flex;
  flex-direction: column;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-common);
  border-radius: 35px;
  cursor: pointer;
}
.btn_black {
  color: var(--black-color);
  background: transparent;
  border: 1px solid var(--black-color);
}
.btn_transparent {
  text-transform: uppercase;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  background: transparent;
}
.btn_white {
  position: relative;
  font-weight: 700;
  color: var(--black-color-100);
  z-index: 1;
}
.btn_white::before {
  content: '';
  position: absolute;
  left: -50px;
  width: calc(100% + 100px);
  height: 100%;
  background-color: var(--white-color);
  border-radius: 35px;
  z-index: -1;
}
.btn_in_program {
  font-weight: 700;
  color: var(--black-color);
  border: 1px solid var(--grey-color-400);
}
.title {
  margin: 0 0 35px;
  font-size: var(--font-title);
  text-transform: uppercase;
  line-height: 1.4;
  color: var(--white-color);
}
.caption {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 45px;
  font-size: var(--font-caption);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--grey-color-100);
}
.caption::after {
  flex: 0 0 auto;
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-color: var(--blue-color-100);
  border-radius: 50%;
}
.burger {
  display: none;
}
.breadcrumbs {
  margin: 30px 0;
  font-size: var(--font-common);
  font-weight: 600;
  color: var(--black-color);
}
.breadcrumbs a {
  color: var(--grey-color-500);
}


/****************************** HEADER ******************************/

.header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: var(--white-color);
  z-index: 10;
}
.header__inner {
  flex-wrap: nowrap;
  align-items: center;
  padding: 15px 0;
  border-bottom: 2px solid var(--blue-color-100);
}
.logo_in_header {
  flex: 0 0 auto;
  margin: 0 40px 0 0;
}
.nav-menu {
  width: 100%;
  max-width: 955px;
  margin: 0 auto;
}
.nav-menu__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.sign {
  margin: 0 0 0 auto;
}
.sign_log-in {
  align-items: center;
  flex: 0 0 auto;
}
.menu-item:not(:last-child) {
  margin: 0 30px 0 0;
}
.menu-item a {
  font-weight: 600;
  font-size: var(--font-normal);
  text-transform: uppercase;
  color: var(--grey-color-150);
  transition: color 0.3s ease;
}
.sign {
  font-weight: 700;
  font-size: var(--font-large);
  color: var(--grey-color-100);
}
.sign_not_log-in {
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.sign_not_log-in::after {
  content: '';
  width: 26px;
  height: 26px;
  margin: 0 0 0 7px;
  background-image: url(/wp-content/uploads/2022/02/log-in-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0.8;
  transition-property: transform, opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.sign__mobile-txt {
  display: none;
}
.avatar {
  margin: 0 0 0 10px;
  border-radius: 50%;
}

/****************************** HERO SECTION ******************************/

.hero:not(.hero_single) {
  margin: 0 0 170px;
}
.hero_single {
  margin: 0 0 45px;
}
.hero__inner {
  position: relative;
  padding: 65px 100px;
  color: var(--white-color);
  background-size: cover;
  background-position: center;
}
.hero__inner_fullscreen {
  min-height: 730px;
  justify-content: center;
}
.hero__inner > * {
  position: relative;
}
.hero__inner::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-black-hero);
}
.hero__container_has_circle {
  position: relative;
}
.hero__container_has_circle::before,
.hero__container_has_circle::after {
  content: '';
  position: absolute;
  border-radius: 50%;
}
.hero__container_has_circle::before {
  bottom: -70px;
  left: -170px;
  width: 370px;
  height: 370px;
  background-color: var(--white-color-100);
}
.hero__container_has_circle::after {
  bottom: -45px;
  right: 400px;
  width: 110px;
  height: 110px;
  background-color: var(--blue-color-100);
}
.hero__content {
  max-width: 650px;
}
.hero__title {
  margin: 0 0 35px;
}
.hero__txt {
  margin: 0 0 75px;
}
.hero__content > :last-child {
  margin-bottom: 0;
}
.hero__btn {
  max-width: 245px;
  height: 54px;
}

/****************************** PROGRAM SECTION ******************************/

.programs {
  margin: 0 0 120px;
}
.program-item {
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  min-height: 155px;
  padding: 20px 45px;
  background-color: var(--white-color-200);
}
.program-item:nth-child(even) {
  background-color: var(--grey-color-450);
}
.program-item__count {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 115px 0 0;
  font-family: 'Open Sans', sans-serif;
  font-size: var(--font-caption);
  font-weight: 700;
  border-radius: 50%;
  border: 1px solid var(--grey-color-350);
}
.program-item__caption {
  margin: 0 auto 0 0;
  padding: 0 15px 0 0;
  font-size: var(--font-large);
}
.program-item__expert {
  flex-wrap: nowrap;
  flex: 0 0 auto;
  align-items: center;
  max-width: 240px;
  margin: 0 0 0 auto;
}
.expert-plate__img {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  margin: 0 10px 0 0;
  border-radius: 50%;
}
.expert-plate__name {
  font-size: var(--font-middle);
  color: var(--grey-color-200);
}
.program-item__link {
  width: 100%;
  max-width: 200px;
  height: 54px;
  margin: 0 0 0 60px;
}

/* FOOTER */
.footer__top {
  position: relative;
  padding: 80px 0 0;
}
.footer__contact {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  height: 0;
}
.footer__container {
  height: 0;
}
.foo-info__content {
  display: none;
}
.foo-info__content.active {
  display: flex;
}
.footer__contact-wrapper {
  min-height: 730px;
  max-width: 540px;
  padding: 110px 100px;
  color: var(--white-color);
  background: linear-gradient(198.1deg, #6E6E71 -7.67%, #252429 46.83%);
}
.foo-info__item {
  line-height: 1.9;
  color: var(--white-color);
}
.footer__tabs {
  justify-content: space-between;
  margin: 0 0 45px;
}
.foo-tabs__btn {
  height: 50px;
}
.foo-tabs__btn:not(.btn_white) {
  font-weight: 700;
  color: var(--white-color);
}
.foo-tabs__btn:first-child {
  margin: 0 60px 0 0;
}
.footer__title {
  margin: 0 0 40px;
  padding: 0 0 25px;
  font-size: var(--font-caption);
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 4px solid var(--blue-color-100);
}
.footer__tabs-wrapper {
  margin: 0 0 35px;
}
.foo-social__link {
  width: 58px;
  height: 58px;
  border: 1px solid var(--white-color);
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.foo-social__link:not(:last-child) {
  margin: 0 10px 10px 0;
}
.footer__bottom {
  padding: 40px 0;
}
.footer__bot-container {
  flex-wrap: nowrap;
}
.footer__logo {
  margin: 0 55px 0 0;
  width: 100%;
  max-width: 195px;
}
.footer__logo-img {
  transform: translateX(-25px);
}
.footer__extra {
  justify-content: space-between;
}
.footer__extra-top {
  margin: 0 0 20px;
}
.footer__extra-link, 
.footer__extra-bottom {
  font-size: var(--font-middle);
  color: var(--grey-color-300);
}
.footer__extra-link:not(:last-child) {
  margin: 0 85px 0 0;
}

/* ACCOUNT */
.user-wrapper {
  margin: 0 auto 20px;
}

@media (hover: hover) {
  .breadcrumbs a:hover {
    text-decoration: underline;
    color: var(--grey-color-200);
  }
  .menu-item a:hover {
    color: var(--grey-color-100);
  }
  .sign_not_log-in:hover {
    opacity: 1;
  }
  .sign_not_log-in:hover::after {
    opacity: 1;
    transform: rotateY(40deg);
  }
  a.foo-info__item:hover {
    text-decoration: underline;
  }
  .footer__extra-link:hover {
    text-decoration: underline;
  }
}

@media (max-width: 1400px) {
  :root {
    --font-title: 40px;
  }
  .container {
    max-width: 994px;
  }
  .caption {
    margin: 0 0 35px;
  }
  .breadcrumbs {
    margin: 20px 0;
  }
  .menu-item:not(:last-child) {
    margin: 0 20px 0 0;
  }
  .menu-item a {
    font-size: var(--font-smaller);
  }
  .hero:not(.hero_single),
  .programs {
    margin: 0 0 100px;
  }
  .header__inner {
    padding: 10px 0;
  }
  .hero__container_has_circle::after {
    right: 200px;
    width: 90px;
    height: 90px;
  }
  .hero__inner {
    padding: 35px 60px;
  }
  .hero__content {
    max-width: 600px;
  }
  .hero__inner_fullscreen {
    min-height: 560px;
  }
  .hero__txt {
    margin: 0 0 40px;
  }
  .hero__title {
    margin: 0 0 25px;
  }
  .footer__map iframe {
    height: 500px;
  }
  .footer__contact-wrapper {
    min-height: 580px;
    max-width: 440px;
    padding: 40px 50px;
  }
  .btn_white::before {
    left: -30px;
    width: calc(100% + 60px);
  }
  .program-item__count {
    margin: 0 45px 0 0;
  }
  .program-item__link {
    margin: 0 0 0 30px;
  }
  .program-item {
    min-height: 125px;
  }
}
@media (max-width: 1024px) {
  :root {
    --font-title: 32px;
    --font-caption: 26px;
  }
  body.active {
    overflow: hidden;
  }
  .container {
    max-width: 100%;
    padding: 0 40px;
  }
  .caption {
    margin: 0 0 25px;
  }
  .logo_in_header {
    width: 150px;
  }
  .header__inner {
    padding: 0;
  }
  .sign {
    font-size: var(--font-normal);
  }
  .sign_not_log-in::after {
    width: 22px;
    height: 22px;
    background-size: contain;
  }
  .burger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: 0 0 0 10px;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .burger-icon_closed {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: all 0.4s ease;
  }
  .burger-icon_opened {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all 0.4s ease;
  }
  .burger.active .burger-icon_closed {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
  }
  .burger.active .burger-icon_opened {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 2;
  }
  .nav-menu {
    position: fixed;
    top: 0;
    right: -500px;
    height: 100%;
    width: 300px;
    padding: 60px 40px 40px;
    background-color: var(--white-color);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition-property: right, opacity, visibility;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
  }
  .nav-menu.active {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  .nav-menu__list {
    flex-direction: column;
    align-items: flex-end;
  }
  .menu-item:not(:last-child) {
    margin: 0 0 10px;
  }
  .menu-item a {
    display: block;
    padding: 7px 0;
  }
  .hero__title {
    max-width: 460px;
  }
  .hero__inner_fullscreen {
    min-height: auto;
  }
  .hero__container_has_circle::after {
    width: 70px;
    height: 70px;
  }
  .program-item {
    padding: 20px;
  }
  .program-item__count {
    width: 40px;
    height: 40px;
    margin: 0 20px 0 0;
    font-size: var(--font-large);
  }
  .program-item__caption {
    font-size: var(--font-common);
  }
  .program-item__expert {
    max-width: 220px;
  }
  .expert-plate__name {
    font-size: var(--font-common);
  }
  .program-item__link {
    max-width: 120px;
    height: 44px;
    margin: 0 0 0 15px;
  }
  .footer__container {
    height: auto;
    padding: 0;
  }
  .footer__contact-wrapper {
    min-height: auto;
    max-width: 100%;
  }
  .footer__contact {
    position: static;
    height: auto;
  }
  .footer__tabs {
    max-width: 320px;
  }
  .footer__logo {
    max-width: 165px;
    margin: 0 15px 0 0;
  }
  .footer__extra-link, .footer__extra-bottom {
    line-height: 1.2;
  }
  .footer__bot-container {
    flex-wrap: wrap;
  }
  .footer__extra {
    width: 100%;
  }
  .footer__extra-link:not(:last-child) {
    margin: 0 10px 0 0;
  }
  .footer__bottom {
    padding: 20px 0;
  }
  .footer__top {
    padding: 20px 0 0;
  }
  .hero:not(.hero_single), .programs {
    margin: 0 0 65px;
  }
}
@media (max-width: 768px) {
  :root {
    --font-title: 28px;
  }
  .container {
    padding: 0 20px;
  }
  p {
    line-height: 1.3;
  }
  .hero__inner {
    padding: 40px 20px;
  }
  .program-item__expert {
    display: none;
  }
  .footer__container {
    padding: 0;
  }
  .foo-social__link {
    width: 40px;
    height: 40px;
    background-size: auto 30%;
  }
  .foo-social__link:last-child {
    background-size: auto 20%;
  }
  .footer__extra-top {
    display: flex;
    flex-direction: column;
  }
  .footer__extra-link:not(:last-child) {
    margin: 0 0 5px;
  }
  .footer__logo {
    max-width: 220px;
  }
  .program-item {
    min-height: 95px;
  }
  .nav-menu {
    padding: 60px 20px 40px;
  }
}
@media (max-width: 480px) {
  :root {
    --font-small: 12px;
    --font-common: 13px;
    --font-middle: 14px;
    --font-normal: 14px;
    --font-large: 16px;
    --font-larger: 18px;
    --font-largest: 20px;
    --font-subtitle: 22px;
    --font-caption: 22px;
    --font-title: 25px;
  }
  .hero__inner {
    text-align: center;
  }
  .hero__btn {
    margin: 0 auto;
  }
  .program-item {
    flex-wrap: wrap;
  }
  .program-item__caption {
    width: calc(100% - 60px);
  }
  .program-item__link {
    margin: 10px 0 0 auto;
  }
  .footer__contact-wrapper {
    padding: 30px 20px;
  }
  .foo-info__item {
    line-height: 1.4;
  }
  .footer__tabs {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
  .foo-tabs__btn:first-child {
    margin: 0 0 10px;
  }
  .foo-info__content {
    text-align: center;
  }
  .footer__social {
    justify-content: center;
  }
  .footer__bot-container {
    justify-content: center;
  }
  .footer__logo {
    text-align: center;
    margin: 0;
  }
  .footer__logo-img {
    transform: none;
  }
  .footer__extra-top {
    text-align: center;
  }
  .footer__extra-bottom {
    text-align: center;
  }
  .footer__map iframe {
    height: 360px;
  }
}