

/* Start:/local/templates/main_home/styles.css?1766989780104987*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1;
}
body.modals {
  overflow: hidden;
}
body.modals #fade {
  display: flex;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  border: 0;
  appearance: none;
  background: transparent;
  cursor: pointer;
  transition: all 275ms ease;
}
a {
  transition: all 275ms ease;
  text-decoration: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  color: #1f2938;
}
.container {
  margin: auto;
  width: 100%;
  max-width: 1440px;
}
@media (max-width: 1200px) {
  .container {
    max-width: 640px;
  }
}
@media (max-width: 736px) {
  .container {
    max-width: 420px;
  }
}
@media (max-width: 460px) {
  .container {
    max-width: 310px;
  }
}
section {
  padding: 120px 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  section {
    padding: 90px 30px;
  }
}
@media (max-width: 736px) {
  section {
    padding: 50px 15px;
  }
}
section .section-title {
  /* text-transform: uppercase; */
  font: 700 48px/130% "Inter", sans-serif;
  margin-bottom: 75px;
}
b {
  font-weight: 600;
}
@media (max-width: 1200px) {
  section .section-title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
  }
}
section .section-title span {
  color: #00b398;
}
section .subtitle {
  font: 400 24px/120% "Montserrat", sans-serif;
  margin: 0;
}
@media (max-width: 1200px) {
  section .subtitle {
    font-size: 14px;
    text-align: center;
  }
}
header {
  position: relative;
  z-index: 333;
}
header .top {
  padding: 18px 0;
}
@media (max-width: 1200px) {
  header .top {
    padding: 10px 0;
  }
}
@media (max-width: 736px) {
  header .top {
    padding: 10px 15px;
  }
}
header .top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 18px;
}
@media (max-width: 736px) {
  header .top .container {
    max-width: none;
  }
}
header .top .container .logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0 18px;
}
@media (max-width: 736px) {
  header .top .container .logo {
    gap: 0 5px;
  }
}
header .top .container .logo span {
  font-size: 16px;
  color: #1f2938;
  line-height: 1.1;
  display: block;
  width: 170px;
  text-align: left;
}
@media (max-width: 1200px) {
  header .top .container .logo span {
    font-size: 10px;
    width: 110px;
  }
}
@media (max-width: 736px) {
  header .top .container .logo span {
    font-size: 8px;
    width: 85px;
  }
}
@media (max-width: 1200px) {
  header .top .container .logo img {
    width: 103px;
    height: 23px;
  }
}
@media (max-width: 736px) {
  header .top .container .logo img {
    width: 82px;
    height: 18px;
  }
}
header .top .container .header-contacts {
  display: flex;
  align-items: center;
  gap: 0 32px;
}
@media (max-width: 1200px) {
  header .top .container .header-contacts {
    gap: 0 15px;
  }
}
@media (max-width: 736px) {
  header .top .container .header-contacts {
    gap: 0 35px;
  }
}
header .top .container .header-contacts .contacts-apps {
  margin-top: 0;
}
@media (max-width: 736px) {
  header .top .container .header-contacts .contacts-apps {
    display: flex;
    gap: 0 5px;
  }
}
@media (max-width: 736px) {
  header .top .container .header-contacts .contacts-apps a {
    font-size: 0;
    border: 0;
    padding: 0;
    width: 17px;
    height: 17px;
  }
  header .top .container .header-contacts .contacts-apps a img {
    width: 17px;
    height: 17px;
  }
}
header .top .container .header-contacts .tel {
  text-decoration: none;
  font-size: 18px;
  color: #1f2938;
  font-weight: 700;
  padding-left: 50px;
  background: url("/local/templates/main_home/./img/contacts-icon-1.svg") no-repeat left center;
  background-size: 32px;
}
@media (max-width: 1200px) {
  header .top .container .header-contacts .tel {
    font-size: 10px;
    background-size: 20px;
    padding-left: 30px;
  }
}
@media (max-width: 736px) {
  header .top .container .header-contacts .tel {
    display: none;
  }
}
header .top .container .header-contacts .tel span {
  font-weight: 400;
  display: block;
  font-size: 12px;
  color: #b1b1b1;
}
@media (max-width: 1200px) {
  header .top .container .header-contacts .tel span {
    font-size: 8px;
  }
}
header .top .container #toggle-menu {
  display: none;
}
@media (max-width: 736px) {
  header .top .container #toggle-menu {
    width: 33px;
    height: 16px;
    display: block;
    background: url("/local/templates/main_home/./img/menu.svg") no-repeat center;
    border: 0;
  }
}
header nav {
  height: 65px;
  background: #f4f4f4;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  header nav {
    height: 35px;
  }
}
@media (max-width: 736px) {
  header nav {
    display: none;
  }
}
header nav .container {
  height: 100%;
}
header nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
  height: inherit;
  position: relative;
}
header nav ul li {
  height: 100%;
  display: flex;
  align-items: center;
}
header nav ul li a,
header nav ul li span {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #1f2938;
  cursor: pointer;
}
header nav ul li a:hover,
header nav ul li span:hover {
  color: #00b398;
}
@media (max-width: 1200px) {
  header nav ul li a,
  header nav ul li span {
    font-size: 10px;
  }
}
header nav ul li.dropdown {
  position: relative;
}
header nav ul li.dropdown:hover ul {
  display: block;
}
header nav ul li.dropdown li {
  height: auto;
}
header nav ul li.dropdown span {
  display: flex;
  align-items: center;
  gap: 0 5px;
}
header nav ul li.dropdown span:after {
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  background: url("/local/templates/main_home/./img/dropdown.svg") no-repeat center;
}
header nav ul li.dropdown ul {
  position: absolute;
  background: #f4f4f4;
  left: -20px;
  top: 55px;
  display: none;
  height: auto;
  width: auto;
  padding: 10px 20px;
}
@media (max-width: 1200px) {
  header nav ul li.dropdown ul {
    top: 33px;
  }
}
header nav ul li.dropdown ul a {
  display: inline-flex;
  margin: 5px 0;
  white-space: nowrap;
}
.hero {
  background: url("/local/templates/main_home/./img/hero-img.png") no-repeat;
  background-size: cover;
  padding: 130px 60px;
  /* height: 1140px; */
  background-position: top;
  position: relative;
}
.hero.hero-fone::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 111;
  pointer-events: none;
}
.hero .main_video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  object-fit: cover;
  height: 120%;
  width: 100%;
}

.sm-hero {
  display: none;
}
.background-text {
  color: #fff;
  position: absolute;
  bottom: -135px;
  right: -440px;
  width: 400px;
}

.background-text-slogan {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  line-height: 1.4;
}

.background-text-autor {
  text-align: center;
  font-weight: bold;
}

