@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Regular.eot");
  src: local("SF Pro Display Regular"), local("SFProDisplay-Regular"), url("../fonts/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff"), url("../fonts/SFProDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Semibold.eot");
  src: local("SF Pro Display Semibold"), local("SFProDisplay-Semibold"), url("../fonts/SFProDisplay-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold.woff") format("woff"), url("../fonts/SFProDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Medium.eot");
  src: local("SF Pro Display Medium"), local("SFProDisplay-Medium"), url("../fonts/SFProDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff"), url("../fonts/SFProDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

button {
  background: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

:root {
  --font-family: "SF Pro Display";
  --orange: #FF6A13;
  --green: #4ABA24;
  --black: #222222;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #E2E6EE;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--black);
  position: relative;
  font-family: var(--font-family);
  min-width: 375px;
}

body.page-template-front-page {
  font-family: var(--font-family)!important;
  background: #E2E6EE!important;
}

body.locked {
  overflow: hidden;
}

p {
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  margin-bottom: 12px;
}

p:last-child {
  margin-bottom: 0;
}

strong,
b {
  font-weight: 600;
}

.container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1340px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  height: 100%;
}

.section_new {
  margin: 40px 0 0;
}

.section_padding {
  padding: 40px;
}

.btn {
  display: inline-flex!important;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 11px 16px 13px 16px;
  height: 35px;
  font-weight: 600;
  font-size: 13px;
  line-height: 85%;
  text-align: center;
  color: #fdfdfd;
  transition: all 0.2s ease;
  cursor: pointer;
}

.btn.btn_green {
  background: #4aba24;
}

.btn.btn_green:hover {
  background: #222;
  color: #fdfdfd;
}

.btn.btn_orange {
  background: #ff6a13;
}

.btn.btn_orange:hover {
  background: #222;
  color: #fdfdfd;
}

.btn.btn_blk {
  background: #222;
}

.btn.btn_blk:hover {
  background: #fdfdfd;
  color: #222;
 box-shadow: inset 0 0px 0px 0;
}

.slick_box {
  position: relative;
  background: #EDF0F5;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
  position: fixed;
  left:0;
  top:0;
  width:100%;
  z-index: 101;
}

.slick {
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
  width: calc(100% - 20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  position: relative;
  border-bottom: 1px solid #cacdd4;
}

.slick_bottom {
  width: 100%;
  background: #EDF0F5;
}

.slick_bottom_row {
  padding: 12px 0 20px;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
  width: calc(100% - 20px);
}

.slick_right {
  display: flex;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
}

.slick_right .btn {
  margin-left: 8px;
}

.faq_drop {
  margin-right: 14px;
  position: relative;
}

.faq_drop:hover .faq_drodown {
  max-height: 200px;
  opacity: 1;
}

.faq_drop_link {
  display: flex;
  align-items: center;
  color: var(--black);
  transition: all 0.2s ease;
  font-weight: 400;
  font-size: 13px;
  line-height: 154%;
  font-family: var(--font-family);
}

.faq_drop_link span {
  display: inline-block;
  border-bottom: solid 1px var(--black);
  transition: all 0.2s ease;
}

.faq_drop_link svg {
  margin-left: 8px;
}

.faq_drop_link:hover {
  color: var(--orange);
}

.faq_drop_link:hover span {
  border-bottom: solid 1px var(--orange);
}

.faq_drop_link:hover svg {
  stroke: var(--orange);
}

.faq_drodown {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  background: #E2E6EE;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
  width: 100%;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.2s ease, opacity 0.2s ease;
  z-index: 50;
}

.faq_drodown_inner {
  padding: 15px;
  display: flex;
  flex-direction: column;
  width:100%;
}

.faq_drodown_item {
  font-size: 13px;
  line-height: 154%;
  color: #222;
  margin-bottom:3px;
}

.faq_drodown_item:hover {
  color: var(--orange);
}

.apps_rows {
  display: flex;
  align-items: center;
  height: 30px;
  margin-right: 20px;
}

.apps_item {
  display: flex;
  align-items: center;
  height: 30px;
  margin-left: 10px;
}

.apps_item svg path {
  transition: fill 0.2s ease;
}

.apps_item:hover svg path:first-of-type {
  fill: var(--orange);
}

.search_box {
  padding: 0px 10px 0px 10px;
  max-width: 320px;
  width: 100%;
  height: 30px;
  background: #f2f4f7;
  border-radius: 10px;
  margin-left: 30px;
}

.search_box form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

.search_box input {
  font-weight: 400;
  font-size: 12px;
  color: #222;
  height: 100%;
  background: transparent;
  flex-grow: 1;
}

.search_box input::-moz-placeholder {
  font-size: 12px;
  line-height: 143%;
  color: #6f7279;
  opacity: 0.54;
}

.search_box input::placeholder {
  font-size: 12px;
  line-height: 143%;
  color: #6f7279;
  opacity: 0.54;
}

.search_box .search_submit {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-left: 10px;
  margin-top: -5px;
  flex-shrink: 0;
}

.search_box .search_submit:hover {
  opacity: 0.7;
}

.search_box .search_submit svg {
  width: 16px;
  height: 16px;
}

.logo {
  margin-right: 12px;
  margin-left: 0;
}

.logo img {
  width: 170px;
  height: 41px;
  display: block;
}

.burger {
  display: none;
}

.main_menu {
  margin: 0 auto 0 0;
}

.main_menu_ul {
  display: flex;
  align-items: center;
}

.main_menu_ul > .menu-item {
  position: relative;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: solid 1px var(--black);
}

.main_menu_ul > .menu-item:last-of-type {
  margin-right: 0;
  border-right: 0;
}

.main_menu_ul > .menu-item.current-menu-item a {
  color: var(--orange);
  font-family: var(--font-family);
}

.main_menu_ul > .menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  color: var(--black);
  text-align: center;
  transition: all 0.3s ease;
  height: 20px;
  margin: 0 12px;
  font-family: var(--font-family);
}

.main_menu_ul > .menu-item a:hover {
  color: var(--orange);
}

.main_menu_ul > .menu-item a .menu-icon {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}

.main_menu_ul > .menu-item a .menu-icon img {
  width: 18px;
  height: 18px;
  display: block;
}

.second_menu {
  margin-left: 0;
  margin-right: auto;
}

.second_menu_ul {
  display: flex;
  align-items: center;
}

.second_menu_ul .menu-item {
  margin-right: 10px;
}

.second_menu_ul .menu-item.current-menu-item a {
  background: #fdfdfd;
}

.second_menu_ul .menu-item a {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 150%;
  color: var(--black);
  padding: 4px 10px;
  border-radius: 8px;
  transition: background 0.3s ease;
  font-family: var(--font-family);
}

.second_menu_ul .menu-item a:hover {
  background: #fdfdfd;
}

.second_menu_ul .menu-item a .menu-icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.second_menu_ul .menu-item a .menu-icon img {
  width: 18px;
  height: 18px;
  display: block;
}

.mobile_menu {
  display: none;
}

.mobile_menu .mobile_menu_bottom {
  width: 100%;
  margin: auto 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}

.mobile_menu .mobile_menu_bottom .apps_rows {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
  margin-right: 0;
}

.mobile_menu .mobile_menu_bottom .apps_rows a {
  margin: 0 10px;
}

.mobile_menu .mobile_menu_bottom .btn {
  width: 48%;
}

.mobile_menu.open {
  opacity: 1;
  left: 0%;
}

.text_screen_content {
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
  width: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  padding: 0px 0px 40px;
  overflow: hidden;
}

.text_screen_content_text {
  max-height: 90px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
}

.text_screen_content_text.open + .text_screen_ctrl_row svg {
  transform: rotate(-180deg) translate(0px, -6px);
}

.text_screen_content_text.open {
  max-height: 1000px;
}

.text_screen_content_text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 40px;
  width: 100%;
  background: linear-gradient(to top, #E2E6EE, rgba(249, 250, 250, 0));
  opacity: 1;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
}

.text_screen_content_text.open:after {
  opacity: 0;
  height: 0;
}

.text_screen_content_text h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #222;
  text-align: center!important;
  margin-bottom: 20px;
}

