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%;
}

/* Poppins-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins-Regular"), url("../fonts/poppins-ext-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins-Italic"), url("../fonts/poppins-ext-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins-Medium"), url("../fonts/poppins-ext-500.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins-MediumItalic"), url("../fonts/poppins-ext-500italic.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins-SemiBold"), url("../fonts/poppins-ext-600.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins-SemiBoldItalic"), url("../fonts/poppins-ext-600italic.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins-Bold"), url("../fonts/poppins-ext-700.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins-BoldItalic"), url("../fonts/poppins-ext-700italic.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Poppins-ExtraBold"), url("../fonts/poppins-ext-800.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local("Poppins-ExtraBoldItalic"), url("../fonts/poppins-ext-800italic.woff2") format("woff2");
}
/* =========================== all */
body {
  font-family: "Poppins", sans-serif;
  color: #1F1F21;
  background: #fff;
  line-height: 1.5;
}

.body_scroll {
  overflow: hidden;
}

/* heading */
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
}

.h1 {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .h1 {
    font-size: 36px;
    line-height: 44px;
  }
}

.h2 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 25px;
  }
}

.h3 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .h3 {
    font-size: 28px;
    line-height: 36px;
  }
}

.h4 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .h4 {
    font-size: 26px;
    line-height: 34px;
  }
}

.h5 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .h5 {
    font-size: 22px;
    line-height: 30px;
  }
}

.h6 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
}

.page-main .h2, .page-main .h3, .page-main .h4, .page-main .h5, .page-main .h6 {
  text-align: center;
}
.page-main .h2 {
  margin-bottom: 15px;
}

.heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}

.section {
  margin-bottom: 100px;
}
.section_blue {
  background: #02062C;
  padding: 100px 0;
}
.section_blue .h2, .section_blue .h3, .section_blue .h4, .section_blue .h5, .section_blue .h6 {
  color: #fff;
}
.section_blue p, .section_blue .section-descr {
  color: rgba(255, 255, 255, 0.8);
}
.section_blue + .section_gray {
  margin-top: -100px;
}
.section_gray {
  background: #FAFAFF;
  padding: 100px 0;
}
.section_gray + .section_blue {
  margin-top: -100px;
}
.section__item:not(:last-child) {
  margin-bottom: 50px;
}
.section-header + figure, .section-header + .video {
  margin-top: 30px;
}
.section-title {
  color: #252A61;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.section-descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #3E3E41;
  text-align: center;
  margin-bottom: 50px;
}
.section-about .section-header {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section {
    margin-bottom: 80px;
  }
  .section_blue {
    padding: 80px 0;
  }
  .section_blue + .section_gray {
    margin-top: -80px;
  }
  .section_gray {
    padding: 80px 0;
  }
  .section_gray + .section_blue {
    margin-top: -80px;
  }
  .section-descr {
    margin-bottom: 40px;
  }
  .section__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* content */
a, p, ol:not([class]) li, ul:not([class]) li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

p {
  color: #3E3E41;
  margin-bottom: 20px;
}

.text p:last-child {
  margin-bottom: 0;
}

a:not([class]) {
  text-decoration: underline;
}
a:not([class]):hover {
  color: #B42128;
}

.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #252A61;
}
.link svg {
  fill: #252A61;
}
.link:hover {
  color: #B42128;
}
.link:hover svg {
  fill: #B42128;
}

b, strong {
  font-weight: 600;
}

i, em {
  font-style: italic;
}

/* list */
ol:not([class]), ul:not([class]) {
  margin-bottom: 20px;
}
ol:not([class]) li, ul:not([class]) li {
  display: table;
  position: relative;
  color: #1F1F21;
  padding-left: 34px;
}
ol:not([class]) li b, ul:not([class]) li b {
  color: #1F1F21;
}
ol:not([class]) li::before, ul:not([class]) li::before {
  left: 10px;
  top: 0;
}
ol:not([class]) li:not(:last-child), ul:not([class]) li:not(:last-child) {
  margin-bottom: 15px;
}

table ol:not([class]) li, table ul:not([class]) li, .table ol:not([class]) li, .table ul:not([class]) li {
  display: block;
}

ol:not([class]) {
  counter-reset: number;
}
ol:not([class]) li {
  padding-left: 45px;
}
ol:not([class]) li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  left: 10px;
  top: 0;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #B42128;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
}

ul:not([class]) li::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #B42128;
  top: 7px;
}

.check-list-red li {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  padding-left: 42px;
}
.check-list-red li::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 28px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-red");
  left: 0;
  top: 0;
}
.check-list-red li:not(:last-child) {
  margin-bottom: 15px;
}

summary {
  list-style: none;
}
summary::marker {
  display: none;
}
summary::-webkit-details-marker {
  display: none;
  color: transparent;
}

/* img */
img {
  display: block;
  margin: 0 auto;
}

figure {
  margin-bottom: 20px;
}
figure img {
  border-radius: 10px;
}

/* transition */
* {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* btn */
.btn {
  display: inline-block;
  width: 374px;
  height: 54px;
  line-height: 54px;
  border-radius: 27px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.btn_red {
  border-radius: 27px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #B42128;
}
.btn_red:hover {
  background: #D23038;
}

.btn_blue {
  background: #252A61;
  border-radius: 22px;
  font-size: 14px;
  font-weight: 700;
  width: 274px;
  height: 44px;
  line-height: 44px;
  color: #fff;
}
.btn_blue:hover {
  background: #383F86;
}

.btn_border {
  display: block;
  line-height: 52px;
  border: 1px solid #D0D0E2;
  background: #fff;
  font-weight: 600;
  font-size: 18px;
  color: #3E3E41;
}
.btn_border:hover {
  background: #FAFAFF;
}

.btn-up {
  display: none;
  position: fixed;
  z-index: 90;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #252A61;
}
.btn-up::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 10px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arr-white");
  top: calc(50% - 5px);
  left: calc(50% - 8.5px);
}
.btn-up:hover {
  background: #383F86;
}

.btn_sticky {
  position: fixed;
  z-index: 80;
  bottom: 20px;
  width: 320px;
  left: calc(50% - 160px);
}
@media screen and (min-width: 501px) {
  .btn_sticky {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .btn_sticky {
    width: calc(100% - 100px);
    left: 50px;
  }
}

.btn-call {
  position: relative;
  padding-left: 37px;
}
.btn-call::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--phone-white");
  left: 0;
  top: calc(50% - 11px);
}

/* 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;
}

/* breadcrumbs */
.breadcrumbs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 40px;
}
.breadcrumbs__item, .breadcrumbs-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.breadcrumbs__item {
  color: #fff;
}
.breadcrumbs__item:not(:last-child) {
  margin-right: 20px;
}
.breadcrumbs-link {
  position: relative;
  text-decoration: none;
  color: #9192A8;
}
.breadcrumbs-link:hover {
  color: #fff;
}
.breadcrumbs-link::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--breadcrumbs");
  top: 5px;
  right: -13px;
}