.background-text-autor span {
  display: block;
  padding-top: 10px;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .hero {
    background: url("/local/templates/main_home/./img/hero-img-2.jpg") no-repeat center #1f2938;
    background-size: auto 100%;
    height: 750px;
    padding: 90px 30px;
  }
}
@media (max-width: 736px) {
  .hero {
    height: auto;
    padding: 50px 10px;
    background: #1f2938;
  }
}
.hero .content {
  position: relative;
  z-index: 222;
  max-width: 980px;
}
@media (max-width: 1200px) {
  .hero .content {
    width: 400px;
  }
}
@media (max-width: 736px) {
  .hero .content {
    width: 100%;
    max-width: 320px;
    margin: auto;
  }
}
.hero .content:before {
  content: "";
  display: block;
  position: absolute;
  width: 190px;
  height: 87px;
  left: -75px;
  top: -75px;
  background: url("/local/templates/main_home/./img/hero-decor-top.svg") no-repeat center;
}
@media (max-width: 1200px) {
  .hero .content:before {
    width: 129px;
    height: 59px;
    background-size: contain;
    left: -39px;
    top: -49px;
  }
}
@media (max-width: 736px) {
  .hero .content:before {
    width: 132px;
    height: 81px;
    top: -40px;
    left: -29px;
  }
}
/* .hero .content:after {
  content: "";
  display: block;
  position: absolute;
  left: -75px;
  bottom: 0px;
  width: 472px;
  height: 365px;
  background: url("/local/templates/main_home/./img/hero-decor-bottom.svg") no-repeat center;
} */
@media (max-width: 1200px) {
  .hero .content:after {
    background-size: contain;
    width: 277px;
    height: 221px;
    left: -39px;
  }
}
@media (max-width: 736px) {
  .hero .content:after {
    display: none;
  }
}
.hero .main-heading {
  color: #00b398;
  text-transform: uppercase;
  font: 700 48px/130% "Inter", sans-serif;
  color: #fff;
  margin-bottom: 25px;
}
.main-heading-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .hero .main-heading {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
.hero .main-heading span {
  color: #00b398;
}
@media (max-width: 736px) {
  .hero .main-heading {
    font-size: 86px;
    line-height: 1.1;
    width: auto;
  }
  .hero .main-heading span {
    font-size: 36px;
    display: block;
  }
  .hero .main-heading small {
    display: block;
    font-size: 24px;
    margin-top: 10px;
    text-align: right;
  }
}
.hero .section-title {
  color: #fff;
  width: 523px;
  font: 400 24px/120% "Montserrat", sans-serif;
  margin: 0;
}
@media (max-width: 1200px) {
  .hero .section-title {
    text-align: left;
    font-size: 14px;
    width: 305px;
    text-transform: unset;
  }
}
@media (max-width: 736px) {
  .hero .section-title {
    width: 240px;
    font-size: 12px;
    padding-top: 20px;
  }
}
.hero .features-list {
  list-style: none;
  padding: 0;
  margin: 50px 0;
}
@media (max-width: 1200px) {
  .hero .features-list {
    margin: 30px 0;
  }
}
@media (max-width: 736px) {
  .hero .features-list {
    max-width: 90%;
    margin: 30px auto;
  }
}
.hero .features-list .feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  color: #fff;
  font: 400 18px/120% "Montserrat", sans-serif;
  padding-left: 35px;
  background: url("/local/templates/main_home/./img/check.svg") no-repeat left center;
}
@media (max-width: 1200px) {
  .hero .features-list .feature-item {
    margin-bottom: 15px;
    font-size: 12px;
    background-size: 10px;
    padding-left: 20px;
  }
}
.hero .cta-buttons {
  display: flex;
  gap: 25px;
}
@media (max-width: 1200px) {
  .hero .cta-buttons {
    gap: 0 15px;
  }
}
@media (max-width: 736px) {
  .hero .cta-buttons {
    gap: 15px 0;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
.hero .cta-buttons button,
.hero .cta-buttons a {
  width: 50%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: none;
  text-decoration: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font: 700 14px/22.4px "Inter", sans-serif;
}
@media (max-width: 1200px) {
  .hero .cta-buttons button,
  .hero .cta-buttons a {
    height: 53px;
    font-size: 10px;
    line-height: 120%;
  }
}
@media (max-width: 736px) {
  .hero .cta-buttons button,
  .hero .cta-buttons a {
    width: 100%;
    height: 46px;
  }
  .hero .cta-buttons button br,
  .hero .cta-buttons a br {
    display: none;
  }
}
.hero .primary-button {
  background-color: #00b398;
}
.hero .primary-button:hover {
  background: #038f7a;
}
.hero .emergency-button {
  background-color: #b8353b;
}
.hero .emergency-button:hover {
  background: #8f282d;
}
.question-form .button-quest {
  background-color: #00b398;
  width: 50%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 100px;
  border: none;
  text-decoration: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font: 700 14px / 22.4px "Inter", sans-serif;
}
.question-form .button-quest:hover {
  background: #038f7a;
}
.statistics-section {
  background-color: #1f2938;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 50px 0;
}
.statistics-section #sm-hero {
  display: none;
}
/* @media (max-width: 736px) {
  .statistics-section #sm-hero {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 30px;
    width: 100vw;
    transform: translateX(calc((-100vw + 420px) / 2));
  }
} */
@media (max-width: 1200px) {
  .statistics-section {
    margin-top: 65px;
  }
}
@media (max-width: 736px) {
  .statistics-section {
    margin-top: 0;
  }
}
.statistics-section .stats-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 40px;
}
.statistics-section .stats-row:last-child {
  justify-content: flex-end;
}
@media (max-width: 736px) {
  .statistics-section .stats-row:last-child {
    justify-content: center;
    padding-left: 30px;
  }
}
@media (max-width: 736px) {
  .statistics-section .stats-row {
    gap: 20px;
    justify-content: center;
    padding-bottom: 20px;
    background: #1f2938;
    padding-right: 50px;
  }
}
@media (max-width: 736px) {
  .statistics-section .stats-row:nth-child(3) .stat-item:nth-child(3) {
    position: absolute;
    bottom: -99px;
    left: 0;
    width: 115px;
    right: 120px;
    margin: auto;
  }
}
@media (max-width: 400px) {
  .statistics-section .stats-row:first-child {
    padding-right: 0;
  }
  .statistics-section .stats-row {
    padding-right: 0 !important;
  }
}
.statistics-section .stat-item {
  text-align: left;
}
@media (max-width: 736px) {
  .statistics-section .stat-item {
    width: 100px;
  }
}
.statistics-section .stat-number {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
  font: 700 48px/130% "Inter", sans-serif;
}
@media (max-width: 1200px) {
  .statistics-section .stat-number {
    font-size: 32px;
    margin-bottom: 0;
  }
}
.statistics-section .stat-description {
  color: #d9d9d9;
  width: 164px;
  font: 400 16px/120% "Montserrat", sans-serif;
  margin: 0;
}
@media (max-width: 1200px) {
  .statistics-section .stat-description {
    font-size: 10px;
    width: 122px;
  }
}
@media (max-width: 736px) {
  .statistics-section .stat-description {
    width: auto;
  }
}
.rating-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px;
  padding: 50px 0;
  background-color: #f4f4f4;
}
.servises-praktik h2 {
  text-transform: uppercase;
  font: 700 48px/130% "Inter", sans-serif;
  color: #000;
  margin-bottom: 25px;
  margin-top: 120px;
}
.servises-praktik h2 span {
  color: #00b398;
}
.servises-praktik-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 50px 0;
  gap: 60px;
}
.servises-praktik-item {
  padding: 50px;
  border: 1px solid #f4f4f4;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.servises-praktik-item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  color: #1f2938;
}
.servises-praktik-item p {
  font-size: 24px;
  max-width: 368px;
  text-align: center;
  width: 100%;
}
.servises-praktik-item:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px) scale(1.01);
  border: 1px solid #e0e0e0;
}
.servises-praktik-zero {
  width: 300px;
}
.question-prakpik {
  padding: 50px;
  border: 1px solid #f4f4f4;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
.question-prakpik-header {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
}
.question-prakpik-header span {
  color: #00b398;
}
.question-prakpik-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.question-prakpik-buttom {
  padding: 20px 30px;
  background-color: #b8353b;
  font-weight: 700;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(231, 76, 60, 0.2);
  transition: all 0.3s ease;
}
/* Эффект при наведении */
.question-prakpik-buttom:hover {
  box-shadow: 0 8px 16px rgba(231, 76, 60, 0.35);
  transform: translateY(-3px);
  background: #c0392b;
  text-decoration: none;
}
.question-prakpik-phone {
  font-size: 32px;
  color: #000;
  font-weight: 700;
}
.question-prakpik-phone span {
  color: #00b398;
}
/* Сдайдер Наши Специалисты */

.our-experts {
  background-color: #f4f4f4;
  padding-bottom: 15px;
}

.our-experts h2 {
  text-transform: uppercase;
  font: 700 48px/130% "Inter", sans-serif;
  color: #000;
  margin-bottom: 25px;
  margin-top: 120px;
  padding: 120px 0;
}

.our-experts h2 span {
  color: #00b398;
}

.experts-wrapper {
  display: flex;
  gap: 40px; /* Расстояние между колонками */
  align-items: flex-start; /* Выравнивание по верху */
}

img.experts-wrapper-img {
  border-radius: 30px;
  border: 3px solid #00b398;
}

.our-experts .slick-list {
  border: 3px solid #00b398;
  border-radius: 33px;
}

.experts-slider {
  flex: 1; /* Занимает доступное пространство */
  min-width: 300px;
}

.experts-content {
  flex: 1; /* Та же ширина, можно изменить */
  max-width: 1000px; /* Ограничение ширины текста */
  padding-left: 40px;
}

.expert-slide {
  background: #ffffff;
  border-radius: 30px;
  text-align: left;
  transition: transform 0.2s ease;
  position: relative;
}

.expert-slide-content {
  position: absolute;
  bottom: 1px;
  left: 0;
  max-width: 830px;
  background-color: #1f2938;
  padding: 24px 117px;
  border-radius: 30px;
}

.expert-slide img {
  width: 100%;
}

.expert-slide h3 {
  color: #00b398;
  margin-bottom: 10px;
  line-height: 1.4;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.expert-slide p {
  font-size: 0.95em;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.5;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.read-more {
  display: inline-block;
  color: #e74c3c;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9em;
}

.read-more:hover {
  text-decoration: underline;
}

/* Стилизация кнопок навигации */
.our-experts .slick-prev {
  width: 60px;
  height: 60px;
  background: #1f2938;
  border: 3px solid #00b398;
  border-radius: 50%;
  font-size: 33px;
  line-height: 40px;
  text-align: center;
  top: 40%;
  z-index: 10;
  position: absolute;
  left: 20px;
  color: #00b398;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-experts .slick-next {
  width: 60px;
  height: 60px;
  background: #1f2938;
  border: 3px solid #00b398;
  border-radius: 50%;
  font-size: 33px;
  line-height: 40px;
  text-align: center;
  top: 40%;
  z-index: 10;
  position: absolute;
  color: #00b398;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-experts .slick-prev:hover,
.our-experts .slick-next:hover {
  background: #00b398;
  color: white;
  border-color: #00b398;
}

.our-experts .slick-dots {
  bottom: -30px;
}

.our-experts .slick-dots li button:before {
  color: #ccc;
  font-size: 12px;
}

.our-experts .slick-dots li.slick-active button:before {
  color: #e74c3c;
}

.experts-content-item {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 60px;
}

.experts-wrapper-container {
  display: grid;
  gap: 80px;
  grid-template-columns: 60% 30%;
}

.experts-left h2 {
  padding-bottom: 60px;
}

.experts-left-item {
  padding: 30px 20px 30px 40px;
  background-color: #1f2938;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 30px;
  display: flex;
  gap: 20px;
}

.experts-left-item-modile {
  display: none;
}

.experts-right {
  padding-top: 320px;
  position: relative;
}

.experts-right::after {
  content: "";
  display: block;
  width: 190px;
  height: 87px;
  background: url("/img/reit-after.png") no-repeat center;
  position: absolute;
  pointer-events: none;
  top: 220px;
  right: -90px;
}

.experts-rigth-item {
  padding-bottom: 30px;
}

.experts-rigth-text {
  padding: 10px;
}

.experts-rigth-item-bg {
  padding: 30px 20px 30px 40px;
  background-color: #1f2938;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 30px;
  display: flex;
  gap: 25px;
  align-items: baseline;
  flex-direction: column;
}

.experts-button {
  width: 50%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px auto;
  border-radius: 100px;
  border: none;
  text-decoration: none;
  background-color: #00b398;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font: 700 14px/22.4px "Inter", sans-serif;
}

.experts-button:hover {
  box-shadow: 0 8px 16px rgba(60, 231, 159, 0.35);
  transform: translateY(-3px);
  background: #1fb59e;
  text-decoration: none;
}

.our-chose {
  padding: 100px 0;
}

.our-chose h2 {
  text-transform: uppercase;
  font: 700 48px/130% "Inter", sans-serif;
  color: #000;
  margin-bottom: 25px;
  margin-bottom: 60px;
}

.our-chose h2 span {
  color: #00b398;
}

.our-chose h3 {
  text-transform: uppercase;
  font: 700 32px/130% "Inter", sans-serif;
  color: #00b398;
  margin-bottom: 25px;
  margin-top: 25px;
}

.our-chose h3 span {
  color: #000;
}

.attorney-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.attorney-business {
  background-color: #1f2938;
  color: #fff;
  border-radius: 30px;
  padding: 50px 70px;
  text-align: center;
}

.attorney-private {
  background-color: #1f2938;
  color: #fff;
  border-radius: 30px;
  padding: 50px 80px;
  text-align: center;
}

p.attorney-top-text {
  padding-bottom: 20px;
  font-weight: 700;
}

.attorney-bottom {
  background-color: #1f2938;
  padding: 0 100px 70px 100px;
  border-top-right-radius: 30px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-top: 50px;
  position: relative;
}

.attorney-bottom::before {
  content: "";
  width: 700px;
  height: 72px;
  background: #1f2938;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  display: block;
  position: absolute;
  top: -72px;
  left: 0;
}

.attorney-bottom::after {
  content: "";
  width: 44px;
  height: 26px;
  background: url(/img/ugol-bg.png) no-repeat;
  display: block;
  position: absolute;
  top: -20px;
  left: 700px;
}

.company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  color: #fff;
  margin-top: 60px;
  margin-bottom: 30px;
}

.attorney-bottom h3 span {
  color: #fff;
  display: block;
}

.company-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 80px;
}

.company-item:hover::after {
  content: "";
  width: 288px;
  height: 70px;
  display: block;
  border: 3px solid #00b398;
  position: absolute;
  border-radius: 30px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.company-item img {
  padding-left: 25px;
}

p.company-item-text {
  font-weight: 700;
}

.slider-company .slick-list {
  border: none;
  border-radius: none;
}

.slider-company-wrapper {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}

.slider-company-slide {
  display: flex;
  justify-content: center; /* Центрируем по горизонтали */
  align-items: center; /* Центрируем по вертикали (если нужно) */
  text-align: center; /* На случай, если используется inline */
}

.slider-company .slick-slide img {
  max-width: 100%;
  max-height: 100%; /* Если важно сохранить высоту слайда */
  object-fit: contain; /* Сохраняет пропорции, не обрезает */
  display: block;
  margin: 0 auto;
}

.slider-company .slick-prev.slick-arrow {
  width: 60px;
  height: 60px;
  font-size: 33px;
  line-height: 40px;
  text-align: center;
  top: -10px;
  z-index: 10;
  position: absolute;
  left: -70px;
  color: #00b398;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-company .slick-next.slick-arrow {
  width: 60px;
  height: 60px;
  font-size: 33px;
  line-height: 40px;
  text-align: center;
  top: -10px;
  z-index: 10;
  position: absolute;
  right: -70px;
  color: #00b398;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Custom CSS END */

.hero .content-overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    60deg,
    #1f2938 0.83%,
    #1f2938 39.16%,
    rgba(31, 41, 56, 0.3) 71.5%,
    #1f2938 98.97%
  );
  position: absolute;
  top: 0;
  left: 0;
}
#about {
  background-color: #f4f4f4;
}
#about .section-title {
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  #about .section-title {
    margin-bottom: 15px;
  }
}
#about .features-container {
  display: flex;
  justify-content: space-between;
  margin: 75px 0 0 0;
  list-style: none;
  padding: 0;
}
@media (max-width: 1200px) {
  #about .features-container {
    margin-top: 50px;
  }
}
@media (max-width: 736px) {
  #about .features-container {
    display: block;
  }
}
#about .features-container .feature-item {
  width: 300px;
  text-align: center;
}
@media (max-width: 1200px) {
  #about .features-container .feature-item {
    width: 150px;
  }
  #about .features-container .feature-item:nth-child(2) {
    width: 200px;
  }
}
@media (max-width: 736px) {
  #about .features-container .feature-item {
    margin: auto;
    width: 180px;
  }
  #about .features-container .feature-item:nth-child(2) {
    width: 280px;
  }
  #about .features-container .feature-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
