@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Neucha&display=swap');
body,
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
main {
  color: #000;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px !important; 
    scroll-behavior: smooth;
}
li {
  list-style: disc !important;
  margin-left: 20px !important;
}
li:not(:last-child) {
  margin-bottom: 10px;
}
p:not(:last-child) {
  margin-bottom: 10px;
  text-align: inherit;
}
button{font-family: Manrope !important; text-transform:none !important;}
button:hover {background:#91AD84; color:white;}
main section {
  margin: 100px 0;
}
.subheader__block .row:first-child{display:none}
.subheader__block .title-wrap{display:none}
.subheader__block {background:none!important;}
.sec_title {
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}
.sec_title span {
  color: #91AD84;
}
.title {
color: #91AD84;
font-family: Manrope;
font-size: 45px;
font-style: normal;
font-weight: 700;

}
.subtitle {
color: #000;
font-family: Neucha;
font-size: 55px;
font-style: normal;
font-weight: 400;
}
.back {
  position: absolute;
  z-index: 1;
}
.top {
  top: 0;
}
.bottom {
  bottom: 0;
}
.btn1 {
    display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  background: #91AD84;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  max-width: 200px;
  transition: 0.5s;
  border: 1px solid #91AD84;
}
.btn1:hover {
   color: #91AD84;
   background: #FFFFFF;
   border: 1px solid #91AD84;
}
.btn_white {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  background: #fff;
  color: #91AD84;
  font-weight: 600;
  transition: 0.5s;
  font-size:16px;
  z-index: 2;
  border: 1px solid #91AD84;
}
.btn_white:hover {
   color: #fff;
   background: #91AD84;
  
}
#main {
  margin-top: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
}
.banner-wrapper {
  display: flex;
}
.left-side {
  display: flex;
  flex-direction: column;
 
}
.left-side,
.right-side {
  display: flex;
  width: 50%;
  align-self: center;
}
.left-side button {
  margin-top: 20px;
}
.list {
  margin: 40px 0;
}
.right-side {
  position: relative;
}
.quote {
  position: absolute;
  max-width: 340px;
  background-color: #F8F8F8;
  border-radius: 40px;
  padding: 20px 25px;
  top: 100px;
  left: -50px;
  z-index: 3;
}
.person {
  position: relative;
  left: 200px;
  z-index: 2;
}
.rectangle {
  position: absolute;
  width: 480px;
  height: 400px;
  border-radius: 40px;
  background: rgb(236, 244, 233);
  bottom: 0;
  z-index: 1;
  right: 0;
}
.quote_text {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 10px;
}
.quote__name {
  font-weight: 600;
}
.quote__name,
.quote__post {
  font-size: 12px;
opacity: 0.5;
line-height: 16px;
}
.uslugi_wrapper {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.usluga_item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 25%;
  background-color: #91AD84;
  border-radius: 20px;
  min-height: 240px;
  padding: 30px;
  justify-content: space-between;
  overflow: hidden;
}
.usluga_item img{
  left: -10px;

}
.usluga_item a {
  padding: 20px;
}
.usluga_item__title {
  font-size: 22px;
font-weight: 700;
line-height: 125%;
z-index: 2;
color: #fff;
}

#team {
  display: flex;
  gap: 20px;
}
.team_left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 45%;
  justify-content: space-between;
}
.page_card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 23px 70px 26px 23px;
  border-radius: 16.34px;
  background: linear-gradient(-40.76deg, rgb(233, 239, 230) -52.57%,rgb(240, 249, 236) 109.376%);
  height: 33.333%;
  justify-content: center;
}
.page_card a {
  text-decoration: underline;
}
.page_card_desc {
  font-size: 14px;
  line-height: 19px;

}
.page_card_title {
  font-family: Neucha;
font-size: 28.6px;
font-weight: 400;
line-height: 32px;
max-width: 150px;
}
.team_right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.team_text {
  font-size: 16px;
line-height: 22px;

}
.team_img {
  width: 860px;
  border-radius: 20px;
  object-fit: cover;
}
.space_between {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.section_quote {
  position: relative;
  align-self: end;
  font-size: 30px;
font-weight: 600;
line-height: 41px;
text-align: right;
width: 400px;
}
.section_quote img {
  top: -40px;
  right: -40px;
}
.card_icon_wrapper {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}
.card_icon_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  padding-bottom: 50px;
  border-radius: 20px;
  background: #F8F8F8;
  min-height: 240px;
}
.card_icon {
  width: 50px;
}
.card_icon_text {
  font-size: 16px;
line-height: 125%;
}

