.content_page_title .titile_branches object {
  max-width: 109px;
  width: 100%;
}

.cost_education_section {
  padding: 120px 0 80px;
  background: url('../img/cost_educ_back.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cost_education_section .cost_ed_block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.cost_education_section .cost_ed_block .cost_ed_item {
  max-width: 610px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.cost_ed_content ul li a {
  font-weight: 700;
  color: #58cf74;
  transition: color 0.4s ease;
}
.cost_ed_content ul li a:hover {
  text-decoration: underline;
}
.cost_ed_content ul li a:active {
  color: #009122;
}
.cost_education_section .cost_ed_block .cost_ed_item .cost_ed_container {
  position: relative;
  width: 100%;
  height: 100%;
}
.cost_education_section .cost_ed_block .cost_ed_item .cost_ed_container:after,
.cost_education_section .cost_ed_block .cost_ed_item .cost_ed_container:before,
.cost_education_section
  .cost_ed_block
  .cost_ed_item
  .cost_ed_container
  .cost_ed_content:before,
.cost_education_section
  .cost_ed_block
  .cost_ed_item
  .cost_ed_container
  .cost_ed_content:after {
  content: '';
  background: #58cf74;
  transform: rotate(-45deg);
  width: 56px;
  height: 56px;
  position: absolute;
}
.cost_education_section .cost_ed_block .cost_ed_item .cost_ed_container:after {
  top: -28px;
  left: -28px;
}
.cost_education_section .cost_ed_block .cost_ed_item .cost_ed_container:before {
  top: -28px;
  right: -28px;
}
.cost_education_section
  .cost_ed_block
  .cost_ed_item
  .cost_ed_container
  .cost_ed_content:before {
  bottom: -28px;
  left: -28px;
}
.cost_education_section
  .cost_ed_block
  .cost_ed_item
  .cost_ed_container
  .cost_ed_content:after {
  bottom: -28px;
  right: -28px;
}
.cost_education_section
  .cost_ed_block
  .cost_ed_item
  .cost_ed_container
  .cost_ed_content {
  background: linear-gradient(0deg, #f3effa, #f3effa), #c4c4c4;
  padding: 40px 35px 70px;
  width: 100%;
  height: 100%;
}
.cost_education_section
  .cost_ed_block
  .cost_ed_item
  .cost_ed_container
  .cost_ed_content
  .cost_ed_subtitle {
  margin-bottom: 40px;
}
.cost_education_section
  .cost_ed_block
  .cost_ed_item
  .cost_ed_container
  .cost_ed_content
  .cost_ed_subtitle
  p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #181c25;
  margin: 0;
}
.cost_education_section
  .cost_ed_block
  .cost_ed_item
  .cost_ed_container
  .cost_ed_content
  .cost_ed_subtitle
  p:first-child {
  font-weight: 400;
}
.cost_education_section
  .cost_ed_block
  .cost_ed_item
  .cost_ed_container
  .cost_ed_content
  .cost_ed_subtitle
  p:last-child {
  font-weight: 700;
}
.cost_education_section
  .cost_ed_block
  .cost_ed_item
  .cost_ed_container
  .cost_ed_content
  .cost_ed_price {
  font-weight: 800;
  font-size: 61px;
  line-height: 61px;
  text-align: center;
  color: #58cf74;
  margin: 0 0 25px;
}
.cost_education_section
  .cost_ed_block
  .cost_ed_item
  .cost_ed_container
  .cost_ed_content
  .cost_ed_subprice {
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  color: #000000;
  margin: 0 0 30px;
}
.cost_education_section
  .cost_ed_block
  .cost_ed_item
  .cost_ed_container
  .cost_ed_content
  .cost_ed_year {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #58cf74;
  margin: 0 0 60px;
}
.cost_education_section
  .cost_ed_block
  .cost_ed_item
  .cost_ed_container
  .cost_ed_content
  ul {
  list-style: none;
  margin: 0 auto 45px;
  padding: 0 0 0 30px;
  max-width: 310px;
  width: 100%;
}
.cost_education_section
  .cost_ed_block
  .cost_ed_item
  .cost_ed_container
  .cost_ed_content
  ul
  li {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #181c25;
  margin-bottom: 20px;
  position: relative;
}
.cost_education_section
  .cost_ed_block
  .cost_ed_item
  .cost_ed_container
  .cost_ed_content
  ul
  li:before {
  content: '';
  position: absolute;
  left: -27px;
  top: 6px;
  width: 12px;
  height: 12px;
  background: #58cf74;
  transform: rotate(-45deg);
}
.cost_education_section .cost_ed_block .cost_ed_item .cost_ed_subcontent {
  max-width: 410px;
  width: 100%;
  margin: 50px auto 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #181c25;
}

.feedback_btn a {
  justify-content: space-evenly;
}
.feedback_btn a svg {
  max-width: 26px;
  width: 100%;
}
.feedback_btn a svg path {
  transition: fill 0.4s ease;
}
.feedback_btn a:active svg path {
  fill: #009122;
}

@media screen and (max-width: 1440px) {
  .cost_education_section .cost_ed_block {
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  .cost_education_section
    .cost_ed_block
    .cost_ed_item
    .cost_ed_container
    .cost_ed_content
    .cost_ed_price {
    font-size: 48px;
    line-height: 50px;
  }
  .cost_education_section
    .cost_ed_block
    .cost_ed_item
    .cost_ed_container
    .cost_ed_content
    .cost_ed_subprice {
    font-size: 26px;
    line-height: 30px;
  }
}
@media screen and (max-width: 992px) {
  .cost_education_section {
    padding: 100px 0 0px;
  }
}
@media screen and (max-width: 768px) {
  .cost_education_section .cost_ed_block .cost_ed_item {
    max-width: 450px;
  }
  .cost_education_section .cost_ed_block .cost_ed_item .cost_ed_container:after,
  .cost_education_section
    .cost_ed_block
    .cost_ed_item
    .cost_ed_container:before,
  .cost_education_section
    .cost_ed_block
    .cost_ed_item
    .cost_ed_container
    .cost_ed_content:before,
  .cost_education_section
    .cost_ed_block
    .cost_ed_item
    .cost_ed_container
    .cost_ed_content:after {
    width: 46px;
    height: 46px;
  }
  .cost_education_section
    .cost_ed_block
    .cost_ed_item
    .cost_ed_container:before {
    top: -23px;
    right: -23px;
  }
  .cost_education_section
    .cost_ed_block
    .cost_ed_item
    .cost_ed_container:after {
    top: -23px;
    left: -23px;
  }
  .cost_education_section
    .cost_ed_block
    .cost_ed_item
    .cost_ed_container
    .cost_ed_content:before {
    bottom: -23px;
    left: -23px;
  }
  .cost_education_section
    .cost_ed_block
    .cost_ed_item
    .cost_ed_container
    .cost_ed_content:after {
    bottom: -23px;
    right: -23px;
  }
  .cost_education_section
    .cost_ed_block
    .cost_ed_item
    .cost_ed_container
    .cost_ed_content
    .cost_ed_price {
    font-size: 36px;
    line-height: 40px;
  }
  .cost_education_section
    .cost_ed_block
    .cost_ed_item
    .cost_ed_container
    .cost_ed_content
    .cost_ed_subtitle {
    margin-bottom: 25px;
  }
  .cost_education_section
    .cost_ed_block
    .cost_ed_item
    .cost_ed_container
    .cost_ed_content
    .cost_ed_subprice {
    font-size: 20px;
    line-height: 26px;
  }
  .cost_education_section
    .cost_ed_block
    .cost_ed_item
    .cost_ed_container
    .cost_ed_content
    .cost_ed_year {
    font-size: 16px;
    margin: 0 0 40px;
  }
  .cost_education_section
    .cost_ed_block
    .cost_ed_item
    .cost_ed_container
    .cost_ed_content
    ul
    li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 568px) {
  .cost_education_section .cost_ed_block .cost_ed_item {
    max-width: 310px;
  }
  .cost_education_section
    .cost_ed_block
    .cost_ed_item
    .cost_ed_container
    .cost_ed_content {
    padding: 30px 20px 45px;
  }
  .cost_education_section
    .cost_ed_block
    .cost_ed_item
    .cost_ed_container
    .cost_ed_content
    .cost_ed_price {
    font-size: 28px;
    line-height: 32px;
  }
  .cost_education_section
    .cost_ed_block
    .cost_ed_item
    .cost_ed_container
    .cost_ed_content
    .cost_ed_subprice {
    font-size: 18px;
    line-height: 24px;
  }
  .cost_education_section
    .cost_ed_block
    .cost_ed_item
    .cost_ed_container
    .cost_ed_content
    .cost_ed_subtitle
    p {
    font-size: 14px;
    line-height: 20px;
  }
  .cost_education_section
    .cost_ed_block
    .cost_ed_item
    .cost_ed_container
    .cost_ed_content
    .cost_ed_year {
    margin: 0 0 30px;
  }
  .cost_education_section
    .cost_ed_block
    .cost_ed_item
    .cost_ed_container
    .cost_ed_content
    ul
    li {
    font-size: 14px;
    line-height: 20px;
  }
  .cost_education_section
    .cost_ed_block
    .cost_ed_item
    .cost_ed_container
    .cost_ed_content
    ul {
    max-width: 260px;
  }
  .cost_education_section .cost_ed_block .cost_ed_item .cost_ed_subcontent {
    margin-top: 40px;
  }
  .cost_education_section {
    padding: 80px 0 0px;
  }
  .content_page_title .titile_branches object {
    max-width: 90px;
  }
}