#about .features-container .feature-item img {
  display: block;
  margin: auto;
}
@media (max-width: 1200px) {
  #about .features-container .feature-item img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 736px) {
  #about .features-container .feature-item img {
    width: 132px;
    height: 132px;
  }
}
#about .features-container .feature-item .feature-title {
  color: #1f2938;
  font: 700 18px/120% "Montserrat", sans-serif;
  margin: 25px 0 0 0;
}
@media (max-width: 1200px) {
  #about .features-container .feature-item .feature-title {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media (max-width: 736px) {
  #about .features-container .feature-item .feature-title {
    font-size: 14px;
  }
}
#colleagues .container {
  position: relative;
}
#colleagues .container:before {
  content: "";
  display: block;
  width: 190px;
  height: 87px;
  background: url("/local/templates/main_home/./img/decor-top.svg") no-repeat center;
  position: absolute;
  pointer-events: none;
  top: -35px;
  right: -35px;
}
@media (max-width: 1200px) {
  #colleagues .container:before {
    display: none;
  }
}
#colleagues .section-title {
  margin-bottom: 0;
}
#colleagues .features-row {
  display: flex;
  gap: 0 50px;
}
@media (max-width: 1200px) {
  #colleagues .features-row {
    flex-wrap: wrap;
    gap: 25px 0;
  }
}
#colleagues .features-row:not(:last-child) {
  margin-bottom: 25px;
}
#colleagues .features-row .feature-item:nth-child(2) {
  width: 420px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 1200px) {
  #colleagues .features-row .feature-item:nth-child(2) {
    width: 100%;
  }
}
#colleagues .features-row:nth-child(2) {
  margin-bottom: 50px;
  margin-top: 75px;
}
@media (max-width: 1200px) {
  #colleagues .features-row:nth-child(2) {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 736px) {
  #colleagues .features-row:nth-child(2) img {
    height: 53px !important;
  }
}
#colleagues .features-row:nth-child(2) .feature-item:not(.text) {
  font-size: 24px;
  line-height: 120%;
  border: 3px solid #00b398;
}
@media (max-width: 1200px) {
  #colleagues .features-row:nth-child(2) .feature-item:not(.text) {
    font-size: 12px;
    order: 2;
    margin-top: 20px;
  }
}
@media (max-width: 736px) {
  #colleagues .features-row:nth-child(2) .feature-item:not(.text) {
    font-size: 10px;
  }
}
#colleagues .features-row .feature-item:not(.text) {
  background-color: #1f2938;
  border-radius: 30px;
  padding: 50px 60px;
  display: flex;
  align-items: flex-start;
  gap: 0 25px;
  color: #fff;
  font-size: 18px;
  line-height: 120%;
}
@media (max-width: 1200px) {
  #colleagues .features-row .feature-item:not(.text) {
    padding: 30px;
    font-size: 12px;
  }
  #colleagues .features-row .feature-item:not(.text) img {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 736px) {
  #colleagues .features-row .feature-item:not(.text) {
    display: block;
    text-align: center;
    font-size: 10px;
  }
  #colleagues .features-row .feature-item:not(.text) img {
    width: auto;
    height: 40px;
    max-width: none;
    margin: 0 auto 15px auto;
  }
}
#colleagues .features-row .feature-item.text {
  font-size: 18px;
  line-height: 120%;
  transform: translateY(-40%);
}
#colleagues .features-row .feature-item.text p:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  #colleagues .features-row .feature-item.text {
    font-size: 12px;
    transform: none;
    text-align: center;
    max-width: 500px;
    margin: auto;
  }
}
#competation {
  background: #f4f4f4;
  overflow: visible;
}
@media (max-width: 736px) {
  #competation .competencies-categories {
    max-width: 320px;
    margin: auto;
  }
  #competation .competencies-categories.opened .category-row {
    flex-wrap: wrap;
  }
  #competation
    .competencies-categories.opened
    .category-row
    .category-tag:not(.active) {
    background: #1f2938;
  }
  #competation .competencies-categories.opened .category-row:nth-child(1) {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #competation
    .competencies-categories.opened
    .category-row:nth-child(1)
    .category-tag:not(:first-child):not(:nth-child(2)) {
    display: flex;
  }
  #competation
    .competencies-categories.opened
    .category-row:nth-child(1)
    #mobile-competencies-toggle {
    display: none;
  }
  #competation
    .competencies-categories.opened
    .category-row:nth-child(1)
    .category-tag {
    width: 50%;
  }
  #competation .competencies-categories.opened .category-row:nth-child(2) {
    display: flex;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #competation
    .competencies-categories.opened
    .category-row:nth-child(2)
    .category-tag {
    width: 50%;
  }
  #competation
    .competencies-categories.opened
    .category-row:nth-child(2)
    .category-tag:nth-child(1) {
    width: 100%;
  }
}
#competation #mobile-competencies-toggle {
  display: none;
}
@media (max-width: 736px) {
  #competation #mobile-competencies-toggle {
    display: block;
    border-radius: 30px;
    background: url("/local/templates/main_home/./img/services-toggle-icon.svg") no-repeat center #00b398;
    min-width: 98px;
    height: 100%;
    margin-right: -1px;
  }
}
#competation .category-row {
  display: flex;
  margin-bottom: 25px;
  justify-content: center;
  background: #1f2938;
  border-radius: 30px;
}
@media (max-width: 1200px) {
  #competation .category-row {
    margin-bottom: 15px;
  }
}
@media (max-width: 736px) {
  #competation
    .category-row:nth-child(1)
    .category-tag:not(:first-child):not(:nth-child(2)) {
    display: none;
  }
  #competation .category-row:nth-child(1) #mobile-competencies-toggle {
    display: block;
    height: inherit;
    border: 0;
  }
  #competation .category-row:nth-child(2) {
    display: none;
  }
}
#competation .category-row:last-child {
  margin-bottom: 0;
}
#competation .category-tag {
  appearance: none;
  border: 0;
  box-shadow: none;
  border-radius: 30px;
  background-color: transparent;
  height: 82px;
  padding: 25px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font: 400 24px/120% "Montserrat", sans-serif;
  cursor: pointer;
}
@media (max-width: 1200px) {
  #competation .category-tag {
    height: 50px;
    font-size: 14px;
    padding: 8px 15px;
  }
}
#competation .category-tag.active {
  color: #1f2938;
  background: #fff;
}
#competation .category-tag.active:first-child {
  box-shadow: -1px 0px 0px 0px #fff;
}
#competation .category-tag.active:last-child {
  box-shadow: 1px 0px 0px 0px #fff, 2px 0px 0px 0px #fff;
}
#competation .featured-service {
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto auto auto;
  grid-gap: 50px;
}
@media (max-width: 1200px) {
  #competation .featured-service {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 32px;
  }
}
@media (max-width: 736px) {
  #competation .featured-service {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 30px;
    margin-top: 50px;
  }
}
#competation .featured-service .service-card {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 25px;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  #competation .featured-service .service-card {
    padding: 30px 40px;
  }
}
#competation .featured-service .service-card.opened .detail-text {
  display: block;
}
#competation .featured-service .service-card .card-header {
  display: flex;
  gap: 0 25px;
  align-items: center;
  margin-bottom: 25px;
}
#competation .featured-service .service-card .card-header img {
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  #competation .featured-service .service-card .card-header img {
    width: 38px;
    height: 38px;
    margin: auto;
  }
}
@media (max-width: 1200px) {
  #competation .featured-service .service-card .card-header {
    flex-wrap: wrap;
    gap: 15px 0;
    margin-bottom: 15px;
  }
  #competation .featured-service .service-card .card-header h3 {
    width: 100%;
  }
}
#competation .featured-service .service-title {
  color: #1f2938;
  text-transform: uppercase;
  margin: 0;
  font: 700 24px/120% "Inter", sans-serif;
}
@media (max-width: 1200px) {
  #competation .featured-service .service-title {
    font-size: 16px;
    text-align: center;
  }
}
#competation .featured-service .service-description {
  color: #1f2938;
  margin: 0 0 30px 0;
  font: 400 18px/120% "Montserrat", sans-serif;
}
@media (max-width: 1200px) {
  #competation .featured-service .service-description {
    text-align: center;
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  #competation .featured-service .service-description {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
#competation .featured-service .service-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
@media (max-width: 1200px) {
  #competation .featured-service .service-actions {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    gap: 15px 0;
    width: 100%;
  }
}
#competation .featured-service .action-button {
  border: none;
  cursor: pointer;
  display: flex;
  width: 180px;
  align-items: center;
  justify-content: center;
  font-family: inherit;
}
#competation .featured-service .action-button:only-child {
  width: 100%;
}
@media (max-width: 1200px) {
  #competation .featured-service .action-button {
    width: 100%;
  }
}
#competation .featured-service .details-button {
  width: 115px;
  height: 36px;
  border-radius: 100px;
  border: 1px solid #1f2938;
  background-color: transparent;
  gap: 8px;
  color: #1f2938;
  text-transform: uppercase;
  font: 700 10px/120% "Inter", sans-serif;
  display: flex;
  align-items: center;
  gap: 0 2px;
}
#competation .featured-service .details-button:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("/local/templates/main_home/./img/arrow.svg") no-repeat center;
  flex-shrink: 0;
  flex-grow: 0;
}
#competation .featured-service .details-button:hover {
  color: #fff;
  background: #1f2938;
}
#competation .featured-service .details-button:hover:before {
  background: url("/local/templates/main_home/./img/arrow-white.svg") no-repeat center;
}
@media (max-width: 1200px) {
  #competation .featured-service .details-button {
    width: 100%;
  }
}
#competation .featured-service .primary-button {
  width: calc(100% - 135px);
  height: 43px;
  border-radius: 100px;
  background-color: #00b398;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font: 700 10px/120% "Inter", sans-serif;
}
#competation .featured-service .primary-button:hover {
  background: #038f7a;
}
@media (max-width: 1200px) {
  #competation .featured-service .primary-button {
    width: 100%;
  }
}
#competation .featured-service .detail-text {
  padding: 50px 30px;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 30px 30px;
  position: absolute;
  top: calc(100% - 25px);
  left: 0;
  width: 100%;
  z-index: 10;
  display: none;
}
#competation .featured-service .detail-text .toggle-detail-text {
  width: 31px;
  height: 31px;
  background: url(/local/templates/main_home/./img/plus.svg) no-repeat center transparent;
  background-size: contain;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  right: 6px;
  border: 0;
  appearance: none;
}
#competation .featured-service .detail-text p {
  font-size: 18px;
  line-height: 120%;
}
@media (max-width: 736px) {
  #competation .featured-service .detail-text p {
    font-size: 12px;
  }
}
#competation .featured-service .show-more-container {
  display: flex;
  justify-content: center;
}
#competation .featured-service .show-more-button {
  width: 260px;
  height: 70px;
  border-radius: 100px;
  border: 1px solid #1c8a55;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: inherit;
}
#competation .featured-service .show-more-text {
  color: #00b398;
  text-align: center;
  text-transform: uppercase;
  font: 700 14px/22.4px "Inter", sans-serif;
}
#competation .show-more {
  text-align: center;
  margin: 75px 0 0 0;
  width: 100%;
}
#competation .show-more button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 70px;
  border: 1px solid #1c8a55;
  border-radius: 100px;
  background: transparent;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #00b398;
}
#why {
  background: #fff;
  overflow: visible;
  padding-top: 90px;
}
#why .content {
  background: #1f2938;
  border-radius: 30px;
  padding: 75px 50px;
}
@media (max-width: 1200px) {
  #why .content {
    padding: 50px 30px;
  }
}
@media (max-width: 736px) {
  #why .content {
    margin: 0 -15px;
  }
}
#why .content .section-title {
  color: #fff;
}
#why .content .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto auto auto;
  grid-gap: 50px;
}
@media (max-width: 1200px) {
  #why .content .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 30px;
    max-width: 333px;
    margin: auto;
  }
}
#why .content .grid .grid-item {
  width: 100%;
  background: #fff;
  border-radius: 30px;
  padding: 25px;
  text-align: center;
  position: relative;
}
#why .content .grid .grid-item.opened .detail-text {
  display: block;
}
#why .content .grid .grid-item img {
  display: block;
  margin: 0 auto 15px auto;
}
#why .content .grid .grid-item .item-title {
  font: 700 20px/120% "Inter", sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#why .content .grid .grid-item .item-desc {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 25px;
}
#why .content .grid .grid-item button {
  width: 115px;
  height: 36px;
  border-radius: 100px;
  border: 1px solid #1f2938;
  background-color: transparent;
  gap: 8px;
  color: #1f2938;
  text-transform: uppercase;
  font: 700 10px/120% "Inter", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2px;
  margin: auto;
}
#why .content .grid .grid-item button:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("/local/templates/main_home/./img/arrow.svg") no-repeat center;
  flex-shrink: 0;
  flex-grow: 0;
}
#why .content .grid .grid-item button:hover {
  color: #fff;
  background: #1f2938;
}
#why .content .grid .grid-item button:hover:before {
  background: url("/local/templates/main_home/./img/arrow-white.svg") no-repeat center;
}
#why .content .grid .grid-item .detail-text {
  padding: 50px 30px;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 30px 30px;
  position: absolute;
  top: calc(100% - 25px);
  left: 0;
  width: 100%;
  z-index: 10;
  display: none;
}
#why .content .grid .grid-item .detail-text .toggle-detail-text {
  width: 31px;
  height: 31px;
  background: url(/local/templates/main_home/./img/plus.svg) no-repeat center transparent;
  background-size: contain;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  right: 6px;
  border: 0;
  appearance: none;
}
#why .content .grid .grid-item .detail-text .toggle-detail-text::before {
  display: none;
}
#why .content .grid .grid-item .detail-text p {
  font-size: 18px;
  line-height: 120%;
}
@media (max-width: 736px) {
  #why .content .grid .grid-item .detail-text p {
    font-size: 12px;
  }
}
#works {
  background: #1f2938;
  margin-top: 75px;
  padding-bottom: 75px;
  padding-top: 10px;
}
#works .container {
  position: relative;
}
#works h2 {
  text-transform: uppercase;
  font: 700 48px / 130% "Inter", sans-serif;
  color: #000;
  margin-bottom: 25px;
  margin-bottom: 60px;
}
#works h2 span {
  color: #00b398;
}
#facts {
  border-radius: 30px;
  background: url("/local/templates/main_home/./img/facts/bg.png") no-repeat top right #fff;
  padding: 50px;
  position: relative;
  margin-bottom: 180px;
}
#facts:after {
  content: "";
  display: block;
  position: absolute;
  background: url("/local/templates/main_home/./img/facts-bg.png") no-repeat bottom right;
  width: 530px;
  height: 103px;
  bottom: -71px;
  right: 0;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1200px) {
  #facts:after {
    display: none;
  }
}
@media (max-width: 1200px) {
  #facts {
    background: #fff;
    padding: 50px;
    margin-top: 130px;
    margin-bottom: 0;
  }
}
@media (max-width: 736px) {
  #facts {
    padding: 50px 40px;
    margin-top: 100px;
  }
}
#facts .section-title {
  display: inline-block;
  color: #fff;
  padding: 50px 100px;
  border-radius: 30px;
  background: #1f2938;
}
@media (max-width: 1200px) {
  #facts .section-title {
    padding: 0;
    text-align: center;
    position: absolute;
    top: -130px;
    left: 0;
    right: 0;
  }
}
@media (max-width: 736px) {
  #facts .section-title {
    top: -95px;
  }
}
#facts .facts-list {
  display: flex;
  align-items: flex-start;
  gap: 0 50px;
}
@media (max-width: 1200px) {
  #facts .facts-list {
    flex-wrap: wrap;
    gap: 30px 0;
    max-width: 400px;
    margin: auto;
  }
}
#facts .facts-list .list-item {
  background-color: #1f2938;
  border-radius: 30px;
  padding: 50px 18px;
  width: 100%;
  color: #fff;
  text-align: center;
  min-height: 390px;
}
#facts .facts-list .list-item:last-child {
  padding-bottom: 85px;
}
@media (max-width: 736px) {
  #facts .facts-list .list-item {
    min-height: 0;
    padding: 50px 30px !important;
  }
}
#facts .facts-list .list-item img {
  display: block;
  margin: auto;
}
@media (max-width: 736px) {
  #facts .facts-list .list-item img {
    width: 55px;
    height: 55px;
  }
}
#facts .facts-list .list-item .item-title {
  font: 700 40px/130% "Inter", sans-serif;
  margin: 25px 0;
}
@media (max-width: 736px) {
  #facts .facts-list .list-item .item-title {
    font-size: 32px;
    margin: 15px 0;
  }
}
#facts .facts-list .list-item .item-desc {
  font: 400 24px/120% "Montserrat", sans-serif;
}
#cases {
  margin-top: 120px;
  padding: 50px 50px 0 50px;
  /* border: 3px solid #fff; */
  border-radius: 30px;
  position: relative;
}
@media (max-width: 1200px) {
  #cases {
    padding: 45px;
  }
}
@media (max-width: 736px) {
  #cases {
    padding: 45px;
    margin-top: 50px;
  }
}
/* #cases::before {
  content: "";
  display: block;
  position: absolute;
  top: -77px;
  left: -3px;
  height: 200px;
  right: 20px;
  background: url(/local/templates/main_home/./img/deals-bg.png) no-repeat top left #1f2938;
} */
@media (max-width: 1200px) {
  #cases::before {
    display: none;
  }
}
#cases .section-title {
  color: #fff;
  position: relative;
  margin: 0;
  transform: translateY(-55px);
}
@media (max-width: 1200px) {
  #cases .section-title {
    transform: none;
    margin-bottom: 45px;
  }
}
@media (max-width: 736px) {
  #cases .cases-slider {
    margin-top: 95px;
  }
}
#cases .cases-slider .slider-list {
  margin: 0 -50px;
}
@media (max-width: 1200px) {
  #cases .cases-slider .slider-list {
    margin: 0;
  }
}
#cases .cases-slider .slider-list .slider-item {
  width: 50%;
}
@media (max-width: 1200px) {
  #cases .cases-slider .slider-list .slider-item {
    width: 100%;
  }
}
#cases .cases-slider .slider-list .slider-item.last a {
  border: 0;
  pointer-events: all;
}
#cases .cases-slider .slider-list .slider-item.last img {
  border: 3px solid #00b398;
}
#cases .cases-slider .slider-list .slider-item.last span {
  background-color: #b8353b;
}
#cases .cases-slider .slider-list .slider-item.last span::before {
  transform: rotate(90deg);
}
#cases .cases-slider .slider-list .slider-item a {
  display: block;
  text-decoration: none;
  border: 3px solid #00b398;
  border-radius: 40px;
  overflow: hidden;
  margin: 0 50px;
}
@media (max-width: 1200px) {
  #cases .cases-slider .slider-list .slider-item a {
    margin: 0;
    border-radius: 30px;
  }
}
#cases .cases-slider .slider-list .slider-item img {
  vertical-align: bottom;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
}
#cases .cases-slider .slider-list .slider-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2px;
  font: 700 16px/130% "Inter", sans-serif;
  height: 65px;
  background: #00b398;
  color: #fff;
  text-transform: uppercase;
}
#cases .cases-slider .slider-list .slider-item span:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: url("/local/templates/main_home/./img/more-arrow.svg") no-repeat center;
}
@media (max-width: 736px) {
  #cases .cases-slider .slider-list .slider-item span {
    height: 43px;
    font-size: 10px;
  }
  #cases .cases-slider .slider-list .slider-item span:before {
    width: 26px;
    height: 26px;
    background-size: contain;
  }
}
#cases .cases-slider .slider-list .slick-arrow {
  font-size: 0;
  width: 67px;
  height: 67px;
  border-radius: 100%;
  border: 1px solid #fff;
  padding: 0;
  background: url("/local/templates/main_home/./img/slider-arrow.svg") no-repeat center;
  position: absolute;
  right: 90px;
  top: -120px;
}
@media (max-width: 1200px) {
  #cases .cases-slider .slider-list .slick-arrow {
    right: 0;
  }
}
@media (max-width: 736px) {
  #cases .cases-slider .slider-list .slick-arrow {
    width: 50px;
    height: 50px;
    background-size: 32px;
    top: -80px;
    right: 35px;
  }
}
#cases .cases-slider .slider-list .slick-arrow.slick-prev {
  right: 210px;
}
@media (max-width: 1200px) {
  #cases .cases-slider .slider-list .slick-arrow.slick-prev {
    right: auto;
    left: 0;
  }
}
@media (max-width: 736px) {
  #cases .cases-slider .slider-list .slick-arrow.slick-prev {
    left: 35px;
  }
}
#cases .cases-slider .slider-list .slick-arrow.slick-next {
  transform: rotate(180deg);
}
#cases .cases-slider .slider-list .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}
.help-block {
  background-color: #fff;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 25px;
  padding-bottom: 50px;
  border-radius: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.help-block h3 {
  text-transform: uppercase;
  font: 700 32px / 130% "Inter", sans-serif;
  color: #00b398;
  margin-bottom: 25px;
  margin-top: 25px;
}
.help-block h3 span {
  color: #000;
}
.help-block p {
  font-size: 24px;
}
.help-block-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}
.help-block-link {
  background-color: #b8353b;
  padding: 20px 90px;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
}
.help-block-link:hover {
  box-shadow: 0 8px 16px rgba(231, 76, 60, 0.35);
  transform: translateY(-3px);
  background: #c0392b;
  text-decoration: none;
}
.help-block-link-phone {
  text-decoration: none;
  font-size: 28px;
  color: #1f2938;
  font-weight: 700;
  padding-left: 50px;
  background: url(/local/templates/main_home/./img/contacts-icon-1.svg) no-repeat left center;
  background-size: 32px;
}
.help-block-link-phone span {
  color: #1fb59e;
}
.subscription-block {
  margin-top: 90px;
}
.subscription-block-wrapper {
  display: flex;
  justify-content: space-between;
}
.subscription-block .consultation-form {
  display: inline-flex;
  align-self: baseline;
  align-items: flex-start;
  flex-wrap: wrap;
  /* width: calc(100% - 425px); */
  background: url(/local/templates/main_home/./img/facts/bg.png) no-repeat 170% 100% #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  margin-left: auto;
  max-width: 720px;
  padding: 50px;
}
.subscription-block .consultation-form .section-title {
  font-size: 40px;
  margin-bottom: 25px;
  color: #1f2938;
  text-transform: uppercase;
  font: 700 48px / 130% "Inter", sans-serif;
}
.subscription-block .consultation-form .section-title span {
  color: #00b398;
}
.subscription-block .consultation-form .section-title + p {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 50px;
  width: 100%;
}
.subscription-block .consultation-form form {
  /* width: 100%; */
  width: 145%;
}
.subscription-block .consultation-form form input {
  box-sizing: border-box;
  padding-left: 55px;
  padding-right: 25px;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  background: transparent;
  height: 70px;
  width: 100%;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}