.resheniya_wrapper {
  display: flex;
  margin-top: 40px;
}
.resheniye_item:nth-child(1) {
  border-radius: 20px 0px 0px 20px;
}
.resheniye_item:nth-child(3) {
  border-radius: 0px 20px 20px 0px;
}
.resheniye_item {
  display: flex;
  flex-direction: column;
  gap: 96px;
  border: 1px solid rgb(196, 210, 190);
  padding: 30px;
  width: 33.333%;
}
.resheniye_item_title {
  display: flex;
font-size: 20px;
font-weight: 600;
line-height: 27px;
text-transform: uppercase;
align-self: start;
}
.resheniye_item_title img {
  margin-right: 10px;
}
#banner_1,
#banner_2,
#banner_3,
#banner_4,
#banner_5,
#banner_6  {
position: relative;
overflow: hidden;
}
#banner_1,
#banner_2,
#banner_3,
#banner_4,
#banner_5,
#banner_6 {
  border-radius: 40px;
background: #DBBB8B;
padding: 50px;
display: flex;
flex-direction: column;
align-items: center;
gap: 60px;
}
#banner_1 .top,
#banner_2 .top,
#banner_4 .top,
#banner_5 .top,
#banner_6 .top {
  left: -15px;
}
#banner_1 .bottom,
#banner_2 .bottom,
#banner_4 .bottom,
#banner_5 .bottom
#banner_6 .bottom {
transform: rotate(180deg);
  right: -15px;
}
#banner_1 button,
#banner_2 button,
#banner_4 button,
#banner_5 button
#banner_6 button {
z-index: 2;
}
.banner_title {
  font-size: 30px;
font-weight: bold;
line-height: 41px;
color: #fff;
}

.preimushestva_wrapper {
  display: flex;
  gap:20px;
}
.preimushestva_item {
  display: flex;
  flex-direction: column;
  padding: 30px;
  gap: 20px;
  border-radius: 20px;
  width: 33.333%;
background: #F8F8F8;
transition: 0.5s;
}
.preimushestva_item:nth-child(3) .preimushestva_title {
  color: #fff;
}
.preimushestva_item:nth-child(3) {
  background: #91AD84;
  color: #fff;
}
.preimushestva_title {
  font-size: 20px;
font-weight: 600;
line-height: 27px;
text-transform: uppercase;
color: #91AD84;
}
.preimushestva_list li {
  line-height: 22px;
}
#business_uslugi {
  display: flex;
  gap: 20px;
}
.business_left {
  display: flex;
  flex-direction: column;
  width: 30%;
  gap: 20px;
}
.business_text {
  line-height: 22px;
}
.business_right {
  display: flex;
  flex-direction: column;
  width: 70%;
  gap: 20px;
  align-self: center;
}
.business_right button {
  max-width: 100%;
}
.osobennosti_wrapper {
  display: flex;
  gap: 20px;
}
.osobennost_item {
  display: flex;
  flex-direction: column;
  border-radius: 40px;
  background: #EDF4E9;
  gap: 10px;
  padding: 30px;
  width: 33.333%;
}
.osobennost_item__title {
font-family: Neucha;
font-size: 35px;
font-weight: 400;
line-height: 39px;
color: #91AD84;
}
.osobennost_item__subtitle {
  font-size: 22px;
font-weight: 600;
line-height: 30px;
}
.osobennost_item__text {
  
font-size: 16px;
font-weight: 400;
line-height: 22px;
}
#consultfree,
#analiz {
  margin-top: 120px;
}
#consultfree .banner-wrapper,
#analiz .banner-wrapper {
  border-radius: 40px;
background: #fff;
padding: 50px;
position: relative;

}
#consultfree .banner-wrapper .left-side,
#analiz .banner-wrapper .left-side {
  align-self: auto;
}
#consultfree .banner-wrapper .left-side .list,
#analiz .banner-wrapper .left-side .list {
  margin: 20px 0;
}
#consultfree .banner-wrapper .left-side .main_banner_text,
#analiz .banner-wrapper .left-side .main_banner_text {
  margin-top: 20px;
}
#consultfree .person,
#analiz .person {
position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
}
#consultfree .left-side,
#analiz .left-side {
  width: 70%;
}
#consultfree .right-side,
#analiz .right-side {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  align-self: end;
  width: 30%;
}
#consultfree .quote,
#analiz .quote {
  top: -150px;
  left: -170px;
  
}
#consultfree .main_banner_text,
#analiz .main_banner_text {
  max-width: 70%;
  line-height: 22px;
}
#raex {
  display: flex;
  gap: 20px;
}

