
  * {
    box-sizing: border-box;
  }

/* .article {
    max-width: 1100px;
    margin: 0 auto;
    font-family: 'Inter';
    margin-bottom: 50px;
} */
.main__title {
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 120%;
}

/*-- BEGIN EMPLOYER PAGE --*/
.search__form {
  display: flex;
  margin-top: 30px;
}
#query {
  width: 100%;
  height: 52px;
  left: 410px;
  top: 229px;
  border: 1px solid #E1E4E9;
  border-radius: 12px;
  outline: none;
  padding-left: 16px;
  font-size: 16px;
  
}

.search__btn {
  background: url("../images/search.svg") #2866D3 no-repeat 50% center;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  border: none;
  margin-left: -52px;
  cursor: pointer;
}
.search__btn:hover {
  background-color: #4F83DE;
}
::-webkit-input-placeholder { /* WebKit browsers */
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #ADB5CF;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #ADB5CF;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #ADB5CF;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #ADB5CF;
}
.filter__block {
  margin-top: 30px;
  display: flex;
  flex-direction: row;

  align-items: center;
  
}
.filter__block button {
  padding: 9px 16px;
  background-color: #fff;
  margin-right: 10px;
  border: 1px solid #E1E4E9;
  border-radius: 112px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #0F162E;
}

.btn__boss:hover {
  border: solid 1px #2866D3;
}
.btn__consult:hover  {
  border: solid 1px #EC934B;
}
.btn__employer:hover {
  border: solid 1px #4B536F;
}
.active__boss {
  background: #2866D3!important;
  color: #fff!important;
}
.btn__boss span, .btn__consult span, .btn__employer span {

}
.btn__boss span::after {

}
.btn__boss span::after, 
.btn__consult span::after, 
.btn__employer span::after,
.active__consult span::after {
  content: "";
  padding-left: 20px;
  background: url("../images/close.png") no-repeat center center ;
}
.active__consult {
  color: #fff!important;
  background: #EC934B!important;
}
.active__employer {
  background: #4B536F!important;
  color: #fff!important;
}
.btn__boss span, .btn__employer span {
  display: none;
}

@media screen and (max-width: 500px){
  .filter__block {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  .filter__block button {
    width: fit-content;
  }
}
.employers {
  width: 100%;
  margin-top: 26px;
  display: grid; 
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); 
  grid-template-rows: auto; 
  grid-gap: 15px; 
  justify-items: stretch;
  }
