html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, address, big, blockquote, cite, code,
del, dfn, em, img, ins, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label, input, fieldset, legend, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, main, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: none;
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

ol, ul, nav, menu {
  list-style: none;
}

img, video, canvas {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: bottom;
}

a, button {
  cursor: pointer;
  margin: 0;
  padding: 0;
}

a:hover, button:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th, td {
  vertical-align: middle;
}

iframe {
  width: 100%;
}

/* dm serif text  */
@font-face {
  font-display: swap;
  font-family: "DM Serif Text";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dm-serif-text-regular.woff2") format("woff2");
}
/* dm sans variable */
@font-face {
  font-family: "DM Sans Variable";
  src: url("../fonts/DMSans-VariableFont_opsz,wght.woff2") format("woff2 supports variations"), url("../fonts/DMSans-VariableFont_opsz,wght.woff2") format("woff2-variations");
  font-display: swap;
  font-style: normal;
  font-weight: 100 1000;
  font-stretch: 85% 100%;
}
@font-face {
  font-family: "DM Sans Italic Variable";
  src: url("../fonts/DMSans-Italic-VariableFont_opsz,wght.woff2") format("woff2 supports variations"), url("../fonts/DMSans-Italic-VariableFont_opsz,wght.woff2") format("woff2-variations");
  font-display: swap;
  font-style: italic;
  font-weight: 100 1000;
  font-stretch: 85% 100%;
}
/* =========================== all */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "DM Sans Variable", "DM Sans Italic Variable", "DM Serif Text", sans-serif;
  color: #1B1B18;
  background: #FAF9F4;
  line-height: 1.5;
}

.body_scroll {
  overflow: hidden;
}

/* heading */
.h1, .h1_big, .h2, .h3, .h4, .h5, .h6 {
  color: #1B1B18;
}

.h1, .h1_big, .h2, .h2_mini, .h3, .h3_mini, .h4 {
  font-weight: 400;
  font-family: "DM Serif Text";
}

.h5, .h6 {
  font-weight: 700;
}

.h1_big {
  font-size: 62px;
  line-height: 74px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .h1_big {
    font-size: 38px;
    line-height: 49px;
    margin-bottom: 20px;
  }
}

.h1 {
  font-size: 54px;
  line-height: 68px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .h1 {
    font-size: 34px;
    line-height: 44px;
  }
}

.h2 {
  font-size: 42px;
  line-height: 55px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
  }
}

.h3 {
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .h3 {
    font-size: 27px;
    line-height: 35px;
  }
}

.h4 {
  font-size: 26px;
  line-height: 34px;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .h4 {
    font-size: 24px;
    line-height: 31px;
  }
}

.h5 {
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .h5 {
    font-size: 21px;
    line-height: 27px;
  }
}

.h6 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .h6 {
    font-size: 17px;
    line-height: 26px;
  }
}

.h2_mini {
  font-size: 42px;
  line-height: 55px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .h2_mini {
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}

.h3_mini {
  font-size: 30px;
  line-height: 39px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .h3_mini {
    font-size: 24px;
    line-height: 31px;
  }
}

/* flexbox */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* gridbox */
.gridbox {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section {
  margin-bottom: 80px;
}
.section-header {
  max-width: 875px;
}
.section-header.flexbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 100%;
}
.section-text {
  margin-bottom: 50px;
}
.section-text ul:last-child, .section-text ol:last-child, .section-text p:last-child {
  margin-bottom: 0;
}
.section-text ul li, .section-text ol li, .section-text p {
  color: #45453C;
}
.section-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: #69695F;
  margin-bottom: 10px;
}
.section_dark, .section_brown {
  padding: 80px 0;
}
.section_dark + .breadcrumbs, .section_brown + .breadcrumbs {
  border-top: none;
  margin-top: -80px;
}
.section_dark {
  background: #040D1C;
  color: #fff;
}
.section_dark .h2, .section_dark .h3, .section_dark .h4, .section_dark .h5, .section_dark .h6 {
  color: #fff;
}
.section_dark .section-title {
  color: #BEBEB8;
}
.section_dark .section-text p {
  color: #fff;
}
.section_brown {
  background: #F2F0E5;
}
.section-article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 80px;
}
.section-article + .section_dark {
  margin-top: -81px;
}
@media screen and (max-width: 768px) {
  .section {
    margin-bottom: 50px;
  }
  .section_dark, .section_brown {
    padding: 50px 0;
  }
  .section_dark + .breadcrumbs, .section_brown + .breadcrumbs {
    margin-top: -50px;
  }
  .section-text {
    margin-bottom: 30px;
  }
  .section-title {
    font-size: 15px;
    line-height: 22px;
  }
  .section-article {
    padding-bottom: 50px;
  }
  .section-article + .section_dark {
    margin-top: -51px;
  }
}

/* content */
a, p, ol li, ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

ol, ul {
  margin-bottom: 20px;
}

p {
  margin-bottom: 20px;
}

.span_highlight {
  color: #FDE400;
}
.span_underline {
  text-decoration: underline;
}

.b_highlight {
  color: #FDE400;
}

.text ul:last-child, .text ol:last-child, .text p:last-child {
  margin-bottom: 0;
}

a:not([class]) {
  color: #0C469E;
  text-decoration: underline;
}
a:not([class]):hover {
  color: #062A62;
}

.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  color: #0C469E;
}
.link svg {
  width: 10px;
  min-width: 10px;
  vertical-align: middle;
  stroke: #0C469E;
  stroke-linecap: square;
  stroke-width: 1px;
}
.link:hover {
  color: #062A62;
}
.link:hover svg {
  stroke: #062A62;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

/* list */
ol:not([class]) {
  counter-reset: number;
}
ol:not([class]) li {
  position: relative;
  line-height: 30px;
  padding-left: 46px;
}
ol:not([class]) li:not(:last-child) {
  margin-bottom: 10px;
}
ol:not([class]) li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(number);
  counter-increment: number;
  width: 30px;
  height: 30px;
  background: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #1B1B18;
}

.list-circle {
  margin-bottom: 20px;
}
.list-circle li {
  position: relative;
  color: #1B1B18;
  padding-left: 32px;
}
.list-circle li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #0C469E;
  left: 8px;
  top: 9.5px;
}
.list-circle li:not(:last-child) {
  margin-bottom: 12px;
}
.list-circle li a {
  color: inherit;
}
.list-circle li a:hover {
  color: #062A62;
}
@media screen and (max-width: 768px) {
  .list-circle li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.list-check-dark {
  margin-bottom: 20px;
}
.list-check-dark li {
  position: relative;
  color: #1B1B18;
  padding-left: 36px;
}
.list-check-dark li:not(:last-child) {
  margin-bottom: 12px;
}
.list-check-dark li::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 12px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-dark");
  left: 5px;
  top: 8px;
}
@media screen and (max-width: 768px) {
  .list-check-dark li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.list-check-light {
  margin-bottom: 20px;
}
.list-check-light li {
  position: relative;
  padding-left: 36px;
}
.list-check-light li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 16px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-light");
  left: 0;
  top: 5px;
}

.list-rhombus {
  margin-bottom: 20px;
}
.list-rhombus > li {
  position: relative;
  color: #2F2D22;
  padding-left: 18px;
}
.list-rhombus > li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #0C469E;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0;
  top: 7px;
}
.list-rhombus-extended > li {
  position: static;
  padding-left: 0;
}
.list-rhombus-extended > li::before {
  display: none;
}
.list-rhombus-extended > li .h3 {
  position: relative;
  padding-left: 28px;
}
.list-rhombus-extended > li .h3::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #0C469E;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0;
  top: calc(50% - 4px);
}

.list-tablecontent li {
  line-height: 140%;
}
.list-tablecontent li:not(:last-child) {
  margin-bottom: 10px;
}
.list-tablecontent a {
  text-decoration: none;
  color: #2F2D22;
  font-size: 15px;
  line-height: 140%;
}
.list-tablecontent a:hover {
  color: #0C469E;
}

summary {
  list-style: none;
}
summary::marker {
  display: none;
}
summary::-webkit-details-marker {
  display: none;
  color: transparent;
}

/* img */
img {
  display: block;
  margin: 0 auto;
}

figure {
  display: block;
  margin-bottom: 20px;
}

/* transition */
* {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 65px;
  line-height: 65px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #222222;
}
.btn-span {
  display: inline-block;
  position: relative;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  padding-right: 31px;
}
.btn-span::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arrow-right-dark");
  right: 0;
  top: calc(50% - 6px);
}
.btn.btn_short {
  position: relative;
  width: 314px;
  display: inline-block;
  height: auto;
  line-height: 20px;
  text-align: left;
  padding: 10px 30px;
}
.btn.btn_short .btn-span {
  position: static;
  display: block;
  padding-right: 0;
}
.btn.btn_short .btn-span::before {
  right: 20px;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 17px;
    height: 55px;
    line-height: 55px;
  }
}

.btn_light {
  width: 418px;
  background: #FDE400;
}
.btn_light:hover {
  background: #FFF179;
}

.btn_border {
  width: 250px;
  height: 50px;
  border: 1px solid #0C469E;
  line-height: 48px;
  font-size: 17px;
  font-weight: 600;
  color: #0C469E;
  margin: 0 auto;
}
.btn_border:hover {
  border-color: #001D48;
  color: #001D48;
}
@media screen and (max-width: 768px) {
  .btn_border {
    width: 180px;
    height: 45px;
    line-height: 43px;
  }
}

.btn_dark {
  background: #0C469E;
  color: #fff;
}
.btn_dark:hover {
  background: #062A62;
}

.btn-up {
  display: none;
  position: fixed;
  z-index: 90;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 22px;
  padding-top: 26px;
}
.btn-up svg {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 4px;
  left: calc(50% - 14px);
  fill: #45453C;
}
.btn-up:hover {
  color: #0C469E;
}
.btn-up:hover svg {
  fill: #0C469E;
}
@media screen and (max-width: 768px) {
  .btn-up {
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    font-size: 8px;
    line-height: 18px;
    padding-top: 21px;
  }
  .btn-up svg {
    width: 22px;
    height: 22px;
    left: calc(50% - 11px);
  }
}

/* breadcrumbs */
.breadcrumbs {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 30px 0;
}
.breadcrumbs-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.breadcrumbs__item, .breadcrumbs-link {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
}
.breadcrumbs__item {
  color: #919189;
}
.breadcrumbs__item:not(:last-child) {
  margin-right: 22px;
}
.breadcrumbs-link {
  position: relative;
  text-decoration: none;
  color: #1B1B18;
}
.breadcrumbs-link:hover {
  color: #919189;
}
.breadcrumbs-link::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #0C469E;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 7px;
  right: -13px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding: 20px 0;
  }
  .breadcrumbs__item, .breadcrumbs-link {
    font-size: 14px;
    line-height: 150%;
  }
}

/* pagination */
.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.pagination-link {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(64, 83, 255, 0.2);
  font-size: 16px;
  font-weight: 600;
  color: #0C469E;
}
.pagination-link.active, .pagination-link:hover {
  border-color: #0C469E;
  background: #0C469E;
  color: #fff;
}
.pagination-more {
  border: none;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 30px;
  }
}

/* soc */
.soc {
  gap: 8px;
  margin-bottom: 0;
}
.soc-link {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  border: 1px solid #F2F5F6;
  background: #F2F5F6;
}
.soc-link svg {
  fill: #1B1B18;
}
.soc-link:hover {
  background: #BEBEB8;
  border-color: #BEBEB8;
}
.soc_mini {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.soc_mini .soc-link {
  width: 33px;
  height: 33px;
  border: none;
  background: transparent;
}
.soc_mini .soc-link:hover svg {
  fill: #BEBEB8;
}
.soc_square {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.soc_square .soc-link {
  width: 36px;
  height: 36px;
  border-radius: 0;
  background: #D9D8D1;
}
@media screen and (max-width: 768px) {
  .soc-link {
    width: 32px;
    height: 32px;
  }
}

.share {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px 30px;
}
.share .h5 {
  margin-bottom: 0;
}
@media screen and (max-width: 450px) {
  .share .h5 {
    min-width: 100%;
  }
}

/* block */
.overly {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(2, 5, 23, 0.8);
}

/* scroll */
.scroll {
  overflow: auto;
  -ms-scroll-chaining: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  scrollbar-color: #DCDFE9 transparent;
}

.scroll::-webkit-scrollbar {
  width: 4px;
  height: 50%;
}

.scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: #DCDFE9;
  border-radius: 5px;
  min-height: 50%;
  min-width: 4px;
}

.scroll::-webkit-scrollbar-thumb:hover {
  background-color: #DCDFE9;
}

.scroll::-webkit-scrollbar-thumb:active {
  background-color: #DCDFE9;
}

/* table */
.table {
  margin-bottom: 30px;
}
.table table {
  margin-bottom: 0;
}
.table-btn {
  margin-top: 15px;
}
.table_hidden tbody tr {
  display: none;
}
.table_hidden tbody tr:nth-child(1) {
  display: table-row;
}
.table_hidden tbody tr:nth-child(2) {
  display: table-row;
}
.table_hidden tbody tr:nth-child(3) {
  display: table-row;
}
.table_hidden tbody tr:nth-child(4) {
  display: table-row;
}
.table_hidden tbody tr:nth-child(5) {
  display: table-row;
}
.table_hidden tbody tr:nth-child(6) {
  display: table-row;
}
.table_hidden tbody tr:nth-child(7) {
  display: table-row;
}
.table_hidden.open tbody tr {
  display: table-row;
}
@media screen and (max-width: 768px) {
  .table {
    margin-bottom: 20px;
  }
}

table {
  margin-bottom: 30px;
}
table th, table td {
  font-size: 16px;
  color: #1B1B18;
  text-align: left;
  vertical-align: middle;
}
table th {
  white-space: nowrap;
  font-weight: 600;
  line-height: 24px;
  border-bottom: 2px solid #1B1B18;
  padding: 0 20px 18px;
}
table td {
  line-height: 23px;
  font-weight: 400;
  padding: 18px 20px;
}
table tr:nth-child(odd) td {
  background: #F2F0E5;
}
@media screen and (max-width: 768px) {
  table {
    margin-bottom: 20px;
  }
}

/* block */
.block_beige {
  background: #F3F0E2;
  padding: 24px;
  margin-bottom: 25px;
}
.block_beige .h6 {
  margin-bottom: 20px;
}
.block_beige p:last-child, .block_beige ul:last-child, .block_beige ol:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .block_beige {
    padding: 20px;
    margin-bottom: 20px;
  }
}