#pomosh .card_icon_item {
  width: 25%;
}
.raex_left {
  width: 50%;
}
.raex_right {
  width: 50%;
}
.cert {
  width: 50%;
  border-radius: 20px;
}
.cert img {
  border-radius: 20px;
}
.raex_left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.raex_right {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
#what_you_get {
  display: flex;
  gap: 20px;
}

.what_get_left,
.what_get_right {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 20px;
}
.what_you_get_list li {
  line-height: 22px;
}
.what_get_right {
  justify-content: center;
  border-radius: 40px;
  background: #91AD84;
  position: relative;
  padding: 40px 120px;
  overflow: hidden;
}
.what_get_right .top {
  left: -10px;
}
.what_get_right .bottom {
  right: -10px;
  transform: rotate(180deg);
}
.what_get__title {
  font-size: 22px;
font-weight: 700;
line-height: 30px;
color: #fff;
z-index: 2;
text-align: center;
}
.what_get_right button {
  max-width: 250px;
  margin: auto;
  font-size: 16px;
}
#banner_2,
#banner_4,
#banner_5,
#banner_6 {
  flex-direction: row;
}
.banner_title {
  z-index: 2;
}
 .banner_left,
 .banner_left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
}
.banner_right p {
color: #fff;
font-size: 16px;
line-height: 22px;
}
.banner_left button {
  max-width: 250px;
}
.polza_wrapper {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.polza_item {
  display: flex;
  flex-direction: column;
  gap: 70px;
  padding: 30px;
  border-radius: 20px;
background: #EDF4E9;
width: 33.33%;
}
.check {
  display: flex;
  width: 45px;
height: 45px;
background: #91AD84;
border-radius: 50%;
}
.check img {
  width: 20px;
  margin: auto;
  filter: brightness(100);
}
.polza_item_text {
  font-size: 16px;

line-height: 22px;
}
#banner_3 {
  background: #94AE88;
  align-items: start;
  gap: 40px;
}
#what_you_get .btn_white:hover,
#banner_3 .btn_white:hover {
  border-color: #fff;
}
#banner_3 .bottom {
  transform: rotate(180deg);
  right: -10px;
  width: 223px;
}
.banner_small_title p {
  color: #fff;
  line-height: 22px;
}
#consult .sec_text {
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
}

#consult .btn1 {
  margin:  auto;
  margin-top: 40px;
}
#consult .card_icon_item {
  width: 33.333%;
}
.stepline {
  display: flex;
  margin-top: 40px;
  gap: 30px;
}
.step_item {
  display: flex;
  flex-direction: column;
  gap: 85px;
  position: relative;
}

.step {
  display: flex;
  position: relative;
  width: 34px;
  height: 34px;
  z-index: 2;
  border-radius: 50%;
  color: #fff;
  background: #94AE88;
}
.step_item::before {
display: block;
  position: absolute;
  content: '';
  height: 2px;
  width: 200vw;
  background: #94ae8855;
  top: 15px;
  left: -100vw;
}
.step::after {
  display: block;
  position: absolute;
  content: '';
  height: 60px;
  width: 2px;
  background: #94ae8855;
  left: 50%;
  top: 0;
}
.step::before {
display: block;
  position: absolute;
  content: '';
  height: 8px;
  width: 8px;
  background: #94AE88;
  left: 14px;
  border-radius: 50%;
  top: 60px;
}
.step span {
  margin: auto;
}
.step_text {
  line-height: 22px;
}
.quest_consult_wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.quest_list {
  line-height: 22px;
}
.quest_list li {
  line-height: 22px;
}
.quest_list li:nth-child(5) {
  margin-bottom: 25px;
}
.help_wrapper {
  display: flex;
  margin-top: 40px;
  gap: 20px;
}
.help_item {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 20px;
  background: #EDF4E9;
  padding: 30px;
  overflow: hidden;
  gap: 87px;
  }
  .help_item .top {
    right: -20px;
    top: -20px;
  }
  #buh_help .sec_text {
    margin-top: 20px;
    line-height: 22px;
  }
  .help_item_desc {
    line-height: 22px;
  }