.subscription-block .consultation-form form input[type="submit"] {
  width: 100%;
  height: 70px;
  background: #00b398;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: 0;
}
.subscription-block .consultation-form form .field {
  position: relative;
  margin-bottom: 0;
}
.subscription-block .consultation-form form .field .field-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 4px;
}
.subscription-block .consultation-form form button {
  width: 100%;
  height: 70px;
  background: #00b398;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.subscription-block .consultation-form form button:hover {
  box-shadow: 0 8px 16px rgba(60, 231, 159, 0.35);
  transform: translateY(-3px);
  background: #1fb59e;
  text-decoration: none;
}
.form-message {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: none;
}
.mf-ok-text {
  margin-bottom: 33px;
  color: green;
  font-size: 22px;
}
.subscription-block-left h3 {
  text-transform: uppercase;
  font: 700 48px / 130% "Inter", sans-serif;
  color: #00b398;
  margin-bottom: 25px;
  margin-top: 25px;
}
.subscription-block-left h3 span {
  color: #000;
  display: block;
}
.subscription-block-left a {
  display: flex;
  align-items: center;
  font-size: 24px;
  text-transform: uppercase;
  background-color: #1f2938;
  color: #fff;
  margin-bottom: 20px;
  padding: 20px 45px;
  border-radius: 30px;
  text-align: center;
  gap: 5px;
}
.subscription-block-left a:hover {
  box-shadow: 0 8px 16px rgb(5 6 5 / 35%);
  transform: translateY(-3px);
  background: #1f2938;
  text-decoration: none;
}
.subscription-block-left a span {
  color: #00b398;
  font-weight: 700;
  padding-left: 10px;
}
.news-block {
  background: #1f2938;
  margin-top: 90px;
  padding-bottom: 50px;
}
.news-block h2 {
  text-transform: uppercase;
  font: 700 48px / 130% "Inter", sans-serif;
  color: #fff;
  margin-bottom: 60px;
  padding-top: 120px;
}
.news-block h2 span {
  color: #00b398;
}
.news-block-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 150px;
}
.news-block-item {
  color: #fff;
}
.news-title {
  font-size: 24px;
  padding: 20px 0 40px 0;
  text-transform: uppercase;
  font-weight: 600;
}
.news-title span {
  color: #00b398;
}
.news-content {
  font-size: 18px;
  padding-bottom: 30px;
}
.news-block-btn:hover {
  box-shadow: 0 8px 16px rgba(60, 231, 159, 0.35);
  background: #1f2938;
  text-decoration: none;
}
.news-block-btn {
  color: #00b398;
  text-transform: uppercase;
  font-size: 10px;
  padding: 10px 25px;
  border: 1px solid #00b398;
  border-radius: 30px;
}
.all-cases {
  background: #1f2938;
  color: #fff;
  padding-top: 50px;
}
.all-cases h1 {
  text-transform: uppercase;
  font: 700 48px / 130% "Inter", sans-serif;
  color: #fff;
  margin-bottom: 25px;
  padding-top: 120px;
}
.all-cases h1 span {
  color: #00b398;
}
.all-cases h2 {
  text-transform: uppercase;
  font: 700 32px / 130% "Inter", sans-serif;
  color: #fff;
  padding-top: 30px;
}
.all-cases p {
  font-size: 24px;
}
.all-cases hr {
  margin: 25px 0;
  border-color: #00b398;
}
.news-detail-cases {
  background: #effff1;
  color: #1f2938;
  padding: 0 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.news-detail-cases h1 {
  color: #1f2938;
  font-style: italic;
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
.top-header-cases {
  display: flex;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  border-top: 3px solid #1f2938;
  border-bottom: 3px solid #1f2938;
  padding: 50px 0;
}
.top-header-item-head {
  font-size: 48px;
}
.detail-cases-top-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 3px solid #1f2938;
  border-bottom: 3px solid #1f2938;
  padding-top: 50px;
  padding-bottom: 50px;
  font-style: italic;
}
.cases-top-content-left {
  padding-right: 120px;
  position: relative;
}
.cases-top-content-left::after {
  content: "";
  width: 3px;
  height: 100%;
  background: #1f2938;
  position: absolute;
  top: 0;
  right: 0;
}
.cases-top-content-right {
  padding-left: 50px;
}
.news-detail-cases .subtitle {
  font-size: 48px;
  font-weight: 700;
  padding-bottom: 50px;
}
.news-detail-cases a {
  color: #1f2938;
}
.news-detail-cases a:hover {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
.news-detail-cases .sub-content {
  font-size: 24px;
  margin-bottom: 50px;
}
.sub-content ol {
  list-style: auto;
  padding-left: 50px;
}
.sub-content ol li {
  padding-bottom: 50px;
}
.cases-top-content-right img {
  padding-bottom: 50px;
  width: 620px;
  height: auto;
}
.detail-cases-bottom-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 50px;
  font-style: italic;
}
.cases-bottom-content-left {
  padding-right: 50px;
  position: relative;
}
.cases-bottom-content-left::after {
  content: "";
  width: 3px;
  height: 100%;
  background: #1f2938;
  position: absolute;
  top: 0;
  right: 0;
}
.cases-bottom-content-right {
  padding-left: 50px;
}
.detail-cases-bottom-content ol {
  font-weight: 700;
}
.bottom-header-cases {
  display: flex;
  justify-content: space-between;
  font-size: 48px;
  font-weight: 700;
  padding: 25px 130px;
  border: 3px solid #1f2938;
  margin-top: 50px;
  position: relative;
}
.bottom-header-cases::after {
  content: "";
  width: 3px;
  height: 100%;
  background: #1f2938;
  position: absolute;
  top: 0;
  right: 50%;
}
footer .wrapper {
  display: flex;
  justify-content: space-between;
}
#steps {
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 736px) {
  #steps {
    margin-top: 50px;
  }
}
#steps .section-title {
  color: #fff;
  width: 100%;
}
#steps .steps-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  list-style: none;
  counter-reset: list;
  position: relative;
  margin-bottom: 120px;
  width: 100%;
}
@media (max-width: 1200px) {
  #steps .steps-list {
    flex-wrap: wrap;
    gap: 50px 0;
    margin-bottom: 90px;
  }
}
@media (max-width: 736px) {
  #steps .steps-list {
    margin-bottom: 50px;
  }
}
#steps .steps-list:after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  right: 5px;
  width: auto;
  background: #fff;
  height: 3px;
  top: auto;
  bottom: auto;
  margin: auto;
  z-index: 0;
}
@media (max-width: 1200px) {
  #steps .steps-list:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    height: auto;
    margin: auto;
  }
}
#steps .steps-list li {
  background: #fff;
  border-radius: 15px;
  color: #1f2938;
  font: 700 20px/120% "Inter", sans-serif;
  text-transform: uppercase;
  padding: 15px;
  width: 255px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 12px;
  counter-increment: list;
}
@media (max-width: 1200px) {
  #steps .steps-list li {
    width: 100%;
    height: 94px;
    margin: auto;
  }
  #steps .steps-list li:nth-child(2) {
    width: 490px;
    height: 80px;
  }
  #steps .steps-list li:nth-child(3) {
    width: 320px;
    height: 80px;
  }
}
#steps .steps-list li span {
  position: relative;
  z-index: 2;
}
#steps .steps-list li:before {
  content: counter(list);
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #fff;
  font: 700 20px/32px "Inter", sans-serif;
  text-align: center;
  background: #00b398;
  position: relative;
  z-index: 2;
}
#steps .steps-list li:nth-child(1):after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #fff;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  left: calc(30% - 7px);
}
@media (max-width: 1200px) {
  #steps .steps-list li:nth-child(1):after {
    left: 0;
    right: 0;
    margin: auto;
    top: 112px;
    bottom: auto;
  }
}
#steps .steps-list li:nth-child(3):after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #fff;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  right: calc(30% - 7px);
}
@media (max-width: 1200px) {
  #steps .steps-list li:nth-child(3):after {
    left: 0;
    right: 0;
    top: auto;
    bottom: 98px;
    width: 15px;
    height: 15px;
  }
}
#steps .guarantees {
  max-width: 426px;
  padding-right: 30px;
  display: inline-block;
}
@media (max-width: 1200px) {
  #steps .guarantees {
    display: none;
  }
}
#steps .guarantees ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#steps .guarantees ul li {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 120%;
  padding-left: 35px;
  background: url("/local/templates/main_home/./img/check.svg") no-repeat 0 4px;
  color: #fff;
}
#steps .consultation-form {
  display: inline-flex;
  align-self: baseline;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 425px);
  background: url("/local/templates/main_home/./img/facts/bg.png") no-repeat 190% 100% #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  margin-left: auto;
  max-width: 720px;
  padding: 50px;
}
@media (max-width: 1200px) {
  #steps .consultation-form {
    width: 100%;
  }
}
@media (max-width: 736px) {
  #steps .consultation-form {
    width: auto;
    background-position: 200px 50%;
    background-size: auto 50%;
  }
}
#steps .consultation-form .section-title {
  font-size: 40px;
  margin-bottom: 25px;
  color: #1f2938;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  #steps .consultation-form .section-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 736px) {
  #steps .consultation-form .section-title {
    font-size: 20px;
  }
}
#steps .consultation-form .section-title + p {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 50px;
  width: 100%;
}
@media (max-width: 1200px) {
  #steps .consultation-form .section-title + p {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 736px) {
  #steps .consultation-form .section-title + p {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
#steps .consultation-form form {
  width: 100%;
}
#steps .consultation-form form .field {
  position: relative;
  margin-bottom: 25px;
}
#steps .consultation-form form .field .field-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: -5px;
}
@media (max-width: 736px) {
  #steps .consultation-form form .field .field-icon {
    width: 42px;
    height: 42px;
  }
  #steps .consultation-form form .field .field-icon img {
    max-width: 34px;
    max-height: 24px;
    object-fit: contain;
    object-position: center;
  }
}
#steps .consultation-form form input {
  box-sizing: border-box;
  padding-left: 70px;
  padding-right: 25px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: transparent;
  height: 53px;
  width: calc(100% - 20px);
  margin-left: 20px;
  font-size: 18px;
}
#steps .consultation-form form input::placeholder {
  color: #d9d9d9;
  font-size: 18px;
}
@media (max-width: 736px) {
  #steps .consultation-form form input {
    height: 35px;
    font-size: 10px;
    padding-left: 30px;
  }
  #steps .consultation-form form input::placeholder {
    font-size: 10px;
  }
}
#steps .consultation-form form button {
  width: 100%;
  height: 70px;
  background: #00b398;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  text-transform: uppercase;
}
#steps .consultation-form form button:hover {
  background: #038f7a;
}
@media (max-width: 736px) {
  #steps .consultation-form form button {
    height: 47px;
    font-size: 10px;
  }
}
#faq {
  background: #f4f4f4;
}
#faq .section-title {
  font-size: 40px;
  max-width: 750px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  #faq .section-title {
    font-size: 32px;
  }
}
#faq .faq-list .faq-item {
  border-top: 1px solid #00b398;
  position: relative;
  font-size: 24px;
  line-height: 120%;
  background: #f4f4f4;
}
@media (max-width: 1200px) {
  #faq .faq-list .faq-item {
    font-size: 18px;
  }
}
#faq .faq-list .faq-item:last-child {
  border-bottom: 1px solid #00b398;
}
#faq .faq-list .faq-item.opened {
  z-index: 9;
}
#faq .faq-list .faq-item.opened .faq-question button {
  transform: rotate(45deg);
}
#faq .faq-list .faq-item.opened .faq-answer {
  display: block;
}
#faq .faq-list .faq-item .faq-question {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 0 25px;
}
@media (max-width: 1200px) {
  #faq .faq-list .faq-item .faq-question {
    padding: 15px 0;
  }
}
#faq .faq-list .faq-item .faq-question button {
  flex-shrink: 0;
  flex-grow: 0;
  width: 31px;
  height: 31px;
  position: relative;
  z-index: 5;
  border: 0;
  background: url("/local/templates/main_home/./img/plus.svg") no-repeat center transparent;
  margin-right: 24px;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1200px) {
  #faq .faq-list .faq-item .faq-question button {
    width: 18px;
    height: 18px;
    background-size: contain;
    margin-right: 10px;
  }
}
#faq .faq-list .faq-item .faq-answer {
  padding: 50px;
  position: absolute;
  z-index: 4;
  background: #f4f4f4;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 30px 30px;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
