@charset "UTF-8";
.courses-window {
  --courses-window-bg: #000000;
  --courses-window-text-color: #222222;
  --courses-window-back-link-color: #0D0D0D;
  --courses-window-card-bg: #F6F6F6;
  --courses-window-card-btn-border: #6EB8FF;
  --courses-window-card-btn-color: #313BFF;
  --courses-window-card-btn-bg: transparent;
  --courses-window-card-secondary-text-color: #595959;
  --courses-window-concept-main-bg: #83EE00;
  --courses-window-concept-main-text-color: ##222222;
  --courses-window-concept-secondary-bg: #313BFF;
  --courses-window-concept-secondary-text-color: #FFFFFF;
  --courses-window-concept-main-border-color: rgba(255, 255, 255, 0.35);
}

body {
  margin: 0;
  background: var(--courses-window-bg);
}

.courses-window {
  font-family: "ALS Granate VF", sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  background: var(--courses-window-bg);
  color: var(--courses-window-text-color);
  padding-top: 64px;
  margin-left: 85px;
  margin-right: 85px;
}

.courses-window * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.courses-window p,
.courses-window h1,
.courses-window h2,
.courses-window h3,
.courses-window h4,
.courses-window h5,
.courses-window h6 {
  margin: 0;
}

.courses-window a {
  color: var(--courses-window-text-color);
  text-decoration: none;
}

.courses-window a.back-link {
  color: var(--courses-window-back-link-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 16px;
}

.courses-window a.back-link::before {
  content: "←";
}

.courses-window-main-header h1 {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
}

.courses-window-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 32px;
}

.courses-window-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 32px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.courses-window-column.left {
  max-width: 465px;
  width: 100%;
}

.courses-window .concept-block {
  border-radius: 40px;
  overflow: hidden;
}

.courses-window-container {
  width: 100%;
  padding: 0 32px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.courses-window-container > div {
  margin-bottom: 32px;
}

.courses-window-container > div:last-child {
  margin-bottom: 64px;
}

.courses-window-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--courses-window-concept-secondary-text-color);
  background: var(--courses-window-concept-secondary-bg);
}

.courses-window-author-image {
  max-width: 100%;
  width: 100%;
  padding-bottom: 80%;
  overflow: hidden;
  position: relative;
}

.courses-window-author-image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.courses-window-author-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 32px;
}

.courses-window-author-presentation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 8px;
  padding: 48px 40px;
}

.courses-window-author-presentation-subheader {
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

.courses-window-author-presentation-header h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
}

.courses-window-author-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 32px;
  color: var(--courses-window-concept-main-text-color);
  background: var(--courses-window-concept-main-bg);
  padding: 98px 90px 105px;
}

.courses-window-author-entry-header h1 {
  font-family: "ALS Granate VF", sans-serif !important;
  font-size: 90px !important;
  font-weight: 850 !important;
  text-transform: uppercase;
  line-height: 1;
}

@media screen and (max-width: 1120px) {
  .courses-window-author-entry-header h1 {
    font-size: 48px !important;
  }
}
.courses-window-author-entry-subheader {
  font-size: 24px;
  text-transform: uppercase;
}

.courses-window-author-entry-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.courses-window-author-entry-description.editor {
  display: block;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.courses-window-tranings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 24px;
}

.courses-window-tranings-header h2 {
  font-size: 28px;
}

.courses-window-tranings-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 24px;
}

.courses-window-tranings-preview {
  color: var(--courses-window-concept-secondary-text-color);
  background: var(--courses-window-concept-secondary-bg);
}

.courses-window-tranings-preview-header {
  padding: 48px 40px;
  border-bottom: 1px solid var(--courses-window-concept-main-border-color);
}

.courses-window-tranings-preview-header h2 {
  font-size: 40px;
  text-transform: uppercase;
}

.courses-window-tranings-preview-list {
  font-size: 22px;
  font-weight: 700;
  padding: 48px 40px;
}

.courses-window-tranings-preview-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 24px;
}

.courses-window-tranings-preview-list ul li {
  border-bottom: 1px solid var(--courses-window-concept-main-border-color);
  padding-bottom: 16px;
}

.courses-window-tranings-preview-list ul li a {
  color: var(--courses-window-concept-secondary-text-color);
}

.courses-window-traning-card {
  background: var(--courses-window-card-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 16px;
  padding: 44px;
}

.courses-window-traning-card-header h3 {
  font-size: 40px;
}

.courses-window-traning-card-description {
  font-size: 22px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.1;
}

.courses-window-traning-card-price {
  font-size: 32px;
  font-weight: 700;
}

.courses-window-traning-card-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
}

.courses-window-traning-card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 24px;
}

.courses-window-traning-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 32px;
  padding: 98px 90px;
  background: var(--courses-window-concept-main-bg);
  color: var(--courses-window-concept-main-text-color);
}

.courses-window-traning-back {
  color: var(--courses-window-secondary-text-color);
  font-size: 24px;
  text-transform: uppercase;
}

