html,
body,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
canvas,
embed,
figcaption,
output,
ruby,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}

@font-face {
  font-family: Onest;
  src: url("/local/templates/income-media/fonts/OnestRegular1602-hint.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  src: url("/local/templates/income-media/fonts/OnestMedium1602-hint.ttf");
  font-weight: 500;
  font-style: normal;
}

.iti__flag {background-image: url("/local/templates/income-media/js/intl-tel-input/img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("/local/templates/income-media/js/intl-tel-input/img/flags@2x.png");}
}

.iti__flag-container {
  bottom: 2px !important;
}

* {
  box-sizing: border-box;
  font-family: Onest;
  --black: #101010;
  --page-margin: 28px;
}
@media (max-width: 660px) {
  * {
    --page-margin: 20px;
  }
}

body, html {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

body {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 768px) {
  body.hidden {
    overflow: hidden;
    position: fixed;
  }
}


ul {
  list-style: none;
}

header {
  font-family: Onest;
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: #FFF;
  border-bottom: 1px solid #E7E7E7;
}

header > hr {
  border: 1px solid #E7E7E7;
  margin: 0;
}

.content-wrap {
  max-width: 1160px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1300px) {
  .product {
    flex-direction: column;
  }
}

@media (max-width: 1200px) {
  .content-wrap {
    margin: 0 var(--page-margin);
    width: auto;
  }
}

.top-promotion {
  color: #FFF;
  font-family: Onest;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 0.48px;
  width: 100%;
  height: 30px;
  background: var(--gradient, linear-gradient(135deg, #1C0206 0%, #5925B0 32.81%, #E37EA2 71.35%, #E7B94B 100%));
}

.top-promotion > .content-wrap {
  display: grid;
  grid-template-columns: 1fr 18px;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  height: 100%;
}

.top-promotion_text {
  margin-left: 18px;
}

.top-promotion_close {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.30);
  border: none;
  background-image: url('../img/ico/close_x.svg');
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
}

.header {
  height: 90px;
  padding: 21px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_search {
  background-color: #EFEFEF;
  border: none;
  height: 50px;
  border-radius: 999px;
  padding-left: 54px;
  padding-right: 20px;
  background-image: url("../img/ico/search.svg");
  background-repeat: no-repeat;
  background-position: 18px;
  font-size: 14px;
  width: 370px;
}

.header_search::placeholder {
  color: #B3B3B3;
}

.header_link-list {
  display: flex;
  gap: 40px;
}

.header_link-list a {
  text-decoration: none;
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.56px;
}

.logo {
  height: 22px;
}

.search-box {
  display: flex;
}

.search-box img {
  position: absolute;
  left: 0;
}

.header_button {
  background-color: transparent;
  background-image: url('../img/ico/open_menu.svg');
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #E3E3E3;
  border-radius: 999px;
  width: 52px;
  height: 52px;
}

.header_button.__close {
  background-image: url('../img/ico/close_grey.svg');
}

.header_menu {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100lvh;
  width: 100vw;
  background-color: #FFF;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: auto;
}

.header_menu > .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: -1px;
}

.menu_accent-bar {
  height: 20px;
  background: var(--gradient, linear-gradient(135deg, #1C0206 0%, #5925B0 32.81%, #E37EA2 71.35%, #E7B94B 100%));
}

.menu_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.menu_main {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  grid-template-columns: 1fr 260px 300px;
  grid-template-rows: 256px 1fr 36px;
  gap: 14px 20px;
  height: 100%;
  margin-top: 140px;
  margin-bottom: 40px;
  justify-content: start;
  flex-grow: 1;
}

.menu_heading_s {
  color: #101010;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.56px;
  margin-bottom: 10px;
  opacity: 0.6;
}

.menu_heading_s:not(:first-child) {
  margin-top: 40px;
}

.menu_phone {
  color: #101010;
  font-family: Onest;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: 0.72px;
  text-decoration: none;
}

.menu_text {
  color: #101010;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.64px;
}

.menu_heading {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.64px;
  margin-bottom: 20px;
}

.menu_col {
  width: 100%;
}

.menu_col.__1 {
  max-width: 360px;
}

.menu_col.__2 {
  max-width: 260px;
}

.menu_col.__3 {
  max-width: 360px;
}

.menu_col.__4 {
  max-width: 360px;
  grid-column: 3;
}

.menu_links a {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.64px;
  text-decoration: none;
  opacity: 0.6;
  transition: all .2s ease-in-out;
}

.menu_links a:hover {
  opacity: 1;
}

.menu_links li {
  margin-bottom: 14px;
}

.main_about {
  position: relative;
  padding-top: 59px;
  overflow: hidden;
}

.main_about.__m_bottom {
  margin-bottom: 120px;
}

.menu_socials {
  display: flex;
  gap: 20px;
  grid-row: 3;
  margin-top: auto;
}

.menu_social {
  padding: 10px;
  border-radius: 999px;
  background: rgba(16, 16, 16, 0.20);
  display: flex;
  aspect-ratio: 1/1;
  height: 18px;
  box-sizing: content-box;
}

.menu_social.__blue {
  background-color: rgba(55, 95, 217, 0.20);
}

.block-topper {
  display: inline-flex;
  padding: 12px 20px;
  align-items: center;
  gap: 10px;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.56px;
  border-radius: 10px;
  text-decoration: none;
}

.block-topper.__green {
  background-color: rgba(72, 160, 144, 0.10);
  color: #48A090;
}

.block-topper.__blue {
  background-color: rgba(55, 95, 217, 0.10);
  color: #375FD9;
}

.block-topper.__purple {
  background-color: #F3ECFC;
  color: #8B44E2;
}

.block-topper.__dark_purple {
  background-color: rgba(139, 68, 226, 0.10);
  color: #8B44E2;
}

.block-topper.__yellow {
  background-color: #29251A;
  color: #E2BC43;
}

.heading_main {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 56px */
  letter-spacing: 1.12px;
  margin: 20px 0px;
}

.heading_secondary {
  margin: 20px 0px;
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.48px;
}

.heading_top {
  margin-top: 40px;
}

.grey-text {
  color: rgba(16, 16, 16, 0.60);
}

.text-col {
  display: flex;
  gap: 40px;
}

.page_text {
  max-width: 482px;
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
  opacity: 0.6;
}

.page_text.__600 {
  max-width: 600px;
}

.main_bottom {
  margin-top: 40px;
  display: inline-flex;
  gap: 80px;
  align-items: center;
}

.main_big-btn {
  border-radius: 999px;
  padding: 24px 50px;
  background: linear-gradient(90deg, #1C0206 0%, #5925B0 32.81%, #E37EA2 71.35%, #E7B94B 100%);
}

.main_big-btn.__grey {
  background: rgba(16, 16, 16, 0.10);
}

.main_bottom a {
  text-decoration: none;
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 0.64px;
  display: flex;
}

.profile_pic {
  border-radius: 9999px;
  object-fit: cover;
  height: 100px;
  width: 100px;
  aspect-ratio: 1/1;
  filter: drop-shadow(-12px 12px 0 #F8F8F8);
}

.profile_pic.__medium {
  height: 148px;
  width: 148px;
}

.profile_pic.__big {
  height: 160px;
  width: 160px;
}

.profile_pic.__white_shadow {
  filter: drop-shadow(-12px 12px 0 #FFF);
}

.main_big-btn {
  color: #FFF !important;
}

.main_big-btn.__grey {
  color: rgba(16, 16, 16, 0.60) !important;
}

.main_top-quote > .content-wrap {
  display: flex;
  gap: 60px;
  margin-top: 140px;
}

.main_lines {
  position: absolute;
  z-index: -10;
  transform: translateX(-76px);
  bottom: -192px;
}

.main_lines_mobile {
  display: none;
}

.grey_block {
  padding: 60px;
  background-color: #F8F8F8;
  border-radius: 20px;
  flex-grow: 1;
}

.section_heading {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 48px */
  letter-spacing: 0.96px;
  margin: 20px 0px;
}

.block_heading {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: 0.48px;
  max-width: 720px;
}

.block_text {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
  margin-top: 20px;
  max-width: 840px;
}

.block_text.__no_margin {
  margin: 0;
}

.block_text.__grey {
  opacity: 0.6;
}

.person_details {
  margin-top: 50px;
}

.main_person-details {
  margin-top: 50px;
}

.person_name {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 0.32px;
  /* min-width: 160px; */
}

.person_role {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.56px;
  margin-top: 4px;
}

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

.numbers-pane_text {
  max-width: 200px;
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
}

.number-pane {
  margin-top: 60px;
}

.big_number {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 56px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 100% !important; /* 56px */
  letter-spacing: 1.12px;
}

.number-pane_text {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
  margin-top: 10px;
}

.block_more-info {
  display: inline-flex;
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.56px;
  background-color: #E1E1E1;
  text-decoration: none;
  padding: 9px;
  border-radius: 999px;
  gap: 18px;
  margin-top: 80px;
  height: 40px;
  min-width: 40px;
  align-items: center;
  justify-content: center;
  padding-left: 16px;
  width: fit-content;
}

.block_more-info img {
  object-fit: contain;
  height: 10px;
}

.more-info_text {
  margin-right: 23px;
}

.block_more-info.__no-text {
  padding-left: 9px;
  width: 40px;
}

.block_more-info.__no-text span {
  display: none;
}

.block_more-info.__align_bottom {
  margin-top: auto;
}

.btn_more-info {
  display: inline-flex;
  background-color: #E1E1E1;
  text-decoration: none;
  padding: 9px;
  border-radius: 999px;
  height: 40px;
  min-width: 40px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: none;
}

.main_portfolio-block {
  margin-top: 60px;
  /*margin-bottom: 120px;*/
}

.portfolio_entry {
  /* display: flex; */
  display: grid;
  grid-template-columns: minmax(480px, 560px) minmax(455px, 560px);
  gap: 40px;
  margin-top: 40px;
}

.portfolio-entry_img {
  /* height: 381px; */
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.portfolio-entry_text {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
  display: flex;
  flex-direction: column;
}

.hashtags {
  display: flex;
  color: #375FD9;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.56px;
  gap: 10px 20px;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.portfolio-entry_number-panes {
  display: flex;
  margin-top: 60px;
  width: 100%;
  justify-content: space-between;
}

.portfolio-entry_number-panes.__case_page {
  max-width: 560px;
  margin: 0;
}

.portfolio-entry_number-pane {
  max-width: 160px;
}

.number-pane_number {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  letter-spacing: 0.4px;
}

.main_work-stages {
  margin-top: 120px;
  margin-bottom: 40px;
}

.work-stages_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
  gap: 40px;
}

.work-stage_card {
  border-radius: 20px;
  background-color: #F8F8F8;
  padding: 40px;
  position: relative;
}

.work-stage_img {
  width: 100%;
  object-fit: contain;
}

.work-stage_text {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
  margin-top: 40px;
}

.work-stage_counter {
  background-color: #FFF;
  border-radius: 999px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  left: 10px;
}

.main_form {
  background: rgb(20,20,21);
  background: linear-gradient(0deg, rgba(20,20,21,1) 50%, rgba(255,255,255,1) 50%);
}

.main_form-seo {
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(20, 20, 21, 1) 50%);
}

.form_card {
  border-radius: 20px;
  background-color: #375FD9;
  display: grid;
  grid-template-columns: 1fr 500px;
  padding: 10px;
}

.form_left {
  padding: 70px 50px;
  position: relative;
  overflow: hidden;
}

.form_lines {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.form_heading {
  color: #FFF;
  font-family: Onest;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 48px */
  letter-spacing: 0.96px;
  position: relative;
  z-index: 1;
}

.form_text {
  color: #FFF;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  opacity: 0.6;
  max-width: 440px;
}

.form_right {
  border-radius: 20px;
  background: #F8F8F8;
  width: 500px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  z-index: 2;
}

.form_input {
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid rgba(212, 212, 212, 0.6);
  height: 36px;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
  color: var(--black, #CDCDCD);
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form_input.__select {
  background-image: url("../img/ico/select_open.svg");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}

.form_input option:first-child {
  color: #CDCDCD;
}

.form_input::placeholder {
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
  color: #CDCDCD;
}

.form_input:focus {
  border-bottom: 2px solid #375FD9;
  outline: none;
}

.form_send {
  border: none;
  background-color: #375FD9;
  padding: 24px 50px;
  color: #FFF;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 0.64px;
  border-radius: 999px;
  max-width: fit-content;
  max-height: 64px;
  text-decoration: none;
}

.form_disclaimer {
  color: rgba(16, 16, 16, 0.60);
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.56px;
}

.form_disclaimer a {
  color: #375FD9;
  text-decoration: none;
}

.black_section {
  background-color: #141415;
  padding-top: 120px;
  padding-bottom: 140px;
}

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

.service_card {
  background-color: #1D1E1F;
  border-radius: 20px;
  padding: 40px;
  min-height: 475px;
  display: flex;
  flex-direction: column;
}

.service_card.__light {
  background-color: #F8F8F8;
  min-height: fit-content;
}

.service_card > .block_text {
  margin-bottom: 40px;
  margin-top: 0px;
}

.service_card > .btn_more-info {
  margin-top: auto;
}

.service-card_indicators {
  display: flex;
  gap: 10px;
}

.service-card_text {
  color: #FFF;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
}

.indicator {
  border-radius: 999px;
  background-color: rgba(226, 188, 67, 0.15);
  height: 8px;
  width: 8px;
}

.indicator.__blue {
  border-radius: 999px;
  background-color: rgba(55, 95, 217, 0.15);;
  height: 8px;
  width: 8px;
}

.indicator.__active {
  background-color: #E2BC43;
}

.indicator.__blue.__active {
  background-color: #375FD9;
}

.main_team {
  margin-top: 120px;
}

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

.team_left {
  padding: 60px;
  border-radius: 20px;
  background-color: #F8F8F8;
  height: fit-content;
}

.team_right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px 60px;
}

.team_person > .person_details {
  margin-top: 32px;
}

.team_plus_wrap {
  height: 148px;
  width: 148px;
  border-radius: 9999px;
  background-color: #375FD9;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team_plus {
  height: 30px;
  width: 30px;
}

.team_plus_wrap.__big {
  height: 168px;
  width: 168px;
}


.team_add-person {
  text-decoration: none;
  width: fit-content;
}

.team_add-text {
  position: relative;
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.56px;
  margin-top: -31px;
  margin-left: auto;
  margin-right: auto;
  /* width: 148px; */
  background-color: #F8F8F8;
  text-align: center;
  border-radius: 20px;
  padding: 20px 0px;
  z-index: 1;
}

.team_add-text.__white {
  background-color: #FFF;
}

.main_blog {
  margin-top: 80px;
  margin-bottom: 120px;
}

.main_blog > .content-wrap {
  display: block;
}

.blog_entries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  gap: 40px;
  width: 100%;
}

#blog-entries_main {
  margin-top: 60px;
}

.blog_entry {
  text-decoration: none;
}

.blog_text {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.32px;
  margin-top: 20px;
}

.blog_img {
  border-radius: 14px;
  width: 100%;
  height: auto!important;
  object-fit: cover;
}

.blog_read-more {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  color: #666;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 0.64px;
  padding: 24px 50px;
  border-radius: 999px;
  background-color: #E7E7E7;
  margin-top: 60px;
  display: block;
  width: fit-content;
}

footer {
  background-color: #141415;
  padding-top: 120px;
}

.footer_top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer_col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer_logo {
  height: 22px;
  width: fit-content;
}

.footer_text {
  color: #FFF;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
  text-decoration: none;
}

.footer_text.__grey {
  opacity: 0.6;
}

.footer_text.__heading {
  opacity: 0.3;
}

.footer_links li {
  margin-bottom: 10px;
}

.footer_links li > a,
footer a {
  color: #FFF;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
  opacity: 0.6;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer_links li > a:hover, footer a:hover {
  opacity: 1;
}

#footer_address {
  margin: 10px 0px;
}

.footer_col.__row_1 {
  max-width: 260px;
  width: 100%;
}

.footer_col.__row_2 {
  max-width: 380px;
  width: 100%;
  position: relative;
}

.footer_col.__row_3 {
  max-width: 180px;
  width: 100%;
}

.footer_col.__row_4 {
  max-width: 180px;
  width: 100%;
}

.footer_socials {
  display: flex;
  gap: 20px;
}

.footer_social {
  padding: 10px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.20);
  display: flex;
}

.footer_bottom {
  display: flex;
  width: 100%;
  padding: 40px 0;
}

.footer_designer {
  margin-left: auto;
  min-width: 150px;
}

.footer_designer a {
  color: #FFF;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 100%; /* 14px */
  opacity: 1 !important;
}

.footer_bottom a {
  text-decoration: none;
  color: #FFF;
  opacity: 0.6;
}

.footer_divider {
  border: 1px solid rgba(255, 255, 255, 0.20);
  margin-top: 60px;
}

#footer_copyright {
  width: 100%;
  max-width: 320px;
  flex-shrink: 1;
}

#footer_copyright_inline {
  position: absolute;
  top: 330px;
  opacity: 0.6;
}

.page_top {
  margin-top: 60px;
  margin-bottom: 60px;
}

.page_top > .content-wrap {
  position: relative;
}

.bread-crumbs {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}

.crumbs-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 13px;
  flex-wrap: nowrap;
}

.bread-crumbs a {
  color: #375FD9;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.56px;
  text-decoration: none;
  opacity: 0.6;
}

.bread-crumbs_arrow {
  background-image: url("../img/ico/crumbs_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 2px;
  height: 5px;
}

.bread-crumbs span {
  color: #375FD9;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.56px;
}

.bread-crumbs {
  display: flex;
  align-items: center;
}

.top_lines {
  position: absolute;
  bottom: -195px;
  transform: translateX(450px);
  z-index: -1;
}

.top_lines_alt {
  position: absolute;
  bottom: -74px;
  transform: translateX(450px);
  z-index: -1;
}

.top_lines_alt.__ads_offset {
  bottom: 145px;
}

.top_lines_alt.__legal_offset {
  bottom: -149px;
  transform: translateX(407px);
}

.top_lines_mobile {
  display: none;
}

.services_page {
  margin-bottom: 120px;
  margin-top: 80px;
}

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

.tabs_bar {
  display: inline-flex;
  align-items: center;
  overflow-x: auto;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.56px;
  gap: 20px;
  height: 58px;
  width: calc(100% + 56px);
  margin-left: -28px;
  margin-right: -28px;
  padding-right: 28px;
}

.tabs_bar::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}

.tabs_bar li:nth-child(1) {
  margin-left: 28px;
}

.products_page {
  margin-bottom: 120px;
  margin-top: 60px;
}

.tabs_bar a {
  padding: 12px 20px;
  text-decoration: none;
  color: #375FD9;
  border-radius: 999px;
  background-color: rgba(55, 95, 217, 0.10);
  display: inline;
  white-space: nowrap;
}

.tabs_bar a.__active {
  background-color: #375FD9;
  color: #FFF;
}

.products_wrap {
  display: flex;
  margin-top: 30px;
  gap: 45px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product_img {
  object-fit: contain;
  aspect-ratio: 1 / 1;
  width: 100%;
  box-shadow: 0 0 0 10px #F8F8F8;
  border-radius: 20px;
}

.product_card {
  height: 100%;
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.product_name {
  color: #101010;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  letter-spacing: 0.36px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.product_desc {
  color: #101010;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.56px;
  opacity: 0.6;
  margin-bottom: 20px;
}

.product_price {
  color: #101010;
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  letter-spacing: 0.4px;
  margin-top: auto;
}

.about_side-text {
  max-width: 160px;
}

.about_side-text > *:first-child {
  margin-top: 0px;
  margin-bottom: 20px;
}

.about_docs {
  border-radius: 20px;
  background-color: #F8F8F8;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  padding: 60px;
}

.about_doc {
  border-radius: 14px;
  background: #FFF;
  position: relative;
  padding: 20px;
  text-decoration: none;
  color: #101010;
}

.about_icon {
  margin-bottom: 20px;
  height: 50px;
  width: 50px;
  object-fit: contain;
}

.about_link {
  padding: 9px;
  height: 26px;
  width: 26px;
  border-radius: 999px;
  background-color: #F8F8F8;
  object-fit: contain;
  position: absolute;
  top: 10px;
  right: 10px;
}

.about_wrap {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 40px;
}

.page_about {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 120px;
}

.about_side-text > .btn_more-info {
  margin-top: 40px;
}

.about_certs {
  display: grid;
  gap: 80px 56px;
  margin-right: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.cert_img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 0 0 10px #F8F8F8;
  margin: 10px;
  max-height: 191px;
  max-width: 276px;
  margin-bottom: 28px;
  aspect-ratio: 274/191;
}

.cert_heading {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.32px;
  margin-bottom: 10px;
}

.cert_text {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.56px;
  opacity: 0.6;
}

.about_team {
  display: grid;
  /* grid-template-columns: repeat(4, 1fr); */
  grid-template-columns: repeat(4, minmax(50px, 160px));
  justify-content: space-between;
  gap: 60px 60px;
  border-radius: 20px;
  background-color: #F8F8F8;
  padding: 50px 60px;
}

/* .team_right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px 60px;
} */

.about_reviews {
  margin-bottom: 120px;
}

.review_wrapper {
  /* display: grid;
  grid-template-columns: repeat(3, 100%);
  gap: 40px; */
  margin-top: 80px;
}

.review_block {
  padding: 40px;
  border-radius: 20px;
  background-color: #F8F8F8;
  cursor: pointer;
}

.review_name {
  color: #375FD9;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  letter-spacing: 0.36px;
}

.review_service {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.56px;
  opacity: 0.6;
  margin-top: 10px;
}

.review_text {
  color: #6D6D6D;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
  margin-top: 40px
}

.specials_wrap {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 80px;
  margin-bottom: 120px;
}

.special_img {
  width: 100%;
  height: 246px;
  border-radius: 14px;
  object-fit: cover;
  margin-bottom: 20px;
}

.special_block {
  text-decoration: none;
}

.vacancy_card {
  padding: 40px;
  border-radius: 20px;
  background-color: #F8F8F8;
  margin-bottom: 40px;
}

.vacancy_heading {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 28px */
  letter-spacing: 0.56px;
  margin: 20px 0px;
}

.vacancy_info {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
  opacity: 0.6;
}

.contact_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 75px 40px;
}

.contact_wrap > .menu_socials {
  grid-row: 1;
  grid-column: 3;
}

.contact_map {
  grid-column: 1 / 3;
  border-radius: 30px;
  padding: 4px;
  background-color: #E7E7E7;
  height: 400px;
}

.link-box_title {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.56px;
  opacity: 0.6;
  margin-bottom: 10px;
}

.link-box_link {
  color: #375FD9;
  font-family: Onest;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: 0.48px;
  text-decoration: none;
}

.contact_info {
  border-radius: 20px;
  background-color: #F8F8F8;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: fit-content;
}

.contact_text {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.64px;
  opacity: 0.6;
}

.contact_text.__dark {
  opacity: 1;
}

.page_contacts {
  margin-bottom: 120px;
}

.page_legal {
  margin-bottom: 120px;
}

.legal_text {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.56px;
  opacity: 0.6;
  white-space: pre-wrap;
}

.case_heading-img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 1160/650;
}

.case_img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 1160/550;
  border-radius: 20px;
}

.case_title {
  margin-top: 60px;
}

.case_heading {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: 0.4px;
}

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

.case_gallery img:first-child {
  grid-column: 1/3;
}

.case_page > .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.top_block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr 64px;
  gap: 40px;
}

.top_block > .grey_block {
  grid-column: 2;
  grid-row: 1/3;
  padding: 40px;
}

.page_img {
  width: 100%;
  object-fit: cover;
  max-height: 540px;
  border-radius: 10px;
  margin-bottom: 120px;
}

.seo_steps-wrap {
  margin-top: 80px;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(345px, 1fr));
  margin-bottom: 40px;
}

.seo_steps-wrap.__3 {
  grid-template-columns: repeat(3, 1fr);
}

.seo_step-card {
  background-color: #F8F8F8;
  border-radius: 20px;
  padding: 30px 30px 30px 10px;
  display: flex;
  gap: 20px;
}

.seo_step-number {
  height: 40px;
  width: 40px;
  background-color: #FFF;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  flex-shrink: 0;
}

.seo_card-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.seo_card-head {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.32px;
}

.seo_white-box {
  background-color: #FFF;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 20px;
}

.white-box_heading {
  color: #101010;
  font-family: Onest;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.4px */
  letter-spacing: 0.44px;
}

.grey-box_text {
  color: rgba(255, 255, 255, 0.60);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.10);
  padding: 40px;
  margin-top: 10px;
  white-space: pre-wrap;
}

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

.seo_months_left {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.seo_months-right {
  grid-column: 2;
}

.audit_wrap {
  display: flex;
}

.audit_list li {
  list-style-image: url('../img/ico/list_bullet.svg');
  color: rgba(16, 16, 16, 0.6);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
  margin-left: 18px;
  margin-top: 20px;
  padding-left: 22px;
}

.audit_right {
  max-width: 400px;
  width: 100%;
}

.blue_box {
  border-radius: 10px;
  background-color: #375FD9;
  padding: 30px;
  margin-top: 20px;
}

.blue-box_heading {
  color: #FFF;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.36px;
  margin-bottom: 10px;
}

.audit_grey-block {
  border-radius: 10px;
  background-color: #F8F8F8;
  padding: 30px;
  margin-top: 20px;
}

.seo_audit {
  margin: 120px 0px;
}

#audit_you-get {
  margin-top: 80px;
  display: block;
}

#audit_you-get_mobile {
  display: none;
}

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

