.tooltip:hover .tooltip__content {
  display: block;
}
.landing--new a {
  color: #0194DD;
}
.landing--new a.button {
  color: #FFFFFF;
  border-radius: 8px;
}
@media (min-width: 1070px) {
  .landing--new a.button {
    font-size: 21px;
    font-weight: 400;
  }
}
.landing--new .title--cta {
  color: #0194DD;
}
@media (min-width: 1070px) {
  .landing--new li,
  .landing--new p {
    font-size: 18px;
  }
}
.landing--new ul,
.landing--new ol {
  margin-left: 20px;
}
.landing--new h1,
.landing--new h2,
.landing--new h3,
.landing--new h4,
.landing--new h5,
.landing--new h6 {
  color: #2A353F;
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
  margin-top: 0;
  margin-bottom: 1.1em;
}
@media (min-width: 640px) {
  .landing--new h1,
  .landing--new h2,
  .landing--new h3,
  .landing--new h4,
  .landing--new h5,
  .landing--new h6 {
    margin-bottom: 0.6em;
  }
}
@media (min-width: 1070px) {
  .landing--new h1,
  .landing--new h2,
  .landing--new h3,
  .landing--new h4,
  .landing--new h5,
  .landing--new h6 {
    margin-bottom: 0.9em;
  }
}
.landing--new h2 {
  font-size: 24px;
  margin-bottom: 0.6em;
}
@media (min-width: 640px) {
  .landing--new h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 970px) {
  .landing--new h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1070px) {
  .landing--new h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1170px) {
  .landing--new h2 {
    font-size: 40px;
  }
}
.landing--new h3 {
  font-size: 21px;
}
@media (min-width: 1070px) {
  .landing--new h3 {
    font-size: 32px;
  }
}
.landing--new h4 {
  font-size: 19px;
}
@media (min-width: 1070px) {
  .landing--new h4 {
    font-size: 26px;
  }
}
.landing--new h5 {
  font-size: 17px;
}
@media (min-width: 1070px) {
  .landing--new h5 {
    font-size: 20px;
  }
}
.landing--new h6 {
  font-size: 15px;
}
@media (min-width: 1070px) {
  .landing--new h6 {
    font-size: 16px;
  }
}
.landing--new .casesSlider-wrap:not(:first-child) {
  margin-top: 30px;
}
.landing--new .casesSlider-wrap:not(:last-child) {
  margin-bottom: 50px;
}
.landing--new .casesSlider .owl-stage {
  display: flex;
}
.landing--new .casesSlider .owl-nav button.owl-prev,
.landing--new .casesSlider .owl-nav button.owl-next {
  box-shadow: inset 0 0 0 1px #D2DAE2;
}
.landing--new .casesSlider .casesItem {
  box-shadow: inset 0 0 0 1px #D2DAE2;
  border-radius: 16px;
  padding-top: 1px;
  margin-block: 0;
}
.landing--new .casesSlider .casesItem__img {
  margin-inline: 1px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.landing--new .casesSlider .casesItem__info {
  display: flex;
  flex-direction: column;
  padding: 10px 26px 26px 26px;
}
.landing--new .casesSlider .casesItem__link {
  position: static;
  margin-bottom: 16px;
}
.landing--new .casesSlider .casesItem__name {
  order: 4;
}
.landing--new .casesSlider .casesItem__result {
  order: 6;
  color: #69859D;
  font-size: 16px;
}
.landing--new .casesSlider .casesItem__text {
  order: 8;
  margin-bottom: 16px;
}
.landing--new .casesSlider .casesItem__dolg.button {
  order: 10;
  padding: 11px 10px 12px 13px;
  background-color: #E6F4FC;
  border-radius: 50px;
  align-self: flex-start;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #0194DD;
  margin-bottom: 0;
}
.landing--new .videoReviewItem {
  box-shadow: inset 0 0 0 1px #D2DAE2;
}
.landing--new .foot a {
  color: inherit;
}
.section--dark a.button--invert {
  color: #333;
  font-size: 16px;
}
@media (max-width: 1069px) {
  .videoReviewGrid.videoReviewGrid--mobileslider {
    display: flex;
    gap: 8px;
    overflow: auto;
    padding-bottom: 10px;
  }
  .videoReviewGrid.videoReviewGrid--mobileslider .videoReviewItem {
    width: 300px;
    flex-shrink: 0;
  }
}
.tarifSelectors {
  display: flex;
  gap: 8px;
  padding-bottom: 10px;
  overflow: auto;
  margin-bottom: 30px;
}
@media (min-width: 770px) {
  .tarifSelectors {
    display: none;
  }
}
.tarifSelector {
  padding: 12px;
  background-color: #F0F3F5;
  border-radius: 16px;
  min-width: 130px;
  cursor: pointer;
}
.tarifSelector.active {
  background-color: #0194dd;
  color: #fff;
}
.tarifSelector__price {
  font-weight: 700;
}
@media (min-width: 770px) {
  .tarifGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  .tarifGrid--4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .tarifGrid .tabs__content {
    display: block;
  }
}
.tarifGrid:not(:last-child) {
  margin-bottom: 50px;
}
.tarifItem {
  background-color: #E6F4FC;
  border-radius: 16px;
  overflow: hidden;
  color: #2A353F;
}
.tarifItem--cta {
  background-color: #34A9E4;
  color: #FFF;
  font-weight: 700;
}
.tarifItem--cta .tarifItem__label {
  color: inherit;
}
.tarifItem__body {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
}
@media (min-width: 1070px) {
  .tarifItem__body {
    padding: 27px 24px 24px;
  }
}
.tarifItem__body > * + * {
  margin-top: 14px;
}
@media (min-width: 1070px) {
  .tarifItem__body > * + * {
    margin-top: 26px;
  }
}
.tarifItem__head .tarifItem__label {
  color: inherit;
}
.tarifItem__label {
  font-weight: 700;
  font-size: 13px;
  color: #879DB1;
  margin-bottom: 3px;
}
.tarifItem__price {
  font-weight: 700;
  font-size: 20px;
}
.tarifItem__cost {
  font-size: 22px;
  line-height: 1.25;
}
@media (min-width: 1070px) {
  .tarifItem__cost {
    font-size: 32px;
  }
}
.tarifItem__summa {
  font-weight: 700;
}
.tarifItem--cta .tarifItem__content ul li::before {
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
}
.tarifItem__content {
  flex-grow: 1;
}
.tarifItem__content ul {
  margin: 13px 0 0;
}
.tarifItem__content ul li {
  display: flex;
  gap: 21px;
  line-height: 140%;
  font-size: 14px;
}
@media (min-width: 1070px) {
  .tarifItem__content ul li {
    font-size: 16px;
  }
}
.tarifItem__content ul li:not(:last-child) {
  margin-bottom: 12px;
}
.tarifItem__content ul li::before {
  display: block;
  content: '';
  border-bottom: 2px solid #0194dd;
  border-left: 2px solid #0194dd;
  height: 7px;
  width: 12px;
  flex-shrink: 0;
  transform: rotate(-45deg);
  margin-top: 5px;
  margin-left: 3px;
}
.tarifItem__actions {
  width: 100%;
}
.tarifItem__actions .button {
  width: 100%;
}
.tarifItem--cta .tarifItem__actions .button {
  background-color: #FFFFFF;
  color: #0194dd;
}
.tabs:not(:first-child) {
  margin-top: 30px;
}
.tabs:not(:last-child) {
  margin-bottom: 50px;
}
.tabs__panel {
  display: flex;
  gap: 4px;
  overflow: auto;
  padding: 8px;
  background-color: #FFFFFF;
  border: 1px solid #D2DAE2;
  border-radius: 16px;
}
.tabs__panel:not(:last-child) {
  margin-bottom: 30px;
}
.tabs__panel--sticky {
  position: sticky;
  top: 80px;
  z-index: 2;
  transition: top 300ms;
}
@media (max-width: 1069px) {
    .header-nomenu ~ .landing .tabs__panel--sticky {
        top: 0;
    }
}
.tabs__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border-radius: 8px;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  color: #546A7E;
  cursor: pointer;
}
@media (min-width: 1070px) {
  .tabs__tab {
    font-weight: 700;
    font-size: 20px;
    padding: 14px 32px;
  }
}
.tabs__tab:hover {
  color: #546A7E;
  background-color: #E6F4FC;
}
.tabs__tab.active {
  color: #FFFFFF;
  background-color: #0194DD;
}
.tabs__tab--img img {
  filter: saturate(0);
  opacity: 50%;
  height: 32px;
  width: auto;
}
.tabs__tab--img:hover,
.tabs__tab--img.active {
  background-color: #E6F4FC;
}
.tabs__tab--img:hover img,
.tabs__tab--img.active img {
  filter: saturate(1);
  opacity: 1;
}
.tabs__content {
  display: none;
}
.tabs__content.active {
  display: block;
}
.calcBanner {
  display: flex;
  flex-direction: column;
  background-color: #F0F3F5;
  border-radius: 32px;
  overflow: hidden;
}
@media (min-width: 640px) {
  .calcBanner {
    flex-direction: row;
  }
}
.calcBanner:not(:last-child) {
  margin-bottom: 50px;
}
.calcBanner__img {
  flex-shrink: 0;
  background-image: url(/static/img/landing/calcBanner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
  padding-bottom: 41%;
}
@media (min-width: 640px) {
  .calcBanner__img {
    width: 40%;
    padding-bottom: 0;
  }
}
.calcBanner__info {
  padding: 24px;
}
@media (min-width: 1070px) {
  .calcBanner__info {
    padding: 38px 48px;
  }
}
.reviewSlider.owl-carousel {
  margin-top: 0;
  margin-bottom: 0;
}
.reviewSlider.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 16px;
}
@media (min-width: 1070px) {
  .reviewSlider.owl-carousel .owl-nav {
    justify-content: flex-start;
    margin-top: 25px;
  }
}
.reviewSlider.owl-carousel .owl-nav button.owl-prev,
.reviewSlider.owl-carousel .owl-nav button.owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -73px;
  top: auto;
  background-image: none !important;
  height: auto;
  width: auto;
  transform: none;
  position: static;
  transition: background-color 300ms;
}
.reviewSlider.owl-carousel .owl-nav button.owl-prev span,
.reviewSlider.owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.reviewSlider.owl-carousel .owl-nav button.owl-prev::before,
.reviewSlider.owl-carousel .owl-nav button.owl-next::before {
  content: '';
  flex-shrink: 0;
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18 8L22 12M22 12L18 16M22 12H2' stroke='%232A353F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  background-color: #FFFFFF;
}
.reviewSlider.owl-carousel .owl-nav button.owl-prev.disabled,
.reviewSlider.owl-carousel .owl-nav button.owl-next.disabled {
  cursor: default;
  opacity: 0.5;
}
.reviewSlider.owl-carousel .owl-nav button.owl-prev {
  left: 0;
  transform: scale(-1, 1);
}
.reviewSlider.owl-carousel .owl-nav button.owl-next {
  left: 70px;
  right: auto;
}
.reviewSlider__wrap {
  display: flex;
  flex-direction: column;
  padding: 16px;
  background-color: #F0F3F5;
  border-radius: 16px;
  position: relative;
}
@media (min-width: 1070px) {
  .reviewSlider__wrap {
    padding: 24px;
  }
}
.reviewSlider__title {
  display: none;
  font-weight: 700;
  font-size: 20px;
  order: 1;
  color: inherit !important;
  position: absolute;
  bottom: 35px;
  right: 23px;
  z-index: 2;
}
@media (min-width: 1070px) {
  .reviewSlider__title {
    display: block;
  }
}
.reviewSlide {
  padding: 18px 24px;
  background-color: #FFFFFF;
  border-radius: 16px;
}
.reviewSlide input[type=checkbox] {
  display: none;
}
input[type=checkbox]:not(:checked) ~ .reviewSlide__text {
  max-height: 205px;
  overflow: hidden;
}
input[type=checkbox]:not(:checked) ~ .reviewSlide__more::before {
  content: 'Развернуть';
}
input[type=checkbox]:not(:checked) ~ .reviewSlide__more::after {
  transform: rotate(45deg);
  margin-top: -4px;
}
.reviewSlide__name {
  font-weight: 700;
  font-size: 13px;
  color: #879DB1;
  margin-bottom: 5px;
}
.reviewSlide__text {
  font-size: 16px;
  line-height: 140%;
  color: #2A353F;
}
.reviewSlide__rating {
  display: block;
  width: 90px;
  margin-left: -2px;
  margin-top: 2px;
  margin-bottom: 14px;
  background-position: center left;
  background-repeat: repeat-x;
  background-image: url(/static/img/landing/star-inactive.png);
}
.reviewSlide__line {
  display: block;
  height: 18px;
  background-position: center left;
  background-repeat: repeat-x;
  background-image: url(/static/img/landing/star-active.png);
}
.reviewSlide__more {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  gap: 10px;
  background-color: #E6F4FC;
  border-radius: 50px;
  white-space: nowrap;
  width: min-content;
  font-size: 14px;
  color: #0194DD;
  margin-top: 12px;
  cursor: pointer;
}
.reviewSlide__more::before {
  display: inline-block;
  content: 'Свернуть';
}
.reviewSlide__more::after {
  display: block;
  content: '';
  border-right: 1px solid #0194DD;
  border-bottom: 1px solid #0194DD;
  transform: rotate(-135deg);
  margin-top: 4px;
  height: 6px;
  width: 6px;
}
.table {
  max-width: 100%;
  overflow: auto;
  margin-bottom: 25px;
}
.table table {
  border: 0;
  border-spacing: 0;
  border-collapse: unset;
  width: 100%;
}
.table table td,
.table table th {
  border-top: 1px solid #e1e7eb;
  border-right: 1px solid #e1e7eb;
  text-align: left;
  padding: 18px 22px;
  line-height: 140%;
  vertical-align: top;
}
@media (min-width: 470px) {
  .table table td,
  .table table th {
    font-size: 18px;
  }
}
.table table td:first-child,
.table table th:first-child {
  border-left: 1px solid #e1e7eb;
}
.table table td ol,
.table table th ol,
.table table td ul,
.table table th ul {
  margin-left: 20px;
}
.table table td ol:first-child,
.table table th ol:first-child,
.table table td ul:first-child,
.table table th ul:first-child {
  margin-top: 0;
}
.table table td ol:last-child,
.table table th ol:last-child,
.table table td ul:last-child,
.table table th ul:last-child {
  margin-bottom: 0;
}
.table table th {
  font-weight: 700;
  line-height: 120%;
}
@media (min-width: 470px) {
  .table table th {
    font-size: 20px;
  }
}
.table table th:first-child {
  border-radius: 16px 0 0 0;
}
.table table th:last-child {
  border-radius: 0 16px 0 0;
}
.table table tr:last-child td {
  border-bottom: 1px solid #e1e7eb;
}
.table table tr:last-child td:first-child {
  border-radius: 0 0 0 16px;
}
.table table tr:last-child td:last-child {
  border-radius: 0 0 16px 0;
}
.fileblock {
  display: flex;
  gap: 16px;
  padding: 18px 24px;
  border: 1px solid #E1E7EB;
  border-radius: 16px;
  color: inherit !important;
  text-decoration: none;
}
@media (min-width: 1070px) {
  .fileblock {
    padding: 24px 32px;
  }
}
.fileblock:not(:first-child) {
  margin-top: 50px;
}
.fileblock:not(:last-child) {
  margin-bottom: 50px;
}
.fileblock__icon {
  display: table;
  height: 24px;
  width: 24px;
  margin-top: 7px;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/static/img/landing/file-check-2.svg);
}
.fileblock__title {
  display: table;
  font-size: 18px;
  line-height: 130%;
}
@media (min-width: 1070px) {
  .fileblock__title {
    font-size: 20px;
  }
}
.fileblock__link {
  display: table;
  line-height: 130%;
  color: #0194DD;
  margin-top: 12px;
  font-size: 16px;
}
@media (min-width: 1070px) {
  .fileblock__link {
    font-size: 18px;
    margin-top: 20px;
  }
}
.fileblock__link:not(:first-child) {
  margin-top: 50px;
}
.infoCard {
  padding: 22px 25px;
  background-color: #F0F3F5;
  border-radius: 16px;
  position: relative;
}
@media (min-width: 1070px) {
  .infoCard {
    padding: 27px 32px;
  }
}
.infoCard::before {
  display: block;
  height: 40px;
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  border-radius: 8px;
  margin: -14px -14px 20px -14px;
}
@media (min-width: 470px) {
  .infoCard::before {
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: 8px;
    width: 46px;
    height: auto;
    margin: 0;
  }
}
.infoCard--error,
.infoCard--notion,
.infoCard--info {
  background-color: #FFFFFF;
  box-shadow: inset 0 0 0 1px #E1E7EB;
}
@media (min-width: 470px) {
  .infoCard--error,
  .infoCard--notion,
  .infoCard--info {
    padding-left: 76px;
  }
}
.infoCard--error::before {
  content: '';
  background-color: #FFDCE0;
  background-image: url(/static/img/landing/circle-alert.svg);
}
.infoCard--notion::before {
  content: '';
  background-color: #e6f4fc;
  background-image: url(/static/img/landing/flag-triangle-right.svg);
}
.infoCard--info::before {
  content: '';
  background-color: #F0F3F5;
  background-image: url(/static/img/landing/grip.svg);
}
.infoCard:not(:first-child) {
  margin-top: 30px;
}
.infoCard:not(:last-child) {
  margin-bottom: 50px;
}
.infoCard > *:first-child {
  margin-top: 0;
}
.infoCard > *:last-child {
  margin-bottom: 0;
}
ul.dotted {
  list-style: none;
  margin-left: 20px;
}
ul.dotted:not(:first-child) {
  margin-top: 30px;
}
ul.dotted:not(:last-child) {
  margin-bottom: 50px;
}
ul.dotted li {
  display: block;
  position: relative;
  padding-left: 10px !important;
  min-height: 20px;
  margin: 0 0 18px !important;
  background: none !important;
}
@media (min-width: 1070px) {
  ul.dotted li {
    padding-left: 18px !important;
  }
}
ul.dotted li::before {
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  top: 2px;
  width: 22px;
  height: 22px;
  background-color: #E6F4FC;
  border-radius: 4px;
}
ul.dotted li::after {
  display: block;
  content: '';
  position: absolute;
  left: -13px;
  top: 10px;
  height: 6px;
  width: 6px;
  border-radius: 4px;
  background-color: #0194dd;
}
ol.nums {
  list-style: none;
  counter-reset: nums;
  margin-left: 0;
  padding-left: 0;
}
ol.nums:not(:first-child) {
  margin-top: 30px;
}
ol.nums:not(:last-child) {
  margin-bottom: 50px;
}
ol.nums li {
  display: block;
  position: relative;
  clear: both;
  margin: 0 0 15px !important;
  background: none !important;
}
@media (min-width: 1070px) {
  ol.nums li {
    margin: 0 0 28px !important;
  }
}
ol.nums li::before {
  counter-increment: nums;
  content: counter(nums);
  box-sizing: border-box;
  float: left;
  font-weight: 700;
  font-size: 13px;
  line-height: 120%;
  text-align: center;
  color: #0194DD;
  padding: 4px 0;
  min-width: 22px;
  height: 22px;
  background-color: #E6F4FC;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 18px;
}
ol.nums li ol {
  counter-reset: nums2;
}
ol.nums li ol li::before {
  counter-increment: nums2;
  content: counter(nums) '.' counter(nums2);
}
.checkList:not(:first-child) {
  margin-top: 30px;
}
.checkList:not(:last-child) {
  margin-bottom: 50px;
}
.checkItem {
  display: flex;
  gap: 16px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 1070px) {
  .checkItem {
    font-size: 18px;
  }
}
.checkItem::before {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 3px;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background-color: #E6F4FC;
  border-radius: 4px;
}
.checkItem--check::before {
  content: '';
  background-position: 100% center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 6.5L5.5 11L15 1' stroke='%230194DD' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e ");
}
.checkItem--plus::before {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 8H15M8 1V15' stroke='%2301DD13' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.checkItem--minus::before {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='2' viewBox='0 0 12 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1H15' stroke='%23879DB1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.lawyerSlider:not(:first-child) {
  margin-top: 30px;
}
.lawyerSlider:not(:last-child) {
  margin-bottom: 50px;
}
.lawyerSlider.owl-carousel .owl-stage {
  display: flex;
}
.lawyerSlider.owl-carousel .owl-item {
  display: flex;
  align-items: stretch;
}
.lawyerSlider.owl-carousel .owl-item > div {
  height: 100%;
}
.lawyerSlider.owl-carousel .owl-nav button.owl-prev,
.lawyerSlider.owl-carousel .owl-nav button.owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 46.5%;
  height: 2.5em;
  width: 2.5em;
  background-image: none !important;
  background-color: #fff !important;
  box-shadow: inset 0 0 0 1px #D2DAE2;
  border-radius: 50%;
  transition: background-color 300ms;
}
@media (min-width: 770px) {
  .lawyerSlider.owl-carousel .owl-nav button.owl-prev,
  .lawyerSlider.owl-carousel .owl-nav button.owl-next {
    height: 3.125em;
    width: 3.125em;
  }
}
.lawyerSlider.owl-carousel .owl-nav button.owl-prev span,
.lawyerSlider.owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.lawyerSlider.owl-carousel .owl-nav button.owl-prev::before,
.lawyerSlider.owl-carousel .owl-nav button.owl-next::before,
.lawyerSlider.owl-carousel .owl-nav button.owl-prev::after,
.lawyerSlider.owl-carousel .owl-nav button.owl-next::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 1.25em;
  width: 1.25em;
}
.lawyerSlider.owl-carousel .owl-nav button.owl-prev::before,
.lawyerSlider.owl-carousel .owl-nav button.owl-next::before {
  background-image: url(/static/img/svg/arrow-blue.svg);
}
.lawyerSlider.owl-carousel .owl-nav button.owl-prev:hover,
.lawyerSlider.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #C4C4C4 !important;
  box-shadow: 0px 4px 10px rgba(196, 196, 196, 0.25);
}
.lawyerSlider.owl-carousel .owl-nav button.owl-prev {
  left: -15px;
}
@media (min-width: 1370px) {
  .lawyerSlider.owl-carousel .owl-nav button.owl-prev {
    left: -4.5em;
  }
}
.lawyerSlider.owl-carousel .owl-nav button.owl-next {
  right: -15px;
}
@media (min-width: 1370px) {
  .lawyerSlider.owl-carousel .owl-nav button.owl-next {
    right: -4.5em;
  }
}
.lawyerSlider.owl-carousel .owl-nav button.owl-next::before,
.lawyerSlider.owl-carousel .owl-nav button.owl-next::after {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.lawyerSlider .lawyerItem {
  margin-inline: 2px;
}
.lawyerItem {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #FFFFFF;
  border: 1px solid #F8F8F8;
  box-shadow: inset 0 0 0 1px #D2DAE2;
  border-radius: 8px;
  padding: 20px;
}
.lawyerItem__head {
  display: flex;
  gap: 10px 20px;
}
.lawyerItem__ava {
  width: 100px;
  flex-shrink: 0;
}
.lawyerItem__img {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.lawyerItem__img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lawyerItem__cases {
  text-align: center;
  padding: 2px;
  background: #FFFFFF;
  border: 1px solid #F8F8F8;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #666666;
  z-index: 1;
  position: relative;
  margin-top: -15px;
}
.lawyerItem__cases b {
  display: block;
  font-weight: 800;
  font-size: 14px;
  color: #00B2FF;
}
.lawyerItem__person {
  display: flex;
  flex-direction: column;
}
.lawyerItem__name {
  font-weight: 700;
  font-size: 18px;
  margin-top: 2px;
}
@media (min-width: 1070px) {
  .lawyerItem__name {
    font-size: 20px;
  }
}
.lawyerItem__info {
  line-height: 1.4;
  color: #666666;
  margin-top: 2px;
}
.lawyerItem__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}
.lawyerItem__tag {
  display: flex;
  align-items: center;
  padding: 5px 13px;
  gap: 8px;
  background-color: #F4F8FB;
  border-radius: 100px;
  font-weight: 600;
  color: #00B2FF;
}
.lawyerItem__tag::before {
  display: block;
  content: '';
  height: 20px;
  width: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/static/img/svg/tg-footer.svg);
}
.lawyerItem__tag--exp::before {
  background-image: url(/static/img/landing/briefcase.svg);
}
.lawyerItem__tag--edu::before {
  background-image: url(/static/img/landing/graduation-cap.svg);
}
.lawyerItem__text {
  flex-grow: 1;
  line-height: 1.4;
  color: #333333;
}
@media (min-width: 1070px) {
  .lawyerItem__text {
    font-weight: 500;
    font-size: 18px;
  }
}
.lawyerItem__text p {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0.5em;
}
.lawyerItem__text p:last-child {
  margin-bottom: 0 !important;
}
.lawyerItem__actions .button {
  font-size: 17px !important;
  font-weight: 700 !important;
}
.landtgblock {
  background-image: url(/static/img/landing/landtgblock.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  color: #FFF;
  padding: 24px;
  border-radius: 32px;
}
@media (min-width: 640px) {
  .landtgblock {
    background-size: 1208px;
    background-position: 0px -70px;
  }
}
@media (min-width: 1070px) {
  .landtgblock {
    padding: 38px 48px;
    background-size: auto;
  }
}
.landtgblock__info {
  max-width: 450px;
}
.landtgblock .title {
  color: inherit !important;
}
.landtgblock__button {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  width: min-content;
  padding: 13px 24px;
  background-color: #FFFFFF;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  color: #0194DD;
  margin-top: 100px;
  width: 100%;
}
@media (min-width: 47px) {
  .landtgblock__button {
    width: auto;
  }
}
@media (min-width: 640px) {
  .landtgblock__button {
    margin-top: 0;
  }
}
.landtgblock__button::before {
  display: block;
  content: '';
  height: 20px;
  width: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/static/img/svg/tg-footer.svg);
}
.rotateSlider.owl-carousel {
  margin-top: 0;
  margin-bottom: 50px;
}
@media (min-width: 1070px) {
  .rotateSlider.owl-carousel {
    margin-bottom: 110px;
  }
}
.rotateSlider.owl-carousel .owl-stage {
  display: flex;
}
.rotateSlider.owl-carousel .owl-stage-outer {
  padding-left: 10px;
  margin-left: -10px;
}
.rotateSlider.owl-carousel .owl-item {
  display: flex;
  align-items: stretch;
}
.rotateSlider.owl-carousel .owl-item .smiSlide {
  height: 100%;
}
@media (max-width: 1069px) {
  .rotateSlider.owl-carousel .owl-item .smiSlide {
    width: 280px;
  }
}
.rotateSlider.owl-carousel .owl-stage-outer {
  overflow: visible;
}
@media (min-width: 470px) {
  .rotateSlider.owl-carousel .owl-stage-outer {
    overflow: hidden;
  }
}
.rotateSlider.owl-carousel .owl-nav button.owl-prev,
.rotateSlider.owl-carousel .owl-nav button.owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 47%;
  background-image: none !important;
  height: auto;
  width: auto;
  transform: none;
  transition: background-color 300ms;
  border: 1px solid #E1E7EB;
  border-radius: 50%;
}
.rotateSlider.owl-carousel .owl-nav button.owl-prev span,
.rotateSlider.owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.rotateSlider.owl-carousel .owl-nav button.owl-prev::before,
.rotateSlider.owl-carousel .owl-nav button.owl-next::before {
  content: '';
  flex-shrink: 0;
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18 8L22 12M22 12L18 16M22 12H2' stroke='%232A353F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  background-color: #FFF;
}
.rotateSlider.owl-carousel .owl-nav button.owl-prev.disabled,
.rotateSlider.owl-carousel .owl-nav button.owl-next.disabled {
  cursor: default;
  opacity: 0.5;
}
.rotateSlider.owl-carousel .owl-nav button.owl-prev {
  transform: scale(-1, 1);
  left: -70px;
}
.rotateSlider.owl-carousel .owl-nav button.owl-next {
  right: -70px;
}
.rotateSlide {
  display: block;
  border-radius: 16px;
  height: 376px;
  width: 100%;
  min-width: 280px;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 1070px) {
  .rotateSlide {
    height: 510px;
  }
}
.rotateSlide:focus {
  outline: none;
}
.rotateSlide__body {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
:hover > .rotateSlide__body {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.rotateSlide__front,
.rotateSlide__back {
  position: absolute;
  inset: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 16px;
  overflow: hidden;
  padding: 15px 10px 25px 15px;
}
@media (min-width: 1070px) {
  .rotateSlide__front,
  .rotateSlide__back {
    padding: 25px 15px 25px 25px;
  }
}
.rotateSlide__front {
  color: #FFF;
}
.rotateSlide__back {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F0F3F5;
  text-align: center;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.rotateSlide__back .button {
  font-size: 16px;
  border-radius: 8px;
}
@media (min-width: 1070px) {
  .rotateSlide__back .button {
    font-size: 18px;
  }
}
.rotateSlide__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-grow: 1;
  padding-top: 25px;
}
.rotateSlide__title {
  font-family: 'Manrope';
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  position: relative;
  z-index: 1;
}
@media (min-width: 1070px) {
  .rotateSlide__title {
    font-size: 26px;
  }
}
.rotateSlide__subtitle {
  font-family: 'Manrope';
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #2A353F;
}
@media (min-width: 1070px) {
  .rotateSlide__subtitle {
    font-size: 20px;
  }
}
.rotateSlide__subtitle span {
  display: inline-block;
  position: relative;
  color: #FFF;
}
.rotateSlide__subtitle span::after {
  display: block;
  content: '';
  position: absolute;
  inset: 0 -3px;
  background: #01DD13;
  border-radius: 50px;
  transform: rotate(-1.74deg);
}
.rotateSlide__subtitle span i {
  display: block;
  position: relative;
  z-index: 1;
  font-style: normal;
}
.rotateSlide__img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
}