.courses-window-traning-tariff-card {
  background: var(--courses-window-card-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 24px;
  padding: 44px;
  border-radius: 40px;
}

.courses-window-traning-tariff-card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 24px;
}

.courses-window-traning-tariff-card-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
}

.courses-window-traning-tariff-card-conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 12px;
}

.courses-window-traning-tariff-card-image {
  padding-bottom: 66%;
  overflow: hidden;
  border-radius: 32px;
  position: relative;
}

.courses-window-traning-tariff-card-image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.courses-window-traning-tariff-card-header h3 {
  font-size: 40px;
  font-weight: bold;
}

.courses-window-traning-tariff-card-description {
  font-size: 22px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.courses-window-traning-tariff-card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 16px;
}

.courses-window-traning-tariff-card-footer .courses-window-button a:after {
  display: none;
}

.courses-window-traning-tariff-card-access {
  font-size: 22px;
  color: var(--courses-window-card-secondary-text-color);
}

.courses-window-traning-tariff-card-price {
  font-size: 32px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 8px 16px;
}

.courses-window-traning-tariff-card-price .without-discount {
  font-size: 28px;
  opacity: 0.35;
  text-decoration: line-through;
}

.courses-window-traning-tariffs-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(50% - 16px), 1fr));
  grid-gap: 32px;
}

.courses-window-button a {
  color: var(--courses-window-card-btn-color);
  font-size: 32px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 16px;
}

.courses-window-button a::after {
  content: "→";
}

@media screen and (max-width: 1199px) {
  .courses-window-column.left {
    max-width: 100%;
  }
  .courses-window-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .courses-window-tranings-preview {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .courses-window {
    font-size: 16px;
    padding-top: 48px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .courses-window a.back-link {
    grid-gap: 8px;
  }
  .courses-window-main-header h1 {
    font-size: 32px;
  }
  .courses-window-row {
    grid-gap: 24px;
  }
  .courses-window-column {
    grid-gap: 24px;
  }
  .courses-window .concept-block {
    border-radius: 24px;
  }
  .courses-window-container {
    max-width: 620px;
    padding: 0 16px;
  }
  .courses-window-container > div {
    margin-bottom: 24px;
  }
  .courses-window-container > div:last-child {
    margin-bottom: 48px;
  }
  .courses-window-author-about {
    grid-gap: 24px;
  }
  .courses-window-author-presentation {
    grid-gap: 8px;
    padding: 32px 24px;
  }
  .courses-window-author-presentation-subheader {
    font-size: 16px;
  }
  .courses-window-author-presentation-header h2 {
    font-size: 28px;
  }
  .courses-window-author-entry {
    grid-gap: 16px;
    padding: 32px 24px;
  }
  .courses-window-author-entry-header h1 {
    font-size: 36px !important;
  }
  .courses-window-author-entry-subheader {
    font-size: 18px;
  }
  .courses-window-tranings {
    grid-gap: 24px;
  }
  .courses-window-tranings-list {
    grid-gap: 24px;
  }
  .courses-window-traning-card {
    grid-gap: 16px;
    padding: 24px;
  }
  .courses-window-traning-card-header h3 {
    font-size: 28px;
  }
  .courses-window-traning-card-description {
    font-size: 18px;
  }
  .courses-window-traning-card-price {
    font-size: 24px;
  }
  .courses-window-traning-card-about {
    grid-gap: 10px;
  }
  .courses-window-traning-card-footer {
    grid-gap: 24px;
  }
  .courses-window-traning-head {
    grid-gap: 16px;
    padding: 32px 24px;
  }
  .courses-window-traning-back {
    font-size: 18px;
  }
  .courses-window-traning-tariff-card {
    grid-gap: 24px;
    padding: 24px;
  }
  .courses-window-traning-tariff-card-top {
    grid-gap: 24px;
  }
  .courses-window-traning-tariff-card-about {
    grid-gap: 10px;
  }
  .courses-window-traning-tariff-card-conditions {
    grid-gap: 12px;
  }
  .courses-window-traning-tariff-card-header h3 {
    font-size: 28px;
  }
  .courses-window-traning-tariff-card-description {
    font-size: 18px;
  }
  .courses-window-traning-tariff-card-footer {
    grid-gap: 16px;
  }
  .courses-window-traning-tariff-card-footer .courses-window-button a:after {
    display: none;
  }
  .courses-window-traning-tariff-card-access {
    font-size: 20px;
  }
  .courses-window-traning-tariff-card-price {
    font-size: 24px;
    grid-gap: 8px 12px;
  }
  .courses-window-traning-tariff-card-price .without-discount {
    font-size: 20px;
  }
  .courses-window-traning-tariff-card-image {
    width: 110px;
    padding-bottom: 110px;
    border-radius: 16px;
  }
  .courses-window-traning-tariffs-list {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
  .courses-window-button a {
    font-size: 24px;
    grid-gap: 8px;
  }
}
@media screen and (max-width: 360px) {
  .courses-window-button a {
    font-size: 21px;
  }
}

/*# sourceMappingURL=color_4.css.map */