@media (max-width: 1200px) {
  #faq .faq-list .faq-item .faq-answer {
    padding: 30px;
  }
}
@media (max-width: 736px) {
  #faq .faq-list .faq-item .faq-answer {
    font-size: 12px;
    padding: 30px 50px 30px 30px;
  }
}
#faq .question-form-wrap {
  width: 100%;
  margin-top: 75px;
  background: #1f2938;
  border-radius: 30px;
  padding: 50px;
  max-width: 726px;
  color: #fff;
  margin-left: auto;
}
@media (max-width: 1200px) {
  #faq .question-form-wrap {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 736px) {
  #faq .question-form-wrap {
    max-width: 100%;
    margin-top: 30px;
  }
}
#faq .question-form-wrap .section-title {
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 736px) {
  #faq .question-form-wrap .section-title {
    margin-bottom: 15px;
  }
}
#faq .question-form-wrap p {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 35px;
  text-align: center;
}
@media (max-width: 1200px) {
  #faq .question-form-wrap p {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media (max-width: 736px) {
  #faq .question-form-wrap p {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
#faq .question-form-wrap button {
  width: 240px;
  height: 56px;
  background: #00b398;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
  font-size: 16px;
  font-weight: 700;
  margin: auto;
  border: 0;
  color: #fff;
}
#faq .question-form-wrap button:hover {
  background: #038f7a;
}
@media (max-width: 736px) {
  #faq .question-form-wrap button {
    width: 180px;
    height: 41px;
    font-size: 12px;
  }
  #faq .question-form-wrap button img {
    width: 16px;
    height: 16px;
  }
}
#contacts {
  background: #1f2938;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.contacts-row-weekends {
  font-weight: 700 !important;
  color: #1fb59e;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  #contacts {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 736px) {
  #contacts {
    background: #fff;
    padding-top: 0;
  }
}
#contacts #map {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 736px) {
  #contacts #map {
    right: 0;
    width: 100%;
    height: 310px;
    margin-bottom: 50px;
  }
}
#contacts .contacts-info {
  position: relative;
  z-index: 2;
  width: 474px;
  margin-left: auto;
  border-radius: 30px;
  padding: 50px 45px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1200px) {
  #contacts .contacts-info {
    max-width: 378px;
    padding: 45px;
    margin-top: 360px;
  }
}
@media (max-width: 736px) {
  #contacts .contacts-info {
    width: auto;
    padding: 50px 40px;
    max-width: none;
    margin-top: 60px;
  }
}
#contacts .contacts-info .section-title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 1200px) {
  #contacts .contacts-info .section-title {
    font-size: 24px;
    margin-bottom: 0px;
  }
}
#contacts .contacts-info .contacts-row {
  display: flex;
  align-items: center;
  gap: 0 22px;
}
@media (max-width: 1200px) {
  #contacts .contacts-info .contacts-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 0;
  }
  #contacts .contacts-info .contacts-row:nth-child(2),
  #contacts .contacts-info .contacts-row:nth-child(3) {
    display: inline-flex;
    width: 45%;
  }
  #contacts .contacts-info .contacts-row:nth-child(3) {
    margin-left: 8%;
  }
}
#contacts .contacts-info .contacts-row + .contacts-row {
  margin-top: 25px;
}
#contacts .contacts-info .contacts-row img {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 1200px) {
  #contacts .contacts-info .contacts-row img {
    width: 27px;
    height: 27px;
  }
}
#contacts .contacts-info .contacts-row p,
#contacts .contacts-info .contacts-row a {
  font-size: 16px;
  color: #1f2938;
  text-decoration: none;
  font-weight: 700;
}
#contacts .contacts-info .contacts-row p span,
#contacts .contacts-info .contacts-row a span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  #contacts .contacts-info .contacts-row p,
  #contacts .contacts-info .contacts-row a {
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
  #contacts .contacts-info .contacts-row p span,
  #contacts .contacts-info .contacts-row a span {
    font-size: 12px;
  }
}
.contacts-apps {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 15px;
}
.contacts-apps-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .contacts-apps {
    gap: 0 10px;
  }
}
.contacts-apps p {
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
  font: 400 18px/120% "Montserrat", sans-serif;
  color: #1f2938;
}
@media (max-width: 1200px) {
  .contacts-apps p {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.contacts-apps a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
  /* width: 162px;
  height: 40px; */
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #1f2938;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  margin-top: 10px;
}
.contacts-apps a.max-bottom {
  width: 280px;
}
.contacts-apps a:hover {
  background: #d9d9d9;
}
@media (max-width: 1200px) {
  .contacts-apps a {
    height: 22px;
    width: 75px;
    font-size: 8px;
    gap: 0 2px;
    border-radius: 5px;
  }
  .contacts-apps a img {
    width: 10px;
    height: 10px;
  }
}
footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #1f2938;
  color: #fff;
}
@media (max-width: 736px) {
  footer .container {
    max-width: none;
    padding: 0 15px;
  }
}
footer .footer-columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  gap: 0 25px;
}
@media (max-width: 736px) {
  footer .footer-columns {
    flex-wrap: wrap;
    gap: 25px 0;
    padding-left: 50px;
  }
}
footer .footer-columns:last-child {
  margin-top: 40px;
  font-size: 14px;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 736px) {
  footer .footer-columns:last-child {
    gap: 10px 0;
  }
  footer .footer-columns:last-child .column:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
/* footer .footer-columns .column {
  width: 50%;
  flex-shrink: 1;
  flex-grow: 0;
} */
@media (max-width: 736px) {
  footer .footer-columns .column {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  footer .footer-columns .column {
    font-size: 10px;
  }
}
footer .footer-columns .column:first-child {
  max-width: 300px;
}
footer .footer-columns .column:nth-child(2) {
  max-width: 380px;
}
@media (max-width: 736px) {
  footer .footer-columns .column:nth-child(2) {
    display: flex;
    flex-direction: column;
    max-width: none;
    width: 100%;
    padding-right: 50px;
  }
  footer .footer-columns .column:nth-child(3) {
    padding-right: 50px;
  }
}
footer .footer-columns .column:nth-child(3) {
  max-width: 430px;
}
footer .footer-columns .column .logo {
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  footer .footer-columns .column .logo {
    width: 103px;
    height: 23px;
  }
}
footer .footer-columns .column .logo + p {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  footer .footer-columns .column .logo + p {
    font-size: 12px;
  }
}
footer .footer-columns .column .footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .footer-columns .column .footer-contacts .contacts-item {
  display: inline-flex;
  align-items: center;
  align-items: center;
  gap: 0 13px;
  width: 45%;
}
.footer-contacts.footer-contacts-mobile {
  display: none;
}
@media (max-width: 1200px) {
  footer .footer-columns .column .footer-contacts .contacts-item {
    width: 100%;
  }
}
footer .footer-columns .column .footer-contacts .contacts-item:first-child {
  width: 100%;
  /* padding-right: 40%; */
}
footer .footer-columns .column .footer-contacts .contacts-item img {
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  footer .footer-columns .column .footer-contacts .contacts-item img {
    width: 24px;
    height: 24px;
  }
}
footer .footer-columns .column .footer-contacts .contacts-item p {
  font-size: 14px;
  color: #d9d9d9;
}
@media (max-width: 1200px) {
  footer .footer-columns .column .footer-contacts .contacts-item p {
    font-size: 10px;
  }
}
footer .footer-columns .column a {
  color: #fff;
}
@media (max-width: 1200px) {
  footer .footer-columns .column .contacts-apps {
    margin-left: 0;
    margin-top: 20px;
    justify-content: flex-start;
  }
}
@media (max-width: 736px) {
  footer .footer-columns .column .contacts-apps {
    order: 1;
    margin-bottom: 25px;
    margin-top: 0;
  }
}
footer .footer-columns .column .contacts-apps a {
  color: #fff;
}
footer .footer-columns .column .contacts-apps a:hover {
  background: #2e3948;
}
footer .footer-columns .column .column-title {
  margin-bottom: 25px;
  font-size: 18px;
  text-align: center;
  order: 2;
}
@media (max-width: 1200px) {
  footer .footer-columns .column .column-title {
    font-size: 14px;
  }
}
footer .footer-columns .column .footer-links {
  padding: 0;
  list-style: none;
  gap: 10px 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* flex-wrap: wrap; */
  max-width: 350px;
  margin: 0 auto;
  order: 3;
}
footer .footer-columns .column .footer-links li a {
  font-size: 12px;
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 1200px) {
  footer .footer-columns .column .footer-links li a {
    font-size: 10px;
  }
}
footer .footer-columns .column .footer-links li a:hover {
  opacity: 1;
}
footer .footer-columns .column #scrollToTop {
  display: block;
  border: 0;
  background: url("/local/templates/main_home/./img/top_icon.svg") no-repeat center transparent;
  padding: 0;
  box-shadow: none;
  width: 45px;
  height: 45px;
  margin-left: auto;
}
.privacy-policy {
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .privacy-policy {
    font-size: 10px;
  }
}
.privacy-policy input {
  display: none;
}
.privacy-policy input:checked + label:before {
  background: url("/local/templates/main_home/./img/check.svg") no-repeat center;
  background-size: 12px;
}
.privacy-policy label {
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  cursor: pointer;
}
.privacy-policy label:before {
  content: "";
  display: block;
  width: 19px;
  min-width: 19px;
  height: 19px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
.privacy-policy-link {
  margin-top: 10px;
  text-align: center;
}
.privacy-policy-link a {
  font-size: 13px;
  text-decoration: underline;
  color: #1f2938;
}
.privacy-policy-link a:hover {
  text-decoration: none;
}
@media (max-width: 736px) {
  .privacy-policy-link a {
    font-size: 10px;
  }
}
body.menu-opened {
  overflow: hidden;
}
body.menu-opened #mobile-nav {
  display: block;
}
#mobile-nav {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/local/templates/main_home/./img/mobile-nav-bg.png") no-repeat top center #1f2938;
  background-size: auto 220px;
  border: 3px solid #00b398;
  display: none;
}
#mobile-nav .toggle-mobile-nav {
  display: block;
  padding: 0;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 10px;
  right: 10px;
  transform: rotate(45deg);
  z-index: 5;
  border: 0;
  background: url("/local/templates/main_home/./img/plus-white.svg") no-repeat center transparent;
}
#mobile-nav nav {
  height: 100%;
  overflow: auto;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
