.feedback {
  padding-top: 68px;
  background-color: #F4F4F4;
}
.feedback__title {
  margin: 0;
  max-width: 900px;
  font-size: 33.72px;
  font-style: normal;
  font-weight: 600;
  line-height: 134.8%;
  letter-spacing: 0.389px;
  color: #1E1E1E;
}
@media (max-width: 768px) {
  .feedback__title {
    font-size: 24px;
    line-height: 125%;
  }
}
.feedback__form {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .feedback__form {
    margin-top: 20px;
  }
}
.feedback__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 215px;
  border-radius: 10px;
  border: 1px solid #B5AAAA;
  resize: none;
  padding: 30px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 164.3%;
  letter-spacing: 0.389px;
  color: #B5AAAA;
}
.feedback__text::-webkit-input-placeholder {
  color: #B5AAAA;
}
.feedback__text::-moz-placeholder {
  color: #B5AAAA;
}
.feedback__text:-ms-input-placeholder {
  color: #B5AAAA;
}
.feedback__text::-ms-input-placeholder {
  color: #B5AAAA;
}
.feedback__text::placeholder {
  color: #B5AAAA;
}
.feedback__text:focus {
  outline: 1px solid #B5AAAA;
}
@media (max-width: 768px) {
  .feedback__text {
    font-size: 16px;
    padding: 20px;
  }
}
.feedback__buttons {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .feedback__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
  }
}
.feedback__button {
  cursor: pointer;
  padding: 18px 60px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  letter-spacing: 0.277px;
  border-radius: 3px;
  border: none;
  background-color: #E41F2F;
  color: #FFFFFF;
  margin-left: 16px;
}
@media (max-width: 1280px) {
  .feedback__button {
    padding: 12px 40px;
  }
}
@media (max-width: 768px) {
  .feedback__button {
    width: 100%;
    margin: 0;
  }
}
.feedback__button_transparent {
  border: 1px solid #E41F2F;
  background-color: transparent;
  color: #E41F2F;
}
@media (max-width: 768px) {
  .feedback__button_transparent {
    margin-top: 20px;
  }
}
.feedback__button:first-of-type {
  margin-left: 0;
}
@media (max-width: 992px) {
  .feedback {
    padding-top: 34px;
  }
}
@media (max-width: 768px) {
  .feedback {
    padding-top: 50px;
  }
}