/* pagination */
.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.pagination__item.disable {
  display: none;
}
.pagination-link {
  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: 32px;
  height: 32px;
  border-radius: 5px;
  border: 1px solid #D0D0E2;
  font-size: 14px;
  font-weight: 500;
  color: #252A61;
}
.pagination-link:hover, .pagination-link.active {
  border-color: #252A61;
  background: #252A61;
  color: #fff;
}
.pagination-link:hover svg, .pagination-link.active svg {
  fill: #fff;
}
.pagination-more {
  -ms-flex-item-align: end;
      align-self: end;
}
.pagination-arr svg {
  fill: #252A61;
}
.pagination-arr-prev {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/* soc */
.soc.flexbox {
  gap: 15px;
}
.soc:not(.flexbox) .soc__item:not(:last-child) {
  margin-bottom: 15px;
}
.soc-link {
  position: relative;
  width: 32px;
  height: 32px;
  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: 5px;
  overflow: hidden;
}
.soc-link:before {
  content: "";
  position: absolute;
  height: 135%;
  width: 135%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 85%;
  right: 75%;
}
.soc-link:hover svg {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.soc-link:hover:before {
  -webkit-animation: hover-btn 0.5s cubic-bezier(0.87, 1.33, 1, 1) forwards;
          animation: hover-btn 0.5s cubic-bezier(0.87, 1.33, 1, 1) forwards;
}
.soc_blue .soc-link {
  background: #1E2356;
}
.soc_blue .soc-link svg {
  fill: #fff;
}
.soc_blue .soc-link::before {
  background: #fff;
}
.soc_blue .soc-link:hover svg {
  fill: #252A61;
}
.soc_light .soc-link {
  background: #fff;
  border: 1px solid #D0D0E2;
}
.soc_light .soc-link svg {
  fill: #252A61;
}
.soc_light .soc-link::before {
  background: #252A61;
}
.soc_light .soc-link:hover svg {
  fill: #fff;
}
.soc_white .soc-link {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.soc_white .soc-link svg {
  fill: #fff;
}
.soc_white .soc-link::before {
  background: #252A61;
}
.soc_white .soc-link:hover {
  border-color: #252A61;
}
.soc_white .soc-link:hover svg {
  fill: #fff;
}

@-webkit-keyframes hover-btn {
  0% {
    top: 85%;
    right: 75%;
  }
  90% {
    top: -30%;
    right: -30%;
  }
  100% {
    top: -18%;
    right: -18%;
  }
}

@keyframes hover-btn {
  0% {
    top: 85%;
    right: 75%;
  }
  90% {
    top: -30%;
    right: -30%;
  }
  100% {
    top: -18%;
    right: -18%;
  }
}
/* rating */
.rating {
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.rating-list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.rating-star {
  width: 15px;
  height: 14px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--star");
}
.rating-star.active {
  background-image: url("../img/sprite.svg#sprite--star-active");
}
.rating-total {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  font-style: italic;
}
.rating-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
.rating-review {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}
.rating-review-line {
  text-decoration: underline;
}

/* block */
.overly {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(37, 42, 97, 0.5);
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

.blockquote {
  background: #FAFAFF;
  border-radius: 10px;
  padding: 30px 35px 25px 30px;
  margin-bottom: 20px;
  margin-top: 50px;
}
.blockquote p {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  line-height: 28px;
  color: #1F1F21;
}
.blockquote p:last-child {
  margin-bottom: 20px;
}
.blockquote cite {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #1F1F21;
  padding-top: 20px;
}
.blockquote cite::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  border-radius: 2px;
  background: #B42128;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .blockquote {
    margin: 40px 0;
  }
}

/* scroll vertical */
.scroll {
  overflow-y: auto;
  -ms-scroll-chaining: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

.scroll::-webkit-scrollbar {
  width: 4px;
  height: 50%;
}

.scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 5px;
  min-height: 50%;
  min-width: 4px;
}

.scroll::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
}

.scroll::-webkit-scrollbar-thumb:active {
  background-color: transparent;
}

/* scroll horizontal */
.scroll_horizontal {
  overflow-x: auto;
  -ms-scroll-chaining: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  scrollbar-color: #DCDFE9 transparent;
}

.scroll_horizontal::-webkit-scrollbar {
  width: 50%;
  height: 4px;
}

.scroll_horizontal::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll_horizontal::-webkit-scrollbar-thumb {
  background-color: #DCDFE9;
  border-radius: 5px;
  min-width: 50%;
  min-height: 4px;
}

.scroll_horizontal::-webkit-scrollbar-thumb:hover {
  background-color: #DCDFE9;
}

.scroll_horizontal::-webkit-scrollbar-thumb:active {
  background-color: #DCDFE9;
}

/* table */
.table_scroll {
  margin-bottom: 20px;
}
.table_scroll table {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .table_scroll {
    width: calc(100% + 20px);
    margin-right: -20px;
  }
  .table_scroll table {
    width: auto;
  }
}

table {
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: separate;
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}
table tr:nth-child(even) td {
  background: #F9F9F9;
}
table th, table td {
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  padding: 15px;
}
table th {
  background: #171616;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}
table td {
  font-weight: 400;
  font-size: 15px;
  color: #333;
}
table a {
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  color: #171616;
}
table a:hover {
  text-decoration: underline;
}
table b {
  font-weight: 500;
  color: #171616;
}
table .btn {
  width: 167px;
}

/* form */
form input, form textarea {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  border: 1px solid #D0D0E2;
  background: #fff;
  border-radius: 5px;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  color: #252A61;
  padding-left: 15px;
  padding-right: 30px;
}
form input {
  height: 49px;
  line-height: 47px;
}
form textarea {
  padding-top: 12px;
}
form .formgroup {
  position: relative;
  margin-bottom: 8px;
}
form .label {
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
form .label-true {
  width: 14px;
  height: 11px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-blue");
}
form .label-false {
  font-size: 12px;
  font-weight: 400;
  color: #B42128;
}
form .heading {
  font-size: 32px;
  line-height: 34px;
  color: #1F1F21;
  margin-bottom: 5px;
}
form .descr {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  color: #3E3E41;
  margin-bottom: 20px;
}
form .btn {
  width: 100%;
}
@media screen and (max-width: 768px) {
  form .heading {
    font-size: 28px;
    line-height: 32px;
  }
}

button {
  display: inline-block;
  cursor: pointer;
  font-family: "Poppins";
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4B4F58;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #4B4F58;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4B4F58;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #4B4F58;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
}

input::placeholder, textarea::placeholder {
  color: #4B4F58;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4B4F58;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #4B4F58;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #4B4F58;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4B4F58;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
}
input:not(:focus):-moz-placeholder-shown, textarea:not(:focus):-moz-placeholder-shown {
  background: #fff;
}
input:not(:focus):-ms-input-placeholder, textarea:not(:focus):-ms-input-placeholder {
  background: #fff;
}
input:not(:focus):placeholder-shown, textarea:not(:focus):placeholder-shown {
  background: #fff;
}
input:not(:focus):-moz-placeholder-shown ~ .label-true, textarea:not(:focus):-moz-placeholder-shown ~ .label-true {
  display: none;
}
input:not(:focus):-ms-input-placeholder ~ .label-true, textarea:not(:focus):-ms-input-placeholder ~ .label-true {
  display: none;
}
input:not(:focus):placeholder-shown ~ .label-true, textarea:not(:focus):placeholder-shown ~ .label-true {
  display: none;
}
input:focus, textarea:focus {
  outline: none;
}
input:focus ~ .label-true, textarea:focus ~ .label-true {
  display: block;
}
input:valid, textarea:valid {
  background: #FAFAFF;
}
input:valid ~ .label-true, textarea:valid ~ .label-true {
  display: block;
}
input:invalid:not(:focus):not(:-moz-placeholder-shown), textarea:invalid:not(:focus):not(:-moz-placeholder-shown) {
  color: #B42128;
}
input:invalid:not(:focus):not(:-ms-input-placeholder), textarea:invalid:not(:focus):not(:-ms-input-placeholder) {
  color: #B42128;
}
input:invalid:not(:focus):not(:placeholder-shown), textarea:invalid:not(:focus):not(:placeholder-shown) {
  color: #B42128;
}
input:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .label-false, textarea:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .label-false {
  display: block;
}
input:invalid:not(:focus):not(:-ms-input-placeholder) ~ .label-false, textarea:invalid:not(:focus):not(:-ms-input-placeholder) ~ .label-false {
  display: block;
}
input:invalid:not(:focus):not(:placeholder-shown) ~ .label-false, textarea:invalid:not(:focus):not(:placeholder-shown) ~ .label-false {
  display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

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;
}

.check {
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: rgba(62, 62, 65, 0.8);
  margin-top: 10px;
  margin-bottom: 20px;
}

.check__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.check__box {
  position: relative;
  width: 14px;
  min-width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #D0D0E2;
  border-radius: 3px;
  margin-top: 3px;
}

.check__input:checked + .check__box {
  background: #E8E8F6;
  border-color: #E8E8F6;
}
.check__input:checked + .check__box::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 6px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-blue");
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* swiper */
.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-wrapper .swiper-slide {
  height: auto;
}
.swiper-nav .swiper-button-next,
.swiper-nav .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  top: 100px;
  margin-top: 0;
}
.swiper-nav .swiper-button-next::after,
.swiper-nav .swiper-button-prev::after {
  content: "";
  width: 14px;
  height: 9px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arr-blue");
  top: calc(50% - 7px);
  left: calc(50% - 4.5px);
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.swiper-nav .swiper-button-next:hover,
.swiper-nav .swiper-button-prev:hover {
  opacity: 0.8;
}
.swiper-nav .swiper-button-next {
  right: 40px;
}
.swiper-nav.swiper {
  padding-right: 60px;
  margin-right: -60px;
}
.swiper-nav .swiper-slide {
  opacity: 0;
}
.swiper-nav .swiper-slide-visible {
  opacity: 1;
}
.swiper-nav .swiper-pagination {
  top: auto;
  bottom: 0;
}
.swiper-nav .swiper-pagination-bullet {
  background: #D0D0E2;
  opacity: 1;
}
.swiper-nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #252A61;
}
@media screen and (max-width: 992px) {
  .swiper-nav.swiper {
    padding-right: 20px;
    margin-right: -20px;
  }
  .swiper-nav .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .swiper-nav .swiper-button-next,
  .swiper-nav .swiper-button-prev {
    top: 123px;
  }
}

/* container */
.container {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.container_thin {
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
}

.page {
  padding-top: 130px;
}
@media screen and (max-width: 1000px) {
  .page {
    padding-top: 127px;
  }
}

/*content */
.content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.content .soc-fixed {
  position: sticky;
  top: 140px;
  margin-left: -52px;
  margin-right: 20px;
}
@media screen and (max-width: 1317px) {
  .content .soc-fixed {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .content .soc-fixed {
    top: 84px;
  }
}
@media screen and (max-width: 992px) {
  .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main {
  width: 100%;
}
@media screen and (min-width: 993px) {
  .main {
    max-width: calc(100% - 354px);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
  }
}
@media screen and (max-width: 992px) {
  .main {
    margin-bottom: 60px;
  }
}

.aside {
  width: 100%;
}
@media screen and (min-width: 993px) {
  .aside {
    width: 314px;
    position: sticky;
    top: 140px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1000px) {
  .aside {
    top: 84px;
  }
}

/* header */
.header {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 102;
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
}
.header_top {
  border-bottom: 1px solid #EAEAEA;
  background: #fff;
  width: 100%;
  padding: 15px 0;
}
.header_top .container {
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header_top .logo {
  margin-right: auto;
}
.header-navigation {
  padding: 12px 0;
}
.header .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .menu-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.header .menu-link.flexbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .menu-link.arr {
  position: relative;
  padding-right: 15px;
}
.header .menu-link.arr::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 6px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arr-blue");
  right: 0;
  top: calc(50% - 3px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header .menu__item {
  position: relative;
}
.header .menu__item:last-child .submenu, .header .menu__item:nth-last-child(2) .submenu {
  left: auto;
  right: 0;
  padding-left: 0;
  padding-right: 206px;
}
.header .menu__item:last-child .submenu-list, .header .menu__item:nth-last-child(2) .submenu-list {
  border-radius: 10px 0 0 10px;
}
.header .menu__item:hover .menu-link::before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header .menu__item:hover .downmenu-list {
  max-height: 1000px;
  overflow: visible;
  padding: 20px 0;
}
.header .downmenu {
  top: 0;
  left: calc(50% - 103.5px);
  padding-top: 24px;
}
.header .downmenu-list {
  width: 206px;
  border-radius: 10px;
  background: #fff;
  max-height: 0;
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.header .downmenu__item {
  position: relative;
  padding: 0 20px;
}
.header .downmenu__item:not(:last-child) .downmenu-link {
  border-bottom: 1px solid #D0D0E2;
}
.header .downmenu__item:first-child .downmenu-link {
  padding-top: 0;
}
.header .downmenu__item:last-child .downmenu-link {
  padding-bottom: 0;
}
.header .downmenu__item:hover .downmenu-link {
  color: #B42128;
}
.header .downmenu__item:hover svg {
  fill: #B42128;
}
.header .downmenu__item:hover .submenu-list {
  width: 206px;
  padding: 20px;
}
.header .downmenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  position: relative;
  z-index: 5;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  padding: 12px 5px;
}
.header .downmenu-link svg {
  fill: #252A61;
}
.header .submenu {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  padding-left: 206px;
}
.header .submenu-list {
  width: 0;
  overflow: hidden;
  background: #FAFAFF;
  border-radius: 0 10px 10px 0;
  padding: 20px 0;
}
.header .submenu__item {
  padding: 0 5px;
}
.header .submenu__item:not(:last-child) {
  border-bottom: 1px solid #D0D0E2;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.header .submenu-link {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: #252A61;
}
@media screen and (min-width: 1001px) {
  .header_top .container {
    gap: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    height: 127px;
  }
  .header_top {
    position: absolute;
    padding: 12px 0;
  }
  .header_top .logo img {
    width: 164px;
    height: 38px;
  }
  .header_fixed {
    position: fixed;
  }
  .header-navigation, .header-call-img {
    display: none;
  }
}

.lang {
  position: relative;
}
.lang:hover .lang-block {
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
  max-height: 500px;
  overflow: visible;
  padding: 20px;
}
.lang > .menu-link {
  padding-right: 15px;
}
.lang > .menu-link::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 6px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arr-blue");
  right: 0;
  top: calc(50% - 2.5px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.lang .menu-link {
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lang .menu-link img {
  width: 19px;
  height: 14px;
}
.lang-wrapper {
  position: absolute;
  top: 0;
  left: calc(50% - 95px);
  width: 190px;
  padding-top: 24px;
}
.lang-block {
  max-height: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  padding: 0 20px;
}
.lang-block .menu-link {
  position: relative;
}
.lang-block .menu-link::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 8px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-blue");
  right: 0;
  top: calc(50% - 4px);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.lang-block .menu-link:hover::after {
  opacity: 1;
}
.lang__item:not(:last-child) {
  border-bottom: 1px solid #D0D0E2;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

/* call */
.call {
  text-align: center;
}
.call-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  color: #252B61;
}
.call-title-span {
  position: relative;
  display: inline-block;
  padding-left: 13px;
}
.call-title-span::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #B42128;
  left: 0;
  top: calc(50% - 4px);
}
.call-link {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  font-style: italic;
  line-height: 31px;
  color: #252B61;
  padding-left: 37px;
}
.call-link::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 31px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--phone-icon-area");
  left: 0;
  top: 0;
}
@media screen and (min-width: 1001px) {
  .call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
@media screen and (max-width: 992px) {
  .call {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    right: 0;
    top: 63px;
    padding: 10px 20px;
  }
  .call-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
  .call-link {
    font-size: 18px;
    line-height: 26px;
    padding-left: 31px;
  }
  .call-link::before {
    width: 26px;
    height: 25px;
  }
}

/* menu */
.menu {
  gap: 30px;
}
.menu-link {
  position: relative;
  z-index: 5;
  color: #252B61;
}

.downmenu {
  position: absolute;
}
.downmenu-link {
  color: #252A61;
}

/* hamburger */
.hamburger {
  display: none;
  width: 28px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger:hover, .hamburger.is_active:hover {
  opacity: 0.7;
}

.hamburger.is_active .hamburger-box {
  width: 28px;
}

.hamburger.is_active .hamburger-inner {
  background-color: #252A61;
}

.hamburger.is_active .hamburger-inner::before,
.hamburger.is_active .hamburger-inner::after {
  background-color: #252A61;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 20px;
}

.hamburger-inner {
  display: block;
  top: calc(50% - 1px);
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  position: absolute;
  width: 100%;
  height: 3.5px;
  border-radius: 1.5px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner {
  background-color: #252A61;
}

.hamburger-inner::before, .hamburger-inner::after {
  background-color: #252A61;
  right: 0;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  width: 28px;
  top: 6px;
}

.hamburger-inner::after {
  width: 28px;
  bottom: 6px;
}

.hamburger_spin .hamburger-inner {
  width: 28px;
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger_spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger_spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger_spin.is_active .hamburger-inner {
  width: 28px;
  height: 3.5px;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger_spin.is_active .hamburger-inner::before {
  height: 3.5px;
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger_spin.is_active .hamburger-inner::after {
  height: 3.5px;
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 1000px) {
  .hamburger {
    display: block;
  }
}
/* navigation mob */
.navigation-mobile {
  position: fixed;
  z-index: 101;
  width: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  background: hsl(0deg, 0%, 100%);
  padding-top: 74px;
}
.navigation-mobile.open {
  width: 100%;
}
.navigation-mobile-body {
  position: relative;
  height: 100%;
  padding: 0 20px;
}
.navigation-mobile .menu {
  margin-bottom: 40px;
}
.navigation-mobile .menu__item {
  padding: 18px 0;
}
.navigation-mobile .menu__item:not(:last-child) {
  border-bottom: 1px solid #E6E6EF;
}
.navigation-mobile .menu__item:last-child {
  padding-bottom: 0;
}
.navigation-mobile .menu__item.flexbox {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navigation-mobile .menu__item.open .downmenu {
  width: 100%;
  padding: 0 20px;
}
.navigation-mobile .menu-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #252A61;
}
.navigation-mobile .downmenu {
  z-index: 15;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  background: #fff;
  overflow: hidden;
}
.navigation-mobile .downmenu-header {
  position: relative;
  padding: 35px 0;
  padding-left: 20px;
}
.navigation-mobile .downmenu-header::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 6px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arr-blue");
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 0;
  top: calc(50% - 2px);
}
.navigation-mobile .downmenu-btn {
  position: relative;
  width: 10px;
  height: 6px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arr-blue");
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.navigation-mobile .downmenu-btn-close {
  position: relative;
  text-align: left;
  width: 100%;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #252A61;
  line-height: 24px;
}
.navigation-mobile .downmenu__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
  padding: 0 5px;
}
.navigation-mobile .downmenu__item.open .downmenu-link {
  color: #B42128;
}
.navigation-mobile .downmenu__item.open .submenu-btn svg {
  fill: #B42128;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.navigation-mobile .downmenu__item.open .submenu {
  max-height: 1000px;
}
.navigation-mobile .downmenu__item:not(:last-child) {
  border-bottom: 1px solid #D0D0E2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.navigation-mobile .downmenu__item:not(:last-child).open {
  border-bottom: none;
  padding-bottom: 0;
}
.navigation-mobile .downmenu-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #252A61;
}
.navigation-mobile .submenu {
  min-width: calc(100% + 10px);
  max-height: 0;
  overflow: hidden;
  margin-left: -5px;
}
.navigation-mobile .submenu-list {
  border-radius: 5px;
  background: #FAFAFF;
  padding: 15px;
}
.navigation-mobile .submenu-btn {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.navigation-mobile .submenu-btn svg {
  fill: #252A61;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 3px;
}
.navigation-mobile .submenu__item:not(:last-child) {
  margin-bottom: 15px;
}
.navigation-mobile .submenu-link {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  color: #252A61;
}
.navigation-mobile .lang {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.navigation-mobile .lang > .menu-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 5px;
  border: 1px solid #D0D0E2;
  padding: 10px 15px;
  padding-right: 35px;
}
.navigation-mobile .lang > .menu-link::before {
  right: 15px;
}
.navigation-mobile .lang-wrapper {
  left: 0;
  width: 100%;
  padding-top: 52px;
}
.navigation-mobile .lang-block .menu-link::after {
  display: none;
}
.navigation-mobile .lang:hover > .menu-link::before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media screen and (min-width: 450px) {
  .navigation-mobile.open {
    width: 320px;
  }
}
@media screen and (max-width: 992px) {
  .navigation-mobile {
    padding-top: 127px;
  }
}

.lang {
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #252B61;
}

/* promo */
.promo {
  position: relative;
  background: #02062C;
  margin-bottom: 60px;
}
.promo .container, .promo .container_thin {
  position: relative;
  padding: 70px 20px;
}
.promo .breadcrumbs {
  min-width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: -50px;
}
.promo-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.promo-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo .h1 {
  position: relative;
  color: #fff;
  text-align: left;
}
.promo p {
  position: relative;
  font-size: 15px;
  line-height: 23px;
  color: #D1D2D8;
  margin-bottom: 25px;
}
.promo p:last-child {
  margin-bottom: 0;
}
.promo-lawyer {
  position: absolute;
  z-index: 2;
  left: 390px;
  bottom: 0;
  width: 469px;
  height: 625px;
}
.promo-lawyer-main {
  width: 557px;
  height: 638px;
}
.promo-form {
  position: relative;
  z-index: 3;
}
.promo-form .heading {
  color: #fff;
  font-weight: 600;
}
.promo-form .descr {
  color: #D1D2D8;
}
.promo-form .check {
  color: #D1D2D8;
}
.promo .check__box {
  border: none;
}
.promo-feature {
  border-radius: 10px;
  background: #252A61;
  width: 407px;
  padding: 40px 30px;
  margin-top: 50px;
}
.promo-feature__item:not(:last-child) {
  border-bottom: 1px solid #0F1339;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.promo-feature-heading {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  color: #fff;
  padding-left: 30px;
  margin-bottom: 5px;
}
.promo-feature-heading::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 30px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--red");
  left: 0;
  top: 0;
}
.promo-feature-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(236, 235, 246, 0.8);
  padding-left: 30px;
}
.promo-review {
  position: relative;
  z-index: 5;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.promo-review-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promo-review__item:not(:first-child) {
  margin-left: -8px;
}
.promo-review__item img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1px solid #FFFFFF;
}
.promo-review-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
}
.promo-review-line {
  text-decoration: underline;
}
.promo-review .rating {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5px;
}
.promo-review .rating-star {
  width: 13px;
  height: 12px;
}
.promo-review .rating-title {
  color: #fff;
}
.promo .video {
  margin-bottom: 0;
}
.promo-submit .container {
  min-height: 700px;
}
.promo-submit .promo-text {
  width: 456px;
}
.promo-submit .promo-form {
  width: 387px;
}
.promo-contact .container {
  gap: 0 30px;
}
.promo-contact .promo-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 580px;
  width: auto;
}
.promo-contact .promo-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 491px;
}
.promo-case {
  gap: 25px 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px;
}
.promo-case-heading {
  position: relative;
  color: #fff;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  padding-left: 30px;
  margin-bottom: 5px;
}
.promo-case-heading::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 30px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--red");
  left: 0;
  top: 2px;
}
.promo-case-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  color: #D1D2D8;
  padding-left: 30px;
}
.promo-areas .container {
  gap: 0 30px;
}
.promo-areas .promo-text {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.promo-areas-img {
  margin-right: 17px;
  margin-bottom: -70px;
}
.promo-areas .btn {
  width: 230px;
}
.promo-about .btn {
  width: 317px;
}
.promo-services {
  overflow: hidden;
  min-height: 346px;
}
.promo-services .container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 35px;
  padding-right: 100px;
}
.promo-services .promo-text {
  max-width: 580px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.promo-services .promo-schedule {
  max-width: 460px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.promo-services .promo-lawyer {
  right: -100px;
  left: auto;
  bottom: 0;
  width: 375px;
  height: 323px;
}
.promo-services .promo-lawyer img {
  width: 375px;
  height: 323px;
}
.promo-services .check-list-red {
  margin-bottom: 30px;
}
.promo-services .btn {
  width: 260px;
}
.promo-404 .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promo-404 .promo-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 772px;
}
.promo-404 .btn {
  width: 230px;
}
.promo-author .container_thin {
  min-height: 420px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promo-author .promo-text {
  max-width: 540px;
}
.promo-author-feature {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.promo-author-feature__item {
  position: relative;
  border-radius: 5px;
  background: #252A61;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  color: #ECEBF6;
  padding: 15px;
  padding-left: 35px;
}
.promo-author-feature__item::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 17px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--red");
  left: 15px;
  top: calc(50% - 8.5px);
}
.promo-author .soc {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.promo-author-page .promo-author-img {
  width: 282px;
  height: 300px;
  border-radius: 7px;
  bottom: auto;
  top: calc(50% - 150px);
}
.promo-author-page .promo-author-img img {
  width: 282px;
  height: 300px;
  border-radius: 7px;
}
.promo-author-page .promo-text {
  min-height: 307px;
  max-width: 687px;
}
.promo-author-page .promo-text .text {
  margin-bottom: 30px;
}
.promo-page .promo-text {
  text-align: center;
}
.promo-page .promo-text .h1 {
  text-align: center;
  margin-bottom: 20px;
}
.promo-page .promo-text .h1:last-child {
  margin-bottom: 0;
}
.promo-page .promo-text .btn {
  width: 338px;
}
.promo-descr {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  margin-bottom: 25px;
}
.promo-owner .container {
  gap: 0 30px;
}
.promo-owner .breadcrumbs {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.promo-owner-owner {
  position: relative;
  inline-size: 530px;
  min-inline-size: 530px;
}
.promo-owner-rating {
  position: absolute;
  z-index: 1;
  inset-block-start: 83px;
  inset-inline-start: 0;
  inline-size: 213px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  text-align: center;
  color: #fff;
  padding: 15px;
}
.promo-owner-rating .rating-total {
  font-style: normal;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  -webkit-margin-after: 5px;
          margin-block-end: 5px;
}
.promo-owner-rating .rating-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-after: 5px;
          margin-block-end: 5px;
}
.promo-owner-rating p {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: #fff;
}
.promo-owner-img {
  position: relative;
  z-index: 2;
}
.promo-owner_bottom {
  inline-size: 100%;
  background: #252A61;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 30px;
}
.promo-owner_bottom .h1 {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  -webkit-margin-after: 5px;
          margin-block-end: 5px;
}
.promo-owner_bottom .soc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.promo-owner-position {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.promo-owner-position::before {
  position: absolute;
  content: "";
  inline-size: 76px;
  block-size: 3px;
  background: #B42128;
  border-radius: 3px;
  inset-block-end: 0;
  inset-inline-start: calc(50% - 38px);
}
.promo-owner-text {
  max-inline-size: 600px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.promo-owner-text ul:not([class]) li {
  font-weight: 600;
  color: #fff;
}
.promo-owner-text ul:not([class]) li::before {
  background: #fff;
}
.promo-owner-text .check-list-red {
  margin-bottom: 30px;
}
.promo-owner-text_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-padding-before: 30px;
          padding-block-start: 30px;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
.promo-owner-text_bottom .sub {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
}
@media screen and (max-width: 1103px) {
  .promo-lawyer {
    left: 320px;
  }
  .promo-lawyer-main {
    left: 230px;
  }
}
@media screen and (max-width: 1005px) {
  .promo-submit .promo-form {
    width: 300px;
  }
}
@media screen and (min-width: 993px) {
  .promo-bg-mob {
    display: none;
  }
  .promo-author-img {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 360px;
    height: 386px;
  }
}
@media screen and (max-width: 992px) {
  .promo .container {
    padding: 0 20px;
  }
  .promo:not(.promo-contact) .breadcrumbs {
    min-width: auto;
    position: absolute;
    top: 20px;
    margin-top: 0;
  }
  .promo:not(.promo-contact) .breadcrumbs + .promo-text {
    padding-top: 70px;
  }
  .promo-submit .promo-text {
    width: calc(100% + 40px);
    text-align: left;
    padding-bottom: 50px;
  }
  .promo-submit .promo-text .h1 {
    text-align: left;
  }
  .promo-form {
    min-width: calc(100% + 40px);
    width: calc(100% + 40px);
    background: #02062C;
    padding: 40px 20px;
    margin-left: -20px;
  }
  .promo-bg-desktop {
    display: none;
  }
  .promo-text {
    text-align: center;
    position: relative;
    width: 100%;
    min-width: calc(100% + 40px);
    padding: 60px 20px;
    margin-left: -20px;
  }
  .promo-text .h1 {
    text-align: center;
  }
  .promo-lawyer {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .promo-lawyer-main + .promo-feature {
    margin-top: -300px;
  }
  .promo-feature {
    position: relative;
    z-index: 4;
    width: 500px;
    margin: -70px auto 0;
  }
  .promo-review {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .promo-review-list, .promo-review .rating {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .promo-case {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .promo-areas .promo-text {
    padding-bottom: 46px;
  }
  .promo-areas-img {
    margin: 0 auto;
  }
  .promo-areas .btn {
    display: block;
    margin: 0 auto;
  }
  .promo-services .container {
    padding-bottom: 50px;
  }
  .promo-services .promo-text, .promo-services .promo-schedule {
    max-width: 100%;
    min-width: 100%;
  }
  .promo-services .promo-text {
    text-align: left;
    padding: 60px 0 0;
    margin-left: 0;
  }
  .promo-services .promo-text .h1 {
    text-align: left;
  }
  .promo-services .promo-lawyer {
    display: none;
  }
  .promo-services .check-list-red {
    margin-top: 30px;
  }
  .promo-404 .container {
    padding-bottom: 70px;
  }
  .promo-404-img {
    margin: 0 auto;
  }
  .promo-author .container_thin {
    padding-bottom: 0;
  }
  .promo-author .breadcrumbs + .promo-text {
    padding-top: 0;
  }
  .promo-author .promo-text {
    max-width: 100%;
  }
  .promo-author-feature {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .promo-author .soc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .promo-author-page .promo-author-img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .promo-contact .breadcrumbs {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .promo-contact .promo-form {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .promo-contact .promo-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .promo-owner .container {
    gap: 40px 30px;
    padding: 60px 20px 50px;
  }
  .promo-owner-owner {
    margin-inline: auto;
  }
  .promo-owner-text {
    max-inline-size: 100%;
    min-inline-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .promo-feature {
    padding: 25px 20px;
    margin-top: -253px;
  }
  .promo-feature__item:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .promo-feature-heading {
    font-size: 28px;
    line-height: 32px;
  }
  .promo-feature-heading::before {
    width: 14px;
    height: 26px;
    top: 4px;
  }
  .promo-review {
    margin-bottom: 40px;
  }
  .promo-author-feature__item {
    min-width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .promo-case-title {
    padding-left: 0;
  }
  .promo-feature {
    width: 100%;
  }
  .promo-lawyer-main {
    width: 100%;
    height: 550px;
    left: -20px;
  }
  .promo-lawyer-main + .promo-feature {
    margin-top: -253px;
  }
  .promo-lawyer-main img {
    width: 100%;
    min-width: calc(100% + 40px);
    height: auto;
  }
  .promo-owner-owner {
    inline-size: 100%;
    min-inline-size: 100%;
  }
  .promo-owner-rating {
    inset-block-start: 50px;
    inset-inline-start: 11px;
    inline-size: 108px;
    padding: 11px;
  }
  .promo-owner-rating .rating-total {
    font-size: 20px;
    line-height: 25px;
  }
  .promo-owner-rating p {
    font-size: 9px;
    line-height: 13px;
  }
  .promo-owner_bottom {
    padding: 20px;
  }
  .promo-owner_bottom .h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .promo-owner-position {
    font-size: 15px;
    line-height: 23px;
    -webkit-padding-after: 15px;
            padding-block-end: 15px;
    -webkit-margin-after: 15px;
            margin-block-end: 15px;
  }
  .promo-owner-text_bottom {
    -webkit-padding-before: 25px;
            padding-block-start: 25px;
    -webkit-margin-before: 25px;
            margin-block-start: 25px;
  }
  .promo-owner-text_bottom .btn {
    width: 100%;
  }
  .promo-owner-text_bottom .sub {
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .promo-areas .btn, .promo-about .btn, .promo-404 .btn {
    width: 100%;
  }
  .promo-author-page .promo-author-img {
    width: 320px;
    height: 340px;
  }
  .promo-author-page .promo-author-img img {
    width: 320px;
    height: 340px;
  }
  .promo-services .btn {
    width: 100%;
  }
  .promo-page .promo-text .h1 {
    margin-bottom: 25px;
  }
  .promo-page .promo-text .h1:last-child {
    margin-bottom: 0;
  }
  .promo-page .promo-text .btn {
    width: 100%;
  }
}

/* logos */
.logos {
  border-bottom: 1px solid #EAEAEA;
  padding: 20px 0;
  margin-bottom: 100px;
  margin-top: -60px;
}
.logos .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logos .swiper-slide {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .logos {
    margin-bottom: 80px;
  }
  .logos .swiper-slide {
    padding: 0 15px;
  }
  .logos img {
    max-height: 80px;
    max-width: 80px;
  }
}

/* when */
.when {
  gap: 40px;
  margin-top: 60px;
}
.when-menu, .when-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.when-menu {
  position: relative;
}
.when-menu::before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 136px;
  height: 134px;
  background: center center/cover no-repeat;
  background-image: url("../img/badge.svg");
  right: -40px;
  top: -65px;
}
.when-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 5px;
  width: 100%;
  border-radius: 10px;
  background: #FAFAFF;
  text-align: left;
  padding: 20px;
}
.when-menu__item .heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.when-menu__item:not(:last-child) {
  margin-bottom: 10px;
}
.when-menu__item.active .heading, .when-menu__item:hover .heading {
  color: #B42128;
}
.when-container__item {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
  padding: 40px 35px;
}
.when-container-heading {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 5px;
  text-align: left;
  padding-bottom: 20px;
}
.when-container .heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #1F1F21;
}
.when-container .text {
  border-top: 1px solid #D0D0E2;
  padding-top: 20px;
}
.when-container .text p {
  font-size: 15px;
  line-height: 23px;
}
.when-title {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #B42128;
  text-align: left;
  margin-top: 5px;
}
@media screen and (min-width: 993px) {
  .when {
    gap: 40px;
  }
  .when-menu, .when-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .when-menu__item[aria-selected=true] {
    color: #fff;
  }
  .when-container__item {
    display: none;
  }
  .when-container__item.active {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .when-menu {
    display: none;
  }
  .when-container {
    position: relative;
  }
  .when-container::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 117px;
    height: 117px;
    background: center center/cover no-repeat;
    background-image: url("../img/badge.svg");
    right: -20px;
    top: -38px;
  }
  .when-container__item:not(.active) {
    background: #FAFAFF;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .when-container__item:not(.active) .when-container-heading {
    padding-bottom: 0;
  }
  .when-container__item:not(.active) .text {
    max-height: 0;
    overflow: hidden;
    border-color: transparent;
    padding-top: 0;
  }
  .when-container__item.active .heading {
    color: #B42128;
  }
  .when-container__item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .when {
    margin-top: 40px;
  }
  .when-container__item {
    padding: 20px;
  }
  .when-container__item .when-container-heading {
    padding-bottom: 15px;
  }
  .when-container__item .text {
    padding-top: 15px;
  }
}

/* review */
.review-slider .btn {
  display: block;
  margin: 0 auto;
}
.review-swiper {
  padding: 60px 1px;
  margin: -10px -1px;
}
.review-swiper .review__item {
  text-align: center;
  padding: 35px 30px 25px;
}
.review-swiper .rating {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.review-swiper .rating-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.review-swiper .text {
  margin-bottom: 25px;
}
.review-swiper .review-name {
  padding-top: 25px;
}
.review-swiper .review-name::before {
  left: calc(50% - 20px);
}
.review-aside .rating {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.review-aside .review__item {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #D0D0E2;
  padding: 25px 20px 20px;
}
.review-aside .review__item .btn {
  width: 100%;
}
.review-aside .text {
  margin-bottom: 20px;
}
.review-aside .review-name {
  padding-top: 20px;
  margin-bottom: 20px;
}
.review-aside .review-name::before {
  left: 0;
}
.review__item {
  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%;
  background: #fff;
  -webkit-box-shadow: 0 0 1px 1px #D0D0E2;
          box-shadow: 0 0 1px 1px #D0D0E2;
  border-radius: 10px;
}
.review-name {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-top: auto;
}
.review-name::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: #B42128;
  top: 0;
}
.review .text p {
  font-size: 15px;
  line-height: 23px;
  font-style: italic;
  color: #1F1F21;
}
.review-lawyer {
  position: relative;
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
}
.review-lawyer-img {
  width: 208px;
}
.review-lawyer-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-lawyer-text {
  padding: 25px 30px;
}
.review-lawyer-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.review-lawyer .review-header {
  margin-bottom: 10px;
}
.review-lawyer .rating {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.review-block {
  margin-bottom: 30px;
}
.review-block.flexbox {
  gap: 0 20px;
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}
.review-block.flexbox .review__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 280px;
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
  border: none;
}
.review-block.flexbox + .btn {
  inline-size: 373px;
  margin-inline: auto;
}
.review-block + .btn {
  width: 100%;
}
.review-block .review-header {
  margin-bottom: 25px;
}
.review-block .review__item {
  padding: 35px 30px 25px;
}
.review-block .review__item:not(:last-child) {
  margin-bottom: 20px;
}
.review-block .review__item .text {
  margin-bottom: 25px;
}
.review-block .review__item .review-name {
  padding-top: 0;
}
.review-block .review__item .review-name::before {
  display: none;
}
.review-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.review-address {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #3E3E41;
  margin-bottom: 20px;
}
.review-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.review-btn .btn {
  width: 230px;
  height: 44px;
  font-size: 14px;
}
.review-btn .btn_red {
  line-height: 44px;
}
.review-btn .btn_border {
  line-height: 42px;
}
.review_bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.review-date {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #3E3E41;
}
.review_top {
  gap: 20px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
.review_top .section-header .section-title, .review_top .section-header .h2 {
  text-align: left;
}
.review_top .section-header .h2 {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.review-review {
  position: relative;
  z-index: 5;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EFEFFF;
  border-radius: 10px;
  padding: 20px;
}
.review-review-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review-review__item:not(:first-child) {
  margin-left: -8px;
}
.review-review__item img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1px solid #FFFFFF;
}
.review-review-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: rgba(31, 31, 33, 0.8);
  text-transform: uppercase;
}
.review-review-line {
  text-decoration: underline;
}
.review-review .rating {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5px;
}
.review-review .rating-star {
  width: 13px;
  height: 12px;
}
.review-review .rating-total {
  color: #1F1F21;
}
@media screen and (min-width: 451px) {
  .review-lawyer-img {
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 25px;
  }
  .review-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .review-lawyer {
    padding-left: 208px;
  }
  .review-lawyer-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    border-radius: 0;
    margin-top: 0;
  }
  .review-btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .review-swiper {
    margin: -20px -1px;
  }
  .review-lawyer {
    margin-bottom: 20px;
  }
  .review-lawyer-img {
    display: block;
    width: 320px;
    height: 330px;
  }
  .review-lawyer-text {
    padding: 20px;
  }
  .review-lawyer .rating {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .review-lawyer .rating-review {
    min-width: 100%;
  }
  .review-header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .review-block .review__item {
    padding: 25px;
  }
  .review-block.flexbox {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
  .review_top {
    -webkit-margin-after: 25px;
            margin-block-end: 25px;
  }
  .review-review {
    padding: 20px 15px;
  }
  .review-review__item:not(:first-child) {
    margin-left: -10px;
  }
  .review-review-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .review-swiper {
    min-width: calc(100% + 40px);
    margin-left: -20px;
  }
  .review-swiper .swiper-slide {
    padding: 0 20px;
  }
  .review-review {
    inline-size: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .review-block.flexbox + .btn {
    inline-size: 100%;
  }
}
@media screen and (max-width: 450px) {
  .review-slider .btn {
    width: 100%;
  }
  .review-lawyer-img {
    width: 100%;
  }
  .review-btn .btn {
    width: 100%;
  }
}

.swiper-slide-active .review__item {
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
}

/* case */
.case-block {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px 40px;
  margin-bottom: 50px;
}
.case__item {
  position: relative;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px #D0D0E2;
          box-shadow: 0 0 0 1px #D0D0E2;
  padding: 25px;
}
.case__item::before {
  position: absolute;
  content: "";
  width: 34px;
  height: 36px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-icon");
  top: 25px;
  right: 25px;
}
.case__item .heading {
  font-weight: 600;
  margin-bottom: 10px;
}
.case__item .text p {
  font-size: 15px;
  line-height: 23px;
  color: #3E3E41;
}
.case-title {
  text-transform: uppercase;
  color: #252A61;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
}
.case-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  color: #252A61;
  border-bottom: 1px solid #D0D0E2;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.case-price::before {
  content: "";
  width: 16px;
  height: 30px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--red");
  min-width: 16px;
  margin-top: 5px;
}
.case .btn {
  display: block;
  margin: 0 auto;
}
.case-aside .case__item {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #D0D0E2;
  padding: 20px;
}
.case-aside .case__item .text {
  margin-bottom: 20px;
}
.case-aside .case .btn {
  width: 100%;
}
.case-hover .case-block {
  grid-gap: 20px;
  margin-bottom: 0;
}
.case-hover .case-block + .btn {
  width: 100%;
  margin-top: 25px;
}
.case-hover .case__item::before {
  display: none;
}
.case-hover .case__item .case-svg {
  position: absolute;
  top: 25px;
  right: 25px;
}
.case-hover .case__item .path-circle {
  fill: #EEEEF8;
}
.case-hover .case__item .path-check {
  fill: #252A61;
}
.case-hover .case__item:hover {
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
}
.case-hover .case__item:hover .case-price {
  color: #B42128;
}
.case-hover .case__item:hover .path-circle {
  fill: #FFE9EA;
}
.case-hover .case__item:hover .path-check {
  fill: #B42128;
}
@media screen and (max-width: 768px) {
  .case-block {
    margin-bottom: 40px;
  }
  .case__item {
    padding: 20px;
  }
  .case-price {
    font-size: 28px;
    line-height: 32px;
  }
  .case.main .case__item .case-svg {
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 450px) {
  .case .btn {
    width: 100%;
  }
}

.section_blue .case__item {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* choose */
.choose-block {
  gap: 25px 40px;
  margin-top: 40px;
}
.choose-img {
  width: 373px;
  min-width: 373px;
}
.choose-img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.choose-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 80px;
}
.choose-text .text {
  margin-bottom: 30px;
}
.choose-text .btn {
  width: 220px;
}
.choose-list {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  grid-gap: 20px;
  margin-top: -40px;
}
.choose__item {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
  padding: 25px;
}
.choose__item img {
  width: 40px;
  height: 40px;
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .choose-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .choose-text {
    min-width: 100%;
    margin-bottom: 25px;
  }
  .choose-list {
    margin-top: 0;
  }
}
@media screen and (max-width: 450px) {
  .choose-img {
    width: 100%;
    min-width: 100%;
    height: 400px;
  }
  .choose-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .choose-text .btn {
    width: 100%;
  }
}

/* feature */
.feature {
  gap: 40px;
}
.feature .section-header .h2 {
  margin-bottom: 30px;
}
.feature__item {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 1px #D0D0E2;
          box-shadow: 0 0 1px 1px #D0D0E2;
  background: #fff;
  padding: 25px;
}
.feature__item .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
.feature__item .heading::before {
  content: "";
  width: 30px;
  height: 28px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-red");
  min-width: 30px;
}
.feature__item .text p {
  font-size: 15px;
  line-height: 23px;
}
.feature__item:not(:last-child) {
  margin-bottom: 20px;
}
.feature__item:hover {
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 993px) {
  .feature .section-header .h2 {
    text-align: left;
    margin-bottom: 30px;
  }
  .feature .section-title, .feature .section-descr {
    text-align: left;
  }
  .feature-text, .feature-block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .feature .section-header .h2 {
    margin-bottom: 25px;
  }
  .feature__item {
    padding: 25px 20px;
  }
  .feature__item .heading {
    margin-bottom: 15px;
  }
}

/* video */
.video {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 55%;
  margin-bottom: 30px;
}
.video iframe, .video video, .video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  inset: 0;
}
.video-img {
  z-index: 5;
}
.video-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video .btn-video {
  position: absolute;
  z-index: 6;
  width: 100px;
  height: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.4);
}
.video .btn-video::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 22px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--play-button");
  top: calc(50% - 10px);
  left: calc(50% - 11px);
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.video .btn-video:hover {
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.15);
          box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.15);
}
.video .btn-video:hover::before {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.video.open .btn-video, .video.open .video-img {
  display: none;
}
@media screen and (max-width: 768px) {
  .video {
    padding-bottom: 53%;
    margin-bottom: 25px;
  }
  .video .btn-video {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
  }
  .video .btn-video::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 16px;
    top: calc(50% - 8px);
    left: calc(50% - 7px);
  }
}

/* office */
.office {
  gap: 40px;
}
.office .section-header .h2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 993px) {
  .office .section-header .h2 {
    text-align: left;
  }
  .office .section-title, .office .section-descr {
    text-align: left;
  }
  .office-img, .office-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 992px) {
  .office {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .office .section-header .h2 {
    margin-bottom: 25px;
  }
}

/* practice */
.section_blue .practice__item .link {
  color: #fff;
}
.section_blue .practice__item .link svg {
  fill: #fff;
}
.section_blue .practice__item .link:hover {
  color: #B42128;
}
.section_blue .practice__item .link:hover svg {
  fill: #B42128;
}

.section_gray .practice__item .link {
  color: #1F1F21;
}
.section_gray .practice__item .link svg {
  fill: #1F1F21;
}
.section_gray .practice__item .link:hover {
  color: #B42128;
}
.section_gray .practice__item .link:hover svg {
  fill: #B42128;
}

.practice {
  margin-top: 50px;
}
.practice .section-header {
  text-align: center;
}
.practice-block {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  grid-gap: 30px 20px;
  margin-bottom: 50px;
}
.practice-three {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}
.practice-body {
  position: relative;
  width: 100%;
  height: 208px;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 15px;
}
.practice-body:hover .practice-hover {
  opacity: 1;
}
.practice-img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.practice-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.practice-hover {
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #252A61;
  padding: 20px;
  padding-top: 50px;
}
.practice-hover::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 20px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--red");
  top: 20px;
  left: 20px;
}
.practice-hover p {
  font-size: 15px;
  line-height: 23px;
  color: #fff;
}
.practice-hover p:last-child {
  margin-bottom: 0;
}
.practice-wrapper {
  height: 100%;
}
.practice .btn {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .practice__item .link {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .practice {
    margin-top: 40px;
  }
  .practice-block {
    margin-bottom: 40px;
  }
  .practice-three {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
@media screen and (max-width: 450px) {
  .practice .btn {
    width: 100%;
  }
}

/* center */
.center {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  grid-gap: 20px;
  margin-top: 40px;
}
.center__item {
  -webkit-box-shadow: 0 0 0 1px #D0D0E2;
          box-shadow: 0 0 0 1px #D0D0E2;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
}
.center__item img {
  width: 40px;
  height: 40px;
  margin: 0;
  margin-bottom: 25px;
}
.center__item:hover {
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
}
.center__item:hover .link {
  color: #B42128;
}
.center__item:hover .link svg {
  fill: #B42128;
}
.center .heading, .center .text p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.center .heading {
  margin-bottom: 10px;
}
.center .text {
  margin-bottom: 25px;
}
.center .text p {
  font-size: 15px;
  line-height: 23px;
  color: #1F1F21;
}

/* guarantee */
.guarantee {
  min-height: 311px;
  position: relative;
  background: #02062C;
  border-radius: 10px;
  overflow: hidden;
  padding: 60px 50px;
}
.guarantee-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 73%;
}
.guarantee-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.guarantee-text {
  position: relative;
  z-index: 2;
  width: 580px;
}
.guarantee .section-header .h2 {
  color: #fff;
}
.guarantee .section-descr {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}
.guarantee .btn {
  width: 220px;
}
.guarantee.get .guarantee-bg {
  width: 70%;
}
.guarantee.get .guarantee-text {
  width: auto;
  padding-right: 32%;
}
.guarantee-calculator {
  min-height: 295px;
  padding: 40px;
}
.guarantee-calculator .guarantee-bg {
  width: 52%;
}
.guarantee-calculator .guarantee-bg img {
  -o-object-position: center left;
     object-position: center left;
}
.guarantee-calculator .guarantee-text {
  width: 606px;
}
.guarantee-calculator .btn {
  width: 284px;
}
@media screen and (min-width: 691px) {
  .guarantee .section-header .h2 {
    text-align: left;
  }
  .guarantee .section-descr {
    text-align: left;
  }
}
@media screen and (max-width: 690px) {
  .guarantee {
    text-align: center;
    padding: 80px 30px;
  }
  .guarantee-bg {
    top: auto;
    left: 0;
    width: 100%;
    height: 51%;
  }
  .guarantee-text {
    width: 100%;
  }
  .guarantee.get {
    padding: 50px 30px;
  }
  .guarantee.get .section-header {
    text-align: left;
  }
  .guarantee.get .section-descr {
    text-align: left;
  }
  .guarantee.get .guarantee-bg {
    height: 100%;
    width: auto;
    left: auto;
    right: -130px;
  }
  .guarantee.get .guarantee-bg img {
    -o-object-position: bottom;
       object-position: bottom;
  }
  .guarantee.get .guarantee-text {
    padding-right: 25%;
  }
  .guarantee .btn {
    width: 100%;
  }
  .guarantee-calculator .guarantee-bg {
    width: 100%;
  }
  .guarantee-calculator .guarantee-bg img {
    -o-object-position: top left;
       object-position: top left;
  }
  .guarantee-calculator .guarantee-text {
    width: 100%;
  }
  .guarantee-calculator .btn {
    width: 100%;
  }
}
@media screen and (max-width: 451px) {
  .guarantee.get.get {
    padding: 50px 30px;
  }
  .guarantee.get.get .section-header {
    text-align: left;
  }
  .guarantee.get.get .section-descr {
    text-align: left;
    padding-right: 20px;
  }
  .guarantee.get.get .guarantee-bg {
    right: 0;
    width: 100%;
    height: auto;
  }
  .guarantee.get.get .guarantee-bg img {
    -o-object-position: bottom;
       object-position: bottom;
  }
  .guarantee.get.get .guarantee-text {
    padding-right: 0;
  }
}

/* matters */
.matters {
  gap: 40px;
}
.matters .section-header .h2 {
  margin-bottom: 30px;
}
.matters-text .text {
  margin-bottom: 30px;
}
.matters-text .btn {
  width: 220px;
}
.matters-block {
  counter-reset: number;
}
.matters__item {
  -webkit-box-shadow: 0 0 0 1px #D0D0E2;
          box-shadow: 0 0 0 1px #D0D0E2;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
}
.matters__item .heading {
  font-size: 20px;
  line-height: 28px;
}
.matters__item .text {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
}
.matters__item:not(:last-child) {
  margin-bottom: 20px;
}
.matters__item.active {
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
}
.matters__item.active .text {
  max-height: 1500px;
  padding-top: 15px;
}
.matters-heading {
  text-align: left;
}
.matters-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #B42128;
  margin-bottom: 5px;
}
@media screen and (min-width: 993px) {
  .matters .section-header .h2 {
    text-align: left;
  }
  .matters .section-descr, .matters .section-title {
    text-align: left;
  }
  .matters-text, .matters-block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 992px) {
  .matters-text .btn {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .matters__item {
    padding: 20px 25px;
  }
  .matters-text .text {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 450px) {
  .matters-text .btn {
    width: 100%;
  }
}

/* contact */
.contact.flexbox {
  gap: 40px;
}
.contact-block.gridbox {
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  grid-gap: 20px;
  margin-top: 30px;
}
.contact-block.gridbox .contact-info {
  -webkit-box-shadow: 0 0 0 1px #D0D0E2;
          box-shadow: 0 0 0 1px #D0D0E2;
  border-radius: 10px;
}
.contact-block.gridbox .contact-info:hover {
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
}
.contact-block.gridbox .contact-address {
  margin-bottom: 15px;
}
.contact-map {
  position: relative;
  width: 100%;
  min-width: 420px;
  height: 510px;
}
.contact-map .contact-info {
  position: absolute;
  width: 373px;
  left: 25px;
  bottom: 11px;
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
.contact-map .contact-address {
  margin-bottom: 20px;
}
.contact-map:hover .contact-img, .contact-map:hover iframe {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.contact .form-contact {
  width: 100%;
}
.contact-img, .contact iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  border-radius: 10px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.contact-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.contact-info {
  background: #fff;
  padding: 25px;
}
.contact-info__item {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #1F1F21;
  padding-left: 23px;
}
.contact-info__item::before {
  position: absolute;
  content: "";
  left: 0;
}
.contact-info .heading {
  margin-bottom: 20px;
}
.contact-address::before {
  width: 16px;
  height: 16px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--map-icon");
  top: 6px;
}
.contact-tel {
  margin-bottom: 30px;
}
.contact-tel::before {
  width: 16px;
  height: 16px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--phone-icon");
  top: 4px;
}
.contact .link {
  color: #252A61;
}
.contact .link svg {
  fill: #252A61;
}
.contact .link:hover {
  color: #B42128;
}
.contact .link:hover svg {
  fill: #B42128;
}
@media screen and (min-width: 811px) {
  .contact-map, .contact .form-contact {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .contact .form-contact {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contact-map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 810px) {
  .contact .form-contact .heading, .contact .form-contact .descr {
    text-align: center;
  }
  .contact-map {
    height: 391px;
    min-width: 100%;
  }
  .contact-map .contact-info {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .contact-map .contact-address {
    margin-bottom: 15px;
  }
  .contact-img, .contact iframe {
    height: 281px;
  }
  .contact-info {
    padding: 20px;
  }
  .contact-tel {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact.main .h1, .contact.main .h2, .contact.main .h3, .contact.main .h4, .contact.main .h5, .contact.main .h6 {
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .contact-block.gridbox {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

/* table content */
.tablecontent {
  border-bottom: 1px solid #D0D0E2;
  padding-bottom: 15px;
  margin: 50px 0 30px;
}
.tablecontent .heading {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #1F1F21;
  width: 100%;
  text-align: left;
}
.tablecontent .heading svg {
  fill: #1F1F21;
}
.tablecontent .heading:hover {
  color: #B42128;
}
.tablecontent .heading:hover svg {
  fill: #B42128;
}
.tablecontent .arr-svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: auto;
}
.tablecontent-list {
  counter-reset: number;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 0;
}
.tablecontent__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  position: relative;
}
.tablecontent__item:not(:last-child) {
  margin-bottom: 10px;
}
.tablecontent__item::before {
  counter-increment: number;
  content: counter(number) ". ";
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #1F1F21;
}
.tablecontent-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #1F1F21;
}
.tablecontent-link:hover {
  color: #B42128;
}
.tablecontent.open .heading {
  color: #B42128;
}
.tablecontent.open svg {
  fill: #B42128;
}
.tablecontent.open .arr-svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.tablecontent.open .tablecontent-list {
  max-height: 1000px;
  overflow: visible;
  padding-top: 25px;
}

/* aside */
.aside-block:not(:last-child) {
  margin-bottom: 30px;
}
.aside-header {
  border-bottom: 1px solid #D0D0E2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.aside-header .heading {
  font-weight: 600;
}
.aside .form-contact .heading {
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}
.aside .form-contact .descr {
  margin-bottom: 15px;
}
.aside .form-contact .check {
  margin-bottom: 15px;
}
.aside .form-contact .btn {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
}
@media screen and (min-width: 993px) {
  .aside-wrapper {
    width: calc(100% + 10px);
    position: relative;
    margin-right: -10px;
  }
}
@media screen and (min-width: 451px) {
  .aside-lawyer {
    width: 314px;
  }
}

/* lawyer */
.lawyer {
  border: 1px solid #D0D0E2;
  border-radius: 10px;
  overflow: hidden;
}
.lawyer-img {
  width: 100%;
  height: 200px;
}
.lawyer-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lawyer-body {
  padding: 20px;
}
.lawyer-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #1F1F21;
}
.lawyer-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  color: #B42128;
  margin-bottom: 15px;
}
.lawyer .text {
  margin-bottom: 20px;
}
.lawyer .text p {
  font-size: 15px;
  line-height: 23px;
}

/* articles */
.articles .h2, .articles .h3, .articles .h4, .articles .h5 {
  text-align: left;
  margin-bottom: 30px;
}
.articles-block {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
}
.articles__item {
  display: block;
  -webkit-box-shadow: 0 0 0 1px #D0D0E2;
          box-shadow: 0 0 0 1px #D0D0E2;
  overflow: hidden;
  border-radius: 10px;
}
.articles__item .heading {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
  margin-bottom: 15px;
}
.articles__item:hover {
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
}
.articles__item:hover .link {
  color: #B42128;
}
.articles__item:hover .link svg {
  fill: #B42128;
}
.articles-img {
  display: block;
  width: 100%;
  height: 155px;
}
.articles-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles-body {
  padding: 20px;
}
.articles-time {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #252A61;
  padding-left: 24px;
  margin-bottom: 15px;
}
.articles-time::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--calendar-icon-dark");
  left: 0;
  top: 2px;
}

/* map */
.map_top {
  position: relative;
  margin: 40px 0;
}
.map_top .map-media {
  width: 100%;
  height: 300px;
}
.map_top .map-info {
  position: absolute;
  width: 343px;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  left: 25px;
  padding: 20px 25px;
}
.map_top:hover .map-img, .map_top:hover iframe {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.map-block {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 40px;
}
.map__item .map-media {
  width: 100%;
  height: 347px;
}
.map__item .map-info {
  width: calc(100% - 30px);
  margin: 0 auto;
  margin-top: -90px;
}
.map__item:hover .map-img, .map__item:hover iframe {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.map__item:hover .map-info {
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
}
.map-media {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.map-areas, .map-img, .map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.map-img, .map iframe {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.map-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.map-info {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  margin: 0 auto;
}
.map-info .heading {
  margin-bottom: 5px;
}
.map-info .rating {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}
.map-info .rating-star {
  width: 13px;
  height: 12px;
}
.map-info .rating-review {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}
.map-info .rating-review-line {
  text-decoration: underline;
}
.map-address {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .map-block {
    grid-gap: 30px;
  }
  .map_top {
    margin: 30px 0;
  }
  .map_top .map-media {
    height: 281px;
  }
  .map_top .map-info {
    position: relative;
    bottom: auto;
    left: auto;
    width: calc(100% - 20px);
    -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
    margin-top: -50px;
  }
  .map__item .map-media {
    height: 281px;
  }
  .map__item .map-info {
    width: calc(100% - 20px);
    -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
    margin-top: -50px;
  }
}

/* about */
.about-block {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 20px;
}
.about__item {
  position: relative;
  width: 100%;
  height: 440px;
  overflow: hidden;
  border-radius: 7px;
  cursor: pointer;
}
.about__item:hover .about-hover {
  opacity: 1;
}
.about-body {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}
.about-body::before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(67.39%, rgba(2, 6, 44, 0)), to(#02062C));
  background: -o-linear-gradient(top, rgba(2, 6, 44, 0) 67.39%, #02062C 100%);
  background: linear-gradient(180deg, rgba(2, 6, 44, 0) 67.39%, #02062C 100%);
}
.about-img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-text {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px 30px;
}
.about-hover {
  position: absolute;
  z-index: 2;
  opacity: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #FAFAFF;
  padding: 30px 10px;
}
.about-hover .about-title {
  color: #B42128;
}
.about-hover .about-name {
  color: #252A61;
  margin-bottom: 20px;
}
.about-hover p {
  font-size: 15px;
  line-height: 23px;
}
.about-wrapper {
  height: 100%;
  padding: 0 20px;
}
.about-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.about-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .about__item {
    height: 340px;
  }
  .about-text {
    padding: 0 25px 20px;
  }
  .about-wrapper {
    padding: 0 10px;
  }
}

/* areas */
.areas-links {
  border: 1px solid #D0D0E2;
  border-radius: 10px;
  padding: 20px;
}
.areas-list__item:not(:last-child) {
  margin-bottom: 10px;
}
.areas-list .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1F1F21;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.areas-list .link svg {
  fill: #1F1F21;
}
.areas-list .link.disable {
  color: #9696AD;
  pointer-events: none;
}
.areas-list .link.disable svg {
  fill: #9696AD;
}
.areas-list .link:hover {
  color: #B42128;
}
.areas-list .link:hover svg {
  fill: #B42128;
}

/* information */
.information-links {
  border: 1px solid #D0D0E2;
  border-radius: 10px;
  padding: 20px;
}
.information__item:not(:last-child) {
  margin-bottom: 12px;
}
.information-link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #252A61;
}
.information-link svg {
  fill: #252A61;
  margin-top: 6px;
}
.information-link:hover {
  color: #B42128;
}
.information-link:hover svg {
  fill: #B42128;
}

/* reasons */
.reasons {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  grid-gap: 20px;
  margin-bottom: 20px;
}
.reasons__item {
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: #fff;
  padding: 25px;
}
.reasons__item img {
  margin: 0;
  margin-bottom: 20px;
}

/* incidents-list */
.incidents-list {
  counter-reset: number;
  margin-bottom: 20px;
}
.incidents__item {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  background: #FAFAFF;
  border-radius: 10px;
  padding: 44px 20px 20px;
}
.incidents__item:not(:last-child) {
  margin-bottom: 15px;
}
.incidents__item:nth-child(-n+9)::before {
  content: "0" counter(number);
}
.incidents__item::before {
  position: absolute;
  top: 20px;
  left: 20px;
  counter-increment: number;
  content: counter(number);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #B42128;
}

/* compensation-list */
.compensation-list {
  margin-bottom: 20px;
}
.compensation__item {
  border: 1px solid #D0D0E2;
  border-radius: 10px;
  padding: 25px;
}
.compensation__item:not(:last-child) {
  margin-bottom: 15px;
}
.compensation__item .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  line-height: 28px;
  font-size: 20px;
  margin-bottom: 15px;
}
.compensation__item .heading::before {
  content: "";
  width: 30px;
  height: 28px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-red");
  min-width: 30px;
}
.compensation__item .text p {
  font-size: 15px;
  line-height: 23px;
}

/* attention */
.attention {
  border-left: 2px solid #B42128;
  padding: 15px 25px;
  margin-bottom: 20px;
}
.attention p {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  line-height: 28px;
}
.attention p:last-child {
  margin-bottom: 0;
}

/* requirements */
.requirements {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 20px;
  margin-bottom: 20px;
}
.requirements__item {
  border-radius: 10px;
  background: #FAFAFF;
  padding: 20px 25px;
}
.requirements-header {
  border-bottom: 1px solid #D0D0E2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.requirements-header .heading {
  font-size: 20px;
  line-height: 28px;
}
.requirements-text {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.requirements-price {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #1F1F21;
}
.requirements-price-b {
  font-size: 18px;
  font-weight: 700;
  color: #B42128;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .requirements-header {
    padding-bottom: 15px;
  }
}

/* cause */
.cause {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  grid-gap: 20px;
  margin-bottom: 20px;
}
.cause_mini {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.cause_mini .cause__item {
  -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;
}
.cause_mini .cause__item .heading {
  font-size: 32px;
  line-height: 42px;
  color: #252A61;
  margin-bottom: 15px;
}
.cause_mini .cause__item p {
  font-size: 15px;
  font-weight: 600;
  color: #1F1F21;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.cause_mini .cause__item:hover .heading {
  color: #B42128;
}
.cause__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 0 1px #D0D0E2;
          box-shadow: 0 0 0 1px #D0D0E2;
  border-radius: 10px;
  padding: 25px 20px;
}
.cause__item .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.cause__item .heading::before {
  content: "";
  width: 16px;
  height: 30px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--red");
  min-width: 16px;
}
.cause__item:hover {
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  .cause_mini {
    -webkit-margin-before: 25px;
            margin-block-start: 25px;
  }
  .cause_mini .cause__item .heading {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}

/* page */
.page-404 .h2, .page-404 .h3, .page-404 .h4, .page-404 .h5 {
  margin-bottom: 30px;
}
.page-list {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  grid-gap: 20px;
}
.page-list-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-shadow: 0 0 0 1px #D0D0E2;
          box-shadow: 0 0 0 1px #D0D0E2;
  border-radius: 27px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  padding: 15px 25px;
}
.page-list-link svg {
  fill: #1F1F21;
}
.page-list-link:hover {
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
  color: #B42128;
}
.page-list-link:hover svg {
  fill: #B42128;
}
@media screen and (max-width: 768px) {
  .page-404 .h2, .page-404 .h3, .page-404 .h4, .page-404 .h5 {
    text-align: center;
  }
}

/* post */
.blog-block {
  margin-bottom: 30px;
}

.post {
  gap: 15px 10px;
  cursor: pointer;
}
.post:not(:last-child) {
  margin-bottom: 40px;
}
.post-img {
  position: relative;
  border-radius: 10px;
  width: 274px;
  min-width: 274px;
  height: 192px;
}
.post-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-mark {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  border-radius: 5px;
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  color: #252A61;
  padding: 8px;
}
.post-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  padding: 20px;
}
.post-heading {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 10px;
}
.post .text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
}
.post_bottom {
  gap: 15px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post_bottom__item {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #252A61;
}
.post-date {
  gap: 15px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-time {
  position: relative;
  padding-left: 24px;
}
.post-time::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--calendar-icon-dark");
  left: 0;
  top: calc(50% - 8px);
}
.post-author:hover {
  text-decoration: underline;
}
.post .link {
  color: #252A61;
  margin-left: auto;
}
.post .link:hover {
  color: #B42128;
}
@media screen and (min-width: 769px) {
  .post:hover .post-img, .post:hover .post-body {
    -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 1090px) and (min-width: 993px) {
  .post:hover .post-img, .post:hover .post-body {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .post-img, .post-body {
    min-width: 100%;
  }
  .post-body {
    border-radius: 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .post:hover .post-img, .post:hover .post-body {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .post-img, .post-body {
    min-width: 100%;
  }
  .post-body {
    border-radius: 0;
    padding: 0;
  }
  .post-img {
    height: 224px;
  }
  .post .link {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .post-date {
    min-width: 100%;
  }
  .post .link {
    margin-left: 0;
  }
}

/* author */
.author-feature {
  gap: 20px;
  margin-bottom: 40px;
}
.author-feature__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px;
  border-radius: 10px;
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
  padding: 20px 25px;
}
.author-feature__item p {
  color: #3E3E41;
}
.author-feature__item p:last-child {
  margin-bottom: 0;
}
.author-feature-heading {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 15px;
}
.author-feature-heading::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 14px);
}
.author-feature-education {
  padding-left: 42px;
}
.author-feature-education::before {
  width: 30px;
  height: 28px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--education-icon");
}
.author-feature-exp {
  padding-left: 36px;
}
.author-feature-exp::before {
  width: 24px;
  height: 24px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--experience-icon");
}
.author-feature-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
}

/* accident */
.accident {
  counter-reset: number;
}
.accident__item {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border-radius: 10px;
  background: #FAFAFF;
  padding: 20px;
}
.accident__item:not(:last-child) {
  margin-bottom: 15px;
}
.accident__item:nth-child(-n+9)::before {
  content: "0" counter(number);
}
.accident__item::before {
  counter-increment: number;
  content: counter(number);
  color: #B42128;
}

/* serve */
.serve {
  border-radius: 10px;
  background: #FAFAFF;
  padding: 20px 25px;
}
.serve .section-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 10px;
  border-bottom: 1px solid #D0D0E2;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.serve .heading {
  font-size: 22px;
  line-height: 28px;
}
.serve-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
}
.serve-menu__item {
  width: 125px;
  border: 1px solid #D0D0E2;
  text-transform: uppercase;
  color: #3E3E41;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 30px;
  padding: 8px 25px;
}
.serve-menu__item.active, .serve-menu__item:hover {
  border-color: #B42128;
}
.serve__item {
  display: none;
}
.serve__item.active {
  display: block;
}
.serve__item ul a, .serve__item ul li {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  white-space: nowrap;
}
.serve__item ul li {
  position: relative;
  padding-left: 12px;
}
.serve__item ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #B42128;
  left: 0;
  top: calc(50% - 3px);
}
.serve__item ul li:not(:last-child) {
  margin-bottom: 0;
}
.serve__item ul a:hover {
  text-decoration: underline;
  color: #1F1F21;
}
.serve-city {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 10px;
}
.serve-code {
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  grid-gap: 10px;
}
@media screen and (max-width: 768px) {
  .serve {
    padding: 20px;
  }
  .serve .heading {
    font-size: 20px;
  }
  .serve-menu {
    min-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .serve-menu__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  .serve__item ul li, .serve__item ul a {
    font-size: 14px;
    line-height: 22px;
  }
  .serve-city {
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
    grid-gap: 10px 5px;
  }
  .serve-code {
    grid-template-columns: repeat(auto-fit, minmax(65px, 1fr));
    grid-gap: 10px 5px;
  }
}

/* send */
.popup {
  display: none;
  position: fixed;
  z-index: 101;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.popup .close {
  position: absolute;
  width: 18px;
  height: 18px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--close-icon");
  top: 20px;
  right: 20px;
}
.popup .heading {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 10px;
}
.popup .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 30px;
}
.popup-send {
  width: 430px;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
.popup p {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  text-align: center;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.popup-tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 3px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #1F1F21;
  padding-left: 33px;
  margin-bottom: 32px;
}
.popup-tel::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--phone-icon-area");
  left: 0;
  top: calc(50% - 14px);
}
.popup-tel-link {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
.popup .btn {
  width: 320px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 550px) {
  .popup-send {
    width: calc(100% - 40px);
    padding: 25px 20px;
  }
  .popup .logo {
    margin-bottom: 25px;
  }
  .popup-tel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
  .popup-tel-text {
    min-width: 100%;
  }
  .popup-tel::before {
    display: none;
  }
  .popup-tel-link {
    display: inline-block;
    position: relative;
    padding-left: 30px;
  }
  .popup-tel-link::before {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--phone-icon-area");
    left: 0;
    top: calc(50% - 14px);
  }
  .popup-tel-hidden {
    display: none;
  }
  .popup .btn {
    width: 100%;
  }
}

/* footer */
.footer {
  background: #02062C;
}
.footer_top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  gap: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 50px 0 40px;
}
.footer-info {
  width: 270px;
}
.footer-info .soc {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer .logo {
  display: inline-block;
  opacity: 0.7;
  margin-bottom: 30px;
}
.footer .logo img {
  margin: 0;
}
.footer-navigation {
  gap: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer-navigation__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 270px;
}
.footer-heading {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer-list__item {
  line-height: 1;
}
.footer-list__item:not(:last-child) {
  margin-bottom: 10px;
}
.footer-list-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-list-link:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-list-span {
  display: block;
}
.footer-logos {
  display: block;
  margin-top: 30px;
}
.footer-logos img {
  mix-blend-mode: luminosity;
  margin: 0;
}
.footer-address {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 30px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 0;
}
.footer-address .footer-heading {
  color: #636CBE;
}
.footer_bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px 30px;
  padding: 40px 0 50px;
}
.footer-policy {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 20px;
}
.footer-policy-link {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5);
}
.footer-policy-link:hover {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .footer-navigation {
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer_top, .footer_bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 0;
  }
  .footer_bottom {
    text-align: center;
  }
  .footer .copy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-policy {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-info {
    text-align: center;
  }
  .footer-info .soc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .logo {
    margin-bottom: 25px;
  }
  .footer-logos img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 650px) {
  .footer-navigation {
    text-align: center;
  }
  .footer-address {
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .footer-policy__item {
    min-width: 100%;
  }
}

.copy {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5);
}

/* calculator */
.calculator {
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 50px;
}
.calculator .h2 {
  text-align: center;
  margin-bottom: 10px;
}
.calculator .formgroup {
  margin-bottom: 15px;
}
.calculator .group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.calculator .group:not(:last-child) {
  margin-bottom: 10px;
}
.calculator .form-body textarea {
  min-height: 106px;
}
.calculator .form-body textarea ~ .label-true {
  top: 25px;
}
.calculator .disclaimer {
  position: relative;
  padding-left: 26px;
  margin-bottom: 30px;
}
.calculator .disclaimer p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.calculator .disclaimer::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--info-icon");
  top: 2px;
  left: 0;
}
.calculator-title {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  color: #3E3E41;
  margin-bottom: 30px;
}
.calculator-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}
.calculator-header__item {
  position: relative;
  border: 1px solid #D0D0E2;
  border-radius: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #3E3E41;
  background: #fff;
  padding: 10px 20px;
}
.calculator-header__item.active {
  border-color: #252A61;
  background: #252A61;
  color: #fff;
}
.calculator-header__item.active::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.calculator-header__item::before, .calculator-header__item::after {
  position: absolute;
  content: "";
}
.calculator-header__item::before {
  z-index: 5;
  width: 14px;
  height: 12px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-white");
  top: calc(50% - 6px);
  left: 25px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.calculator-header__item:not(:last-child)::after {
  width: 100%;
  height: 2px;
  border-top: 2px dashed #D0D0E2;
  right: -100%;
  top: calc(50% - 0.5px);
}
.calculator-header__item:not(:last-child).active::after {
  border-color: #252A61;
}
.calculator-step__item {
  display: none;
}
.calculator-step__item.open {
  display: block;
}
.calculator-check {
  position: relative;
  display: block;
}
.calculator-check-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.calculator-check-input:checked + .calculator-check-box {
  border-color: #252A61;
  background: #FAFAFF;
  color: #252A61;
}
.calculator-check-box {
  display: block;
  border: 1px solid #D0D0E2;
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #3E3E41;
  padding: 10px 15px;
}
.calculator-check:not(:last-child) {
  margin-bottom: 10px;
}
.calculator-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #3E3E41;
  background: #FAFAFF;
  border-radius: 5px;
  padding: 12.5px 15px;
}
.calculator-input {
  width: 168px;
}
.calculator-input:valid:not(:-moz-placeholder-shown) {
  border-color: #252A61;
}
.calculator-input:valid:not(:-ms-input-placeholder) {
  border-color: #252A61;
}
.calculator-input:valid:not(:placeholder-shown) {
  border-color: #252A61;
}
.calculator-block {
  display: none;
}
.calculator-block.open {
  display: block;
}
.calculator-done {
  display: none;
  text-align: center;
}
.calculator-done.open {
  display: block;
}
.calculator-done .h2 {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  margin-bottom: 30px;
}
.calculator-done .h2::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 32px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-line");
  min-width: 30px;
  vertical-align: middle;
  left: 0;
  top: 6px;
}
.calculator-done .disclaimer {
  text-align: left;
}
.calculator-total {
  border-radius: 10px;
  background: #FAFAFF;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #252A61;
  padding: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .calculator {
    padding: 25px 20px;
  }
  .calculator-header {
    margin-bottom: 25px;
  }
  .calculator-header__item.active {
    text-align: right;
  }
  .calculator-header__item::before {
    left: 19px;
  }
  .calculator-header-span {
    display: none;
  }
  .calculator-title {
    margin-bottom: 20px;
  }
  .calculator .disclaimer {
    margin-bottom: 20px;
  }
  .calculator .group:not(:last-child) {
    margin-bottom: 15px;
  }
  .calculator-label {
    min-width: 100%;
  }
  .calculator-input {
    width: 100%;
  }
  .calculator-done .h2 {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  .calculator-done .h2::before {
    left: 16px;
  }
}

/* accidents */
.accidents {
  grid-template-columns: repeat(auto-fit, minmax(350px, 386px));
  grid-gap: 20px;
  margin-top: 40px;
  margin-bottom: 50px;
}
.accidents__item {
  -webkit-box-shadow: 0 0 0 1px #D0D0E2;
          box-shadow: 0 0 0 1px #D0D0E2;
  border-radius: 5px;
  padding: 19px 20px;
}
.accidents__item:hover {
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
}
.accidents__item:hover .accidents-heading {
  color: #B42128;
}
.accidents__item:hover .accidents-heading svg {
  fill: #B42128;
}
.accidents-heading {
  position: relative;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #252A61;
  padding-left: 22px;
}
.accidents-heading.flexbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accidents-heading.flexbox svg {
  width: 10px;
  min-width: 10px;
  display: block;
  fill: #252A61;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: auto;
}
.accidents-heading::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 22px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--red");
  left: 0;
  top: calc(50% - 11px);
}
.accidents-list {
  position: absolute;
  top: 66px;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 25px;
}
.accidents-list__item:not(:last-child) {
  margin-bottom: 15px;
}
.accidents-list-link {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #252A61;
  padding-left: 17px;
}
.accidents-list-link::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 6px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arr-blue");
  left: 0;
  top: calc(50% - 3px);
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.accidents-list-link:hover {
  text-decoration: underline;
}
.accidents-choise {
  position: relative;
}
.accidents-choise.open {
  z-index: 10;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accidents-choise.open .accidents-heading {
  color: #B42128;
  z-index: 10;
}
.accidents-choise.open .accidents-heading svg {
  fill: #B42128;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.accidents-choise.open .accidents-list {
  z-index: 9;
  height: auto;
  border-radius: 0 0 5px 5px;
  overflow: visible;
  padding-bottom: 20px;
}
.accidents-choise.open .accidents-list::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 66px);
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .accidents {
    grid-gap: 15px;
    margin: 30px 0;
  }
}
@media screen and (max-width: 450px) {
  .accidents {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

/* personal */
.personal-swiper {
  margin-bottom: 25px;
}
.personal-img {
  display: block;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.personal-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.personal-position {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #252A61;
  margin-bottom: 5px;
}
.personal-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.personal .btn {
  display: block;
  width: 309px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .personal-img {
    height: 286px;
  }
}

/* update */
.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: 10px 15px;
  margin-bottom: 20px;
}
.update__item {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #1F1F21;
  padding-left: 24px;
}
.update__item:not(:last-child) {
  border-right: 1px solid #D0D0E2;
  padding-right: 15px;
}
.update__item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
}
.update-time::before {
  width: 16px;
  height: 16px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--calendar-icon-light");
}
.update-read::before {
  width: 16px;
  height: 16px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--time-icon");
}
.update-author::before {
  width: 16px;
  height: 16px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--author-icon");
}
@media screen and (max-width: 450px) {
  .update__item:nth-last-child(2) {
    border-right: none;
  }
}

/* amount */
.amount-block {
  gap: 40px;
}
.amount-faq {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.amount-faq__item {
  -webkit-box-shadow: 0 0 1px 1px #D0D0E2;
          box-shadow: 0 0 1px 1px #D0D0E2;
  background: #fff;
  border-radius: 10px;
  padding: 29px 25px;
}
.amount-faq__item .text {
  padding-top: 15px;
}
.amount-faq__item .text p {
  font-size: 15px;
  line-height: 23px;
}
.amount-faq__item:not(:last-child) {
  margin-bottom: 15px;
}
.amount-faq__item .heading {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 20px;
  line-height: 28px;
  padding-left: 49px;
  padding-right: 31px;
}
.amount-faq__item .heading::before, .amount-faq__item .heading::after {
  position: absolute;
  content: "";
}
.amount-faq__item .heading::before {
  width: 34px;
  height: 36px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--check-icon");
  left: 0;
  top: calc(50% - 18px);
}
.amount-faq__item .heading::after {
  width: 6px;
  height: 10px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arr");
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 0;
  top: calc(50% - 5px);
}
.amount-faq__item[open] {
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
}
.amount-faq__item[open] .heading::before {
  background-image: url("../img/sprite.svg#sprite--check-icon-black");
}
.amount-faq__item[open] .heading::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.amount-img {
  width: 455px;
}
.amount-img img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .amount-faq__item .heading {
    font-size: 18px;
    line-height: 26px;
  }
}

/* average */
.average .section-title, .average .h2 {
  text-align: left;
}
.average .btn {
  width: 300px;
  margin-bottom: 60px;
}
.average-block {
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  grid-gap: 20px;
}
.average__item {
  border-radius: 10px;
  border: 1px solid #D0D0E2;
  padding: 25px 30px;
}
.average__item .heading {
  margin-bottom: 10px;
}
.average__item .text p {
  font-size: 15px;
  line-height: 23px;
}
.average-img img {
  width: 40px;
  height: 40px;
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .average .btn {
    width: 100%;
    margin-bottom: 40px;
  }
  .average-block {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

/* faq */
.faq-block {
  counter-reset: number;
}
.faq__item {
  -webkit-box-shadow: 0 0 1px 1px #D0D0E2;
          box-shadow: 0 0 1px 1px #D0D0E2;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
}
.faq__item .text {
  padding-top: 15px;
}
.faq__item .text p {
  font-size: 15px;
  line-height: 23px;
}
.faq__item:not(:last-child) {
  margin-bottom: 15px;
}
.faq__item .heading {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  font-size: 20px;
  line-height: 28px;
  margin-right: 5px;
}
.faq__item .heading::before {
  counter-increment: number;
  content: counter(number) ". ";
}
.faq__item[open] {
  -webkit-box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 60px 0px rgba(0, 0, 0, 0.08);
}
.faq__item[open] .faq-svg {
  fill: #B42128;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.faq__item[open] .heading {
  color: #B42128;
}
.faq-heading {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
}
.faq-svg {
  width: 16px;
  min-width: 16px;
  fill: #1F1F21;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .faq .section-header {
    margin-bottom: 40px;
  }
  .faq .section-header .section-title, .faq .section-header .h2 {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .faq .h2 {
    margin-bottom: 25px;
  }
}

/* owner */
.owner {
  gap: 40px;
}
.owner .section-title, .owner .h2 {
  text-align: left;
}
.owner .h2 {
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
.owner-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-inline-size: 580px;
}
.owner-text p:last-child {
  margin-bottom: 0;
}
.owner-img {
  inline-size: 580px;
}
@media screen and (max-width: 992px) {
  .owner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .owner .section-title, .owner .h2 {
    text-align: center;
  }
  .owner .h2 {
    -webkit-margin-after: 25px;
            margin-block-end: 25px;
  }
  .owner-text {
    max-inline-size: 100%;
    min-inline-size: 100%;
  }
}

/* education */
.education {
  gap: 15px 20px;
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}
.education-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-inline-size: 523px;
}
.education-block__item:not(:last-child) {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.education-recognation {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-inline-size: 657px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #EFEFFF;
  border-radius: 20px;
  text-align: center;
  padding: 60px;
}
.education-recognation .heading {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
.education__item {
  border-radius: 10px;
  border: 1px solid #D0D0E2;
  text-align: center;
  padding: 40px 60px;
}
.education__item:not(:last-child) {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.education__item .heading {
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
.education .heading {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  -webkit-padding-start: 22px;
          padding-inline-start: 22px;
}
.education .heading::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 20px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--red");
  inset-inline-start: 0;
  inset-block-start: calc(50% - 10px);
}
.education-info {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #252A61;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
.education-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #3E3E41;
}
.education-swiper {
  inline-size: 100%;
  -webkit-padding-after: 48px;
          padding-block-end: 48px;
}
.education-swiper.swiper {
  padding-right: 0;
  margin-right: 0;
}
.education-swiper .swiper-slide {
  opacity: 1;
}
.education-img {
  display: block;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
.education-award {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  -webkit-margin-after: 5px;
          margin-block-end: 5px;
}
.education-expertise {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #3E3E41;
}
@media screen and (max-width: 1050px) {
  .education-block, .education-recognation {
    max-inline-size: 100%;
    min-inline-size: 100%;
  }
}
@media screen and (max-width: 992px) {
  .education-swiper.swiper {
    padding-right: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .education {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
  .education-recognation {
    padding: 60px 20px;
  }
  .education-recognation .heading {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
  .education__item {
    padding: 40px 20px;
  }
  .education__item:not(:last-child) {
    -webkit-margin-after: 15px;
            margin-block-end: 15px;
  }
  .education__item .heading {
    -webkit-margin-after: 25px;
            margin-block-end: 25px;
  }
  .education-swiper {
    -webkit-padding-after: 38px;
            padding-block-end: 38px;
  }
}

/* discover */
.discover {
  gap: 40px 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.discover-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-inline-size: 580px;
}
.discover-text .section-header .h2, .discover-text .section-header .section-title {
  text-align: left;
}
.discover-text .section-header .h2 {
  margin-bottom: 30px;
}
.discover-text p:last-child {
  margin-bottom: 0;
}
.discover-photo {
  inline-size: 580px;
  min-inline-size: 580px;
  grid-template-areas: "big top" "big bottom";
  grid-gap: 20px;
  grid-auto-rows: auto 1fr;
}
.discover-photo-big {
  grid-area: big;
}
.discover-photo_top {
  grid-area: top;
}
.discover-photo_bottom {
  grid-area: bottom;
}
@media screen and (max-width: 992px) {
  .discover {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discover-text {
    max-inline-size: 100%;
    min-inline-size: 100%;
  }
}
@media screen and (max-width: 600px) {
  .discover-photo {
    max-inline-size: 100%;
    min-inline-size: 100%;
    grid-gap: 11px;
  }
  .discover-photo img {
    width: auto;
    height: 100%;
  }
}

/* consultation */
.consultation {
  gap: 50px 30px;
  background: #02062C url("../img/boston-city-downtown@2x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  color: #fff;
  padding: 60px;
}
.consultation-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-inline-size: 510px;
}
.consultation-text .h2 {
  text-align: left;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.consultation-text p {
  color: #fff;
}
.consultation-text p:last-child {
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
.consultation-text .link {
  color: #fff;
}
.consultation-text .link svg {
  fill: #fff;
}
.consultation-text .link:hover {
  color: #B42128;
}
.consultation-text .link:hover svg {
  fill: #B42128;
}
.consultation .form-contact {
  inline-size: 510px;
  min-inline-size: 510px;
}
.consultation .form-contact .heading, .consultation .form-contact .descr, .consultation .form-contact .check {
  color: #fff;
}
@media screen and (max-width: 992px) {
  .consultation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .consultation-text {
    max-inline-size: 100%;
    min-inline-size: 100%;
    text-align: center;
  }
  .consultation-text .h2 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .consultation {
    border-radius: 10px;
    padding: 60px 30px;
  }
}
@media screen and (max-width: 600px) {
  .consultation {
    background: #02062C url("../img/boston-city-downtown-mob@2x.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .consultation .form-contact {
    inline-size: 100%;
    min-inline-size: 100%;
  }
  .consultation .form-contact .heading, .consultation .form-contact .descr {
    text-align: center;
  }
}
/*# sourceMappingURL=../sourcemaps/style.css.map */