.help_item_title {
  font-size: 20px;
text-transform: uppercase;
font-weight: 700;
line-height: 27px;
position: relative;
z-index: 2;
}
.help_item_title::before {
  content: '';
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #DEECD6;
  z-index: -1;
}
#banner_4 {
  flex-direction: row;
}
#vosstanovlenie .sec_text{
margin-top: 20px;
}
.vosstanovlenie_wrapper {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.vosst_item {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 20px;
background: #EDF4E9;
gap: 30px;
padding: 30px;
width: 25%;
}
.vosst_item_text {
  line-height: 22px;
}
#celi .card_icon_item {
  width: 25%;
}
.highlight {
  width: fit-content;
  padding: 10px;
  background: #91AD84;
  border-radius: 40px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
#banner_5 .bottom {
  right: -10px;
  transform: rotate(180deg);
}
.banner_list li {
  color: #fff;
  line-height: 22px;
}
.popmake-content {
  color: #000;
  font-family: Manrope !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px !important; 
}
.modal_list_title {
    font-size: 16px;
  font-weight: 600;
  line-height: 22px; 
  
}
.modal_list_title em {
  color: #91AD84 !important;
  font-style: normal !important;
}
.popmake-content  ul li {
  margin-bottom: 5px !important;
  list-style: none !important;
  line-height: 22px !important;
}
.popmake-content  ul {
margin: 15px 0 !important;
}

.pum-title {
  font-family: Manrope !important;
  font-size: 35px !important;
  font-weight: 700 !important;
  line-height: 110.1% !important;
  color: #91AD84 !important;
}
.popmake-content button {
  margin-top: 20px !important;
  max-width: 100% !important;
  width: 100% !important;
}
@media (min-width: 1024px) {
 .hide-xl {
  display: none !important;
} 
}
.format_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.format_item {
   border-radius: 20px;
    background: rgb(236, 244, 233);
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    justify-content: space-between;
}
.format_item__title {
    font-family: Neucha;
    font-size: 40px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0%;
    text-align: center; 
}
.format_item__subtitle {
    font-size: 16px;
font-weight: 700;
line-height: 22px;
text-align: center;
}
.format_item__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.price_container {
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 20px;
  
    
}
.price_container span {
    font-family: Neucha;
    font-size: 35px;
    font-weight: 400;
    line-height: 0px;
    letter-spacing: 0%;
}
.format_item__desc {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.format_item__text__title {
    font-size: 16px;
font-weight: 500;
line-height: 22px;
opacity: 0.5;
}
.format_item__text {
    font-size: 16px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0%;
}
.brown {
    background: #DBBB8C;
    color: #fff;
}
.brown .btn1 {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}
.brown .btn1:hover {
    background-color: #94AE88;
    border-color: #94AE88;
    color: #fff;
}
.brown .format_item__text__title {
    color: #000;
}
#banner_1 {
  background: #DEECD6;
}
#banner_1 .bottom {
  right: auto;
  left: -10px;
  transform: rotate(240deg);
}
#banner_1,
#banner_2 {
  margin-top: 20px;
}
.right_col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  column-gap: 40px;
}
.and_more {
  display: flex;
  flex-direction: column;
  border-radius: 40px;
background: #F8F8F8;
padding: 45px 90px;
margin-top: 20px;
position: relative;
gap: 40px;
justify-content: center;
align-items: center;
}
.left_col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20%;
}
.more_title {
  font-size: 35px;
font-weight: 700;
line-height: 130%;
letter-spacing: 0%;
}
.col_item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.col_item p {
  font-size: 16px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0%;
text-align: left;
}
.and_more .back {
  opacity: 0.2;
  left: 0;
}
.and_more .btn1 {
  max-width: fit-content;
}

