#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: 42px;
  line-height: 1 !important;
}
.writer_banner {
  background: #e7f0f3;
}
.writer_banner h1 {
  font-size: 45px;
  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 {
  padding: 70px 0;
}
.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;
}

.graduate_people_course {
  margin-bottom: 0;
}
.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: 130px;
}
.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;
}

/*Печник*/

.cx_result {
  padding: 70px 0;
}
.cx_result h2 {
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 50px;
}
.cx_result .cx_about__result_item {
  background: #e7f0f3;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  width: 90%;
}
.cx_result .cx_about__result_image {
  background: #fff;
  padding: 0;
  border-radius: 100%;
  height: 100px;
  position: relative;
  left: -17px;
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 3px solid #e7f0f3;
}
.cx_result .cx_about__result_image img {
  width: 50px;
  height: 50px;
}
.cx_result .cx_about__result_text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  width: 75%;
  color: #333;
}
.row_result {
  row-gap: 20px;
}

.minikc_yknow {
  padding: 70px 0;
  background: #e7f0f3;
}
.minikc_yknow .row_result {
  row-gap: 35px;
}
.minikc_yknow h2 {
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 50px;
}
.minikc_yknow .minikc_yknow__item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 28px;
}
.minikc_yknow .minikc_yknow__img {
  width: 10%;
}
.minikc_yknow .minikc_yknow__text {
  font-style: normal;
  line-height: 1.1;
  font-size: 20px;
  color: #53565b;
  font-weight: 400;
  width: 60%;
}
.minikc_yknow .minikc_yknow__text span {
  color: #e23411;
  font-weight: 500;
}
.ce_result {
  background: #e7f0f3;
  padding: 70px 0;
}
.ce_result h2 {
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 50px;
}
.ce_result .ce_result__item {
  background: #ffff;
  border-radius: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: #444;
  padding: 35px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #e23411;
  text-align: center;
}
.ce_result .row_result {
  row-gap: 25px;
}
.pch_program {
  padding: 70px 0;
}
.pch_program h2 {
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 50px;
}
.gallery_block {
  padding: 70px 0;
}

.ce_experts {
  background: #e7f0f3;
  padding: 70px 0;
}
.ce_experts h2 {
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 50px;
}
.ce_experts .ce_experts__main {
  background: #ffffff;
  border-radius: 30px;
  padding: 20px;
  position: relative;
}
.ce_experts .ce_experts__main_img {
  height: 433px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.ce_experts .ce_experts__main_name {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.1;
  color: #444;
  margin-bottom: 5px;
}
.ce_experts .ce_experts__main_position {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: #e23411;
  margin-bottom: 20px;
}
.ce_experts .ce_experts__main_regal {
  margin-top: 20px;
  list-style: disc;
  padding-left: 30px;
}
.ce_experts .ce_experts__main_regal li {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: #53565b;
  margin-bottom: 15px;
}
.pechnik_vypusk {
  background: #e7f0f3;
  padding: 70px 0;
}
.ce_form {
  padding: 70px 0;
  background: #e7f0f3;
}
.ce_form .ce_form__place {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: #444;
  margin-bottom: 57px;
}
.ce_form .ce_form__place span {
  font-weight: 500;
}
.ce_form .ce_form__price {
  position: relative;
  margin-bottom: 30px;
}
.ce_form .ce_form__price .ce_form__t {
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 1;
  color: #dd3311;
}
.ce_form .ce_form__price .ce_form__current {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #444;
  margin: 10px 0;
}
.ce_form .ce_form__price .ce_form__old {
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.1;
  color: #4444448f;
  text-align: left;
  margin-top: 5px;
  width: 60%;
}
.ce_form .ce_form__list {
  margin-top: 30px;
  list-style: disc;
  padding-left: 30px;
}
.ce_form .ce_form__list li {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #444;
}
.ce_form .ce_form__list li span {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  color: #444;
}

.ce_form .ce_form__block .contact__form {
  border: 1px solid #7e5ac8;
  border-radius: 30px;
  background: #fff;
}
.ce_form .ce_form__title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 15px;
  text-align: center;
  color: rgba(126, 90, 200, 0.8);
}

.ce_form .form-input,
.ce_form .form-area {
  background-color: #ffffff;
  border: 1px solid #b7b7b7;
  background: rgba(126, 90, 200, 0.2);
  border-radius: 30px;
  border: none;
  padding: 22px 31px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: rgba(126, 90, 200, 0.8);
}
.ce_form .contact__form .form-input,
.ce_form .contact__form .form-area {
  padding: 22px 31px;
  height: auto;
  line-height: 1;
}