.text_screen_ctrl_row {
  margin: 0 auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 127%;
  color: #222;
  opacity: 0.5;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  margin-top: 22px;
}

.text_screen_ctrl_row:hover {
  color: var(--orange);
}

.text_screen_ctrl_row:hover svg * {
  fill: var(--orange);
}

.text_screen_ctrl_row svg {
  margin-left: 5px;
}

.wrapper {
  width: 100%;
  max-width: 1300px;
  padding: 15px 0px 80px;
  background: #edf0f5;
  margin: 0 auto;
  margin-top:122px;
}

.main_screen {
  min-height: 585px;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
  width: calc(100% - 20px);
  padding: 65px;
  background: url("../img/head_bott.png"), linear-gradient(225deg, #ededed 0%, #bfbebe 100%);
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}

.main_screen:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../img/head_top.png") 0 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.main_screen_content {
  width: 100%;
  max-width: 470px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 3;
}

.main_screen_title {
  font-weight: 600;
  font-size: 72px;
  line-height: 103%;
  margin-bottom: 36px;
}

.main_screen_title img {
  display: inline-block;
  width: 258px;
  height: 63px;
  margin-bottom: -15px;
}

.main_screen_text {
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 30px;
}

.page-template-front-page .important_section {
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
  width: calc(100% - 20px);
}

.important_box {
  width: 100%;
  background: #fdfdfd;
  border-radius: 16px;
  padding: 24px 20px;
  display: flex;
}

.important_box .important_checkbox {
  margin-right: 24px;
}

.important_checkbox {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  border-radius: 10px;
  flex-shrink: 0;
}

.important_checkbox img,
.important_checkbox svg {
  width: 32px;
  height: 32px;
}

.znachimost_section {
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
  width: calc(100% - 20px);
  border-radius: 16px;
  background: #e2e6ee url("../img/zn_bot.svg") 0 100% no-repeat;
  background-size: 100% auto;
  display: flex;
  justify-content: space-between;
}

.section_title {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  margin-bottom: 24px;
}

.section_title span {
  color: var(--orange);
}

.section_text {
  line-height: 137%;
  margin-bottom: 32px;
  font-size: 16px;
}

.section_text p {
  font-size: 16px;
  line-height: 137%;
  margin-bottom: 15px;
}

.section_text p:last-child {
  margin-bottom: 0;
}

.znachimost_left {
  display: flex;
  flex-direction: column;
  width: 460px;
  padding: 30px 40px;
}

.znachimost_list {
  width: 100%;
  max-width: 687px;
  flex-grow: 1;
  padding: 30px 40px 30px 0;
  max-height: 616px;
}

.znachimost_list_inner {
  height: 100%;
  overflow-y: auto;
  padding-right: 16px;
}

@-moz-document url-prefix()  {
  .znachimost_list_inner {
    scrollbar-width: thin;
    scrollbar-color: #ff6a13 #ffffff;
  }
}

.znachimost_list_inner::-webkit-scrollbar {
  width: 16px;
  border-radius: 4px;
}

.znachimost_list_inner::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 4px;
}

.znachimost_list_inner::-webkit-scrollbar-thumb {
  background-color: #ff6a13;
  border-radius: 6px;
  border: 3px solid #ffffff;
  width: 16px;
}

.znachimost_list_item {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background: linear-gradient(341deg, rgba(255, 255, 255, 0) 0%, #fa6400 100%);
  background-size: cover;
  margin-bottom: 24px;
}

.znachimost_list_item_icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.znachimost_list_item_icon img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

.znachimost_list_item_body {
  max-width: 440px;
  margin-right: 30px;
}

.znachimost_list_item_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #fdfdfd;
  margin-bottom: 12px;
}

