html {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  background: #000;
}
html body {
  background: #000 !important;
}

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

.container_own {
  max-width: 1345px;
  padding: 0 15px;
  width: 100%;
}

.wrapper {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

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

.ach_page {
  background: #fff;
  font-family: "HelveticaNeueCyr", "Montserrat", sans-serif;
}
.ach_page button, .ach_page input, .ach_page textarea {
  font-family: "HelveticaNeueCyr", "Montserrat", sans-serif;
}
.ach_page .container_own {
  margin: 0 auto;
}

.section_title {
  color: #000;
  font-size: 40px;
  font-weight: 550;
  line-height: 150%;
  letter-spacing: -0.88px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.section_title--light {
  color: #fff;
}

.ach_hero {
  background: #000;
  width: 100%;
  border-radius: 0 0 50% 50%/0 0 90px 90px;
  padding: 123px 0 0;
  overflow: hidden;
}
.ach_hero__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.ach_hero__text {
  max-width: 600px;
  padding-bottom: 131px;
}
.ach_hero__text h1 {
  color: #FFF;
  font-size: 65px;
  font-weight: 550;
  line-height: 120%;
  letter-spacing: -1.235px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.ach_hero__text p {
  color: #FFF;
  font-size: 18px;
  line-height: 100%;
  width: 100%;
  letter-spacing: -0.342px;
  padding-top: 32px;
  position: relative;
}
.ach_hero__text p::before {
  content: "";
  position: absolute;
  width: 497px;
  height: 1px;
  background: #fff;
  top: 0;
  left: 0;
}
.ach_hero__photo {
  flex: none;
  width: 549px;
  border-radius: 40px;
  background: linear-gradient(180deg, #DC5242 0%, #762C23 100%);
  height: 502px;
  margin-bottom: -40px;
  position: relative;
}
.ach_hero__photo img {
  width: 677px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.results_section {
  padding: 80px 0 70px;
}
.results_section .results_note {
  text-align: center;
  color: #000;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.54px;
  margin: 24px 0 29px;
}

.results_list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.results_list li {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 40px;
}
.results_list li .icon {
  flex: none;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #DC5242;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 34px;
}
.results_list li .icon svg {
  width: 26px;
  height: 26px;
}
.results_list__text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.results_list__text b {
  color: #DC5242;
  font-size: 44px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.484px;
  margin-right: 10px;
}
.results_list__text span {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.22px;
  max-width: 395px;
}

.awards_section {
  background: #000;
  width: 100%;
  border-radius: 50%/30px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 20px 0 60px;
}
.awards_section .container_own {
  max-width: 1062px;
}
.awards_section__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.awards_section__text {
  max-width: 500px;
}
.awards_section__text h2 {
  color: #FFF;
  font-size: 40px;
  font-weight: 550;
  line-height: 120%;
  letter-spacing: -0.88px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.awards_section__text p {
  color: #FFF;
  font-size: 20px;
  letter-spacing: 0.6px;
  max-width: 380px;
  width: 100%;
  position: relative;
  padding-top: 35px;
}
.awards_section__text p::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 371px;
  background: url("../img/img9.svg") top center no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
}
.awards_section__text p::after {
  content: "";
  position: absolute;
  background: url("../img/img10.svg") top center no-repeat;
  background-size: contain;
  width: 240.296px;
  height: 14.712px;
  bottom: -38px;
  right: 0;
}
.awards_section__text p b {
  color: #fff;
  font-weight: 700;
}
.awards_section__img {
  flex: none;
}
.awards_section__img img {
  display: block;
  width: 100%;
  max-width: 459px;
}

.speakers_section {
  padding: 80px 0 70px;
}

.logos_row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 55px;
}
.logos_row a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.logos_row img {
  width: auto;
  object-fit: contain;
}
.logos_row figure {
  position: relative;
  display: inline-flex;
}
.logos_row figure:last-child::before {
  display: none;
}
.logos_row figure::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 69px;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/img18.svg") top center no-repeat;
  background-size: contain;
}

.media_section {
  background: #000;
  width: 100%;
  padding: 90px 0;
}

.cta_section {
  padding: 80px 0 100px;
}

.cta_card {
  background: #f2f0ec;
  border-radius: 48px;
  padding: 65px 70px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.cta_card__text {
  max-width: 470px;
}
.cta_card__text h2 {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  line-height: 1.25;
  margin: 0 0 26px;
}
.cta_card__text p {
  font-size: 15px;
  color: #000;
  margin: 0;
}

.circled {
  display: inline-block;
  position: relative;
}
.circled::before {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -16px;
  right: -16px;
  border: 2px solid #e5584b;
  border-radius: 50%;
  transform: rotate(-2deg);
}

.cta_form {
  flex: none;
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cta_form__field {
  position: relative;
  display: block;
  margin: 0;
}
.cta_form__field svg {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  pointer-events: none;
}
.cta_form__field input {
  width: 100%;
  border: 1px solid #000;
  border-radius: 30px;
  background: #fff;
  padding: 16px 26px 16px 54px;
  font-size: 14px;
  color: #000;
  font-family: "HelveticaNeueCyr", "Montserrat", sans-serif;
}
.cta_form__field input::placeholder {
  color: #555;
}
.cta_form button {
  margin-top: 12px;
  border: none;
  background: #e5584b;
  color: #fff;
  border-radius: 30px;
  padding: 17px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
}
.cta_form button:hover {
  background: rgb(223.8504854369, 54.9242718447, 39.3495145631);
}

.our_clients .slick-track {
  display: flex !important;
}

.our_clients {
  width: 100%;
  background: #000;
  padding-bottom: 70px;
  border-radius: 30%/10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  overflow: hidden;
}
.our_clients .section_title {
  margin-bottom: 27px;
}
.our_clients .arrows_cont {
  width: 100%;
  max-width: 79px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px;
}
.our_clients .arrows_cont .arrow {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
}
.our_clients .arrows_cont .arrow:hover {
  background: #fff;
  color: #DC5242;
}
.our_clients .slider {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.our_clients .slider .slide {
  margin: 0 16px;
  height: inherit !important;
}
.our_clients .slider .slide .item {
  width: 100%;
  border-radius: 25.6px;
  border: 1px solid #1E1E1E;
  background: #1E1E1E;
  padding: 33px 27px 80px;
  height: 100%;
}
.our_clients .slider .slide .item .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.our_clients .slider .slide .item .top .slide_logo {
  max-width: 211px;
}
.our_clients .slider .slide .item .top .img {
  width: 63px;
  height: 63px;
  object-fit: cover;
}
.our_clients .slider .slide .item .text {
  width: 100%;
  color: #FFF;
  font-size: 16px;
  margin-bottom: 35px;
}
.our_clients .slider .slide .item ul {
  width: 100%;
}
.our_clients .slider .slide .item ul li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.our_clients .slider .slide .item ul li:last-child {
  margin-bottom: 0;
}
.our_clients .slider .slide .item ul li span {
  color: #DC5242;
  font-size: 57px;
  font-weight: 700;
}
.our_clients .slider .slide .item ul li p {
  width: calc(100% - 130px);
  padding-left: 14px;
  color: #FFF;
  font-size: 15px;
}

.book_form_section .inside {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
.book_form_section .inside::before {
  content: "";
  width: 24px;
  height: 332px;
  background: url("../img/img27.svg") top center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 52.3%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.book_form_section .inside .left_cont {
  width: 52%;
  border-radius: 60px;
  background: rgba(30, 30, 30, 0.1);
  backdrop-filter: blur(8.8000001907px);
  padding: 74px 52px 40px 69px;
}
.book_form_section .inside .left_cont .title {
  width: 100%;
  color: #1E1E1E;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.88px;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.book_form_section .inside .left_cont .title span {
  position: relative;
  display: inline-block;
}
.book_form_section .inside .left_cont .title span::before {
  content: "";
  background: url("../img/img26.svg") top center no-repeat;
  background-size: contain;
  width: 348px;
  height: 65px;
  right: 13px;
  bottom: 0;
  z-index: 1;
  position: absolute;
}
.book_form_section .inside .left_cont .title span i {
  position: relative;
  z-index: 2;
}
.book_form_section .inside .left_cont .text {
  position: relative;
  width: 100%;
  padding-left: 27px;
  color: #1E1E1E;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.38px;
}
.book_form_section .inside .left_cont .text::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/img13.svg") top center no-repeat;
  background-size: cover;
  position: absolute;
  top: 5px;
  left: 0;
}
.book_form_section .inside .right_cont {
  width: 47.5%;
  border-radius: 60px;
  background: rgba(30, 30, 30, 0.1);
  backdrop-filter: blur(8.8000001907px);
  padding: 25px 72px 45px 46px;
}

.emaildes input{
    padding-left: 50px !important;
  }
  .name_form_field input{
      padding-left: 50px !important;
  }

   .subscribe-form .fixed_width_field{
    max-width: 296px;
  }
.book_form_section .subscribe-section .subscribe-form{
    background: none !important;
    padding: 0 !important;
}
.book_form_section .subscribe-form .fixed_width_field input{
    border: none;
    height: 73px;
    border-radius: 50px;
    background-color: #FFF !important;
    box-shadow: 0px 4px 7.8px 0px rgba(0, 0, 0, 0.15);
    padding-top: 10px;
    border: 1px solid #000;
}
.book_form_section .form-inline .form-group{
    margin-bottom: 0;
}
.book_form_section .subscribe-form .fixed_width_field{
    width: 100%;
    padding: 0 !important;
    max-width: 100%;
    margin-bottom: 16px;
}

.book_form_section .subscribe-section .subscribe-form button[type=submit]{
    margin: 0 !important;
    font-size: 18px;
    font-weight: 500;
    height: 73px;
    border-radius: 50px; 
    max-width: 100% !important;
    width: 100%;
}
.book_form_section .subscribe-section .subscribe-form button[type=submit]:hover{
    background: #DC5242 !important;
}
.book_form_section .subscribe-section .name_form_field input{
    background: url(/wp-content/themes/krupkin/team/uw.svg) no-repeat top +24px left +15px;
    padding: 10px;
    
}
.book_form_section .subscribe-section .emaildes input{
    background: url(/wp-content/themes/krupkin/team/ew.svg) no-repeat top +24px left +15px;
    padding: 10px;
}
.book_form_section .subscr_bottom{
    margin-bottom: 0 !important;
}
.book_form_section .form-inline .form-control.error{
    background-color: #f1aea6 !important;
}

.book_form_section .subscribe-section{
    min-height: initial;
    background: none;
    backdrop-filter: none;
    padding: 0;
}

.book_form_section .subscribe-section .container{
    width: 100%;
    padding: 0;
}

.book_form_section .subscribe-section .row{
    margin: 0;
}

.book_form_section{
    width: 100%;
    padding: 60px 0;
}