.employers a {
  text-decoration: none;
}    
.item__wrapper {
  min-height: 532px;
  /* min-height: 464px; */
  position: relative;
}
.item__wrapper img {
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.employer_item {
  height: auto; 
  background: #FFFFFF;
  border: 1px solid #E1E4E9;
  border-radius: 24px;
  padding: 30px;
  box-sizing: border-box;
  transition: all .2s;
  min-height: 100%;
  }
.item__wrapper:hover .button__grup {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) and (max-width: 1920px){
.item__wrapper:hover .employer_item {
  box-shadow: 0px 20px 36px rgba(15, 22, 46, 0.2);
  position: absolute;
  width: 100%;
  z-index: 9;
}
}
.employer__position {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  border-radius: 8px;
  width: 100px;
  height: 23px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  margin-top: 15px;
}
.employer {
  background: #4B536F;
}
.boss {
  background: #2866D3;
}
.consult {
  background: #EC934B;
}
.employer__img {
  /* overflow: hidden;
  border-radius: 8px;
  height: auto; */
}
.employer__img img {
  border-radius: 8px;
}
.employer__name {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  color: #0F162E;
  margin-top: 15px;
}
.paginator {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  margin-bottom: 50px;
}
.prew {
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 100px;
  height: 48px;
  background: url("../images/prew.svg") #F6F6F7 no-repeat 50% center;
  border-radius: 100px;
  margin-right: 15px;
  transition: all .2s;
}
.next:not(em) {
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 100px;
  height: 48px;
  background: #F6F6F7;
  background: url("../images/next.svg") #F6F6F7 no-repeat 50% center;
  border-radius: 100px;
  margin-left: 15px;
  transition: all .2s;
}
.next:hover:not(.disabled):not(em) {
  background: url("../images/next-w.png") #2866D3 no-repeat 50% center;
}
.prew:hover:not(.disabled) {
  background: url("../images/prew-w.svg") #2866D3 no-repeat 50% center;
}
.disabled, .disabled:hover {
  opacity: .5;
}
.disabled {
  cursor: default;
}
.paginator .page__btn:hover, .paginator .page__btn:active {
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 48px;
  height: 48px;
  background: #2866D3;
  border-radius: 16px;
  color: #fff;
}
.paginator .page__btn {
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 48px;
  height: 48px;
  background: #F6F6F7;
  border-radius: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  text-decoration: none;
  align-items: center;
  text-align: center;
  display: flex;
  color: #0F162E;
  margin-right: 6px;
  transition: all .2s;
}
.page_active {
  background: #2866D3!important;
  color: #fff!important;
}
@media (min-width: 1024px) and (max-width: 1920px){
  .button__grup {
    display: none;
  }
}
.button__grup {
  margin-top: 15px;
}
.contacts__btn, .meet__btn  {
  /* margin: 15px auto 0; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  width: 203px;
  height: 38px;

  border-radius: 112px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  
  border: none;
  cursor: pointer;
}

.meet__btn {
  background: #2866D3;
  color: #fff;
}

.contacts__btn {
  margin-bottom: 15px;
  background: #fff;
  border: 2px solid #2866D3;
  color: #2866D3;
}
.meet__btn:hover {
  background-color: #4F83DE;
}
.contacts__btn:hover {
  border: 2px solid #4F83DE;
  color:#4F83DE;
}
/*-- END EMPLOYER PAGE --*/

/*-- BEGIN SERVICE PAGE --*/
.service__grid {
  display: grid;
  grid-template-columns: 1fr; /*repeat(auto-fill, minmax(242px, 672px));*/
  grid-auto-rows: 407px;
  column-gap: 16px;
  row-gap: 32px;
  margin-top: 53px;
  margin-bottom: 188px;
  max-width: 1360px;
}
@media (min-width: 66.25em) {
  .service__grid { 
      grid-template-columns: 1fr 1fr;
  }
}
.service__item {
  background: #DEECFF;
  border-radius: 56px;
  /* min-width: 242px; */
  padding: 71px;
  transition: all .3s;
}

.service__item__title {
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 120%;
  color: #0F162E;
}
.service__item__description {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color:  #4B536F;;
  margin-top: 20px;
  max-width: 280px;
  margin-bottom: 37px;
}
.service__item {
  display: flex;
  flex-direction: row;
}
.service__item__img {
  transform: translate(15%, -37%);
}
@media screen and (max-width: 670px) {
  .service__item__img {
    display: none;
  }
  .service__item { 
    padding: 56px;
  }
}
.service__item__btn {
  width: 157px;
  height: 52px;
  background: #2866D3;
  box-shadow: 0px 12px 36px rgba(15, 22, 46, 0.07);
  border-radius: 100px;
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  font-family: 'Inter';
  margin-top: 30px;
  text-decoration: none;
  padding: 17px 30px;
  white-space: nowrap;
}
.service__item:hover {
  background: #2866D3;
  
} 
.service__item:hover .service__item__title {
  color: #FFFFFF;
}
.service__item:hover .service__item__description {
  color: #DEECFF;
}
.service__item:hover .service__item__btn {
  background: #427FEA;
}
@media (max-width: 440px) {
  .service__item {
    padding: 24px;
    border-radius: 24px;
  }
  .service__grid {
    grid-auto-rows: 280px;
    margin-bottom: 32px;
  }
  .service__item__title {
    font-size: 32px;
  }
  .service__item__description {
    font-size: 16px;
  }
  .service__item__btn {
    font-size: 16px;
    padding: 15px 24px;
  }
}
/*-- END SERVICE PAGE --*/
.full-nav__department-name {
  max-width: 260px;
}
.reset_btn {
  outline: none;
  float: right;
  border: none;
  background: url(../images/x-darck.svg) #fff no-repeat center;
  margin-left: -77px;
  height: 80%;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  cursor: pointer;
  width: 16px;
}

.found__add-item {
  min-width: 200px;
}
.slick-dots li:first-child:last-child {
  display: none;
}
#payserial {
  /* display: flex;
  flex-direction: column;
  gap: 15px; */
  /* min-width: 400px; */
}
.pay__input, .pay__textarea {
  border: 1px solid #E1E4E9;
  border-radius: 12px;
  outline: none;
  padding-left: 16px;
  font-size: 16px;
}
.pay__input {
  height: 52px;
}
.pay__btn {
  height: 52px;
  background: #2866D3;
  border-radius: 112px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  border: none;
  cursor: pointer;
}
.error {
  border: 1px solid #dd180e!important;
}

.preloader {
    display: none;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 100px;
}
.no__result {
  white-space: nowrap;
}
/*==============================
  scrollup
  ==============================*/
  .scrollup {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #2866d3;
    background-image: url("../images/icon-scrollup.svg");
    font-size: 0;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000; }
  
  .scrollup:hover {
    opacity: 0.7; }
.alert__succes {
  display: none;
  color: #2866d3;
  padding: 20px;
  border: solid 1px #2866d3;
  background: #ffffff;
  border-radius: 10px;
}

.contacts_btn {
  display: inline-block;
  margin: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 18px 36px;
  border-radius: 30px;
  background-color: #2866d3;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.selected__tag {
  background-color: #2866D3;
  color: #ffffff;
}

.map .bx-yandex-map {
  display: block!important;
  width: 100%!important;
  height: 100vh!important;
  border-width: 0;
  /* filter: saturate(0); */
}
.map .ymaps-layers-pane {
  -webkit-filter: grayscale(100%);
}
header {
  z-index: 999!important;
}
.wysiwyg ol, .wysiwyg ul {
  color: #4b536f;
}
.wysiwyg__float-container ul li::before {
  top: 23px;
}
.wysiwyg ul {
  margin-bottom: 25px;
}
.feed__ava img {
  height: auto;
}
.modal--opened {
  z-index: 999;
  display: flex !important;
  visibility: visible !important;
}

/* Scroll offset для якорных ссылок */
html {
  scroll-padding-top: 60px;
}

section[id],
div[id] {
  scroll-margin-top: 60px;
}
.wysiwyg ul li::before {
  width: 20px;
  height: 20px;
  background-color: #fff;
  background-image: url(../images/list2.png);
  top: 22px;
}
.site-form__textarea {
  margin: 0;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #969fae;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: border-color, color;
    transition-property: border-color, color;
}
.modal__btn:disabled {
  opacity: 0.7;
}
.publications .wysiwyg a {
  border-bottom: 1px solid transparent;
  font-size: 16px;
  font-weight: 500;
  color: #2866D3;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: border-color;
}
.publications .wysiwyg a:hover {
  border-color: #2866D3;
}
.wysiwyg a:hover {
  opacity: 1;
  border-color: #2866D3;;
}
.grecaptcha-badge {
  height: 1px!important;
  width: 1px!important;
}
.resume__photo img {
  min-width: 230px;
}
.form__container {
  display: block;
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#mibew-agent-button {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #7C808F;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  display: block;
  line-height: 40px;
}
@media (max-width: 1024px) {
  .slick-dots {
    display: none!important;
  }
  .breadcrumbs {
    padding: 0;
  }
  .article__head-col {
    padding: 0;
  }
  .main-show {
    padding-top: 0;
  }
  .slider {
    padding-bottom: 0px;
  }
}
/* .slick-list {
  height: auto!important;
} */
#services .main-h {
  position: relative;
}
.site-header__company {
  z-index: 0;
}
.found__text b {
  background-color: transparent;
  color: #2866D3;
  font-weight: normal!important;
}
.found__name b {
  background-color: transparent;
  color: #2866D3;
  font-weight: 500;
}
.js-pub-slider1 .slick-track, .js-pub-slider1 .slick-active {
  width: 100%!important;
} 
.slider__item img {
  height: auto;
}
.slick-slide {
  height: auto;
}

