@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
body {
  background-color: #515CB0;
  font-family: "Roboto", sans-serif;
  margin: 0;
  color: #191816;
}

.header-main-wrapper {
  display: flex;
}

.section {
  display: block;
}

.header-block {
  color: white;
  height: 425px;
}
@media screen and (max-width: 900px) {
  .header-block {
    height: 375px;
  }
}
.header-block .header-logos {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 1050px;
}
@media screen and (max-width: 900px) {
  .header-block .header-logos {
    width: auto;
  }
}
.header-block .header-logos .header-logos-title {
  text-align: left;
  margin-top: 5px;
  font-weight: bolder;
}
.header-block .header-logos .header-logos-title-link {
  text-align: left;
  margin-left: 5%;
  margin-top: 11px;
  font-weight: bolder;
  font-size: 16px;
  text-decoration: none;
  color: white;
}
.header-block .header-logos .header-logos-icons {
  flex-grow: 2;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .header-block .header-logos .header-logos-icons {
    display: none;
  }
}
.header-block .header-logos .header-logos-icons .header-logo-link {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}
.header-block .header-main {
  display: flex;
  justify-content: space-between;
  width: 1050px;
}
@media screen and (max-width: 900px) {
  .header-block .header-main {
    width: auto;
  }
}
.header-block .header-main .header-main-title {
  font-size: 46px;
  font-weight: bolder;
  text-align: left;
}
.header-block .header-main .header-main-title .header-h1 {
  line-height: 38px;
}
@media screen and (max-width: 900px) {
  .header-block .header-main .header-main-title .header-h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.header-block .header-main .header-main-title .header-description {
  font-size: 14px;
  max-width: 400px;
  font-weight: lighter;
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
@media screen and (max-width: 900px) {
  .header-block .header-main .header-main-title .header-description {
    margin-top: 0;
  }
}
.header-block .header-main .header-main-image {
  text-align: right;
}
.header-block .header-main .header-main-image img {
  height: 450px;
}
@media screen and (max-width: 1040px) {
  .header-block .header-main .header-main-image img {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .header-block .header-main .header-main-image {
    display: none;
  }
}

.header-block-short {
  height: 64px;
  display: flex;
}
.header-block-short .header-logos {
  padding-top: 0;
  width: 1050px;
}

.footer-block {
  background: white;
  height: 100px;
}
.footer-block .footer-block-elements {
  height: 100px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #515CB0;
  width: 100%;
  text-align: center;
}
.footer-block .footer-block-elements img {
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  width: 1050px;
}
@media screen and (max-width: 900px) {
  .footer-block {
    display: none;
  }
}

.underheader-block {
  height: 29px;
  background-color: white;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.content-block-wrapper {
  background-color: white;
  padding-top: 20px;
  display: flex;
}

.content-block-space {
  flex-grow: 1;
  min-width: 20px;
}

.content-block {
  width: 1050px;
}
@media screen and (max-width: 1083px) {
  .content-block {
    width: 700px;
  }
}
.content-block .content-month {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .content-block .content-month {
    display: block;
    margin-top: 0;
  }
}
.content-block .content-month-title {
  font-size: 40px;
  font-weight: bolder;
  width: 300px;
  min-width: 300px;
}
.content-block .content-month-title .content-month-video-title {
  display: block;
  vertical-align: middle;
  line-height: normal;
  color: #515CB0;
  font-weight: bolder;
  font-size: 16px;
  padding: 25px 10px 25px 0;
}
.content-block .content-month-title .month-video-item-title {
  display: block;
  vertical-align: middle;
  line-height: normal;
  color: black;
  font-weight: normal;
  font-size: 16px;
  padding-right: 10px;
}
.content-block .content-month-title .month-video-item-link {
  color: #515CB0;
  font-size: 16px;
  padding: 0 10px 25px 0;
  vertical-align: middle;
  line-height: normal;
  font-weight: normal;
}
.content-block .content-month-title .month-video-item-link a {
  color: #515CB0;
}
.content-block .content-month-cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.content-block .content-month-cards a {
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .content-block .content-month-cards a {
    margin-right: 0;
  }
}

main {
  display: block;
}
main h1 {
  font-size: 24px;
  font-weight: 600;
}

.cards-month {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cards-month a {
  margin-right: 20px;
  margin-bottom: 20px;
}

.card-big {
  overflow: hidden;
}
.card-big .card-img {
  border-radius: 20px;
  width: 735px;
}
@media screen and (max-width: 900px) {
  .card-big .card-img {
    width: 333px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.card-small-wrapper {
  background: transparent;
  border-radius: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .card-small-wrapper {
    padding-left: 0;
    padding-bottom: 0;
    margin-right: 0;
  }
}

.card-small-wrapper:hover {
  background: #F0F1FC;
}

.card-small {
  width: 333px;
  height: 280px;
  overflow: hidden;
  position: relative;
  padding: 10px;
}
@media screen and (max-width: 900px) {
  .card-small {
    padding: 0;
  }
}
.card-small .card-img {
  width: 333px;
  height: 200px;
  border-radius: 20px;
}
.card-small .card-date {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 100px;
  height: 28px;
  text-align: center;
  border-radius: 7px;
  background: #ffffff;
  color: black;
}
.card-small .card-date span {
  line-height: 27px;
  font-size: 14px;
  font-weight: bolder;
}
.card-small .card-title {
  display: block;
  text-align: left;
  width: 300px;
  height: 70px;
  line-height: 70px;
  padding-top: 10px;
}
.card-small .card-title span {
  display: block;
  vertical-align: middle;
  line-height: normal;
  color: black;
  font-weight: bolder;
  white-space: pre;
  font-size: larger;
}
.card-small .card-title .card-link {
  display: block;
  color: #515CB0;
  font-size: 16px;
  padding-top: 8px;
}
.card-small .card-title .card-link img {
  width: 16px;
  padding-left: 6px;
}

.nav-back {
  text-decoration: none;
  color: black;
  font-size: 18px;
  font-weight: bolder;
}

.topic-section {
  display: flex;
}

.topic-block-space {
  flex-grow: 1;
  min-width: 20px;
  background: white;
}

.topic-content {
  width: 1050px;
}

.topic-header-container {
  display: flex;
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  background: white;
}
@media screen and (max-width: 900px) {
  .topic-header-container {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.topic-header-container .topic-header {
  flex-grow: 1;
  font-weight: bolder;
  color: #515766;
}
.topic-header-container .topic-header .topic-header-title {
  font-size: 30px;
  display: block;
}
.topic-header-container .topic-header .topic-header-grade-title {
  font-size: 18px;
  display: block;
  margin-top: 30px;
}
.topic-header-container .topic-header .topic-header-grades {
  display: block;
  width: 380px;
}
@media screen and (max-width: 900px) {
  .topic-header-container .topic-header .topic-header-grades {
    width: auto;
  }
}
.topic-header-container .topic-header .topic-header-grades .topic-header-button {
  display: inline-block;
  border-radius: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 10px;
  text-decoration: none;
  color: #515766;
  font-size: 12px;
  margin-right: 10px;
}
.topic-header-container .topic-header .topic-header-grades .topic-header-button.blue-border {
  border: solid 2px #515CB0;
}
.topic-header-container .topic-header .topic-header-grades .topic-header-button.blue-border.active {
  background: #515CB0;
  color: white;
}
.topic-header-container .topic-header .topic-header-grades .topic-header-button.blue2-border {
  border: solid 2px #A8D0E7;
}
.topic-header-container .topic-header .topic-header-grades .topic-header-button.blue2-border.active {
  background: #A8D0E7;
  color: white;
}
.topic-header-container .topic-header .topic-header-grades .topic-header-button.pink-border {
  border: solid 2px #F584A0;
}
.topic-header-container .topic-header .topic-header-grades .topic-header-button.pink-border.active {
  background: #F584A0;
  color: white;
}
.topic-header-container .topic-header .topic-header-grades .topic-header-button.yellow-border {
  border: solid 2px #FFD482;
}
.topic-header-container .topic-header .topic-header-grades .topic-header-button.yellow-border.active {
  background: #FFD482;
  color: white;
}
.topic-header-container .topic-header .topic-header-grades .topic-header-button.darkpink-border {
  border: solid 2px #E184C4;
}
.topic-header-container .topic-header .topic-header-grades .topic-header-button.darkpink-border.active {
  background: #E184C4;
  color: white;
}
.topic-header-container .topic-header .topic-header-grades .topic-header-button.red-border {
  border: solid 2px #D3597D;
}
.topic-header-container .topic-header .topic-header-grades .topic-header-button.red-border.active {
  background: #D3597D;
  color: white;
}
.topic-header-container .topic-header .topic-header-grades .topic-header-button.green-border {
  border: solid 2px #96D2C9;
}
.topic-header-container .topic-header .topic-header-grades .topic-header-button.green-border.active {
  background: #96D2C9;
  color: white;
}
.topic-header-container .topic-image {
  flex-grow: 0;
}
.topic-header-container .topic-image img {
  border-radius: 20px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .topic-header-container .topic-image {
    display: none;
  }
}

.topic-resources {
  background: white;
  display: block;
  padding: 20px;
}
@media screen and (max-width: 900px) {
  .topic-resources {
    padding-left: 0;
    padding-right: 0;
  }
}
.topic-resources .topic-resource-group {
  border-radius: 20px;
  display: block;
  margin-bottom: 10px;
}
.topic-resources .topic-resource-group hr {
  height: 1px;
  color: #515766;
}
.topic-resources .topic-resource-group .topic-resource-group-title {
  padding: 20px;
  position: relative;
}
.topic-resources .topic-resource-group .topic-resource-group-title .title-text {
  font-weight: bolder;
  color: #515766;
  font-size: 30px;
  display: block;
  border-bottom: solid 1px lightgray;
  line-height: 47px;
}
.topic-resources .topic-resource-group .topic-resource-download {
  position: absolute;
  right: 21px;
  top: 34px;
}
@media screen and (max-width: 900px) {
  .topic-resources .topic-resource-group .topic-resource-download {
    display: none;
  }
}
.topic-resources .topic-resource-group .topic-resource-download .resource-action {
  font-size: 16px;
  color: #515766;
  display: block;
  text-decoration: none;
  position: relative;
  margin-top: 5px;
  width: 210px;
}
.topic-resources .topic-resource-group .topic-resource-download .resource-action img {
  height: 20px;
}
.topic-resources .topic-resource-group .topic-resource-download .resource-action span {
  position: absolute;
  top: 2px;
  left: 25px;
}

.topic-resource-group-columns {
  display: flex;
  justify-content: space-between;
  margin-left: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 900px) {
  .topic-resource-group-columns {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.topic-resource-group-columns .column {
  text-align: left;
  margin-bottom: 40px;
  width: 300px;
}
@media screen and (max-width: 900px) {
  .topic-resource-group-columns .column {
    margin-left: 40px;
    width: auto;
  }
}
.topic-resource-group-columns .column .icon {
  width: 76px;
  height: 76px;
  position: relative;
  border-radius: 50%;
}
.topic-resource-group-columns .column .resource-type {
  font-size: 20px;
  font-weight: bolder;
  margin-top: 17px;
  color: #515766;
  display: block;
}
.topic-resource-group-columns .column .resource-name {
  font-size: 14px;
  margin-top: 17px;
  color: #515766;
  display: block;
}
.topic-resource-group-columns .column .resource-action {
  font-size: 16px;
  color: #515CB0;
  display: block;
  text-decoration: none;
  position: relative;
  margin-top: 5px;
}
.topic-resource-group-columns .column .resource-action img {
  height: 20px;
}
.topic-resource-group-columns .column .resource-action span {
  position: absolute;
  top: 2px;
  left: 25px;
}

.konkurs-content {
  width: 1050px;
  background-color: white;
}

.konkurs-block {
  width: 1050px;
}
@media screen and (max-width: 1083px) {
  .konkurs-block {
    width: 700px;
  }
}
.konkurs-block .konkurs-title {
  text-indent: 30px;
  font-size: 28px;
}
.konkurs-block p {
  text-indent: 30px;
  font-size: 16px;
}

.header-button {
  border-radius: 10px;
  border: solid 1px white;
  width: 155px;
  height: 50px;
  margin-top: 10px;
  display: inline-block;
  background: #515CB0;
}
@media screen and (max-width: 900px) {
  .header-button {
    height: 70px;
    width: auto;
    display: block;
  }
}
.header-button a {
  padding: 8px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bolder;
  color: #ffffff;
  position: absolute;
  width: 155px;
  line-height: 35px;
}

.header-button:hover {
  background: #e8e8e8;
}

.header-button.active {
  background: #ffffff !important;
}

.header-button.active a {
  color: #515CB0 !important;
}

.current_topic_intro {
  font-size: 19px;
  color: #EE8092;
  font-weight: lighter;
  display: block;
}

.current-topic-name {
  font-size: 20px;
  display: block;
  margin-top: 18px;
  margin-bottom: 2px;
  font-weight: bolder;
}

.current-topic-action {
  position: relative;
}
.current-topic-action span {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 16px;
  color: #515CB0;
}
.current-topic-action img {
  position: absolute;
  top: 5px;
  left: 86px;
}
@media screen and (max-width: 900px) {
  .current-topic-action {
    display: none;
  }
}

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