.bg-black {
  background: #1e1e1e;
}
.bg-black section {
  margin-bottom: 10px;
  padding: 60px 0;
  background: #fff;
}
.bg-black section:last-child {
  margin-bottom: 0;
}

.sec-h-main {
  padding-top: 100px;
  padding-bottom: 0 !important;
}

.h-main {
  padding: 48px 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h-main__desc {
  width: 100%;
  max-width: 672px;
}
.h-main__desc h1 {
  margin-bottom: 40px;
  font-family: "Phonk Sans";
  font-size: 36px;
  font-weight: 800;
  line-height: 118%;
  color: #151515;
}
.h-main__desc h1 span {
  color: #ff570a;
}

.h-main__desc-item {
  display: flex;
  align-items: center;
}
.h-main__desc-item img {
  width: 24px;
  height: 24px;
}
.h-main__desc-item span {
  margin-left: 12px;
  font-size: 18px;
  font-weight: 300;
}
.h-main__desc-item ~ .h-main__desc-item {
  margin-top: 8px;
}

.h-main__btn {
  margin-top: 40px;
  padding: 8px 24px;
  background: #ff570a;
  display: flex;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
}
.h-main__btn:hover {
  color: #fff;
  text-decoration: none;
}

.h-main__block {
  padding-top: 94px;
  position: relative;
  width: 100%;
  max-width: 505px;
  isolation: isolate;
}
.h-main__block img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 324px;
  height: 94px;
  object-fit: cover;
  object-position: top;
  transform: translateX(-50%);
  z-index: -1;
}

