@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat.woff2") format("woff2");
  font-display: swap;
  font-weight: 1 999;
}
@layer reset {
  header *:not(svg):not(svg *):not(strong):not(em):not(b):not(i),
  main *:not(svg):not(svg *):not(strong):not(em):not(b):not(i),
  footer *:not(svg):not(svg *):not(strong):not(em):not(b):not(i),
  .modal *:not(svg):not(svg *):not(strong):not(em):not(b):not(i) {
    all: unset;
    display: revert;
    list-style: none;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0 !important;
}

*::before,
*::after {
  pointer-events: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  color: #0C956C;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: #046151;
    text-decoration: unset;
  }
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

p {
  margin: 0 0 16px;
}
p:last-child {
  margin-bottom: 0;
}

b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 0;
}

button {
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  padding: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 0;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
  overflow: clip;
  overflow-clip-margin: content-box;
}

.hidden {
  display: none !important;
}

body {
  min-height: 100vh;
  position: relative;
  font-style: normal;
  line-height: 1.5;
  height: 100%;
  font-family: "Montserrat", serif;
  color: #2E334E;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 991px) {
  body {
    font-size: 17px;
  }
}

html {
  height: auto;
  -webkit-text-size-adjust: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1599px) {
  html {
    font-size: 14px;
  }
}
html.disable-scrolling {
  overflow: hidden;
}

html,
body {
  min-height: 100vh;
  -webkit-font-variant-ligatures: no-common-ligatures;
          font-variant-ligatures: no-common-ligatures;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  position: relative;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F1F2F5;
}
@media screen and (min-width: 1200px) {
  .main {
    padding-top: 80px;
  }
}

.text-primary {
  color: #12A378 !important;
}

.text-primary-light {
  color: #5FE3A3 !important;
}

.text-yellow {
  color: #FFD34E !important;
}

.text-accent-yellow {
  color: #FFD34E !important;
}

.text-yellow-light {
  color: #FFF176 !important;
}

.text-white {
  color: #FFFFFF;
}

.pop-yellow,
.label-mark {
  padding: 10px 13px;
  background-color: #FFE000;
  border-radius: 100px;
  display: inline-block;
  vertical-align: baseline;
}

.text-danger {
  color: #ED0131;
}

.pop-green {
  padding: 4px 8px;
  background-color: #0C956C;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: baseline;
}

.loader:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f4f9fb;
  z-index: 1;
  opacity: 0.4;
}

.loader:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border: 5px solid rgba(12, 191, 148, 0.3);
  border-bottom-color: #188e6b;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation-fancy 1s linear infinite;
          animation: rotation-fancy 1s linear infinite;
  z-index: 2;
}

@-webkit-keyframes rotation-fancy {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotation-fancy {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.float-ref {
  bottom: 190px;
  position: relative;
}

.dashed {
  border-bottom: 1px dashed;
}

.main h1,
.main .h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: 0;
  color: #383D58;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .main h1,
  .main .h1 {
    font-size: 25px;
    font-weight: 700;
    line-height: 120%;
  }
}
.main h2,
.main .h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.56px;
  color: #383D58;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .main h2,
  .main .h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.44px;
  }
}
.main .h2-h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 132%;
  letter-spacing: -0.56px;
}
@media screen and (max-width: 991px) {
  .main .h2-h1 {
    font-size: 25px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0;
  }
}
.main h2.h1 {
  font-weight: 700;
}
.main h3,
.main .h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.52px;
  color: #383D58;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .main h3,
  .main .h3 {
    font-size: 20px;
    line-height: 132%;
    letter-spacing: -0.4px;
  }
}
.main h4,
.main .h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 132%;
  letter-spacing: -0.48px;
  color: #383D58;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .main h4,
  .main .h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
.main h5,
.main .h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.4px;
  color: #383D58;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .main h5,
  .main .h5 {
    font-size: 18px;
    line-height: 132%;
    letter-spacing: -0.36px;
  }
}
.main h6,
.main .h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 124%;
  letter-spacing: -0.36px;
  color: #383D58;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .main h6,
  .main .h6 {
    line-height: 132%;
  }
}

.check-list {
  display: grid;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.check-list li {
  padding-left: 32px;
  position: relative;
  min-height: 16px;
  margin-bottom: 20px;
}
.check-list li:last-child {
  margin-bottom: 0;
}
.check-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/image/check-list-icon.svg);
}
.check-list--big li {
  padding-left: 36px;
  min-height: 24px;
}
.check-list--big li:before {
  width: 24px;
  top: 4px;
}

.dot-list {
  display: grid;
}
.dot-list li {
  padding-left: 28px;
  position: relative;
  min-height: 12px;
  margin-bottom: 20px;
}
.dot-list li:last-child {
  margin-bottom: 0;
}
.dot-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 3px solid #188E6B;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1280px;
  width: 100%;
}

.section {
  margin: 100px 0;
  scroll-margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .section {
    margin: 64px 0;
  }
}
.section--bg {
  padding: 80px 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .section--bg {
    padding: 40px 0;
  }
}
.section--content {
  padding-top: 56px;
}
@media screen and (max-width: 991px) {
  .section--content {
    padding-top: 40px;
  }
}
.section--mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .section--mb-80 {
    margin-bottom: 48px;
  }
}
.section--overflow {
  overflow: hidden;
}
.section--m-0 {
  margin: 0;
}
.section--mb-head {
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .section--mb-head {
    margin-bottom: 48px;
  }
}
.section--white {
  background-color: #FFFFFF;
}
.section--green-linear {
  background-image: -o-linear-gradient(355deg, #12A378 0%, #068358 100%);
  background-image: linear-gradient(95deg, #12A378 0%, #068358 100%);
  padding-top: 154px;
  margin-top: -54px;
  padding-bottom: 154px;
  margin-bottom: -54px;
}
@media screen and (max-width: 991px) {
  .section--green-linear {
    padding-top: 124px;
    margin-top: -50px;
    padding-bottom: 112px;
    margin-bottom: -50px;
  }
}
.section--green-linear-2 {
  background-image: -o-linear-gradient(355deg, #12A378 0%, #11A176 56%, #068358 100%);
  background-image: linear-gradient(95deg, #12A378 0%, #11A176 56%, #068358 100%);
  padding-top: 154px;
  margin-top: -54px;
  padding-bottom: 154px;
  margin-bottom: -54px;
}
@media screen and (max-width: 991px) {
  .section--green-linear-2 {
    padding-top: 124px;
    margin-top: -50px;
    padding-bottom: 112px;
    margin-bottom: -50px;
  }
}
.section--round {
  border-radius: 64px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .section--round {
    border-radius: 40px;
  }
}
.section--round:last-child {
  border-radius: 64px 64px 0px 0px;
}
@media screen and (max-width: 991px) {
  .section--round:last-child {
    border-radius: 40px 40px 0px 0px;
  }
}
.section--round + .section--round {
  padding-top: 84px;
  margin-top: -64px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (max-width: 991px) {
  .section--round + .section--round {
    padding-top: 70px;
    margin-top: -40px;
  }
}
.section--56 {
  padding-top: 56px;
  padding-bottom: 56px;
}
.section--pt-56 {
  padding-top: 56px;
}
.section--static {
  position: static;
}
.section__head {
  margin-bottom: 24px;
  position: relative;
  width: 100%;
}
.section__head:last-child {
  margin-bottom: 0;
}
.section__head--mb-0 {
  margin-bottom: 0;
}
.section__head--center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section__head--t-center {
    text-align: center;
  }
  .section__head--t-center .show-more {
    margin-left: auto;
    margin-right: auto;
  }
}
.section__head--relative {
  position: relative;
  z-index: 1;
}
.section__head--medium {
  max-width: 930px;
}
.section__head--medium p {
  max-width: 590px;
  width: 100%;
}
.section__head--small {
  max-width: 680px;
}
.section__head--small p {
  max-width: 590px;
  width: 100%;
}
.section__head--button {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 20px;
}
.section__head--button h2 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .section__head--button {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.section__head h2,
.section__head .h2,
.section__head .h1 {
  margin-bottom: 12px;
}
.section__head h2:last-child,
.section__head .h2:last-child,
.section__head .h1:last-child {
  margin-bottom: 0;
}
.section__head p {
  color: #636984;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 991px) {
  .section__head p {
    font-size: 16px;
  }
}
.section__head.grid-list > * {
  margin: 0;
}
.section__head-green {
  font-weight: 700;
  color: #28b289;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.section__head--default {
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .section__head--default {
    margin-bottom: 24px;
  }
}
.section__head--default h2,
.section__head--default .h2 {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .section__head--default h2,
  .section__head--default .h2 {
    margin-bottom: 5px;
  }
}
.section__head--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 991px) {
  .section__text {
    font-size: 16px;
  }
}
p.section__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 991px) {
  p.section__text {
    font-size: 16px;
  }
}

.section__text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 991px) {
  .section__text p {
    font-size: 16px;
  }
}
.section__text--default {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #4D5370;
}
@media screen and (max-width: 1600px) {
  .section__text--default {
    font-size: 15px;
    line-height: 32px;
  }
}
.section__text--default p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #4D5370;
}
@media screen and (max-width: 1600px) {
  .section__text--default p {
    font-size: 15px;
    line-height: 32px;
  }
}
.section__text--small {
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
  color: #636984;
  max-width: 487px;
}
.section__text--small p {
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
  color: #636984;
}
.section__text--tech-1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 156%;
  letter-spacing: 0;
  color: #4D5370;
  margin-top: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .section__text--tech-1 {
    line-height: 148%;
  }
}
.section__text--tech-1:last-child {
  margin-bottom: 0;
}
.section__text--tech-1 p {
  font-size: 16px;
  font-weight: 500;
  line-height: 156%;
  letter-spacing: 0;
  color: #4D5370;
  margin: 0 0 6px;
}
@media screen and (max-width: 991px) {
  .section__text--tech-1 p {
    line-height: 148%;
  }
}
.section__text--tech-1 p:last-child {
  margin-bottom: 0;
}
.section__text--tech-1 .show-more {
  margin-top: 32px;
}
@media screen and (max-width: 991px) {
  .section__text--tech-1 .show-more {
    margin: 20px auto 0;
  }
}
.section__text--tech-3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
  color: #4D5370;
  margin-top: 12px;
  margin-bottom: 24px;
}
.section__text--tech-3:last-child {
  margin-bottom: 0;
}
.section__text--tech-3 p {
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
  color: #4D5370;
  margin: 0 0 6px;
}
.section__text--tech-3 p:last-child {
  margin-bottom: 0;
}
.section__text--tech-3 .show-more {
  margin-top: 32px;
}
@media screen and (max-width: 991px) {
  .section__text--tech-3 .show-more {
    margin: 20px auto 0;
  }
}
.section__text--var-width {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .section__text--var-width {
    max-width: 572px;
  }
}
@media screen and (max-width: 991px) {
  .section__text--var-width {
    max-width: 480px;
  }
}
.section__sidehead {
  display: grid;
  gap: 12px;
  background-color: #F1F2F5;
  border-radius: 40px;
  padding: 8px;
  margin-bottom: 12px;
}
@media screen and (max-width: 575px) {
  .section__sidehead {
    border-radius: 32px;
  }
}
.section__sidehead--white {
  background-color: #FFFFFF;
}
.section__sidehead h2,
.section__sidehead .h1 {
  color: #383D58;
  margin: 0;
}
.section__sidehead:last-child {
  margin-bottom: 0;
}
.section__sidehead-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 28px;
  border-radius: 32px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .section__sidehead-head {
    padding: 20px 12px;
  }
}
@media screen and (max-width: 575px) {
  .section__sidehead-head {
    border-radius: 24px;
  }
}
.section__sidehead-head .slider-default__nav {
  margin-top: auto;
}

.section:last-child {
  padding-bottom: 60px;
}

.section--bg:last-child {
  padding-bottom: 120px;
}

