

/* Start:/local/components/public/main.page/templates/.default/style.css?16786892822344*/
.main-wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
  margin-bottom: -164px;
}

.main-img {
  width: 100%;
}

.main-text {
  padding: 8px;
  width: 100%;
  max-width: 650px;
  margin: auto;

  color: #212121;
  font-size: 24px;
  text-align: center;

  font-family: "OfficinaSansBookC";
  line-height: 36px;
  font-weight: 400;
}

/* @media screen and (max-width: 639px) {
  .main-text {
    font-size: 22px;
    line-height: 1.35;
  }
} */

.main-bg {
  position: relative;
  top: -26px;
  left: calc(50% - 600px + -210px);
  width: 1600px;
}

.main-text-wrapper {
  width: 100%;
  position: relative;
  top: -172px;
}

.main-button-wrapper {
  padding: 42px 0;
  background-color: #f6f8fb;
}

.main-button-curve {
  padding-right: 10px;
}

.main-button-arrow {
  display: none;
  padding-bottom: 12px;
}

@media screen and (max-width: 479px) {
  .main-bg {
    top: 0px;
    left: calc(50% - 160px + -281px);
    width: 875px;
  }

  .main-wrapper {
    margin-bottom: -72px;
  }

  .main-text-wrapper {
    top: -78px;
  }

  .main-button-wrapper {
    padding: 12px 0 24px;
  }

  .main-button-arrow {
    display: block;
  }

  .main-button-curve {
    display: none;
  }

  .main-button-direction {
    flex-direction: column;
  }
}

@media screen and (min-width: 479px) and (max-width: 639px) {
  .main-bg {
    top: -20px;
    left: calc(50% - 240px + -402px);
    width: 1265px;
  }

  .main-wrapper {
    margin-bottom: -128px;
  }

  .main-text-wrapper {
    top: -134px;
  }

  .main-button-wrapper {
    padding: 12px 0 24px;
  }

  .main-button-arrow {
    display: block;
  }

  .main-button-curve {
    display: none;
  }

  .main-button-direction {
    flex-direction: column;
  }
}

@media screen and (min-width: 639px) and (max-width: 959px) {
  .main-bg {
    top: -30px;
    left: calc(50% - 320px + -490px);
  }

  .main-wrapper {
    margin-bottom: -170px;
  }

  .main-text-wrapper {
    top: -176px;
  }

  .main-button-wrapper {
    padding: 16px 0 40px;
  }

  .main-button-arrow {
    display: block;
  }

  .main-button-curve {
    display: none;
  }

  .main-button-direction {
    flex-direction: column;
  }
}

@media screen and (min-width: 959px) and (max-width: 1190px) {
  .main-bg {
    left: calc(50% - 480px + -328px);
  }
}

.main-news-block {
  height: 510px;
  overflow: auto;
}

/* End */


/* Start:/local/components/public/news.list/templates/news-main/style.css?16786892822809*/
.title-block {
  line-height: 30px;
}

.playBackground{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -11px;
  bottom: -11px;
  color: black;
  border: 2px solid #189cd8;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background: white;
  font-size: 17px;
}

.news-item-text {
  line-height: 27px;
}

.main-news-block .news-item-block-container {
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
}

/* общие стили для новостных бблоков */
.news-date-text {
  width: 90px;
  background-color: #189cd8;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
}
.news-date-number {
  font-size: 48px;
}

/* стили для декоративных элементов внизу блока */
.news-link {
  text-decoration: underline;
  font-size: 30px;
  color: #0085c3;
}
.news-decorating_border {
  margin-left: 20px;
  margin-right: 20px;
  flex-grow: 1;
  height: 1px;
  background-color: #e5e5e5;
}

/* стили для кнопок */
.buttons-block {
  display: flex;
  width: 130px;
  justify-content: space-between;
}
.button {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background-color: #189cd8;
}
.button:hover {
  background-color: mediumvioletred;
  cursor: pointer;
}
.button.disabled {
  background-color: #e5e5e5;
  cursor: default;
}
.button::before {
  content: "";
  background-image: url(/local/components/public/news.list/templates/news-main/);
  background-repeat: no-repeat;
  background-position: center center;
}
.button svg {
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 14px);
  width: 15px;
  height: 28px;
}
.button-prev svg {
  transform: rotate(180deg);
}

