/* Fonts */
@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 300;
  src: local("ProximaNova-Light"), local("Proxima Nova Light"), url("../fonts/ProximaNova-Light.woff2") format("woff2"); }

@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 400;
  src: local("ProximaNova-Regular"), local("Proxima Nova Regular"), url("../fonts/ProximaNova-Regular.woff2") format("woff2"); }

@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 600;
  src: local("ProximaNova-Semibold"), local("Proxima Nova Semibold"), url("../fonts/ProximaNova-Semibold.woff2") format("woff2"); }

@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 700;
  src: local("ProximaNova-Bold"), local("Proxima Nova Bold"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"); }

@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 800;
  src: local("ProximaNova-Extrabld"), local("Proxima Nova Extrabld"), url("../fonts/ProximaNova-Extrabld.woff2") format("woff2"); }

@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 900;
  src: local("ProximaNova-Black"), local("Proxima Nova Black"), url("../fonts/ProximaNova-Black.woff2") format("woff2"); }

/*  */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  background-color: white;
  scroll-behavior: smooth; }
  @media (max-width: 425px) {
    html {
      min-width: 375px; } }

body {
  position: relative;
  margin: 0;
  font-family: "ProximaNova", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #2D3039; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

a {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

.container {
  max-width: 1190px;
  padding: 0 10px;
  margin: 0 auto; }

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.button-blue {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 50px;
  font-family: inherit;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  background-color: #346AF7;
  border: none;
  border-radius: 3px;
  transition: 0.2s; }
  .button-blue:hover {
    background-color: #3191ff; }

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 33px;
  border-bottom: 1px solid #D8D8D8;
  background-color: #ffffff; }

.header__logo {
  padding-left: 18px; }

.header__signin {
  line-height: 0; }

.promo {
  color: #2D3039;
  background: #FAF8F5;
  overflow: hidden; }

.promo__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px; }

@media (max-width: 425px) {
  .navigation {
    display: none; } }

.navigation__link {
  margin-right: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #2D3039;
  transition: 0.3s; }
  .navigation__link:hover {
    color: #808080; }
  .navigation__link:last-of-type {
    margin-right: 0; }

.poromo__content {
  position: relative;
  padding-bottom: 140px;
  z-index: 0; }
  @media (max-width: 425px) {
    .poromo__content {
      padding-bottom: 40px; } }

.promo__title {
  width: 620px;
  margin: 0;
  padding-top: 120px;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px; }
  @media (max-width: 425px) {
    .promo__title {
      width: 100%;
      padding-top: 20px;
      font-size: 28px;
      line-height: 34px; } }

.promo__desc {
  width: 535px;
  margin: 0;
  margin-top: 20px;
  font-size: 18px;
  line-height: 150%; }
  .promo__desc span {
    font-weight: 700; }
  @media (max-width: 425px) {
    .promo__desc {
      width: 100%; } }

.promo__link {
  margin-top: 40px; }
  @media (max-width: 425px) {
    .promo__link {
      width: 100%;
      margin-top: 260px; } }

.promo__pic-wrapper {
  position: absolute;
  top: 0;
  right: -100px;
  z-index: -1; }
  @media (max-width: 425px) {
    .promo__pic-wrapper {
      top: auto;
      bottom: 63px;
      right: 0; } }

.promo__pic {
  width: 758px;
  height: 612px; }
  @media (max-width: 425px) {
    .promo__pic {
      width: 100%;
      height: 100%; } }

.educator {
  padding-top: 75px;
  border-bottom: 1px solid #D6D6D6; }
  @media (max-width: 425px) {
    .educator {
      padding-bottom: 40px; } }

.educator__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.educator__photo {
  width: 390px; }
  @media (max-width: 425px) {
    .educator__photo {
      width: 100%; } }

.educator__about-content {
  width: 675px;
  margin-top: 30px; }
  @media (max-width: 425px) {
    .educator__about-content {
      width: 100%; } }

.educator__title {
  margin: 0;
  font-size: 35px;
  font-weight: 600; }

.educator__name {
  width: 450px;
  margin: 30px 0 20px 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%; }
  @media (max-width: 425px) {
    .educator__name {
      width: auto; } }

.educator__about {
  margin: 0;
  font-size: 18px;
  line-height: 150%; }

.about {
  padding-top: 85px;
  padding-bottom: 108px;
  background-color: #FAF8F5; }

.about__title {
  margin: 0;
  font-size: 35px;
  text-align: center;
  color: #1D1D1D; }

.about__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
  grid-gap: 30px;
  justify-content: space-between;
  margin-top: 48px; }
  @media (max-width: 425px) {
    .about__list {
      grid-template-columns: repeat(1, 1fr); } }

.about__item {
  position: relative;
  padding: 20px 25px 25px;
  background: #FFFFFF;
  box-shadow: 0px 0px 24px -1px rgba(145, 163, 183, 0.26);
  border-radius: 10px; }
  .about__item::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 155px;
    height: 105px;
    background-repeat: no-repeat;
    background-size: contain; }
  .about__item--attention::before {
    background-image: url("../img/icon/icon-hat.png"); }
  .about__item--meetup::before {
    background-image: url("../img/icon/icon-notebook.png"); }
  .about__item--skills::before {
    background-image: url("../img/icon/icon-graph.png"); }

.about__item-title {
  padding-top: 125px;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  text-align: center; }

.about__item-desc {
  margin: 0;
  margin-top: 10px;
  font-size: 18px;
  line-height: 26px;
  text-align: center; }

.events {
  padding: 95px 0; }
  .events--future {
    border-bottom: 1px solid #D6D6D6; }
    .events--future .event__title {
      color: #ffffff; }
    .events--future .event__date {
      background-color: #ffffff; }
  .events--past .event__card-content {
    color: #000000;
    background-color: #FAF8F5; }
  .events--past .event__date {
    padding: 0;
    font-weight: 400; }

.events__title {
  margin: 0;
  font-size: 35px;
  font-weight: 600;
  text-align: center; }

.events__desc {
  margin-top: 10px;
  font-size: 18px;
  text-align: center; }

.events__list {
  margin-top: 62px; }

.event {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
  grid-gap: 30px;
  justify-content: space-between; }
  @media (max-width: 425px) {
    .event {
      grid-template-columns: repeat(1, 1fr); } }

.event__card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 24px rgba(145, 163, 183, 0.25)); }

.event__card-content {
  margin-bottom: 40px;
  padding: 28px 23px 25px;
  background-color: #928BF4; }

.event__speaker {
  margin: 0px 25px 30px; }

.speaker {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  user-select: none;
  transition: 3s; }
  .speaker--show-more {
    cursor: pointer; }
    .speaker--show-more .speaker__more {
      opacity: 1; }

.speaker__name {
  display: block;
  font-weight: 600; }

.speaker__about {
  margin: 5px 0 0 0; }

.speaker__more {
  position: absolute;
  top: auto;
  margin: 0;
  padding: 15px 17px;
  color: #ffffff;
  background-color: #6A6A6A;
  border-radius: 3px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  font-size: 16px; }

.event__date-time {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.event__date {
  display: inline-block;
  padding: 0 10px;
  font-size: 22px;
  font-weight: 600;
  border-radius: 5px; }

.event__time {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff; }

.event__title {
  min-height: 112px;
  margin: 30px 0 0 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  user-select: none; }

.event__link, .event__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin: auto 23px 35px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  background-color: #346AF7;
  border-radius: 5px; }

.event__button {
  font-family: inherit;
  border: none;
  padding: 0;
  cursor: pointer; }

.events__more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 358px;
  height: 55px;
  margin: 66px auto 0;
  font-size: 18px;
  color: #3D3D3D;
  border: 1px solid #3D3D3D;
  border-radius: 5px;
  display: none; }

.program {
  margin-top: 46px; }

.program__about {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.program__title {
  width: 540px;
  margin: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 42px; }

.program__desc {
  width: 580px;
  margin: 0;
  font-size: 20px;
  line-height: 38px; }
  .program__desc span {
    font-weight: 700; }

.program__list {
  margin-top: 20px; }

.course {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 25px; }

.course__card {
  position: relative;
  background: #ffffff; }
  .course__card:before {
    content: '';
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    right: 40px;
    z-index: 1;
    width: 200px;
    height: 200px;
    background-image: url("../img/icon/icon-light.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0; }
  .course__card--money:before {
    background-image: url("../img/icon/icon-money.svg"); }
  .course__card--docs:before {
    background-image: url("../img/icon/icon-docs.svg"); }
  .course__card--notebook:before {
    background-image: url("../img/icon/icon-notebook.svg"); }
  .course__card--calc:before {
    background-image: url("../img/icon/icon-calc.svg"); }
  .course__card--folders:before {
    background-image: url("../img/icon/icon-folders.svg"); }

.course__link {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 370px;
  padding: 37px 180px 24px 34px;
  color: #2C303B;
  box-shadow: 0px 0px 24px rgba(145, 163, 183, 0.26);
  border-radius: 8px;
  transition: 0.3s; }
  .course__link:hover {
    box-shadow: 0px 0px 24px rgba(145, 163, 183, 0.5); }

.course__tag {
  position: relative;
  align-self: flex-start;
  display: flex;
  padding: 5px 7px 3px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #867EF7;
  border: 1px solid #867EF7;
  border-radius: 3px; }

.course__title {
  width: 340px;
  margin: 0;
  margin-top: 40px;
  font-size: 22px;
  line-height: 140%; }

.course__desc {
  width: 300px;
  margin: 0;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px; }

.course__data {
  margin-top: auto;
  font-size: 12px;
  font-weight: 600;
  color: #8893B2; }
  .course__data span {
    position: relative;
    display: inline-block;
    padding-left: 23px;
    margin-right: 7px; }
    .course__data span:last-of-type {
      margin-right: 0; }
    .course__data span:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      width: 18px;
      height: 17px;
      background-repeat: no-repeat;
      background-size: contain; }

.course__duration:after {
  background-image: url("../img/icon/icon-calendar.svg"); }

.course__certificate:after {
  background-image: url("../img/icon/icon-cup.svg"); }

.course__hour:after {
  background-image: url("../img/icon/icon-clock.svg"); }

.course__image {
  position: absolute;
  right: 30px;
  bottom: 30px; }

.program__other {
  margin: 45px auto 0; }

@media (max-width: 425px) {
  .program {
    margin-top: 35px;
    padding-bottom: 40px; }
  .program__title {
    font-size: 24px; }
  .program__list {
    margin-top: 16px; }
  .course {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 20px; }
  .course__link {
    min-height: 370px;
    padding: 21px 31px 15px 20px; }
  .course__tag {
    font-size: 10px;
    order: -2; }
  .course__title {
    font-size: 18px; }
  .course__desc {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px; }
  .course__image {
    position: static;
    width: 70px;
    margin-top: 10px;
    order: -1; } }

.footer {
  margin-top: 50px;
  background-color: #FAF8F5;
  color: #2D3039; }

.footer__wrapper {
  display: flex;
  align-items: flex-end;
  padding: 56px 0 80px 0;
  line-height: 16px;
  border-top: 1px solid #FFFFFF; }

.footer__copyright {
  margin: 0;
  font-size: 13px; }

.footer__copyright-link {
  display: flex;
  flex-direction: column;
  display: inline;
  color: #2D3039;
  text-decoration: underline; }
  @media (max-width: 425px) {
    .footer__copyright-link {
      margin: 5px 0; } }

.footer__policy {
  display: block;
  margin-top: 20px;
  text-decoration: underline;
  color: #2D3039; }

.footer__callback {
  margin: 0;
  margin-left: 185px;
  font-size: 13px; }

.footer__phone {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #2D3039; }

.footer__logo-link {
  display: flex;
  margin-left: auto; }

.footer__logo {
  width: 175px; }

@media (max-width: 425px) {
  .footer__wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 60px; }
  .footer__copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    font-size: 13px; }
    .footer__copyright span {
      display: block; }
  .footer__policy {
    margin-top: 10px;
    text-decoration: underline;
    color: #2D3039; }
  .footer__callback {
    margin: 10px 0 0 0;
    font-size: 13px; }
  .footer__phone {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    margin: 15px 0 0 0;
    padding-left: 48px; }
    .footer__phone::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 48px;
      height: 48px;
      background: url("../img/icon/icon-phone.svg") no-repeat center; }
  .footer__logo-link {
    margin: 40px auto 0; } }

.popup {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none; }
  @media (max-width: 991px) {
    .popup {
      min-width: 375px; } }

.popup__content {
  position: relative;
  width: 1034px;
  height: 715px;
  padding: 45px 0 75px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.29);
  border-radius: 10px; }
  @media (max-width: 991px) {
    .popup__content {
      width: 95%;
      height: auto;
      padding: 20px 10px; } }

.popup__content-header {
  padding-bottom: 50px;
  border-bottom: 1px solid #D6D6D6; }

.popup__content-title {
  font-size: 26px;
  line-height: 30px;
  color: #1D1D1D;
  width: 670px;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .popup__content-title {
      width: 90%;
      margin: 0 auto 0 0; } }

.popup__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 28px;
  height: 28px;
  background: url("../img/icon/icon-close.svg") no-repeat center;
  border: none;
  cursor: pointer; }

.popup__content-video {
  height: 410px;
  margin-top: 60px;
  padding: 0 100px; }
  @media (max-width: 991px) {
    .popup__content-video {
      padding: 0; } }

.popup__content-text {
  flex-direction: column;
  padding: 0 100px; }
  .popup__content-text a {
    color: #346af7; }