.free_consult .banner-wrapper {
  flex-direction: row-reverse;
  background: #DBBB8C !important;
}
#consultfree.free_consult .person,
#analiz.free_consult .person {
position: absolute;
right: auto;
left: 0;
}
.free_consult .title {
  color: #fff;
}
.free_consult .main_banner_text {
  color: #565151;

  width: 100%;
  margin-top: 0 !important;
}
.free_badge {
  border-radius: 40px;
background: rgb(255, 255, 255);
width: fit-content;
padding: 10px 35px;
align-items: center;
font-size: 30px;
font-weight: 800;
line-height: 50px;
letter-spacing: 0%;
}
.free_consult .left-side {
  flex-direction: column;
  gap: 20px;
}
#polza2 .btn1 {
  max-width: fit-content;
}
#polza2 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.urok {
  display: flex;
  flex-direction: row !important;

}
.urok .banner_left{
width: 60%;
}
.urok .banner_right {
  width: 40%;
  display: flex;
  align-items: end;
  justify-content: end;
  z-index: 10;
}
.urok .btn_white {
  max-width: fit-content;
}
.polza_item .list {
  margin: 0;
}
#polza3 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  
}
#polza3 .polza_wrapper {
  margin-top: 0;
}
#polza3 .polza_item {
  gap: 40px;
  width: 50%;
  padding: 35px 30px 50px 30px;
}
#polza3 .btn1 {
  max-width: fit-content;
  margin: auto;
}
.check_text {
  display: flex;
  gap: 20px;
  align-items: center;
}
.check_text span {
  font-family: Neucha;
  font-size: 30px;
font-weight: 400;
line-height: 33px;
letter-spacing: 0%;
}
.main-banner.analiz .person {
  transform: scaleX(-1)
}
.raex_text {
  max-width: 70%;
  font-size: 16px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0%;
}
.team_text {
 
  font-size: 16px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0%;
}

/*TABLET*/

@media (min-width: 480.1px) and (max-width: 1024px) {
main section {
  margin: 80px 0;
}
  .hide-xm {
  display: none !important;
}
.title {
font-size: 30px;
}
.subtitle {
font-size: 35px;
}
.rectangle {
  width: 340px;
  height: 328px;
  left: 0;
  right: auto;
}
.person {
  left: 0;
}
.list li {
  font-size: 14px;
}
.quote {
padding: 20px 20px;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
}
.quote_text {
  font-size: 12px;
}
.sec_title {
  font-size: 25px;
}
.uslugi_wrapper {
    display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.usluga_item {
  width: 100%;
}
#team {
  flex-direction: column;
}
.team_left {
  width: 100%;
      display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.page_card {
  height: auto;
}
.team_img {
  border-radius: 16.34px;
}
.section_quote {
  font-size: 16px;
    max-width: 200px;
    line-height: 22px;
}
.card_icon_wrapper {
   display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.resheniya_wrapper {
     display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.resheniye_item {
  width: 100%;
  gap: 40px;
  border-radius: 20px !important;
  min-height: 250px;
}
.banner_title {
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}
.resheniya_wrapper #banner_1 {
  padding: 25px;
  min-height: 250px;
}
  .slick-slide {
      margin: 0 10px;
  }

  /* the parent */
  .slick-list {
      margin: 0 -10px;
  }
  .slick-list {
    overflow: visible;
  }
  .preimushestva_title {
    margin-bottom: 30px;
  }
  #business_uslugi {
  flex-direction: column;
}
.business_right,
.business_left {
  width: 100%;
}
.osobennosti_wrapper {
    display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.osobennost_item {
  width: 100%;
  min-height: 250px;
}
.osobennost_item:last-of-type {
  grid-column: 1 / -1;
}
#consultfree,
#analiz {
  margin-top: 80px;
}
#consultfree .banner-wrapper,
#analiz .banner-wrapper {
  flex-direction: column;
  position: relative;
  padding-bottom: 0;
}
#consultfree .person,
#analiz .person {
  position: relative;
  max-width: 271px;
  bottom: 0px;
  left: 60%;
}
#consultfree .right-side,
#analiz .right-side {
  position: unset;
}
 #consultfree .quote,
 #analiz .quote {
    top: auto;
    left: 50px;
    width: 320px;
    bottom: 50px;
  }
