[data-href] {
  cursor: pointer;
}

*:not(ul, ol) {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  text-decoration: none;
  color: inherit;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

body {
  font-size: 14px;
  line-height: 1.2;
  border-top: 5px solid #ccc;
}

h2, h3, .h2, .h3 {
  margin: 15px 0;
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

header {
  display: flex;
  max-width: 1240px;
  margin: 40px auto;
  color: #31004c;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  header {
    flex-direction: column;
    align-items: center;
  }
}
header .logo {
  display: flex;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 768px) {
  header .logo {
    flex-direction: column;
    align-items: center;
  }
}
header .logo .company-name {
  font-size: 32px;
  font-weight: 600;
}
header .logo .company-name span {
  position: relative;
  bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #0e74dc;
}
@media (max-width: 768px) {
  header .logo .right {
    text-align: center;
  }
}
header .logo .company-description {
  font-size: 14px;
  color: #0e74dc;
}
header .logo img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  header .logo img {
    width: 100px;
    height: 100px;
    margin: 0 0 15px;
  }
}
header .contacts .phones {
  display: flex;
  flex-direction: column;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 3px;
  word-spacing: 6px;
}
header .contacts .phones span {
  color: #e63239;
}
header .contacts .phones a:nth-child(2) span {
  letter-spacing: 4px;
}
@media (max-width: 768px) {
  header .contacts .phones {
    display: none;
  }
}
header .contacts .languages {
  display: inline-block;
  position: absolute;
}
@media (max-width: 768px) {
  header .contacts .languages {
    width: 280px;
    text-align: center;
  }
}
header .contacts .languages .lang-link {
  color: #0e74dc;
  display: none;
  margin-bottom: 2px;
}
header .contacts .languages .lang-link.active {
  display: inline-block;
  position: relative;
  border-bottom: 0.1vw dashed #0e74dc;
  cursor: pointer;
}
header .contacts .languages .lang-link.active:after {
  content: ".";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid #0e74dc;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  overflow: hidden;
  top: 7px;
  right: -16px;
}
header .contacts .contacts {
  float: right;
  color: #0e74dc;
  border-bottom: 0.1vw dashed #0e74dc;
}
@media (max-width: 1200px) {
  header .contacts .contacts {
    display: none;
  }
}

.register-invitation {
  display: flex;
  flex-direction: column;
  padding: 20px 30px 20px 60px;
  border: 1px solid #f5f5f5;
  transition: 1s ease-in-out all;
  box-sizing: content-box;
}
@media (max-width: 1200px) {
  .register-invitation {
    display: none;
  }
}
.register-invitation svg {
  width: 20px;
  height: 33px;
  position: absolute;
  margin-left: -30px;
  transition: 0.5s;
}

#desktop-menu {
  text-align: center;
  color: white;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#desktop-menu .edu, #desktop-menu .edu a {
  border-color: #0e74dc;
}
#desktop-menu .lang, #desktop-menu .lang a {
  border-color: #16a824;
}
#desktop-menu .boarding, #desktop-menu .boarding a {
  border-color: #2b2b2b;
}
#desktop-menu .menu-top {
  display: flex;
  justify-content: center;
  max-width: 1240px;
  margin: 0 auto;
  gap: 10px;
}
@media (max-width: 1200px) {
  #desktop-menu .menu-top {
    flex-wrap: nowrap;
  }
}
#desktop-menu .menu-top .menu-item {
  cursor: pointer;
  color: black;
  flex: 1;
}
#desktop-menu .menu-top .menu-item .caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
  border-radius: 4px;
  margin-bottom: 5px;
  border-style: solid;
  border-width: 2px;
  background: linear-gradient(0deg, #ebebeb 0%, rgba(255, 255, 255, 0) 20%);
}
#desktop-menu .menu-top .menu-item .caption div:first-child {
  font-weight: 600;
  font-size: 18px;
  padding: 25px 0 2px;
  text-align: center;
}
@media (max-width: 500px) {
  #desktop-menu .menu-top .menu-item .caption div:first-child {
    font-size: 13px;
  }
}
#desktop-menu .menu-top .menu-item .caption div:nth-child(2) {
  padding: 2px 0 25px;
  text-align: center;
}
@media (max-width: 500px) {
  #desktop-menu .menu-top .menu-item .caption div:nth-child(2) {
    font-size: 13px;
  }
}
#desktop-menu .menu-top .menu-item .icon {
  height: 145px;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0823529412);
}
#desktop-menu .expansions {
  display: flex;
  justify-content: center;
}
#desktop-menu .expansion {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 2;
  padding: 20px;
  box-sizing: border-box;
  max-width: 1240px;
  margin: 0 auto;
  border-radius: 4px;
  border-style: solid;
  border-width: 2px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: linear-gradient(0deg, #e5e5e5 0%, #fff 20%);
}
@media (max-width: 500px) {
  #desktop-menu .expansion {
    top: 91px;
  }
}
#desktop-menu .expansion .title {
  display: inline-block;
  color: black;
  font-size: 1.6em;
  font-weight: 600;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