.block_white {
  background: #fff;
  padding: 60px 0;
}
.block_white .section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .block_white {
    padding: 40px 0 50px;
  }
}

/* swiper */
.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-wrapper .swiper-slide {
  height: auto;
}

.swiper-nav {
  padding-bottom: 80px;
}
.swiper-nav .swiper-button-next, .swiper-nav .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 1px solid #1B1B18;
  top: auto;
  bottom: 0;
}
.swiper-nav .swiper-button-next svg, .swiper-nav .swiper-button-prev svg {
  width: 9px;
  height: 15px;
}
.swiper-nav .swiper-button-next::after, .swiper-nav .swiper-button-prev::after {
  display: none;
}
.swiper-nav .swiper-button-next {
  right: calc(49% - 50px);
}
.swiper-nav .swiper-button-prev {
  left: calc(49% - 50px);
}
.swiper-nav .swiper-button-prev svg {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/* container */
.container {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}

.container_thin {
  max-width: 960px;
  padding: 0 20px;
  margin: 0 auto;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* content */
.content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 992px) {
  .content {
    gap: 50px 0;
  }
}

.article__item:not(:last-child) {
  margin-bottom: 40px;
}
.article__item p + .h3_mini, .article__item p + .h4, .article__item p + .h5, .article__item p + .h6,
.article__item div + .h3_mini, .article__item div + .h4, .article__item div + .h5, .article__item div + .h6,
.article__item ul + .h3_mini, .article__item ul + .h4, .article__item ul + .h5, .article__item ul + .h6,
.article__item ol + .h3_mini, .article__item ol + .h4, .article__item ol + .h5, .article__item ol + .h6 {
  margin-top: 40px;
}
.article__item p:last-child, .article__item ul li:last-child, .article__item ol li:last-child {
  margin-bottom: 0;
}
.article .section-text {
  margin-bottom: 30px;
}
.article-author {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 40px 0;
  margin: 40px 0;
}
.article-author-img {
  width: 140px;
  height: 140px;
}
.article-author-img img {
  width: 140px;
  height: 140px;
}
.article-author .h5 {
  margin-bottom: 15px;
}
.article-author .text {
  margin-bottom: 15px;
}
.article-author .soc {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .article {
    width: calc(100% - 380px);
  }
  .article-author {
    padding-right: 180px;
  }
  .article-author-img {
    position: absolute;
    right: 0;
    top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .article .h5 {
    font-size: 18px;
    line-height: 23px;
  }
  .article__item p + .h3_mini, .article__item p + .h4, .article__item p + .h5, .article__item p + .h6,
  .article__item div + .h3_mini, .article__item div + .h4, .article__item div + .h5, .article__item div + .h6,
  .article__item ul + .h3_mini, .article__item ul + .h4, .article__item ul + .h5, .article__item ul + .h6,
  .article__item ol + .h3_mini, .article__item ol + .h4, .article__item ol + .h5, .article__item ol + .h6 {
    margin-top: 30px;
  }
  .article__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .article-author {
    padding: 30px 0;
    margin: 30px 0;
  }
  .article-author-img {
    display: block;
    margin-bottom: 20px;
  }
  .article-author .link {
    font-size: 15px;
    line-height: 21px;
  }
}

.aside {
  width: 320px;
  min-width: 320px;
}
.aside-block:not(:last-child) {
  margin-bottom: 40px;
}
.aside-block .h6 {
  border-bottom: 1px solid #1B1B18;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.aside-block ul {
  margin-bottom: 0;
}
.aside-block .list-rhombus {
  margin-left: 3px;
}
.aside-block .list-rhombus li:not(:last-child) {
  margin-bottom: 10px;
}
.aside-block .list-rhombus li::before {
  top: 9px;
}
.aside-block .list-rhombus li a {
  text-decoration: none;
  color: #2F2D22;
}
.aside-block .list-rhombus li a:hover {
  color: #001D48;
}
.aside-block .list-links li:not(:last-child) {
  margin-bottom: 10px;
}
.aside-block .list-links li a {
  font-weight: 400;
}
.aside-block .list-links li svg {
  stroke-width: 2px;
}
.aside-note__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aside-note__item:not(:last-child) {
  margin-bottom: 20px;
}
.aside-note-img {
  width: 70px;
  min-width: 70px;
  height: 70px;
}
.aside-note-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 12px;
}
.aside-note-heading {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 5px;
}
.aside-note-heading:hover {
  color: #062A62;
}
.aside .send-form {
  padding: 0 1px;
}
.aside .send-form form textarea {
  min-height: 80px;
}
.aside .send-form form .group:not(:last-of-type) {
  margin-bottom: 15px;
}
.aside .send-form form .btn {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .aside {
    position: sticky;
    top: 120px;
  }
  .aside-wrapper {
    overflow-y: scroll;
    scrollbar-width: none;
  }
}
@media screen and (max-width: 992px) {
  .aside {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .aside-block:not(:last-child) {
    margin-bottom: 30px;
  }
}

.update {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
.update__item {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}
.update__item:not(:last-child) {
  position: relative;
}
.update__item:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #1B1B18;
  top: calc(50% - 1.5px);
  right: -7px;
}
.update__item.flexbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.update__item a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
}
.update__item a:hover {
  color: #062A62;
}
.update-img {
  width: 26px;
  height: 26px;
  margin-right: 7px;
}
.update-img img {
  width: 26px;
  height: 26px;
}
.update-title {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #BEBEB8;
}
.update-category {
  text-decoration: underline;
}
.update-category:hover {
  color: #001D48;
}
@media screen and (max-width: 768px) {
  .update-title {
    font-size: 12px;
    line-height: 14px;
  }
}

.tip {
  position: relative;
  background: #F2F2F6;
  padding: 30px;
  padding-left: 86px;
  margin: 30px 0;
}
.tip::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--info-message");
  left: 30px;
  top: 30px;
}
.tip .h5 {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .tip {
    padding: 20px;
    padding-top: 76px;
    margin: 20px 0;
  }
  .tip::before {
    top: 20px;
    left: 20px;
  }
}

/* form */
form .h4 {
  font-family: "DM Sans Variable";
  font-weight: 700;
}
form input, form textarea {
  position: relative;
  z-index: 2;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-bottom: 1px solid #1B1B18;
  width: 100%;
  font-family: "DM Sans Variable";
  font-size: 16px;
  font-weight: 400;
  color: #1B1B18;
  background: transparent;
  padding-top: 15px;
}
form input {
  height: 56px;
}
form textarea {
  min-height: 120px;
  padding-top: 20px;
}
form .group {
  position: relative;
}
form .group:not(:last-of-type) {
  margin-bottom: 22px;
}
form .icon, form .label {
  position: absolute;
  z-index: 1;
  display: none;
  width: 100%;
}
form .icon {
  right: 0;
  top: 22px;
}
form .icon-ok {
  width: 18px;
  height: 18px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--ok");
}
form .icon-false {
  width: 18px;
  height: 18px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--false");
}
form .label-descr {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  top: calc(50% - 12px);
  left: 0;
  color: #45453C;
}
form .btn {
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  margin-top: 25px;
}
form .check {
  margin-top: 30px;
}
form textarea ~ .label-descr {
  top: 15px;
}
form .confidential {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #69695F;
  padding-left: 28px;
  margin-top: 20px;
}
form .confidential::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--secure");
  left: 0;
  top: calc(50% - 10px);
}
@media screen and (max-width: 450px) {
  form input, form textarea {
    font-size: 14px;
  }
  form .label-descr {
    font-size: 14px;
  }
  form .btn {
    position: relative;
    width: 100%;
    display: inline-block;
    height: auto;
    line-height: 20px;
    text-align: left;
    padding: 10px 20px;
    padding-right: 30px;
  }
  form .btn-span {
    position: static;
    width: 178px;
    padding-right: 0;
  }
  form .btn-span::before {
    right: 20px;
  }
}

button {
  display: inline-block;
  cursor: pointer;
  font-family: "DM Sans Variable";
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #45453C;
  opacity: 0;
  font-family: "DM Sans Variable";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #45453C;
  opacity: 0;
  font-family: "DM Sans Variable";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #45453C;
  opacity: 0;
  font-family: "DM Sans Variable";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #45453C;
  opacity: 0;
  font-family: "DM Sans Variable";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

input::placeholder, textarea::placeholder {
  color: #45453C;
  opacity: 0;
  font-family: "DM Sans Variable";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #45453C;
  opacity: 0;
  font-family: "DM Sans Variable";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #45453C;
  opacity: 0;
  font-family: "DM Sans Variable";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #45453C;
  opacity: 0;
  font-family: "DM Sans Variable";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #45453C;
  opacity: 0;
  font-family: "DM Sans Variable";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
input:not(:focus):-moz-placeholder-shown, textarea:not(:focus):-moz-placeholder-shown {
  border-color: #111B2E;
}
input:not(:focus):-ms-input-placeholder, textarea:not(:focus):-ms-input-placeholder {
  border-color: #111B2E;
}
input:not(:focus):placeholder-shown, textarea:not(:focus):placeholder-shown {
  border-color: #111B2E;
}
input:not(:focus):-moz-placeholder-shown ~ .icon, textarea:not(:focus):-moz-placeholder-shown ~ .icon {
  display: none;
}
input:not(:focus):-ms-input-placeholder ~ .icon, textarea:not(:focus):-ms-input-placeholder ~ .icon {
  display: none;
}
input:not(:focus):placeholder-shown ~ .icon, textarea:not(:focus):placeholder-shown ~ .icon {
  display: none;
}
input:not(:focus):-moz-placeholder-shown .label-descr, textarea:not(:focus):-moz-placeholder-shown .label-descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  top: calc(50% - 12px);
  left: 0;
  color: #65667B;
}
input:not(:focus):-ms-input-placeholder .label-descr, textarea:not(:focus):-ms-input-placeholder .label-descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  top: calc(50% - 12px);
  left: 0;
  color: #65667B;
}
input:not(:focus):placeholder-shown .label-descr, textarea:not(:focus):placeholder-shown .label-descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  top: calc(50% - 12px);
  left: 0;
  color: #65667B;
}
input:focus, textarea:focus {
  outline: none;
  border-color: #0C469E;
}
input:focus ~ .icon, textarea:focus ~ .icon {
  display: none;
}
input:focus ~ .label-descr, textarea:focus ~ .label-descr {
  color: #0C469E;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  top: 2.5px;
}
input:focus:valid, textarea:focus:valid {
  border-color: #0C469E;
}
input:focus:valid ~ .icon-ok, textarea:focus:valid ~ .icon-ok {
  display: none;
}
input:focus:valid ~ .label-descr, textarea:focus:valid ~ .label-descr {
  color: #0C469E;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  top: 2.5px;
}
input:valid, textarea:valid {
  border-color: #1B1B18;
}
input:valid ~ .icon-ok, textarea:valid ~ .icon-ok {
  display: block;
}
input:valid ~ .label-descr, textarea:valid ~ .label-descr {
  color: #4D4F5B;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  top: 2.5px;
}
input:invalid:not(:focus):not(:-moz-placeholder-shown), textarea:invalid:not(:focus):not(:-moz-placeholder-shown) {
  border-color: #FF002E;
}
input:invalid:not(:focus):not(:-ms-input-placeholder), textarea:invalid:not(:focus):not(:-ms-input-placeholder) {
  border-color: #FF002E;
}
input:invalid:not(:focus):not(:placeholder-shown), textarea:invalid:not(:focus):not(:placeholder-shown) {
  border-color: #FF002E;
}
input:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .icon-false, textarea:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .icon-false {
  display: block;
}
input:invalid:not(:focus):not(:-ms-input-placeholder) ~ .icon-false, textarea:invalid:not(:focus):not(:-ms-input-placeholder) ~ .icon-false {
  display: block;
}
input:invalid:not(:focus):not(:placeholder-shown) ~ .icon-false, textarea:invalid:not(:focus):not(:placeholder-shown) ~ .icon-false {
  display: block;
}
input:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .label-descr, textarea:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .label-descr {
  color: #FF002E;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  top: 2.5px;
}
input:invalid:not(:focus):not(:-ms-input-placeholder) ~ .label-descr, textarea:invalid:not(:focus):not(:-ms-input-placeholder) ~ .label-descr {
  color: #FF002E;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  top: 2.5px;
}
input:invalid:not(:focus):not(:placeholder-shown) ~ .label-descr, textarea:invalid:not(:focus):not(:placeholder-shown) ~ .label-descr {
  color: #FF002E;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  top: 2.5px;
}
@media screen and (max-width: 768px) {
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 14px;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  input::placeholder, textarea::placeholder {
    font-size: 14px;
  }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  input:-moz-placeholder, textarea:-moz-placeholder {
    font-size: 14px;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 14px;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  input:not(:focus):-moz-placeholder-shown .label-descr, textarea:not(:focus):-moz-placeholder-shown .label-descr {
    font-size: 14px;
  }
  input:not(:focus):-ms-input-placeholder .label-descr, textarea:not(:focus):-ms-input-placeholder .label-descr {
    font-size: 14px;
  }
  input:not(:focus):placeholder-shown .label-descr, textarea:not(:focus):placeholder-shown .label-descr {
    font-size: 14px;
  }
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* check */
.check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #1B1B18;
}

.check-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.check-box {
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #D9D8D1;
}

.check-input:checked + .check-box {
  background: #0C469E;
  border-color: #0C469E;
}
.check-input:checked + .check-box::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 8px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-white");
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.radio .check-box {
  border-radius: 100%;
}

/* send */
.send-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FAF9F4;
  padding: 40px 50px;
}
.send-form form {
  width: 100%;
}
.send-form .h4, .send-form .h6 {
  color: #1B1B18;
  margin-bottom: 10px;
}
.send-form .text {
  margin-bottom: 25px;
}
.send-form .text p {
  color: #45453C;
}
.send-form-success {
  display: none;
  position: relative;
  text-align: center;
  padding-top: 68px;
}
.send-form-success::before {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-circle-big");
  top: 0;
  left: calc(50% - 24px);
}
.send-form-success-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.send-form-success-header .h4 {
  color: #1B1B18;
  margin-bottom: 10px;
}
.send-form-success-header p {
  color: #45453C;
  margin-bottom: 0;
}
.send-form-success .h6 {
  color: #1B1B18;
  margin-bottom: 10px;
}
.send-form-success-tel {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  color: #0C469E;
  letter-spacing: -0.5px;
  text-decoration: underline;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .send-form {
    padding: 20px;
  }
  .send-form .text {
    margin-bottom: 20px;
  }
  .send-form-success {
    display: none;
    padding: 56px 10px 5px;
  }
  .send-form-success::before {
    width: 36px;
    height: 36px;
  }
  .send-form-success-header {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .send-form-success .h6 {
    margin-bottom: 6px;
  }
  .send-form-success-tel {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 20px;
  }
}

/* styling select */
.widget select,
.no__widget .select {
  display: none;
}

.widget {
  display: block;
}

.choice-holder {
  position: relative;
}
.choice-input {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 27px;
  line-height: 27px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #424243;
  margin-bottom: 10px;
}

.select.active,
.select:focus {
  outline: none;
}

.select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #1B1B18;
  font-family: "DM Sans Variable";
  font-size: 16px;
  font-weight: 400;
  color: #1B1B18;
  cursor: pointer;
  text-align: left;
}
.select::after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 8px;
  height: 12px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arrow-down-right");
  right: 12px;
  top: calc(50% - 3px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.select .value {
  position: relative;
  opacity: 0;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  height: 56px;
  color: #45453C;
  padding-right: 30px;
  padding-top: 15px;
}
.select .value-title {
  position: absolute;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  top: calc(50% - 12px);
  left: 0;
  color: #45453C;
}
.select.elected .value {
  opacity: 1;
}
.select.elected .value-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  top: 2.5px;
}
.select .scroll-wrapper {
  position: absolute;
  right: 0;
  top: 57px;
  z-index: 5;
  width: calc(100% + 2px);
  max-height: 0;
  background-color: #FAF9F4;
  border-radius: 0 0 5px 5px;
  border: 1px solid transparent;
  border-top: none;
  overflow: hidden;
  padding: 0 12px;
  margin-right: -1px;
}
.select .optList {
  height: 214px;
  margin-bottom: 0;
}
.select .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  cursor: pointer;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #424243;
  border-radius: 5px;
  padding: 4px 7px;
}
.select .option-flag {
  width: 18px;
  height: 18px;
  margin: 0;
}
.select .option:hover {
  background: #F8F5F1;
}
.select.active {
  border-radius: 5px 5px 0 0;
}
.select.active::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 1;
}
.select.active .scroll-wrapper {
  z-index: 10;
  border-color: rgba(0, 0, 0, 0.15);
  max-height: 256px;
}
.select.active .scroll-wrapper .scroll {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .select {
    font-size: 14px;
  }
  .select .value {
    font-size: 14px;
  }
  .select .value-title {
    font-size: 14px;
  }
}