.card_icon_wrapper {
  
  margin-top: 40px;
}
#what_you_get,
#raex {
  flex-direction: column;
}
.what_get_left,
.what_get_right,
.raex_left,
.raex_right {
  width: 100%;
}
.raex_right { 
margin-top: 20px;
}
#what_you_get {
  gap: 30px;
}
#banner_2,
#banner_3,
#banner_4,
#banner_5,
#banner_6 {
  flex-direction: column;
  gap: 20px;
  align-items: start;
}
#banner_2 .banner_right,
#banner_3 .banner_right,
#banner_4 .banner_right,
#banner_5 .banner_right,
#banner_6 .banner_right {
display: flex;
flex-direction: column;
gap: 10px;
}
.banner_right button {
  max-width: 200px;
}
.polza_wrapper {
    display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.polza_item {
  width: 100%;
  min-height: 250px;
}
.polza_item:last-of-type {
  grid-column: 1 / -1;
}
.banner_title {
  text-align: left;
}
#banner_3 button {
  width: 100%;
  z-index: 2;
}
#consult .card_icon_wrapper {
   display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#consult .card_icon_item:last-of-type {
    grid-column: 1 / -1;
}
.stepline {
  flex-direction: column;
  gap: 30px;
}
.step_item {
  gap: 50px;
}
.step_item::before {

  left: -50%;
}
#consult .btn1 {
  margin: 0;
  margin-top: 40px;
}
.quest_consult_wrapper {
  flex-direction: column;
  gap: 60px;
}
.help_wrapper {
   display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.help_item:last-of-type {
    grid-column: 1 / -1;
}
.vosstanovlenie_wrapper {
   display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.vosst_item {

}
#banner_5 .banner_right button {
  margin-top: 20px;
}
.format_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.format_item__title { 
    font-size: 37px;
    font-weight: 400;
    line-height: 41px;
}
.format_item__text,
.format_item__subtitle {
    font-size: 14px;
}
.format_item__subtitle,
.format_item__title {
    text-align: left;
}
.format_item__text__title,
.format_item__desc {
    font-size: 14px;
}
.brown {
    grid-column: 1 / -1;
}
#celi .card_icon_item,
.vosst_item,
#consult .card_icon_item,
#pomosh .card_icon_item {
    width: 100%;
}
.price_val span {
    font-size: 32px;
}
.main-banner .quote {
 
   
    bottom: -38px;
    left: -72px;
    width: 100%;
    max-width: 277px;
}
#consultfree .person,
#analiz .person {
  position: absolute;
}
#consultfree .right-side
#analiz .right-side {
  position: relative;
}
#consultfree .quote,
#analiz .quote {
  top: auto;
    left: auto;
    width: 328px;
    max-width: 328px;
    bottom: -70px;
    right: 30px;
}
#banner_1 .sec_title {
  text-align: center;
  max-width: 70%;
}
#consultfree.free_consult .banner-wrapper,
#analiz.free_consult .banner-wrapper {
  padding: 30px;
  min-height: 334px;

}
#consultfree.free_consult .person,
#analiz.free_consult .person {
  left: auto;
  right: 0;
}
#consultfree .banner-wrapper .left-side .title,
#analiz .banner-wrapper .left-side .title {
order: 1;
font-size: 25px;
font-weight: 700;
line-height: 34px;
}
#consultfree .banner-wrapper .left-side .main_banner_text,
#analiz .banner-wrapper .left-side .main_banner_text {
  order: 2;
  }
    #consultfree .banner-wrapper .left-side,
  #analiz .banner-wrapper .left-side {
    display: flex;
    height: 100%;
    justify-content: space-between;
  }
    #consultfree .banner-wrapper .left-side .free_badge,
  #analiz .banner-wrapper .left-side .free_badge {
    order: 3;
   margin-top: 50px;
    }
    .free_badge {
      order: 3;
      padding: 7px 38px 7px 38px;
      font-size: 25px;
  font-weight: 800;
  line-height: 50px;
      }
      .and_more .back {
        left: auto;
        right: -10px;
        transform: rotate(90deg);
      }
      .and_more {
        overflow: hidden;
        padding: 30px 23px;
        gap: 30px;
      }
      .urok {
        flex-direction: column !important;
        padding: 30px 25px !important;
        gap: 40px !important;
      }
      .urok .banner_right,
      .urok .banner_left {
        width: 100%;
      }
      .urok .banner_right {
        align-items: center;
      }
      .urok .btn_white  {
        max-width: 100%;
      }
      #polza3 .polza_wrapper {
        display: flex;
      }
      .check_text {
        flex-direction: column;
        align-items: start;
      }
}

/*PHONE*/