.znachimost_list_item_text {
  font-size: 14px;
  line-height: 129%;
  color: #fdfdfd;
  margin-bottom: 16px;
}

.registration_section {
  display: flex;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
  width:calc(100% - 20px);
}

.registration_section_right {
  width: 60%;
  flex-shrink: 0;
  max-width: 725px;
  margin: 0 auto;
}

.registration_section_right img {
  display: block;
  width: 100%;
  height: auto;
}

.registration_section_left {
  flex-grow: 1;
  margin-right: 24px;
}

.full_row {
  width: 100%;
}

.steps_section {
  display: flex;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
  width: calc(100% - 20px);
  flex-direction: column;
}

.big_arrow {
  position: absolute;
  left: -50px;
  bottom: -86px;
  z-index: 1;
}

.steps_holder {
  position: relative;
  width: 100%;
  display: flex;
}

.steps_holder.steps_holder_first {
  padding-bottom: 10px;
  margin-bottom: 125px;
}

.step_item {
  display: flex;
  position: relative;
  z-index: 3;
  width: 290px;
}

.step_item.step_item_black .step_item_border {
  background: var(--black);
}

.step_item.step_item_black .step_item_indicator_icon {
  background: var(--black);
}

.step_item_num {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #222;
  margin-right: 14px;
}

.step_item_indicator {
  width: 0px;
  height: 234px;
  border-left: dashed 2px #fdfdfd;
  margin-right: 10px;
  flex-shrink: 0;
  position: relative;
}

.step_item_indicator:before {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  background: #fdfdfd;
  border-radius: 100%;
  position: absolute;
  left: -5px;
  bottom: 0;
}

.step_item_border {
  width: 4px;
  height: 134px;
  background: #ff6a13;
  margin-right: 10px;
  flex-shrink: 0;
}

.step_item_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  margin-bottom: 8px;
  margin-top: -4px;
}

.step_item_text {
  font-size: 14px;
  line-height: 129%;
}

.step_item_indicator_icon {
  width: 87px;
  height: 87px;
  border-radius: 100%;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -5px;
  top: 100%;
}

.pass_tags {
  display: flex;
  flex-wrap: wrap;
  margin: 12px 0 6px;
}

.pass_tags span {
  display: inline-flex;
  padding: 12px 16px;
  background: var(--orange);
  font-size: 14px;
  line-height: 129%;
  color: #fdfdfd;
  margin-right: 8px;
  margin-bottom: 10px;
  border-radius: 8px;
}

.important_section_steps {
  margin-top: 10px;
}

.preimushestva_section{
  padding-left:20px;
  padding-right:20px;
  background:url('../img/uu1.svg') 0 5% no-repeat,url('../img/uu2.svg') 100% 40% no-repeat;
}

.preimushestva_section .full_row {
  text-align: center;
  max-width: 738px;
  margin: 0 auto;
}

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

.pr_item_holder.pr_item_holder_top {
  justify-content: center;
}

.pr_item_holder.pr_item_holder_top .pr_item {
  margin: 0 8px 24px;
}

.pr_item_holder_bottom .important_checkbox {
  background: var(--black);
}

.pr_item {
  border: solid 1px #b3b3b3;
  padding: 40px;
  background: #fdfdfd;
  border-radius: 10px;
  width: calc(33.33333% - 16px);
  display: flex;
  flex-direction: column;
  transition: background 0.2s ease;
}

.pr_item:hover {
  background: #222;
}

.pr_item:hover .pr_item_title {
  color: #fdfdfd;
}

.pr_item:hover svg * {
  stroke: var(--orange);
}

.pr_item:hover .important_checkbox {
  background: var(--orange);
}

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

.pr_item_tag {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 129%;
  color: #656877;
  margin-top: auto;
  margin-bottom: 0;
}

.pr_item_tag img {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.pr_item_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #222;
  margin-bottom: 16px;
  min-height: 132px;
  display: flex;
  align-items: center;
}

.problems_section.section_padding {
  padding-left: 10px;
  padding-right: 10px;
}

.problems_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.problems_item {
  padding: 24px;
  background: #fdfdfd;
  border-radius: 16px;
  min-height: 194px;
}

.problems_item_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
}

.problems_item_razd {
  width: 120px;
  height: 2px;
  background: var(--orange);
  margin: 17px 0;
}

.problems_item_text {
  font-size: 14px;
  line-height: 129%;
  color: #666;
}