#mobile-nav nav ul {
  width: 210px;
  margin: 80px auto;
}
#mobile-nav nav ul li {
  border-top: 2px solid #00b398;
  text-align: center;
}
#mobile-nav nav ul li:last-child {
  border-bottom: 2px solid #00b398;
}
#mobile-nav nav ul li a,
#mobile-nav nav ul li span {
  display: inline-flex;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  padding: 8px;
  text-decoration: none;
  font-weight: 700;
}
#mobile-nav nav ul li.dropdown ul {
  margin: 0;
  border-top: 2px solid #00b398;
}
#mobile-nav nav ul li.dropdown ul li {
  border: 0;
}
#mobile-nav nav ul li.dropdown ul li a {
  font-size: 12px;
  text-transform: none;
  font-weight: 400;
  position: relative;
}
#mobile-nav nav ul li.dropdown ul li:not(:last-child) a:after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  height: 2px;
  width: auto;
  bottom: 0;
  background: #00b398;
}
#mobile-nav nav .contacts-apps {
  margin-top: auto;
}
#mobile-nav nav .contacts-apps a {
  color: #fff;
  width: 112px;
  gap: 10px;
}
#fade {
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: auto;
}
.modal {
  display: none;
  align-self: baseline;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  background: url("/local/templates/main_home/./img/facts/bg.png") no-repeat 190% 100% #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  max-width: 720px;
  padding: 50px;
  margin: auto;
  position: relative;
}
#cases-modal .section-title {
  font-size: 38px;
}
@media (max-width: 1200px) {
  .modal {
    width: 100%;
  }
}
@media (max-width: 736px) {
  .modal {
    width: auto;
    background-position: 200px 50%;
    background-size: auto 50%;
  }
}
.modal .close-modal {
  width: 31px;
  height: 31px;
  position: absolute;
  top: 12px;
  right: 12px;
  transform: rotate(45deg);
  z-index: 5;
  border: 0;
  background: url("/local/templates/main_home/./img/plus.svg") no-repeat center transparent;
}
.modal .section-title {
  font-size: 40px;
  margin-bottom: 25px;
  color: #1f2938;
  text-transform: uppercase;
  font-weight: 700;
}
.modal .section-title span {
  color: #00b398;
}
@media (max-width: 1200px) {
  .modal .section-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 736px) {
  .modal .section-title {
    font-size: 20px;
  }
}
.modal .section-title + p {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 50px;
  width: 100%;
}
@media (max-width: 1200px) {
  .modal .section-title + p {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 736px) {
  .modal .section-title + p {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.modal form {
  width: 100%;
}
.modal form .field {
  position: relative;
  margin-bottom: 25px;
}
.modal form .field .field-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: -5px;
}
@media (max-width: 736px) {
  .modal form .field .field-icon {
    width: 42px;
    height: 42px;
  }
  .modal form .field .field-icon img {
    max-width: 34px;
    max-height: 24px;
    object-fit: contain;
    object-position: center;
  }
}
.modal form input,
.modal form textarea {
  box-sizing: border-box;
  padding-left: 70px;
  padding-right: 25px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: transparent;
  height: 53px;
  width: calc(100% - 20px);
  margin-left: 20px;
  font-size: 18px;
}
.modal form input::placeholder,
.modal form textarea::placeholder {
  color: #d9d9d9;
  font-size: 18px;
}
@media (max-width: 736px) {
  .modal form input,
  .modal form textarea {
    height: 35px;
    font-size: 10px;
    padding-left: 30px;
  }
  .modal form input::placeholder,
  .modal form textarea::placeholder {
    font-size: 10px;
  }
}
.modal form textarea {
  height: 106px;
  padding-top: 8px;
}
.modal form button {
  width: 100%;
  height: 70px;
  background: #00b398;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.modal form button:hover {
  background: #038f7a;
}
@media (max-width: 736px) {
  .modal form button {
    height: 47px;
    font-size: 10px;
  }
}
.modal#callback-modal .section-title span {
  color: #b8353b;
}
.modal#callback-modal form button {
  background-color: #b8353b;
}
.modal#callback-modal form button:hover {
  background: #8f282d;
}
form input.error,
form textarea.error {
  border-color: #b8353b !important;
}
form .privacy-policy.error label:before {
  box-shadow: 0 0 15px #b8353b !important;
}
.form-message {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: none;
} /*# sourceMappingURL=style.css.map */

/* --- News Page CSS --- */

.news-list-home {
  color: #fff;
  background: #1f2938;
}

