html {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  background: #fff;
}

button,
textarea {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
}

.container {
  padding: 0 15px;
  width: 100%;
  max-width: 1360px;
}

.d-flex {
  display: flex;
  justify-content: center;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.timer_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 19.899px;
  background: #FFF;
  padding: 12px 19px;
  width: 100%;
  max-width: 217px;
}

.timer_box .column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timer_box .item {
  color: #434040;
  font-size: 25px;
}

.timer_box .dots {
  margin: 0 10px;
  display: inline-flex;
  font-size: 25px;
}

.main_section {
  width: 100%;
  background: rgba(226, 235, 255, 0.5);
  backdrop-filter: blur(2.9000000954px);
  padding-top: 100px;
  padding-bottom: 43px;
  overflow: hidden;
}

.main_section .top_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 47px;
}

.main_section .top_area .left_cont {
  width: 100%;
  max-width: 876px;
}

.main_section .top_area .left_cont .date {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #434040;
  font-size: 28px;
  text-transform: uppercase;
  padding: 15px 35px;
  border-radius: 40px;
  background: #E2EBFF;
  margin-bottom: 10px;
}

.main_section .top_area .left_cont .date strong {
  font-weight: bold;
  margin-left: 5px;
}

.main_section .top_area .left_cont h1 {
  margin-bottom: 15px;
}

.main_section .top_area .left_cont .text_cont {
  width: 100%;
  padding: 28px 185px 24px 45px;
  border-radius: 15px;
  background: #E2EBFF;
}

.main_section .top_area .left_cont .text_cont .title {
  width: 100%;
  color: #143778;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.main_section .top_area .left_cont .text_cont .text {
  width: 100%;
  color: #B9101E;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.main_section .top_area .right_cont {
  position: absolute;
  width: 592px;
  right: 0;
  bottom: -330px;
  z-index: 2;
}

.main_section .top_area .right_cont .img {
  max-width: 100%;
}

.main_section .bottom_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 2;
}

.main_section .bottom_area .left_cont {
  width: 100%;
  max-width: 570px;
  background: #fff;
  border: 1px solid #B9101E;
  border-radius: 36px;
  padding: 28px 61px 22px 42px;
}

.main_section .bottom_area .left_cont .text {
  width: 100%;
  position: relative;
  color: #333931;
  font-size: 24px;
  line-height: 30px;
  padding-left: 38px;
  margin-bottom: 30px;
}

.main_section .bottom_area .left_cont .text::before {
  content: "";
  position: absolute;
  width: 46.005px;
  height: 46.005px;
  background: url("../img/img2.svg") top center no-repeat;
  background-size: contain;
  top: -9px;
  left: -8px;
}

.main_section .bottom_area .left_cont .red_btn_item {
  width: 100%;
  max-width: 437px;
}

.main_section .bottom_area .right_cont {
  width: calc(100% - 605px);
  border: 1px solid #B9101E;
  background: #E2EBFF;
  padding: 31px 24px 22px 31px;
  border-radius: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_section .bottom_area .right_cont .title {
  width: 100%;
  color: #000;
  font-size: 28px;
  margin-bottom: 26px;
}

.main_section .bottom_area .right_cont .title strong {
  font-weight: 600;
}

.main_section .bottom_area .right_cont .bottom_cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 28px 9px 20px;
  border-radius: 20px;
  background: #21468B;
}

.main_section .bottom_area .right_cont .bottom_cont .text {
  color: #FFF;
  font-size: 24px;
}

h1 {
  width: 100%;
  color: #AE1C28;
  font-family: Sora, sans-serif;
  font-size: 96px;
  font-weight: 700;
  text-transform: uppercase;
}

.red_btn_item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 19.303px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 52px;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(174, 28, 40, 0.7) 0%, rgba(255, 202, 206, 0.21) 57.5%, rgba(174, 28, 40, 0.42) 100%), #AE1C28;
  box-shadow: 0 0 16.086px 0 rgba(174, 28, 40, 0.6);
}

.red_btn_item:hover {
  background: linear-gradient(180deg, rgba(174, 28, 40, 0.2) 0%, rgba(255, 202, 206, 0.21) 57.5%, rgba(174, 28, 40, 0.42) 100%), #AE1C28;
}

.education_for_whom {
  width: 100%;
  padding-top: 31px;
}

.education_for_whom h2 {
  margin-bottom: 102px;
  position: relative;
}