.apps_section {
  border-radius: 16px 16px 0 0;
  background: linear-gradient(180deg, #fa6400 0%, rgba(250, 100, 0, 0) 85%);
  min-height: 244px;
  padding-bottom: 0;
  margin: 0 10px;
}

.apps_section .full_row {
  text-align: center;
  max-width: 688px;
  margin: 0 auto;
}

.apps_section .full_row .section_title,
.apps_section .full_row .section_text {
  color: #fdfdfd;
}

.apps_links {
  display: flex;
  margin: auto -20px 0;
  justify-content: center;
}

.apps_links_item_apple {
  background: #ff6a13;
  border-left: 1px solid #e2e6ee;
  border-right: 1px solid #e2e6ee;
  border-top: 1px solid #e2e6ee;
  border-radius: 15px 0 0 0;
  padding: 25px;
  width: 222px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.apps_links_item_apple svg {
  transition: all 0.2s ease;
}

.apps_links_item_apple:hover {
  background: #222;
}

.apps_links_item_apple:hover svg * {
  fill: #fff;
}

.apps_links_item_andr {
  background: #222;
  border-left: 1px solid #e2e6ee;
  border-right: 1px solid #e2e6ee;
  border-top: 1px solid #e2e6ee;
  border-radius: 0 15px 0 0;
  padding: 25px;
  width: 270px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.apps_links_item_andr svg {
  transition: all 0.2s ease;
}

.apps_links_item_andr:hover {
  background: var(--orange);
}

.apps_links_item_andr:hover svg * {
  fill: #222;
  opacity: 1;
}

.apps_maininfo_box {
  width: calc(100% - 20px);
  margin: 0 10px;
  display: flex;
}

.apps_maininfo_box_left {
  background: var(--orange);
  overflow: hidden;
  border-radius: 0 0 0 16px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  max-width: 395px;
}

.apps_maininfo_box_left img {
  display: block;
  width: 100%;
}

.apps_maininfo_box_right {
  padding: 24px;
  width: 100%;
  background: #fdfdfd;
  border-radius: 0 0 16px 0;
}

.pps_maininfo_box_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #222;
  margin-bottom: 10px;
}

.pps_maininfo_box_text {
  font-size: 16px;
  line-height: 137%;
  color: #656877;
}

.apps_maininfo_box_row + .apps_maininfo_box_row {
  margin-top: 30px;
}

.app_func_section {
  margin: 45px 10px 0;
  display: flex;
}

.app_func_left {
  width: 372px;
  margin-right: 24px;
  flex-shrink: 0;
}

.app_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #222;
  margin-bottom: 22px;
}

.app_func_right {
  padding: 16px 24px;
  border-radius: 16px;
  background: #E2E6EE;
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.app_func_item {
  display: flex;
  align-items: center;
}

.app_func_item_icon {
  width: 40px;
  height: 40px;
  background: var(--orange);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  flex-shrink: 0;
}

.app_func_item_text {
  font-size: 14px;
  line-height: 129%;
  color: #222;
}

.udobstvo_section {
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
}

.udobstvo_section.section_padding {
  padding-left: 10px;
  padding-right: 10px;
}

.udobstvo_section .section_title {
  width: 50%;
  margin-right: 20px;
  flex-shrink: 0;
}

.udobstvo_list_item {
  display: flex;
  margin-bottom: 16px;
}

.udobstvo_list_item .udobstvo_list_item_num {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #ff6a13;
  margin-right: 20px;
}

.udobstvo_list_item .udobstvo_list_item_text {
  font-size: 14px;
  line-height: 129%;
}

.strat_section {
  margin-right: 10px;
  margin-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.strat_section img {
  display: block;
  width: calc(50% - 10px);
}

.strat_section .strat_section_box {
  width: calc(50% - 10px);
  padding: 24px;
  background: #fdfdfd;
  border-radius: 20px;
}

.strat_section .strat_section_box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
}

.plans_section  {
  padding-left:10px;
  padding-right:10px;
}

.plans_section .section_title {
  text-align: center;
}

.plans_section .section_padding {
  padding-left: 10px;
  padding-right: 10px;
}

.plans_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-top: 15px;
}

.plans_box_item {
  padding: 24px 35px 24px;
  background: #fdfdfd;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
}

.plans_box_item > img {
  height: 175px;
  width: auto;
  display: block;
  margin-bottom: 30px;
}

.plans_box_item_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #222;
  margin-bottom: 12px;
}

.plans_box_item_text {
  font-size: 14px;
  line-height: 129%;
}

.plans_box_item_body {
  margin: auto 0;
}

.pop_section {
  padding-left: 10px;
  padding-right: 10px;
}

.pop_row {
  margin: 0 auto;
  max-width: 745px;
  text-align: center;
}

.pop_holder {
  display: grid;
  grid-template-columns: 40% calc(30% - 20px) calc(30% - 20px);
  gap: 20px;
}

.pop_item {
  padding: 24px;
  background: #fdfdfd;
  border-radius: 20px;
}

.pop_item_1 {
  grid-row: span 2;
  background: url("../img/pop.png") 100% 0% no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding-bottom: 35px;
  overflow: hidden;
  min-height: 504px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pop_item_1 .pop_item_num {
  background: #fdfdfd;
  color: #ff6a13;
}

.pop_item_1 .pop_item_descr {
  font-size: 16px;
  line-height: 137%;
  color: #fdfdfd;
}

.pop_item_1 .pop_item_title {
  color: #fdfdfd;
  margin-bottom: 24px;
}

.pop_item_1 .pop_item_title:after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: #fdfdfd;
  margin-top: 10px;
}

.pop_item_num {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  width: 48px;
  height: 48px;
  background: #ff6a13;
  margin-right: 30px;
  font-size: 22px;
  line-height: 113%;
  text-align: center;
  color: #fdfdfd;
  flex-shrink: 0;
}

.pop_item_top {
  display: flex;
  margin-bottom: 24px;
}

.pop_item_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #ff6a13;
  position: relative;
  display: flex;
  flex-direction: column;
}

.pop_item_title:after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: #ff6a13;
  margin-top: 10px;
}

.pop_item_descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: #222;
}

.pop_item_body {
  margin-top: auto;
  margin-bottom: 0;
}

.akc_section {
  display: flex;
  justify-content: space-between;
  background: #fdfdfd;
  border-radius: 20px;
  padding: 24px 10px;
}

.akc_left {
  width: calc(40% - 10px);
  min-height: 409px;
  background: url("../img/akc.png") 50% 50% no-repeat;
  background-size: cover;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  font-size: 14px;
  line-height: 129%;
  color: #fdfdfd;
}

.akc_right {
  width: calc(60% - 10px);
}

.akc_right_inner {
  padding: 24px 24px 20px;
}

.akc_right_inner p {
  font-size: 16px;
  line-height: 137%;
  color: #222;
}

.akc_right_plashka {
  display: flex;
  align-items: center;
  background: #e2e6ee;
  padding: 16px;
  border-radius: 16px;
}

.akc_right_plashka .important_checkbox {
  margin-right: 20px;
}

.akc_right_plashka p {
  font-size: 16px;
  line-height: 137%;
}

.free_section {
  padding: 40px 37% 40px 24px;
  min-height: 508px;
  background: url("../img/free.png") 100% 50% no-repeat;
  background-size: cover;
  border-radius: 24px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 80px;
}

.free_section .section_title {
  color: #fdfdfd;
  margin-bottom: 24px;
}

.free_text p {
  font-size: 16px;
  line-height: 137%;
  color: #fdfdfd;
}