.news-list-home .item_date {
  color: #00b398;
  font-size: 18px;
  font-weight: 700;
}

.news-list-home .side_title {
  text-transform: uppercase;
  font: 700 48px / 130% "Inter", sans-serif;
  color: #fff;
  margin-bottom: 25px;
  padding-top: 120px;
}

.news-list-home .side_title span {
  color: #00b398;
}

.news-list-home h2 {
  text-transform: uppercase;
  font: 700 32px / 130% "Inter", sans-serif;
  color: #fff;
  /* margin-bottom: 30px; */
  padding-top: 30px;
}

.news-list-home h2 span {
  padding-left: 5px;
}

.news-list-home hr {
  margin: 25px 0;
  border-color: #00b398;
}

.news-list-home p {
  font-size: 24px;
}

.news-list-btn {
  color: #fff;
  background: #00b398;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 25px;
  border: 1px solid #00b398;
  border-radius: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  width: 14%;
  text-align: center;
}

.news-list-home .news-list-btn:hover {
  box-shadow: 0 8px 16px rgba(60, 231, 159, 0.35);
  /* background: #1f2938; */
  text-decoration: none;
}

.threepagination.classic {
  padding-top: 60px;
}

.news-list-home .threepagination-pages {
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
}

.news-list-home .threepagination-pages span {
  border: 2px solid #00b398;
  padding: 5px 10px;
  border-radius: 10px;
}

.news-list-home .threepagination-pages a {
  color: #fff;
  border: 2px solid #00b398;
  padding: 5px 10px;
  border-radius: 10px;
}

.news-list-home .subscription-block {
  margin-top: 90px;
  background: #f4f4f4;
  padding: 120px 0;
}

.news-list-home .privacy-policy label {
  color: #000;
}

@media (max-width: 768px) {
  .news-list-home .side_title {
    font-size: 32px;
    text-align: center;
    padding-top: 60px;
  }
  .news-list-home h2 {
    font-size: 16px;
  }
  .news-list-home p {
    font-size: 12px;
    text-align: center;
  }
  .news-list-btn {
    width: 100%;
  }
  .news-list-home .item_date {
    font-size: 14px;
  }
  .threepagination.classic {
    padding-top: 20px;
  }
  .news-list-home .threepagination-pages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
  .pgnt {
    display: none;
  }
}

/*  --- Семейные дела ---  */

.family-pravo .hero .emergency-button {
  background-color: #00b398;
}

.family-pravo .hero .emergency-button:hover {
  box-shadow: 0 8px 16px rgba(60, 231, 159, 0.35);
  transform: translateY(-3px);
  background: #1fb59e;
  text-decoration: none;
}

.family-pravo .hero .main-heading span {
  display: block;
}

.family-pravo .hero .section-title {
  width: 74%;
  padding-bottom: 30px;
}

.family-pravo .hero .section-title span {
  color: #00b398;
  font-weight: 700;
}

.family-pravo .hero .features-list {
  margin-top: 25px;
}

.family-pravo #competation .section-title {
  text-transform: uppercase;
}

.family-pravo .hero .cta-buttons button {
  background-color: #00b398;
}

.family-pravo .hero .cta-buttons button:hover {
  box-shadow: 0 8px 16px rgba(60, 231, 159, 0.35);
  transform: translateY(-3px);
  background: #1fb59e;
  text-decoration: none;
}

.family-pravo .hero {
  position: relative;
  background: #1f2938;
}

.family-pravo .hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100px;
  width: 750px; /* или конкретный размер */
  height: 100%;
  background-image: url(/img/shakina-12.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none; /* чтобы псевдоэлемент не перехватывал клики */
}

.family-pravo .background-text {
  background: #1fb59e;
  padding: 20px 50px;
  width: 420px;
  border-radius: 25px;
  bottom: 100px;
}

.family-pravo .background-text::before {
  content: "";
  position: absolute;
  top: -32px;
  right: 0;
  width: 420px; /* или конкретный размер */
  height: 32px;
  background-image: url(/img/slogan-top-22.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}

.family-pravo #competation .category-row {
  justify-content: space-between;
}

.family-pravo #competation .category-row:last-child {
  margin-bottom: 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.service-card {
  display: block;
}

.service-card.hidden {
  display: none !important;
}

.show-more.hidden {
  display: none;
}

.family-pravo #competation .featured-service .service-card .card-header {
  align-items: start;
}

.family-pravo #competation .featured-service .action-button:only-child {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}

.family-pravo #competation .featured-service .service-title {
  font-size: 20px;
}

.family-pravo #about {
  background-color: #1f2938;
  color: #fff;
}

.family-pravo #about .section-title {
  text-transform: uppercase;
}

.family-pravo #about .features-container .feature-item .feature-title {
  color: #fff;
}

.family-pravo .our-experts h2 {
  margin-top: 0;
  padding-bottom: 30px;
}

.family-pravo .our-experts-title-after {
  font-size: 24px;
  padding-bottom: 70px;
}

.family-pravo .our-experts-title-after span {
  color: #1fb59e;
  font-weight: 700;
}

.family-pravo .experts-content-item {
  padding-bottom: 35px;
}

.family-pravo .experts-content-text {
  font-weight: 700;
  font-size: 18px;
}

.family-pravo .button-container {
  display: flex;
  gap: 25px;
  justify-content: center;
  margin-top: 75px;
  margin-bottom: 75px;
}

.family-pravo #why .section-title {
  text-transform: uppercase;
}