.feedback .container {
  padding-bottom: 82px;
  border-bottom: 1px solid #7F7F7F;
}
@media (max-width: 768px) {
  .feedback .container {
    padding-bottom: 84px;
  }
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  src: local("Roboto"), url("./fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto"), url("./fonts/Roboto-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), url("./fonts/Roboto-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Slab"), url("./fonts/RobotoSlab-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Slab"), url("./fonts/RobotoSlab-Medium.ttf") format("woff2");
}
.footer {
  background-color: #F4F4F4;
}
.footer__info {
  padding-bottom: 157px;
  max-width: 440px;
}
.footer__copyright {
  margin: 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000000;
}
.footer__links {
  margin: 0;
  margin-top: 16px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__link {
  margin-left: 16px;
}
.footer__link a {
  color: #000000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.footer__link:first-of-type {
  margin-left: 0;
}

.footer .container {
  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;
  padding-top: 41px;
}
@media (max-width: 768px) {
  .footer .container {
    padding-top: 60px;
  }
}
.header {
  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;
}
.header__logo {
  margin-top: 8px;
  margin-left: 13px;
}
.header__logo img {
  width: 182px;
  height: 16px;
}
.header__auth {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6E7992;
  text-decoration: none;
}
.header__auth p {
  margin: 0;
  padding: 4px 13px;
  padding-left: 7px;
  font-family: "Proxima Nova", "sans-serif";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #D6D6D6;
}
@media (max-width: 768px) {
  .header__auth p {
    display: none;
  }
}
.header__auth img {
  width: 18px;
  height: 7px;
  margin-right: 16px;
  margin-left: 7px;
}
@media (max-width: 768px) {
  .header__auth img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .header__auth {
    width: 46px;
    height: 32px;
  }
}
.hero {
  position: relative;
  padding: 65px 0 127px;
  background-image: url("/web/images/background.webp"), url("/web/images/cell.svg");
  background-position: left, right;
  background-size: cover, contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
.hero__logo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 820px;
}
@media (max-width: 992px) {
  .hero__logo-list {
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.hero__logo-item {
  margin-left: 30px;
}
.hero__logo-item:first-of-type {
  margin-left: 0;
}
.hero__logo-item:nth-child(1) a img {
  width: 90px;
  height: 41px;
}
.hero__logo-item:nth-child(2) a img {
  width: 96px;
  height: 36px;
}
.hero__logo-item:nth-child(3) a img {
  width: 182px;
  height: 34px;
}
@media (max-width: 992px) {
  .hero__logo-item:nth-child(3) {
    margin-right: 20px;
  }
}
.hero__logo-item:nth-child(4) a img {
  width: 169px;
  height: 22px;
}
@media (max-width: 992px) {
  .hero__logo-item:nth-child(4) {
    margin-left: 0;
  }
}
.hero__logo-item:nth-child(5) a img {
  width: 141px;
  height: 27px;
}
.hero__title {
  margin: 0;
  margin-top: 90px;
  max-width: 680px;
  font-size: 76.898px;
  font-style: normal;
  font-weight: 700;
  line-height: 97.8%;
  letter-spacing: 0.304px;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .hero__title {
    margin-top: 40px;
    font-size: 58px;
  }
}
@media (max-width: 768px) {
  .hero__title {
    margin-top: 43px;
    font-size: 48px;
  }
}
.hero__description {
  margin: 0;
  margin-top: 25px;
  max-width: 480px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 129.8%;
  letter-spacing: 0.277px;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .hero__description {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .hero__description {
    margin-top: 27px;
  }
}
.hero__call-btn {
  margin-top: 37px;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  letter-spacing: 0.277px;
  padding: 18px 100px;
  border: none;
  color: #FFFFFF;
  background-color: #E41F2F;
  border-radius: 3px;
  z-index: 100;
  position: relative;
}
@media (max-width: 1280px) {
  .hero__call-btn {
    padding: 14px 60px;
  }
}
@media (max-width: 768px) {
  .hero__call-btn {
    width: 100%;
    margin-top: 25px;
  }
}
.hero__image {
  width: 1164px;
  height: 775px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("/web/images/building.webp"), lightgray 50%/cover no-repeat;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: -1;
}
@media (max-width: 768px) {
  .hero__image {
    width: 100%;
    height: 100%;
    background-position: right bottom;
    background-size: cover;
  }
}
.hero__chart-wrapper {
  position: absolute;
  bottom: -56px;
  right: -50px;
}
.hero__chart {
  width: 992px;
  height: 540px;
}
.hero__chart-mobile {
  display: none;
  width: 100%;
  height: 100%;
  background-image: url('/web/images/chart-mobile.svg');
  background-repeat: no-repeat;
  background-position: bottom -6px center;
  background-size: cover;
}
@media (max-width: 768px) {
  .hero__chart-wrapper {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 332px;
  }
  .hero__chart-mobile img {
    margin-bottom: -18px;
  }
  .hero__chart-wrapper .hero__chart {
    display: none;
    width: 0;
    height: 0;
  }
  .hero__chart-wrapper .hero__chart-mobile {
    display: block;
  }
}
@media (max-width: 425px) {
  .hero__chart-wrapper {
    height: 272px;
  }
}
.hero__path {
  stroke-width: 3;
  stroke: #FFFFFF;
  fill: transparent;
}
.hero__pathLine {
  -webkit-animation: dashLine 2s linear;
  animation: dashLine 2s linear;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hero__point {
  display: none;
  margin: 0;
  position: absolute;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  letter-spacing: 0.196px;
  background-color: #FFFFFF;
  border-radius: 3px;
  padding: 4px 8px;
  opacity: 1;
  -webkit-animation: transparentToColor 3s linear;
  animation: transparentToColor 3s linear;
}
.hero__point:nth-of-type(1) {
  bottom: 50%;
  left: 0%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hero__point:nth-of-type(2) {
  bottom: 26%;
  left: 14%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hero__point:nth-of-type(3) {
  bottom: 70%;
  left: 28%;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.hero__point:nth-of-type(4) {
  bottom: 44%;
  left: 52%;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.hero__point:nth-of-type(5) {
  bottom: 20%;
  left: 63%;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.hero__point:nth-of-type(6) {
  bottom: 92%;
  left: 80%;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (max-width: 992px) {
  .hero {
    font-size: 52px;
  }
}
@media (max-width: 992px) {
  .hero {
    padding-top: 34px;
  }
}
@media (max-width: 768px) {
  .hero {
    padding-top: 35px;
    padding-bottom: 332px;
    background-image: url("/web/images/background-mobile.png"), url("/web/images/cell.svg");
    background-position: top, bottom;
  }
}
@media (max-width: 500px) {
  .hero__point {
    display: block;
  }
}

@-webkit-keyframes dashLine {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dashLine {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes transparentToColor {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes transparentToColor {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
    ========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
    ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
    ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
    ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
    ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
    ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
    ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
    ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}
.rating {
  padding-top: 68px;
  background-color: #F4F4F4;
}
.rating__title {
  margin: 0;
  max-width: 900px;
  font-size: 33.72px;
  font-style: normal;
  font-weight: 600;
  line-height: 134.8%;
  letter-spacing: 0.389px;
  color: #1E1E1E;
}
@media (max-width: 992px) {
  .rating__title {
    font-size: 24px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .rating__title {
    line-height: 125%;
  }
}
.rating__bank-list {
  padding: 0;
  margin: 0;
  margin-top: 19px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rating__bank-item {
  margin-top: 12px;
  padding: 0 50px;
  height: 90px;
  background-color: #FFFFFF;
  border-radius: 10px;
  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;
}
.rating__bank-item:first-of-type {
  margin-top: 0;
}
@media (max-width: 992px) {
  .rating__bank-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .rating__bank-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px;
    margin-top: 20px;
  }
}
.rating__character {
  margin: 0;
  max-width: 500px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 164%;
  letter-spacing: 0.277px;
  color: #000000;
}
@media (max-width: 992px) {
  .rating__character {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 768px) {
  .rating__character {
    font-size: 18px;
    line-height: 120%;
  }
}
.rating__grade-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rating__grade-wrapper P {
  width: 54px;
  margin: 0;
  margin-left: 31px;
  margin-bottom: -3px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 164%;
  letter-spacing: 0.277px;
}
@media (max-width: 992px) {
  .rating__grade-wrapper P {
    display: none;
  }
}
@media (max-width: 768px) {
  .rating__grade-wrapper {
    margin-top: 16px;
  }
}
.rating__wrapper {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  max-width: 150px;
}
/* .rating__star {
display: none;
} */
.rating__fill {
  padding-left: 10px;
  width: 31px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='-4.761 -4.503 28.598 28.552' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='M 8.769 -2.978 C 9.162 -3.596 10.064 -3.596 10.457 -2.978 L 14.584 3.512 C 14.716 3.72 14.919 3.871 15.156 3.938 L 22.453 6.002 C 23.135 6.195 23.405 7.017 22.971 7.577 L 18.212 13.716 C 18.067 13.904 17.993 14.137 18.004 14.374 L 18.36 22.199 C 18.393 22.921 17.671 23.439 16.997 23.176 L 9.977 20.435 C 9.743 20.344 9.483 20.344 9.249 20.435 L 2.229 23.176 C 1.555 23.439 0.833 22.921 0.866 22.199 L 1.222 14.374 C 1.233 14.137 1.159 13.904 1.014 13.716 L -3.745 7.577 C -4.179 7.017 -3.909 6.195 -3.227 6.002 L 4.071 3.938 C 4.307 3.871 4.51 3.72 4.642 3.512 L 8.769 -2.978 Z' fill='%23E4E4E4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1280px) {
  .rating__fill {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 992px) {
  .rating {
    padding-top: 34px;
  }
}

.rating__wrapper > input:checked ~ label,
.rating__wrapper:not(:checked) > .rating__fill:hover,
.rating__wrapper:not(:checked) > .rating__fill:hover ~ .rating__fill {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='-4.761 -4.503 28.598 28.552' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='M 8.769 -2.978 C 9.162 -3.596 10.064 -3.596 10.457 -2.978 L 14.584 3.512 C 14.716 3.72 14.919 3.871 15.156 3.938 L 22.453 6.002 C 23.135 6.195 23.405 7.017 22.971 7.577 L 18.212 13.716 C 18.067 13.904 17.993 14.137 18.004 14.374 L 18.36 22.199 C 18.393 22.921 17.671 23.439 16.997 23.176 L 9.977 20.435 C 9.743 20.344 9.483 20.344 9.249 20.435 L 2.229 23.176 C 1.555 23.439 0.833 22.921 0.866 22.199 L 1.222 14.374 C 1.233 14.137 1.159 13.904 1.014 13.716 L -3.745 7.577 C -4.179 7.017 -3.909 6.195 -3.227 6.002 L 4.071 3.938 C 4.307 3.871 4.51 3.72 4.642 3.512 L 8.769 -2.978 Z' fill='%23FFCE31'/%3E%3C/svg%3E");
  cursor: pointer;
}
.rating__wrapper > input:checked + .rating__fill:hover,
.rating__wrapper > input:checked ~ .rating__fill:hover,
.rating__wrapper > .rating__fill:hover ~ input:checked ~ .rating__fill,
.rating__wrapper > input:checked ~ .rating__fill:hover ~ label {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='-4.761 -4.503 28.598 28.552' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='M 8.769 -2.978 C 9.162 -3.596 10.064 -3.596 10.457 -2.978 L 14.584 3.512 C 14.716 3.72 14.919 3.871 15.156 3.938 L 22.453 6.002 C 23.135 6.195 23.405 7.017 22.971 7.577 L 18.212 13.716 C 18.067 13.904 17.993 14.137 18.004 14.374 L 18.36 22.199 C 18.393 22.921 17.671 23.439 16.997 23.176 L 9.977 20.435 C 9.743 20.344 9.483 20.344 9.249 20.435 L 2.229 23.176 C 1.555 23.439 0.833 22.921 0.866 22.199 L 1.222 14.374 C 1.233 14.137 1.159 13.904 1.014 13.716 L -3.745 7.577 C -4.179 7.017 -3.909 6.195 -3.227 6.002 L 4.071 3.938 C 4.307 3.871 4.51 3.72 4.642 3.512 L 8.769 -2.978 Z' fill='%23FFCE31'/%3E%3C/svg%3E");
}

.rating__fill_active {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='-4.761 -4.503 28.598 28.552' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='M 8.769 -2.978 C 9.162 -3.596 10.064 -3.596 10.457 -2.978 L 14.584 3.512 C 14.716 3.72 14.919 3.871 15.156 3.938 L 22.453 6.002 C 23.135 6.195 23.405 7.017 22.971 7.577 L 18.212 13.716 C 18.067 13.904 17.993 14.137 18.004 14.374 L 18.36 22.199 C 18.393 22.921 17.671 23.439 16.997 23.176 L 9.977 20.435 C 9.743 20.344 9.483 20.344 9.249 20.435 L 2.229 23.176 C 1.555 23.439 0.833 22.921 0.866 22.199 L 1.222 14.374 C 1.233 14.137 1.159 13.904 1.014 13.716 L -3.745 7.577 C -4.179 7.017 -3.909 6.195 -3.227 6.002 L 4.071 3.938 C 4.307 3.871 4.51 3.72 4.642 3.512 L 8.769 -2.978 Z' fill='%23E4E4E4'/%3E%3C/svg%3E") !important;
}

.select {
  background-color: #F4F4F4;
  padding-top: 79px;
}
.select__title {
  margin: 0;
  max-width: 900px;
  font-size: 33.72px;
  font-style: normal;
  font-weight: 600;
  line-height: 134.8%;
  letter-spacing: 0.389px;
  color: #1E1E1E;
}
@media (max-width: 992px) {
  .select__title {
    font-size: 24px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .select__title {
    line-height: 125%;
  }
}
.select__list {
  border: none;
  padding: 0;
  margin: 0;
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .select__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .select__list {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px 20px;
    margin-top: 20px;
  }
}
.select__bank-btn {
  cursor: pointer;
  border: 1px solid #C4C4C4;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  letter-spacing: 0.277px;
  padding: 6px 12px;
  border-radius: 3px;
  margin-left: 16px;
  max-height: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.select__bank-btn:first-of-type {
  margin-left: 0;
}
@media (max-width: 992px) {
  .select__bank-btn:last-of-type {
    margin-top: 16px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .select__bank-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    margin: 0;
  }
  .select__bank-btn:last-of-type {
    margin: 0;
  }
}
.select__input {
  cursor: pointer;
  margin-top: 40px;
  max-width: 658px;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #B5AAAA;
  outline: none;
  /* font-family: "Proxima Nova", "sans-serif"; */
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  letter-spacing: 0.277px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8' fill='none'%3E%3Cpath d='M1 0.686401L8 7.24097L15 0.686401' stroke='%23B5AAAA'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.select__input::placeholder {
  /* font-family: "Proxima Nova", "sans-serif"; */
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  letter-spacing: 0.277px;
  color: #B5AAAA;
}
.select__input_active {
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8' fill='none'%3E%3Cpath d='M15 7.55457L8 0.999999L1 7.55456' stroke='%23B5AAAA'/%3E%3C/svg%3E");
}
.select__result {
  display: none;
  max-width: 658px;
}
.select__result_active {
  display: block;
}
.select__result-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 0 0 5px 5px;
  border: 1px solid #B5AAAA;
  width: 100%;
  box-sizing: border-box;
}
.select__result-item {
  /* font-family: "Proxima Nova", "sans-serif"; */
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  letter-spacing: 0.277px;
  color: #000000;
  border-bottom: 1px solid #B5AAAA;
}
.select__result-item a {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
.select__result-item:hover {
  background-color: #B5AAAA;
}
@media (max-width: 992px) {
  .select__input,
  .select__result {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .select__input {
    margin-top: 42px;
  }
}
.select__next-btn {
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%; /* 29.52px */
  letter-spacing: 0.277px;
  color: #FFFFFF;
  background-color: #E41F2F;
  border: none;
  max-width: 232px;
  border-radius: 3px;
  margin-top: 54px;
  padding: 20px 71px;
  padding-right: 98px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='9' viewBox='0 0 26 9' fill='none'%3E%3Cpath d='M25.3536 4.79215C25.5488 4.59689 25.5488 4.28031 25.3536 4.08505L22.1716 0.903065C21.9763 0.707803 21.6597 0.707803 21.4645 0.903065C21.2692 1.09833 21.2692 1.41491 21.4645 1.61017L24.2929 4.4386L21.4645 7.26703C21.2692 7.46229 21.2692 7.77887 21.4645 7.97413C21.6597 8.16939 21.9763 8.16939 22.1716 7.97413L25.3536 4.79215ZM0 4.9386H25V3.9386H0V4.9386Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 71px center;
}
@media (max-width: 768px) {
  .select__next-btn {
    margin-top: 34px;
  }
}
@media (max-width: 768px) {
  .select {
    padding-top: 47px;
  }
}

input[type=radio] {
  display: none;
}

input[type=radio]:checked + label {
  border: 1px solid transparent;
  background-color: #E41F2F;
  color: #FFFFFF;
}

.select .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 163px;
  border-bottom: 1px solid #7F7F7F;
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
body {
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
}

.container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

.disabled {
  color: #E4E4E4;
}

@media (max-width: 1280px) {
  .container {
    max-width: 800px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: calc(100% - 34px);
    margin: 0 17px;
  }
}
.feedback {
  padding-top: 68px;
  background-color: #F4F4F4;
}
.feedback__title {
  margin: 0;
  margin-bottom: 20px;
  max-width: 900px;
  font-size: 33.72px;
  font-style: normal;
  font-weight: 600;
  line-height: 134.8%;
  letter-spacing: 0.389px;
  color: #1E1E1E;
}
@media (max-width: 768px) {
  .feedback__title {
    font-size: 24px;
    line-height: 125%;
  }
}
.feedback__form {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .feedback__form {
    margin-top: 20px;
  }
}
.feedback__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 215px;
  border-radius: 10px;
  border: 1px solid #B5AAAA;
  resize: none;
  padding: 30px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 164.3%;
  letter-spacing: 0.389px;
  color: #B5AAAA;
}
.feedback__text::-webkit-input-placeholder {
  color: #B5AAAA;
}
.feedback__text::-moz-placeholder {
  color: #B5AAAA;
}
.feedback__text:-ms-input-placeholder {
  color: #B5AAAA;
}
.feedback__text::-ms-input-placeholder {
  color: #B5AAAA;
}
.feedback__text::placeholder {
  color: #B5AAAA;
}
.feedback__text:focus {
  outline: 1px solid #B5AAAA;
}
@media (max-width: 768px) {
  .feedback__text {
    font-size: 16px;
    padding: 20px;
  }
}
.feedback__buttons {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .feedback__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
  }
}
.feedback__button {
  cursor: pointer;
  padding: 18px 60px;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  letter-spacing: 0.277px;
  border-radius: 3px;
  border: none;
  background-color: #E41F2F;
  color: #FFFFFF;
  margin-left: 16px;
}
@media (max-width: 1280px) {
  .feedback__button {
    padding: 12px 40px;
  }

}
@media (max-width: 768px) {
  .feedback__button {
    width: 100%;
    margin: 0;
  }
}
.feedback__button_transparent {
  border: 1px solid #E41F2F;
  background-color: transparent;
  color: #E41F2F;
  padding: 22px;
}
@media (max-width: 1280px) {
  .feedback__button_transparent {
    padding: 16px;
  }
  
}
@media (max-width: 768px) {
  .feedback__button_transparent {
    margin-top: 20px;
  }
}
.feedback__button:first-of-type {
  margin-left: 0;
}
@media (max-width: 992px) {
  .feedback {
    padding-top: 34px;
  }
}
@media (max-width: 768px) {
  .feedback {
    padding-top: 50px;
  }
}

.feedback .container {
  padding-bottom: 82px;
  border-bottom: 1px solid #7F7F7F;
}
@media (max-width: 768px) {
  .feedback .container {
    padding-bottom: 84px;
  }
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  src: local("Roboto"), url("./fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto"), url("./fonts/Roboto-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), url("./fonts/Roboto-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Slab"), url("./fonts/RobotoSlab-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Slab"), url("./fonts/RobotoSlab-Medium.ttf") format("woff2");
}


.underline span {
  position: relative;
}
.underline svg {
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  top: 0;
  z-index: -1;
}
.underline svg path {
  stroke: red;
  stroke-width: 9;
  fill: none;
  animation: underline 6s infinite;
  animation-delay: 0s;
  opacity: 0;
}
.underline svg path + path {
  animation-delay: 0.5s;
}
.title_error svg {
  z-index: 0;
}
@keyframes underline {
  0% {
    stroke-dasharray: 0 1500;
    opacity: 1;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  100% {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}

.rating__fill {
  border: none!important;
  background-color: unset!important;
}

/* top side edit */
.logos {
  padding-top: 60px;
  background-color: #f4f4f4;
}
.logos__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 820px;
}
.logos__item {
  margin-left: 30px;
}
.logos__item:first-of-type {
  margin-left: 0;
}
.logos__item:nth-child(1) a img {
  width: 90px;
  height: 41px;
}
.logos__item:nth-child(2) a img {
  width: 96px;
  height: 36px;
}
.logos__item:nth-child(3) a img {
  width: 182px;
  height: 34px;
}
.logos__item:nth-child(5) a img {
  width: 141px;
  height: 27px;
}
.breadcrumbs {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f4f4f4;
}
.breadcrumbs__list {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.breadcrumbs__item {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='9' viewBox='0 0 5 9' fill='none'%3E%3Cpath d='M1 8L4 4.5L1 1' stroke='%23B5AAAA'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 15px;
  padding-left: 8px;
}
.breadcrumbs__item:last-of-type {
  background-image: none;
  padding-right: 0;
}
.breadcrumbs__item a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
  color: #000000;
}
.breadcrumbs__item:last-of-type a {
  text-decoration: none;
}
.bank-info {
  background-color: #f4f4f4;
}
.bank-info  .container {
  padding: 36px 50px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bank-info__title {
  margin: 0;
  font-size: 33.72px;
  font-style: normal;
  font-weight: 600;
  line-height: 134.8%;
  letter-spacing: 0.389px;
  color: #1E1E1E;
}
.bank-info__detail {
  display: flex;
  gap: 60px;
}
.bank-info__subtitle {
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  letter-spacing: 0.277px;
  color: #C2C2C2;
}
.bank-info__description {
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.277px;
  color: #000000;
  max-width: 210px;
}
@media (max-width: 992px) {
  .logos__list {
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .logos__item:nth-child(3) {
    margin-right: 20px;
  }
  .logos__item:nth-child(4) {
    margin-left: 0;
  }
  .logos__item:nth-child(4) a img {
    width: 169px;
    height: 22px;
  }
  .bank-info__detail {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 500px) {
  .logos__list {
    gap: 26px;
  }
  .logos__item {
    margin: 0;
  }
  .bank-info .container {
    padding: 28px 20px;
  }
}