.free_text_list {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 129%;
  color: #fdfdfd;
  margin-top: 16px;
}

.free_text_list_num {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #fdfdfd;
  padding-right: 8px;
}

.free_text_plashka {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.free_text_plashka p {
  font-size: 14px;
  line-height: 129%;
}

.free_text_plashka .important_checkbox {
  background: #fdfdfd;
  margin-right: 16px;
}

.faq_holder {
  width: 100%;
  max-width: 744px;
  margin: 48px auto 0;
}

.faq_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.faq_item.open .faq_item_quest svg {
  transform: rotate(-180deg);
}

.faq_item.open .faq_item_quest svg * {
  stroke: var(--orange);
}

.faq_item.open .faq_item_answer {
  max-height: 500px;
}

.faq_item_quest {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #222;
  cursor: pointer;
  transition: color 0.2s ease;
}

.faq_item_quest svg {
  width: 32px;
  height: 32px;
  margin-left: 30px;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.faq_item_quest:hover {
  color: var(--orange);
}

.faq_item_quest:hover svg * {
  stroke: var(--orange);
}

.faq_item_answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
}

.faq_item_answer_inner {
  font-size: 16px;
  line-height: 137%;
  color: #656877;
  padding-top: 16px;
  padding-right: 24px;
}

.custom_owl_text {
  font-size: 14px;
  line-height: 130%;
  color: #5d5d5d;
  text-align: center;
  width: 100%;
  margin-top: 24px;
}

.custom_owl_dots {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  margin-top: 16px;
}

.owl-dot {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: rgba(22, 22, 22, 0.3);
  margin: 0 3px;
  cursor: pointer;
  position: relative;
}

.owl-dot:before {
  content: attr(data-text);
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  text-align: center;
}

.owl-dot.active {
  background: #ff6a13;
  cursor: default;
}

.revs_section{
  padding-left: 10px;
  padding-right: 10px;
}

.revs_section .section_title {
  display: flex;
}

.revs_section .section_title img {
  width: 247px;
  height: 60px;
  display: block;
  margin: -8px 0 0 10px;
}

.revs_slider {
  margin-top: 40px;
}

.section_descr {
  font-size: 16px;
  line-height: 137%;
  color: #222;
}

.section_descr span {
  color: var(--orange);
}

.revs_item {
  box-shadow: inset 0px 0px 1px 1px rgba(34, 34, 34, 0.2);
  border-radius: 16px;
  padding: 30px 26px;
  background: #fdfdfd;
  margin-right: 35px;
  width: 100%;
  margin-bottom: 1px;
}

.revs_item_info {
  display: flex;
}

.revs_item_bio_ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  margin-right: 15px;
}

.revs_item_bio_ava img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.revs_item_bio {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

.revs_item_bio_name {
  font-weight: bold;
  font-size: 19px;
  color: #191d23;
}

.revs_item_bio_date {
  font-size: 12px;
  line-height: 12px;
  color: #5d5d5d;
  margin-top: 6px;
}

.revs_item_logo {
  margin-right: 0;
  margin-left: auto;
}

.revs_rating {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.revs_galka {
  width: 17px !important;
  height: 16px;
  margin-left: 5px;
}

.revs_stars {
  display: flex;
  align-items: center;
  position: relative;
  width: 102px;
}

.revs_stars_grey {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  filter: grayscale(1);
}

.revs_stars_grey img {
  width: 17px !important;
  height: 16px;
  flex-shrink: 0;
  margin-right: 3px;
}

.revs_stars_grey img:last-of-type {
  margin-right: 0;
}

.revs_stars_rating {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.revs_stars_rating img {
  width: 17px !important;
  height: 16px;
  flex-shrink: 0;
  margin-right: 3px;
}

.revs_stars_rating img:last-of-type {
  margin-right: 0;
}

.revs_slider_item_descr {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #191d23;
  margin-top: 22px;
  transition: max-height 0.3s ease;
}

.revs_slider_item_descr p {
  font-size: 16px;
  line-height: 137%;
}

.full_text {
  display: none;
}

.toggle_button {
  font-size: 14px;
  line-height: 129%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #656877;
  cursor: pointer;
}

.toggle_button:hover {
  color: var(--orange);
}

.title_row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.revs_ctrl {
  display: flex;
  width: 132px;
  justify-content: space-between;
  margin-left: 40px;
  flex-shrink: 0;
}

.revs_ctrl button {
  background: #e2e6ee;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.revs_ctrl button svg * {
  stroke: var(--black);
}

.revs_ctrl button:hover {
  background: var(--orange);
}

.pm_section {
  margin-left: 10px;
  margin-right: 10px;
}

.pm_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 70px;
}

.pm_row_item_top {
  border-radius: 12px;
  padding: 8px 14px;
  height: 48px;
  background: #222;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #fdfdfd;
  margin: -24px auto 0;
}

.pm_row_item_top img {
  margin-right: 10px;
}

.pm_row_item {
  padding: 0 24px 24px;
  border-radius: 20px;
  background: #ff6a13;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pm_row_item.pm_minus {
  background: #fdfdfd;
}

.pm_row_item.pm_plus li {
  color: #fdfdfd;
  background: url("../img/lcheck.svg") 0 1px no-repeat;
}

.pm_row_item ul {
  width: 100%;
  margin-top: 50px;
}

.pm_row_item ul li {
  font-size: 16px;
  line-height: 137%;
  margin-bottom: 21px;
  min-height: 20px;
  padding-left: 35px;
  background: url("../img/krest.svg") 0 1px no-repeat;
}

.blog_section {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 40px;
}

.blog_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.blog_row .section_title {
  margin-bottom: 0;
}

.blog_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 20px;
}

.blog_item {
  border: 1px solid #d4d4d4;
  border-radius: 16px;
  padding: 24px;
  background: #fdfdfd;
  display: flex;
  flex-direction: column;
  align-items: self-start;
}

.blog_item_top {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #6b7271;
  margin-bottom: 16px;
}

.blog_item_top span {
  color: var(--orange);
}

.blog_item_top svg {
  margin: 0 7px;
}

.blog_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #242e2c;
  margin-bottom: 20px;
  display: inline-block;
}