.education_for_whom h2::before {
  content: "";
  position: absolute;
  width: 792px;
  height: 34px;
  background: url("../img/img3.svg") top center no-repeat;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  top: 99%;
}

.education_for_whom .inside {
  width: 100%;
  border-radius: 15px;
  border: 1px solid #FFF;
  background: rgba(21, 107, 91, 0);
  box-shadow: 0 4px 12.9px 0 rgba(0, 0, 0, 0.15) inset;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 54px 30px 60px;
}

.education_for_whom .wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 34px;
}

.education_for_whom .wrap .item {
  color: #333931;
  font-size: 24px;
  line-height: 30px;
  padding: 17px 4px 17px 28px;
  position: relative;
  width: 100%;
  margin-bottom: 37px;
  border-radius: 15px;
  background: #E2EBFF;
}

.education_for_whom .wrap .item::before {
  content: "";
  width: 14.909px;
  height: 14.909px;
  background: url("../img/img4.svg") top center no-repeat;
  background-size: contain;
  left: -7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.education_for_whom .wrap .item:first-child {
  max-width: 633px;
  margin-left: 20px;
  margin-right: 64px;
}

.education_for_whom .wrap .item:nth-child(2) {
  max-width: 398px;
}

.education_for_whom .wrap .item:nth-child(3) {
  max-width: 427px;
  margin-left: 152px;
}

.education_for_whom .wrap .item:nth-child(4) {
  max-width: 582px;
  margin-left: 104px;
}

.education_for_whom .wrap .item:nth-child(5) {
  max-width: 490px;
}

.education_for_whom .wrap .item:nth-child(6) {
  max-width: 415px;
  margin-left: 108px;
}

.education_for_whom .wrap .item:last-child {
  max-width: 794px;
  margin-left: 323px;
}

h2 {
  width: 100%;
  color: #AE1C28;
  font-family: Sora, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 70.326px;
  text-transform: uppercase;
  text-align: center;
}

.about_author {
  width: 100%;
  padding-top: 69px;
  padding-bottom: 130px;
}

.about_author .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about_author .mob_shee {
  width: 100%;
  justify-content: center;
  display: none;
}

.about_author .mob_shee img {
  max-width: 100%;
}

.about_author .img {
  max-width: 350px;
}

.about_author .wrap {
  width: 100%;
  max-width: 982px;
  display: flex;
  flex-direction: column;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}

.about_author .wrap .top_block {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 692px;
  border-radius: 30px;
  background: #21468B;
  padding: 30px 40px 40px;
  margin-bottom: 36px;
  position: relative;
}

.about_author .wrap .top_block::before {
  content: "";
  position: absolute;
  width: 388.669px;
  height: 237.326px;
  background: url("../img/img6.svg") top center no-repeat;
  background-size: contain;
  top: 76px;
  left: -147px;
  z-index: 2;
}

.about_author .wrap .top_block .title {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}

.about_author .wrap .top_block .text {
  width: 100%;
  color: #FFF;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.about_author .wrap .block {
  border-radius: 15px;
  background: #E2EBFF;
  padding: 22px 27px 30px 43px;
  margin-bottom: 36px;
  position: relative;
  width: 100%;
}

.about_author .wrap .block.block1 {
  align-self: flex-end;
  margin-right: 0;
  max-width: 641px;
}

.about_author .wrap .block.block1::before {
  content: "";
  position: absolute;
  width: 462.427px;
  height: 209.326px;
  background: url("../img/img7.svg") top center no-repeat;
  background-size: contain;
  top: 85px;
  right: -86px;
  z-index: 2;
}

.about_author .wrap .block.block2 {
  margin-left: 105px;
  max-width: 538px;
}

.about_author .wrap .block.block2::before {
  content: "";
  position: absolute;
  width: 352.726px;
  height: 200.69px;
  background: url("../img/img8.svg") top center no-repeat;
  background-size: contain;
  top: 60px;
  left: -168px;
  z-index: 2;
}

.about_author .wrap .block.block3 {
  margin-bottom: 62px;
  align-self: flex-end;
  margin-right: 36px;
  max-width: 684px;
}

.about_author .wrap .block p {
  width: 100%;
  color: #333931;
  font-size: 20px;
  line-height: 25px;
}

.about_author .wrap .block p strong {
  font-weight: 700;
}

.about_author .wrap .block ul {
  width: 100%;
  list-style-type: disc;
  padding-left: 20px;
}

.about_author .wrap .block ul li {
  color: #333931;
  font-size: 20px;
  line-height: 25px;
}

.about_author .wrap .bottom_block {
  width: 100%;
  border-radius: 30px;
  background: #21468B;
  box-shadow: 0 4px 12.9px 0 rgba(0, 0, 0, 0.15) inset;
  padding: 30px 60px;
}

.about_author .wrap .bottom_block p {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.course_programm {
  width: 100%;
  border-radius: 60px;
  background: rgba(226, 235, 255, 0.5);
  backdrop-filter: blur(2.9000000954px);
  padding: 60px 0;
  margin-bottom: 65px;
}

.course_programm .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.course_programm .about_programm {
  width: 100%;
  max-width: 550px;
  border-radius: 20px;
  background: #FFF;
  backdrop-filter: blur(2.9000000954px);
  color: #21468B;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  padding: 16px;
  margin-bottom: 34px;
}

.course_programm .about_programm span {
  position: relative;
}

.course_programm .about_programm span::before {
  content: "";
  width: 158.047px;
  height: 4px;
  position: absolute;
  background: url("../img/img11.svg") top center no-repeat;
  background-size: contain;
  top: 80%;
  right: 0;
}

.course_programm .top_slider_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 43px;
}

.course_programm .top_slider_wrap .arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #AE1C28;
}