/* стили для слайдера */
.news-slider-wrapper {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.news-slider-block {
  min-width: 100%;
  position: absolute;
  transform: translate(0px);
}
.news-slider-wrapper .news-slider-block {
  flex-wrap: nowrap;
}
.news-item-block-container.news-slider-item {
  max-width: 100vw;
}
.news-slider-buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: white;
  padding: 0 15px;
}

/* размеры блоков в слайдере для разных экранов */
@media screen and (min-width: 576px) {
  .news-item-block-container.news-slider-item {
    max-width: 540px;
  }
}

@media screen and (min-width: 768px) {
  .news-item-block-container.news-slider-item {
    max-width: 720px;
  }
}

@media screen and (min-width: 992px) {
  .news-item-block-container.news-slider-item {
    max-width: 480px;
  }
}

@media screen and (min-width: 1200px) {
  .news-item-block-container.news-slider-item {
    max-width: 570px;
  }
}

/* End */


/* Start:/local/components/public/main.subject-areas/templates/.default/style.css?1678689282192*/
.section-subjects-bg {
  background-color: #f3fbfe;
}

.subjects-item {
  transition: all 0.2s ease-in-out;
  opacity: 0.9;
}

.subjects-item:hover {
  opacity: 1;
  transform: scale(1.12);
}

/* End */


/* Start:/local/components/public/main.schedule/templates/.default/style.css?1678689282966*/
.time {
  font-family: "OfficinaSans";
  color: #0085c3;
  font-size: 18px;
}

.sectiontextwrapper {
  display: block;
  padding-left: 36px;
  padding-bottom: 90px;
}

.sectiontextwrapper.last {
  padding-bottom: 30px;
}

.leftcol {
  display: block;
  color: #0085c3;
  text-align: right;
}

.righttablewrapper {
  position: relative;
}

.circlewrapper {
  background: #fff;
  z-index: 100;
  position: absolute;
  top: 4px;
  padding-bottom: 4px;
}

.circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #0085c3;
}

.circle-past {
  background-color: #0085c3;
}

.line {
  width: 2px;
  background-color: #189cd8;
  position: absolute;
  top: 4px;
  left: 7px;
  right: 0;
  bottom: 0;
}

.time-mobile {
  display: none;
  font-family: "OfficinaSans";
  font-size: 18px;
  color: #0085c3;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .leftcol {
    display: none;
  }

  .time-mobile {
    display: block;
  }
}

/* End */


/* Start:/local/components/public/main.universities/templates/.default/style.css?1678689282375*/
.universities-img {
  width: auto;
  max-height: 140px;
}

.university-modal-close {
  padding: 6px;
  background: #000000;
}

.universities-modal-description,
.universities-modal-tracks {
  font-size: 16px;
}

.universities-modal-tracks ul {
  padding: 0;
  list-style-type: none;
}

@media screen and (max-width: 400px) {
  .universities-img {
    max-height: 110px;
  }
}

/* End */


/* Start:/local/components/public/main.partners/templates/.default/style.css?1678689282118*/
.section-partners-bg {
  background-color: #0085c3;
}

.section-partners-title-color {
  color: #ffffff !important;
}

/* End */


/* Start:/local/components/public/main.faq/templates/.default/style.css?1678689282574*/
.section-faq-content {
  position: relative;
  z-index: 1;
}

.faq-circle {
  background-color: #0085c3;
  color: #ffffff;
  border-radius: 50%;
  width: 60px;
  min-width: 60px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  overflow: hidden;
  white-space: nowrap;
}

.faq-item {
  margin-bottom: 72px;
}

@media screen and (max-width: 479px) {
  .faq-circle {
    display: none;
  }
  .faq-item {
    margin: 0 36px 36px 0;
  }
}

@media screen and (min-width: 480px) and (max-width: 992px) {
  .faq-item {
    margin-bottom: 36px;
  }
}

/* End */
/* /local/components/public/main.page/templates/.default/style.css?16786892822344 */
/* /local/components/public/news.list/templates/news-main/style.css?16786892822809 */
/* /local/components/public/main.subject-areas/templates/.default/style.css?1678689282192 */
/* /local/components/public/main.schedule/templates/.default/style.css?1678689282966 */
/* /local/components/public/main.universities/templates/.default/style.css?1678689282375 */
/* /local/components/public/main.partners/templates/.default/style.css?1678689282118 */
/* /local/components/public/main.faq/templates/.default/style.css?1678689282574 */