@-moz-document url-prefix() {
  #modal-win11 {
    flex-direction: column;
  }
}
opera:-o-prefocus #modal-win11 {
  flex-direction: column;
}
.info__text {
  word-break: break-word;
}
.site-form__label:hover .site-form__textarea {
  outline: none;
  border-color: #000000;
  color: #000000;
}

.services__item--light .services__content {
  background-color: #f4f5f7;
}

@media (min-width: 1170px) {

  .services__item--light .services__content::before {
    background-color: #f4f5f7;
    background-image: url("../img/bg-services-light.jpg");
  }
}

.services__item--light .services__h {
  color: #0f162e;
}

.services__item--light .services__desc {
  background-color: #f4f5f7;
}

@media (min-width: 1170px) {

  .services__item--light .services__desc:hover {
    color: #595e70;
  }
}
.department {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #ADB5CF;
  margin-top: 15px;
}
.time__select {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  margin: 0 0 5px 0;
  padding: 0;
  display: none;
}
/* select.site-form__input {
  appearance: auto;
  -webkit-appearance: auto;
} */
/* select.site-form__input::after{
  content: "▾";
  width: 0.8em;
  height: 0.5em;
} */
.select-css { 
  display: block; 
  font-size: 16px; 
  font-family: sans-serif; 
  font-weight: 700; 
  color: #444; 
  line-height: 1.3; 
  padding: .6em 1.7em .5em .8em; width: 100%; 
  max-width: 100%; 
  box-sizing: border-box; 
  margin: 0; 
  border: 1px solid #aaa;
   box-shadow: 0 1px 0 1px rgba(0,0,0,.04); 
  border-radius: .5em;
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
   background-color: #fff; 
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E' ), linear-gradient(to bottom, #ffffff 0%,#ffffff 100%); 
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%; 
  } 
   .select-css::-ms-expand { display: none; } 
   .select-css:hover { border-color: #888; } 
   .select-css:focus { border-color: #aaa; 
   box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
   box-shadow: 0 0 0 3px -moz-mac-focusring; 
   color: #222;
   outline: none; 
  } 
   .select-css option { font-weight:normal; } 
   *[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css { 
  background-position: left .7em top 50%, 0 0; 
  padding: .6em .8em .5em 1.4em; 
  }
@media (max-width: 767px) {
  .s-service__img-person {
    display: none;
  }
}

.s-service__intro {
  -webkit-animation: fadein 1.5s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1.5s; /* Firefox < 16 */
  -ms-animation: fadein 1.5s; /* Internet Explorer */
  -o-animation: fadein 1.5s; /* Opera < 12.1 */
  animation: fadein 1.5s;
}

.s-service__list li:first-child {
  position: relative;
  animation: fadein 1.5s;
  z-index: 1;
}
.s-service__list li:last-child {
  position: relative;
  animation: fadein 1.5s;
  z-index: 1;
} 
 
@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/*slick slider load fix*/
.slider__item{display: none} 
.slick-track:first-child{display: block}
.intro{min-height: 347px;}

.found__add-list {
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-column-count: 4;
  /* column-count: 4; */
  -moz-column-gap: 16px;
  column-gap: 16px;
  -moz-column-fill: auto;
  /* column-fill: auto; */
  -moz-column-width: 300px;
  /* column-width: 671px; */
  padding-top: 10px;
  display: block;
}
.custom.tags__list.close {
  height: 30px;
  overflow: hidden;
}
.show__all {
  border: none;
  text-decoration: underline;
  background-color: #2866D3;
  color: #ffffff;
}
.found__part.service{
  padding-bottom: 15px;
    border-bottom: 1px solid #E1E4E9;
}
.found__add-list.custom__list li {
  padding-bottom: 5px;
}
.found__add-list.custom__list h3 {
  margin: 0;
}
@media(max-width: 767px){
  .article__main.wysiwyg ul li {
    font-size: 14px;
  }
  .site-footer__copyright {
    margin: -20px 0;
  }
}
.news__main {
  background-image: url(../images/bg-news.svg)!important;
}
/* .publications .wysiwyg a {
  word-break: break-all;
} */

/* Стили для логотипов в отзывах */
.reviews__text img {
  max-height: 56px;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

/* Стили для модального окна уведомлений */
.notification {
  text-align: center;
  padding: 40px 20px;
  max-width: 400px;
  margin: 0 auto;
}

.notification__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
  position: relative;
}

.notification__icon-success {
  background: #4CAF50;
  color: white;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification__icon-error {
  background: #f44336;
  color: white;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification__title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 15px;
  color: #0F162E;
}

.notification__message {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 30px;
  color: #666;
}

.notification__actions {
  display: flex;
  justify-content: center;
}

.notification__btn {
  background: #2866D3;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}

.notification__btn:hover {
  background: #1e4a9e;
}

/* Скрытие иконок по умолчанию */
.notification__icon-success,
.notification__icon-error {
  display: none;
}

.notification.success .notification__icon-success {
  display: flex;
}

.notification.error .notification__icon-error {
  display: flex;
}

/* Исправления для мобильной версии */
/* Уменьшаем кнопку копирования реквизитов */
.requisites__copy {
  width: 40px !important;
  height: 40px !important;
  background-size: 18px !important;
}

/* Стили для ссылки на ГСС в футере */
.site-footer__group {
  margin: 10px 0 0 0;
}

/* Делаем ссылки в футере вертикальным списком */
.site-footer__list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.site-footer__item {
  margin: 0 !important;
  padding: 0 !important;
}

.site-footer__center .site-footer__link {
  white-space: nowrap !important;
}

@media (max-width: 767px) {
  /* Поднимаем кнопку "Показать все" выше */
  .section-list-parent {
    margin-top: -30px;
  }
  
  /* Исправляем перекрытие в футере */
  .site-footer__left {
    padding-bottom: 60px;
    position: relative;
  }
  
  .site-footer__copyright {
    padding-top: 20px;
  }
  
  .site-footer__group {
    margin-top: 5px;
    font-size: 13px;
  }
  
  .site-footer__right {
    margin-top: 20px;
  }
  
  /* Скрываем блок с контактами над картой (но оставляем основной блок контактов) */
  .contacts__wrapper .contacts__address {
    display: none !important;
  }
  
  /* Исправляем блок "Итогом работы аудитора является" */
  .why_item_cnt {
    padding: 0 10px !important;
  }
  
  .why_item {
    padding: 40px 20px !important;
  }
  
  .why_item_count {
    display: none !important;
  }
  
  /* Уменьшаем отступ между главным баннером и блоком "Услуги" */
  .main-show {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .site-main {
    margin-top: -30px !important;
    padding-top: 0 !important;
  }
  
  .services {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  
  .site-header {
    margin-bottom: 0 !important;
  }
}