.ce_form .contact__form .form-area {
  height: 130px !important;
}
.ce_form .contact__form .btn_academy {
  background: #7e5ac8;
  box-shadow: 20px 10px 9px rgba(0, 0, 0, 0.01),
    11px 6px 8px rgba(0, 0, 0, 0.05), 5px 3px 6px rgba(0, 0, 0, 0.09),
    1px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 34.5px;
  padding: 21px 23px;
  text-align: center;
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: #ffffff;
}
.ce_form .contact__form .btn_academy:hover {
  box-shadow: 11px 13px 7px rgb(0 0 0 / 15%), 6px 7px 6px rgba(0, 0, 0, 0.05),
    3px 3px 4px rgba(0, 0, 0, 0.09), 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.ce_form .contact__form .btn_academy.full_w {
  width: 100%;
}
.ce_form .single-product {
  border-radius: 30px;
  background: #fff;
  width: 100%;
}
.ce_form .ajax-modal-title {
  display: none;
}
.ce_form h2 {
  font-size: 35px;
}

.owl-carousel.block2__carusel .owl-nav [class*="owl-"],
.owl-carousel.prep__carusel .owl-nav [class*="owl-"] {
  border: 0;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
  background: none;
}
.owl-carousel.block2__carusel .owl-nav [class*="owl-"]:hover,
.owl-carousel.prep__carusel .owl-nav [class*="owl-"]:hover {
  background-color: #fff0 !important;
  text-decoration: none !important;
}
.owl-carousel.block2__carusel .owl-nav .owl-next,
.owl-carousel.prep__carusel .owl-nav .owl-next {
  background-image: url(/konkurs-info-yuvelir-2023/img/right.png);
  background-repeat: no-repeat;
  background-position: 58%;
}
.owl-carousel.block2__carusel .owl-nav .owl-prev,
.owl-carousel.prep__carusel .owl-nav .owl-prev {
  background-image: url(/konkurs-info-yuvelir-2023/img/left.png);
  background-repeat: no-repeat;
  background-position: 58%;
}
.owl-carousel.block2__carusel:hover .owl-nav [class*="owl-"],
.owl-carousel.prep__carusel:hover .owl-nav [class*="owl-"] {
  opacity: 1;
  left: -36px;
}
.owl-carousel.block2__carusel:hover .owl-nav .owl-next,
.owl-carousel.prep__carusel:hover .owl-nav .owl-next {
  left: auto;
  right: -36px;
}

.gallery_block .block2__carusel_item img {
  height: 350px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
.menu__land {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.programm__list li {
  font-style: normal;
  line-height: 1.1;
  font-size: 22px;
  color: #53565b;
  font-weight: 400;
  margin-bottom: 20px !important;
}
.programm__list li span {
  color: #e23411;
  font-weight: 500;
}
#header.sticky-header:not(.static-sticky).sticky-style-2
  #primary-menu
  .nd__popup_phone {
  display: none;
}
@media (max-width: 991px) {
  #wrapperMy {
    width: 100%;
  }
  .wr_section {
    padding: 30px 20px;
  }
  .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%;
  }
  .writer_banner h1 {
    font-size: 30px;
  }
  .writer_banner p {
    font-size: 22px;
  }
  .cx_result .cx_about__result_image {
    height: 90px;
    left: -13px;
    width: 90px;
  }
  .cx_result .cx_about__result_item {
    width: 100%;
  }
  .cx_result .cx_about__result_text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    width: 65%;
    color: #333;
  }
  .wr_section h2 {
    font-size: 30px !important;
    line-height: 1.1;
    margin-bottom: 30px !important;
  }
  .minikc_yknow .minikc_yknow__text {
    width: 80%;
  }
  .minikc_yknow .minikc_yknow__item {
    gap: 20px;
  }
  .ce_result .ce_result__item {
    padding: 20px 20px;
  }
  .ce_experts .ce_experts__main_name {
    font-size: 22px;
    margin-top: 15px;
  }
  .ce_experts .ce_experts__main_regal li {
    font-size: 18px;
  }
  .ce_form .ce_form__price .ce_form__old {
    width: 100%;
  }
  .ce_form .single-product {
    padding: 0 20px;
  }
}