.form-rating-heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #1B1B18;
  margin-bottom: 10px;
}

.rate {
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 1px;
  margin-bottom: 15px;
}
.rate:not(:checked) > input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.rate:not(:checked) > label {
  position: relative;
  width: 21px;
  min-width: 21px;
  height: 20px;
}
.rate:not(:checked) > label::before {
  display: block;
  content: "";
  width: 21px;
  height: 20px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--star");
}
.rate > input:checked ~ label::before {
  background-image: url("../img/sprite.svg#sprite--star-active");
}
.rate:not(:checked) > label:hover ~ label::before, .rate:not(:checked) > label:hover::before {
  background-image: url("../img/sprite.svg#sprite--star-hover");
}
.rate > input:checked + label:hover::before,
.rate > input:checked + label:hover ~ label::before,
.rate > input:checked ~ label:hover::before,
.rate > input:checked ~ label:hover ~ label::before,
.rate > label:hover ~ input:checked ~ label::before {
  background-image: url("../img/sprite.svg#sprite--star-hover");
}

/* header */
.header {
  position: absolute;
  z-index: 110;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 24px 0;
}
.header.header_fixed {
  position: fixed;
  background: #040D1C;
}
.header.header_mob {
  background: #040D1C;
}
.header.header_mob .header-info {
  opacity: 0;
}
.header_light {
  background: #FAF9F4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header_light.header_fixed {
  background: #FAF9F4;
}
.header_light.header_mob {
  background: #040D1C;
}
.header_light .header-contact-title {
  color: #1B1B18;
}
.header_light .header-contact-tel {
  color: #0C469E;
}
.header_light .header-contact-tel:hover {
  color: #001D48;
}
.header_light .hamburger {
  background-image: url("../img/sprite.svg#sprite--hamburger-dark");
}
.header_border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.header .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-info {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.header-contact {
  text-align: center;
}
.header-contact-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  margin-bottom: 2px;
}
.header-contact-tel {
  font-weight: 800;
  font-size: 23px;
  line-height: 30px;
  text-decoration: underline;
  color: #FDE400;
}
.header-contact-tel:hover {
  color: #FFF179;
}
@media screen and (min-width: 1170px) {
  .header_light .menu-child svg {
    fill: #1B1B18;
  }
  .header_light .menu-child:hover .menu-link {
    color: #0C469E;
  }
  .header_light .menu-child:hover > svg {
    fill: #0C469E;
  }
  .header_light .menu-link {
    color: #1B1B18;
  }
  .header_light .menu-link:hover {
    color: #0C469E;
  }
  .header_light .downmenu-block {
    background: #fff;
  }
  .header_light .submenu__item svg {
    fill: #1B1B18;
  }
  .header_light .submenu__item:hover .submenu-link {
    color: #0C469E;
  }
  .header_light .submenu__item:hover svg {
    fill: #0C469E;
  }
  .header_light .submenu-link {
    color: #1B1B18;
  }
  .header_light .seconddown {
    scrollbar-color: #fff transparent;
  }
  .header_light .seconddown::-webkit-scrollbar-thumb {
    background-color: #fff;
  }
  .header_light .seconddown::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
  }
  .header_light .seconddown::-webkit-scrollbar-thumb:active {
    background-color: #fff;
  }
  .header_light .secondsubmenu-link {
    color: #1B1B18;
  }
  .header_light .secondsubmenu-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #0C469E;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 11px 0;
  }
  .header .logo img {
    width: 152px;
    height: 30px;
  }
  .header-contact-title {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 0;
  }
  .header-contact-tel {
    font-size: 16px;
    line-height: 24px;
  }
}