.family-pravo .button-container__detailed,
.family-pravo .button-container__consalt {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.family-pravo .button-container__detailed {
  border: 2px solid #1fb59e;
  border-radius: 40px;
  padding: 25px 40px;
  color: #1fb59e;
}

.family-pravo .button-container__detailed:hover {
  box-shadow: 0 8px 16px rgba(60, 231, 159, 0.35);
  transform: translateY(-3px);
  text-decoration: none;
}

.family-pravo .button-container__consalt {
  border: 2px solid #1fb59e;
  background: #1fb59e;
  border-radius: 40px;
  padding: 25px 40px;
  color: #fff;
}

.family-pravo .button-container__consalt:hover {
  box-shadow: 0 8px 16px rgba(60, 231, 159, 0.35);
  transform: translateY(-3px);
  background: #1fb59e;
  text-decoration: none;
}

.family-pravo .subscription-block {
  margin-top: 0;
  background: #000;
  padding: 160px 0;
}

.family-pravo .subscription-block-content h3 {
  text-transform: uppercase;
  font: 700 48px / 130% "Inter", sans-serif;
  color: #fff;
  margin-bottom: 25px;
  margin-bottom: 60px;
}

.family-pravo .subscription-block-content h3 span {
  color: #00b398;
}

.subscription-block-content__wrapper {
  display: flex;
  justify-content: space-between;
}

.subscription-block-content__wrapper a {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 20px 100px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  gap: 10px;
  color: #000;
}

.subscription-block-content__wrapper a:hover {
  box-shadow: 0 8px 16px rgba(60, 231, 159, 0.35);
  transform: translateY(-3px);
  text-decoration: none;
}

.subscription-block-content__wrapper a span {
  color: #00b398;
}

.audit {
  background: #f4f4f4;
  padding-bottom: 120px;
}

.audit__title h2 {
  text-transform: uppercase;
  font: 700 48px / 130% "Inter", sans-serif;
  color: #000;
  padding-top: 60px;
  margin-bottom: 20px;
}

.audit__title h2 span {
  color: #00b398;
}

.audit__title p {
  font-size: 24px;
  padding-bottom: 90px;
}

.audit-content {
  display: flex;
  justify-content: space-evenly;
  gap: 70px;
  padding-bottom: 75px;
}

.audit-content_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.audit-content_item img {
  margin: 25px 0;
}

.audit-content_item p {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.audit-content_item span {
  text-align: center;
  padding-bottom: 50px;
}

.audit-result {
  max-width: 700px;
  height: 400px;
  margin-left: auto;
  margin-top: 70px;
  background: #fff;
  border-radius: 30px;
  padding: 25px 35px;
  box-shadow: 1px 1px 3px 3px #ccc;
}

.audit-result__title-block {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 0;
}

.audit-result__title-block h3 {
  text-transform: uppercase;
  font: 700 32px / 130% "Inter", sans-serif;
  color: #000;
}

.audit-result__title-block h3 span {
  color: #00b398;
}

.audit-result__text {
  font-size: 20px;
}

.audit-result__buttom {
  border: 2px solid #1fb59e;
  background: #1fb59e;
  border-radius: 40px;
  padding: 25px 40px;
  color: #fff;
  margin-top: 35px;
  display: block;
  width: 60%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}

.audit-result__buttom:hover {
  box-shadow: 0 8px 16px rgba(60, 231, 159, 0.35);
  transform: translateY(-3px);
  background: #1fb59e;
  text-decoration: none;
}

.family-pravo #contacts .section-title {
  text-transform: uppercase;
}

.popup-button-business {
  width: 20%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: none;
  text-decoration: none;
  background-color: #00b398;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font: 700 14px / 22.4px "Inter", sans-serif;
  position: fixed;
  bottom: 50px;
  z-index: 9999;
  right: 50px;
  box-shadow: 1px 1px 12px 2px #ffffff82;
}

.popup-button-business:hover {
  box-shadow: 0 8px 16px rgba(60, 231, 159, 0.35);
  transform: translateY(-3px);
  background: #1fb59e;
  text-decoration: none;
}

.theiaStickySidebar {
  background: #1f2938;
  color: #fff;
  font-size: 18px;
}

.theiaStickySidebar h1 {
  font-size: 36px;
  font-weight: 700;
  padding-top: 70px;
  padding-bottom: 30px;
  color: #1fb59e;
}

.theiaStickySidebar p {
  padding: 10px 0;
}

.theiaStickySidebar ol {
  padding: 15px 0;
  list-style: circle;
}

.theiaStickySidebar ol li {
  padding: 5px 0;
  margin-left: 30px;
}

.theiaStickySidebar a {
  color: #1fb59e;
}

/* --- Media CSS --- */

@media (max-width: 768px) {
  .hero {
    height: auto;
    padding: 50px 10px;
    background: #1f2938;
  }
  .hero .content {
    width: 100%;
  }
  .hero .main-heading {
    display: none;
  }
  .main-heading-mobile {
    display: block;
    text-transform: uppercase;
    font: 700 48px / 130% "Inter", sans-serif;
    color: #fff;
  }
  .main-heading-mobile span {
    font-size: 36px;
    display: block;
    color: #00b398;
    line-height: 1.3;
  }
  .main-heading-mobile small {
    display: block;
    font-size: 32px;
    line-height: 1.3;
    text-align: right;
  }
  .statistics-section {
    display: block;
    /* margin-top: -240px; */
  }
  .statistics-section .stats-row:first-child {
    padding-top: 50px;
    padding-right: 0;
  }
  .hero .cta-buttons button,
  .hero .cta-buttons a {
    font-size: 12px;
  }
  .sm-hero {
    margin-top: -65px;
    display: block;
  }
  .sm-hero #sm-hero {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 0;
    width: 100vw;
    /* transform: translateX(calc((-100vw + 430px) / 2)); */
  }
  .attorney-top {
    grid-template-columns: 1fr;
    font-size: 14px;
  }
  .attorney-business,
  .attorney-private {
    padding: 50px 40px;
  }
  .attorney-bottom {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: 25px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .attorney-bottom h3 {
    font-size: 32px;
    padding-top: 40px;
    text-align: center;
  }
  .attorney-bottom::before {
    content: none;
  }
  .attorney-bottom::after {
    content: none;
  }
  p.company-item-text {
    text-align: center;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .company-item img {
    padding-left: 0;
  }
  .company-grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }
  .company-item {
    flex-direction: column;
    padding-right: 0;
    position: relative;
  }
  .company-item:hover::after {
    content: "";
    width: 288px;
    height: 135px;
    display: block;
    border: 3px solid #00b398;
    position: absolute;
    border-radius: 30px;
    padding-left: 32px;
    padding-top: 10px;
    padding-bottom: 0px;
    top: -15px;
  }
  .company-item:last-child:hover::after {
    content: "";
    width: 288px;
    height: 160px;
    display: block;
    border: 3px solid #00b398;
    position: absolute;
    border-radius: 30px;
    padding-left: 32px;
    padding-top: 10px;
    padding-bottom: 0px;
    top: -15px;
  }
  .rating-wrapper {
    gap: 20px;
  }
  .servises-praktik h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
    max-width: 353px;
    margin-left: auto;
    margin-right: auto;
  }
  .servises-praktik h2 span {
    display: block;
  }
  .servises-praktik-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 20px 0;
  }
  .servises-praktik-zero {
    display: none;
  }
  .servises-praktik-item {
    width: 100%;
  }
  .servises-praktik-item p {
    font-size: 18px;
  }
  .question-prakpik {
    margin-bottom: 50px;
  }
  .experts-wrapper {
    flex-direction: column;
  }
  .experts-wrapper-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .experts-left-text,
  .experts-rigth-text {
    text-align: center;
  }
  .experts-left-text span {
    color: #00b398;
    display: block;
    text-align: center;
    padding-bottom: 5px;
  }
  .experts-rigth-item-bg span {
    color: #00b398;
    display: block;
    text-align: center;
    padding-bottom: 5px;
  }
  .experts-rigth-item-mobile {
    display: none;
  }
  .question-prakpik-container {
    flex-direction: column;
    gap: 20px;
  }
  .question-prakpik-header {
    font-size: 24px;
    text-align: center;
  }
  .question-prakpik-buttom {
    font-size: 12px;
    text-align: center;
  }
  .question-prakpik-phone {
    font-size: 20px;
  }
  .our-experts h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    padding: 35px 0;
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
  }
  .experts-slider {
    width: 320px;
  }
  .expert-slide-content {
    bottom: -10px;
    padding: 10px 75px;
  }
  .expert-slide h3 {
    font-size: 12px;
  }
  .expert-slide p {
    font-size: 10px;
  }
  .our-experts .slick-prev {
    width: 40px;
    height: 40px;
    font-size: 25px;
    top: 45%;
  }
  .our-experts .slick-next {
    width: 40px;
    height: 40px;
    font-size: 25px;
    top: 45%;
  }
  .experts-content {
    padding-left: 0;
    margin-top: 20px;
  }
  .experts-content-item {
    flex-direction: column;
  }
  .experts-content-item:last-child {
    padding-bottom: 15px;
  }
  .experts-content-item p {
    text-align: center;
  }
  .experts-left-item {
    align-items: center;
    flex-direction: column;
  }
  .experts-left-item-modile {
    display: block;
    background: #f4f4f4;
    color: #000;
    text-align: center;
    padding-top: 0;
  }
  .experts-right {
    padding-top: 0;
  }
  .experts-rigth-item-bg {
    align-items: center;
  }
  .experts-right::after {
    content: none;
  }
  .experts-button {
    font-size: 12px;
    width: 100%;
    height: 50px;
    margin: 60px auto;
    /* display: none; */
  }
  .our-chose h2 {
    font-size: 32px;
    text-align: center;
  }
  .our-chose h2 span {
    display: block;
  }
  .slider-company .slick-prev.slick-arrow {
    left: -40px;
    font-size: 40px;
  }
  .slider-company .slick-next.slick-arrow {
    right: -40px;
    font-size: 40px;
  }
  #works {
    padding-bottom: 50px;
  }
  #cases {
    padding-top: 20px;
    border: 2px solid #fff;
    margin-bottom: 50px;
  }
  #cases .section-title {
    font-size: 32px;
    text-align: center;
  }
  .help-block {
    padding-left: 50px;
    padding-right: 50px;
  }
  .help-block h3 {
    text-align: center;
  }
  .help-block p {
    font-size: 16px;
    text-align: center;
  }
  .help-block-contact {
    flex-direction: column;
    gap: 25px;
  }
  .help-block-link {
    padding: 10px 90px;
  }
  .help-block-link-phone {
    font-size: 18px;
    background-size: 24px;
    padding-left: 30px;
  }
  .subscription-block {
    margin-top: 45px;
  }
  .subscription-block .consultation-form {
    background: url(/local/templates/main_home/./img/facts/bg.png) no-repeat 0% 79% #fff;
  }
  .subscription-block-wrapper {
    flex-direction: column;
  }
  .subscription-block .consultation-form .section-title {
    font-size: 20px;
    text-align: center;
  }
  .subscription-block .consultation-form .section-title + p {
    font-size: 12px;
    text-align: center;
  }
  .subscription-block-left h3 {
    font-size: 32px;
    text-align: center;
    margin-top: 0;
  }
  .subscription-block-left a {
    font-size: 16px;
    justify-content: center;
  }
  .subscription-block .consultation-form form input {
    font-size: 12px;
  }
  .privacy-policy label {
    font-size: 12px;
    align-items: start;
    gap: 0;
  }
  .privacy-policy-link a {
    font-size: 12px;
  }
  .news-block {
    margin-top: 45px;
    padding-bottom: 20px;
  }
  .news-block h2 {
    font-size: 32px;
    text-align: center;
    padding-top: 60px;
  }
  .news-block-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
  }
  .news-title {
    font-size: 16px;
  }
  .news-content {
    font-size: 12px;
  }
  .news-title,
  .news-content {
    text-align: center;
    padding-bottom: 20px;
  }
  .news-block-btn {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
  }
  #faq .section-title {
    text-transform: uppercase;
    font-size: 30px;
  }
  .family-pravo .hero::before {
    background-image: none;
  }
  .family-pravo .sm-hero {
    background: #1f2938;
  }
  .family-pravo .background-text {
    bottom: -377px;
    right: 35px;
    width: 360px;
  }
  .family-pravo .background-text::before {
    right: -30px;
  }
  .subscription-block-content__wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .audit-content {
    flex-direction: column;
    gap: 30px;
  }
  .family-pravo .button-container {
    flex-direction: column;
  }
  .family-pravo .subscription-block-content h3 {
    font-size: 32px;
    text-align: center;
  }
  .subscription-block-content__wrapper a {
    font-size: 14px;
    padding: 20px 50px;
    justify-content: center;
  }
  .family-pravo #competation .featured-service .service-title {
    font-size: 18px;
  }
  .family-pravo #competation .featured-service .action-button:only-child {
    width: 100%;
  }
  .family-pravo .our-experts-title-after {
    font-size: 14px;
    text-align: center;
  }
  .family-pravo .experts-content-text {
    font-size: 14px;
  }
  .audit__title h2 {
    font-size: 32px;
    text-align: center;
  }
  .audit__title p {
    font-size: 18px;
    text-align: center;
    padding-bottom: 16px;
  }
  .audit-content_item p {
    font-size: 16px;
  }
  .audit-result__title-block {
    flex-direction: column;
    padding: 15px 0;
  }
  .audit-result__title-block h3 {
    font-size: 22px;
  }
  .audit-result__text {
    font-size: 12px;
    gap: 15px;
  }
  .audit-result__buttom {
    width: 100%;
    font-size: 14px;
    padding: 25px 12px;
  }
  #steps .section-title {
    font-size: 32px;
  }
  .popup-button-business {
    width: 70%;
    right: 10px;
  }
  img.experts-wrapper-img {
    width: 310px;
  }
  footer .footer-columns .column .footer-contacts.footer-contacts-desktop {
    display: none;
  }
  .footer-contacts-mobile {
    display: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px;
    gap: 25px;
  }
  .footer-contacts-mobile .contacts-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .footer-contacts-mobile .contacts-item p {
    text-align: center;
  }
  .contacts-apps-desktop {
    display: none;
  }
  .contacts-apps-mobile {
    display: flex;
  }
  .contacts-apps-mobile a {
    color: #fff;
    width: 100px;
    gap: 10px;
  }
  .all-cases h2 {
    font-size: 24px;
  }
  .all-cases p {
    font-size: 18px;
    padding-top: 20px;
  }
  .top-header-cases {
    font-size: 12px;
    padding: 25px 0;
  }
  .top-header-item-head {
    display: none;
  }
  .news-detail-cases h1 {
    font-size: 20px;
    text-align: center;
    padding-bottom: 0;
  }
  .news-detail-cases .subtitle {
    font-size: 18px;
    margin-bottom: 5px;
    padding-bottom: 10px;
  }
  .news-detail-cases .sub-content {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .detail-cases-top-content {
    grid-template-columns: 1fr;
  }
  .cases-top-content-left::after {
    content: none;
  }
  .cases-top-content-left {
    padding-right: 0;
  }
  .cases-top-content-right {
    padding-left: 0;
  }
  .cases-top-content-right img {
    width: 330px;
    padding-top: 50px;
  }
  .detail-cases-bottom-content {
    grid-template-columns: 1fr;
  }
  .cases-bottom-content-left::after {
    content: none;
  }
  .cases-bottom-content-left {
    padding-right: 0;
  }
  .cases-bottom-content-right {
    padding-left: 0;
  }
  .bottom-header-cases {
    flex-direction: column;
    padding: 0;
    margin-top: 0;
    font-size: 24px;
    border: none;
    gap: 25px;
  }
  .bottom-header-cases::after {
    content: none;
  }
  .bottom-header-item {
    display: flex;
    justify-content: center;
    border: 2px solid #1f2938;
    padding: 10px 0;
  }
  .sub-content ol li {
    padding-bottom: 25px;
  }
  .news-detail-cases .all-cases p {
    text-align: center;
  }
  #why .content .grid .grid-item .item-title {
    font: 700 16px/120% "Inter", sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
}

@media (max-width: 736px) {
  #competation .competencies-categories.opened .category-row:nth-child(1) {
    margin-bottom: 0;
    border-radius: 30px;
  }
  #competation
    .competencies-categories.opened
    .category-row:nth-child(2)
    .category-tag {
    width: 100%;
    padding-top: 10px;
  }
}

@media (max-width: 420px) {
  .container.container-detail {
    max-width: 380px;
  }
  .cases-top-content-right img {
    width: 290px;
  }
  .family-pravo .background-text {
    bottom: -500px;
    right: 33px;
    width: 325px;
  }
  .family-pravo .background-text::before {
    right: 10px;
    top: -30px;
    width: 300px;
  }
  .background-text-slogan {
    font-size: 12px;
  }
  .background-text-autor {
    font-weight: normal;
  }
  .popup-button-business {
    right: 20px;
  }
}

@media (max-width: 361px) {
  .hero .content:before {
    content: none;
  }
  .sm-hero #sm-hero {
    margin-bottom: 60px;
  }
  .experts-slider {
    width: 360px;
  }
}

/* End */


/* Start:/all-cases/style.css?17664612971909*/
.hero {
  height: 800px;
}

.family-pravo .hero {
  background: #1f2938;
}

.family-pravo .hero::before {
  content: "";
  display: block;
  position: absolute;
  /* width: 190px; */
  height: 600px;
  top: 180px;
  right: 100px;
  background: url(/img/cases/cases-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}

.audit {
  padding-bottom: 0;
}

.audit-result__buttom {
  width: 25%;
}

.family-pravo .hero .main-heading span {
  display: inline;
}

.hero .cta-buttons button,
.hero .cta-buttons a {
  width: 35%;
}

.hero .cta-buttons a.cases-button {
  border: 2px solid #00b398;
  color: #00b398;
}

.hero .cta-buttons a.cases-button:hover {
  box-shadow: 0 8px 16px rgba(60, 231, 159, 0.35);
  transform: translateY(-3px);
  background: #1fb59e;
  text-decoration: none;
  color: #fff;
}

#works {
  margin-top: 0;
  padding: 0;
}

.experts-button {
  border: 2px solid #00b398;
  color: #00b398;
  background: #1f2938;
  width: 35%;
}

.experts-button:hover {
  color: #fff;
}

#cases {
  padding: 0;
}

.family-pravo .subscription-block {
  background: #fff;
}

.help-block {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .family-pravo .hero::before {
    content: none;
  }
  .hero .content:before {
    top: -60px;
    left: -15px;
  }
  .main-heading-mobile {
    font-size: 36px;
    text-align: center;
    margin-top: 20px;
  }
  .family-pravo .hero .section-title {
    width: 100%;
    text-align: center;
  }
  .family-pravo .sm-hero {
    display: none;
  }
  .hero .cta-buttons {
    flex-direction: column;
  }
  .family-pravo .hero .emergency-button,
  .hero .cta-buttons a.cases-button {
    width: 100%;
  }
  #cases {
    border: none;
  }
  .experts-button {
    width: 100%;
  }
}

/* End */
/* /local/templates/main_home/styles.css?1766989780104987 */
/* /all-cases/style.css?17664612971909 */