.top_header > .form_send {
  margin-top: 40px;
}

.context_points {
  display: flex;
  margin-top: 80px;
}

.context_point {
  display: flex;
  max-width: 300px;
  gap: 20px;
  align-items: flex-start;
}

.context_point img {
  aspect-ratio: 1/1;
  object-fit: contain;
}

.blue_text {
  color: #375FD9;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
}

.point_blue {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.point_blue img {
  aspect-ratio: 1/1;
  object-fit: contain;
}

.ads_advantages {
  margin-bottom: 120px;
}

.point_blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 60px;
}

.point_block {
  border-radius: 20px;
  background-color: #F8F8F8;
  padding: 30px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.point-block_text {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.56px;
  opacity: 0.6;
  text-decoration: none;
}

.ads_black-wrap {
  display: grid;
  grid-template-columns: 1fr 260px 260px;
  gap: 40px;
  margin-top: 80px;
}

#ads_white-box {
  grid-row: 1/3;
  height: fit-content;
}

.ads_grey-box {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.10);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ads_grey-box img {
  object-fit: contain;
  aspect-ratio: 1/1;
  height: 34px;
  width: 34px;
}

.text_white {
  color: #FFF;
}

#ads_problems {
  margin: 120px 0px;
}

.stars {
  display: flex;
}

