#wrapper {
  width: 100%;
  padding: 0;
}
#NewFooter #wrapper {
  width: 1220px;
  padding-left: 15px;
  padding-right: 15px;
}
#NewHeader #wrapper {
  width: 1220px;
  padding-left: 15px;
  padding-right: 15px;
}
#wrapperMy {
  position: relative;
  float: none;
  width: 1220px;
  margin: 0 auto;
}
a {
  text-decoration: none !important;
}
#page-title {
  visibility: hidden;
  padding: 0;
  height: 0;
}
#content .content-wrap {
  padding: 0;
  margin: 0;
  margin-top: 0 !important;
  margin: 0 !important;
}
.wr_section {
  padding: 70px 0;
}
.row_flex {
  display: flex;
  flex-wrap: wrap;
}
.row_align_center {
  align-items: center;
}
.btn_order {
  font-family: "Circe";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  padding: 19px 60px;
  display: inline-block;
  background: #e23411;
  text-align: center;
}
.btn_order:hover {
  background: #270051;
  color: #ffffff;
}

.btn_call {
  font-family: "Circe";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  padding: 19px 60px;
  display: inline-block;
  background: #e23411;
  background: #270051;
  text-align: center;
}
.btn_call:hover {
  background: #e23411;
  color: #ffffff;
}
.mb30 {
  margin-bottom: 30px;
}
b {
  color: #271e1e;
}
h2 {
  font-size: 50px;
  line-height: 1 !important;
}
.writer_banner {
  background: #e7f0f3;
}
.writer_banner h1 {
  font-size: 70px;
  line-height: 1 !important;
}
.writer_banner p {
  font-size: 30px;
  line-height: 1.2 !important;
}
.writer_about {
  background: #fff;
  /*border-top: 2px solid #e23411;*/
}
.writer_about .writer_about__text {
  padding-left: 30px;
}
.writer_about .writer_about__text p {
  font-size: 20px;
  line-height: 1.2 !important;
}
.writer_edu {
  background: #e7f0f3;
}
.writer_edu .writer_edu__item {
  border: 1px solid #e23411;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
}
.writer_edu .writer_edu__title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}
.writer_edu .writer_edu__txt {
  font-size: 18px;
  line-height: 1.2;
}
.writer_edu .row {
  row-gap: 20px;
}
.writer_who {
  background: #fff;
}
.writer_who .writer_who__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  width: 85%;
}
.writer_who .writer_who__title {
  font-size: 22px;
  line-height: 1.2;
  color: #dd3311;
  font-weight: 600;
}
.writer_who .writer_who__txt {
  font-size: 18px;
  line-height: 1.2;
}
.writer_who .row {
  row-gap: 40px;
}
.writer_how {
  background: #e7f0f3;
}
.writer_how .writer_how__item {
  border: 1px solid #ccc;
  padding: 35px 20px 20px 20px;
  border-radius: 3px;
  position: relative;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.writer_how .writer_how__digital {
  position: absolute;
  font-size: 25px;
  border: 1px solid #ccc;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: -30px;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  background-color: #fff;
  font-weight: 600;
}
.writer_how .writer_how__title {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
}
.writer_how .writer_how__txt {
  font-size: 18px;
  line-height: 1.2;
}

.writer_how .writer_how__icon {
  text-align: center;
}
.writer_how .writer_how__icon img {
  width: 70px;
}
.writer_how .row {
  row-gap: 50px;
}
.writer_how .writer_how__block {
  margin-top: 70px;
}
.writer_teacher .writer_teacher__subtitle {
  font-size: 20px;
  line-height: 1.2 !important;
  margin-bottom: 50px !important;
}
.writer_teacher .row {
  row-gap: 30px;
}
.writer_teacher .writer_teacher__item {
  height: 100%;
}
.writer_teacher .writer_teacher__image {
  margin-bottom: 15px;
  border-radius: 3px;
}
.writer_teacher .writer_teacher__image img {
  border-radius: 3px;
}
.writer_teacher .writer_teacher__name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.writer_teacher .writer_teacher__position {
  font-size: 14px;
  line-height: 1.2;
  color: #dd3311;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.writer_teacher .writer_teacher__descr {
  font-size: 14px;
}
.writer_teacher .writer_teacher__descr p {
  margin-bottom: 10px !important;
  line-height: 1.2 !important;
}
.writer_teacher .writer_teacher__descr ul {
  padding-left: 30px;
  margin: 10px 0;
}
.writer_teacher .writer_teacher__descr ul li {
  margin-bottom: 10px !important;
  line-height: 1.2 !important;
}
.writer_result {
  background: #e7f0f3;
}
.writer_result .row {
  row-gap: 30px;
}
.writer_result .writer_result__item {
  height: 100%;
}
.writer_result .writer_result__icon {
  text-align: center;
}
.writer_result .writer_result__icon img {
  width: 70px;
}
.writer_result .writer_result__title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
  width: 80%;
  margin: 20px auto;
}
.writer_result .writer_result__text {
  font-size: 18px;
  line-height: 1.2;
}
.writer_result .writer_result__text ol {
}
.writer_result .writer_result__text ol li {
  margin-bottom: 15px !important;
}