@media (max-width: 480px) {
.pum-container {
  max-width: 90% !important;
  padding: 40px 20px !important;
}
  .hide-xs {
  display: none !important;
}
.banner-wrapper {
  display: flex;
  flex-direction: column;
}
.right-side {
  width: 100%;
  flex-direction: column;
  height: 500px;
}
.quote,
.person,
.rectangle {
  position: absolute;
}
main section {
  margin: 60px 0;
}

.title {
font-size: 30px;
line-height: 40px;
}
.subtitle {
font-size: 35px;
line-height: 45px;
}
.list li {
  font-size: 14px;
  line-height: 20px;
}
#consultfree .main_banner_text,
#analiz .main_banner_text {
  max-width: 100%;
}
.quote_text {
  font-size: 12px;
}
.sec_title {
  font-size: 25px;
  line-height: 30px;
}
.uslugi_wrapper {
    display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.usluga_item {
  width: 100%;
}
.rectangle {
  position: absolute;
  width: 100%;
  height: 90%;
}
.quote {
  top: auto;
  bottom: 0;
  left: 0;
width: 100%;
max-width: 100%;
}
.person {
  left: 10%;
}
.banner-wrapper {
  gap: 30px;
}
.left-side button {
  margin-top: 0;
}
#team {
  flex-direction: column;
}
.team_left {
  width: 100%;
      display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.page_card {
  height: auto;
  padding: 20px;
}
.team_img {
  border-radius: 16.34px;
}
.space_between {

  flex-direction: column;
  gap: 30px;
}
.section_quote {
  font-size: 16px;
    max-width: 200px;
    line-height: 22px;
}
.card_icon_wrapper {
   display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.resheniya_wrapper {
     display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.resheniye_item {
  width: 100%;
  gap: 40px;
  border-radius: 20px !important;
  min-height: 250px;
}
.banner_title {
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}
.resheniya_wrapper #banner_1 {
  padding: 25px;
  min-height: 250px;
}

  .preimushestva_title {
    margin-bottom: 30px;
  }
  #business_uslugi {
  flex-direction: column;
}
.business_right,
.business_left {
  width: 100%;
}
.osobennosti_wrapper {
    display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.osobennost_item {
  width: 100%;
  min-height: 250px;
}
#consultfree,
#analiz {
  margin-top: 80px;
}
#consultfree .left-side,
#analiz .left-side {
  width: 100%;
}
#consultfree .banner-wrapper,
#analiz .banner-wrapper {
  flex-direction: column;
  position: relative;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  width: 100vw;
  left: -15px;
  padding: 40px 15px;
  padding-bottom: 0;
}
.banner-wrapper .left-side {
  width: 100%;
}
#consultfree .person,
#analiz .person {
  position: relative;
  max-width: 271px;
  bottom: 0px;
  left: 40%;
}
#consultfree .right-side,
#analiz .right-side {
  position: unset;
}
 #consultfree .quote,
 #analiz .quote {
    top: auto;
    left: 20px;
    width: 320px;
    bottom: 50px;
  }
.card_icon_wrapper {
  margin-top: 30px;
   display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.card_icon_item {
  z-index: 2;
}
#what_you_get,
#raex {
  flex-direction: column;
}
.what_get_left,
.what_get_right,
.raex_left,
.raex_right {
  width: 100%;
}
.raex_right { 
margin-top: 20px;
flex-direction: column;
}
.cert img,
.cert {
  width: 100%;
}
.what_get_right {
  padding: 40px 10px;
}
.what_get_right button {
  z-index: 2;
}
.banner_right button {
  margin-top: 20px;
}

