/* fon green */
.greenBox{
    background-color: rgb(111, 163, 90);
    margin: 5px 0;
}
.greenBox>tr>th{
    background-color: rgb(111, 163, 90);
}
.greenBox>th{
    background-color: rgb(111, 163, 90) !important;
    text-align: center;
}
.headerGreen{
  background:rgb(111, 163, 90);
  padding:20px;
  text-align:center;
  font-size:26px;
  font-weight:bold;
  color: #f5f5f5;
}
.headerBlue{
  background:rgb(90, 140, 163);
  padding:20px;
  text-align:center;
  font-size:26px;
  font-weight:bold;
  color: #f5f5f5;
}
.headerRed{
  background:rgb(169, 57, 57);
  padding:20px;
  text-align:center;
  font-size:26px;
  font-weight:bold;
  color: #f5f5f5;
}


.greenBox p{
    color: white;
    padding: 2%;
    text-align: center;
}
.redBox{
  background:rgb(170, 72, 72);
  color: white;
  padding: 10px 20px;
  border-radius: 15px;
  line-height: 1.4;
}
/*  */
.boxRamkaGreen{
  width: 90px !important;
  height: 40px;
  border: 1px solid rgb(111, 163, 90);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-right: 20px;
  margin-top: 15px;
}
.boxRamkaGreen p{
    font-size: 24px;
  letter-spacing: 5px;
}

/* 2A / 5 */
.cardGreen{
  padding: 30px;
  background: linear-gradient(180deg, rgb(111, 163, 90), rgb(111, 163, 90));
  color: white;
  font-family: sans-serif;
  border-radius: 6px;
  max-width: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content:  space-around;
}

.cardGreen p{
font-size: 16px;
  line-height: 1.4;
  margin-bottom: 30px;
}

.cardGreenAnswer {
  width: 100%;
  height: 70px;
  background-color: #ddd;
  margin-bottom: 5px;
  border-radius: 4px;
}



/* blok s hwostikom */
.bubbleGreen {
    position: relative;
    background: #f5f5f5;
    border: 1px solid rgb(111, 163, 90);
    border-radius: 12px;
    padding: 20px;
    width: 300px;
    font-size: 18px;
    margin: 10px;
    width: 28%;
}
.bubbleGreen::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50px;

    width: 20px;
    height: 20px;
    background: #f5f5f5;

    border-left: 1px solid rgb(111, 163, 90);
    border-bottom: 1px solid rgb(111, 163, 90);

    transform: rotate(-45deg);
}
/* end blok s hwostikom */

/* dwojnoj box c hfvrjq */
.twoBoxGreen {
  max-width: 100px;
  height: 40px;
  border: 1px solid #7FB06A;
  display: flex;
  margin: 5px;
  background: #f2f2f2;
}

/* половинки */
.twoBoxGreen div {
  flex: 1;
}

/* линия посередине */
.twoBoxGreen div:first-child {
  border-right: 1px solid #7FB06A;
  height: 40px;
}