.button {
  font-family: "Montserrat", serif;
  text-align: center;
  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;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  outline: none;
  position: relative;
  border-radius: 14px;
  padding: 16px 32px;
  min-height: 65px;
  border: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.32px;
}
@media screen and (max-width: 359px) {
  .button {
    padding: 14px;
  }
}
.button[disabled], .button.disabled {
  pointer-events: none;
}
.button--full {
  width: 100%;
}
.button--mt-76 {
  margin-top: 76px;
}
@media screen and (max-width: 991px) {
  .button--mt-76 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.button--mt-40 {
  margin-top: 40px;
}
.button--h-46 {
  min-height: 46px;
  padding: 10px 24px;
}
@media screen and (max-width: 359px) {
  .button--h-46 {
    padding: 10px 14px;
  }
}
.button--h-52 {
  min-height: 52px;
  padding: 10px 24px;
}
.button--h-54 {
  min-height: 54px;
  padding: 10px 24px;
}
.button--h-44 {
  min-height: 44px;
  padding: 10px;
}
.button--h-57 {
  min-height: 57px;
}
.button--h-67 {
  min-height: 67px;
}
.button--h-50 {
  min-height: 50px;
}
.button--center {
  margin-left: auto;
  margin-right: auto;
}
.button--f-17 {
  font-size: 17px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: -0.04em;
}
.button--f-15 {
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: -0.02em;
}
.button--p-7 {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0;
}
.button--tech-3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
  letter-spacing: 0;
}
.button--round-big {
  border-radius: 18px;
}
.button--round-md {
  border-radius: 14px;
}
.button--green {
  background-color: #12A378;
  color: #FFFFFF;
  stroke: #FFFFFF;
}
.button--green.button--fill {
  stroke-width: 0;
  fill: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .button--green:hover {
    background-color: #046151;
    color: #FFFFFF;
    stroke: #FFFFFF;
  }
  .button--green:hover.button--fill {
    fill: #FFFFFF;
  }
}
.button--shadow {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(38, 42, 61, 0.25), 0px 5px 14px 0px rgba(38, 42, 61, 0.17), 0px 22px 48px 0px rgba(38, 42, 61, 0.1);
          box-shadow: 0px 1px 3px 0px rgba(38, 42, 61, 0.25), 0px 5px 14px 0px rgba(38, 42, 61, 0.17), 0px 22px 48px 0px rgba(38, 42, 61, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .button--shadow:hover {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(38, 42, 61, 0.15), 0px 2px 8px 0px rgba(38, 42, 61, 0.1), 0px 12px 20px 0px rgba(38, 42, 61, 0.09);
            box-shadow: 0px 1px 1px 0px rgba(38, 42, 61, 0.15), 0px 2px 8px 0px rgba(38, 42, 61, 0.1), 0px 12px 20px 0px rgba(38, 42, 61, 0.09);
  }
}
.button--shadow-sm {
  -webkit-box-shadow: 0px 3px 4px 0px rgba(93, 99, 129, 0.1), 0px 1px 1px 0px rgba(93, 99, 129, 0.05);
          box-shadow: 0px 3px 4px 0px rgba(93, 99, 129, 0.1), 0px 1px 1px 0px rgba(93, 99, 129, 0.05);
}
.button--white {
  background-color: #FFFFFF;
  color: #12A378;
  stroke: #12A378;
}
.button--white.button--fill {
  stroke-width: 0;
  fill: #12A378;
}
@media (hover: hover) and (pointer: fine) {
  .button--white:hover {
    background-color: #007B50;
    color: #FFFFFF;
  }
  .button--white:hover.button--fill {
    fill: #FFFFFF;
  }
}
.button--green-border {
  border: 1px solid #12A378;
  background-color: transparent;
  color: #262A3D;
  fill: #B3B6C3;
  border-radius: 12px;
}
.button--green-border.button--fill {
  stroke-width: 0;
  fill: #B3B6C3;
}
@media (hover: hover) and (pointer: fine) {
  .button--green-border:hover {
    border-color: #046151;
    background-color: #046151;
    color: #FFFFFF;
    stroke: #FFFFFF;
  }
  .button--green-border:hover.button--fill {
    fill: #FFFFFF;
  }
}
.button--greent-greenb {
  border: 1px solid #12A378;
  background-color: transparent;
  color: #12A378;
  fill: #12A378;
}
.button--greent-greenb.button--fill {
  stroke-width: 0;
  fill: #12A378;
}
@media (hover: hover) and (pointer: fine) {
  .button--greent-greenb:hover {
    border-color: #046151;
    background-color: #046151;
    color: #FFFFFF;
    stroke: #FFFFFF;
  }
  .button--greent-greenb:hover.button--fill {
    fill: #FFFFFF;
  }
}
.button--black-border {
  border: 1px solid #B3B6C3;
  background-color: transparent;
  color: #2E334E;
}
@media (hover: hover) and (pointer: fine) {
  .button--black-border:hover {
    border-color: #046151;
    background-color: #046151;
    color: #FFFFFF;
    stroke: #FFFFFF;
  }
}
.button--white-border {
  border: 1px solid #F1F2F5;
  background-color: transparent;
  color: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .button--white-border:hover {
    border-color: #B3B6C3;
    background-color: transparent;
    color: #B3B6C3;
  }
}
.button--gray-border {
  border: 1px solid #D2D3DC;
  background-color: transparent;
  color: #0C956C;
  stroke: #0C956C;
}
.button--gray-border.button--fill {
  stroke-width: 0;
  fill: #0C956C;
}
@media (hover: hover) and (pointer: fine) {
  .button--gray-border:hover {
    border-color: #046151;
    background-color: #046151;
    color: #FFFFFF;
    stroke: #FFFFFF;
  }
  .button--gray-border:hover.button--fill {
    fill: #FFFFFF;
  }
}
.button--gray-border-text {
  border: 1px solid #D2D3DC;
  background-color: transparent;
  color: #383D58;
  stroke: #383D58;
}
.button--gray-border-text.button--fill {
  stroke-width: 0;
  fill: #383D58;
}
@media (hover: hover) and (pointer: fine) {
  .button--gray-border-text:hover {
    border-color: #046151;
    background-color: #046151;
    color: #FFFFFF;
    stroke: #FFFFFF;
  }
  .button--gray-border-text:hover.button--fill {
    fill: #FFFFFF;
  }
}
.button--gray {
  background-color: #495167;
  color: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .button--gray:hover {
    background-color: #f3f3f3;
    color: #646464;
  }
}
.button--light-gray {
  background-color: #f3f3f3;
  color: #646464;
}
@media (hover: hover) and (pointer: fine) {
  .button--light-gray:hover {
    background-color: #128f6a;
    color: #FFFFFF;
  }
}
.button--green-transparent {
  border: 1px solid #188E6B;
  background-color: rgba(7, 159, 123, 0.21);
  color: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .button--green-transparent:hover {
    border-color: #188E6B;
    background-color: #007B50;
    color: #FFFFFF;
  }
}
.button--light-green {
  background-color: #28b289;
  color: #FFFFFF;
  stroke: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .button--light-green:hover {
    background-color: #2cc497;
    color: #FFFFFF;
    stroke: #FFFFFF;
  }
}
.button--yellow, .button--yellow-bright {
  background-color: #FFD34E;
  color: #262A3D;
}
@media (hover: hover) and (pointer: fine) {
  .button--yellow:hover, .button--yellow-bright:hover {
    background-color: #FCAE30;
  }
}
.button--yellow:active, .button--yellow-bright:active {
  background-color: #fff176;
}
.button--free-contract {
  border: 1px solid #ED0131;
  background-color: #ED0131;
  color: #FFFFFF;
  overflow: hidden;
}
.button--free-contract:before {
  content: "";
  position: absolute;
  width: 311px;
  height: 95px;
  opacity: 0.5;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background-repeat: no-repeat;
  background-position: -2px 13px;
  background-size: cover;
  background-image: url(../img/image/contract-button-bg.svg);
}
@media (hover: hover) and (pointer: fine) {
  .button--free-contract:hover {
    border-color: #ED0131;
    background-color: #ED0131;
    color: #FFFFFF;
  }
  .button--free-contract:hover:before {
    opacity: 1;
  }
}
.button--gray-icon {
  stroke: #636984;
}
.button--gray-icon.button--fill {
  fill: #636984;
}
@media (hover: hover) and (pointer: fine) {
  .button--gray-icon:hover {
    stroke: #FFFFFF;
  }
  .button--gray-icon:hover.button--fill {
    fill: #FFFFFF;
  }
}
.button--round {
  border-radius: 18px;
}
.button--round-md {
  border-radius: 12px;
}
.button__arrow {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.button__arrow--small {
  width: 16px;
  height: 12px;
}
.button__arrow--w-18 {
  width: 18px;
  height: 18px;
}
.button__arrow--w-20 {
  width: 20px;
  height: 20px;
}
.button__icon {
  width: 24px;
  height: 24px;
  margin: 0 5px;
}
.button__icon:first-child {
  margin-left: 0;
}
.button__icon:last-child {
  margin-right: 0;
}
.button__icon--w-18 {
  width: 18px;
  height: 18px;
}
.button__icon--w-12 {
  width: 12px;
  height: 12px;
}
.button--f-12 {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  min-height: unset;
  padding: 7px 26px;
}
@media screen and (max-width: 991px) {
  .button--f-12 {
    font-size: 13px;
  }
}
.button--f-12 .button__arrow {
  width: 16px;
  height: 12px;
  stroke-width: 2px;
}
.button--two-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.button__big {
  font-size: 20px;
  font-weight: 800;
  line-height: 105%;
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .button__big {
    font-size: 16px;
  }
}
.button__small {
  font-size: 16px;
  font-weight: 400;
  line-height: 105%;
}
@media screen and (max-width: 991px) {
  .button__small {
    font-size: 14px;
  }
}

.link-button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 111.765%;
  letter-spacing: -0.68px;
}
.link-button--yellow {
  color: #FFF176;
}
@media (hover: hover) and (pointer: fine) {
  .link-button--yellow:hover {
    color: #FFFFFF;
  }
}

.button-simple {
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  min-height: unset;
  color: #0C956C;
}
@media screen and (max-width: 991px) {
  .button-simple {
    font-size: 14px;
  }
}
.button-simple[disabled], .button-simple.disabled {
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .button-simple:hover {
    color: #046151;
  }
}

.button-more {
  border-top: 1.5px solid #F1F2F5;
  padding: 24px 16px 12px;
  border-radius: 0;
  stroke: #12A378;
  font-size: 18px;
  font-weight: 600;
  line-height: 148%;
  letter-spacing: -0.36px;
}
@media screen and (max-width: 991px) {
  .button-more {
    font-size: 16px;
    font-weight: 600;
    line-height: 148%;
    letter-spacing: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .button-more:hover {
    color: #007B50;
    stroke: #007B50;
  }
}
.button-more__icon {
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  stroke-width: 2px;
  margin-left: 8px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.load-more {
  grid-column: 1/-1;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  min-height: 54px;
  padding: 16px 24px;
}
@media screen and (max-width: 991px) {
  .load-more {
    font-size: 15px;
    font-weight: 600;
    line-height: 132%;
    letter-spacing: -0.3px;
  }
}
.load-more__icon {
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  stroke-width: 2px;
  margin-left: 8px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.rating--vote {
  pointer-events: none;
}
.rating__input {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
}
.rating__item {
  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: 15px;
  height: 15px;
  fill: #FFD34E;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
label.rating__item {
  cursor: pointer;
}

.rating__item-icon {
  width: 15px;
  height: 15px;
}
.rating__input:checked ~ .rating__item, .rating__item.checked ~ .rating__item {
  fill: #D2D3DC;
}
.rating__input:checked + .rating__item, .rating__item.checked {
  fill: #FFD34E;
}

.rating-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
  letter-spacing: -0.36px;
  grid-column: 1/-1;
  color: #383D58;
}
@media screen and (max-width: 991px) {
  .rating-block {
    font-size: 18px;
    font-weight: 600;
    line-height: 148%;
    letter-spacing: -0.36px;
  }
}
@media screen and (max-width: 575px) {
  .rating-block {
    -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;
  }
}
.rating-block__title {
  margin-right: 15px;
}
@media screen and (max-width: 575px) {
  .rating-block__title {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.rating-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rating-block__info .rating {
  margin: 0 8px;
}
.rating-block__info .rating:first-child {
  margin-left: 0;
}
.rating-block__rate {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 991px) {
  .rating-block__rate {
    font-size: 15px;
    font-weight: 600;
    line-height: 132%;
    letter-spacing: -0.3px;
  }
}
.rating-block__rate + .rating-block__votes {
  padding-left: 12px;
  margin-left: 12px;
  border-left: 1px solid #D2D3DC;
}
.rating-block__votes {
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
  letter-spacing: 0;
}
.rating-block__thanks {
  margin-left: 15px;
}
@media screen and (max-width: 575px) {
  .rating-block__thanks {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .rating:hover label.rating__item {
    pointer-events: all;
    fill: #FFD34E;
  }
}
@media (hover: hover) and (pointer: fine) {
  .rating__item:hover ~ label.rating__item {
    fill: #D2D3DC;
  }
}

.show-more {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #12A378;
  stroke: #12A378;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.show-more--p-3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 148%;
  letter-spacing: -0.36px;
}
@media screen and (max-width: 991px) {
  .show-more--p-3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 148%;
    letter-spacing: 0;
  }
}
.show-more--p-6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 991px) {
  .show-more--p-6 {
    font-size: 15px;
    font-weight: 600;
    line-height: 132%;
    letter-spacing: -0.3px;
  }
}
.show-more--gray {
  color: #7B8097;
  stroke: #7B8097;
}
@media (hover: hover) and (pointer: fine) {
  .show-more:hover {
    color: #007B50;
    stroke: #007B50;
  }
}
.show-more__icon {
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  stroke-width: 2px;
  margin-left: 8px;
}

@media (hover: hover) and (pointer: fine) {
  a:hover .show-more {
    color: #007B50;
    stroke: #007B50;
  }
}

.slider-default {
  position: relative;
  min-width: 0;
}
.slider-default--square-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slider-default .swiper-slide {
  height: auto;
}
.slider-default__nav {
  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;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .slider-default__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.slider-default__nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .slider-default__nav-buttons {
    display: none;
  }
}
.slider-default__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-default__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .slider-default__head .slider-default__buttons {
    display: none;
  }
}
.slider-default__head .section__head {
  margin: 0;
}
.slider-default__button, .slider-default__arrow {
  stroke: #656972;
  background-color: #FFFFFF;
  border: 1px solid #D2D3DC;
  width: 44px;
  height: 44px;
  margin: 0;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 100%;
  stroke-width: 2px;
  fill: transparent;
  outline: 0;
}
@media (hover: hover) and (pointer: fine) {
  .slider-default__button:hover, .slider-default__arrow:hover {
    background-color: #383D58;
    border-color: #383D58;
    stroke: #FFFFFF;
  }
}
.slider-default__button-icon, .slider-default__arrow-icon {
  width: 16px;
  height: 16px;
}
.slider-default__button:after, .slider-default__arrow:after {
  display: none;
}
.slider-default__arrow {
  top: auto;
  right: auto;
  left: auto;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  position: relative;
}
.slider-default__arrow--prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 8px;
}
.slider-default__button {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
@media screen and (max-width: 991px) {
  .slider-default__button {
    display: none;
  }
}
.slider-default__button--prev {
  left: -68px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 1420px) {
  .slider-default__button--prev {
    left: -25px;
  }
}
.slider-default__button--next {
  right: -68px;
}
@media screen and (max-width: 1420px) {
  .slider-default__button--next {
    right: -25px;
  }
}
.slider-default__button.swiper-button-disabled {
  opacity: 0;
}
.slider-default__nav-el {
  stroke: #FFFFFF;
  background-color: #12A378;
  border: 1px solid #12A378;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  top: auto;
  right: auto;
  left: auto;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  margin: 0;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  fill: transparent;
  outline: 0;
  pointer-events: all;
}
.slider-default__nav-el--light {
  stroke: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
}
@media (hover: hover) and (pointer: fine) {
  .slider-default__nav-el:hover {
    background-color: #FFFFFF;
    stroke: #12A378;
  }
}
.slider-default__nav-el.swiper-button-disabled {
  background-color: #FFFFFF;
  stroke: #D2D3DC;
  border-color: #D2D3DC;
  opacity: 1;
}
.slider-default__nav-el-icon {
  width: 16px;
  height: 16px;
}
.slider-default__nav-el:after {
  display: none;
}
.slider-default__nav-el--prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 8px;
}
.slider-default__pagination.swiper-pagination {
  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;
  position: relative;
  top: auto;
  bottom: auto;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.slider-default__pagination.swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0;
  margin-right: 8px;
  background-color: #D2D3DC;
  opacity: 1;
}
.slider-default__pagination.swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.slider-default__pagination.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #12A378;
  pointer-events: none;
}
.slider-default__scrollbar.swiper-scrollbar {
  width: 100%;
  position: relative;
  left: auto;
  bottom: auto;
  margin-top: 24px;
  background-color: #D0EAF4;
  border-radius: 10px;
  height: 5px;
  z-index: 1;
}
.slider-default__scrollbar.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #188E6B;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .slider-default__scrollbar.swiper-scrollbar.slider-default__scrollbar--show-tablet {
    display: none;
  }
}
.slider-default__square {
  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;
  margin-top: 16px;
}
@media screen and (max-width: 1600px) {
  .slider-default__square {
    margin-top: 10px;
  }
}
@media screen and (min-width: 576px) {
  .slider-default--square-top .slider-default__square {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: -53px;
    margin-bottom: 6px;
  }
}
.slider-default__square-btn {
  fill: #383D58;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(93, 99, 129, 0.0509803922), 0px 3px 4px 0px rgba(93, 99, 129, 0.1019607843);
          box-shadow: 0px 1px 1px 0px rgba(93, 99, 129, 0.0509803922), 0px 3px 4px 0px rgba(93, 99, 129, 0.1019607843);
  background-color: #FFFFFF;
  width: 42px;
  height: 42px;
  margin: 0;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 12px;
  outline: 0;
  top: auto;
  right: auto;
  left: auto;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  position: relative;
}
@media screen and (max-width: 575px) {
  .slider-default__square-btn {
    width: calc(50% - 5px);
    height: 60px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .slider-default__square-btn:hover {
    background-color: #0C956C;
    fill: #FFFFFF;
  }
}
.slider-default__square-btn-icon {
  width: 16px;
  height: 16px;
}
.slider-default__square-btn:after {
  display: none;
}
.slider-default__square-btn--prev {
  margin-right: 4px;
}
@media screen and (max-width: 575px) {
  .slider-default__square-btn--prev {
    margin-right: 10px;
  }
}
.slider-default__square-btn--prev .slider-default__square-btn-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slider-default__square-btn.swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: unset;
          box-shadow: unset;
  stroke: #D2D3DC;
}