.writer_tariff {
}
.writer_tariff .writer_tariff__item {
  border: 1px solid #ccc;
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.writer_tariff .writer_tariff__title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  margin: 20px 0;
  color: #dd3311;
}
.writer_tariff .writer_tariff__subtitle {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  margin: 20px 0;
}
.writer_tariff .writer_tariff__list {
  margin-bottom: 30px;
  min-height: 280px;
}
.writer_tariff .writer_tariff__list_i {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  flex-direction: row;
  justify-content: space-between;
}
.writer_tariff .writer_tariff__th {
  width: 50%;
  font-weight: bold;
}
.writer_tariff .writer_tariff__val {
  width: 50%;
  text-align: right;
}
.writer_tariff .writer_tariff__include {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  margin: 20px 0;
}
.writer_tariff .writer_tariff__include_list {
  list-style: none;
  min-height: 165px;
}
.writer_tariff .writer_tariff__include_list li {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px !important;
  line-height: 1.2;
}
.writer_tariff .writer_tariff__include_list li:before {
  content: "✔";
  color: #e23411;
}
.writer_tariff .btn_order {
  width: 100%;
}
.writer_tariff .btn_call {
  width: 100%;
  margin-top: 15px;
}
.writer_tariff .row {
  row-gap: 30px;
}
.order_credit .order_course__credit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.order_credit .order_course__credit .order_course__credit_inf {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.order_credit .order_course__credit .order_course__credit_image {
  margin-right: 8px;
}
.order_credit .order_course__credit .order_course__credit_image img {
  margin-top: -4px;
}
.order_credit .order_course__credit .order_course__credit_text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #18b296;
  margin-right: 15px;
}
.order_credit .order_course__credit .order_course__credit_link a {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120.5%;
  color: #271d62;
  text-decoration: none;
}
.order_credit .order_course__credit .order_course__credit_link a:after {
  content: url(/upload/link-r-b-2.png);
  margin-left: 5px;
}
.order_credit .order_course__credit .order_course__credit_link a:hover {
  color: #18b296;
}
.order_credit .order_course__credit .order_course__credit_link a:hover:after {
  content: url(/upload/link-r-g-2.png);
  margin-left: 5px;
}

@media (max-width: 991px) {
  #wrapperMy {
    width: 100%;
  }
  .wr_section {
    padding: 30px 20px;
  }
  .writer_banner h1 {
    font-size: 45px;
  }
  .btn_order {
    width: 100%;
  }
  .writer_banner__img {
    margin-top: 35px;
  }
  .writer_about__image {
    margin-bottom: 35px;
  }
  h2 {
    font-size: 40px;
  }
  .writer_about .writer_about__text {
    padding-left: 0;
  }
  .writer_who .writer_who__item {
    width: 100%;
  }
}
