/*--------------------------------------------------------------
# Education & eLearning
--------------------------------------------------------------*/

.education .develop-main-title {
  align-items: flex-start;
}

.education .main-title {
  text-align: left;
}

.education .education-uppercase-title {
  margin: 0 0 20px;
  font-size: clamp(16px, 5.5vh, 20px);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.5;
}

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

  .education .education-uppercase-title-big,
  .education.develop-colums-holder-start .education .education-uppercase-title {
    font-size: 24px;
  }
}

.education .main-page-bottom-block {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .education .main-page-bottom-block {
    margin-top: 20px;
  }
}

.education .main-page-bottom-block > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (min-width: 1024px) {
  .education .main-page-bottom-block > div {
    flex-direction: row;
  }

  .education .main-page-bottom-block > div > .wp-block-group {
    max-width: 704px;
  }
}

.education .main-page-bottom-block p {
  font-size: 16px;
  margin: 0 0 20px;
}

@media screen and (min-width: 1024px) {
  .education .main-page-bottom-block p {
    font-size: 20px;
  }
}

.education .main-page-bottom-block p.education-main-button {
  margin: 0;
}

.education .main-page-bottom-block h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (min-width: 1600px) {
  .education .main-page-bottom-block h3 {
    font-size: clamp(20px, 5.5vh, 36px);
  }
}

.education .main-page-bottom-block h3 strong {
  color: var(--lightYellow);
}

body:not(.dark-theme) .education .main-page-bottom-block h3 strong {
  color: var(--yellow);
}

.education .education-main-buttons > div {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

@media screen and (min-width: 560px) {
  .education .education-main-buttons > div {
    flex-direction: row;
  }
}

.education .education-main-button a {
  display: block;
  min-width: 240px;
  max-width: 100%;
  margin: 0;
  padding: 12px 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid var(--yellow);
  color: var(--yellow);
  transition: all .3s;
  text-align: center;
}

@media screen and (min-width: 560px) {
  .education .education-main-button a {
    display: inline-block;
  }
}

.education .education-main-button-bg a {
  background: var(--yellow);
  border: 1px solid var(--yellow);
  color: var(--white);
}

.education .education-main-button-bg a:hover,
.education .education-main-button-bg a:focus {
  background: var(--white);
  border: 1px solid var(--yellow);
  color: var(--yellow);
}

.education .main-page-bottom-block .wp-block-image {
  padding: 20px;
  background: #232323;
  border: 1px solid var(--yellow);
  width: 100%;
  margin: 0;
}

body:not(.dark-theme) .education .main-page-bottom-block .wp-block-image {
  background: transparent;
}

.education .main-page-bottom-block .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.education .education-subtitle {
  max-width: 1032px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .education .education-subtitle {
    font-size: 20px;
  }
}

.education .develop-colums-rect {
  margin-bottom: 0;
}

#horizontall-wrapper .education .wp-block-columns.develop-colums-with-icons.develop-colums-rect {
  flex-wrap: wrap !important;
}

@media screen and (min-width: 1280px) {
  #horizontall-wrapper .education .wp-block-columns.develop-colums-with-icons.develop-colums-rect {
    flex-wrap: nowrap !important;
  }
}

.education .education-grid > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.education .education-grid .develop-colums .wp-block-heading {
  font-size: 20px;
}

body:not(.dark-theme) .education .education-grid .develop-colums .wp-block-heading {
  color: var(--yellow);
}

@media screen and (min-width: 1800px) {
  .education .education-grid > div {
    gap: 40px;
  }

  .education .education-grid .develop-colums .wp-block-heading {
    font-size: 24px;
  }
}

.education .education-text-button {
  margin: 40px 0 0;
}

@media screen and (min-width: 1600px) {
  .education .education-text-button {
    margin: 20px 0 0;
  }
}

@media screen and (min-width: 1800px) {
  .education .education-text-button {
    margin: 40px 0 0;
  }
}

.education .education-text-button > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

@media screen and (min-width: 1024px) {
  .education .education-text-button > div {
    flex-direction: row;
  }
}

.education .education-text-button h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .education .education-text-button h3 {
    font-size: 24px;
  }
}

.education .education-text-button .education-main-button {
  margin-bottom: 0;
}

.education .education-platform-title {
  margin: 0 0 20px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  color: var(--lightYellow);
}

body:not(.dark-theme) .education .education-platform-title {
  color: var(--yellow);
}

@media screen and (min-width: 1024px) {
  .education .education-platform-title {
    font-size: 30px;
  }
}

@media screen and (min-width: 1600px) {
  .education .education-platform-title {
    font-size: clamp(20px, 5.5vh, 36px);
  }
}


.education .education-platform {
  margin: 0 0 40px;
}

.education .education-platform > div {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .education .education-platform > div {
    flex-direction: row;
    gap: 40px;
  }

  .education .education-platform figure,
  .education .education-platform .education-platform-list-wrapper {
    width: 50%;
  }
}