.course_programm .top_slider_wrap .slider {
  width: calc(100% - 152px);
  padding: 0 34px;
  margin-left: -4px;
  margin-right: -4px;
}

.course_programm .top_slider_wrap .slider .slick-slide {
  border-radius: 50px;
  border: 1px solid #000;
  backdrop-filter: blur(5.0500001907px);
  margin: 0 4px;
  cursor: pointer;
}

.course_programm .top_slider_wrap .slider .slick-slide.slick-current,
.course_programm .top_slider_wrap .slider .slick-slide:hover {
  background: #21468B;
}

.course_programm .top_slider_wrap .slider .slick-slide.slick-current p,
.course_programm .top_slider_wrap .slider .slick-slide:hover p {
  color: #fff;
}

.course_programm .top_slider_wrap .slider .slick-slide p {
  width: 100%;
  height: 76px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #434040;
  font-size: 20px;
  font-weight: 600;
}

.course_programm .bottom_slider {
  width: 100%;
}

.course_programm .bottom_slider .inside {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.course_programm .bottom_slider .inside .wrap {
  width: calc(50% - 22px);
  border-radius: 60px;
  background: #E2EBFF;
  backdrop-filter: blur(2.9000000954px);
  padding: 59px 48px;
  padding-left: 59px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.course_programm .bottom_slider .inside .wrap ol {
  width: 100%;
}

.course_programm .bottom_slider .inside .wrap ol li {
  width: 100%;
  color: #333931;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}

.course_programm .bottom_slider .inside .wrap ol li:last-child {
  margin-bottom: 0;
}

.course_programm .bottom_slider .inside .wrap ol li span {
  color: #AE1C28;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
}

.course_programm .bottom_slider .inside .wrap .title {
  width: 100%;
  color: #AE1C28;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 20px;
}

.course_programm .bottom_slider .inside .wrap .text {
  width: 100%;
  color: #000;
  font-size: 20px;
  line-height: 25px;
}

.curators_section {
  width: 100%;
  padding-top: 65px;
}

.curators_section .arrows_cont {
  display: none;
}

.curators_section h2 {
  margin-bottom: 118px;
}

.curators_section .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.curators_section .wrap .block {
  width: calc(33.33% - 6.6666666667px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}

.curators_section .wrap .block .img {
  position: absolute;
  width: 161px;
  height: 161px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #AE1C28;
  left: 50%;
  top: -79px;
  transform: translateX(-50%);
  z-index: 4;
}

.curators_section .wrap .block .content {
  width: 100%;
  border-radius: 60px;
  background: #21468B;
  backdrop-filter: blur(2.9000000954px);
  padding: 110px 39px 31px;
  height: 100%;
  position: relative;
  z-index: 1;
}

.curators_section .wrap .block .content .title {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.curators_section .wrap .block .content .text {
  width: 100%;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
}

.curators_section .wrap .block .content .text strong {
  font-weight: 700;
}

.students_results {
  width: 100%;
  padding-top: 62px;
  padding-bottom: 111px;
  border-radius: 60px;
  background: #E2EBFF;
  backdrop-filter: blur(2.9000000954px);
  display: flex;
  flex-direction: column;
}

.students_results .container {
  align-self: flex-end;
}

.students_results h2 {
  margin-bottom: 14px;
}

.students_results .arrows_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 37px;
}

.students_results .arrows_cont .arrow {
  margin: 0 23px;
}

.students_results .arrows_cont .arrow.arrow_right img {
  transform: rotate(180deg);
}

.students_results .slick-list {
  padding: 0 20% 0 0 !important;
}

.students_results .slider {
  width: calc(100% + 20px);
  margin-left: -6px;
  margin-right: -10px;
}

.students_results .slider .slick-slide {
  margin: 0 10px;
}

.students_results .slider .inside {
  width: 100%;
  border-radius: 60px;
  background: #FFF;
  backdrop-filter: blur(2.9000000954px);
  padding: 24px 46px 29px 56px;
}

.students_results .slider .inside .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.students_results .slider .inside .top .left_cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.students_results .slider .inside .top .left_cont .img {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  object-fit: cover;
}

.students_results .slider .inside .top .left_cont .content {
  margin-left: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.students_results .slider .inside .top .left_cont .content .name {
  color: #21468B;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

.students_results .slider .inside .top .left_cont .content .info {
  color: #21468B;
  font-size: 20px;
  line-height: 30px;
}

.students_results .slider .inside .top .see_feedback {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  padding: 12px 42px;
  border-radius: 38.347px;
  background: #E2EBFF;
  margin-right: 21px;
}

.students_results .slider .inside .top .see_feedback:hover {
  background: #aabbde;
}

.students_results .slider .inside .bottom {
  width: 100%;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.students_results .slider .inside .bottom .column:first-child {
  width: 45%;
}

.students_results .slider .inside .bottom .column:first-child .title::before {
  content: "";
  width: 244.382px;
  height: 13.404px;
  background: url("../img/img18.svg") top center no-repeat;
  background-size: contain;
  right: -20px;
  top: 4px;
  position: absolute;
}

.students_results .slider .inside .bottom .column:last-child {
  width: 50%;
}

.students_results .slider .inside .bottom .column .title {
  width: 100%;
  color: #AE1C28;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 20px;
  position: relative;
}

.students_results .slider .inside .bottom .column .text {
  width: 100%;
  color: #000;
  font-size: 20px;
  line-height: 25px;
}

.have_doubts {
  width: 100%;
  padding-bottom: 100px;
}

.have_doubts h2 {
  margin-bottom: 21px;
}

.have_doubts .title {
  width: 100%;
  color: #21468B;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 49px;
}

.have_doubts .slider {
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
}

.have_doubts .slider .slick-slide {
  padding-top: 16px;
  margin: 0 5px;
}

.have_doubts .slider .inside {
  width: 100%;
  position: relative;
  border-radius: 30px;
  background: #21468B;
  backdrop-filter: blur(2.9000000954px);
  padding: 26px 30px 31px 26px;
}

.have_doubts .slider .inside::before {
  content: "";
  width: 31px;
  height: 31px;
  background: url("../img/img22.svg") top center no-repeat;
  background-size: contain;
  position: absolute;
  top: -16px;
  left: 0;
  z-index: 2;
}

.have_doubts .slider .inside p {
  width: 100%;
  color: #FFF;
  font-size: 20px;
  line-height: 25px;
}

.have_doubts .arrows_cont {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 51px;
}

.have_doubts .arrows_cont .arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
  width: 48px;
  height: 48px;
  background: #AE1C28;
  border-radius: 50%;
}

.faq_section {
  width: 100%;
  padding-top: 82px;
}

.faq_section .faq_item {
  width: 100%;
  border-bottom: 1px solid #F1E1D5;
}

.faq_section .faq_item.active {
  background: #E2EBFF;
  border-radius: 15px;
  border-bottom: none;
}

.faq_section .faq_item.active figure svg {
  transform: rotate(180deg);
}

.faq_section .faq_item .fq_open {
  border: none;
  background: none;
  width: 100%;
  padding: 24px;
  padding-left: 68px;
  padding-right: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq_section .faq_item .fq_open p {
  width: calc(100% - 40px);
  padding-right: 5px;
  color: #AE1C28;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  text-align: left;
}

.faq_section .faq_item .fq_open figure {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background: #AE1C28;
}

.faq_section .faq_item .content {
  width: 100%;
  color: #21468B;
  font-size: 28px;
  line-height: 30px;
  display: none;
  padding-left: 72px;
  padding-right: 66px;
  padding-bottom: 20px;
}

.faq_section .faq_item .content a {
  color: #21468B;
  text-decoration: underline;
}

.leave_questions {
  width: 100%;
  padding-top: 99px;
}

.leave_questions .inside {
  width: 100%;
  border-radius: 30px;
  background: #21468B;
  backdrop-filter: blur(2.9000000954px);
  padding: 47px 150px 63px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.leave_questions .inside .title {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  text-transform: uppercase;
  margin-bottom: 52px;
  position: relative;
}

.leave_questions .inside .title span {
  position: relative;
}

.leave_questions .inside .title span::before {
  content: "";
  position: absolute;
  background: url("../img/img25.svg") top center no-repeat;
  background-size: contain;
  width: 382.107px;
  height: 68.332px;
  top: 100%;
  margin-top: 7px;
  right: 0;
}

footer {
  width: 100%;
  padding-top: 113px;
  padding-bottom: 200px;
}

footer .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

footer .left_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 12px;
}

footer .left_list li {
  margin-bottom: 24px;
}

footer .left_list li:last-child {
  margin-bottom: 0;
}

footer .left_list li a {
  color: #0D0C0C;
  font-size: 24px;
  line-height: 25px;
}

footer .soc_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

footer .soc_list li {
  margin-left: 17px;
}

.tarifs_section {
  width: 100%;
  padding-bottom: 134px;
}

.tarifs_section .arrow {
  display: none;
}

.tarifs_section h2 {
  margin-bottom: 81px;
}

.tarifs_section .top {
  width: 100%;
  display: flex;
  justify-content: center;
}

.tarifs_section .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 120px;
}

.tarifs_section .wrap .tarif {
  width: calc(33.33% - 6.6666666667px);
  border-radius: 60px;
  background: #E2EBFF;
  backdrop-filter: blur(2.9000000954px);
  padding: 24px 25px 140px;
  position: relative;
}

.tarifs_section .wrap .tarif .title {
  width: 100%;
  text-align: center;
  color: #21468B;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1.057px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 28px;
}

.tarifs_section .wrap .tarif:first-child .title::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 301.532px;
  height: 7.023px;
  background: url("../img/img31.svg") top center no-repeat;
  background-size: contain;
}

.tarifs_section .wrap .tarif:nth-child(2) .title::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 242px;
  height: 5px;
  background: url("../img/img32.svg") top center no-repeat;
  background-size: contain;
}

.tarifs_section .wrap .tarif:last-child .title::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 275.287px;
  height: 4.625px;
  background: url("../img/img33.svg") top center no-repeat;
  background-size: contain;
}

.tarifs_section .wrap .tarif .good_list {
  width: 100%;
}

.tarifs_section .wrap .tarif .good_list li {
  width: 100%;
  color: #000;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px;
}

.tarifs_section .wrap .tarif .good_list li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../img/img34.svg") top center no-repeat;
  background-size: contain;
  left: 0;
  top: 5px;
}

.tarifs_section .wrap .tarif .good_list li strong {
  font-weight: 700;
}

.tarifs_section .wrap .tarif .good_list li span {
  font-weight: 700;
  color: #1F3061;
}

.tarifs_section .wrap .tarif .good_list li b {
  font-weight: 700;
  color: #AE1C28;
}

.tarifs_section .wrap .tarif .bottom_list {
  width: 100%;
}

.tarifs_section .wrap .tarif .bottom_list li {
  width: 100%;
  color: #1F3061;
  font-size: 24px;
  line-height: 120%;
  text-decoration-line: line-through;
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.tarifs_section .wrap .tarif .bottom_list li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../img/img35.svg") top center no-repeat;
  background-size: contain;
  left: 0;
  top: 5px;
}

.tarifs_section .wrap .tarif .bottom_cont {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: 20px;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 24px;
}

.tarifs_section .wrap .tarif .full_price {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 21.144px;
  font-weight: 700;
  line-height: 40.174px;
  text-transform: uppercase;
  padding: 4px 20px;
  margin-bottom: 10px;
  border-radius: 39.244px;
  background: #0E2A46;
}

.tarifs_section .wrap .tarif .full_price span {
  position: relative;
  margin-left: 4px;
}

.tarifs_section .wrap .tarif .full_price span::before {
  content: "";
  position: absolute;
  height: 1px;
  background: #AE1C28;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.tarifs_section .wrap .tarif .special_price {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 21.144px;
  font-weight: 700;
  line-height: 40.174px;
  text-transform: uppercase;
  padding: 4px 20px;
  margin-bottom: 10px;
  border-radius: 43.218px;
  background: #21468B;
}

.tarifs_section .wrap .tarif .special_price span {
  position: relative;
  margin-left: 4px;
}

/* .tarifs_section .wrap .tarif .special_price span::before {
  content: "";
  position: absolute;
  height: 1px;
  background: #AE1C28;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
} */
.tarifs_section .wrap .tarif .limited_price {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 21.144px;
  font-weight: 700;
  line-height: 40.174px;
  text-transform: uppercase;
  padding: 4px 20px;
  margin-bottom: 10px;
  border-radius: 38.347px;
  background: linear-gradient(90deg, #AE1C28 1.92%, rgba(255, 255, 255, 0.12) 51.92%, #AE1C28 98.08%), #AE1C28;
}

.tarifs_section .wrap .tarif .bottom_text {
  width: 100%;
  color: #AE1C28;
  font-size: 18.383px;
  line-height: 20px;
  line-height: 120%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.tarifs_section .wrap .tarif .bottom_text strong {
  font-weight: 700;
}

.tarifs_section .wrap .tarif .buy_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 19.303px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 19px 10px;
  border-radius: 50px;
  width: 100%;
  background: #AE1C28;
  align-self: center;
  box-shadow: 0 0 16.086px 0 rgba(174, 28, 40, 0.6);
}

.tarifs_section .wrap .tarif .buy_btn2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  max-width: 300px;
}

.tarifs_section .wrap .tarif .buy_btn:hover {
  background: #e04c58;
}

.page_section {
  width: 100%;
  padding: 80px 0;
}

.page_section h1 {
  color: #000;
  font-size: 40px;
  margin-bottom: 30px;
}

.page_section p {
  width: 100%;
  margin-bottom: 15px;
  font-size: 20px;
  color: #000;
}

.page_section ul {
  width: 100%;
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.page_section ul li {
  width: 100%;
  margin-bottom: 15px;
  font-size: 20px;
  color: #000;
}

.page_section ul li:last-child {
  margin-bottom: 0;
}

.page_section h3 {
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.page_section strong {
  font-weight: bold;
}

.page_section h4 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}

.page_section h5 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}

.page_section a {
  color: #000;
}

/* Modals */
.custom_modal {
  width: 100%;
  max-width: 600px;
  border-radius: 30px;
  background: #f0f5ff;
  padding: 40px;
}

.modal_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.modal_title {
  color: #AE1C28;
  font-family: Sora, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.custom_modal .modal_content {
  flex-direction: row;
  justify-content: space-between;
  padding: 40px;
}

#buy_modal {
  max-width: 1440px;
}

#buy_modal .left_cont {
  width: 100%;
  max-width: 760px;
}

#buy_modal .left_cont .modal_title {
  text-align: left;
  font-size: 50px;
  line-height: 110%;
  margin-bottom: 19px;
}