#what_you_get {
  gap: 30px;
}
#banner_1,
#banner_2,
#banner_3,
#banner_4,
#banner_5,
#banner_6 {
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding: 50px 10px;
}
#banner_1 .banner_right,
#banner_2 .banner_right,
#banner_3 .banner_right,
#banner_4 .banner_right,
#banner_5 .banner_right,
#banner_6 .banner_right {
display: flex;
flex-direction: column;
gap: 10px;
}
.banner_list li {
  color: #fff;
  line-height: 22px;
  list-style: none !important;
  margin-left: 0 !important;
}
.banner_right button {
  max-width: 200px;
}
.preimushestva_wrapper {
   display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.preimushestva_item {
  width: 100%;
}
.resheniye_item_title {
  align-self: start;
}
.polza_wrapper {
    display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.business_right button {
  text-align: start;
}
.polza_item {
  width: 100%;
  min-height: 250px;
}
.polza_item:last-of-type {
  grid-column: 1 / -1;
}
.banner_title {
  text-align: center;
}
#banner_3 button {
  width: 100%;
  z-index: 2;
}
#consult .card_icon_wrapper {
   display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.stepline {
  flex-direction: column;
  gap: 30px;
}
.step_item {
  gap: 50px;
}
.step_item::before {

  left: -50%;
}
#consult .btn1 {
  margin: 0;
  margin-top: 40px;
}
.quest_consult_wrapper {
  flex-direction: column;
  gap: 60px;
}
#quest_consult .quest_list li:nth-child(5) {
  margin-bottom: 10px;
}
.help_wrapper {
   display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.help_item:last-of-type {
    grid-column: 1 / -1;
}
.vosstanovlenie_wrapper {
   display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.vosst_item {

}
#banner_5 .banner_right button {
  margin-top: 20px;
}

.vosst_item,
.card_icon_item {
  width: 100% !important;
}
#banner_2,
#banner_3,
#banner_4, 
#banner_5{
    align-items: start;
    padding: 50px 30px;
}
#banner_2 .banner_title,
#banner_3 .banner_title,
#banner_4 .banner_title,
#banner_5 .banner_title {
text-align: left;
}
#banner_3 p {
  text-align: left;
}
.stepline { 
overflow:hidden; 
}
.format_wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.price_container {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.price_val {
    width: 100%;
    line-height: 3;
}
.price_container .btn1 {
    width: 100%;
    max-width: 100%;
}
.format_item__title {
    font-size: 28px;
    font-weight: 400;
    line-height: 31px;  
}
.raex_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0%; 
   
}
#main .banner-wrapper {
  gap: 0;
}
#main .banner-wrapper .right-side {
  margin-top: -40px;
  height: 420px;
}
.format_item__text__title,
.format_item__text {
  font-size: 14px;
}
.raex_text {
  max-width: 100%;
}
.analiz .banner-wrapper {
  padding: 0 15px !important;
}
.analiz .btn1 {
  max-width: 100%;
}
.analiz .banner-wrapper .right-side {
  height: auto !important;
  margin-top: 40px !important;
}
.analiz .person {
  left: 0 !important;
  right: 0 !important;
  margin: auto !important; 
}
.analiz .quote {
  bottom: -20px !important;
}
#banner_1 {
  padding: 40px;
}
#banner_1 .sec_title {
  font-size: 22px;
font-weight: 700;
line-height: 30px;
letter-spacing: 0%;
text-align: center;
}
#banner_1 .back {
  display: none;
}
#consultfree.free_consult .person,
#analiz.free_consult .person {
  position: relative;
}
.free_consult .free_badge {
  position: absolute;
  bottom: -250%;
  z-index: 3;
  width: 100%;
  text-align: center;
}
.free_consult .left-side {
  position: relative;
}
.and_more .right_col {
  display: flex;
  flex-direction: column;
}
.and_more {
  padding: 30px;
}
.and_more .top {
  left: auto;
  right: 0;
  transform: rotate(90deg);
}
.free_consult .banner-wrapper {
  width: 100% !important;
  left: auto !important;
  padding: 30px !important;
  border-radius: 40px !important;
 padding-bottom: 0 !important;
  position: relative;
  overflow: hidden;
}
.free_consult .banner-wrapper .person {
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;

}
.free_consult .banner-wrapper .title {
  font-size: 25px;
font-weight: 700;
line-height: 34px;
}
.urok {
  flex-direction: column !important;
  padding: 30px !important;
}
.urok .banner_left,
.urok .banner_right {
  width: 100%;
}
.urok .banner_title {
  font-size: 25px;
font-weight: 700;
line-height: 34px;
letter-spacing: 0%;
}
.urok  .free_badge {
  font-size: 25px;
font-weight: 800;
line-height: 50px;
letter-spacing: 0%;
width: 100%;
text-align: center;
}
.polza_item {
  width: 100% !important;
}
.check_text {
  flex-direction: column;
  align-items: start;
}
.urok .back {
  bottom: auto;
  top: 0;
  transform: rotate(90deg) !important; 
  max-width: 100px;
}
 #consultfree.free_consult .person {
  position: absolute;
 }
  #consultfree.free_consult .left-side {
    height: 550px;
  } 
  .free_consult .free_badge {
    bottom: 20px;
    font-size: 25px;
font-weight: 800;
line-height: 50px;
text-align: center;
    width: 100%;
    padding: 5px;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  #what_you_get .sec_title {
  max-width: 80%;
}
}

a.btn1 {
  color: #fff;
}

  #analiz,
  #banner_3,
  #consultfree {
    scroll-margin-top: 150px;
  }


  @media screen and (max-width: 400px) {
    .pum .pum-container {
        max-width: 100%;
        left: 5.5% !important;
    }
}