/* navigation */
@media screen and (min-width: 1170px) {
  .navigation {
    overflow: visible;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .navigation-body {
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 22px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .navigation .close, .navigation .downmenu-open, .navigation .submenu-toggle, .navigation .btn-close {
    display: none;
  }
}
@media screen and (max-width: 1170px) {
  .navigation {
    position: fixed;
    z-index: 105;
    text-align: right;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    direction: rtl;
  }
  .navigation-body {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(100% - 60px);
    height: 100%;
    background: #fff;
  }
  .navigation.open {
    width: 375px;
    padding-right: 60px;
  }
  .navigation .close, .navigation .downmenu-open, .navigation .submenu-toggle, .navigation .btn-close {
    display: block;
  }
  .navigation .close {
    position: absolute;
    width: 24px;
    height: 24px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--close");
    top: 18px;
    right: 20px;
  }
  .navigation .btn-close {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #656E80;
    padding: 20px;
    padding-left: 47px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .navigation .btn-close::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 12px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--arrow-down-right");
    left: 20px;
    top: calc(50% - 6px);
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
@media screen and (max-width: 450px) {
  .navigation.open {
    width: 100%;
  }
}

.menu {
  margin-bottom: 0;
}
.menu__item {
  line-height: 22px;
}
.menu-link {
  position: relative;
  z-index: 5;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}
@media screen and (min-width: 1170px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 22px;
  }
  .menu-child {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
  .menu-child svg {
    width: 6px;
    min-width: 6px;
    fill: #fff;
  }
  .menu-child:hover .menu-link {
    color: #FDE400;
  }
  .menu-child:hover .submenu {
    max-height: 2000px;
    overflow: visible;
    padding: 10px 0;
    margin-top: 30px;
  }
  .menu-child:hover > svg {
    fill: #FDE400;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .menu-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }
  .menu-link:hover {
    color: #FDE400;
  }
}
@media screen and (max-width: 1400px) {
  .menu-child:last-child .seconddown {
    left: auto;
    right: 260px;
  }
}
@media screen and (max-width: 1170px) {
  .menu {
    direction: ltr;
  }
  .menu__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    text-align: left;
    padding: 20px;
  }
  .menu-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-child > svg {
    display: none;
  }
  .menu-child.open .downmenu {
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
  }
}

.downmenu {
  position: absolute;
  z-index: 2;
  top: 0;
}
@media screen and (min-width: 1170px) {
  .downmenu {
    left: -20px;
  }
  .downmenu-block {
    background: #1B1B18;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 1170px) {
  .downmenu {
    display: none;
    z-index: 10;
    width: calc(100% - 60px);
  }
  .downmenu-open {
    width: 8px;
    height: 12px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--arrow-down-right");
    margin-left: auto;
  }
}

.submenu {
  margin-bottom: 0;
  margin-left: 0;
}
.submenu__item {
  line-height: 22px;
}
.submenu-link {
  font-weight: 500;
  line-height: 22px;
}
@media screen and (min-width: 1170px) {
  .submenu {
    position: relative;
    z-index: 5;
    max-height: 0;
    overflow: hidden;
    width: 260px;
  }
  .submenu-child {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .submenu-child:first-child .seconddown {
    top: -10px;
  }
  .submenu__item {
    padding: 8px 20px;
  }
  .submenu__item svg {
    width: 6px;
    min-width: 6px;
    fill: #fff;
    margin-left: auto;
  }
  .submenu__item:hover .seconddown {
    width: 250px;
  }
  .submenu__item:hover .secondsubmenu {
    padding: 10px 0;
  }
  .submenu__item:hover .submenu-link {
    color: #FDE400;
  }
  .submenu__item:hover svg {
    fill: #FDE400;
  }
  .submenu-link {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
  }
}
@media screen and (max-width: 1170px) {
  .submenu__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 20px;
  }
  .submenu-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .submenu-child > svg {
    display: none;
  }
  .submenu-child.open .seconddown {
    max-height: 2000px;
    padding-top: 20px;
  }
  .submenu-child.open .submenu-link {
    color: #0500FF;
  }
  .submenu-child.open .submenu-toggle svg {
    fill: #0500FF;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .submenu-toggle {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
  }
  .submenu-toggle svg {
    width: 6px;
    min-width: 6px;
    fill: #394252;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media screen and (min-width: 1170px) {
  .seconddown {
    position: absolute;
    width: 0;
    top: 0;
    left: 260px;
    max-height: 450px;
    overflow: auto;
    -ms-scroll-chaining: none;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: thin;
    scrollbar-color: #040D1C transparent;
  }
  .seconddown::-webkit-scrollbar {
    width: 4px;
    height: 50%;
  }
  .seconddown::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .seconddown::-webkit-scrollbar-thumb {
    background-color: #040D1C;
    border-radius: 5px;
    min-height: 50%;
    min-width: 4px;
  }
  .seconddown::-webkit-scrollbar-thumb:hover {
    background-color: #040D1C;
  }
  .seconddown::-webkit-scrollbar-thumb:active {
    background-color: #040D1C;
  }
}
@media screen and (max-width: 1170px) {
  .seconddown {
    min-width: 100%;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
  }
}

.secondsubmenu {
  margin-bottom: 0;
}
.secondsubmenu__item {
  line-height: 22px;
}
.secondsubmenu-link {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}
@media screen and (min-width: 1170px) {
  .secondsubmenu {
    overflow: hidden;
  }
  .secondsubmenu-link {
    display: block;
    color: #fff;
    padding: 8px 20px;
  }
  .secondsubmenu-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #FDE400;
  }
}
@media screen and (max-width: 1170px) {
  .secondsubmenu__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .secondsubmenu-link {
    color: #394252;
  }
}

/* lang */
.lang {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.lang-desktop {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (min-width: 1170px) {
  .lang-mob {
    display: none;
  }
}
@media screen and (max-width: 1170px) {
  .lang {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    direction: ltr;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px;
  }
  .lang-desktop {
    display: none;
  }
  .lang-mob {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #1B1B18;
  }
}

/* hamburger */
.hamburger {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 14px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--hamburger");
}
@media screen and (min-width: 1170px) {
  .hamburger {
    display: none;
  }
}

/* hero */
.hero {
  position: relative;
  color: #fff;
  overflow: hidden;
  padding: 160px 0 80px;
  margin-bottom: 80px;
}
.hero .container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.hero .h1, .hero .h1_big, .hero .h2, .hero .h6 {
  color: #fff;
}
.hero .list-check-light li:not(:last-child) {
  margin-bottom: 5px;
}
.hero_dark {
  background: #040D1C;
}
.hero-header:last-child .h1 {
  margin-bottom: 0;
}
.hero-bg {
  display: block;
  position: absolute;
  z-index: 0;
  inset: 0;
}
.hero-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.hero-text {
  position: relative;
  max-width: 736px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hero-text:has(+ .hero-main-img) {
  position: relative;
  z-index: 1;
}
.hero-text .hero-tel {
  display: inline-block;
  position: relative;
  text-decoration: underline;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  color: #FDE400;
  letter-spacing: -0.5px;
  padding-left: 61px;
}
.hero-text .hero-tel::before {
  position: absolute;
  content: "";
  width: 46px;
  height: 46px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--tel-icon");
  left: 0;
  top: calc(50% - 23px);
}
.hero-text .hero-tel:hover {
  color: #FFF179;
}
.hero .text {
  margin-bottom: 30px;
}
.hero .text p {
  font-size: 20px;
  line-height: 28px;
}
.hero .rating {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 12px;
}
.hero .rating.flexbox-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.hero .rating:not(:last-child) {
  margin-bottom: 40px;
}
.hero .rating-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.hero .rating-total {
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  color: #181818;
}
.hero-title {
  color: #BEBEB8;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.hero-title_border {
  display: inline-block;
  border: 1px solid #FDE400;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  color: #FDE400;
  padding: 6px 10px;
  margin-bottom: 16px;
}
.hero-over {
  color: #fff;
  margin-top: 40px;
}
.hero-over-over {
  font-size: 30px;
  font-weight: 700;
  line-height: 39px;
}
.hero-over-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.hero-lawyer {
  position: relative;
  width: 460px;
}
.hero-lawyer-img {
  position: relative;
  display: block;
  padding: 0 29px;
}
.hero-lawyer-img img {
  position: relative;
  z-index: 1;
}
.hero-lawyer-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 390px;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 0;
}
.hero-lawyer .hero-over {
  position: absolute;
  z-index: 2;
  bottom: 0;
  display: inline-block;
  background: #F3F0E2;
  color: #1B1B18;
  padding: 24px;
}
.hero .send-form {
  position: relative;
  z-index: 2;
  width: 480px;
  padding-top: 30px;
}
.hero .send-form .h4 {
  margin-bottom: 25px;
}
.hero .text-descr {
  max-width: 467px;
  border-left: 1px solid #FDE400;
  padding-left: 30px;
}
.hero .text-descr p {
  font-size: 17px;
  line-height: 26px;
}
.hero .text-descr p:last-child {
  margin-bottom: 0;
}
.hero .text-block-btn {
  display: none;
}
.hero-main, .hero-case {
  padding: 140px 0 80px;
  margin-bottom: 60px;
}
.hero-main .h1, .hero-main h1, .hero-case .h1, .hero-case h1 {
  margin-bottom: 20px;
}
.hero-main .h6, .hero-case .h6 {
  margin-top: 30px;
}
.hero-main .text, .hero-case .text {
  margin-bottom: 40px;
}
.hero-main .text p, .hero-case .text p {
  font-size: 18px;
  line-height: 140%;
}
.hero-main .btn:not(:last-child), .hero-case .btn:not(:last-child) {
  margin-bottom: 30px;
}
.hero-main-over, .hero-case-over {
  position: absolute;
  right: 100px;
  top: 189px;
  width: 213px;
  background: rgba(97, 94, 79, 0.9);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 10px 16px 10px 45px;
}
.hero-main-over::before, .hero-case-over::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--checkmark");
  left: 16px;
  top: calc(50% - 14px);
}
.hero-main-over-heading, .hero-case-over-heading {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}
.hero-main-over p, .hero-case-over p {
  font-size: 15px;
  font-weight: 400;
  line-height: 110%;
  color: #fff;
  margin-bottom: 0;
}
.hero-main .container, .hero-case .container {
  position: relative;
}
.hero-main .container:has(.hero-main-img), .hero-case .container:has(.hero-main-img) {
  position: static;
}
.hero-main .hero-owner, .hero-case .hero-owner {
  position: absolute;
  right: 20px;
  bottom: 0;
}
.hero-case .list-check-light li {
  font-weight: 600;
  color: #FDE400;
}
.hero-state {
  margin-bottom: 60px;
}
.hero-state .hero-text {
  max-width: 558px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 142px;
}
.hero-state .hero-owner {
  margin-top: 60px;
}
.hero-state .rating {
  width: 334px;
  margin-bottom: 60px;
}
.hero-state .rating svg {
  margin-bottom: 12px;
}
.hero-about .container {
  gap: 20px;
}
.hero-about .hero-text {
  max-width: 640px;
}
.hero-about .hero-lawyer {
  padding-left: 70px;
}
.hero-about .hero-over {
  left: 0;
}
.hero-about .h1 {
  margin-bottom: 40px;
}
.hero-about .blockquote {
  background: transparent;
  border-left: 1px solid #FDE400;
  padding: 0;
  padding-left: 30px;
  margin: 0;
}
.hero-about .blockquote .text {
  margin-bottom: 20px;
}
.hero-about .blockquote .text p {
  font-size: 17px;
  line-height: 26px;
}
.hero-about .blockquote .cite .h4 {
  display: block;
  color: #fff;
  margin-bottom: 4px;
}
.hero-about .blockquote .cite-position {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #FDE400;
  padding-left: 20px;
}
.hero-contact .container {
  gap: 0 20px;
}
.hero-contact .hero-text {
  max-width: 620px;
}
.hero-contact .hero-text .text p {
  font-size: 16px;
  line-height: 24px;
}
.hero-contact .hero-tel {
  margin-bottom: 32px;
}
.hero-contact .hero-lawyer {
  padding-right: 70px;
}
.hero-contact .hero-over {
  right: 0;
}
.hero-contact .h1 {
  margin-bottom: 20px;
}
.hero-blog {
  margin-bottom: 60px;
}
.hero-blog .hero-text {
  max-width: 650px;
  margin-bottom: 50px;
}
.hero-blog .hero-text .h1 {
  margin-bottom: 20px;
}
.hero-blog .hero-text .text p {
  font-size: 17px;
  line-height: 26px;
}
.hero-post {
  overflow: visible;
  padding: 140px 0 0;
  margin-bottom: 176px;
}
.hero-post-img {
  position: relative;
  bottom: -116px;
}
.hero-post-img::before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 230px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(38.94%, rgba(0, 0, 0, 0.41)), color-stop(75%, rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.41) 38.94%, rgba(0, 0, 0, 0.8) 75%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.41) 38.94%, rgba(0, 0, 0, 0.8) 75%);
  bottom: 0;
  left: 0;
  right: 0;
}
.hero-post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-post-img .h2 {
  position: absolute;
  max-width: 840px;
  z-index: 2;
  bottom: 50px;
  left: 70px;
  right: 70px;
  margin-bottom: 0;
}
.hero-post .hero-header {
  margin-bottom: -116px;
}
.hero-post .hero-text {
  max-width: 100%;
}
.hero-post .update {
  gap: 34px;
  margin-bottom: 40px;
}
.hero-post .update__item {
  font-size: 15px;
  line-height: 18px;
  color: #fff;
}
.hero-post .update__item a {
  text-decoration: underline;
}
.hero-post .update__item:not(:last-child)::before {
  width: 5px;
  height: 5px;
  border-radius: 0;
  background: #BEBEB8;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 2.5px);
  right: -20px;
}
.hero-author {
  margin-bottom: 60px;
}
.hero-author .h1 {
  margin-bottom: 0;
}
.hero-author .hero-header {
  margin-bottom: 20px;
}
.hero-author .hero-text {
  max-width: 100%;
}
.hero-author-feature {
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.hero-author-feature__item {
  display: inline-block;
  background: #F2F0E5;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #1B1B18;
  padding: 8px 12px;
}
.hero-author-img {
  position: absolute;
  top: 0;
}
.hero-author-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-author .text p {
  font-size: 16px;
  line-height: 26px;
}
.hero-author .soc {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hero-author .soc-link {
  width: 38px;
  height: 38px;
}
.hero-owner {
  display: inline-block;
  background: rgba(97, 94, 79, 0.9);
  padding: 10px 18px 12px 18px;
}
.hero-owner-name {
  font-family: "DM Serif Text";
  font-size: 26px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 2px;
}
.hero-owner-position {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.hero-review .container {
  gap: 30px 20px;
}
.hero-review .hero-text {
  max-width: 672px;
}
.hero-review .hero-review_bottom .h6 {
  color: #fff;
}
.hero-review .hero-review-block {
  width: 428px;
  min-width: 428px;
}
.hero-review .hero-review-block .reviews-blockquote {
  background: #fff;
  margin-top: 10px;
}
.hero-review .hero-review-block .reviews-blockquote-promo p {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  color: #1B1B18;
}
.hero-review .hero-review-block .reviews-blockquote .cite {
  gap: 10px;
}
.hero-review .hero-review-block .reviews-blockquote .cite-user {
  width: 42px;
  height: 42px;
}
.hero-review .hero-review-block .reviews-blockquote .cite img {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  margin: 0;
}
.hero-review .hero-review-rating {
  background: #FAF9F4;
  gap: 25px;
  padding: 30px;
}
.hero-review .hero-review-user, .hero-review .hero-review-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hero-review .hero-review-user {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 25px;
}
.hero-review .hero-review-user .hero-review-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #181818;
  margin-bottom: 4px;
}
.hero-review .hero-review-user .rating {
  margin-bottom: 0;
}
.hero-review .hero-review-user .rating-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: #666666;
}
.hero-review .hero-review-text .hero-review-heading {
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  color: #181818;
  margin-bottom: 15px;
}
.hero-review .hero-review-text .btn {
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 800;
}
@media screen and (min-width: 992px) {
  .hero-main-img, .hero-case-img {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
  }
  .hero-state .hero-text .btn {
    display: none;
  }
  .hero-author .hero-text {
    position: relative;
    padding-left: 430px;
  }
  .hero-author-img {
    left: 0;
    width: 350px;
    height: 350px;
  }
  .hero-author-img img {
    width: 350px;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1000px) {
  .hero-contact .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-contact .hero-text {
    max-width: 100%;
  }
  .hero-contact .hero-lawyer {
    margin: 0 auto;
  }
  .hero-contact .hero-over {
    bottom: -1px;
  }
}
@media screen and (max-width: 992px) {
  .hero-text {
    max-width: 546px;
  }
  .hero-bg {
    right: -300px;
  }
  .hero-bg img {
    -o-object-position: top right;
       object-position: top right;
  }
  .hero-main .container:has(.hero-main-img), .hero-case .container:has(.hero-main-img) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .hero-main-img, .hero-case-img {
    position: relative;
    margin-inline: auto;
    margin-bottom: -135px;
  }
  .hero-main .hero-text:has(+ .hero-main-img), .hero-case .hero-text:has(+ .hero-main-img) {
    max-width: 100%;
  }
  .hero-state .send-form {
    display: none;
  }
  .hero-state .hero-text {
    margin-right: 0;
  }
  .hero-state .hero-text .btn {
    margin-top: 30px;
  }
  .hero-state .hero-bg {
    right: -600px;
  }
  .hero-about .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-about .hero-text {
    max-width: 100%;
    min-width: 100%;
  }
  .hero-author .hero-header {
    position: relative;
    min-height: 115px;
    padding-right: 130px;
  }
  .hero-author-img {
    right: 0;
    width: 115px;
    height: 115px;
  }
  .hero-author-img img {
    width: 115px;
    height: 115px;
  }
  .hero-review .hero-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
    min-width: 100%;
  }
  .hero-review .hero-text .btn {
    width: 100%;
  }
  .hero-review .hero-review {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .hero-review .hero-review-block {
    width: 100%;
    min-width: 10%;
  }
  .hero-review .hero-review-block .reviews-blockquote {
    display: none;
  }
  .hero-review .hero-review-block .rating {
    gap: 2px 6px;
  }
  .hero-review .hero-review-block .rating-total {
    font-size: 30px;
    line-height: 32px;
  }
  .hero-review .hero-review-block .rating-title {
    font-size: 12px;
    line-height: 14px;
  }
  .hero-review .hero-review-rating {
    gap: 15px;
    padding: 20px;
  }
  .hero-review .hero-review-user {
    min-width: 150px;
    padding-right: 15px;
  }
  .hero-review .hero-review-user .hero-review-heading {
    font-size: 15px;
    line-height: 120%;
  }
  .hero-review .hero-review-text .hero-review-heading {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 10px;
  }
  .hero-review .hero-review-text .btn {
    height: 36px;
    line-height: 36px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    padding: 90px 0 70px;
    margin-bottom: 50px;
  }
  .hero-bg {
    right: 0;
  }
  .hero-bg img {
    -o-object-position: top center;
       object-position: top center;
  }
  .hero_width_mob .hero-header {
    max-width: 300px;
  }
  .hero_width_mob .rating {
    max-width: 300px;
  }
  .hero_width_mob .text {
    max-width: 270px;
  }
  .hero_width_mob .text-descr {
    max-width: 280px;
  }
  .hero-text .btn {
    width: 100%;
    font-size: 16px;
  }
  .hero .text {
    margin-bottom: 22px;
  }
  .hero .text p {
    font-size: 17px;
    line-height: 24px;
  }
  .hero .rating {
    gap: 10px;
  }
  .hero .rating svg {
    max-width: 105px;
    min-width: 105px;
  }
  .hero .rating:not(:last-child) {
    margin-bottom: 28px;
  }
  .hero .rating-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
  .hero .text-descr {
    padding-left: 16px;
    margin-bottom: 30px;
  }
  .hero .text-descr p {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
  }
  .hero .text-block {
    max-height: 150px;
    overflow: hidden;
  }
  .hero .text-block-btn {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: underline;
    color: #fff;
  }
  .hero .text-block.open {
    max-height: 1000px;
  }
  .hero-title, .hero-title_border {
    font-size: 14px;
    line-height: 22px;
  }
  .hero-main-img, .hero-case-img {
    margin-bottom: -70px;
  }
  .hero-main-over, .hero-case-over {
    right: 50px;
    top: 93px;
    width: 106px;
    padding: 5px 7px 5px 25px;
  }
  .hero-main-over::before, .hero-case-over::before {
    width: 14px;
    height: 14px;
    left: 5px;
    top: calc(50% - 7px);
  }
  .hero-main-over-heading, .hero-case-over-heading {
    font-size: 10px;
    margin-bottom: 1px;
  }
  .hero-main-over p, .hero-case-over p {
    font-size: 7px;
  }
  .hero-main .rating, .hero-case .rating {
    max-width: 100%;
    min-width: 100%;
  }
  .hero-lawyer {
    width: 335px;
    padding-left: 50px;
  }
  .hero-lawyer-img {
    padding: 0 22px;
  }
  .hero-lawyer-img::before {
    height: 284px;
  }
  .hero-lawyer .hero-over {
    padding: 18px;
  }
  .hero-lawyer .hero-over-over {
    font-size: 22px;
    line-height: 28px;
  }
  .hero-lawyer .hero-over-text {
    font-size: 12px;
    line-height: 15px;
  }
  .hero-state .hero-case-title {
    font-size: 13px;
    line-height: 18px;
    padding: 4px 8px;
    margin-bottom: 15px;
  }
  .hero-state .hero-bg {
    right: -400px;
  }
  .hero-state .rating {
    margin-bottom: 25px;
  }
  .hero-state .rating svg {
    margin-bottom: 10px;
  }
  .hero-state .btn {
    width: 100%;
  }
  .hero-about {
    padding-bottom: 50px;
  }
  .hero-about .h1 {
    margin-bottom: 20px;
  }
  .hero-about .blockquote {
    padding-left: 20px;
  }
  .hero-about .blockquote .text {
    margin-bottom: 15px;
  }
  .hero-about .blockquote .text p {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-about .blockquote .cite {
    display: block;
  }
  .hero-contact .container {
    gap: 0 20px;
  }
  .hero-contact .hero-tel {
    font-size: 24px;
    line-height: 36px;
    padding-left: 46px;
  }
  .hero-contact .hero-tel::before {
    position: absolute;
    content: "";
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
  }
  .hero-contact .hero-lawyer {
    padding-left: 0;
  }
  .hero-contact .hero-lawyer-img {
    position: relative;
    display: block;
    padding: 0 29px;
  }
  .hero-contact .hero-lawyer-img img {
    position: relative;
    z-index: 1;
  }
  .hero-contact .hero-lawyer-img::before {
    height: 151px;
  }
  .hero-contact .hero-lawyer .hero-over {
    padding: 14px 15px;
  }
  .hero-contact .hero-lawyer .hero-over-over {
    font-size: 18px;
    line-height: 23px;
  }
  .hero-blog {
    padding-bottom: 50px;
  }
  .hero-blog .hero-text .text p {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-post {
    padding: 85px 0 0;
    margin-bottom: 70px;
  }
  .hero-post-img {
    bottom: -40px;
  }
  .hero-post-img::before {
    height: 150px;
  }
  .hero-post-img .h2 {
    font-size: 25px;
    line-height: 120%;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .hero-post .hero-header {
    margin-bottom: -40px;
  }
  .hero-post .update {
    gap: 24px;
  }
  .hero-post .update__item {
    font-size: 14px;
    line-height: 17px;
  }
  .hero-post .update__item:not(:last-child)::before {
    right: -13px;
  }
  .hero-author {
    padding-bottom: 50px;
    margin-bottom: 40px;
  }
  .hero-author .hero-header {
    margin-bottom: 25px;
  }
  .hero-author-feature {
    gap: 6px;
    margin-bottom: 25px;
  }
  .hero-author-feature__item {
    font-size: 14px;
    color: #1B1B18;
    padding: 5px 10px;
  }
  .hero-author .text p {
    font-size: 15px;
    line-height: 24px;
  }
  .hero-author .soc {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .hero-author .soc-link {
    width: 31px;
    height: 31px;
  }
  .hero-owner {
    display: none;
  }
  .hero-review {
    padding: 90px 0 50px;
  }
}
@media screen and (max-width: 551px) {
  .hero .send-form {
    width: 100%;
  }
  .hero-state .hero-bg {
    right: 0;
  }
  .hero-main h1, .hero-main .h1, .hero-case h1, .hero-case .h1 {
    max-width: 280px;
  }
}
@media screen and (max-width: 400px) {
  .hero .hero-lawyer {
    width: 100%;
  }
}

/* area */
.area {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 30px;
  margin-bottom: 30px;
}
.area__item {
  position: relative;
  background: #fff;
  padding: 30px;
  padding-bottom: 72px;
}
.area__item img {
  width: 46px;
  height: 46px;
  margin: 0;
  margin-bottom: 25px;
}
.area__item .h4 {
  font-family: "DM Sans Variable";
  font-weight: 700;
  margin-bottom: 25px;
}
.area__item .link {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .area {
    grid-gap: 20px;
    margin-bottom: 20px;
  }
  .area__item {
    padding: 20px;
    padding-bottom: 62px;
  }
  .area__item img {
    margin-bottom: 15px;
  }
  .area__item .h4 {
    margin-bottom: 20px;
  }
  .area__item .link {
    left: 20px;
    bottom: 20px;
  }
}

/* results */
.results {
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.results-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 520px;
  margin: 0;
}
.results-img {
  width: 580px;
}
.results__item {
  position: relative;
  height: auto !important;
  padding: 25px;
}
.results__item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.results__item .text p {
  color: #FFFFFF;
}
.results__item .results-line {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
}
.results__item .results-line-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.results__item.active {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background: #040D1C;
  border-color: #040D1C;
}
.results__item.active .results-heading {
  color: #fff;
}
.results__item.active .results-text {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  max-height: 700px;
  padding-top: 8px;
}
.results__item.active .results-line-inner {
  width: 100%;
  -webkit-transition: width 3.5s;
  -o-transition: width 3.5s;
  transition: width 3.5s;
}
.results-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #101028;
  letter-spacing: -0.4px;
}
.results-text {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  max-height: 0;
  overflow: hidden;
}
.results-sum {
  color: #FDE400;
  font-weight: 700;
  margin-bottom: 16px;
}
.results-sum-number {
  font-size: 36px;
  line-height: 47px;
}
.results-sum-title {
  font-size: 18px;
  line-height: 27px;
}
@media screen and (min-width: 992px) {
  .results_right {
    margin-bottom: 30px;
  }
  .results_right .results-block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .results_right .results-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 992px) {
  .results {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .results-block {
    max-width: 100%;
    min-width: 100%;
  }
  .results_right {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .results__item {
    padding: 20px;
  }
  .results-heading {
    font-size: 18px;
    line-height: 27px;
  }
  .results-sum-number {
    font-size: 32px;
    line-height: 42px;
  }
  .results-sum-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 600px) {
  .results-img {
    width: 100%;
  }
}

/* mission */
.mission-text {
  gap: 40px 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 50px;
}
.mission-win {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 458px;
  padding-bottom: 91px;
}
.mission-wins {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mission-wins-img img {
  width: 70px;
  height: 70px;
}
.mission-wins-img:not(:first-child) {
  margin-left: -20px;
}
.mission-blockquote {
  max-width: 662px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #FDE400;
  padding-left: 30px;
}
.mission-blockquote p {
  font-size: 18px;
  line-height: 29px;
}
.mission-blockquote cite {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #BEBEB8;
}
.mission .list-check-light {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 40px;
  margin-bottom: 50px;
}
.mission .list-check-light li {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.mission .btn {
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .mission-win, .mission-blockquote {
    max-width: 100%;
    min-width: 100%;
  }
  .mission-win {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .mission-text {
    margin-bottom: 30px;
  }
  .mission-blockquote {
    padding-left: 20px;
  }
  .mission-blockquote p {
    font-size: 16px;
    line-height: 24px;
  }
  .mission-wins {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mission-wins-img img {
    width: 56px;
    height: 56px;
  }
  .mission .list-check-light {
    grid-gap: 20px;
    margin-bottom: 30px;
  }
  .mission .list-check-light li {
    font-size: 17px;
  }
  .mission .btn {
    width: 100%;
    font-size: 17px;
  }
}

/* reviews */
.reviews-block .reviews-blockquote {
  position: relative;
  border: 1px solid #D9D8D1;
  padding-left: 82px;
}
.reviews-block .reviews-blockquote:not(:last-child) {
  margin-bottom: 20px;
}
.reviews__item {
  position: relative;
  padding-top: 90px;
  padding-left: 160px;
}
.reviews-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
}
.reviews-img img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews-blockquote {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 30px;
}
.reviews-blockquote-promo {
  margin-bottom: 15px;
}
.reviews-blockquote-promo p {
  font-family: "DM Sans Italic Variable";
  font-weight: 800;
  font-size: 22px;
  line-height: 31px;
  letter-spacing: -0.5px;
}
.reviews-blockquote-promo p:last-child {
  margin-bottom: 0;
}
.reviews-blockquote .text {
  margin-bottom: 15px;
}
.reviews-blockquote cite {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.reviews-blockquote .cite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
}
.reviews-blockquote .cite-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 15px;
}
.reviews-blockquote .cite-header .cite-user, .reviews-blockquote .cite-header .cite-img {
  position: absolute;
  width: 42px;
  height: 42px;
}
.reviews-blockquote .cite-header .cite-user {
  top: 30px;
  left: 30px;
}
.reviews-blockquote .cite-header img {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  margin: 0;
}
.reviews-blockquote .cite-user {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background: #0C469E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}
.reviews-blockquote .cite-name {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: #1B1B18;
  margin-bottom: 6px;
}
.reviews-blockquote .cite-position {
  display: inline-block;
  background: #F2F0E5;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: #45453C;
  padding: 2px 6px;
}
.reviews-blockquote .cite-location {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: #69695F;
  padding-left: 19px;
}
.reviews-blockquote .cite-location::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--location");
  left: 0;
  top: 2px;
}
.reviews-rating {
  margin-bottom: 15px;
}
.reviews_mini .reviews__item {
  padding: 0;
}
.reviews_mini .reviews-blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 25px;
}
.reviews_mini .reviews-blockquote-promo p {
  font-size: 18px;
  line-height: 25px;
}
.reviews_mini .reviews-blockquote .cite {
  margin-top: auto;
}
@media screen and (max-width: 1024px) {
  .reviews-swiper, .reviews_mini-swiper {
    width: calc(100% + 20px);
    margin-right: -20px;
  }
  .reviews__item {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .reviews-block .reviews-blockquote {
    position: static;
    padding: 20px;
  }
  .reviews-block .reviews-blockquote:not(:last-child) {
    margin-bottom: 20px;
  }
  .reviews__item {
    padding-top: 140px;
    padding-left: 20px;
  }
  .reviews-img {
    width: 220px;
    height: 220px;
  }
  .reviews-img img {
    width: 220px;
    height: 200px;
  }
  .reviews-blockquote {
    padding: 20px;
  }
  .reviews-blockquote-promo {
    margin-bottom: 12px;
  }
  .reviews-blockquote-promo p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.5px;
  }
  .reviews-blockquote .text {
    margin-bottom: 12px;
  }
  .reviews-blockquote .cite-header {
    position: relative;
    padding-left: 52px;
  }
  .reviews-blockquote .cite-header .cite-user {
    top: 0;
    left: 0;
  }
  .reviews-rating {
    margin-bottom: 12px;
  }
}

/* cta */
.cta .container {
  max-width: 1380px;
}
.cta-block {
  position: relative;
  gap: 25px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #040D1C;
  color: #fff;
  padding: 50px 80px;
}
.cta .h2, .cta .h3, .cta .h4, .cta .h5, .cta .h6 {
  color: #fff;
}
.cta-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 682px;
}
.cta-get {
  background: #040D1C url("../img/cta-bg@2x.jpg") no-repeat;
  background-size: cover;
  background-position: center right;
  min-height: 258px;
  padding-right: 400px;
  margin-top: 125px;
}
.cta-get .cta-img {
  position: absolute;
  bottom: 0;
  right: 45px;
}
.cta-get .cta-text {
  max-width: 446px;
}
.cta-get_left {
  background: #040D1C url("../img/cta-bg-action@2x.jpg") no-repeat;
  background-size: cover;
  padding-left: 450px;
  padding-right: 80px;
}
.cta-get_left .cta-img {
  left: 84px;
  right: auto;
}
.cta-get_left .cta-text {
  max-width: 456px;
}
.cta-call-tel {
  display: inline-block;
  font-weight: 800;
  font-size: 33px;
  line-height: 33px;
  text-decoration: underline;
  color: #FDE400;
  margin-bottom: 10px;
}
.cta-call-tel:hover {
  color: #FFF179;
}
.cta-call-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
}
@media screen and (max-width: 1250px) {
  .cta-get {
    padding-right: 300px;
  }
  .cta-get .btn {
    width: 275px;
  }
  .cta-get_left {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .cta-get_left .cta-img {
    width: 360px;
    height: 360px;
  }
  .cta-get_left .cta-img img {
    width: 100%;
  }
  .cta-get_left .cta-text {
    max-width: 456px;
  }
}
@media screen and (max-width: 992px) {
  .cta-text {
    min-width: 100%;
    max-width: 100%;
  }
  .cta-get {
    display: block;
  }
  .cta-get .cta-text {
    max-width: 450px;
    min-width: 450px;
    margin-bottom: 30px;
  }
  .cta-get_left {
    padding-left: 350px;
    padding-right: 30px;
  }
  .cta-get_left .cta-text {
    position: relative;
    z-index: 2;
    min-width: auto;
  }
  .cta-get_left .btn {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 825px) {
  .cta-get_left {
    padding-left: 460px;
  }
  .cta-get_left .cta-img {
    width: 420px;
    height: 420px;
  }
}
@media screen and (max-width: 768px) {
  .cta-block {
    padding: 30px 25px 35px;
  }
  .cta-get, .cta-get_left {
    background: #040D1C;
    text-align: center;
    padding: 190px 30px 50px;
  }
  .cta-get .cta-text, .cta-get_left .cta-text {
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 100%;
    min-width: 100%;
  }
  .cta-get .cta-img, .cta-get_left .cta-img {
    position: absolute;
    width: 335px;
    bottom: auto;
    top: -70px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cta-call-tel {
    font-size: 29px;
    line-height: 30px;
  }
  .cta-call-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 450px) {
  .cta-get {
    background-image: url("../img/cta-bg-mob@2x.jpg");
    background-position: top center;
    background-size: cover;
  }
  .cta-get .cta-text {
    text-align: left;
  }
  .cta .btn {
    position: relative;
    width: 100%;
    display: inline-block;
    height: auto;
    line-height: 20px;
    text-align: left;
    padding: 10px 20px;
    padding-right: 30px;
  }
  .cta .btn-span {
    position: static;
    width: 178px;
    padding-right: 0;
  }
  .cta .btn-span::before {
    right: 20px;
  }
}

.article-cta {
  position: relative;
  background: #040D1C url("../img/cta-bg-mini@2x.jpg") no-repeat;
  background-size: cover;
  background-position: center right;
  min-height: 258px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 40px;
  padding: 42px 50px;
  margin: 88px auto 50px;
}
.article-cta .cta-img {
  position: absolute;
  width: 186px;
  height: 280px;
  right: 0;
  bottom: 0;
}
.article-cta .cta-img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.article-cta-text {
  position: relative;
  z-index: 2;
  max-width: 376px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.article-cta-text p {
  color: #fff;
}
.article-cta-text p:last-child {
  margin-bottom: 0;
}
.article-cta .btn {
  position: relative;
  z-index: 2;
}
.article-cta.flexbox .btn {
  width: 284px;
}
.article-cta:not(.flexbox) .cta-img {
  width: 251px;
  height: 400px;
}
.article-cta:not(.flexbox) .btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .article-cta {
    padding: 50px 30px;
    margin: 88px auto 30px;
  }
  .article-cta-text {
    min-width: 80%;
    max-width: 80%;
  }
}
@media screen and (max-width: 550px) {
  .article-cta:not(.flexbox) .btn {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .article-cta {
    background-image: url("../img/cta-bg-mob@2x.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 190px;
  }
  .article-cta-text {
    min-width: 100%;
    max-width: 100%;
  }
  .article-cta .cta-img {
    position: absolute;
    width: 100%;
    bottom: auto;
    top: -70px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .article-cta.flexbox .btn {
    width: 100%;
  }
  .article-cta:not(.flexbox) .cta-img {
    width: 100%;
    height: auto;
  }
}

/* choose */
.choose {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 60px;
}
.choose__item .h4 {
  font-family: "DM Sans Variable";
  font-weight: 700;
}
.choose__item img {
  width: 46px;
  height: 46px;
  margin: 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .choose {
    grid-gap: 30px;
  }
  .choose__item img {
    margin-bottom: 20px;
  }
}

/* help */
.help {
  counter-reset: number;
  margin-bottom: 50px;
}
.help + .btn {
  margin: 0 auto;
}
.help__item {
  position: relative;
}
.help__item::before {
  position: absolute;
  counter-increment: number;
  content: "0" counter(number);
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
}
.help__item:not(:last-child)::after {
  position: absolute;
  content: "";
  background: #919189;
}
.help__item .h5 {
  color: #FDE400;
}
.help.step-next .step-next__item::after {
  height: calc(100% - 46px);
}
.help:not(.gridbox) {
  margin: 40px 0;
}
.help:not(.gridbox) .help__item {
  padding-top: 9px;
  padding-left: 71px;
}
.help:not(.gridbox) .help__item .h5 {
  color: #0C469E;
}
.help:not(.gridbox) .help__item:not(:last-child) {
  padding-bottom: 20px;
}
.help:not(.gridbox) .help__item::before {
  top: -10px;
  left: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 22px;
  color: #1B1B18;
}
.help:not(.gridbox) .help__item::after {
  left: 22px;
  top: 46px;
  width: 1px;
  height: calc(100% - 59px);
  background: #BEBEB8;
}
.help:not(.gridbox).step-next {
  margin: 30px 0;
}
.help:not(.gridbox).step-next .step-next__item::after {
  height: calc(100% - 46px);
  top: 46px;
}
.help:not(.gridbox).step-next .step-next__item::before {
  top: 0;
}
.help:not(.gridbox).step-next .step-next__item .h5 {
  width: 100%;
  position: relative;
  padding-right: 20px;
  margin-bottom: 0;
}
.help:not(.gridbox).step-next .step-next__item .h5::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 7px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--faq");
  right: 0;
  top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.help:not(.gridbox).step-next .step-next__item .text {
  padding-top: 15px;
}
.help:not(.gridbox).step-next .step-next__item[open] .h5::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media screen and (min-width: 992px) {
  .help {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
  }
  .help__item {
    padding-right: 40px;
    padding-top: 56px;
  }
  .help__item::before {
    top: 0;
    left: 0;
  }
  .help__item::after {
    left: 59px;
    top: 17px;
    height: 1px;
    width: calc(100% - 59px);
    background: #919189;
  }
}
@media screen and (max-width: 992px) {
  .help__item {
    padding-left: 71px;
  }
  .help__item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .help__item::before {
    top: -10px;
    left: 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 22px;
  }
  .help__item::after {
    left: 22px;
    top: 46px;
    width: 1px;
    height: calc(100% - 59px);
  }
  .help.step-next .step-next__item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .help:not(.gridbox).step-next {
    margin: 20px 0;
  }
  .help:not(.gridbox).step-next .step-next__item {
    padding-left: 46px;
  }
  .help:not(.gridbox).step-next .step-next__item::after {
    left: 17px;
  }
  .help:not(.gridbox).step-next .step-next__item::before {
    top: 0;
    width: 36px;
  }
  .help:not(.gridbox).step-next .step-next__item .h5 {
    width: 100%;
    position: relative;
    padding-right: 20px;
    margin-bottom: 0;
  }
  .help:not(.gridbox).step-next .step-next__item .h5::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 7px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--faq");
    right: 0;
    top: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .help:not(.gridbox).step-next .step-next__item .text {
    padding-top: 15px;
  }
}
@media screen and (max-width: 450px) {
  .help + .btn {
    width: 100%;
  }
}

/* lawyer */
.lawyer {
  position: relative;
  min-height: 470px;
  padding-left: 380px;
  padding-top: 100px;
}
.lawyer-img {
  position: absolute;
  width: 470px;
  height: 470px;
  top: 0;
  left: 0;
}
.lawyer-img img {
  width: 470px;
  height: 470px;
}
.lawyer-text {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 40px;
}
.lawyer .h2 {
  margin-bottom: 10px;
}
.lawyer .section-header {
  margin-bottom: 25px;
}
.lawyer-descr {
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
  color: #0C469E;
}
.lawyer-blockquote {
  border-left: 1px solid #0C469E;
  padding-left: 30px;
}
.lawyer-blockquote p {
  font-family: "DM Sans Italic Variable";
  font-size: 18px;
  line-height: 29px;
}
.lawyer-blockquote cite {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #69695F;
}
@media screen and (max-width: 992px) {
  .lawyer {
    min-height: 295px;
    padding-left: 0;
    padding-right: 20px;
    padding-top: 245px;
  }
  .lawyer-img {
    width: 295px;
    height: 295px;
    left: auto;
    right: 0;
  }
  .lawyer-img img {
    width: 295px;
    height: 295px;
  }
}
@media screen and (max-width: 768px) {
  .lawyer-text {
    padding: 25px 20px;
  }
  .lawyer-descr {
    font-size: 17px;
    line-height: 28px;
  }
  .lawyer-blockquote {
    padding-left: 20px;
  }
  .lawyer-blockquote p {
    font-size: 16px;
    line-height: 24px;
  }
}

/* location */
.location .h4 {
  font-family: "DM Sans Variable";
  font-weight: 700;
  margin-bottom: 30px;
}
.location .list-rhombus.columns, .location .list-circle.columns {
  -webkit-columns: 5;
     -moz-columns: 5;
          columns: 5;
  gap: 20px;
}
.location .list-rhombus li, .location .list-circle li {
  margin-bottom: 15px;
}
.location .list-rhombus a, .location .list-circle a {
  color: #1B1B18;
}
.location .list-rhombus a:hover, .location .list-circle a:hover {
  color: #0C469E;
}
@media screen and (max-width: 992px) {
  .location .list-rhombus.columns, .location .list-circle.columns {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
@media screen and (max-width: 768px) {
  .location .h4 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .location .list-rhombus.columns, .location .list-circle.columns {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

/* get */
.get {
  gap: 35px 30px;
}
.get-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 560px;
}
.get-text .h2 {
  max-width: 393px;
  margin-bottom: 20px;
}
.get-text .section-text:last-child {
  margin-bottom: 0;
}
.get .send-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 540px;
}
.get-call {
  margin-top: 50px;
}
.get-call .h5 {
  color: #fff;
  margin-bottom: 10px;
}
.get-call-tel {
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: -0.5px;
  text-decoration: underline;
  color: #FDD400;
}
.get-call-tel:hover {
  color: #FFF179;
}
@media screen and (max-width: 992px) {
  .get-text, .get .send-form {
    max-width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .get .section-text:last-child {
    margin-bottom: 0;
  }
  .get-call {
    margin-top: 30px;
  }
  .get-call .h5 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 450px) {
  .get .btn_dark {
    text-align: center;
  }
}

/* faq */
.faq {
  gap: 30px;
}
.faq_border {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 25px;
  margin: 40px 0;
}
.faq_border .h2, .faq_border .h2_mini {
  margin-bottom: 25px;
}
.faq_border .faq-block {
  padding-top: 0;
}
.faq .section-header {
  max-width: 362px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}
.faq .section-text {
  margin-bottom: 0;
}
.faq-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 758px;
  padding-top: 60px;
}
.faq__item {
  overflow: hidden;
}
.faq__item:not(:last-child) {
  border-bottom: 1px solid rgba(17, 27, 46, 0.08);
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.faq__item .h6, .faq__item .h5 {
  position: relative;
  width: 100%;
  cursor: pointer;
  padding-right: 30px;
  margin-bottom: 0;
}
.faq__item .h6::after, .faq__item .h5::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 7px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--faq");
  right: 0;
  top: calc(50% - 3.5px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.faq__item .text p {
  color: #4D4F5B;
}
.faq__item .text p a {
  color: inherit;
}
.faq__item .text p a:hover {
  color: #062A62;
}
.faq__item .text p:first-child {
  padding-top: 10px;
}
.faq__item[open] .h6::after, .faq__item[open] .h5::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.faq_line .faq__item:first-child {
  border-top: 1px solid rgba(17, 27, 46, 0.08);
  padding-top: 25px;
}
.faq_line .faq__item:last-child {
  border-bottom: 1px solid rgba(17, 27, 46, 0.08);
  padding-bottom: 25px;
}
.faq_line .faq__item .text p {
  color: #1B1B18;
}
@media screen and (max-width: 800px) {
  .faq .section-header, .faq-block {
    min-width: 100%;
    max-width: 100%;
  }
  .faq-block {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .faq_border {
    padding: 20px;
    margin: 30px 0;
  }
  .faq_border .section-title {
    margin-bottom: 5px;
  }
  .faq__item:not(:last-child) {
    padding-bottom: 20px;
  }
  .faq__item .text p:first-child {
    padding-top: 20px;
  }
}

/* footer */
.footer {
  background: #1B1B18;
  color: #fff;
}
.footer_top {
  gap: 30px 40px;
  padding: 60px 0 50px;
}
.footer-info {
  max-width: 300px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer-info .logo {
  display: inline-block;
  margin-bottom: 30px;
}
.footer-soc .h6 {
  color: #fff;
  margin-bottom: 10px;
}
.footer-soc .soc {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 30px 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-navigation .h6 {
  color: #fff;
  margin-bottom: 14px;
}
.footer-list {
  margin-bottom: 0;
}
.footer-list__item:not(:last-child) {
  margin-bottom: 12px;
}
.footer-list-link {
  max-width: 200px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}
.footer-list-link:hover {
  color: #BEBEB8;
  text-decoration: underline;
}
.footer-address {
  max-width: 200px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 14px;
}
.footer-tel {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  text-decoration: underline;
}
.footer-tel:hover {
  color: #BEBEB8;
}
.footer-text {
  margin-bottom: 30px;
}
.footer-text p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.footer-text p a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: underline;
}
.footer-text p a:hover {
  color: #BEBEB8;
}
.footer_bottom {
  padding-bottom: 60px;
}
@media screen and (max-width: 1095px) {
  .footer-navigation__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 992px) {
  .footer-info, .footer-navigation {
    max-width: 100%;
    min-width: 100%;
  }
  .footer-list-link {
    max-width: 100%;
  }
  .footer-address {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer_top {
    padding: 50px 0 40px;
  }
  .footer_bottom {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 450px) {
  .footer-navigation__item {
    min-width: 100%;
    max-width: 100%;
  }
}

.copy {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  margin-bottom: 30px;
}

.tech {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 0;
}
.tech__item, .tech-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.tech__item {
  position: relative;
}
.tech__item:not(:last-child) {
  margin-right: 38px;
}
.tech__item:not(:last-child)::after {
  position: absolute;
  content: "/";
  top: 2px;
  right: -20px;
}
.tech-link {
  position: relative;
  text-decoration: none;
}
.tech-link:hover {
  color: #BEBEB8;
}

/* accident */
.accident {
  gap: 10px 30px;
}
.accident-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.accident-contact {
  margin-top: 25px;
}
.accident-contact .h4 {
  margin-bottom: 20px;
}
.accident-contact .h5 {
  margin-bottom: 10px;
}
.accident-contact-link {
  font-size: 26px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.5px;
  color: #0C469E;
  text-decoration: underline;
}
.accident-contact-link:hover {
  color: #062A62;
}
@media screen and (min-width: 992px) {
  .accident-img {
    display: block;
    width: 480px;
  }
  .accident-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 620px;
  }
  .accident_left .accident-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .accident_left .accident-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .accident_mini {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 30px;
  }
  .accident_mini .accident-img {
    width: 406px;
    height: 465px;
  }
  .accident_mini .accident-text.block_beige {
    padding: 30px;
  }
  .accident_mini .accident-text:not(.block_beige) {
    max-width: 685px;
  }
  .accident_mini .accident-text:not(.block_beige) + .accident-img {
    width: 435px;
  }
  .accident_mini .accident-text {
    max-width: 714px;
    margin-bottom: 0;
  }
  .accident_mini .accident-text .h4 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .accident {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .accident-contact {
    margin-bottom: 20px;
  }
  .accident_mini {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .accident-contact {
    margin-top: 20px;
  }
  .accident-contact .h4 {
    margin-bottom: 15px;
  }
  .accident-contact-link {
    font-size: 22px;
    line-height: 130%;
  }
}

/* text-flex */
.text-flex {
  gap: 50px 30px;
}
.text-flex-header {
  max-width: 500px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.text-flex .section-header {
  margin-bottom: 0;
}
.text-flex-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 620px;
  padding-top: 80px;
}
.text-flex-text p:last-child, .text-flex-text ul:last-child, .text-flex-text ol:last-child {
  margin-bottom: 0;
}
.text-flex-block {
  min-width: 100%;
}
@media screen and (max-width: 992px) {
  .text-flex {
    gap: 5px 30px;
  }
  .text-flex-header, .text-flex-text {
    max-width: 100%;
    min-width: 100%;
  }
  .text-flex-text {
    padding-top: 0;
  }
  .text-flex .injuries {
    margin-top: 30px;
  }
}

/* injuries */
.injuries {
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-gap: 20px;
}
.injuries:not(.gridbox) {
  margin-bottom: 30px;
}
.injuries:not(.gridbox) .injuries__item:not(:last-child) {
  margin-bottom: 20px;
}
.injuries__item {
  position: relative;
  background: #fff;
  padding: 20px;
  padding-left: 62px;
}
.injuries__item .h6 {
  margin-bottom: 5px;
}
.injuries__item::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--pluse");
  top: 24px;
  left: 27px;
}
.injuries-check .injuries__item::before {
  width: 16px;
  height: 12px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-dark");
  top: 26px;
  left: 26px;
}
.injuries_mini .injuries__item {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  padding-left: 25px;
}
.injuries_mini .injuries__item .h6 {
  margin-bottom: 0;
}
.injuries_mini .injuries__item::before {
  position: static;
  min-width: 16px;
}
@media screen and (max-width: 768px) {
  .injuries {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 16px;
  }
  .injuries:not(.gridbox) .injuries__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .injuries__item {
    padding-left: 54px;
  }
  .injuries__item::before {
    left: 21px;
  }
  .injuries-check .injuries__item {
    padding-left: 54px;
  }
  .injuries-check .injuries__item::before {
    left: 21px;
  }
}

/* benefits */
.benefits {
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  grid-gap: 50px 60px;
  margin-bottom: 60px;
}
.benefits + .btn {
  margin: 0 auto;
}
.benefits__item img {
  width: 46px;
  height: 46px;
  margin: 0;
  margin-bottom: 25px;
}
.benefits__item .h4 {
  font-family: "DM Sans Variable";
  color: #FFFFFF;
  margin-bottom: 15px;
}
.benefits__item .text p {
  color: #FAF9F4;
}
@media screen and (max-width: 768px) {
  .benefits {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 40px;
    margin-bottom: 30px;
  }
  .benefits__item {
    position: relative;
    padding-left: 56px;
  }
  .benefits__item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 450px) {
  .benefits + .btn {
    width: 100%;
  }
}

/* case */
.case-block {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 20px;
  margin-bottom: 30px;
}
.case-block .case-title {
  font-size: 18px;
  line-height: 27px;
}
.case__item {
  position: relative;
  background: #fff;
  padding: 25px;
}
.case__item.swiper-slide-active {
  background: #040D1C;
  color: #fff;
}
.case__item.swiper-slide-active .case-sum {
  color: #FDE400;
}
.case__item.swiper-slide-active .case-line-inner {
  width: 100%;
  -webkit-transition: width 3.5s;
  -o-transition: width 3.5s;
  transition: width 3.5s;
}
.case__item .text {
  margin-top: 16px;
}
.case-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.4px;
  margin-bottom: 8px;
}
.case-sum {
  color: #0C469E;
  font-weight: 700;
}
.case-sum-number {
  font-size: 36px;
  line-height: 47px;
}
.case-sum-title {
  font-size: 18px;
  line-height: 27px;
}
.case-line {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  bottom: 0;
}
.case-line-inner {
  position: absolute;
  left: 0;
  height: 5px;
  width: 0;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .case-swiper {
    width: calc(100% + 20px);
    margin-right: -20px;
  }
  .case-swiper .case__item {
    width: 75%;
  }
  .case-block {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 16px;
    margin-bottom: 20px;
  }
  .case__item {
    padding: 20px;
  }
  .case-sum-number {
    font-size: 30px;
    line-height: 130%;
  }
}

/* costs */
.costs-call {
  position: relative;
  min-height: 258px;
  background: url("../img/costs-call@2x.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  padding: 34px 40px;
  padding-right: 143px;
}
.costs-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.costs-blockquote .h5 {
  color: #fff;
  margin-bottom: 20px;
}
.costs-tell {
  display: inline-block;
  position: relative;
  background: #FDE400;
  font-weight: 900;
  font-size: 26px;
  line-height: 30px;
  color: #1B1B18;
  padding: 12px 20px;
  padding-left: 56px;
}
.costs-tell::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--call-2");
  left: 20px;
  top: calc(50% - 12px);
}
.costs-tell:hover {
  background: #FFF179;
}
@media screen and (min-width: 992px) {
  .costs {
    display: grid;
    grid-template-areas: "header text" "call text";
    grid-gap: 0 60px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    grid-auto-rows: auto 1fr;
  }
  .costs-header {
    grid-area: header;
    max-width: 500px;
    margin-bottom: 52px;
  }
  .costs-header .h2 {
    margin-bottom: 0;
  }
  .costs-text {
    grid-area: text;
    padding-top: 80px;
  }
  .costs-call {
    grid-area: call;
    align-self: start;
    max-width: 500px;
  }
}
@media screen and (max-width: 992px) {
  .costs-header {
    margin-bottom: 30px;
  }
  .costs-text {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 550px) {
  .costs-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url("../img/cta-bg-mob@2x.jpg");
    background-position: top center;
    background-size: cover;
    text-align: center;
    padding: 250px 20px 50px;
  }
  .costs-tell {
    position: relative;
    z-index: 2;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  .costs-blockquote {
    position: relative;
    z-index: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .costs-blockquote .h5 {
    margin-bottom: 0;
  }
  .costs-img {
    position: absolute;
    z-index: 1;
    width: 335px;
    bottom: auto;
    top: -50px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .costs-img img {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .costs-img {
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
  }
}

.tablecontent {
  background: #F2F0E5;
  padding: 20px;
  margin-bottom: 50px;
}
.tablecontent.open .tablecontent-body {
  max-height: 400px;
  overflow-y: auto;
  padding-top: 21px;
}
.tablecontent.open .tablecontent-btn {
  background: #101828;
}
.tablecontent.open .tablecontent-btn svg {
  fill: #fff;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.tablecontent .h6 {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 0;
}
.tablecontent .h6:hover .tablecontent-btn {
  background: #101828;
}
.tablecontent .h6:hover .tablecontent-btn svg {
  fill: #fff;
}
.tablecontent-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: #E5E3D7;
  margin-left: auto;
}
.tablecontent-btn svg {
  fill: #101828;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.tablecontent-body {
  max-height: 0;
  overflow: hidden;
}
.tablecontent-list {
  counter-reset: number;
}
.tablecontent__item {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.tablecontent__item:not(:last-child) {
  margin-bottom: 16px;
}
.tablecontent-link {
  position: relative;
  display: inline;
  border-bottom: 1px dotted rgba(12, 70, 158, 0.4);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.tablecontent-link::before {
  counter-increment: number;
  content: counter(number) ". ";
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .tablecontent {
    padding: 16px;
    margin-bottom: 30px;
  }
}

/* map */
.map {
  position: relative;
  min-height: 301px;
  padding: 0;
  padding-right: 461px;
  margin: 30px 0;
}
.map-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 461px;
  height: 100%;
}
.map-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.map-contact {
  padding: 25px 30px;
}
.map-contact .h6 {
  margin-bottom: 12px;
}
.map-logo {
  display: inline-block;
  margin-bottom: 25px;
}
.map-address {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 12px;
}
.map-tel {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  color: #0C469E;
  padding-left: 46px;
}
.map-tel::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--tel-icon");
  left: 0;
  top: calc(50% - 18px);
}
.map-tel:hover {
  color: #001D48;
}
@media screen and (max-width: 768px) {
  .map {
    padding-right: 0;
    padding-bottom: 230px;
    margin: 20px 0;
  }
  .map-contact {
    padding: 20px 25px;
  }
  .map-map {
    top: auto;
    left: 0;
    width: 100%;
    height: 230px;
  }
  .map-logo {
    margin-bottom: 20px;
  }
  .map-tel {
    font-size: 17px;
  }
}

/* client-reviews */
.client-reviews {
  margin-bottom: 50px;
}
.client-reviews-block {
  margin-bottom: 30px;
}
.client-reviews__item {
  background: #fff;
  padding: 25px;
}
.client-reviews__item:not(:last-child) {
  margin-bottom: 16px;
}
.client-reviews__item .text {
  margin-bottom: 15px;
}
.client-reviews-rating {
  display: inline-block;
  margin-bottom: 12px;
}
.client-reviews-promo {
  margin-bottom: 15px;
}
.client-reviews-promo p {
  font-style: italic;
  font-weight: 800;
  font-size: 18px;
  font-family: "DM Sans Italic Variable";
  line-height: 25px;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
.client-reviews-promo p a {
  font-size: inherit;
  font-weight: inherit;
}
.client-reviews-promo b {
  text-decoration: underline;
}
.client-reviews .cite {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.client-reviews .cite-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background: #0C469E;
}
@media screen and (max-width: 768px) {
  .client-reviews {
    margin-bottom: 40px;
  }
  .client-reviews-block {
    margin-bottom: 20px;
  }
  .client-reviews__item {
    padding: 20px;
  }
  .client-reviews-rating {
    margin-bottom: 15px;
  }
}

/* reading */
.reading {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 30px 0;
  margin: 40px 0;
}
.reading-list {
  margin-bottom: 0;
}
.reading__item:not(:last-child) {
  margin-bottom: 12px;
}
.reading .link {
  text-decoration: underline;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .reading {
    padding: 20px 0;
    margin: 30px 0;
  }
}

/* blockquote */
.blockquote {
  position: relative;
  background: #fff;
  padding: 25px 90px 25px 30px;
  margin: 50px 60px 30px 0;
}
.blockquote-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blockquote-body {
  border-left: 1px solid #0C469E;
  padding-left: 24px;
}
.blockquote .text {
  margin-bottom: 10px;
}
.blockquote .text p {
  font-family: "DM Sans Italic Variable";
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.blockquote cite {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #69695F;
}
@media screen and (min-width: 768px) {
  .blockquote-img {
    position: absolute;
    top: -20px;
    right: -60px;
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .blockquote {
    padding: 20px;
    margin: 20px 0;
  }
  .blockquote-img {
    width: 60px;
    height: 60px;
  }
  .blockquote-body {
    padding-left: 20px;
  }
  .blockquote .text {
    margin-bottom: 15px;
  }
  .blockquote cite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}

/* error */
.error {
  background: #FAF9F4;
}
.error-block {
  text-align: center;
  padding-top: 180px;
}
.error p {
  margin-bottom: 40px;
}
.error-404 {
  font-family: "DM Serif Text";
  font-size: 174px;
  line-height: 174px;
  font-weight: 400;
  margin-bottom: 40px;
}
.error-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.error-btn .btn {
  width: 100%;
  max-width: 329px;
  height: 55px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 17px;
  margin: 0;
}
.error-btn .btn_light {
  line-height: 55px;
}
.error-btn .btn_border {
  line-height: 53px;
}
@media screen and (max-width: 768px) {
  .error-block {
    padding-top: 100px;
  }
  .error-btn .btn {
    min-width: 100%;
    max-width: 100%;
  }
}

/* sitemap*/
.sitemap {
  max-width: 920px;
  padding-top: 140px;
  margin: 0 auto;
}
.sitemap .h2 {
  margin-bottom: 35px;
}
.sitemap .h3 {
  font-family: "DM Serif Text";
  font-weight: 400;
  margin-bottom: 30px;
}
.sitemap__item:not(:last-child) {
  margin-bottom: 40px;
}
.sitemap__item .list-circle {
  margin-bottom: 0;
}
.sitemap__item .list-circle .list-circle {
  padding-top: 12px;
}
.sitemap__item a {
  color: #1B1B18;
}
.sitemap__item a:hover {
  color: #062A62;
}
@media screen and (max-width: 768px) {
  .sitemap {
    padding-top: 85px;
  }
  .sitemap .h2 {
    margin-bottom: 25px;
  }
  .sitemap .h3 {
    margin-bottom: 20px;
  }
}

/* contact */
.contact {
  position: relative;
  min-height: 560px;
}
.contact-map {
  position: absolute;
  width: 100%;
  height: 100%;
}
.contact-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-block {
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: 375px;
  background: #fff;
  padding: 25px 30px;
}
.contact-block .h5 {
  margin-bottom: 12px;
}
.contact-logo {
  display: inline-block;
  margin-bottom: 25px;
}
.contact-address {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 12px;
}
.contact-tel {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  color: #0C469E;
  padding-left: 46px;
}
.contact-tel::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--tel-icon");
  left: 0;
  top: calc(50% - 18px);
}
.contact-tel:hover {
  color: #001D48;
}
@media screen and (max-width: 550px) {
  .contact {
    margin-top: 30px;
  }
  .contact-block {
    width: calc(100% - 20px);
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}

/* note */
.note__item .h3, .note__item .h4 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px;
}
.note__item .h3 a, .note__item .h4 a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  text-decoration: none;
}
.note__item .h3 a:hover, .note__item .h4 a:hover {
  color: #062A62;
}
.note__item .h4 {
  font-family: "DM Sans Variable";
  font-weight: 700;
}
.note__item .text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 20px;
}
.note__item:not(.flexbox) .note-body {
  padding: 25px 35px;
}
.note.flexbox {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  color: #1B1B18;
}
.note.flexbox .note-img {
  width: 660px;
  height: 415px;
}
.note.flexbox .note-img img {
  width: 100%;
  height: 415px;
  -o-object-fit: cover;
     object-fit: cover;
}
.note.flexbox .note-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 50px;
  margin-left: -140px;
}
.note.flexbox .text p {
  font-size: 16px;
  line-height: 24px;
}
.note.gridbox {
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  grid-gap: 50px;
  margin-bottom: 50px;
}
.note.gridbox .note-img {
  width: 100%;
  height: 350px;
}
.note.gridbox .note-img img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.note.gridbox .note-body {
  position: relative;
  z-index: 1;
  margin-right: 50px;
  margin-top: -71px;
}
.note-body {
  background: #fff;
}
.note-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.note-header .update__item:not(:last-child) {
  position: relative;
}
.note-header .update__item:not(:last-child)::before {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 0;
  background: #45453C;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 2.5px);
  right: -15px;
}
.note .update {
  gap: 26px;
}
.note .update__item {
  font-size: 15px;
  line-height: 18px;
  color: #45453C;
}
@media screen and (max-width: 992px) {
  .note.flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .note.flexbox .note-img {
    width: 100%;
  }
  .note.flexbox .note-body {
    margin-left: 50px;
    margin-top: -87px;
  }
}
@media screen and (max-width: 768px) {
  .note.flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .note.flexbox .note-img {
    height: 275px;
  }
  .note.flexbox .note-img img {
    height: 275px;
  }
  .note.flexbox .note-body {
    padding: 20px;
    margin-left: 20px;
    margin-top: -100px;
  }
  .note.flexbox .note-body .text {
    max-width: 100%;
  }
  .note.flexbox .note-body .text p {
    font-size: 15px;
    line-height: 24px;
  }
  .note.gridbox {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 40px;
    margin-bottom: 40px;
  }
  .note__item .text p {
    font-size: 15px;
    line-height: 24px;
  }
  .note__item:not(.flexbox) .note-img {
    height: 275px;
  }
  .note__item:not(.flexbox) .note-img img {
    height: 275px;
  }
  .note__item:not(.flexbox) .note-body {
    padding: 20px;
    margin-right: 20px;
    margin-top: -58px;
  }
  .note__item:not(.flexbox) .note-body .text {
    -webkit-line-clamp: 4;
  }
  .note-header {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .note .update__item, .note .update .link {
    font-size: 14px;
    line-height: 17px;
  }
  .note .update .link svg {
    width: 8px;
    min-width: 8px;
    height: 8px;
  }
  .note .update-img {
    width: 22px;
    height: 22px;
  }
  .note .update-img img {
    width: 22px;
    height: 22px;
  }
}

/* articles */
.articles-block {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px 40px;
}
.articles .section-header {
  margin-bottom: 40px;
}
.articles .section-header .h3 {
  margin-bottom: 0;
}
.articles__item .h5 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0;
}
.articles__item .h5 a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  text-decoration: none;
}
.articles__item .h5 a:hover {
  color: #062A62;
}
.articles-img {
  display: block;
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
}
.articles-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .articles-block {
    grid-template-columns: repeat(auto-fit, minmax(100%, 100%));
  }
  .articles_mob {
    display: none;
  }
  .articles__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
  }
  .articles-img {
    width: 70px;
    min-width: 70px;
    height: 70px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .articles__item .h5 {
    font-size: 15px;
    line-height: 140%;
  }
}

/* calculator */
.calculator {
  background: #fff;
  padding: 40px 50px;
  margin-bottom: 40px;
}
.calculator-header {
  margin-bottom: 30px;
}
.calculator-header .h4 {
  margin-bottom: 10px;
}
.calculator-block {
  margin-bottom: 25px;
}
.calculator-block:last-child {
  margin-bottom: 30px;
}
.calculator-block .group:not(:last-of-type) {
  margin-bottom: 12px;
}
.calculator-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  color: #0C469E;
  margin-bottom: 12px;
}
.calculator-descr {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.calculator form input, .calculator form textarea {
  border: 1px solid #D9D8D1;
  padding-top: 0;
  padding-left: 16px;
  padding-right: 20px;
}
.calculator form input::-webkit-input-placeholder, .calculator form textarea::-webkit-input-placeholder {
  color: #69695F;
  opacity: 1;
  line-height: 56px;
}
.calculator form input::-moz-placeholder, .calculator form textarea::-moz-placeholder {
  color: #69695F;
  opacity: 1;
  line-height: 56px;
}
.calculator form input:-ms-input-placeholder, .calculator form textarea:-ms-input-placeholder {
  color: #69695F;
  opacity: 1;
  line-height: 56px;
}
.calculator form input::-ms-input-placeholder, .calculator form textarea::-ms-input-placeholder {
  color: #69695F;
  opacity: 1;
  line-height: 56px;
}
.calculator form input::placeholder, .calculator form textarea::placeholder {
  color: #69695F;
  opacity: 1;
  line-height: 56px;
}
.calculator form input::-webkit-input-placeholder, .calculator form textarea::-webkit-input-placeholder {
  color: #69695F;
  opacity: 1;
  line-height: 56px;
}
.calculator form input:-moz-placeholder, .calculator form textarea:-moz-placeholder {
  color: #69695F;
  opacity: 1;
  line-height: 56px;
}
.calculator form input::-moz-placeholder, .calculator form textarea::-moz-placeholder {
  color: #69695F;
  opacity: 1;
  line-height: 56px;
}
.calculator form input:-ms-input-placeholder, .calculator form textarea:-ms-input-placeholder {
  color: #69695F;
  opacity: 1;
  line-height: 56px;
}
.calculator form input:not(:focus):-moz-placeholder-shown, .calculator form textarea:not(:focus):-moz-placeholder-shown {
  border-color: #D9D8D1;
}
.calculator form input:not(:focus):-ms-input-placeholder, .calculator form textarea:not(:focus):-ms-input-placeholder {
  border-color: #D9D8D1;
}
.calculator form input:not(:focus):placeholder-shown, .calculator form textarea:not(:focus):placeholder-shown {
  border-color: #D9D8D1;
}
.calculator form input:focus, .calculator form textarea:focus {
  outline: none;
  border-color: #0C469E;
}
.calculator form input:focus:valid, .calculator form textarea:focus:valid {
  border-color: #0C469E;
}
.calculator form input:valid, .calculator form textarea:valid {
  border-color: #D9D8D1;
}
.calculator form input {
  line-height: 56px;
}
.calculator form .icon {
  right: 16px;
  top: calc(50% - 9px);
}
.calculator-success {
  background: #DDF7E7;
  padding: 30px;
  margin-top: 30px;
}
.calculator-success-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 6px;
}
.calculator-success-value {
  font-size: 36px;
  font-weight: 700;
  line-height: 47px;
  color: #0C469E;
  margin-bottom: 12px;
}
.calculator-success-text {
  border-left: 1px solid #0C469E;
  padding: 6px 16px;
  padding-right: 0;
  margin-bottom: 20px;
}
.calculator-success-text p {
  margin-bottom: 0;
}
.calculator-success-text p b {
  display: block;
  font-weight: 600;
}
.calculator-success .btn {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .calculator {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .calculator-header {
    margin-bottom: 20px;
  }
  .calculator-block:last-child {
    margin-bottom: 20px;
  }
  .calculator-title {
    font-size: 16px;
    line-height: 22px;
  }
  .calculator-descr {
    font-size: 13px;
    line-height: 18px;
  }
  .calculator-success {
    padding: 30px 20px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 450px) {
  .calculator form .btn {
    display: block;
    text-align: center;
    font-size: 17px;
    height: 55px;
    line-height: 55px;
    padding: 0;
  }
  .calculator .btn_light {
    position: relative;
    width: 100%;
    display: inline-block;
    height: auto;
    line-height: 20px;
    text-align: left;
    padding: 10px 20px;
    padding-right: 30px;
  }
  .calculator .btn_light-span {
    position: static;
    width: 178px;
    padding-right: 0;
  }
  .calculator .btn_light-span::before {
    right: 20px;
  }
}

/* resume */
.resume {
  gap: 20px;
  margin-bottom: 50px;
}
.resume__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 25px;
}
.resume__item .h6 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}
.resume__item .h6 img {
  width: 28px;
  height: 28px;
}
.resume__item p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .resume {
    gap: 15px;
    margin-bottom: 40px;
  }
  .resume__item {
    padding: 20px;
  }
  .resume__item .h6 img {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 450px) {
  .resume {
    gap: 15px;
  }
  .resume__item {
    min-width: 100%;
  }
}

/* calendar */
.group-calendar::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--calendar");
  right: 0;
  top: calc(50% - 10px);
}
.group-calendar.open .label-descr {
  color: #4D4F5B;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  top: 2.5px;
}

.datepicker {
  display: block;
}
.datepicker:not(.is-inline) .datepicker__wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}
.datepicker__wrapper {
  color: #1B1B18;
  border-radius: 0.125rem;
  font-family: "DM Sans Variable", sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.06);
  width: 100%;
  padding: 16px;
}
.datepicker__cal {
  margin-bottom: 0;
}
.datepicker__header {
  border-bottom: none;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}
.datepicker__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #1B1B18;
  padding: 0;
}
.datepicker__title:first-of-type {
  margin-right: 3px;
}
.datepicker__prev, .datepicker__next {
  background: none;
  font-size: 0;
  width: 24px;
  line-height: 24px;
  height: 24px;
}
.datepicker__prev::before, .datepicker__next::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 12px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arrow-down-right");
  top: calc(50% - 6px);
  left: calc(50% - 4px);
}
.datepicker__prev::before {
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.datepicker__daynum {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  font-weight: 400;
}
.datepicker__day {
  color: #1B1B18;
}
.datepicker__day.is-otherMonth {
  color: #BEBEB8;
}
.datepicker__day.is-today .datepicker__daynum {
  text-decoration: none;
  background: #F2F0E5;
}
.datepicker__day.is-selected .datepicker__daynum, .datepicker__day.is-selected.is-today .datepicker__daynum {
  background: #0C469E;
  color: #fff;
  font-weight: 400;
}
.datepicker__day.is-selected div, .datepicker__day.is-selected.is-today div {
  background: transparent;
}
.datepicker__day:hover div {
  background: transparent;
}
.datepicker__day:hover .datepicker__daynum {
  background: #0C469E;
  color: #fff;
}
.datepicker table th {
  color: #BEBEB8;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  border-bottom: none;
  padding: 8px;
}
.datepicker table td {
  text-align: center;
  padding: 0;
}
.datepicker table tr:nth-child(2n+1) td {
  background: transparent;
}
@media screen and (max-width: 768px) {
  .datepicker__wrapper {
    padding: 5px;
  }
}

/* practice */
.practice {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
}
.practice-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  background: #FAF9F4;
  padding: 25px 15px 25px 25px;
  margin-bottom: 0;
}
.practice-link:hover {
  color: #0C469E;
}
.practice-link:hover .practice-svg {
  fill: #0C469E;
}
.practice-img {
  width: 46px;
  min-width: 46px;
  height: 46px;
  margin: 0;
}
.practice-svg {
  fill: #1B1B18;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .practice {
    grid-gap: 12px;
  }
  .practice-link {
    padding: 20px 12px 20px 20px;
  }
  .practice-img {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
}

/* latest */
.latest {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 30px 0;
}
.latest .update {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
}
.latest .update-title, .latest .update-time {
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}
.latest .update-title {
  color: #69695F;
}
@media screen and (max-width: 768px) {
  .latest {
    padding: 20px 0;
  }
  .latest .update-title, .latest .update-time {
    font-size: 14px;
  }
}

/* serving-cities */
.serving-cities, .collisions {
  margin-bottom: 30px;
}
.serving-cities__item, .collisions__item {
  background: #fff;
  padding: 12px 16px 12px 42px;
}
.serving-cities__item:not(:last-child), .collisions__item:not(:last-child) {
  margin-bottom: 10px;
}
.serving-cities__item .heading, .collisions__item .heading {
  font-weight: 600;
  color: #0C469E;
}
.serving-cities__item .heading:hover, .collisions__item .heading:hover {
  color: #062A62;
}
.serving-cities__item a.heading, .collisions__item a.heading {
  text-decoration: underline;
}
.serving-cities__item .text, .collisions__item .text {
  padding-top: 10px;
}
.serving-cities__item .text a, .collisions__item .text a {
  font-size: inherit;
  font-weight: inherit;
  color: #1B1B18;
}
.serving-cities__item .text a:hover, .collisions__item .text a:hover {
  color: #062A62;
}
.serving-cities__item[open] .serving-cities-heading::after, .serving-cities__item[open] .collisions-heading::after, .collisions__item[open] .serving-cities-heading::after, .collisions__item[open] .collisions-heading::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.serving-cities-heading, .collisions-heading {
  position: relative;
  cursor: pointer;
  padding-right: 15px;
}
.serving-cities-heading::before, .serving-cities-heading::after, .collisions-heading::before, .collisions-heading::after {
  position: absolute;
  content: "";
}
.serving-cities-heading::before, .collisions-heading::before {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #0C469E;
  left: -24px;
  top: 11px;
}
.serving-cities-heading::after, .collisions-heading::after {
  width: 12px;
  height: 7px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--faq");
  right: 0;
  top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .serving-cities, .collisions {
    margin-bottom: 20px;
  }
}

.collisions__item {
  background: #F2F0E5;
}
.collisions__item .heading {
  color: #1B1B18;
}
.collisions-heading::before {
  top: 9px;
}
/*# sourceMappingURL=../sourcemaps/style.css.map */