@media screen and (min-width: 1600px) {
  .education .education-platform > div {
    gap: 80px;
  }
}

.education .education-platform figure {
  margin: 0;
}

.education .education-platform figure iframe {
  height: 358px;
}

.education .education-platform-list-title {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}

body.dark-theme .education .education-platform-list-title a {
  color: var(--lightYellow);
}

body:not(.dark-theme) .education .education-platform-list-title a {
  color: var(--yellow);
}

@media screen and (min-width: 1800px) {
  .education .education-platform-list-title {
    font-size: 30px;
  }
}

.education .education-platform-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.education .education-platform-list li {
  position: relative;
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  padding-left: 26px;
}

.education .education-platform-list li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1800px) {
  .education .education-platform-list li {
    font-size: 24px;
  }
}

.education .education-platform-list li::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 10px;
  display: inline-block;
  background-color: var(--lightYellow);
}

body:not(.dark-theme) .education .education-platform-list li::before {
  background-color: var(--yellow);
}

.education .education-platform-bottom .wp-block-group > div {
  display: flex;
  gap: 20px;
  flex-direction: column-reverse;
}

@media screen and (min-width: 1024px) {
  .education .education-platform-bottom .wp-block-group > div {
    flex-direction: row;
    gap: 40px;
  }
}

@media screen and (min-width: 1600px) {
  .education .education-platform-bottom .wp-block-group > div {
    gap: 80px;
  }
}

.education .education-platform-bottom .wp-block-group p {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .education .education-platform-bottom .wp-block-group p {
    width: 50%;
    font-size: 20px;
  }
}

.education .education-mvp {
  margin: 0 0 20px;
}

.education .education-mvp > div {
  display: flex;
  gap: 40px;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .education .education-mvp {
    margin: 0 0 40px;
  }

  .education .education-mvp > div {
    flex-direction: row;
  }
}

@media screen and (min-width: 1600px) {
  .education .education-mvp > div {
    gap: 80px;
  }
}

.education .education-mvp .education-mvp-col {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .education .education-mvp .education-mvp-col {
    width: calc(100%/3);
  }
}

.education .education-mvp .education-mvp-col::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -20px;
  left: 0;
  background-color: var(--lightYellow);
}

@media screen and (min-width: 1024px) {
  .education .education-mvp .education-mvp-col::after {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -5px;

    bottom: auto;
    left: auto;
  }
}

@media screen and (min-width: 1600px) {
  .education .education-mvp .education-mvp-col::after {
    right: -30px;
  }
}

@media screen and (min-width: 1024px) {
  .education .education-mvp .education-mvp-col:first-child {
    padding-left: 24px;
  }
}

.education .education-mvp .education-mvp-col:last-child::after {
  display: none;
}

body:not(.dark-theme) .education .education-mvp .education-mvp-col::after {
  background-color: var(--yellow);
}

.education .education-mvp .education-mvp-col h3 {
  position: relative;
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 30px;
}

.education .education-mvp .education-mvp-col h3::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 6px;
  display: inline-block;
  background-color: var(--lightYellow);
}

@media screen and (min-width: 1024px) {
  .education .education-mvp .education-mvp-col h3 {
    padding-left: 0;
    font-size: 30px;
  }

  .education .education-mvp .education-mvp-col h3::before {
    left: -24px;
    top: 10px;
  }
}

@media screen and (min-width: 1800px) {
  .education .education-mvp .education-mvp-col h3 {
    font-size: 36px;
  }

  .education .education-mvp .education-mvp-col h3::before {
    top: 16px;
  }
}

body:not(.dark-theme) .education .education-mvp .education-mvp-col h3::before {
  background-color: var(--yellow);
}

.education .education-mvp .education-mvp-col p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
  .education .education-mvp .education-mvp-col p {
    font-size: 20px;
  }
}

.education .education-mvp-bottom > div {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .education .education-mvp-bottom > div {
    gap: 40px;
    flex-direction: row;
  }
}

@media screen and (min-width: 1800px) {
  .education .education-mvp-bottom > div {
    align-items: center;
  }
}

.education .education-mvp-bottom figure {
  margin: 0;
}

.education .education-mvp-bottom img {
  min-height: 230px;
  object-fit: cover;
}

@media screen and (min-width: 1800px) {
  .education .education-mvp-bottom img {
    min-height: 342px;
  }
}

.education .education-mvp-bottom h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.education .education-mvp-bottom p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .education .education-mvp-bottom h3 {
    font-size: 30px;
  }
  .education .education-mvp-bottom p {
    font-size: 24px;
  }
}

@media screen and (min-width: 1800px) {
  .education .education-mvp-bottom h3 {
    font-size: 36px;
    margin: 0 0 20px;
  }

  .education .education-mvp-bottom p {
    font-size: 30px;
    margin: 0 0 20px;
  }
}

.education .education-mvp-bottom p.education-main-button {
  font-size: 16px;
  max-width: 365px;
  margin: 0;
}