.h-main__block-wrap {
  padding: 20px 30px 30px;
  background: #f7f7f7;
  border-radius: 6px;
  box-shadow: 0 3.706px 10px 0 rgba(0, 0, 0, 0.11), 0 5px 23.7px 0 rgba(0, 0, 0, 0.11);
}
.h-main__block-wrap .top-item {
  margin-bottom: 20px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(46, 43, 36, 0.21);
}
.h-main__block-wrap .top-item p {
  max-width: 278px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.h-main__block-wrap .top-item span {
  padding: 5px 10px;
  background: rgba(255, 87, 10, 0.3);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  color: #ff570a;
  border-radius: 20px;
}
.h-main__block-wrap .simple-item {
  margin-bottom: 20px;
  padding: 8px 15px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  border-radius: 10px;
}
.h-main__block-wrap .simple-item p {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.h-main__block-wrap .simple-item span {
  -webkit-text-stroke-width: 0.93px;
  -webkit-text-stroke-color: #d5d5d5;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-decoration-line: line-through;
  color: #d5d5d5;
}
.h-main__block-wrap .main-item {
  margin-bottom: 20px;
  padding: 8px 15px;
  background: #ffefe8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  border-radius: 10px;
  border: 1px solid #ff570a;
}
.h-main__block-wrap .main-item p {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.h-main__block-wrap .main-item span {
  -webkit-text-stroke-width: 0.93px;
  -webkit-text-stroke-color: #ff570a;
  font-size: 28px;
  font-weight: 800;
  line-height: normal;
  color: #ff570a;
}
.h-main__block-wrap .accent-item {
  background: #ff570a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  color: #fff;
  border-radius: 10px;
}
.h-main__block-wrap .accent-item p {
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: 800;
  line-height: normal;
}
.h-main__block-wrap .accent-item span {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: rgba(255, 255, 255, 0.67);
}

.sec-title {
  font-family: "Phonk Sans";
}

.sec-subtitle {
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  color: #151515;
}
.topic__desc-min {
    font-size: 18px;
    color: #706F6F;
    font-weight: 400;
}
.topic__desc-min-link {
    color: #FF570A;
    text-decoration: underline;
}
.topic__desc-min-link:hover, .topic__desc-min-link:focus  {
    color: #706F6F;
    text-decoration: none;
}
.s-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.s-features__block {
  padding: 30px;
  background: #f7f7f7;
  border-radius: 6px;
}
.s-features__block img {
  margin-bottom: 20px;
  width: 50px;
  height: 50px;
}

.s-features__block-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #151515;
}

.s-features__block-text {
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: #151515;
}

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

.conformity__main {
  width: 100%;
  max-width: 672px;
}
.conformity__main p {
  margin-bottom: 8px;
}
.conformity__main img {
  width: 324px;
}

.conformity__block {
  padding: 40px 30px;
  background: #f7f7f7;
  width: 100%;
  max-width: 560px;
  border-radius: 6px;
}

.conformity__block-item {
  padding: 20px 0;
  display: flex;
}
.conformity__block-item:first-child {
  padding-top: 0;
}
.conformity__block-item:last-child {
  padding-bottom: 0;
}
.conformity__block-item img {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.conformity__block-item ~ .conformity__block-item {
  border-top: 1px solid rgba(46, 43, 36, 0.21);
}

.conformity__block-wrap {
  margin-left: 20px;
}
.conformity__block-wrap p {
  margin-bottom: 4px;
  color: #151515;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.conformity__block-wrap span {
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: #151515;
}
.sec-experience .sec-subtitle {
  max-width: 485px;
}

.experience {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.experience__block-title {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #ff570a;
  border-radius: 20px;
  border: 1px solid #ff570a;
}

.experience__block-item {
  padding: 30px;
  background: #f7f7f7;
  display: flex;
  min-height: 185px;
  border-radius: 6px;
}
.experience__block-item img {
  margin: auto 0;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}
.experience__block-item ~ .experience__block-item {
  margin-top: 20px;
}

.experience__block-wrap {
  margin-left: 24px;
}
.experience__block-wrap p {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #151515;
}
.experience__block-wrap span {
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: #151515;
}

.sec-services .sec-title {
  max-width: 672px;
}
.sec-services .sec-subtitle {
  max-width: 540px;
}

.s-services {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 20px;
}
.s-services .slick-dots {
  position: static;
}
.s-services .slick-dots li {
  width: auto;
  height: auto;
}
.s-services .slick-dots li button {
  background: rgba(255, 87, 10, 0.2);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.s-services .slick-dots li.slick-active button {
  background: #ff570a;
}
.s-services .slick-dots li button::before {
  content: none;
}

.s-services__item {
  padding: 30px;
  background: #f7f7f7;
  border-radius: 6px;
}
.s-services__item img {
  margin-bottom: 20px;
  width: 50px;
  height: 50px;
}
.s-services__item p {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #151515;
}
.s-services__item span {
  font-size: 18px;
  font-weight: 300;
  color: #151515;
}

.s-services__bg-mob {
  margin: 0 auto;
  width: 220px;
}

.trial {
  padding: 20px 40px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
}

.trial__block {
  width: 100%;
  max-width: 642px;
}

.trial__list {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.trial__list-item {
  display: flex;
  align-items: center;
}
.trial__list-item img {
  margin-right: 10px;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}
.trial__list-item p {
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: #151515;
}

.trial__btn {
  padding: 8px 24px;
  background: #ff570a;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 208px;
  color: #fff;
  border-radius: 6px;
  user-select: none;
  cursor: pointer;
}
.trial__btn::after {
  content: "";
  margin-left: 8px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzUwMTFfNTk1NykiPgo8cGF0aCBkPSJNNC4xNjYzNCAxMC44MzMySDE0LjA0OTdMMTEuMDI0NyAxNC40NjY1QzEwLjk1NDYgMTQuNTUwOCAxMC45MDE5IDE0LjY0OCAxMC44Njk0IDE0Ljc1MjdDMTAuODM3IDE0Ljg1NzMgMTAuODI1NCAxNC45NjczIDEwLjgzNTUgMTUuMDc2NEMxMC44NTU4IDE1LjI5NjggMTAuOTYyOCAxNS41MDAxIDExLjEzMyAxNS42NDE1QzExLjMwMzIgMTUuNzgzIDExLjUyMjYgMTUuODUxIDExLjc0MjkgMTUuODMwN0MxMS45NjMzIDE1LjgxMDQgMTIuMTY2NiAxNS43MDM0IDEyLjMwOCAxNS41MzMyTDE2LjQ3NDcgMTAuNTMzMkMxNi41MDI3IDEwLjQ5MzQgMTYuNTI3OCAxMC40NTE2IDE2LjU0OTcgMTAuNDA4MkMxNi41NDk3IDEwLjM2NjUgMTYuNTkxMyAxMC4zNDE1IDE2LjYwOCAxMC4yOTk4QzE2LjY0NTggMTAuMjA0MyAxNi42NjU2IDEwLjEwMjYgMTYuNjY2MyA5Ljk5OTg0QzE2LjY2NTYgOS44OTcxIDE2LjY0NTggOS43OTUzOSAxNi42MDggOS42OTk4NEMxNi42MDggOS42NTgxNyAxNi41NjYzIDkuNjMzMTcgMTYuNTQ5NyA5LjU5MTUxQzE2LjUyNzggOS41NDgwNiAxNi41MDI3IDkuNTA2MjggMTYuNDc0NyA5LjQ2NjUxTDEyLjMwOCA0LjQ2NjUxQzEyLjIyOTcgNC4zNzI0NCAxMi4xMzE1IDQuMjk2NzkgMTIuMDIwNiA0LjI0NDk0QzExLjkwOTcgNC4xOTMwOCAxMS43ODg4IDQuMTY2MzEgMTEuNjY2MyA0LjE2NjUxQzExLjQ3MTYgNC4xNjYxMyAxMS4yODI5IDQuMjMzOTQgMTEuMTMzIDQuMzU4MTdDMTEuMDQ4NiA0LjQyODEzIDEwLjk3ODkgNC41MTQwNSAxMC45Mjc3IDQuNjExQzEwLjg3NjYgNC43MDc5NiAxMC44NDUxIDQuODE0MDUgMTAuODM1MSA0LjkyMzJDMTAuODI1IDUuMDMyMzQgMTAuODM2NiA1LjE0MjQgMTAuODY5MSA1LjI0NzA3QzEwLjkwMTYgNS4zNTE3NCAxMC45NTQ1IDUuNDQ4OTcgMTEuMDI0NyA1LjUzMzE3TDE0LjA0OTcgOS4xNjY1MUg0LjE2NjM0QzMuOTQ1MzMgOS4xNjY1MSAzLjczMzM3IDkuMjU0MyAzLjU3NzA5IDkuNDEwNThDMy40MjA4MSA5LjU2Njg2IDMuMzMzMDEgOS43Nzg4MyAzLjMzMzAxIDkuOTk5ODRDMy4zMzMwMSAxMC4yMjA5IDMuNDIwODEgMTAuNDMyOCAzLjU3NzA5IDEwLjU4OTFDMy43MzMzNyAxMC43NDU0IDMuOTQ1MzMgMTAuODMzMiA0LjE2NjM0IDEwLjgzMzJaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzUwMTFfNTk1NyI+CjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.trial__btn:hover {
  color: #fff;
  text-decoration: none;
}

.trial__image {
  width: 100%;
  max-width: 440px;
}

.sec-improvement .sec-title {
  max-width: 700px;
}
.sec-improvement .sec-subtitle {
  max-width: 580px;
}

.improvement {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.improvement img {
  margin-bottom: 40px;
  height: 426px;
  object-fit: contain;
}

.improvement__item {
  display: flex;
  flex-direction: column;
}
.improvement__item span {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #ff570a;
  border-radius: 20px;
  border: 1px solid #ff570a;
}
.improvement__item p {
  max-width: 400px;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: #151515;
}
.improvement__item ul li {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: #151515;
}
.improvement__item ul li::before {
  content: "";
  margin-right: 14px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjc1MDYgMEw1LjI0OTM4IDguNDk4MTJMMS43NDgxMiA0Ljk5OTM3TDAgNi43NDc1TDUuMjQ5MzggMTEuOTk5NEwxNS40OTgxIDEuNzQ4MTJMMTMuNzUwNiAwWiIgZmlsbD0iI0ZGNTcwQSIvPgo8L3N2Zz4K") no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 15px;
  height: 12px;
}

.sec-compare .sec-title {
  max-width: 672px;
}

.compare {
  margin-top: 40px;
}

.compare__head {
  margin-bottom: 20px;
  padding: 24px 30px;
  background: #ff570a;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  border-radius: 6px;
}

.compare__head-item {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
}

.compare__table {
  background: #f7f7f7;
  border-radius: 6px;
  border: 3px solid #ff570a;
  overflow: hidden;
}

.compare__table-row {
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.compare__table-cell {
  padding-right: 20px;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 105px;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: #151515;
  border-top: 1px solid #ff570a;
}
.compare__table-cell:first-child {
  font-weight: 700;
}
.compare__table-cell:last-child {
  padding-left: 40px;
  font-weight: 700;
}
.compare__table-cell:last-child::before {
  content: "";
  background: rgba(255, 87, 10, 0.15);
  position: absolute;
  top: 0;
  right: -20%;
  width: 120%;
  height: calc(100% + 1px);
}

.compare__table-row:first-child .compare__table-cell {
  border-top: 0;
}

.sec-launch .sec-title {
  max-width: 672px;
}
.sec-launch .sec-subtitle {
  max-width: 672px;
}

.launch {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.launch__item {
  padding: 30px;
  background: #f7f7f7;
  min-height: 314px;
  border-radius: 6px;
  line-height: normal;
  color: #ff570a;
}
.launch__item p {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #151515;
}

.launch__item-numb {
  margin-bottom: 20px;
  font-size: 64px;
  font-weight: 700;
}

.launch__item-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.discuss {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
}
.discuss .sec-title {
  max-width: 425px;
  font-family: "Vela Sans";
}
.discuss .sec-subtitle {
  margin-bottom: 60px;
}

.discuss__action {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.discuss__action .btn {
  padding: 24px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  transition: 0.3s ease-out;
}
.discuss__action .btn-callback {
  background: #ff570a;
}
.discuss__action .btn-callback:hover {
  background: #cb4000;
}
.discuss__action .btn-request {
  color: #000;
  border: 1px solid #ff570a;
}
.discuss__action .btn-request:hover {
  background: #ff570a;
  color: #fff;
}

.discuss__img {
  grid-column: 2;
  grid-row: 1/3;
}
.discuss__img img {
  height: 100%;
}

.quest {
  display: flex;
  justify-content: space-between;
}

.quest__item {
  position: relative;
  border-bottom: 1px solid rgba(255, 87, 10, 0.2);
  user-select: none;
}
.quest__item::before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgOEwxMiAxNkwyMCA4IiBzdHJva2U9IiNGRjU3MEEiIHN0cm9rZS13aWR0aD0iMi44NTcxNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  transition: 0.3s ease-out;
}
.quest__item ~ .quest__item {
  margin-top: 30px;
}
.quest__item.active {
  padding-bottom: 20px;
}
.quest__item.active::before {
  transform: rotate(180deg);
}

.quest__item-header {
  padding-left: 40px;
  padding-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #151515;
  cursor: pointer;
}

.quest__item-text {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}

.quest__item-content {
  padding-left: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: #151515;
}

.quest__img {
  margin-left: 24px;
  width: 100%;
  max-width: 440px;
}

.sec-b-beta {
  padding: 60px 0;
}

.b-beta__block {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
}

.b-beta__label {
  margin-bottom: 60px;
  padding: 8px 46px;
  width: fit-content;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  color: #ff570a;
  border-radius: 20px;
  border: 1px solid #ff570a;
}

.b-beta__list {
  padding: 24px 40px;
  background: #f7f7f7;
  border-radius: 6px;
}
.b-beta__list ul {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.b-beta__list li {
  display: inline-flex;
  align-items: center;
  column-gap: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: #151515;
}
.b-beta__list li::before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI3LjUgMTVDMjcuNSAyMS45MDMxIDIxLjkwMzEgMjcuNSAxNSAyNy41QzguMDk2ODggMjcuNSAyLjUgMjEuOTAzMSAyLjUgMTVDMi41IDguMDk2ODggOC4wOTY4OCAyLjUgMTUgMi41QzIxLjkwMzEgMi41IDI3LjUgOC4wOTY4OCAyNy41IDE1WiIgZmlsbD0iI0ZGNTcwQSIvPgo8cGF0aCBkPSJNMjEuNjI1NiA5LjEyNjI1TDEzLjEyNDQgMTcuNjI0NEw5LjYyMzEyIDE0LjEyNTZMNy44NzUgMTUuODczOEwxMy4xMjQ0IDIxLjEyNTZMMjMuMzczMSAxMC44NzQ0TDIxLjYyNTYgOS4xMjYyNVoiIGZpbGw9IiNGRkQxQkMiLz4KPC9zdmc+Cg==") no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
}

.b-beta__title-block {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #151515;
}

.b-beta__img {
  margin: 0 auto;
  width: 296px;
  height: 280px;
}

.b-beta__attention {
  margin-bottom: 21px;
  padding: 8px 24px;
  background: #ff570a;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  border-radius: 6px;
}

.b-beta__before {
  margin-bottom: 21px;
  padding: 24px 40px;
  background: #f7f7f7;
  border-radius: 6px;
}
.b-beta__before p {
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
}

.b-beta__after {
  padding: 24px 40px 34px;
  background: #ffefe8;
  border-radius: 6px;
  border: 1px solid #ff570a;
}
.b-beta__after p {
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
}

.btn-request-beta {
  padding: 20px 48px;
  background: #ff570a;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
  color: #fff;
  text-align: center;
  border-radius: 6px;
}
.btn-request-beta:hover {
  background: #df4c09;
  color: #fff;
}

.sec-b-calc {
  padding: 60px 0;
}
.title-audio {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec-b-calc .sec-title {
  margin-bottom: 24px;
  max-width: 820px;
}
.sec-b-calc .sec-subtitle {
  max-width: 900px;
  font-weight: 700;
}

.b-calc {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
}
.b-calc .field-group {
  margin-bottom: 20px;
}
.b-calc .field-group label {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.b-calc input {
  padding: 15px 10px;
  background: #f5f5f5;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #2e2b24;
  border-radius: 8px;
}
.b-calc input:focus {
  color: #2e2b24;
}
.b-calc input::placeholder {
  color: #2e2b24;
  opacity: 0.3;
}
.b-calc .select {
  position: relative;
}
.b-calc .select::after {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNS4zMzM0NCA1Ljc2MTQ0TC01LjAzNjFlLTA4IDEuMTUyMTJMMS4zMzMxMiAtNC42NjI2NGUtMDdMNiA0LjAzMzI1TDEwLjY2NjkgLTUuODI3MjdlLTA4TDEyIDEuMTUyMTJMNi42NjY1NiA1Ljc2MTQ0QzYuNDg5NzYgNS45MTQxOSA2LjI1IDYgNiA2QzUuNzUgNiA1LjUxMDI0IDUuOTE0MTkgNS4zMzM0NCA1Ljc2MTQ0WiIgZmlsbD0iIzJFMkIyNCIvPgo8L3N2Zz4K") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  pointer-events: none;
}
.b-calc .field-group select {
  padding: 15px 10px;
  background: #f5f5f5;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #2e2b24;
  border-radius: 8px;
  border: none;
  outline: none;
  cursor: pointer;
}

.b-calc__main {
  padding: 30px 20px;
  background: #fe560d;
  color: #fff;
  border-radius: 20px;
}

.b-calc__main-title {
  margin-bottom: 40px;
  max-width: 464px;
  font-size: 20px;
  font-weight: 700;
  line-height: 114%;
}

.b-calc__result {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  color: #2e2b24;
}
.b-calc__result .features-card {
  padding: 30px 20px;
  background: #ffede8;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
}
.b-calc__result .features-card p {
  margin: 0;
  font-size: 16px;
  text-align: center;
  line-height: normal;
}
.b-calc__result .features-card ol {
  text-align: center;
  list-style: none;
  counter-reset: numb;
}
.b-calc__result .features-card ol li {
  font-size: 18px;
  font-weight: 300;
  counter-increment: numb;
}
.b-calc__result .features-card ol li::before {
  content: counter(numb) ") ";
}
.b-calc__result .features-card-title {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 800;
  line-height: 114%;
  color: #fe560d;
}
.b-calc__result .cards-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
.b-calc__result .metric-card {
  padding: 30px 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #fe560d;
  border-radius: 20px;
}
.b-calc__result .metric-card .val {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 800;
  line-height: 114%;
  color: #fe560d;
}
.b-calc__result .metric-card .desc {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.b-calc__result .text-item {
  font-size: 16px;
}
.b-calc__result .btn {
  background: #ff570a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  height: 60px;
  color: #fff;
  border-radius: 10px;
}
.b-calc__result .btn:hover {
  background: #df4c09;
  color: #fff;
}
.ars-btn-left.modalka {
    margin: 0 12px 12px 0;
    cursor: pointer;
}
@media (min-width: 991px) {
  .s-services__bg-mob {
    display: none;
  }
}
@media (max-width: 1380px) {
  .experience__block-item {
    min-height: 250px;
  }
  .improvement__item span {
    font-size: 13px;
  }
  .improvement__item p {
    font-size: 16px;
  }
  .improvement__item ul li {
    font-size: 16px;
  }
  .compare__table-cell {
    font-size: 16px;
  }
  .launch__item p {
    font-size: 16px;
  }
  .launch__item-title {
    font-size: 18px;
  }
  .b-calc__result .metric-card .val {
    font-size: 22px;
  }
  .sec-calc__item {
    margin: 20px auto;
  }
}
@media (max-width: 991px) {
  .bg-black section {
    padding: 50px 0;
  }
  .h-main {
    flex-direction: column;
  }
  .h-main__desc {
    margin-bottom: 50px;
  }
  .h-main__desc h1 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .h-main__desc-item span {
    font-size: 14px;
  }
  .h-main__btn {
    margin-top: 30px;
  }
  .h-main__block {
    padding-top: 65px;
  }
  .h-main__block img {
    width: 220px;
    height: 65px;
  }
  .h-main__block-wrap {
    padding: 20px 16px;
  }
  .h-main__block-wrap .top-item {
    column-gap: 40px;
  }
  .h-main__block-wrap .top-item p {
    width: 60%;
    font-size: 12px;
  }
  .h-main__block-wrap .top-item span {
    padding: 3px 6px;
    flex-shrink: 0;
    font-size: 10px;
  }
  .h-main__block-wrap .simple-item {
    margin-bottom: 12px;
    padding: 10px;
  }
  .h-main__block-wrap .simple-item p {
    font-size: 12px;
  }
  .h-main__block-wrap .simple-item span {
    font-size: 18px;
  }
  .h-main__block-wrap .main-item {
    margin-bottom: 12px;
    padding: 10px;
  }
  .h-main__block-wrap .main-item p {
    font-size: 12px;
  }
  .h-main__block-wrap .main-item span {
    font-size: 18px;
  }
  .h-main__block-wrap .accent-item p {
    font-size: 18px;
  }
  .h-main__block-wrap .accent-item span {
    font-size: 12px;
  }
  .sec-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 118%;
  }
  .sec-subtitle {
    font-size: 14px;
  }
  .s-features {
    grid-template-columns: auto;
    gap: 20px;
  }
  .s-features__block-text {
    font-size: 14px;
  }
  .conformity {
    flex-direction: column;
  }
  .conformity__main p {
    margin-bottom: 20px;
  }
  .conformity__main img {
    display: none;
  }
  .conformity__block {
    padding: 30px;
  }
  .conformity__block-item img {
    width: 36px;
    height: 36px;
  }
  .conformity__block-wrap p {
    font-size: 18px;
  }
  .conformity__block-wrap span {
    font-size: 14px;
  }
  .sec-experience .sec-title {
    width: 70%;
  }
  .sec-experience .sec-subtitle {
    width: 80%;
  }
  .experience {
    margin-top: 20px;
  }
  .experience__block {
    margin-bottom: 50px;
  }
  .experience__block-title {
    padding: 5px 16px;
    font-size: 14px;
  }
  .experience__block-item {
    min-height: 300px;
    flex-direction: column;
  }
  .experience__block-item img {
    margin-bottom: 20px;
  }
  .experience__block-wrap {
    margin-left: 0;
  }
  .experience__block-wrap span {
    font-size: 14px;
  }
  .s-services {
    margin-top: 20px;
    grid-template-columns: auto;
  }
  .s-services .slick-track {
    display: flex;
  }
  .s-services .slick-slide {
    margin-right: 10px;
    height: auto;
  }
  .s-services .slick-slide > div {
    height: 100%;
  }
  .s-services__item {
    height: 100%;
  }
  .s-services__item ~ .s-services__item {
    display: none;
  }
  .s-services__item span {
    font-size: 14px;
  }
  .s-services__image {
    display: none;
  }
  .trial {
    padding: 30px 40px;
    flex-direction: column;
  }
  .trial__block {
    margin-bottom: 30px;
  }
  .trial__block h2 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .trial__list {
    margin-bottom: 50px;
  }
  .trial__list-item p {
    font-size: 14px;
  }
  .improvement {
    grid-template-columns: 1fr 1fr;
  }
  .improvement img {
    margin-bottom: 20px;
    height: 224px;
  }
  .improvement__item span {
    margin-bottom: 20px;
    order: -1;
  }
  .improvement__item ul li {
    font-size: 14px;
  }
  .compare {
    margin-top: 10px;
  }
  .compare__head {
    align-items: flex-start;
  }
  .compare__table-row {
    padding-left: 20px;
    padding-right: 20px;
  }
  .compare__table-cell {
    padding-right: 10px;
    min-height: 95px;
    font-size: 12px;
  }
  .compare__table-cell:last-child {
    padding-left: 5px;
  }
  .compare__table-cell:last-child::before {
    right: -30px;
    width: 130%;
  }
  .sec-launch .sec-title {
    width: 80%;
  }
  .launch {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .launch__item {
    min-height: 234px;
  }
  .launch__item p {
    font-size: 14px;
  }
  .launch__item-numb {
    font-size: 36px;
  }
  .discuss {
    grid-template-columns: auto;
  }
  .discuss .sec-subtitle {
    margin-bottom: 20px;
  }
  .discuss__action {
    grid-template-columns: auto;
    gap: 10px;
    order: 3;
  }
  .discuss__action .btn {
    padding: 10px 16px;
    font-size: 14px;
  }
  .discuss__img {
    margin-bottom: 30px;
    grid-column: unset;
    grid-row: unset;
  }
  .quest {
    flex-direction: column;
  }
  .quest__img {
    margin: 30px auto 0;
    max-width: 160px;
  }
  .b-beta__block {
    display: block;
  }
  .b-beta__block .sec-title {
    max-width: 500px;
  }
  .b-beta__label {
    margin-bottom: 32px;
  }
  .b-beta__list {
    padding: 24px 16px;
  }
  .b-beta__list {
    margin-bottom: 32px;
  }
  .b-beta__list li {
    font-size: 14px;
  }
  .b-beta__img {
    margin: 32px auto;
  }
  .b-beta__attention {
    font-size: 24px;
  }
  .b-beta__before p {
    font-size: 14px;
  }
  .b-beta__after p {
    font-size: 14px;
  }
  .btn-request-beta {
    padding: 20px 10px;
    font-size: 16px;
  }
  .b-calc {
    margin-top: 20px;
    grid-template-columns: auto;
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .experience {
    grid-template-columns: auto;
  }
  .improvement {
    grid-template-columns: auto;
  }
  .compare__head-item {
    font-size: 9px;
  }
  .compare__table-cell {
    font-size: 9px;
  }
  .launch {
    grid-template-columns: auto;
  }
  .b-beta__label {
    padding: 8px 32px;
    font-size: 24px;
  }
  .b-calc__result .cards-row {
    grid-template-columns: auto;
    row-gap: 20px;
  }
  .b-calc__result .btn {
    font-size: 14px;
    white-space: wrap;
  }
}