#desktop-menu .expansion div {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}
#desktop-menu .expansion a:not(.title) {
  width: calc(25% - 30px);
  padding: 5px 11px;
  display: inline-block;
  margin: 4px;
  color: black;
  font-weight: 600;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  background: linear-gradient(0deg, #e5e5e5 0%, #ffffff 20%);
}
@media (max-width: 768px) {
  #desktop-menu .expansion a:not(.title) {
    width: calc(50% - 30px);
    font-size: 12px;
  }
}
#desktop-menu .expansion .expansion-close {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}
#desktop-menu .expansion .expansion-close span {
  width: 60px;
  height: 60px;
  color: black;
  margin-top: 20px;
  border-radius: 30px;
  padding-top: 20px;
  font-size: 40px;
  cursor: pointer;
  border-style: solid;
  border-width: 2px;
  background: linear-gradient(0deg, #e5e5e5 0%, #ffffff 20%);
}

.deco_title {
  max-width: 1240px;
  margin: 0 auto;
  color: white;
  min-height: 100px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(45deg, #79389e, #4c7fb4);
}
.deco_title .background {
  position: absolute;
  color: transparent;
  text-shadow: 0 0 20px white;
  font-size: 94px;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
}
.deco_title .longtitle {
  width: calc(100% - 20px);
  font-size: 48px;
  text-align: center;
  font-weight: bolder;
  padding: 0;
  margin: 0 20px;
  margin-bottom: 7px;
  line-height: 0.9;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  .deco_title .longtitle {
    font-size: 24px;
  }
}

.breadcrumbs {
  margin: 20px 0 20px;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.breadcrumbs .link {
  display: inline-block;
}
.breadcrumbs .link span {
  color: #0e74dc;
  text-decoration: none;
  outline: none;
}
.breadcrumbs .link:not(.active)::after {
  content: url(../img/delimiter.png);
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}

#homepage_slider {
  position: relative;
  margin: 10px auto;
  cursor: pointer;
  display: flex;
  height: 380px;
  justify-content: center;
}
@media (max-width: 1200px) {
  #homepage_slider {
    display: none;
  }
}
#homepage_slider .slide {
  transition: all ease 0.3s;
  width: 1240px;
  margin: 0 auto;
}

.slim-header {
  margin-top: 40px;
  font-size: 36px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #31004c;
}
@media (max-width: 768px) {
  .slim-header {
    font-size: 27px;
  }
}

#clock-container {
  background: url(../img/homepage/main_form_bg.webp) no-repeat 50% 50%/cover transparent;
  display: flex;
  flex-direction: column;
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}
#clock-container #clock {
  display: flex;
  justify-content: center;
  margin: 20px 0 40px;
  flex-wrap: wrap;
}
#clock-container #clock div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  font-size: 48px;
  color: black;
  margin: 25px;
  border-width: 2px;
  border-style: solid;
  background: linear-gradient(0deg, #e5e5e5 0%, #ffffff 20%);
}
@media (max-width: 768px) {
  #clock-container #clock div {
    width: 120px;
    height: 120px;
  }
}
#clock-container #clock div span {
  display: block;
  font-size: 14px;
}
#clock-container #clock div:nth-child(1) {
  border-color: #f5c207;
}
#clock-container #clock div:nth-child(2) {
  border-color: #e63239;
}
#clock-container #clock div:nth-child(3) {
  border-color: #4c7fb4;
}
#clock-container #clock div:nth-child(4) {
  border-color: #343434;
}
#clock-container #clock div:nth-child(5) {
  border-color: #16a824;
}
#clock-container #clock div:nth-child(6) {
  border-color: #79389e;
}