.blog_title:hover {
  color: var(--orange);
}

.blog_descr {
  font-size: 15px;
  line-height: 164%;
  color: #6b7271;
}

.blog_author {
  display: flex;
  align-items: center;
  margin-top: auto;
}

.blog_author img,
.blog_author svg {
  width: 25px;
  height: 25px;
  margin-right: 7px;
}

.blog_link {
  font-size: 14px;
  line-height: 129%;
  color: #656877;
  display: inline-block;
  margin-top: 15px;
  border-bottom: solid 1px #656877;
}

.blog_link:hover {
  color: var(--orange);
  border-bottom: solid 1px var(--orange);
}

footer {
  background: #fdfdfd;
  border-radius: 16px;
}

footer .wrapper {
  background: transparent;
  padding: 20px 10px 22px;
  margin-top:0!important;
}

.footer_top {
  text-align: center;
}

.footer_top img {
  width: 100%;
}

.footer_body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  border-top: 1.5px solid rgba(0, 0, 0, 0.1);
  padding-top: 26px;
  margin-top: 15px;
}

.footer_col {
  display: flex;
  flex-direction: column;
}

.footer_col:first-child {
  margin-bottom: 20px;
}

.footer_col ul li {
  margin-bottom: 10px;
}

.footer_col ul li a {
  font-size: 16px;
  line-height: 137%;
  color: #222;
  font-family: var(--font-family);
}

.footer_col ul li a:hover {
  color: var(--orange);
}

.footer_col_title {
  font-weight: 700;
  font-size: 15px;
  line-height: 125%;
  text-transform: uppercase;
  color: #161616;
  margin-bottom: 20px;
  font-family: var(--font-family);
}

.footer_cont {
  font-size: 15px;
  line-height: 148%;
  color: #222;
  margin-bottom: 10px;
  display: inline-flex;
  font-family: var(--font-family);
}

.footer_cont:hover {
  color: var(--orange);
}

.footer_chat {
  display: flex;
}

.footer_chat svg {
  margin-right: 10px;
}

.footer_chat span {
  font-size: 15px;
  line-height: 148%;
  color: #222;
  font-family: var(--font-family);
}

.footer_chat:hover span {
  color: var(--orange);
}

.footer_info {
  border-top: 1.5px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.footer_info p {
  font-size: 16px;
  line-height: 137%;
  font-family: var(--font-family);
}

.footer_info img {
  margin-right: 10px;
}

.footer_bottom {
  display: flex;
  justify-content: space-between;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  padding-top: 50px;
}

.socials {
  display: flex;
}

.socail_link {
  margin-left: 4px;
}

.socail_link img {
  display: block;
}

.socail_link:hover {
  opacity: 0.6;
}

.slick_container{
  width:100%;
  max-width:1280px;
  margin:0 auto;
}

.btn_flow {
    position: fixed;
    bottom: 20px;
    left: 50%;
    height:48px;
    transform: translate(-50%, 0);
    z-index: 1000;
    width: 90%;
    max-width: 600px;
        font-weight: 700;
    font-size: 14px;
}

#blfix{
  display: none!important;
}

@media all and (min-width: 1201px) {
  .step_item_1 {
    margin-top: 172px;
  }

  .step_item_2 {
    margin-top: 93px;
  }

  .step_item_3 {
    margin-top: 27px;
  }

  .step_item_4 {
    width: 307px;
  }

  .step_item_5 {
    margin-left: 63px;
  }

  .step_item_6 {
    margin-top: -90px;
  }

  .step_item_7 {
    margin-top: -152px;
  }

  .step_item_8 {
    margin-top: -189px;
  }
}