@media screen and (min-width: 560px) {
  .education .education-mvp-bottom p.education-main-button {
    max-width: 365px;
  }
}

.education .education-core > div {
  display: flex;
  flex-wrap: wrap;
}

.education .education-core .education-core-item {
  padding: 20px 0;
  border-bottom: 1px solid #F7F8FA4D;
}

@media screen and (min-width: 1024px) {
  .education .education-core .education-core-item {
    padding: 20px;
    width: calc(100%/3);
    border-right: 1px solid #F7F8FA4D;
  }
}

@media screen and (min-width: 1800px) {
  .education .education-core .education-core-item {
    padding: 40px;
  }
}

body:not(.dark-theme) .education .education-core .education-core-item {
  border-color: var(--grayLightBorder);
}

.education .education-core .education-core-item:nth-child(3),
.education .education-core .education-core-item:nth-child(6) {
  border-right: none;
}


@media screen and (min-width: 1024px) {
  .education .education-core .education-core-item:nth-child(n+4) {
    border-bottom: none;
  }
}

.education .education-core .education-core-item > div {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

@media screen and (min-width: 560px) {
  .education .education-core .education-core-item > div {
    flex-direction: row;
  }
}

.education .education-core .education-core-item svg {
  flex-shrink: 0;
}

.education .education-core .education-core-item h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 20px;
  text-transform: uppercase;
  color: var(--lightYellow);
}

body:not(.dark-theme) .education .education-core .education-core-item h3 {
  color: var(--yellow);
}

.education .education-core .education-core-item p {
  margin: 0;
  font-size: 16px;
}

@media screen and (min-width: 1800px) {
  .education .education-core .education-core-item p {
    font-size: 20px;
  }
}

body:not(.dark-theme) .education .education-core .education-core-item svg rect[stroke="#F7F8FA"],
body:not(.dark-theme) .education .education-core .education-core-item svg path[stroke="#F7F8FA"] {
  stroke: #1D173D;
}

body:not(.dark-theme) .education .education-core .education-core-item svg circle[stroke="#F7F8FA"],
body:not(.dark-theme) .education .education-core .education-core-item svg path[fill="#F7F8FA"] {
  fill: #1D173D;
}
body:not(.dark-theme) .education .education-core .education-core-item svg rect[fill="#1A1A1B"],
body:not(.dark-theme) .education .education-core .education-core-item svg path[fill="#1A1A1B"] {
  fill: var(--white);
}

body:not(.dark-theme) .education .education-core .education-core-item svg circle[stroke="#F48A1F"],
body:not(.dark-theme) .education .education-core .education-core-item svg rect[stroke="#F48A1F"],
body:not(.dark-theme) .education .education-core .education-core-item svg path[stroke="#F48A1F"] {
  stroke: var(--yellow);
}
body:not(.dark-theme) .education .education-core .education-core-item svg path[fill="#F48A1F"] {
  fill: var(--yellow);
}

@media (min-width: 1600px) and (max-width: 1800px) {

  .education .hide-on-mid {
    display: none;
  }
}

.education.case-page .case-link {
  margin-bottom: 0 !important;
}

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

  .education .education-uppercase-title,
  .education .education-platform-list-title,
  .education .education-grid .develop-colums .wp-block-heading,
  .education .education-core .education-core-item h3,
  .education .develop-colums .wp-block-heading,
  #content .education .wpsm_panel-group .wpsm_panel .ac_title_class {
    font-size: 36px;
  }
  
  .education .main-page-bottom-block p,
  .education .education-platform-list-description,
  .education .education-grid .develop-colums p,
  .education .education-text-button h3,
  .education .education-platform-list li,
  .education .education-subtitle,
  .education .education-core .education-core-item p,
  .education .education-mvp .education-mvp-col p,
  .education .education-platform-bottom .wp-block-group p,
  .education .education-platform-list-wrapper p,
  .education .develop-colums p {
    font-size: 30px;
  }

  #content .education .wpsm_panel-group .wpsm_panel-body {
    font-size: 30px !important;
  }

  .education .main-page-bottom-block > div > .wp-block-group,
  .education .education-subtitle {
    max-width: unset;
  }

  .education .education-subtitle br {
    display: none;
  }

  .education .education-main-button a {
    font-size: 24px;
  }

  .education .education-main-button a {
    min-width: 420px;
  }

  .education .education-grid .develop-colums svg {
    width: 80px;
    height: 80px;
  }

  .education .education-platform figure iframe {
    height: 640px;
    width: 100%;
  }

  .education .education-mvp-bottom figure {
    width: 50%;
  }

  .education .education-mvp-bottom img {
    min-height: 45vh;
    width: 100%;
  }

  .education .education-mvp-bottom p.education-main-button {
    max-width: 420px;
  }

  .education .education-core {
    height: 70vh;
  }

  .education .education-core > div {
    height: 100%;
  }

  .education .education-platform-list-title,
  .education .education-platform-list li {
    margin-bottom: 40px;
  }

  .education .education-mvp-bottom > div {
    align-items: start;
  }
}