main {
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  main {
    margin: 20px;
  }
}
main article {
  margin: 20px auto;
  line-height: 1.5;
  text-align: justify;
}
main article a {
  color: #0e74dc;
}
main article a:visited {
  color: #79389e;
}
main article .ql-align-center {
  text-align: center;
}
main article .ql-align-left {
  text-align: left;
}
main article .ql-align-right {
  text-align: right;
}
main article .ql-align-justify {
  text-align: justify;
}

.banner {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.flex {
  display: flex;
}
@media (max-width: 768px) {
  .flex {
    flex-direction: column;
    align-items: center;
  }
}
.flex aside {
  flex: 1;
  margin-left: 10px;
  min-width: 300px;
}
@media (max-width: 768px) {
  .flex aside {
    max-width: unset;
    width: 100%;
    margin-left: unset;
  }
}
.flex aside nav .box {
  display: none;
}
.flex aside nav .box.active {
  display: block;
}
.flex aside nav .title, .flex aside nav a {
  margin-bottom: 8px;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  display: block;
  border-radius: 4px;
}
.flex aside nav .title {
  text-transform: uppercase;
  padding: 15px 10px;
  color: white;
  background: linear-gradient(45deg, #79389e, #4c7fb4);
  font-weight: bold;
  letter-spacing: 0.5px;
}
.flex aside nav a {
  background-color: #f6f7f7;
  border-bottom: 2px solid #ccc;
  color: #1f1f1f;
}
.flex.countries {
  flex-wrap: wrap;
}
.flex.countries a {
  display: block;
  height: 200px;
  width: 300px;
  margin: 5px;
  position: relative;
  border-radius: 4px;
}
.flex.countries a .header {
  position: absolute;
  bottom: 0;
  font-weight: bold;
  padding: 15px 20px;
  text-transform: uppercase;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
}

.advantages, .start_block {
  margin-top: 80px;
  padding: 40px 70px 100px;
  background: url(../img/homepage/advantages_bg.webp) no-repeat 50% 50%/cover transparent;
  text-align: center;
}
@media (max-width: 768px) {
  .advantages, .start_block {
    padding: 0 20px;
  }
}
.advantages p, .start_block p {
  padding-left: 30px;
  padding-right: 30px;
  color: #8e959f;
}
.advantages .slim-header, .start_block .slim-header {
  margin-bottom: 60px;
}
.advantages .container, .start_block .container {
  width: 800px;
  padding: 10px 0 40px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .advantages .container, .start_block .container {
    width: auto;
  }
}
.advantages .flex, .start_block .flex {
  display: flex;
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .advantages .flex, .start_block .flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.advantages .flex .column, .start_block .flex .column {
  width: 33%;
}
@media (max-width: 768px) {
  .advantages .flex .column, .start_block .flex .column {
    width: 100%;
    margin-bottom: 40px;
  }
}
.advantages .flex .column .h3, .start_block .flex .column .h3 {
  color: #0e74dc;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
}
.advantages .flex .column .img, .start_block .flex .column .img {
  width: 226px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  background-position: 0 150px;
}
.advantages .flex .column .img.advantage_1, .start_block .flex .column .img.advantage_1 {
  background-image: url(../img/homepage/advantage_1.png);
}
.advantages .flex .column .img.advantage_2, .start_block .flex .column .img.advantage_2 {
  background-image: url(../img/homepage/advantage_2.png);
}
.advantages .flex .column .img.advantage_3, .start_block .flex .column .img.advantage_3 {
  background-image: url(../img/homepage/advantage_3.png);
}
.advantages .note_1, .start_block .note_1 {
  margin-top: 20px;
  font-size: 22px;
  color: #31004C;
  font-weight: 300;
}
.advantages .note_2, .start_block .note_2 {
  font-size: 22px;
  color: #31004C;
  font-weight: 700;
}

.lang-icons {
  display: flex;
  flex-wrap: wrap;
}
.lang-icons div {
  width: 20%;
  padding: 20px;
  text-align: center;
}
.lang-icons div img {
  height: 60px;
  width: auto;
}

.get-register {
  width: 100%;
  padding: 15px;
  border: 2px solid #16a824;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: black;
  cursor: pointer;
  margin-bottom: 10px;
  border-radius: 4px;
  background: linear-gradient(0deg, #ebebeb 0%, rgba(255, 255, 255, 0) 20%);
}/*# sourceMappingURL=main.css.map */