@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

div {
  /* border: 1px solid #000; */
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

.bg-body-color {
  background-color: rgba(215, 223, 210, 0.384);
}

.content {
  min-width: 100%;
  height: 98vh;
  /* margin: 16px auto; */
  background-color: #E2F0D9;

  border-radius: 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.row {
  display: flex;
  justify-content: space-between;
}

.green-bar {
  /* flex: 1; */
  background-color: #54AB98;
  height: 5px;
}

.block {
  display: flex;
  flex-direction: column;
  min-width: 70%;
  /* justify-content: space-between; */
}

.footer {
  position: relative;
}

.rainbow {
  position: absolute;
  top: -77%;
  right: 0px;
}

.angled-block {
  transform: skew(-30deg);
  background-color: #f0f0f0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.title-row {
  display: inline;
  /* font-size: 20px; */
}

.img {
  width: 75px;
}

.course-link {
  display: flex;
  justify-content: space-between;
  /* margin: 16px; */
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  /* font-size: 20px; */
  background-color: white;

  min-height: 35%;
  /* max-height: 100%; */
}

.course-link h2 {
  font-size: 18px;
  font-weight: 700;
}

.left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  padding-right: 8px;
  flex: 3;
  background-color: #54AB98;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  margin-right: 12px;
  font-size: 12px;
}

.right {
  padding-left: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.yellow-title {
  color: #FEC20A;
  font-weight: 900;
  font-size: 36px;
}

.footer {
  display: flex;
  justify-content: space-between;
  background-color: #54AB98;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 30px;

  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.header {
  background-color: white;
  display: flex;
  align-items: center;

  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}

.fgos {
  min-width: 30%;
  color: #F57923;

}

.fgos p {
  color: #263997;
  font-size:20px;
}

.fgos h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
}

.title {
  background-color: white;
  padding: 16px 8px;
  margin: 16px;

}

.title h1 {
  font-size: 26px;
  font-weight: 700;
}

.text-logo {
  font-size: 36px;
}

.content-center {
  display: flex;
  align-items: center;
}

.btn {
  background-color: #FEC20A;
  border-radius: 16px;
  color: #000;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  padding: 12px;
  font-weight: 700;
}

.btn:hover {
  cursor: pointer;
}

.to-main {
  margin: 16px;
}

.to-main .btn {
  width: 25%;
}

.circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;

  margin-right: 16px;
}

.theme-title {
  flex: 3;

  background-color: white;
  font-size: 18px;
  padding: 4px 4px;
}

.ico-right {
  width: 25px;
  height: 30px;
  cursor: pointer;
}

.bg-block-1 {
  background-color: #C4E1DC;
}

.bg-block-2 {
  background-color: #99CDC1;
}

.bg-block-3 {
  background-color: #54AB98;
}

.rainbow-width {
  width: 100%;
}


.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
}


.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  text-align: justify;
}


.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.tab_keywords {
  border-right: 1px solid #007b5f;
  border-bottom: 1px solid #007b5f;
}

.tab_keywords td,
th {
  border-top: 1px solid #007b5f;
  border-left: 1px solid #007b5f;
  padding: 8px;
}

.tab_keywords th {
  text-align: left;
}

.tab_keywords td {
  text-align: left;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.cok-list {
  list-style: none;
  margin-left: 64px;
  margin-bottom: 64px;
}

.cok-list a {
  text-decoration: none;
}

.cok-list a:hover {
  text-decoration: underline;
}

.footer-list-cok {
  height: 70px;
}

.cok-list-title {
  margin-left: 64px;
}

.logo-link {
  text-decoration: none;
  color: #000;
}

.theme-title {
  line-height: 1.5;
}

.theme-title a {
  color: #345C00;
}
.theme-title a:hover {
  color: #345C00;
  text-decoration: none;
}

/* Update 🤦 */
.text-center {
  text-align: center;
}
.block-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.resizer {
  max-width: 100%;
}
.resizer-720 {
  max-width: 60%;
}
.virt-info {
  background-color: #fefefe;
  padding: 20px;
  margin: 20px;
  border: 1px solid #888;
  text-align: justify;
  border-radius: 16px;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
 
/* Костыль */
.fixed {
  justify-content: start;
}

@media screen and (min-width: 1920px) {
  .course-link {
    min-height: 35%;;
  }
  .theme-title {
    font-size: 18px;
  }
  .course-link h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1800px) {
  .course-link {
    min-height: 30%;;
  }
  .theme-title {
    font-size: 16px;
  }
  .course-link h2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 800px) {
  .course-link {
    min-height: 20%;;
  }
  .theme-title {
    font-size: 14px;
  }
  .course-link h2 {
    font-size: 14px;
  }
}