.star {
  height: 40px;
  width: 40px;
  background-color: #375FD9;
  background-image: url("../img/ico/star.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 999px;
}

.star:not(:first-child) {
  margin-left: -16px;
}

.star.__yellow {
  background-color: #E2BC43;
}

.star.__purple {
  background-color: #8B44E2;
}

.support_top {
  margin-bottom: 120px;
}

#support_about-work {
  margin-bottom: 120px;
}

.margin-top-120 {
  margin-top: 120px;
}

.integrations_certs {
  margin-top: 60px;
}

.integrations_certs > .about_cert > .cert_img {
  box-shadow: 0 0 0 10px #FFF;
}

.about_heading {
  color: var(--black, #CDCDCD);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.32px;
}

#team_more-info {
  margin-top: 40px;
}

#certs_more-info {
  margin-top: 60px;
}

@media (max-width: 1037px) {
  .top-promotion {
    display: none;
  }

  .header_search {
    display: none;
  }

  .header_link-list {
    display: none;
  }

  .menu_main {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }

  .menu_phone {
    font-size: 32px;
  }

  .menu_accent-bar {
    display: none;
  }

  .heading_main {
    font-size: 32px;
  }

  .section_heading {
    font-size: 30px;
  }

  .section_heading.__mobile_28 {
    font-size: 28px;
  }

  .section_heading.__mobile_24 {
    font-size: 24px;
  }

  .section_heading.__legal {
    font-size: 24px;
  }

  .section_heading.__case_page {
    font-size: 28px;
  }

  .heading_top {
    margin-top: 30px;
  }

  #about_right {
    display: none;
  }

  .link_about-company {
    display: none;
  }

  .main_top-quote > .content-wrap {
    flex-direction: column;
    gap: 50px;
  }

  .person_info {
    display: flex;
  }

  .profile_pic {
    height: 130px;
    width: 130px;
  }

  .main_person-details {
    margin-top: auto;
    margin-left: 40px;
  }

  .grey_block {
    padding: 40px 20px;
  }

  .block_heading {
    font-size: 20px;
    line-height: 140%;
  }

  .block_numbers-pane {
    flex-direction: column;
  }

  #top-quote_more-info span {
    display: none;
  }

  #top-quote_more-info {
    padding-left: 9px;
  }

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

  .portfolio-entry_number-panes {
    max-width: 620px;
  }

  .block_more-info.__align_bottom {
    margin-top: 40px;
  }

  .heading_secondary {
    font-size: 20px;
  }

  .work-stages_cards {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .form_lines {
    top: -15px;
    left: -105px;
  }

  .form_right {
    width: 100%;
  }

  .form_left {
    padding: 40px 20px;
    padding-bottom: 40px;
  }

  .form_heading {
    font-size: 32px;
  }

  .form_right {
    padding: 40px;
  }

  .heading_secondary {
    margin: 0;
  }

  .product_desc {
    margin-bottom: 20px;
  }

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

  .team_left {
    padding: 40px 24px;
  }

  .team_plus_wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }

  .team_plus_wrap.__big {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }

  .team_person {
    /* width: fit-content; */
    width: 100%;
  }

  /* .profile_pic.__medium {
    height: 130px;
    width: 130px;
  } */

  .profile_pic.__big {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .profile_pic.__medium {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .team_right {
    /* grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: repeat(3, minmax(50px, 180px));
    justify-content: space-between;
  }

  .team_add-person {
    width: 100%;
  }

  .footer_bottom {
    flex-direction: column;
    gap: 20px;
  }

  .footer_designer {
    margin-left: 0;
  }

  .page_top.__legal {
    margin-bottom: 20px;
  }

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

  .about_side-text {
    max-width: 100%;
  }

  .about_docs {
    grid-template-columns: 1fr;
    padding: 40px 28px;
    gap: 40px;
  }

  .vacancy_heading {
    font-size: 20px;
  }

  .vacancy_info {
    font-size: 14px;
  }

  .contact_wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .case_page > .content-wrap > .about_wrap {
    gap: 20px;
  }

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

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

  .top_block > .grey_block {
    margin-top: 20px;
  }

  .seo_months-wrap {
    display: flex;
    flex-direction: column;
  }

  .seo_months_left {
    gap: 60px;
  }

  .audit_wrap {
    flex-direction: column-reverse;
  }

  .audit_right {
    max-width: 100%;
    margin-top: 80px;
  }

  .point_blocks {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .ads_advantages {
    margin-bottom: 80px;
  }

  .ads_black-wrap {
    display: flex;
    flex-direction: column;
  }

  .page_top {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .seo_steps-wrap.__3 {
    grid-template-columns: 1fr;
  }

  .menu_socials {
    margin-top: 0;
  }

  .footer_top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: flex-start;
  }

  .footer_col.__row_3 {
    margin-top: auto;
  }

  header {
    border: none;
  }

  .btn_more-info {
    margin-top: 10px;
  }

  .review_wrapper {
    margin-top: 40px;
  }

  .about_reviews {
    margin-bottom: 80px;
  }

  .specials_wrap {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .page_about {
    gap: 40px;
    margin-top: 40px;
    margin-top: 80px;
  }

  .about_side-text {
    margin-top: 10px;
  }

  .services_page {
    margin-top: 80px;
  }

  .services_page {
    margin-bottom: 80px;
  }

  .page_contacts {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .support_top {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .seo_steps-wrap {
    margin-top: 40px;
  }

  #support_about-work {
    margin-bottom: 80px;
  }

  .main_portfolio-block {
    margin-top: 60px;
  }

  .page_vacancies {
    margin-top: 40px;
  }

  #audit_you-get {
    display: none;
  }

  #audit_you-get_mobile {
    display: block;
    margin-top: 80px;
  }

  .top_header.__with_points {
    flex-direction: row;
    justify-content: space-between;
  }

  .context_points {
    flex-direction: column;
    gap: 40px;
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 30px;
  }

  .top_lines_alt.__ads_offset {
    bottom: 0px;
  }

  .about_side-text .block_text.__grey {
    margin-bottom: 0px;
  }
}

@media (max-width: 850px) {
  .top_header.__with_points {
    flex-direction: column;
  }
  .context_points {
    margin-top: 60px;
  }
}

@media (max-width: 800px) {
  .services_wrap {
    grid-template-columns: 1fr;
  }

  .top_lines {
    right: 289px;
    bottom: -150px;
    object-fit: contain;
    width: 565px;
  }

  .top_lines_alt {
    display: none;
  }

  .top_lines_mobile {
    display: block;
    position: absolute;
    bottom: -150px;
    right: -172px;
    object-fit: contain;
    width: 565px;
    z-index: -1;
  }

  .top_lines_mobile.__top_block {
    /* top: -157px; */
    top: -326px;
  }

  .top_lines_mobile.__ads_offset {
    top: -345px;
  }

  .blog_entries {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog_entry.__auto_hide:nth-child(3) {
    display: none;
  }

  .about_certs {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 33px;
    margin-right: 15px;
  }

  .cert_img {
    box-shadow: 0 0 0 5px #F8F8F8;
    max-width: initial;
    max-height: initial;
    margin: 0px 5px;
    margin-bottom: 20px;
  }

  .integrations_certs > .about_cert > .cert_img {
    box-shadow: 0 0 0 5px #FFF;
  }

  .about_team {
    grid-template-columns: repeat(3, minmax(50px, 150px));
  }

  .seo_step-card {
    flex-direction: column;
    padding: 30px;
  }

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

@media (max-width: 650px) {
  .mobile_no-margin {
    margin: 0 calc(-1 * var(--page-margin));
  }

  .mobile_no-margin_img {
    margin: 0 calc(-1 * var(--page-margin));
    width: calc(100% + 2 * var(--page-margin));
  }

  .mobile_aspect-auto {
    aspect-ratio: auto;
  }

  .about_docs {
    width: calc(100% + (2 * var(--page-margin)));
}

  .team_right {
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, minmax(50px, 200px));
  }

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

  #blog-entries_main {
    margin-top: 40px;
  }

  .blog_entry.__auto_hide:not(:first-child) {
    display: none;
  }

  .portfolio-entry_number-panes {
    display: none;
  }

  .portfolio-entry_number-panes.__case_page {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .portfolio-entry_number-pane {
    max-width: 100%;
  }

  .main_blog {
    margin-top: 80px;
  }

  #blog_bar {
    display: none;
  }

  .about_team {
    grid-template-columns: repeat(2, minmax(50px, 200px));
    padding: 0;
    background-color: transparent;
  }

  .profile_pic.__white_shadow {
    filter: drop-shadow(-12px 12px 0 #F8F8F8);
  }

  .team_add-text.__white {
    background-color: #F8F8F8;
  }

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

  .special_img {
    height: auto;
  }

  .vacancy_card {
    padding: 40px 30px;
  }

  .footer_top {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer_col.__row_4 {
    grid-row: 2;
  }

  .footer_col.__row_3 {
    margin-top: 0;
  }

  .seo_steps-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 538px) {
  .main_lines {
    display: none;
  }

  .main_lines_mobile {
    display: block;
    position: absolute;
    top: 3px;
    transform: translateX(11px);
    z-index: -10;
  }

  .work-stages_cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 340px) {
  .main_person-details {
    margin-left: 10px;
  }
}

html {
    display: flex;
    flex-direction: column;
}

.partners-line {
    flex-wrap: wrap;
    /* justify-content: center; */
    gap: 5px;
}

.case-detail .content-wrap {
  gap: 40px;
}

.case-detail .about_wrap {
  grid-template-columns: 1fr;
  gap: 20px;
}

.case-detail .about_heading {
  font-size: 26px;
  margin: 10px 0;
}

.case-detail .case_title {
  margin-top: 20px;
}

.case-detail .case_img {
  aspect-ratio: auto;
}

.main_portfolio-block.case-detail {
  margin-top: 30px;
}

.page_top.case-detail {
  margin-bottom: 40px;
}
@media (max-width: 660px) {
  .main_portfolio-block .portfolio-entry_img {
    height: auto!important;
  }

  .block_more-info:after {
    opacity: 1!important;
  }

  .portfolio_entry {
    gap: 20px;
  }

  .block_more-info.__align_bottom {
    margin-top: 20px;
  }

  .block_text {
    margin-top: 10px!important;
  }

  .service-card_indicators {
    margin-bottom: 20px;
  }

  .section_heading {
    margin: 40px 0px 20px;
  }

  .case-detail .content-wrap {
    gap: 20px;
  }

  .top_lines_mobile {
    bottom: -80px;
    right: -170px;
  }

  .case-detail .about_heading {
    font-size: 24px;
    line-height: 0;
  }

  .case-detail .grey_block {
    padding: 20px 20px;
  }

  .blog_read-more {
    margin-top: 30px;
  }

  .main_blog {
    margin-bottom: 80px;
  }

  .black_section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .black_section .team_left {
    margin-top: 40px!important;
  }

  .black_section .team_left .btn_more-info:after {
    opacity: 1;
  }

  .work-stages_cards {
    margin-top: 40px;
  }

  .main_portfolio-block {
    margin-bottom: 80px;
  }

  .main_work-stages {
    margin-top: 80px;
  }

  .number-pane {
    margin-top: 40px;
  }

  .block_more-info {
    margin-top: 40px;
  }

  .footer_divider {
    margin-top: 40px;
  }

  footer {
    padding-top: 60px;
  }

  .partners-line {
    margin-top: 40px;
  }

  .main_top-quote > .content-wrap {
    margin-top: 100px;
  }

  .product__panel {
    margin-right: -200%!important;
  }
  .product__panel.active {
    margin-right: 0!important;
  }

  .product__image {
    width: 315px!important;
    margin-bottom: 20px;
  }

  .hashtags {
    margin: 0 0 10px;
  }
  .ref-link {
    color: #375FD9;
    text-decoration: none;
  }
}
.baner_product {
  display: block;
  margin-top: 30px;
  cursor: pointer;
}
.baner_product.mobile {
  display: none;
}

.products_page {
  margin-top: -40px;
}
@media (max-width: 600px) {
  .baner_product {
    display: none;
  }
  .baner_product.mobile {
    display: block;
  }
  .products_page {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .products_wrap {
    gap: 15px;
    justify-content: center;
  }
  .product__list-btn {
    padding: 15px 37px!important;
  }
  .b24-widget-button-position-bottom-right {
    right: 25px!important;
    bottom: 30px!important;
  }
  .menu_col.__4 {
    padding-bottom: 120px;
  }
}

.product_buttons {
  display: flex;
  gap: 5px;
  justify-content: space-between;
}

.catalog_button2 {
  background: linear-gradient(90deg, #375fd9 0%, #4bc7e7 100%);
  text-decoration: none;
  /*transition: background 0.7s ease-in-out;*/
}


.product__list-btn:hover,
.b24-form-click-btn:hover {
  opacity: .9;
}

.catalog_button2:hover {
  /*animation: gradientShift 0.7s ease-in-out forwards;*/
}


.b24-form-click-btn {
  transition: all .2s ease-in-out;
}