.shadow-slider .swiper-slide {
  padding: 4px;
}
.shadow-slider .swiper {
  margin: 0 -4px;
}

.header {
  background-color: #FFFFFF;
}
@media screen and (min-width: 1200px) {
  .header {
    z-index: 21;
    position: absolute;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header__ref {
    position: absolute;
    top: 38px;
  }
}
.header__city-mobile {
  display: none;
}
@media screen and (max-width: 1199px) {
  .header__city-mobile {
    display: block;
    border-bottom: 1px solid #F1F2F5;
    background-color: #FFFFFF;
    padding: 8px 0;
    height: 38px;
  }
  .header__city-mobile .header__item-el {
    fill: #636984;
    color: #636984;
  }
  .header__city-mobile .header__item-icon {
    margin-right: 6px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  .header__city-mobile {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .header__city-mobile + .header__main {
    top: 38px;
    position: absolute;
    -webkit-box-shadow: 0 78px 22px 0 rgba(77, 83, 112, 0), 0 50px 20px 0 rgba(77, 83, 112, 0), 0 28px 17px 0 rgba(77, 83, 112, 0.01), 0 12px 12px 0 rgba(77, 83, 112, 0.02), 0 3px 7px 0 rgba(77, 83, 112, 0.02);
            box-shadow: 0 78px 22px 0 rgba(77, 83, 112, 0), 0 50px 20px 0 rgba(77, 83, 112, 0), 0 28px 17px 0 rgba(77, 83, 112, 0.01), 0 12px 12px 0 rgba(77, 83, 112, 0.02), 0 3px 7px 0 rgba(77, 83, 112, 0.02);
  }
}
@media screen and (max-width: 767px) {
  .header__city-mobile + .header__main--fixed {
    position: fixed;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__city-mobile + .header__main .header__info {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .header__item--city {
    position: absolute;
    left: 16px;
    top: -45px;
  }
  .header__item--city .header__item-el {
    fill: #636984;
    color: #636984;
  }
  .header__item--city .header__item-icon {
    margin-right: 6px;
  }
  .header__item--city .header__item-caption {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__item--city {
    top: -42px;
  }
}
.header__scroll-button {
  min-height: unset;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 0;
  margin-left: 24px;
  white-space: nowrap;
  letter-spacing: 0;
  height: 0;
  margin-right: -190px;
  opacity: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
.header__scroll-button-icon {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  fill: #FFFFFF;
  stroke: none;
}
.header__scroll-button span {
  border-bottom: 1px dotted #FFFFFF;
}
.header__main {
  padding: 16px 0;
}
@media screen and (max-width: 1199px) {
  .header__main {
    -webkit-box-shadow: 0px 1px 0px 0px #d2d3dc;
            box-shadow: 0px 1px 0px 0px #d2d3dc;
  }
}
@media screen and (max-width: 767px) {
  .header__main {
    padding: 12px 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 5;
  }
}
.header__main .header__logo {
  width: 140px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .header__main .header__logo {
    margin-right: auto;
    width: 122px;
  }
}
.header__main .header__logo--1may {
  width: 148px;
  margin-left: -8px;
}
@media screen and (max-width: 767px) {
  .header__main .header__logo--1may {
    width: 122px;
  }
}
.header__main .header__logo--9may {
  width: 145px;
  margin-left: -5px;
}
@media screen and (max-width: 767px) {
  .header__main .header__logo--9may {
    width: 122px;
  }
}
.header__main .header__logo-text {
  display: grid;
  grid-template-columns: 39px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 5px;
  font-family: "Montserrat", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  line-height: 100%;
  color: #262A3D;
  margin-right: 14px;
}
@media screen and (max-width: 767px) {
  .header__main .header__logo-text {
    grid-template-columns: 34px 1fr;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .header__main .header__logo-text {
    margin-right: auto;
  }
}
.header__main .header__logo-text img {
  width: 39px;
}
@media screen and (max-width: 767px) {
  .header__main .header__logo-text img {
    width: 34px;
  }
}
.header__main .header__logo-text span {
  width: 96px;
  word-break: break-word;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(50%, #000), color-stop(40%, #068459));
  background-image: -o-linear-gradient(top, #000 0%, #000 50%, #068459 40%);
  background-image: linear-gradient(180deg, #000 0%, #000 50%, #068459 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.header__main-row {
  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;
}
@media screen and (max-width: 767px) {
  .header__main-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.header__main-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #D2D3DC;
  border-radius: 14px;
  margin-left: 6px;
  height: 52px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .header__main-socials {
    height: 40px;
  }
}
.header__main-social {
  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: 46px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .header__main-social {
    width: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header__main-social:hover {
    background-color: #046151;
  }
  .header__main-social:hover .header__main-social-icon {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.header__main-social-icon {
  width: 18px;
  height: 18px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header__main-divider {
  width: 1px;
  height: 18px;
  background-color: #D2D3DC;
}
.header__info {
  background-color: #DFF9ED;
  padding: 6px 12px;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  color: #383D58;
}
@media screen and (max-width: 991px) {
  .header__info {
    letter-spacing: -0.24px;
  }
}
@media screen and (max-width: 767px) {
  .header__info {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: -16px;
    margin-bottom: 14px;
    background-color: #F1F2F5;
    border: 0;
    text-align: center;
  }
}
.header__item {
  margin: auto;
  margin-bottom: 0;
}
.header__item-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  fill: #979CAE;
  color: #383D58;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
a.header__item-el {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  a.header__item-el:hover {
    color: #007B50;
    fill: #007B50;
  }
}

.header__item-icon {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__item-caption {
  color: #979CAE;
  margin-left: 24px;
  font-size: 10px;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 991px) {
  .header__item-caption {
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
  }
}
.header__small-button {
  padding: 0;
  min-height: unset;
  width: 52px;
  height: 52px;
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .header__small-button {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
}
.header__menu {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(246, 247, 249, 0.5)), to(rgba(246, 247, 249, 0.5))), -webkit-gradient(linear, left top, left bottom, from(#e1e5f0), color-stop(5%, #e6eaf2), color-stop(17%, #eceef5), color-stop(35%, #f1f3f7), color-stop(65%, #f6f7f9));
  background: -o-linear-gradient(bottom, rgba(246, 247, 249, 0.5) 0%, rgba(246, 247, 249, 0.5) 100%), -o-linear-gradient(top, #e1e5f0 0%, #e6eaf2 5%, #eceef5 17%, #f1f3f7 35%, #f6f7f9 65%);
  background: linear-gradient(0deg, rgba(246, 247, 249, 0.5) 0%, rgba(246, 247, 249, 0.5) 100%), linear-gradient(180deg, #e1e5f0 0%, #e6eaf2 5%, #eceef5 17%, #f1f3f7 35%, #f6f7f9 65%);
  padding-top: 2px;
  z-index: 199;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .header__menu--fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(12.5px);
            backdrop-filter: blur(12.5px);
    padding-top: 8px;
  }
  .header__menu--fixed .header__menu-logo,
  .header__menu--fixed .header__menu-logo-text {
    margin-left: 0;
    opacity: 1;
    margin-right: 24px;
    height: auto;
    margin-bottom: 8px;
  }
  .header__menu--fixed .header__scroll-button {
    height: 32px;
    margin-right: 0;
    opacity: 1;
    margin-bottom: 8px;
    width: 166px;
    padding: 4px 12px;
    margin-left: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
  }
  .header__menu--fixed .header__list-button {
    padding-bottom: 8px;
  }
}
.header__menu-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 1199px) {
  .header__menu-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header__menu-row {
  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;
}
@media screen and (max-width: 1199px) {
  .header__menu-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
  }
}
.header__menu-logo {
  display: block;
  width: 116px;
  height: 0;
  margin-left: -116px;
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  .header__menu-logo {
    width: 122px;
    height: auto;
    margin-left: 0;
    margin-right: auto;
    opacity: 1;
  }
}
.header__menu-logo-text {
  display: grid;
  grid-template-columns: 32px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-family: "Montserrat", serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: 100%;
  color: #262A3D;
  width: 116px;
  height: 0;
  margin-left: -116px;
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  .header__menu-logo-text {
    width: 140px;
    height: auto;
    margin-left: 0;
    margin-right: auto;
    opacity: 1;
    font-size: 20px;
  }
}
.header__menu-logo-text img {
  width: 32px;
}
@media screen and (max-width: 1199px) {
  .header__menu-logo-text img {
    width: 39px;
  }
}
@media screen and (max-width: 1199px) {
  .header__menu {
    position: fixed;
    -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: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 506px;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    -webkit-transform: translateX(130%);
        -ms-transform: translateX(130%);
            transform: translateX(130%);
    top: 0;
    right: 0;
    background-color: #F1F2F5;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    padding: 0 24px 24px;
  }
  .header__menu--vis {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .header__menu .container {
    padding: 0;
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .header__menu {
    max-width: 378px;
  }
}
@media screen and (max-width: 767px) {
  .header__menu {
    max-width: 359px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .header__menu-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 24px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 78px 22px 0 rgba(77, 83, 112, 0), 0 50px 20px 0 rgba(77, 83, 112, 0), 0 28px 17px 0 rgba(77, 83, 112, 0.01), 0 12px 12px 0 rgba(77, 83, 112, 0.02), 0 3px 7px 0 rgba(77, 83, 112, 0.02);
            box-shadow: 0 78px 22px 0 rgba(77, 83, 112, 0), 0 50px 20px 0 rgba(77, 83, 112, 0), 0 28px 17px 0 rgba(77, 83, 112, 0.01), 0 12px 12px 0 rgba(77, 83, 112, 0.02), 0 3px 7px 0 rgba(77, 83, 112, 0.02);
    margin: 0 -24px 6px;
  }
}
@media screen and (max-width: 767px) {
  .header__menu-head {
    margin-left: -16px;
    margin-right: -16px;
    padding: 12px 16px;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}
.header__menu-bottom {
  display: grid;
  grid-template-columns: 1fr repeat(2, 57px);
  gap: 8px 4px;
}
@media screen and (max-width: 1199px) {
  .header__menu-bottom {
    margin: 0 -16px -24px;
    border-radius: 24px 24px 0 0;
    border-top: 1.5px solid #F1F2F5;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 -6px 40px -6px rgba(77, 83, 112, 0.06);
            box-shadow: 0 -6px 40px -6px rgba(77, 83, 112, 0.06);
    padding: 20px 16px;
    position: relative;
    z-index: 11;
  }
}
.header__menu-city {
  grid-column: 1/-1;
}
.header__menu-social {
  padding: 0;
  width: 57px;
}
@media (hover: hover) and (pointer: fine) {
  .header__menu-social:hover .button__icon {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.header__menu-modal {
  grid-column: 1/-1;
}
.header__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 1199px) {
  .header__nav {
    max-height: calc(100vh - 35px - 65px - 170px);
    overflow: auto;
  }
}
.header__list {
  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;
  margin: 0 -12px;
}
@media screen and (max-width: 1199px) {
  .header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0;
  }
}
.header__list-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__list-item:last-child .header__list-button {
  border: 0;
}
@media screen and (min-width: 1200px) and (hover: hover) and (pointer: fine) {
  .header__list-item:has(.header__list-arrow):hover .header__list-button:before {
    opacity: 1;
  }
  .header__list-item:has(.header__list-arrow):hover .header__list-arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.header__list-item {
  position: relative;
}
.header__list-button {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .header__list-button {
    border-bottom: 1px solid #D2D3DC;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header__list-button:hover .header__list-link {
    color: #046151;
  }
  .header__list-button:hover .header__list-icon {
    fill: #046151;
  }
}
.header__list-button:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 14px 14px 0 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .header__list-button:before {
    display: none;
  }
}
.header__list-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  color: #383D58;
  padding: 10px 12px;
}
@media screen and (max-width: 1280px) and (min-width: 1200px) {
  .header__list-link {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .header__list-link {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1199px) {
  .header__list-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 148%;
    color: #262A3D;
    padding: 20px 0px;
    width: 100%;
  }
}
.header__list-arrow {
  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: 14px;
  height: 14px;
  margin-left: -7px;
  stroke-width: 2px;
  margin-right: 11px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  stroke: #B3B6C3;
}
@media screen and (max-width: 1199px) {
  .header__list-arrow {
    position: absolute;
    right: 0;
    height: 100%;
    width: 53px;
    margin: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header__list-arrow-icon {
  width: 14px;
  height: 14px;
  margin-top: -3px;
}
@media screen and (max-width: 1199px) {
  .header__list-arrow-icon {
    width: 28px;
    height: 28px;
    stroke-width: 1px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-left: auto;
    pointer-events: none;
    margin: 0;
  }
}
.header__list-icon {
  width: 16px;
  height: 16px;
  fill: #B3B6C3;
  margin-right: 12px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .header__list-icon {
    margin-right: 0;
    margin-left: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .header__personal {
    width: 46px;
    height: 46px;
  }
}
@media screen and (max-width: 1199px) {
  .header__close {
    width: 40px;
    height: 40px;
    margin-left: 4px;
  }
}
.header__submenu {
  display: none;
  max-width: 940px;
}
@media screen and (min-width: 1200px) {
  .header__submenu {
    position: absolute;
    background-color: #FFFFFF;
    left: 0;
    border-radius: 0 0 32px 32px;
  }
}
@media screen and (max-width: 1199px) {
  .header__submenu {
    display: block;
    position: fixed;
    max-width: unset;
    opacity: 1;
    visibility: visible;
    left: 0;
    top: 109px;
    z-index: 10;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    pointer-events: all;
    background-color: #F1F2F5;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .header__submenu.vis {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (min-width: 1200px) {
  .header__submenu-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .header__submenu-body {
    padding: 0 24px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: calc(var(--vh, 1vh) * 100 - 261px);
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .header__submenu-body {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.header__submenu-col {
  margin-left: 56px;
}
@media screen and (max-width: 1199px) {
  .header__submenu-col {
    margin: 0;
  }
}
.header__submenu-col:first-child {
  margin-left: 0;
}
.header__submenu-col:first-child .header__submenu-banner {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .header__submenu-col:first-child .header__submenu-banner {
    margin-bottom: 4px;
  }
}
.header__submenu-col:last-child .header__submenu-banner {
  margin-left: 0;
}
@media screen and (max-width: 1199px) {
  .header__submenu-col:last-child .header__submenu-banner {
    margin-top: 4px;
  }
}
.header__submenu-back {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding: 15px 0;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
  color: #262A3D;
  cursor: pointer;
}
.header__submenu-back-icon {
  width: 22px;
  height: 22px;
  stroke: #B3B6C3;
  stroke-width: 2px;
  stroke-linecap: round;
}
.header__submenu-back + .header__submenu-col {
  margin-left: 0;
}
@media screen and (min-width: 1200px) {
  .header__submenu-banner {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 284px;
    height: 314px;
    border-radius: 24px;
    border: 2px solid #F1F2F5;
    background-color: #FFFFFF;
    padding: 14px;
    font-size: 18px;
    font-weight: 700;
    line-height: 148%;
    letter-spacing: -0.36px;
    color: #383D58;
    position: relative;
    margin: -16px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1200px) and (hover: hover) and (pointer: fine) {
  .header__submenu-banner:hover {
    border-color: #12A378;
    color: #FFFFFF;
  }
  .header__submenu-banner:hover:before {
    background-color: #FFFFFF;
  }
  .header__submenu-banner:hover::after {
    opacity: 1;
  }
  .header__submenu-banner:hover .header__submenu-banner-arrow {
    stroke: #FFFFFF;
    fill: #FFFFFF;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header__submenu-banner:hover .header__submenu-banner-arrow path {
    stroke: #12A378;
  }
}
@media screen and (max-width: 1199px) {
  .header__submenu-banner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
    outline: none;
    position: relative;
    border-radius: 14px;
    padding: 16px;
    background-color: #FFFFFF;
    color: #383D58;
    font-size: 18px;
    font-weight: 700;
    line-height: 132%;
    letter-spacing: -0.36px;
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    background-position: calc(100% - 24px) 7px;
    background-size: contain;
  }
}
.header__submenu-banner:before {
  content: "";
  display: block;
  width: 86px;
  height: 1px;
  background-color: #D2D3DC;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 14px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .header__submenu-banner:before {
    display: none;
  }
}
.header__submenu-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -o-linear-gradient(355deg, #12A378 0%, #11A176 56%, #068358 100%);
  background: linear-gradient(95deg, #12A378 0%, #11A176 56%, #068358 100%);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__submenu-banner span {
  position: relative;
  z-index: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1199px) {
  .header__submenu-banner span {
    max-width: 120px;
  }
}
.header__submenu-banner-arrow {
  display: block;
  width: 28px;
  height: 28px;
  stroke-width: 1px;
  stroke: #383D58;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .header__submenu-banner-arrow {
    margin-left: 12px;
  }
}
.header__submenu-banner-img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 230px;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .header__submenu-banner-img {
    width: 125px;
    height: 80px;
    right: 0;
    background-size: contain;
  }
}
@media screen and (max-width: 1199px) {
  .header__submenu-nav {
    border-radius: 14px;
    background-color: #FFFFFF;
    padding: 17px 16px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 1199px) {
  .header__submenu-nav.active {
    padding-bottom: 24px;
  }
  .header__submenu-nav.active .header__submenu-head-arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.header__submenu-button {
  width: 100%;
  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;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  outline: none;
  position: relative;
  border-radius: 14px;
  padding: 16px 20px 16px 24px;
  min-height: 52px;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  background-color: #12A378;
  color: #FFFFFF;
  stroke: #FFFFFF;
  margin-top: 6px;
}
@media screen and (max-width: 1199px) {
  .header__submenu-button {
    background-color: #4D5370;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 148%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header__submenu-button:hover {
    background-color: #046151;
    color: #FFFFFF;
    stroke: #FFFFFF;
  }
}
.header__submenu-button-icon {
  width: 12px;
  height: 12px;
  stroke-width: 2px;
}
.header__submenu-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding-bottom: 18px;
  margin-bottom: 22px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .header__submenu-head {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 148%;
    color: #262A3D;
    width: 100%;
    cursor: pointer;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header__submenu-head:hover {
    color: #12A378;
  }
  .header__submenu-head:hover .header__submenu-head-arrow {
    stroke: #12A378;
  }
}
.header__submenu-head:before {
  content: "";
  position: absolute;
  width: 64px;
  height: 1px;
  background-color: #D2D3DC;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1199px) {
  .header__submenu-head:before {
    display: none;
  }
}
.header__submenu-head-arrow {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #F1F2F5;
  stroke: #636984;
  border-radius: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .header__submenu-head-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: -20px;
    top: -16px;
    width: 53px;
    height: 53px;
    border-radius: 0;
    stroke: #B3B6C3;
    background-color: transparent;
  }
}
.header__submenu-head-icon {
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  stroke-width: 2px;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  .header__submenu-head-icon {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
@media screen and (max-width: 1199px) {
  .header__submenu-head + .header__submenu-drop {
    height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 1199px) {
  .header__submenu-head + .header__submenu-drop .header__submenu-list {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #D2D3DC;
  }
}
@media screen and (min-width: 1200px) {
  .header__submenu-small {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #7B8097;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 1199px) {
  .header__submenu-small {
    display: inline;
  }
}
@media screen and (min-width: 1200px) {
  .header__submenu-title {
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 148%;
    letter-spacing: -0.36px;
    color: #383D58;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1200px) and (max-width: 991px) {
  .header__submenu-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.36px;
  }
}
@media screen and (max-width: 1199px) {
  .header__submenu-title {
    display: inline;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
    letter-spacing: -0.36px;
    color: #383D58;
  }
}
.header__submenu-item {
  margin-bottom: 18px;
}
.header__submenu-item:last-child {
  margin-bottom: 0;
}
.header__submenu-link {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
  color: #383D58;
}
@media (hover: hover) and (pointer: fine) {
  .header__submenu-link:hover {
    color: #12A378;
  }
  .header__submenu-link:hover .header__submenu-link-icon {
    -webkit-filter: brightness(0) saturate(100%) invert(38%) sepia(83%) saturate(1113%) hue-rotate(131deg) brightness(98%) contrast(86%);
            filter: brightness(0) saturate(100%) invert(38%) sepia(83%) saturate(1113%) hue-rotate(131deg) brightness(98%) contrast(86%);
  }
}
.header__submenu-link-icon {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 1200px) {
  .header__submenu-list {
    min-width: 236px;
  }
}
.header__submenu-follow {
  display: grid;
  grid-template-columns: 1fr auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
  color: #12A378;
  stroke: #12A378;
  margin-top: 18px;
}
@media screen and (max-width: 1199px) {
  .header__submenu-follow {
    margin-top: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header__submenu-follow:hover {
    color: #007B50;
    stroke: #007B50;
  }
}
.header__submenu-follow--more .header__submenu-follow-icon {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 16px;
  height: 16px;
}
.header__submenu-follow-icon {
  width: 14px;
  height: 14px;
}
.header a.header__submenu-head .header__submenu-head-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__help {
  margin-top: auto;
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 14px;
}
.header__help-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
  color: #262A3D;
  margin-bottom: 12px;
}
.header__help-row {
  display: grid;
  grid-template-columns: 1fr repeat(2, auto);
  gap: 4px;
}
.header__help .header__menu-social {
  width: 44px;
}
@media screen and (max-width: 1199px) {
  .header__hide-desc {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .header__show-desc {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .header__hide-land {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .header__show-land {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .header__hide-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .header__show-tablet {
    display: none !important;
  }
}
.header__burger-city {
  background-color: #fff;
  width: calc(100% + 48px);
  margin-left: -24px;
  padding: 7px 16px;
  border-bottom: 1px solid #F1F2F5;
}
@media screen and (max-width: 767px) {
  .header__burger-city {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}

.header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(56, 61, 88, 0.8);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  z-index: 20;
}
@media screen and (max-width: 1199px) {
  .header-overlay {
    z-index: 100;
  }
}

.about-banner {
  margin-top: -25px;
}
@media screen and (max-width: 991px) {
  .about-banner {
    margin-top: -17px;
  }
}
.about-banner__logo {
  margin-bottom: -2.2%;
}
.about-banner__logo svg {
  margin: 0 auto;
  display: block;
  width: 84%;
  height: auto;
  max-width: 1038px;
}
@media screen and (max-width: 991px) {
  .about-banner__logo svg {
    width: 82%;
  }
}
.about-banner__main {
  background-color: #FFFFFF;
  border-radius: 40px;
  padding: 33px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}
@media screen and (max-width: 991px) {
  .about-banner__main {
    grid-template-columns: 1fr;
    border-radius: 32px;
    padding: 24px 16px;
  }
}
.about-banner__image {
  -ms-flex-item-align: end;
      align-self: end;
  margin: -66px 5px -33px -26px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .about-banner__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0px auto -24px;
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 575px) {
  .about-banner__image {
    margin: 10px -24px -24px;
    width: auto;
    max-width: unset;
    border-radius: 0 0 42px 42px;
  }
}
.about-banner__image:before {
  content: "";
  display: block;
  padding-bottom: 73.69%;
}
.about-banner__content {
  font-size: 16px;
  font-weight: 500;
  line-height: 156%;
  letter-spacing: 0;
  color: #383D58;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 991px) {
  .about-banner__content {
    line-height: 148%;
  }
}
@media screen and (max-width: 991px) {
  .about-banner__content {
    text-align: center;
  }
}
.about-banner__content h1,
.about-banner__content .h1 {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .about-banner__content h1,
  .about-banner__content .h1 {
    margin-bottom: 12px;
  }
}
.about-banner__button {
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .about-banner__button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 575px) {
  .about-banner__button {
    width: 100%;
  }
}
.about-banner__tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 12px;
}
@media screen and (max-width: 991px) {
  .about-banner__tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .about-banner__tiles {
    grid-template-columns: 1fr;
  }
}
.about-banner__tile {
  padding: 12px;
  -webkit-box-shadow: 0 18px 44px -12px rgba(77, 83, 112, 0.05);
          box-shadow: 0 18px 44px -12px rgba(77, 83, 112, 0.05);
  background-color: #FFFFFF;
  border-radius: 24px;
  text-align: center;
  color: #383D58;
}
.about-banner__tile-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.56px;
  margin-bottom: 2px;
}
@media screen and (max-width: 991px) {
  .about-banner__tile-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.44px;
  }
}
.about-banner__tile-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
  max-width: 190px;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .about-banner__tile-text {
    max-width: unset;
  }
}

.simple-step {
  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%;
}
.simple-step:before {
  content: "";
  position: absolute;
  width: calc(100% + 32px);
  height: 2px;
  background-repeat: repeat;
  background-position: left;
  background-size: auto;
  background-image: url(../img/image/simple-step-gray-line.svg);
  left: 0;
  bottom: 20px;
  z-index: -1;
}
.simple-step__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F1F2F5;
  color: #383D58;
  padding: 20px 24px;
  min-height: 287px;
  border-radius: 32px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .simple-step__body {
    text-align: center;
    padding: 20px 16px;
    min-height: 352px;
  }
}
@media screen and (max-width: 767px) {
  .simple-step__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.simple-step__body--primary {
  background-color: #12A378;
  color: #FFFFFF;
}
.simple-step__body--primary .simple-step__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .simple-step__body--primary .simple-step__text {
    font-size: 15px;
    font-weight: 600;
    line-height: 132%;
    letter-spacing: -0.3px;
  }
}
@media screen and (max-width: 991px) {
  .simple-step__body--primary .simple-step__text {
    margin-bottom: 12px;
  }
}
.simple-step__image {
  width: 238px;
  height: 181px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .simple-step__image {
    width: 100%;
    height: 175px;
    position: relative;
    margin: 0 auto;
    right: 0;
    bottom: -20px;
    margin-top: auto;
  }
}
.simple-step__image:before {
  content: "";
  position: absolute;
  width: 239px;
  height: 239px;
  background-color: #FFFFFF;
  border-radius: 100%;
  top: 50px;
  left: 54px;
}
@media screen and (max-width: 991px) {
  .simple-step__image:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 12px;
  }
}
.simple-step__icon {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: calc(100% + 81px) 14px;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .simple-step__icon {
    background-position: center bottom;
  }
}
.simple-step__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.48px;
  margin-bottom: 6px;
  max-width: unset;
}
@media screen and (max-width: 991px) {
  .simple-step__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
.simple-step__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
  margin-bottom: 16px;
  max-width: 300px;
}
@media screen and (max-width: 991px) {
  .simple-step__text {
    max-width: unset;
  }
}
.simple-step__order {
  margin: auto;
  margin-bottom: 0;
  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: 42px;
  height: 42px;
  background-color: #12A378;
  border-radius: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 991px) {
  .simple-step__order {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
.simple-step__line {
  position: absolute;
  width: 2px;
  height: 169px;
  background-repeat: repeat;
  background-position: bottom;
  background-size: auto;
  background-image: url(../img/image/simple-step-green-line.svg);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 25px;
  z-index: -1;
}

.simple-step-slider {
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
}
.simple-step-slider .swiper {
  overflow: unset;
}
.simple-step-slider .swiper-slide {
  width: 394px;
}
@media screen and (max-width: 991px) {
  .simple-step-slider .swiper-slide {
    width: 320px;
  }
}
@media screen and (max-width: 359px) {
  .simple-step-slider .swiper-slide {
    width: 280px;
  }
}
.simple-step-slider .swiper-slide:nth-child(odd) {
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .simple-step-slider .swiper-slide:nth-child(odd) {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .simple-step-slider .swiper-slide:first-child .simple-step__body {
    background-repeat: no-repeat;
    background-position: center calc(100% + 105px);
    background-size: 272px 292px;
    background-image: url(../img/image/simple-step-bg.svg);
  }
}
.simple-step-slider .swiper-slide:last-child .simple-step__body {
  background-repeat: no-repeat;
  background-position: calc(100% + 70px) calc(100% + 45px);
  background-size: 272px 292px;
  background-image: url(../img/image/simple-step-bg.svg);
}
@media screen and (max-width: 991px) {
  .simple-step-slider .swiper-slide:last-child .simple-step__body {
    background-position: center calc(100% + 105px);
  }
}
.simple-step-slider .swiper-slide:last-child .simple-step__image:before {
  display: none;
}
.simple-step-slider .swiper-slide:last-child .simple-step__text {
  max-width: 250px;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .simple-step-slider .swiper-slide:last-child .simple-step__text {
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .simple-step-slider .swiper-slide:last-child .simple-step__button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 20px;
    min-width: 185px;
    z-index: 2;
  }
}
.simple-step-slider .slider-default__nav {
  position: absolute;
  right: 0;
  top: -55px;
  margin: 0px;
}

.step-tip {
  display: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .step-tip {
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
  }
}
@media screen and (max-width: 767px) {
  .step-tip {
    display: block;
    color: #383D58;
    margin-bottom: 13px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .step-tip:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/image/step-tip.svg);
    top: -2px;
    right: -33px;
    z-index: 1;
  }
}

.debt-compare {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .debt-compare {
    grid-template-columns: 1fr;
  }
}
.debt-compare__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 32px;
  padding: 8px;
}
.debt-compare__title {
  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;
  padding: 12px;
  border-radius: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 148%;
  letter-spacing: -0.4px;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .debt-compare__title {
    font-size: 18px;
    line-height: 132%;
    letter-spacing: -0.36px;
  }
}
.debt-compare__title--green {
  background-color: #12A378;
}
.debt-compare__title--red {
  background-color: #F55824;
}
.debt-compare__title-icon {
  width: 48px;
  height: 48px;
  margin-right: 12px;
  background-color: #FFFFFF;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
.debt-compare__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: grid;
}
.debt-compare__item {
  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;
  padding: 19px 24px;
  border-radius: 24px;
  border: 1.5px solid #F1F2F5;
  text-align: center;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
  color: #4D5370;
}
@media screen and (max-width: 991px) {
  .debt-compare__item {
    font-size: 16px;
    font-weight: 500;
    line-height: 156%;
  }
}
.debt-compare__item--gray {
  background-color: #F1F2F5;
}

.section__head--debt {
  max-width: 882px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bankruptcy-compare__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.bankruptcy-compare__title {
  border-radius: 48px 48px 0 0;
  padding: 16px 40px;
  background-color: #F1F2F5;
  text-align: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .bankruptcy-compare__title {
    padding: 12px 40px;
    border-radius: 32px 32px 0 0;
  }
}
.bankruptcy-compare__tab {
  display: none;
}
@media screen and (max-width: 767px) {
  .bankruptcy-compare__tab {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    background-color: #FFFFFF;
    border-radius: 72px;
    padding: 4px;
    margin: 0 auto 12px;
    width: calc(100% - 16px);
  }
}
.bankruptcy-compare__tab-el {
  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;
  text-align: center;
  border: 1.5px solid #F1F2F5;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.4px;
  border-radius: 40px;
  height: 52px;
  color: #7B8097;
  padding: 10px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.bankruptcy-compare__tab-el--plus.active {
  border-color: #12A378;
  background-color: #12A378;
  color: #FFFFFF;
  -webkit-box-shadow: 0 35px 10px 0 rgba(77, 83, 112, 0), 0 22px 9px 0 rgba(77, 83, 112, 0.01), 0 13px 8px 0 rgba(77, 83, 112, 0.04), 0 6px 6px 0 rgba(77, 83, 112, 0.07), 0 1px 3px 0 rgba(77, 83, 112, 0.08);
          box-shadow: 0 35px 10px 0 rgba(77, 83, 112, 0), 0 22px 9px 0 rgba(77, 83, 112, 0.01), 0 13px 8px 0 rgba(77, 83, 112, 0.04), 0 6px 6px 0 rgba(77, 83, 112, 0.07), 0 1px 3px 0 rgba(77, 83, 112, 0.08);
}
.bankruptcy-compare__tab-el--minus.active {
  border-color: #f93a09;
  background-color: #f93a09;
  color: #FFFFFF;
  -webkit-box-shadow: 0 35px 10px 0 rgba(77, 83, 112, 0), 0 22px 9px 0 rgba(77, 83, 112, 0.01), 0 13px 8px 0 rgba(77, 83, 112, 0.04), 0 6px 6px 0 rgba(77, 83, 112, 0.07), 0 1px 3px 0 rgba(77, 83, 112, 0.08);
          box-shadow: 0 35px 10px 0 rgba(77, 83, 112, 0), 0 22px 9px 0 rgba(77, 83, 112, 0.01), 0 13px 8px 0 rgba(77, 83, 112, 0.04), 0 6px 6px 0 rgba(77, 83, 112, 0.07), 0 1px 3px 0 rgba(77, 83, 112, 0.08);
}
.bankruptcy-compare__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 8px solid #F1F2F5;
  position: relative;
  border-radius: 48px;
  background-color: #FFFFFF;
  padding: 24px 8px 8px;
}
@media screen and (max-width: 767px) {
  .bankruptcy-compare__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 32px;
    padding: 12px 0 0 0;
    background-color: #F1F2F5;
  }
}
.bankruptcy-compare__body:before {
  content: "";
  position: absolute;
  width: 380px;
  height: 341px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  background-image: url(../img/image/bankruptcy-compare-bg.svg);
}
@media screen and (max-width: 767px) {
  .bankruptcy-compare__body:before {
    display: none;
    max-width: 380px;
    width: 90%;
  }
}
.bankruptcy-compare__col {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .bankruptcy-compare__col {
    display: none;
    width: 100%;
  }
  .bankruptcy-compare__col.vis {
    display: block;
  }
}
.bankruptcy-compare__list {
  padding: 8px;
  border-radius: 32px;
  max-width: 392px;
}
@media screen and (max-width: 1099px) {
  .bankruptcy-compare__list {
    max-width: 330px;
  }
}
@media screen and (max-width: 991px) {
  .bankruptcy-compare__list {
    max-width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .bankruptcy-compare__list {
    border-radius: 24px;
    max-width: unset;
  }
}
.bankruptcy-compare__list--green {
  background-color: #12A378;
}
.bankruptcy-compare__list--gray {
  background-color: #F1F2F5;
}
@media screen and (max-width: 767px) {
  .bankruptcy-compare__list--gray {
    background-color: #FFFFFF;
  }
  .bankruptcy-compare__list--gray .bankruptcy-compare__item {
    border: 1px solid #F1F2F5;
  }
}
.bankruptcy-compare__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  background-color: #FFFFFF;
  padding: 16px;
  margin-bottom: 8px;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .bankruptcy-compare__item {
    border-radius: 16px;
  }
}
.bankruptcy-compare__item:last-child {
  margin-bottom: 0;
}
.bankruptcy-compare__item-icon {
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bankruptcy-compare__item-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: #383D58;
  margin-bottom: 4px;
}
@media screen and (max-width: 991px) {
  .bankruptcy-compare__item-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 132%;
    letter-spacing: -0.3px;
  }
}
.bankruptcy-compare__item-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
  color: #383D58;
}
.bankruptcy-compare__image {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -8px;
  max-width: 450px;
  width: 100%;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .bankruptcy-compare__image {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .bankruptcy-compare__image {
    position: relative;
    margin-top: -29px;
    bottom: auto;
    margin-bottom: -16px;
    z-index: 3;
    pointer-events: none;
  }
}
@media screen and (max-width: 575px) {
  .bankruptcy-compare__image {
    border-radius: 18px;
  }
}
.bankruptcy-compare__image:before {
  content: "";
  display: block;
  padding-bottom: 107.112%;
}
@media screen and (max-width: 767px) {
  .bankruptcy-compare__image:before {
    padding-bottom: 105.112%;
  }
}
.bankruptcy-compare__arrow {
  position: absolute;
  width: 90px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: -20px;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .bankruptcy-compare__arrow {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .bankruptcy-compare__arrow {
    bottom: -8px;
    width: 65px;
    height: 36px;
  }
}
.bankruptcy-compare__arrow--plus {
  left: -111px;
}
@media screen and (max-width: 575px) {
  .bankruptcy-compare__arrow--plus {
    left: -33px;
  }
}
.bankruptcy-compare__arrow--minus {
  right: -111px;
}
@media screen and (max-width: 575px) {
  .bankruptcy-compare__arrow--minus {
    right: -33px;
  }
}
.bankruptcy-compare__nav {
  display: none;
}
.bankruptcy-compare__section {
  font-size: 28px;
  font-weight: 700;
  line-height: 132%;
  letter-spacing: -0.56px;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .bankruptcy-compare__section {
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.44px;
  }
}
.bankruptcy-compare__section--plus {
  color: #12A378;
  text-align: right;
}
.bankruptcy-compare__section--minus {
  color: #F55824;
}
@media screen and (max-width: 767px) {
  .bankruptcy-compare__section {
    display: none;
    text-align: center;
    margin-bottom: 8px;
  }
}

.bankruptcy-price__body {
  background-color: #FFFFFF;
  padding: 24px 8px 8px;
  border-radius: 48px;
}
.bankruptcy-price--gray .bankruptcy-price__body {
  background-color: #F1F2F5;
}
@media screen and (max-width: 991px) {
  .bankruptcy-price__body {
    border-radius: 32px;
    padding: 32px 8px 8px 8px;
  }
}
.bankruptcy-price .section__head {
  padding: 0 32px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .bankruptcy-price .section__head {
    padding: 0;
  }
  .bankruptcy-price .section__head h2,
  .bankruptcy-price .section__head .h1,
  .bankruptcy-price .section__head p {
    text-align: center;
  }
}
.bankruptcy-price__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  background-color: #F1F2F5;
  padding: 8px;
  border-radius: 40px;
}
.bankruptcy-price--gray .bankruptcy-price__list {
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .bankruptcy-price__list {
    border-radius: 24px;
  }
}
.bankruptcy-price__item {
  grid-column: span 2;
  padding: 15px 19px;
  background-color: #FFFFFF;
  border: 1.5px solid #FFFFFF;
  border-radius: 32px;
  -webkit-box-shadow: 0 78px 22px 0 rgba(77, 83, 112, 0), 0 50px 20px 0 rgba(77, 83, 112, 0), 0 28px 17px 0 rgba(77, 83, 112, 0.01), 0 12px 12px 0 rgba(77, 83, 112, 0.02), 0 3px 7px 0 rgba(77, 83, 112, 0.02);
          box-shadow: 0 78px 22px 0 rgba(77, 83, 112, 0), 0 50px 20px 0 rgba(77, 83, 112, 0), 0 28px 17px 0 rgba(77, 83, 112, 0.01), 0 12px 12px 0 rgba(77, 83, 112, 0.02), 0 3px 7px 0 rgba(77, 83, 112, 0.02);
}
.bankruptcy-price--gray .bankruptcy-price__item {
  border-color: #F1F2F5;
}
@media screen and (max-width: 767px) {
  .bankruptcy-price__item {
    padding: 12px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 575px) {
  .bankruptcy-price__item {
    grid-column: span 3;
  }
}
.bankruptcy-price__item:nth-last-child(1), .bankruptcy-price__item:nth-last-child(2) {
  grid-column: span 3;
}
@media screen and (max-width: 575px) {
  .bankruptcy-price__item:nth-last-child(1) {
    grid-column: 1/-1;
  }
}
.bankruptcy-price__item-head {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  grid-template-columns: auto 1fr auto;
  margin-bottom: 8px;
}
.bankruptcy-price__item-head:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #F1F2F5;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.bankruptcy-price__item-icon {
  width: 28px;
  height: 28px;
  background-color: #12A378;
  border-radius: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.bankruptcy-price__item-order {
  font-size: 12px;
  font-weight: 600;
  line-height: 148%;
  color: #B3B6C3;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 991px) {
  .bankruptcy-price__item-order {
    line-height: 140%;
  }
}
.bankruptcy-price__item-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 132%;
  letter-spacing: -0.3px;
  color: #383D58;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .bankruptcy-price__item-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 140%;
  }
}
.bankruptcy-price__item-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
  color: #4D5370;
}
@media screen and (max-width: 767px) {
  .bankruptcy-price__item-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.24px;
  }
}
.bankruptcy-price__form {
  padding: 20px 8px 8px;
  border-radius: 32px;
  background-color: #12A378;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}
@media screen and (max-width: 767px) {
  .bankruptcy-price__form {
    border-radius: 32px;
    padding-top: 24px;
  }
}
.bankruptcy-price__form-body {
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 16px;
  -webkit-box-shadow: 0 35px 10px 0 rgba(77, 83, 112, 0), 0 22px 9px 0 rgba(77, 83, 112, 0.01), 0 13px 8px 0 rgba(77, 83, 112, 0.04), 0 6px 6px 0 rgba(77, 83, 112, 0.07), 0 1px 3px 0 rgba(77, 83, 112, 0.08);
          box-shadow: 0 35px 10px 0 rgba(77, 83, 112, 0), 0 22px 9px 0 rgba(77, 83, 112, 0.01), 0 13px 8px 0 rgba(77, 83, 112, 0.04), 0 6px 6px 0 rgba(77, 83, 112, 0.07), 0 1px 3px 0 rgba(77, 83, 112, 0.08);
}
.bankruptcy-price__form-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.4px;
  color: #383D58;
  text-align: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 991px) {
  .bankruptcy-price__form-title {
    font-size: 18px;
    line-height: 132%;
    letter-spacing: -0.36px;
  }
}
.bankruptcy-price__form-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 156%;
  letter-spacing: 0;
  color: #636984;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .bankruptcy-price__form-text {
    line-height: 148%;
  }
}
.bankruptcy-price__form-text:last-child {
  margin-bottom: 0;
}
.bankruptcy-price__price {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.bankruptcy-price__price--white {
  background-color: #FFFFFF;
  padding: 12px;
  border-radius: 24px;
  color: #12A378;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .bankruptcy-price__price--white {
    padding: 16px;
  }
}
.bankruptcy-price__price-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 991px) {
  .bankruptcy-price__price-text {
    font-size: 15px;
    font-weight: 600;
    line-height: 132%;
    letter-spacing: -0.3px;
  }
}
.bankruptcy-price__price-price {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 991px) {
  .bankruptcy-price__price-price {
    font-size: 18px;
    line-height: 132%;
    letter-spacing: -0.36px;
  }
}
.bankruptcy-price__price-big {
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.52px;
}
@media screen and (max-width: 991px) {
  .bankruptcy-price__price-big {
    font-size: 25px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0;
  }
}
.bankruptcy-price .form-default {
  gap: 8px;
}
.bankruptcy-price .policy {
  margin-top: 4px;
}
@media screen and (max-width: 991px) {
  .bankruptcy-price .policy {
    text-align: center;
  }
}
.bankruptcy-price__thanks {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bankruptcy-price__prices {
  display: grid;
  grid-template-columns: auto auto;
  gap: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .bankruptcy-price__prices {
    text-align: center;
  }
}
.bankruptcy-price__prices span {
  position: relative;
}
.bankruptcy-price__prices span:first-child:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #4D5370;
}
.bankruptcy-price__prices b {
  font-weight: 600;
}

.tariff-card {
  background-color: #F1F2F5;
  border: 1px solid #F1F2F5;
  padding: 7px 7px 24px;
  border-radius: 32px;
  height: 100%;
}
.tariff-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 24px;
  background-color: #FFFFFF;
  padding: 16px 20px;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 77px 22px 0 rgba(77, 83, 112, 0), 0 49px 20px 0 rgba(77, 83, 112, 0), 0 28px 17px 0 rgba(77, 83, 112, 0.01), 0 12px 12px 0 rgba(77, 83, 112, 0.02), 0 3px 7px 0 rgba(77, 83, 112, 0.02);
          box-shadow: 0 77px 22px 0 rgba(77, 83, 112, 0), 0 49px 20px 0 rgba(77, 83, 112, 0), 0 28px 17px 0 rgba(77, 83, 112, 0.01), 0 12px 12px 0 rgba(77, 83, 112, 0.02), 0 3px 7px 0 rgba(77, 83, 112, 0.02);
}
@media screen and (max-width: 991px) {
  .tariff-card__head {
    padding: 12px;
  }
}
.tariff-card__type {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  padding: 4px 16px 4px 4px;
  border-radius: 40px;
  border: 1px solid #D2D3DC;
  background: rgba(255, 255, 255, 0.12);
  color: #383D58;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .tariff-card__type {
    font-size: 15px;
    font-weight: 600;
    line-height: 132%;
    letter-spacing: -0.3px;
  }
}
.tariff-card__type-icon {
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.tariff-card__price {
  font-size: 28px;
  font-weight: 700;
  line-height: 132%;
  letter-spacing: -0.56px;
  color: #383D58;
  margin-bottom: 6px;
}
@media screen and (max-width: 991px) {
  .tariff-card__price {
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.44px;
  }
}
@media screen and (max-width: 991px) {
  .tariff-card__price {
    font-size: 25px;
    font-weight: 700;
    line-height: 120%;
  }
}
@media screen and (min-width: 992px) {
  .content .tariff-card__price {
    font-size: 26px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.52px;
  }
}
.tariff-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  color: #4D5370;
  margin-bottom: 16px;
}
.tariff-card__title-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 8px;
  -ms-flex-item-align: center;
      align-self: center;
}
.tariff-card__button {
  min-height: 62px;
  margin-top: auto;
}
@media screen and (max-width: 991px) {
  .tariff-card__button {
    min-height: 60px;
  }
}
.tariff-card__content {
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
  color: #4D5370;
}
@media screen and (max-width: 991px) {
  .tariff-card__content {
    padding: 0 12px;
  }
}
.tariff-card__content ul {
  display: grid;
  gap: 16px;
}
.tariff-card__content ul li {
  padding-left: 24px;
  position: relative;
}
.tariff-card__content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/image/tariff-card-list.svg);
}
.tariff-card--primary {
  background-color: #FFFFFF;
  border-color: #12A378;
}
.tariff-card--primary .tariff-card__head {
  background-color: #12A378;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
  background-image: url(../img/image/tariff-card-bg.svg);
  -webkit-box-shadow: 0 35px 10px 0 rgba(77, 83, 112, 0), 0 22px 9px 0 rgba(77, 83, 112, 0.01), 0 13px 8px 0 rgba(77, 83, 112, 0.04), 0 6px 6px 0 rgba(77, 83, 112, 0.07), 0 1px 3px 0 rgba(77, 83, 112, 0.08);
          box-shadow: 0 35px 10px 0 rgba(77, 83, 112, 0), 0 22px 9px 0 rgba(77, 83, 112, 0.01), 0 13px 8px 0 rgba(77, 83, 112, 0.04), 0 6px 6px 0 rgba(77, 83, 112, 0.07), 0 1px 3px 0 rgba(77, 83, 112, 0.08);
}
.tariff-card--primary .tariff-card__type {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 148%;
  letter-spacing: -0.36px;
}
@media screen and (max-width: 991px) {
  .tariff-card--primary .tariff-card__type {
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.36px;
  }
}
.tariff-card--primary .tariff-card__price {
  color: #FFFFFF;
}
.tariff-card--primary .tariff-card__title {
  color: #FFFFFF;
}
.tariff-card--white {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.tariff-card--white .tariff-card__head {
  border: 1px solid rgba(210, 211, 220, 0.4);
}

.section__head--tariffs {
  max-width: 670px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .section__head--tariffs {
    margin-bottom: 24px;
  }
}

.tariff-slider {
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .tariff-slider {
    margin-top: 16px;
  }
}
.tariff-slider .swiper {
  overflow: unset;
}
.content .tariff-slider .swiper {
  margin-right: -16px;
  padding-right: 16px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .content .tariff-slider .swiper {
    margin: 0 -16px;
    padding: 0 16px;
  }
}
.tariff-slider .swiper-slide {
  width: 408px;
}
@media screen and (min-width: 992px) {
  .content .tariff-slider .swiper-slide {
    width: 268px;
  }
}
@media screen and (max-width: 991px) {
  .tariff-slider .swiper-slide {
    width: 307px;
  }
}
@media screen and (max-width: 767px) {
  .tariff-slider .swiper-slide {
    width: 287px;
  }
}

.scroll-tip {
  display: none;
}
@media screen and (max-width: 991px) {
  .scroll-tip {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 9px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 148%;
    color: #12A378;
  }
}
.scroll-tip__icon {
  width: 22px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/image/tip-arrow.svg);
}

.tariff-tabs-article {
  margin: 32px 0;
}
.tariff-tabs-article:first-child {
  margin-top: 0;
}
.tariff-tabs-article:last-child {
  margin-bottom: 0;
}

.tariff-tabs {
  margin-bottom: 20px;
}
.tariff-tabs:last-child {
  margin-bottom: 0;
}
.tariff-tabs__nav {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  padding: 4px;
  border-radius: 72px;
  border: 1px solid #D2D3DC;
  background: #FFFFFF;
}
@media screen and (max-width: 575px) {
  .tariff-tabs__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 24px;
    width: 100%;
    margin-bottom: 16px;
  }
}
.tariff-tabs__nav-item {
  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;
  text-align: center;
  padding: 11px 16px;
  border: 1px solid #D2D3DC;
  background-color: #FFFFFF;
  border-radius: 40px;
  margin-right: 12px;
  color: #7B8097;
  font-size: 16px;
  font-weight: 600;
  line-height: 148%;
  min-width: 152px;
  min-height: 48px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 575px) {
  .tariff-tabs__nav-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
    border-radius: 20px;
  }
}
.tariff-tabs__nav-item:last-child {
  margin: 0;
}
@media (hover: hover) and (pointer: fine) {
  .tariff-tabs__nav-item:hover {
    border-color: #12A378;
    color: #12A378;
  }
}
.tariff-tabs__nav-item.active {
  border-color: #12A378;
  background-color: #12A378;
  color: #FFFFFF;
  -webkit-box-shadow: 0 35px 10px 0 rgba(77, 83, 112, 0), 0 22px 9px 0 rgba(77, 83, 112, 0.01), 0 13px 8px 0 rgba(77, 83, 112, 0.04), 0 6px 6px 0 rgba(77, 83, 112, 0.07), 0 1px 3px 0 rgba(77, 83, 112, 0.08);
          box-shadow: 0 35px 10px 0 rgba(77, 83, 112, 0), 0 22px 9px 0 rgba(77, 83, 112, 0.01), 0 13px 8px 0 rgba(77, 83, 112, 0.04), 0 6px 6px 0 rgba(77, 83, 112, 0.07), 0 1px 3px 0 rgba(77, 83, 112, 0.08);
}
.tariff-tabs__list {
  display: none;
}
.tariff-tabs__list.open {
  display: block;
}

.duty-item {
  padding: 16px 20px 24px;
  border-radius: 24px;
  background-color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .duty-item {
    padding: 8px 0 16px;
  }
}
.duty-item__image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .duty-item__image {
    margin-bottom: 8px;
  }
}
.duty-item__image:before {
  content: "";
  display: block;
  padding-bottom: 59%;
}
@media screen and (max-width: 767px) {
  .duty-item__image:before {
    padding-bottom: 70%;
  }
}
.duty-item__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
  color: #12A378;
}
.duty-item__sum {
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.56px;
  color: #383D58;
  margin-top: -2px;
}
@media screen and (max-width: 991px) {
  .duty-item__sum {
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.44px;
  }
}

.duty-slider {
  grid-column: 1/-1;
  margin: 0 -40px;
  padding: 0 40px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .duty-slider {
    margin: 0 -12px;
    padding: 0 12px;
  }
}
.duty-slider .swiper {
  overflow: unset;
}
.duty-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}
.duty-slider .swiper-slide {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .duty-slider .swiper-slide {
    width: 168px;
  }
}

.duty-slider-body {
  border-radius: 40px;
  background-color: #F1F2F5;
  padding: 8px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  .duty-slider-body {
    border-radius: 32px;
    position: relative;
    z-index: 2;
  }
}
.duty-slider-body .duty-slider {
  padding: 0 8px;
  margin: 0 -8px;
}
.duty-slider-body .swiper-slide {
  width: 240px;
}
.duty-slider-body .duty-item {
  padding: 8px 27px 16px 27px;
}
.duty-slider-body .duty-item__sum {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 991px) {
  .duty-slider-body .duty-item__sum {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
.duty-slider-body .duty-item__image {
  margin-bottom: 8px;
}
.duty-slider-body .duty-item__image:before {
  padding-bottom: 59%;
}

.duty-text {
  background-color: #12A378;
  border-radius: 32px;
  padding: 24px;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
  position: absolute;
  left: 8px;
  top: 8px;
  bottom: 8px;
  width: 440px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .duty-text {
    width: 370px;
  }
}
@media screen and (max-width: 767px) {
  .duty-text {
    position: static;
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
  }
}
.duty-text__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 132%;
  letter-spacing: -0.48px;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .duty-text__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.4px;
  }
}
.duty-text__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 156%;
  letter-spacing: 0;
  max-width: 245px;
}
@media screen and (max-width: 991px) {
  .duty-text__text {
    line-height: 148%;
  }
}
@media screen and (max-width: 767px) {
  .duty-text__text {
    max-width: unset;
  }
}

.client-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 40px;
  border-radius: 40px;
  background-color: #F1F2F5;
  margin-bottom: 12px;
  position: relative;
  gap: 0 12px;
}
@media screen and (max-width: 991px) {
  .client-section {
    grid-template-columns: 2fr 3fr;
  }
}
@media screen and (max-width: 767px) {
  .client-section {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 32px 12px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .client-section .section__head {
    grid-column-start: 2;
  }
}
.client-section__image {
  position: absolute;
  max-width: 499px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  bottom: 0;
  left: 63px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .client-section__image {
    max-width: 400px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .client-section__image {
    position: relative;
    margin: 0 auto -32px;
  }
}
.client-section__image:before {
  content: "";
  display: block;
  padding-bottom: 94.99%;
}

.win-case {
  display: grid;
  grid-template-columns: 1fr 188px;
  gap: 0px 8px;
  background-color: #F1F2F5;
  padding: 8px;
  border-radius: 32px;
  grid-template-rows: 1fr auto;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .win-case {
    grid-template-columns: 1fr;
    padding-top: 37px;
    gap: 16px;
    grid-template-rows: unset;
  }
}
.win-case--white {
  background-color: #FFFFFF;
}
.win-case--white .win-case__about {
  border-color: rgba(210, 211, 220, 0.48);
}
@media (hover: hover) and (pointer: fine) {
  .win-case:hover .win-case__title {
    color: #12A378;
  }
  .win-case:hover .win-case__about {
    border-color: #12A378;
  }
  .win-case:hover .win-case__dark {
    color: #12A378;
  }
}
.win-case__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.52px;
  color: #383D58;
  padding: 0 40px 0 20px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -ms-flex-item-align: center;
      align-self: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 32px 32px;
  background-image: url(../img/image/win-case-icon.svg);
}
@media screen and (max-width: 991px) {
  .win-case__title {
    font-size: 20px;
    line-height: 132%;
    letter-spacing: -0.4px;
  }
}
@media screen and (max-width: 991px) {
  .win-case__title {
    background-size: 24px 24px;
    padding: 0 32px 0 16px;
  }
}
@media screen and (max-width: 359px) {
  .win-case__title {
    font-size: 18px;
  }
}
.win-case__image {
  width: 100%;
  height: 266px;
  grid-column-start: 2;
  grid-row: span 2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 24px;
  border: 1px solid rgba(210, 211, 220, 0.4784313725);
  -webkit-box-shadow: 0 12px 20px 0 rgba(36, 31, 63, 0.04);
          box-shadow: 0 12px 20px 0 rgba(36, 31, 63, 0.04);
}
@media screen and (max-width: 991px) {
  .win-case__image {
    width: 191px;
    height: 271px;
    border-radius: 16px;
    grid-column-start: 1;
    grid-row: auto;
    margin: 0 auto -131px;
  }
}
.win-case__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 8px 8px 20px 8px;
  border: 1px solid #FFFFFF;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-top: auto;
  -webkit-box-shadow: 0 77px 22px 0 rgba(77, 83, 112, 0), 0 49px 20px 0 rgba(77, 83, 112, 0), 0 28px 17px 0 rgba(77, 83, 112, 0.01), 0 12px 12px 0 rgba(77, 83, 112, 0.02), 0 3px 7px 0 rgba(77, 83, 112, 0.02);
          box-shadow: 0 77px 22px 0 rgba(77, 83, 112, 0), 0 49px 20px 0 rgba(77, 83, 112, 0), 0 28px 17px 0 rgba(77, 83, 112, 0.01), 0 12px 12px 0 rgba(77, 83, 112, 0.02), 0 3px 7px 0 rgba(77, 83, 112, 0.02);
}
.win-case__main {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin-bottom: 16px;
}
.win-case__tag {
  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;
  text-align: center;
  padding: 8px 12px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
}
@media screen and (max-width: 991px) {
  .win-case__tag {
    border-radius: 16px;
  }
}
.win-case__tag--date {
  background-color: #F1F2F5;
  color: #4D5370;
}
.win-case__tag--done {
  background-color: #12A378;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  background-image: url(../img/image/win-case-bg.svg);
}
@media screen and (max-width: 359px) {
  .win-case__tag--done {
    max-width: 106px;
  }
}
.win-case__list {
  display: grid;
  gap: 7px;
  margin-bottom: 20px;
  padding: 0 12px;
}
@media screen and (max-width: 991px) {
  .win-case__list {
    padding: 0 8px;
  }
}
.win-case__info {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  font-weight: 500;
  color: #636984;
}
.win-case__dark {
  color: #4D5370;
  font-weight: 600;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.win-case .show-more {
  margin-top: auto;
  padding: 0 12px;
}
@media screen and (max-width: 991px) {
  .win-case .show-more {
    padding: 0 8px;
  }
}

.win-case-slider .swiper {
  overflow: unset;
}
.win-case-slider .swiper-slide {
  width: 618px;
}
@media screen and (max-width: 991px) {
  .win-case-slider .swiper-slide {
    width: 319px;
  }
}
@media screen and (max-width: 359px) {
  .win-case-slider .swiper-slide {
    width: 100%;
  }
}

.client-story {
  display: block;
  border-radius: 32px;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .client-story:hover .client-story__button {
    background-color: #12A378;
  }
  .client-story:hover .client-story__detail {
    background-color: #007B50;
  }
}
.client-story__image {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.client-story__image:before {
  content: "";
  display: block;
  padding-bottom: 72.06%;
}
@media screen and (max-width: 575px) {
  .client-story__image:before {
    padding-bottom: 81.345%;
  }
}
.client-story__client {
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
  letter-spacing: -0.36px;
  color: #FFFFFF;
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 100%;
  border-radius: 0 0 32px 0;
  background-color: rgba(56, 61, 88, 0.6);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding: 16px;
  min-width: 199px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .client-story__client {
    font-size: 18px;
    font-weight: 600;
    line-height: 148%;
    letter-spacing: -0.36px;
  }
}
@media screen and (max-width: 991px) {
  .client-story__client {
    padding: 13px 16px;
  }
}
.client-story__button {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.client-story__button:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/image/play.svg);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(calc(-50% + 3px), -50%);
      -ms-transform: translate(calc(-50% + 3px), -50%);
          transform: translate(calc(-50% + 3px), -50%);
}
.client-story__content {
  background-color: #F1F2F5;
  padding: 8px;
  border-radius: 32px;
  display: block;
  margin-top: -30px;
  z-index: 1;
  position: relative;
}
.client-story__detail {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: #FFFFFF;
  background-color: #12A378;
  border-radius: 40px;
  padding: 12px 16px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url(../img/image/client-story-bg.svg);
}
@media screen and (max-width: 991px) {
  .client-story__detail {
    font-size: 15px;
    font-weight: 600;
    line-height: 132%;
    letter-spacing: -0.3px;
  }
}
.client-story__text {
  padding: 20px 16px;
  border-radius: 24px;
  -webkit-box-shadow: 0 77px 22px 0 rgba(77, 83, 112, 0), 0 49px 20px 0 rgba(77, 83, 112, 0), 0 28px 17px 0 rgba(77, 83, 112, 0.01), 0 12px 12px 0 rgba(77, 83, 112, 0.02), 0 3px 7px 0 rgba(77, 83, 112, 0.02);
          box-shadow: 0 77px 22px 0 rgba(77, 83, 112, 0), 0 49px 20px 0 rgba(77, 83, 112, 0), 0 28px 17px 0 rgba(77, 83, 112, 0.01), 0 12px 12px 0 rgba(77, 83, 112, 0.02), 0 3px 7px 0 rgba(77, 83, 112, 0.02);
  color: #383D58;
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
  background-color: #FFFFFF;
}
.client-story__intro {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
@media screen and (max-width: 575px) {
  .client-story__intro {
    -webkit-line-clamp: 4;
  }
}

@media screen and (max-width: 767px) {
  .client-story-slider .swiper {
    overflow: unset;
  }
}
@media screen and (max-width: 575px) {
  .client-story-slider .swiper {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .client-story-slider .swiper-slide {
    width: 360px;
  }
}

.review-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 24px;
  padding: 20px 8px 8px;
  height: 100%;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .review-side:hover .show-more {
    color: #007B50;
    stroke: #007B50;
  }
}
.review-side--gray {
  background-color: #F1F2F5;
}
.review-side--white {
  background-color: #FFFFFF;
}
.review-side--white .review-side__main {
  border: 1.5px solid #F1F2F5;
}
.review-side__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 16px;
  padding: 0 12px;
}
.review-side__author {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review-side__author-icon {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.review-side__author-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: #383D58;
}
@media screen and (max-width: 991px) {
  .review-side__author-name {
    font-size: 15px;
    font-weight: 600;
    line-height: 132%;
    letter-spacing: -0.3px;
  }
}
.review-side__author-city {
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  color: #636984;
  margin-top: 2px;
}
@media screen and (max-width: 991px) {
  .review-side__author-city {
    letter-spacing: -0.24px;
  }
}
.review-side__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 16px;
  background-color: #FFFFFF;
  padding: 16px;
  -webkit-box-shadow: 0 18px 44px -12px rgba(77, 83, 112, 0.05);
          box-shadow: 0 18px 44px -12px rgba(77, 83, 112, 0.05);
  margin-top: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.review-side__content {
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
  color: #4D5370;
  margin-bottom: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.review-side .show-more {
  margin-top: auto;
}

.review-tabs {
  padding: 24px 8px;
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .review-tabs {
    padding: 32px 16px;
  }
}
.review-tabs--white {
  background-color: #FFFFFF;
}
.review-tabs--gray {
  background-color: #F1F2F5;
}
.review-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .review-tabs__nav {
    padding: 0;
    margin-bottom: 16px;
    overflow: auto;
    margin-right: -16px;
    padding-right: 16px;
  }
}
.review-tabs__nav-item {
  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: 96px;
  margin-right: 8px;
  border-radius: 12px;
  height: 47px;
  padding: 0 6px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1.5px solid;
}
@media screen and (max-width: 991px) {
  .review-tabs__nav-item {
    width: 92px;
  }
}
@media screen and (max-width: 767px) {
  .review-tabs__nav-item {
    width: 98px;
    min-width: 98px;
  }
}
.review-tabs__nav-item:last-child {
  margin-right: 0;
}
.review-tabs--white .review-tabs__nav-item {
  background-color: #F1F2F5;
  border-color: #F1F2F5;
}
.review-tabs--gray .review-tabs__nav-item {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.review-tabs__nav-item.active {
  -webkit-box-shadow: 0 78px 22px 0 rgba(77, 83, 112, 0), 0 50px 20px 0 rgba(77, 83, 112, 0), 0 28px 17px 0 rgba(77, 83, 112, 0.01), 0 12px 12px 0 rgba(77, 83, 112, 0.02), 0 3px 7px 0 rgba(77, 83, 112, 0.02);
          box-shadow: 0 78px 22px 0 rgba(77, 83, 112, 0), 0 50px 20px 0 rgba(77, 83, 112, 0), 0 28px 17px 0 rgba(77, 83, 112, 0.01), 0 12px 12px 0 rgba(77, 83, 112, 0.02), 0 3px 7px 0 rgba(77, 83, 112, 0.02);
  background-color: #FFFFFF;
  pointer-events: none;
  border: 1.5px solid #F1F2F5;
}
.review-tabs__nav-item:not(.active) svg path {
  fill: #B3B6C3 !important;
}
.review-tabs__nav-item:not(.active) svg #divider {
  fill: #F1F2F5 !important;
}
@media (hover: hover) and (pointer: fine) {
  .review-tabs__nav-item:hover {
    background-color: #12A378;
  }
  .review-tabs__nav-item:hover svg path {
    fill: #fff !important;
  }
  .review-tabs__nav-item:hover svg #divider {
    fill: #12A378 !important;
  }
}
.review-tabs__nav-item svg {
  height: 16px;
  width: 100%;
  display: block;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.review-tabs__fold {
  display: none;
}
.review-tabs__fold.open {
  display: block;
}
.review-tabs .slider-default__nav {
  padding-right: 20px;
}
.review-tabs .slider-default__pagination.swiper-pagination {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .review-tabs .slider-default__pagination.swiper-pagination {
    margin: 0 auto;
  }
}
.review-tabs .slider-default__nav-buttons {
  position: absolute;
  top: -52px;
  right: 20px;
}

.lawyer-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%;
}
@media (hover: hover) and (pointer: fine) {
  .lawyer-item:hover .lawyer-item__name {
    color: #12A378;
  }
}
.lawyer-item__top {
  border-radius: 28px 28px 0px 0px;
  background: -o-linear-gradient(312deg, #f6f7f9 23.89%, #e5e6e8 100%);
  background: linear-gradient(138deg, #f6f7f9 23.89%, #e5e6e8 100%);
  padding: 12px;
  padding-bottom: 0;
  margin-bottom: -40px;
  display: block;
}
.lawyer-item__image {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.lawyer-item__image:before {
  content: "";
  display: block;
  padding-bottom: 117.73%;
}
.lawyer-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 28px;
  background-color: #FFFFFF;
  border: 1.5px solid #F1F2F5;
  border-top: 0;
  padding: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lawyer-item__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: #383D58;
  margin-bottom: 8px;
  max-width: 220px;
  display: block;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 991px) {
  .lawyer-item__name {
    font-size: 15px;
    font-weight: 600;
    line-height: 132%;
    letter-spacing: -0.3px;
  }
}
.lawyer-item__job {
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  background-color: #F6F7F9;
  border: 1px solid #F1F2F5;
  color: #4D5370;
  border-radius: 40px;
  padding: 7px 12px;
  padding-left: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 20px 20px;
  background-image: url(../img/image/quote-icon.svg);
}
@media screen and (max-width: 991px) {
  .lawyer-item__job {
    letter-spacing: -0.24px;
  }
}
.lawyer-item__infos {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.lawyer-item__info:first-child {
  padding-right: 16px;
  border-right: 1px solid #F1F2F5;
}
.lawyer-item__info-big {
  font-size: 16px;
  font-weight: 500;
  line-height: 156%;
  letter-spacing: 0;
  color: #12A378;
  margin-bottom: 2px;
}
@media screen and (max-width: 991px) {
  .lawyer-item__info-big {
    line-height: 148%;
  }
}
.lawyer-item__info-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  color: #383D58;
}
@media screen and (max-width: 991px) {
  .lawyer-item__info-text {
    letter-spacing: -0.24px;
  }
}
.lawyer-item__button {
  margin-top: auto;
  padding: 8px;
}

.lawyer-section {
  grid-template-columns: calc(50% + 4px) 1fr;
  margin-top: 73px;
}
@media screen and (max-width: 991px) {
  .lawyer-section {
    grid-template-columns: 1fr;
    margin-top: 0;
    overflow: hidden;
    gap: 0;
  }
}
@media screen and (max-width: 991px) {
  .lawyer-section .section__head {
    text-align: center;
  }
}

.main-lawyer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin-right: -8px;
  margin-bottom: -8px;
  margin-top: -8px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 11px -144px;
  background-size: 413px 447px;
  background-image: url(../img/image/main-lawyer-bg.svg);
}
@media screen and (max-width: 991px) {
  .main-lawyer {
    margin-left: -8px;
    margin-top: 0;
    padding-top: 73px;
    background-position: 28px -135px;
  }
}
.main-lawyer__image {
  width: calc(100% + 82px);
  margin: -72px 0px 0px -82px;
  z-index: 2;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: calc(100% + 63px);
}
@media screen and (max-width: 1199px) {
  .main-lawyer__image {
    height: auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
  }
}
@media screen and (max-width: 991px) {
  .main-lawyer__image {
    margin: 0 auto;
    background-size: cover;
    margin-left: -83px;
  }
}
@media screen and (max-width: 1199px) {
  .main-lawyer__image:before {
    content: "";
    display: block;
    padding-bottom: 50.87%;
  }
}
@media screen and (max-width: 575px) {
  .main-lawyer__image:before {
    padding-bottom: 68.87%;
  }
}
.main-lawyer__content {
  position: absolute;
  bottom: calc(100% - 38px);
  right: 37px;
  width: 256px;
  border-radius: 20px;
  background-color: #FFFFFF;
  border: 1.5px solid #F1F2F5;
  padding: 12px 16px 16px 28px;
}
@media screen and (max-width: 1199px) {
  .main-lawyer__content {
    bottom: 252px;
  }
}
@media screen and (max-width: 991px) {
  .main-lawyer__content {
    padding: 12px;
    top: 22px;
    right: 10px;
    bottom: auto;
  }
}
@media screen and (max-width: 575px) {
  .main-lawyer__content {
    width: 156px;
  }
}
@media screen and (max-width: 359px) {
  .main-lawyer__content {
    top: 10px;
  }
}
.main-lawyer__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: #383D58;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .main-lawyer__name {
    font-size: 15px;
    font-weight: 600;
    line-height: 132%;
    letter-spacing: -0.3px;
  }
}
@media screen and (max-width: 767px) {
  .main-lawyer__name {
    font-size: 12px;
    font-weight: 600;
    line-height: 140%;
  }
}
.main-lawyer__job {
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  background-color: #F6F7F9;
  border: 1px solid #F1F2F5;
  color: #4D5370;
  border-radius: 12px;
  padding: 5px 12px;
  padding-left: 34px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 6px 4px;
  background-size: 20px 20px;
  background-image: url(../img/image/quote-icon-main.svg);
}
@media screen and (max-width: 991px) {
  .main-lawyer__job {
    letter-spacing: -0.24px;
  }
}

.lawyer-slider {
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .lawyer-slider {
    margin-right: -16px;
    padding-right: 16px;
  }
}
.lawyer-slider .swiper {
  overflow: unset;
}
.lawyer-slider .swiper-slide {
  width: 303px;
}
@media screen and (max-width: 359px) {
  .lawyer-slider .swiper-slide {
    width: 280px;
  }
}

.map-contacts {
  position: relative;
  margin-bottom: 78px;
}
@media screen and (max-width: 991px) {
  .map-contacts {
    margin-bottom: 100px;
  }
}
.map-contacts a {
  text-decoration: unset;
}
.map-contacts--content {
  margin: 24px 0;
  background: -o-linear-gradient(355deg, #12A378 0%, #068358 100%);
  background: linear-gradient(95deg, #12A378 0%, #068358 100%);
  border-radius: 32px;
  overflow: hidden;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .map-contacts--content {
    padding-bottom: 106px;
  }
}
.map-contacts__shield {
  position: absolute;
  width: 365px;
  height: 435px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 23px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .map-contacts__shield {
    width: 277px;
    bottom: 0;
    height: 285px;
  }
}
.map-contacts__info {
  position: absolute;
  bottom: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 621px;
  width: 100%;
  background-color: #FFFFFF;
  padding: 24px 40px;
  border-radius: 28px;
  color: #4D5370;
  font-size: 16px;
  font-weight: 500;
  line-height: 156%;
  letter-spacing: 0;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .map-contacts__info {
    line-height: 148%;
  }
}
@media screen and (max-width: 991px) {
  .map-contacts__info {
    bottom: 0;
    padding: 20px 16px;
    text-align: center;
  }
}
.map-contacts__info h2,
.map-contacts__info .h2,
.map-contacts__info .h1 {
  color: #383D58;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .map-contacts__info h2 span,
  .map-contacts__info .h2 span,
  .map-contacts__info .h1 span {
    display: block;
  }
}
.map-contacts__buttons {
  margin-top: 16px;
}
.map-contacts__button {
  padding: 8px;
}
.map-contacts__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 16px;
}
@media screen and (max-width: 365px) {
  .map-contacts__phone {
    -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: flex-start;
  }
}
.map-contacts__phone-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2E334E;
  fill: #12A378;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  padding: 8px 12px;
  border: 1px solid #EDEEF1;
  border-radius: 50px;
  margin-right: 8px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 365px) {
  .map-contacts__phone-el {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.map-contacts__phone-el:last-child {
  margin-right: 0;
}
@media (hover: hover) and (pointer: fine) {
  .map-contacts__phone-el:hover {
    color: #007B50;
    fill: #007B50;
  }
}
.map-contacts__phone-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.map-contacts__phone-caption {
  font-size: 8px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #636984;
  text-align: left;
}
.map-contacts__map svg {
  width: 1385px;
  height: 752px;
  margin-left: -41px;
  margin-top: -10px;
}
@media screen and (max-width: 991px) {
  .map-contacts__map svg {
    width: 1005px;
    height: 752px;
    margin-left: 0;
    margin-top: -13px;
    position: relative;
    left: calc(50% - 15px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.map-contacts__image {
  width: 1344px;
  height: 750px;
  margin-left: 26px;
  margin-top: -18px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media screen and (max-width: 1099px) {
  .map-contacts__image {
    margin-left: -41px;
  }
}
@media screen and (max-width: 991px) {
  .map-contacts__image {
    width: 852px;
    height: 595px;
    margin-left: 0;
    margin-top: 67px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .map-contacts__image {
    left: -48px;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
.map-contacts__point {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .map-contacts__point {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.map-contacts__point.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.section--map-contacts {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .section--map-contacts {
    padding-bottom: 50px;
  }
}

.licenses-item {
  display: block;
  background-color: #FFFFFF;
  border-radius: 28px;
  padding: 8px;
}
@media (hover: hover) and (pointer: fine) {
  .licenses-item:hover .licenses-item__image {
    border-color: #12A378;
  }
  .licenses-item:hover .licenses-item__icon {
    background-color: #007B50;
  }
}
.licenses-item__image {
  padding-bottom: 128.69%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 24px;
  border: 1px solid #F1F2F5;
  -webkit-box-shadow: 0px 12px 20px 0px rgba(36, 31, 63, 0.04);
          box-shadow: 0px 12px 20px 0px rgba(36, 31, 63, 0.04);
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.licenses-item__icon {
  width: 24px;
  height: 24px;
  background-color: #12A378;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  position: absolute;
  bottom: 12px;
  right: 12px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.licenses-section {
  grid-template-columns: 415px 1fr;
}
@media screen and (max-width: 991px) {
  .licenses-section {
    grid-template-columns: 355px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .licenses-section {
    grid-template-columns: 1fr;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .licenses-section .section__head {
    text-align: center;
  }
}

.licenses-slider {
  min-width: 0;
}
.licenses-slider .swiper {
  margin-right: -8px;
  padding-right: 8px;
}
.licenses-slider .swiper-slide {
  width: 192px;
}
@media screen and (min-width: 768px) {
  .licenses-slider .slider-default__nav {
    display: none;
  }
}

.new-footer {
  background-color: #262A3D;
  border-radius: 64px 64px 0 0;
  padding-top: 96px;
  padding-bottom: 16px;
  position: relative;
  z-index: 1;
  margin-top: -60px;
}
@media screen and (max-width: 991px) {
  .new-footer {
    border-radius: 40px 40px 0 0;
    padding-top: 64px;
    padding-bottom: 32px;
  }
}
.new-footer .button {
  font-size: 12px;
  font-weight: 600;
  line-height: 148%;
  margin-top: auto;
  padding: 8px;
}
@media screen and (max-width: 991px) {
  .new-footer .button {
    line-height: 140%;
  }
}

.footer__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .footer__top {
    grid-template-columns: 1fr;
  }
}
.footer__top-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  border-radius: 32px;
  background-color: #2E334E;
}

.footer__contacts {
  padding: 24px 8px 8px 8px;
}

.footer__logo {
  display: block;
  max-width: 334px;
  margin-left: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .footer__logo {
    margin-left: 24px;
    max-width: 279px;
  }
}
@media screen and (max-width: 370px) {
  .footer__logo {
    width: 80%;
  }
}

.footer__city {
  display: grid;
  grid-template-columns: 16px 1fr 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .footer__city {
    font-size: 15px;
    font-weight: 600;
    line-height: 132%;
    letter-spacing: -0.3px;
  }
}
.footer__city-icon {
  width: 16px;
  height: 16px;
  fill: #FFFFFF;
}
.footer__city span {
  border-bottom: 1px dashed;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer__city-arrow {
  width: 20px;
  height: 20px;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke: #FFFFFF;
}

.footer__location {
  display: grid;
  grid-template-columns: 16px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0 8px;
  margin-bottom: 20px;
}
.footer__location-icon {
  width: 16px;
  height: 16px;
  fill: #FFFFFF;
}
.footer__location-address {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .footer__location-address {
    font-size: 15px;
    font-weight: 600;
    line-height: 132%;
    letter-spacing: -0.3px;
  }
}
.footer__location-caption {
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
  color: #B3B6C3;
  margin-top: 2px;
  grid-column-start: 2;
}

.footer__point {
  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-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 24px;
  padding: 16px;
  border: 1px solid #4D5370;
  background-color: #383D58;
}
@media screen and (max-width: 991px) {
  .footer__point {
    padding: 23px;
  }
}
@media screen and (max-width: 370px) {
  .footer__point {
    padding: 12px;
  }
}

.footer__address {
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
  color: #F1F2F5;
  margin-bottom: 17px;
}
@media screen and (max-width: 991px) {
  .footer__address {
    margin-bottom: 19px;
  }
}

.footer__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .footer__phones {
    -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: flex-start;
  }
}

.footer__phone {
  display: grid;
  grid-template-columns: 20px 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px;
  border: 1px solid #7B8097;
  border-radius: 50px;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  color: #FFFFFF;
  margin-right: 8px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .footer__phone {
    margin-right: 0;
    margin-bottom: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 370px) {
  .footer__phone {
    font-size: 12px;
  }
}
.footer__phone:last-child {
  margin: 0;
}
@media (hover: hover) and (pointer: fine) {
  .footer__phone:hover .footer__phone-tel {
    color: #12A378;
  }
}
.footer__phone-icon {
  width: 20px;
  height: 20px;
  fill: #12A378;
}
.footer__phone-tel {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer__phone-caption {
  font-size: 8px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding-left: 10px;
  margin-right: 2px;
  border-left: 1px solid #636984;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .footer__phone-caption {
    font-size: 10px;
    font-weight: 400;
    line-height: 140%;
  }
}
@media screen and (max-width: 767px) {
  .footer__phone-caption {
    min-width: 120px;
    margin-right: 11px;
  }
}
@media screen and (max-width: 575px) {
  .footer__phone-caption {
    font-size: 8px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.8px;
    min-width: 83px;
    margin-right: 11px;
  }
}
@media screen and (max-width: 370px) {
  .footer__phone-caption {
    margin-right: 0;
  }
}

.footer__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: #979CAE;
  margin-bottom: 8px;
  margin-top: 16px;
}
@media screen and (max-width: 991px) {
  .footer__title {
    font-size: 15px;
    font-weight: 600;
    line-height: 132%;
    letter-spacing: -0.3px;
  }
}
.footer__title:first-child {
  margin-top: 0;
}

.footer__nav .footer__title {
  margin-bottom: 12px;
}

.footer__menu {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  gap: 20px;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .footer__menu {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media screen and (max-width: 575px) {
  .footer__menu {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    gap: 9px;
  }
}
.footer__menu-item {
  margin-bottom: 9px;
  display: inline-block;
  width: 100%;
  float: left;
}
.footer__menu-link {
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  color: #FFFFFF;
  display: block;
}
@media screen and (max-width: 991px) {
  .footer__menu-link {
    letter-spacing: -0.24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer__menu-link:hover {
    text-decoration: unset;
    color: #12A378;
  }
}

.footer__chats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer__chat {
  padding: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.24px;
  text-align: center;
  margin-right: 4px;
  width: 100%;
}
.footer__chat:last-child {
  margin-right: 0;
}
@media (hover: hover) and (pointer: fine) {
  .footer__chat:hover {
    color: #FFFFFF;
  }
}
@media screen and (max-width: 575px) {
  .footer__chat {
    width: 100%;
  }
}
.footer__chat--wa {
  background-color: #25d366;
}
.footer__chat--tg {
  background-color: #40a7e3;
}
.footer__chat--max {
  background-color: #2d42f3;
  background-repeat: no-repeat;
  background-position: right center, left center;
  background-size: 87px 37px, 78px 37px;
  background-image: url("../img/image/footer-max-left.svg"), url("../img/image/footer-max-right.svg");
}

.footer__social {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .footer__social {
    margin-bottom: 16px;
  }
}
.footer__social-item {
  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;
  height: 36px;
  border-radius: 10px;
  background-color: #262A3D;
}
.footer__social-icon {
  fill: #FFFFFF;
}

.footer__additional {
  padding: 24px;
  border-radius: 32px;
  background-color: rgba(13, 13, 17, 0.4);
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  color: #7B8097;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .footer__additional {
    letter-spacing: -0.24px;
  }
}
@media screen and (max-width: 991px) {
  .footer__additional {
    letter-spacing: -0.24px;
  }
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .footer__info {
    -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;
    text-align: center;
  }
}

.footer__company {
  max-width: 393px;
}
@media screen and (max-width: 991px) {
  .footer__company {
    margin-bottom: 24px;
    max-width: unset;
  }
}
.footer__company-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 9px;
}
@media screen and (max-width: 991px) {
  .footer__company-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 132%;
    letter-spacing: -0.3px;
  }
}

.footer__requisites {
  max-width: 409px;
}
@media screen and (max-width: 991px) {
  .footer__requisites {
    max-width: unset;
  }
}
.footer__requisites-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .footer__requisites-main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .footer__requisites-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__requisites-main span {
  display: block;
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #383D58;
}
@media screen and (max-width: 575px) {
  .footer__requisites-main span {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-right: 0;
    border-bottom: 1px solid #383D58;
  }
}
.footer__requisites-main span:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.footer__text {
  padding: 12px 0;
  margin: 12px 0;
  border-top: 1px solid #262A3D;
  border-bottom: 1px solid #262A3D;
}
@media screen and (max-width: 991px) {
  .footer__text {
    text-align: center;
    padding: 24px 0;
    margin: 8px 0 24px;
  }
}
.footer__text p {
  margin: 0;
  margin-bottom: 10px;
}
.footer__text p:last-child {
  margin-bottom: 0;
}
.footer__text a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .footer__text a:hover {
    text-decoration: unset;
    color: #12A378;
  }
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .footer__bottom {
    -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;
    text-align: center;
  }
}

.footer__copyright {
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .footer__copyright {
    margin-bottom: 12px;
  }
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .footer__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -6px -16px;
  }
}

.footer__link {
  display: block;
  margin-left: 24px;
  text-decoration: underline;
  color: #7B8097;
}
@media screen and (max-width: 991px) {
  .footer__link {
    margin: 6px 16px;
  }
}
.footer__link:first-child {
  margin-left: 0;
}
@media (hover: hover) and (pointer: fine) {
  .footer__link:hover {
    text-decoration: unset;
    color: #12A378;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: #000;
  z-index: 200;
}

.close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  border-radius: 6px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #FFFFFF;
}
.close--gray {
  background-color: #F1F2F5;
}
.close:before, .close:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 14px;
  height: 3px;
  background-color: #979CAE;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
  .close:hover {
    background-color: #0C956C;
  }
  .close:hover:before, .close:hover:after {
    background-color: #FFFFFF;
  }
}

.new-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 201;
  border-radius: 28px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(38, 42, 61, 0.2509803922), 0px 5px 14px 0px rgba(38, 42, 61, 0.168627451), 0px 22px 48px 0px rgba(38, 42, 61, 0.1019607843);
          box-shadow: 0px 1px 3px 0px rgba(38, 42, 61, 0.2509803922), 0px 5px 14px 0px rgba(38, 42, 61, 0.168627451), 0px 22px 48px 0px rgba(38, 42, 61, 0.1019607843);
  background-color: #FFFFFF;
  max-width: 474px;
  width: calc(100% - 20px);
  padding: 32px;
}
.new-modal--alert {
  max-width: 312px;
}
.new-modal__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 14px;
}
@media screen and (max-width: 575px) {
  .new-modal__buttons {
    grid-template-columns: 1fr;
  }
}
.new-modal__buttons--row {
  grid-template-columns: 1fr;
}
.new-modal__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #262A3D;
  margin-bottom: 4px;
}
@media screen and (max-width: 991px) {
  .new-modal__title {
    font-size: 26px;
    font-weight: 800;
    line-height: 35px;
    letter-spacing: -0.52px;
  }
}
.new-modal__title b {
  font-weight: 800;
}
.new-modal__content {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #4D5370;
  margin-bottom: 14px;
  max-height: 50vh;
  overflow: auto;
}
.new-modal__content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
  border-radius: 13px;
}
.new-modal__content::-webkit-scrollbar-thumb {
  background-color: #0A9D76;
  border-radius: 13px;
}
@media screen and (max-width: 991px) {
  .new-modal__content {
    line-height: 21px;
  }
}
.new-modal__infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #F1F2F5;
  border-bottom: 1px solid #F1F2F5;
  margin: 14px 0;
  padding: 14px 0;
}
.new-modal__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #7B8097;
  margin-bottom: 8px;
}
.new-modal__info span {
  margin-right: 10px;
}
.new-modal__info:last-child {
  margin: 0;
}
.new-modal__info--link {
  color: #12A378;
  text-decoration: underline;
}
.new-modal .review-card__name,
.new-modal .new-modal__city {
  color: #262A3D;
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 452px;
  width: 100%;
  z-index: 201;
  padding-right: 32px;
  pointer-events: none;
}
.modal--service-card {
  max-width: 518px;
}
.modal--case-card {
  max-width: 568px;
}
.modal--case-card.imaged {
  max-width: 784px;
}
.modal--case-card .modal__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .modal--case-card .modal__head {
    grid-template-columns: 1fr;
  }
}
.modal--case-card .modal__head--row {
  display: block;
}
.modal--case-card .modal__title {
  margin: 0;
}
.modal--start-process {
  max-width: 531px;
}
.modal--smi {
  max-width: 760px;
}
@media screen and (max-width: 767px) {
  .modal {
    padding: 0 16px;
  }
}
.modal__row {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 575px) {
  .modal__row {
    grid-template-columns: 1fr;
  }
}
.modal__logo {
  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: 74px;
  height: 36px;
  padding: 6px;
  border-radius: 52px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  background-color: #FFFFFF;
  border: 1px solid #F1F2F5;
}
@media screen and (max-width: 767px) {
  .modal__logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.modal__logo svg {
  height: 13px;
  width: 100%;
  display: block;
}
.modal__main {
  background-color: #FFFFFF;
  border-radius: 32px;
  padding: 32px;
  pointer-events: all;
  width: 100%;
  max-height: 85vh;
  -webkit-box-shadow: 0px 204px 57px 0px rgba(0, 0, 0, 0), 0px 131px 52px 0px rgba(0, 0, 0, 0.01), 0px 73px 44px 0px rgba(0, 0, 0, 0.02), 0px 33px 33px 0px rgba(0, 0, 0, 0.03), 0px 8px 18px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 204px 57px 0px rgba(0, 0, 0, 0), 0px 131px 52px 0px rgba(0, 0, 0, 0.01), 0px 73px 44px 0px rgba(0, 0, 0, 0.02), 0px 33px 33px 0px rgba(0, 0, 0, 0.03), 0px 8px 18px 0px rgba(0, 0, 0, 0.04);
  overflow: auto;
}
.modal__main::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: transparent;
  border-radius: 20px;
}
.modal__main::-webkit-scrollbar-thumb {
  background-color: #12A378;
  border-radius: 20px;
}
.modal__main::-webkit-scrollbar-track {
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .modal__main {
    padding: 24px 16px;
  }
}
.modal__head {
  margin-bottom: 24px;
  text-align: center;
}
.modal__head:last-child {
  margin-bottom: 0;
}
.modal__title {
  font-size: 38px;
  font-weight: 700;
  line-height: 114%;
  letter-spacing: 0;
  color: #2E334E;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .modal__title {
    font-size: 25px;
    font-weight: 700;
    line-height: 120%;
  }
}
.modal__title:last-child {
  margin-bottom: 0;
}
.modal--service-card .modal__title {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 114%;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 991px) {
  .modal--service-card .modal__title {
    font-size: 18px;
    line-height: 132%;
    letter-spacing: -0.36px;
  }
}
.modal--case-card .modal__title {
  text-align: left;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.52px;
}
@media screen and (max-width: 991px) {
  .modal--case-card .modal__title {
    font-size: 20px;
    line-height: 132%;
    letter-spacing: -0.4px;
  }
}
.modal__content {
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
  color: #383D58;
}
.modal__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 156%;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .modal__text {
    line-height: 148%;
  }
}
.modal__infos {
  margin: 24px 0;
}
.modal__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
}
.modal__info:last-child {
  margin: 0;
}
.modal__info > span {
  margin-right: 6px;
  color: #979CAE;
}
.modal__info[data-modal-city-line] {
  width: 100%;
}
.modal__author {
  font-size: 14px;
  font-weight: 500;
  line-height: 148%;
  color: #2E334E;
}
.modal__case-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  margin-bottom: 16px;
}
.modal__case-head-icon {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.modal__case-head-row {
  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;
}
@media screen and (max-width: 575px) {
  .modal__case-head-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modal__case-sum {
  grid-column: 1/-1;
  padding: 6px 10px;
  border-radius: 30px;
  background-color: #12A378;
  font-size: 12px;
  font-weight: 600;
  line-height: 148%;
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .modal__case-sum {
    line-height: 140%;
  }
}
.modal__case-sum:empty {
  display: none;
}
.modal__case-info {
  border-radius: 28px;
  background-color: #F1F2F5;
  padding: 8px;
  margin-left: 24px;
}
@media screen and (max-width: 575px) {
  .modal__case-info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-top: 16px;
  }
}
.modal__case-image {
  display: block;
  width: 176px;
  height: 229px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 24px;
  border: 1px solid #F1F2F5;
  -webkit-box-shadow: 0 12px 20px 0 rgba(36, 31, 63, 0.04);
          box-shadow: 0 12px 20px 0 rgba(36, 31, 63, 0.04);
  margin-bottom: 8px;
  position: relative;
}
.modal__case-image-icon {
  width: 24px;
  height: 24px;
  background-color: #12A378;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  background-image: url(../img/image/eye.svg);
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.modal__case-num {
  text-align: center;
  color: #4D5370;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 991px) {
  .modal__case-num {
    letter-spacing: -0.24px;
  }
}
.modal__case-link {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 148%;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .modal__case-link {
    line-height: 140%;
  }
}
.modal__thanks {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal__thanks-icon {
  width: 96px;
  height: 96px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto 24px;
}
.modal .policy {
  text-align: center;
  margin: 0 auto;
}
.modal .close {
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 7px;
  margin-left: auto;
  margin-right: -32px;
  pointer-events: all;
  top: auto;
  right: auto;
}
@media screen and (max-width: 767px) {
  .modal .close {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .modal .close:hover:before, .modal .close:hover:after {
    background-color: #12A378;
  }
}
.modal .close:before, .modal .close:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background-color: #2E334E;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
/*# sourceMappingURL=style.css.map */