#buy_modal .left_cont .modal_subtitle {
  text-align: left;
  font-family: "Proxima Nova";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 128.571% */
  text-transform: uppercase;
}

.modal_subtitle {
  color: #143778;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.modal_form {
  width: 100%;
  max-width: 480px;
  background: #FFF;
  border: 1px solid #B9101E;
  padding: 30px;
  border-radius: 30px;
}

.modal_form .input_item label.error {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: left;
  color: red;
  bottom: -21px;
  font-size: 14px;
}

.modal_form .input_item label#phone-error {
  bottom: -24px;
  font-size: 14px;
  left: -12px;
}

#buy_modal .img_mob {
  display: none;
  max-width: 100%;
}

.iti__country-list {
  z-index: 100000000000 !important;
}

.input_item {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #ccc;
  padding: 5px 15px;
}

.input_item figure {
  width: 24px;
  margin-right: 10px;
  flex-shrink: 0;
}

.input_item figure img {
  width: 100%;
}

.input_item input {
  width: 100%;
  border: none;
  background: transparent;
  padding: 10px 0;
  font-size: 16px;
  color: #333;
}

.modal_form .red_btn_item {
  width: 100%;
  margin-top: 10px;
}

.thanks_modal .modal_subtitle {
  margin: 20px 0;
  text-transform: none;
}

#thanks_modal .modal_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Fancybox custom */
.fancybox-bg {
  background: rgba(20, 55, 120, 0.8);
}

.fancybox-content {
  border-radius: 30px;
  padding: 0;
}

.fancybox-close-small {
  top: 10px;
  right: 10px;
}