@media all and (max-width: 1300px) {
  .main_menu_ul > .menu-item a {
    font-size: 12px;
    letter-spacing: 0em;
  }

  .step_item {
    width: 250px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media all and (max-width: 1200px) {
  .wrapper {
    margin-top:60px;
  }
  .section_padding {
    padding: 30px;
  }

  .slick {
    border-bottom: 0;
  }

  .slick_bottom_row {
    display: none;
  }

  .slick_right {
    margin-right: 10px;
    margin-left: auto;
  }

  .faq_drop {
    display: none;
  }

  .burger {
    display: flex;
    margin-right: 0;
    margin-left: 11px;
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
  }

  .burger .burger_lines > span {
    transform: translateY(0%) rotate(0deg);
    transition: all 0.3s ease;
  }

  .burger.open .burger_lines span:first-child {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

  .burger.open .burger_lines span:last-child {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }

  .burger.open .burger_text_close {
    height: 0;
    transform: translateY(50%) rotate(45deg);
    opacity: 0;
  }

  .burger.open .burger_text_open {
    opacity: 1;
    height: 16px;
    transform: translateY(0%) rotate(0deg);
  }

  .burger .burger_lines span {
    width: 30px;
    height: 2px;
    background: var(--orange);
    display: block;
    border-radius: 5px;
    position: absolute;
    left: 0;
  }

  .burger .burger_lines span:first-child {
    top: calc(50% - 5px);
    transform: translateY(-50%) rotate(0deg);
  }

  .burger .burger_lines span:last-child {
    top: calc(50% + 5px);
    transform: translateY(-50%) rotate(0deg);
  }

  .main_menu {
    display: none;
  }

  .mobile_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: -100%;
    z-index: 100;
    border-bottom: 0;
    width: 100%;
    overflow: hidden;
    background: #EDF0F5;
    flex-direction: column;
    transition: all 0.5s ease;
    opacity: 0;
    height: calc(100% - 60px);
    top: 60px;
    max-width: 400px;
    box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
  }

  .mobile_menu .mobile_menu_inner {
    padding: 20px 20px 40px;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .mobile_menu .main_menu {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .mobile_menu .main_menu_ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }

  .mobile_menu .main_menu_ul .menu-item {
    margin-right: 0;
    width: 100%;
    background: transparent;
    border: 1px solid transparent;
    text-align: left;
    justify-content: flex-start;
    margin: 4px 0;
  }

  .mobile_menu .main_menu_ul .menu-item a {
    font-size: 16px;
    text-align: left;
    padding: 0;
    border-bottom: 0;
    line-height: 22px;
    justify-content: flex-start;
    height: auto;
    background: transparent;
    margin: 0;
    color: var(--black);
  }

  .mobile_menu .main_menu_ul .menu-item a .menu-icon {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
  }

  .mobile_menu .main_menu_ul .menu-item a:hover {
    color: var(--orange);
  }

  .mobile_menu .main_menu_ul .menu-item.current-menu-item a {
    color: var(--orange);
    border-bottom: 0;
  }

  .mobile_menu .second_menu .second_menu_ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile_menu .second_menu .second_menu_ul .menu-item {
    margin: 4px 0;
  }

  .mobile_menu .second_menu .second_menu_ul .menu-item.current-menu-item a {
    color: var(--orange);
    border-bottom: 0;
  }

  .mobile_menu .second_menu .second_menu_ul a {
    font-size: 16px;
    text-align: left;
    padding: 0;
    border-bottom: 0;
    line-height: 22px;
    justify-content: flex-start;
    height: auto;
    background: transparent;
    color: var(--black);
  }

  .mobile_menu .second_menu .second_menu_ul a .menu-icon {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
  }

  .mobile_menu .second_menu .second_menu_ul a .menu-icon img {
    width: 18px;
    height: 18px;
    display: block;
  }

  .mobile_menu .second_menu .second_menu_ul a:hover {
    color: var(--orange);
  }

  .mobile_menu .search_box {
    border: solid 1px var(--orange);
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
    border-radius: 8px;
    max-width: unset;
  }

  .mobile_menu .search_box form {
    height: 30px;
  }

  .mobile_menu .search_box form input {
    color: var(--black);
  }

  .mobile_menu .search_box form input::-moz-placeholder {
    color: var(--black);
  }

  .mobile_menu .search_box form input::placeholder {
    color: var(--black);
  }

  .mobile_menu .search_box svg * {
    stroke: var(--orange);
  }

  .main_screen:after {
    background-size: auto 50%;
  }

  .main_screen {
    padding: 50px;
  }

  .section_title {
    font-size: 30px;
  }

  .znachimost_left {
    padding: 30px 30px;
  }

  .znachimost_list {
    padding: 30px 30px 30px 0;
  }

  .znachimost_list_item {
    flex-direction: column;
    justify-content: flex-start;
  }

  .znachimost_list_item_icon {
    order: 1;
    text-align: center;
    height: 150px;
  }

  .znachimost_list_item_body {
    order: 2;
    margin-right: 0px;
  }

  .big_arrow {
    display: none;
  }

  .steps_holder.steps_holder_first {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .steps_holder {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .step_item {
    width: 48%;
    margin-bottom: 30px;
  }

  .step_item_num {
    font-size: 33px;
    width: 42px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .step_item_indicator {
    display: none;
  }

  .step_item_border {
    height: 80px;
  }

  .pr_item_holder.pr_item_holder_top .pr_item {
    padding: 25px;
    width: calc(40% - 12px);
  }

  .pr_item {
    padding: 25px;
    width: calc(33.33333% - 12px);
  }

  .pr_item_title {
    font-size: 20px;
  }

  .apps_maininfo_box_left {
    width: 200px;
  }

  .app_func_section {
    flex-direction: column;
  }

  .app_func_left {
    width: 100%;
  }

  .app_func_right {
    width: 100%;
  }

  .udobstvo_section .section_title {
    width: 35%;
  }

  .pop_holder {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  }

  .akc_section {
    flex-direction: column;
  }

  .akc_left {
    width: 100%;
  }

  .akc_right {
    width: 100%;
  }

  .akc_right_inner {
    padding: 24px 20px 20px;
  }

  .free_section {
    background: url("../img/free.png") 60% 50% no-repeat;
    background-size: cover;
    padding: 40px 30% 40px 24px;
  }

  .blog_box {
    gap: 20px;
  }

  .blog_item {
    padding: 24px 20px;
  }

  .footer_body {
    grid-template-columns: 1fr 1fr;
  }

  .footer_info p {
    font-size: 12px;
    line-height: 130%;
  }

  .footer_info img {
    margin-bottom: 10px;
  }

  .footer_info {
    flex-direction: column;
  }

  .footer_bottom {
    padding-top: 20px;
  }
}

@media screen and (max-width: 960px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media all and (max-width: 960px) {
  .main_screen {
    padding: 40px;
    border-radius: 30px;
  }

  .registration_section {
    flex-direction: column;
  }

  .registration_section_right {
    width: 100%;
    margin-top: 30px;
  }

  .plans_box {
    grid-template-columns: 1fr;
  }

  .plans_box_item > img {
    height: 100px;
    margin-bottom: 25px;
  }

  .plans_box_item {
    padding: 24px;
  }
}

@media screen and (max-width: 780px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (max-width: 767px) {
  .problems_section .section_title br{
    display: none;
  }
  .plans_section{
    padding: 20px 0px!important;
  }
  .footer_col:first-child {
    grid-column: span 2;
  }
  p {
    font-size: 14px;
  }

  .section_new {
    margin: 30px 10px 0;
  }

  .section_padding {
    padding: 20px;
  }

  .slick_right .btn_orange {
    display: none!important;
  }

  .apps_rows {
    display: none;
  }

  .logo img {
    width: 110px;
    height: auto;
  }

  .text_screen_content_text h2 {
    font-size: 20px!important;
  }

  .text_screen_ctrl_row {
    font-size: 16px;
  }

  .wrapper {
    padding: 15px 0px 50px;
  }

  .main_screen:after {
    background-size: auto 29%;
  }

  .main_screen {
    padding: 20px;
    border-radius: 20px;
  }

  .main_screen_title {
    font-size: 44px;
  }

  .main_screen_title img {
    width: 200px;
    height: 47px;
    margin-bottom: -13px;
  }

  .important_box .important_checkbox {
    margin-bottom: 20px;
  }

  .important_box {
    flex-direction: column;
  }

  .important_checkbox {
    width: 50px;
    height: 50px;
  }

  .important_checkbox img,
  .important_checkbox svg {
    width: 25px;
    height: 25px;
  }

  .znachimost_section {
    flex-direction: column;
    justify-content: flex-start;
  }

  .section_title {
    font-size: 26px;
  }

  .znachimost_left {
    padding: 25px 20px 0;
    width: 100%;
  }

  .znachimost_list {
    padding: 0 0px 20px;
    max-width: 100%;
    max-height: unset;
  }

  .znachimost_list_inner {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 0;
    padding-bottom: 16px;
  }

  .znachimost_list_item {
    margin-bottom: 0px;
    margin-left: 10px;
    width: 85%;
    padding: 20px;
    flex-shrink: 0;
  }

  .znachimost_list_item:first-child {
    margin-left: 20px;
  }

  .znachimost_list_item_icon {
    height: 100px;
  }

  .znachimost_list_item_body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .znachimost_list_item_body .btn {
    margin-top: auto;
    margin-bottom: 0;
  }

  .znachimost_list_item_title {
    font-size: 20px;
  }

  .registration_section.section_padding {
    padding: 20px 10px;
  }

  .registration_section_left {
    margin-right: 0;
  }

  .steps_section.section_padding {
    padding: 20px 10px;
  }

  .step_item.step_item_5 .step_item_border {
    background: var(--orange);
  }

  .step_item.step_item_6 .step_item_border {
    background: var(--black);
  }

  .step_item.step_item_7 .step_item_border {
    background: var(--orange);
  }

  .step_item.step_item_8 .step_item_border {
    background: var(--black);
  }

  .step_item {
    width: 100%;
  }

  .step_item_num {
    font-size: 24px;
    width: 30px;
    margin-right: 10px;
  }

  .step_item_title {
    font-size: 20px;
  }

  .pr_item_holder.pr_item_holder_top .pr_item {
    margin: 0 0px 20px;
    width: 100%;
  }

  .pr_item {
    padding: 25px;
    width: 100%;
    margin: 0 0px 20px;
  }

  .pr_item_title {
    min-height: unset;
  }

  .problems_section.section_padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .problems_section.section_padding .section_text br {
    display: none;
  }

  .problems_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .problems_item_title {
    font-size: 20px;
  }

  .problems_item_razd {
    margin: 13px 0;
  }

  .apps_section {
    background: linear-gradient(180deg, #fa6400 0%, rgba(250, 100, 0, 0) 95%);
    margin: 0 10px;
    padding-bottom:0;
  }

  .apps_links_item_apple {
    width: 50%;
    height: 50px;
  }

  .apps_links_item_apple svg {
    width: 90%;
  }

  .apps_links_item_andr {
    width: 50%;
    height: 50px;
  }

  .apps_links_item_andr svg {
    width: 100%;
  }

  .apps_maininfo_box {
    flex-direction: column;
    margin: 0 10px;
    width: calc(100% - 20px);
  }

  .apps_maininfo_box_left {
    order: 2;
    border-radius: 0 0 16px 16px;
    max-width: 100%;
    width: 100%;
  }

  .apps_maininfo_box_right {
    order: 1;
    border-radius: 0;
  }

  .pps_maininfo_box_title {
    font-size: 20px;
  }

  .app_func_right {
    grid-template-columns: 1fr;
    padding: 16px 20px;
  }

  .app_func_item {
    align-items: flex-start;
  }

  .app_func_item_icon {
    margin-right: 20px;
  }

  .udobstvo_section {
    flex-direction: column;
  }

  .udobstvo_section .section_title {
    width: 100%;
  }

  .udobstvo_list_item .udobstvo_list_item_num {
    font-size: 30px;
  }

  .strat_section img {
     width:100%;
    margin-bottom: 20px;
  }

  .strat_section .strat_section_box {
    width:100%;
  }

  .strat_section {
    width: calc(100% - 20px);
    flex-direction: column;
  }

  .pop_holder {
    grid-template-columns: 100%;
  }

  .pop_item_1 {
    background: url("../img/pop.png") 60% 0% no-repeat;
  }

  .pop_item_title {
    font-size: 20px;
  }

  .akc_left {
    padding: 100px 20px 20px;
  }

  .akc_right_plashka .important_checkbox {
    margin-bottom: 20px;
  }

  .akc_right_plashka {
    flex-direction: column;
    align-items: flex-start;
  }

  .free_section {
    background: url("../img/free.png") 50% 50% no-repeat;
    background-size: cover;
    padding: 20px;
    margin-top: 40px;
  }

  .free_text_plashka .important_checkbox {
    margin-bottom: 16px;
  }

  .free_text_plashka {
    flex-direction: column;
    align-items: flex-start;
  }

  .faq_holder {
    margin: 35px auto 0;
  }

  .faq_item_quest svg {
    width: 25px;
    height: 25px;
    margin-left: 20px;
  }

  .faq_item_quest {
    font-size: 20px;
  }

  .revs_section .section_title img {
    width: 150px;
    height: 33px;
    margin: 0px 0 0 0px;
  }

  .revs_slider {
    margin-top: 20px;
  }

  .title_row {
    flex-direction: column;
  }

  .revs_ctrl {
    margin-left: 0px;
    margin-top: 20px;
  }

  .pm_row {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .pm_row_item ul {
    margin-top: 30px;
  }

  .pm_row_item {
    margin-top: 40px;
    padding: 0 20px 24px;
  }

  .blog_box {
    grid-template-columns: 1fr;
  }

  .blog_title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 560px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}