@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPw.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkA.ttf) format('truetype');
}
@font-face {
  font-family: 'ALSRubl';
  src: url("../fonts/rouble.73330db5b8dd.eot");
  src: url("../fonts/rouble.73330db5b8dd.eot?#iefix") format('embedded-opentype'), url("../fonts/rouble.1e3a2d2feca5.woff") format('woff'), url("../fonts/rouble.cd20031e32aa.ttf") format('truetype'), url("../fonts/rouble.ebb4c9b29c44.svg#ALSRubl") format('svg');
  font-weight: normal;
  font-style: normal;
}
.rouble {
  font-family: 'ALSRubl';
}
:root {
  font-size: 16px;
  box-sizing: border-box;
}
:root * {
  box-sizing: inherit;
  outline: none;
}
body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
  font-size: inherit;
  line-height: 1.42;
  color: #333333;
  overflow-x: hidden;
  font-weight: 400;
  background: #FFF;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.section:not(.section--skipCss) p {
  margin: 0 0 1.6em;
  line-height: 1.5;
  font-size: 1.0em;
  color: inherit;
}
@media (min-width: 470px) {
  .section:not(.section--skipCss) p {
    font-size: 1.125em;
  }
}
.blur {
  filter: blur(5px);
  opacity: .5;
}
b {
  font-weight: 700;
}
.formBlock form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.formBlock__title {
  font-weight: 500;
  font-size: 1.375rem;
  margin-bottom: 0.6em;
}
.formBlock__subtitle {
  font-size: 0.875rem;
  margin-bottom: 0.6em;
  text-align: center;
}
.formBlock__item {
  margin-bottom: 0.6em;
  width: 100%;
  box-sizing: border-box;
}
.formBlock__item:last-child {
  margin-bottom: 0;
}
.formBlock__item--triple {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 770px) {
  .formBlock__item--triple {
    flex-wrap: nowrap;
  }
}
.formBlock__item--triple > * {
  width: 100%;
  margin-bottom: 0.65em;
}
.formBlock__item--triple > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .formBlock__item--triple > * {
    width: 48%;
  }
}
@media (min-width: 770px) {
  .formBlock__item--triple > * {
    width: auto;
    margin-bottom: 0;
    min-width: 32.5%;
    flex: 1 1 auto;
  }
}
@media (min-width: 770px) {
  .formBlock__item--triple > * + * {
    margin-left: 0.5em;
  }
}
@media (max-width: 770px) {
  .formBlock__item--triple [type="submit"] {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 640px) {
  .formBlock__item--triple [type="submit"] {
    width: 48%;
  }
}
@media (min-width: 770px) {
  .formBlock__item--triple [type="submit"] {
    width: auto;
    min-width: 28.5%;
    flex: 1 1 auto;
  }
}
.formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.formBlock__item textarea {
  border: 1px solid #E3E3E3;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-family: inherit;
  background-color: #FFFFFF;
  color: #888888;
  padding: 0.8em 1.2em 0.8em;
  font-size: 1rem;
  width: 100%;
}
.formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]).error,
.formBlock__item textarea.error {
  border: 1px solid #FF0000;
  box-shadow: 0 0 0 1px #FF0000;
  color: #FF0000;
}
.formBlock__item [type="submit"] {
  font-family: inherit;
  outline: 0;
  padding: 0.7em 0.8em;
  height: auto;
  border: none;
  width: 100%;
}
.formBlock__item .ajax-loader {
  display: none !important;
}
.formBlock__agree label {
  display: block;
  position: relative;
  font-size: 0.75rem;
  line-height: 1.166;
  color: #B3B3B3;
  padding-left: 2.25em;
  user-select: none;
  cursor: pointer;
}
.formBlock__agree label:before,
.formBlock__agree label:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 1rem;
  height: 1.0em;
  width: 1.0em;
  border-radius: 2px;
  transition: opacity 300ms;
}
.formBlock__agree label:before {
  box-shadow: inset 0 0 0 2px #666666;
  border-radius: 12.5%;
}
.formBlock__agree label:after {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/svg/agree.05bcecd8abe9.svg");
  opacity: 0;
  transition: all 300ms ease;
}
.formBlock__agree label a {
  text-decoration: underline;
  color: inherit;
}
.formBlock__agree input[type=checkbox] {
  display: none;
}
.formBlock__agree input[type=checkbox]:checked + label::before {
  opacity: 0;
}
.formBlock__agree input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.formBlock__agree--white label::before {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.formBlock__agree--white label::after {
  background-image: url("../img/svg/agree-white.2cce14433d6b.svg");
  background-color: transparent;
}
.formBlock__agree--white input[type=checkbox]:checked + label::before {
  opacity: 0;
}
.contentApart {
  display: flex;
  max-width: 100%;
}
.contentApart__left {
  padding-right: 2.0em;
  width: 49%;
  flex-shrink: 0;
}
.contentApart--00 {
  display: block;
}
@media (min-width: 970px) {
  .contentApart--00 {
    display: flex;
    padding-top: 0.3em;
    margin-bottom: 1.0em;
  }
}
.contentApart--00 .contentApart__left {
  width: 100%;
  padding-right: 0;
}
@media (min-width: 970px) {
  .contentApart--00 .contentApart__left {
    width: 45%;
    padding-right: 2.0em;
  }
}
@media (min-width: 1070px) {
  .contentApart--00 .contentApart__left {
    padding-right: 4.0em;
  }
}
.contentApart--00 .contentApart__right {
  flex: 1 1 auto;
  margin-top: 2.0em;
}
@media (min-width: 970px) {
  .contentApart--00 .contentApart__right {
    margin-top: 0;
  }
}
.contentApart--01 {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 5.4em;
}
@media (min-width: 770px) {
  .contentApart--01 {
    flex-direction: row;
  }
}
.contentApart--01 .contentApart__left {
  width: 100%;
  padding-right: 0;
}
@media (min-width: 770px) {
  .contentApart--01 .contentApart__left {
    width: 55.2%;
    padding-right: 6.5%;
  }
}
.contentApart--02 {
  margin-bottom: 5.0em;
}
.contentApart--02 .contentApart__left {
  width: 100%;
  padding-right: 0;
}
.contentApart--02 .contentApart__left p {
  font-size: 1.0rem;
}
@media (min-width: 770px) {
  .contentApart--02 .contentApart__left {
    width: 51%;
    padding-right: 2.0em;
  }
}
.contentApart--02 .contentApart__right {
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
  flex: 1 1 auto;
  border-radius: 6px;
}
@media (min-width: 770px) {
  .contentApart--02 .contentApart__right {
    display: block;
  }
}
.contentApart--03 {
  display: block;
}
@media (min-width: 770px) {
  .contentApart--03 {
    display: flex;
  }
}
.contentApart--03 .contentApart__left {
  width: auto;
  padding-right: 0;
  padding-bottom: 4.0em;
}
@media (min-width: 470px) {
  .contentApart--03 .contentApart__left {
    width: 100%;
  }
}
@media (min-width: 770px) {
  .contentApart--03 .contentApart__left {
    padding-right: 2.0em;
    width: 54.5%;
    padding-bottom: 0;
  }
}
.contentApart--03 .contentApart__left .title::after {
  display: none;
}
.contentApart--04 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.0em;
}
@media (min-width: 640px) {
  .contentApart--04 {
    flex-direction: row;
    align-items: stretch;
  }
}
.contentApart--04 .contentApart__left {
  width: 100%;
  padding-right: 0;
}
@media (min-width: 640px) {
  .contentApart--04 .contentApart__left {
    width: 58.0%;
    padding-right: 2.0em;
  }
}
.contentApart--05 {
  display: block;
  margin-bottom: 1.2em;
}
@media (min-width: 470px) {
  .contentApart--05 {
    display: flex;
    margin-bottom: 3.2em;
  }
}
.contentApart--05 .contentApart__left {
  width: auto;
  flex-shrink: 1;
  padding-right: 0;
}
@media (min-width: 470px) {
  .contentApart--05 .contentApart__left {
    padding-right: 2.0em;
  }
}
@media (min-width: 970px) {
  .contentApart--05 .contentApart__left {
    width: 33%;
  }
}
.section {
  padding-top: 2.25em;
  padding-bottom: 1.75em;
}
@media (min-width: 770px) {
  .section {
    padding-top: 3.3em;
    padding-bottom: 3.75em;
  }
}
.section--dark {
  background-color: #F4F6FE;
}
.section--white {
  background-color: #fff;
}
.section--callback {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  background: linear-gradient(119.2deg, #0A0C1B 6.83%, #343951 52.84%, #03A9F4 137.42%), #F4F6FE;
  color: #fff;
}
@media (min-width: 770px) {
  .section--callback {
    overflow: visible;
    color: #000;
    background: none;
    display: flex;
    align-items: center;
  }
}
.section--callback::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  mix-blend-mode: multiply;
  transform: translate(25%, 0);
  background-position: 75% 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("../img/hero.0658a9e8139a.png");
}
@media (min-width: 770px) {
  .section--callback::before {
    display: none;
  }
}
.section--callback > .wrapper {
  position: relative;
  z-index: 2;
}
.section--callback .title {
  font-size: 1.75rem;
  line-height: 1.1;
  margin-bottom: 0.5em;
  color: inherit;
}
@media (min-width: 770px) {
  .section--callback .title {
    font-size: 2.125rem;
  }
}
@media (min-width: 1070px) {
  .section--callback .title {
    font-size: 3.125rem;
  }
}
.section--callback .title span {
  color: #03a9f4;
}
.section--callback p {
  font-size: 1.0em;
  line-height: 1.3;
}
@media (max-width: 770px) {
  .section--callback p br {
    display: none;
  }
}
.section--callback .formBlock__item,
.section--callback .formBlock__agree {
  max-width: 325px;
}
.section--callback [type="submit"] {
  margin-top: 0.4em;
  margin-bottom: 0.8em;
}
.section--gradient {
  background: linear-gradient(160.35deg, #0A0C1B 6.83%, #343951 52.84%, #03A9F4 137.42%);
  color: #fff;
}
.section--gradient .title {
  color: #fff;
}
.section--request {
  display: flex;
  position: relative;
  /* overflow: hidden; */
}
@media (min-width: 770px) {
  .section--request {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.title {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
  margin-top: 0;
  margin-bottom: 1.0em;
  font-weight: bold;
  color: #000000;
}
@media (min-width: 470px) {
  .title {
    margin-bottom: 0.8em;
  }
}
@media (min-width: 640px) {
  .title {
    font-size: 1.75rem;
  }
}
@media (min-width: 970px) {
  .title {
    font-size: 1.875rem;
  }
}
@media (min-width: 1070px) {
  .title {
    font-size: 2.25rem;
  }
}
@media (min-width: 1170px) {
  .title {
    font-size: 2.5rem;
  }
}
.title--small {
  font-weight: 700;
  font-size: 1.5rem;
}
.title--extrasmall {
  font-weight: 700;
  font-size: 1.5rem;
}
.hero {
  padding-bottom: 0;
}
@media (min-width: 770px) {
  .hero {
    padding-top: 1.0em;
  }
}
.hero > .wrapper {
  display: flex;
}
.hero__info {
  max-width: 100%;
}
@media (min-width: 770px) {
  .hero__info {
    width: 50%;
    padding-top: 2.85em;
    padding-bottom: 3.0em;
  }
}
.hero__title {
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.4em;
  font-size: 1.875rem;
}
@media (min-width: 970px) {
  .hero__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1070px) {
  .hero__title {
    font-size: 2.75rem;
  }
}
@media (min-width: 1170px) {
  .hero__title {
    font-size: 3.0rem;
  }
}
@media (min-width: 1270px) {
  .hero__title {
    font-size: 3.375rem;
  }
}
@media (max-width: 770px) {
  .hero__title br {
    display: none;
  }
}
.hero .ul-special {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
@media (min-width: 770px) {
  .hero .ul-special {
    margin-bottom: 0.3em;
  }
}
.hero .ul-special li {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 2.0em;
  width: 48%;
}
@media (min-width: 470px) {
  .hero .ul-special li {
    font-size: 1.0rem;
  }
}
@media (max-width: 770px) {
  .hero .ul-special li br {
    display: none;
  }
}
.hero .formBlock {
  background: linear-gradient(122.14deg, #0A0C1B 6.83%, #343951 52.84%, #03A9F4 137.42%), #FFFFFF;
  border-radius: 6px;
  padding: 1.5em 1.0em;
}
@media (min-width: 770px) {
  .hero .formBlock {
    background: none;
    padding: 0;
  }
}
.hero .formBlock form {
  align-items: center;
}
@media (min-width: 770px) {
  .hero .formBlock form {
    align-items: stretch;
  }
}
.hero .formBlock__item {
  max-width: 290px;
}
.hero .formBlock [type=submit] {
  font-size: 1.0em;
  font-weight: 600;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}
@media (min-width: 470px) {
  .hero .formBlock [type=submit] {
    font-size: 1.125em;
  }
}
.hero__img {
  display: none;
  position: relative;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/img/hero.afecfddc3754.png");
  flex: 1 1 auto;
}
@media (min-width: 770px) {
  .hero__img {
    display: block;
  }
}
@media (min-width: 1070px) {
  .hero__img {
    min-height: 42.75em;
  }
}
.hero__person {
  position: absolute;
  z-index: 1;
  text-align: center;
  bottom: 20px;
  right: 20px;
  line-height: 1.3;
  background-color: rgba(255, 255, 255, .75);
  padding: 10px;
  border-radius: 8px;
}
.hero__name {
  display: block;
  font-weight: 500;
  margin-bottom: 0.2em;
  font-size: 1.125em;
}
.hero__spec {
  display: block;
  color: #67A5FB;
  font-size: 0.875rem;
}
.hero__person2 {
  position: relative;
  max-width: 290px;
  padding-left: 7.5em;
  min-height: 6.5em;
  margin-bottom: 1.2em;
}
@media (min-width: 770px) {
  .hero__person2 {
    display: none;
  }
}
.hero__person2__img {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  margin-top: -1em;
  padding-top: 1.0em;
  width: 6.5em;
}
.hero__person2__img::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50%;
  z-index: 2;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 8.5em;
  background-image: url("../img/hero.0658a9e8139a.png");
}
.hero__person2__img::after {
  display: block;
  content: '';
  position: relative;
  height: 6.5em;
  width: 6.5em;
  border-radius: 50%;
  background-color: #f4f6fe;
  background-position: center 20%;
  background-repeat: no-repeat;
  background-size: 8.5em;
  background-image: url("../img/hero.0658a9e8139a.png");
}
.hero__name2 {
  display: block;
  font-weight: 500;
  margin-bottom: 0.2em;
  color: #FFFFFF;
}
.hero__spec2 {
  display: block;
  font-style: italic;
  color: #03A9F4;
  font-size: 0.75rem;
}
.button {
  display: table;
  cursor: pointer;
  border-radius: 10px;
  background-color: #03A9F4;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 0.9em 1.2em 0.8em;
  text-decoration: none;
  margin: 0;
  transition: background-color 300ms;
}
@media (min-width: 470px) {
  .button {
    white-space: nowrap;
  }
}
.button:hover {
  background-color: #66CDAA;
  color: #fff;
}
.button--cta {
  background-color: #66CDAA;
  cursor: default;
  font-size: 1.0em;
  font-weight: 700;
  padding: 0.3em 0.4em;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 1.0em;
  margin-left: -1em;
}
@media (min-width: 470px) {
  .button--cta {
    font-size: 1.25em;
    margin-left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
}
.button--invert {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #72BDFF;
  font-weight: 400;
}
.button--invert:hover {
  background-color: #2196F3;
  box-shadow: inset 0 0 0 2px #2196F3;
  color: #ffffff;
}
.button--middle {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.0em;
}
.button--low {
  padding: 0.55em 1.375em 0.55em;
}
.cost {
  display: flex;
  align-items: flex-start;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.25rem;
}
.cost::after {
  display: inline;
  content: 'o';
  font-family: 'ALSRubl';
  margin-top: -0.14em;
  font-size: 1.1em;
  margin-left: 0.2em;
  text-transform: none !important;
}
.cost--old {
  text-decoration: line-through;
  color: #9F9F9F;
  font-size: 0.875rem;
}
.ul-special {
  padding: 0;
  margin: 0 0 1.0em 0;
}
.ul-special li {
  position: relative;
  list-style: none;
  padding-left: 1.1em;
  margin-bottom: 0.45em;
}
@media (min-width: 770px) {
  .ul-special li {
    margin-bottom: 0.625em;
  }
}
.ul-special li::before {
  display: block;
  content: '';
  position: absolute;
  left: 0.0em;
  top: 0.3em;
  height: 0.3em;
  width: 0.6em;
}
.ul-special--checked li {
  padding-left: 1.2em;
}
.ul-special--checked li::before {
  left: 0.0em;
  top: 0.3em;
  height: 0.3em;
  transform: rotate(-45deg);
  width: 0.6em;
  border-left: 2px solid #03A9F4;
  border-bottom: 2px solid #03A9F4;
}
.ul-special--problem {
  margin-bottom: 2.2em;
}
@media (min-width: 640px) {
  .ul-special--problem {
    margin-bottom: 5.8em;
    display: flex;
    justify-content: space-between;
  }
}
.ul-special--problem li {
  padding-left: 1.6em;
  font-size: 0.875rem;
  margin-bottom: 0.8em;
}
@media (min-width: 470px) {
  .ul-special--problem li {
    font-size: 1.0rem;
    margin-bottom: 0.45em;
  }
}
@media (min-width: 640px) {
  .ul-special--problem li {
    width: 31%;
  }
}
.ul-special--problem li::before {
  left: 0.0em;
  top: 0.3em;
  height: 0.3em;
  transform: rotate(-45deg);
  width: 0.6em;
  border-left: 2px solid #03A9F4;
  border-bottom: 2px solid #03A9F4;
}
.ul-special--disk li {
  padding-left: 1.6em;
  line-height: 1.2;
  margin-bottom: 1.0em;
}
.ul-special--disk li::before {
  left: 0.0em;
  top: 0.3em;
  height: 0.6875em;
  width: 0.6875em;
  border-radius: 50%;
  background-color: #2196F3;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.0em;
  padding-right: 1.0em;
}
@media (min-width: 470px) {
  .wrapper {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
}
@media (min-width: 770px) {
  .wrapper {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media (min-width: 970px) {
  .wrapper {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}
.cases--slider {
  display: block;
  margin-bottom: 2.6em;
}
.cases--slider .cases__item {
  width: auto;
  margin: 12px !important;
  padding-bottom: 0;
}
.bankruptcyList {
  counter-reset: bankruptcy;
}
@media (min-width: 640px) {
  .bankruptcyList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.bankruptcyItem {
  margin-bottom: 1.4em;
}
@media (min-width: 640px) {
  .bankruptcyItem {
    width: 48%;
  }
}
@media (min-width: 1070px) {
  .bankruptcyItem {
    width: 20.6875em;
  }
}
.bankruptcyItem__title {
  display: flex;
  align-items: baseline;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 1.2em 0 0 1.0em;
  margin-bottom: 0.9em;
  min-height: 3.75em;
  position: relative;
}
.bankruptcyItem__title span {
  padding-bottom: 1.05em;
  font-weight: 600;
  line-height: 1.2;
  color: #000000;
  font-size: 0.875rem;
}
@media (min-width: 470px) {
  .bankruptcyItem__title span {
    font-size: 1.125rem;
  }
}
.bankruptcyItem__title::before {
  display: block;
  counter-increment: bankruptcy;
  content: "0" counter(bankruptcy);
  font-weight: 700;
  margin-right: 0.5em;
  flex-shrink: 0;
  color: #03A9F4;
  font-size: 1.0rem;
}
@media (min-width: 470px) {
  .bankruptcyItem__title::before {
    font-size: 1.25rem;
  }
}
.bankruptcyItem__title:after {
  display: block;
  content: '';
  background-position: center 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 6.25em;
  margin-top: -0.9em;
  align-self: stretch;
}
.bankruptcyItem__text {
  line-height: 1.5;
}
.bankruptcyItem--hands .bankruptcyItem__title::after {
  background-image: url("../img/hands.631bbe2cba08.jpg");
  width: 6.25em;
}
.bankruptcyItem--kollektor .bankruptcyItem__title::after {
  background-image: url("../img/kollektor.50117ad9cc70.jpg");
  width: 5.4375em;
}
.bankruptcyItem--home .bankruptcyItem__title::after {
  background-image: url("../img/home.87121fcda6cc.jpg");
  width: 5.625em;
}
@media (min-width: 470px) {
  .bankruptcyItem--hands .bankruptcyItem__title::after {
    margin-right: 1.4em;
  }
  .bankruptcyItem--kollektor .bankruptcyItem__title::after {
    margin-right: 0.6em;
  }
  .bankruptcyItem--home .bankruptcyItem__title::after {
    margin-right: 1.1em;
  }
}
@media (max-width: 769px) {
  .aftermat {
    background: none;
  }
}
.aftermat__bg {
  background: linear-gradient(108.77deg, #0A0C1B 6.83%, #343951 52.84%, #03A9F4 137.42%), #FFFFFF;
  border-radius: 6px;
  padding: 1.9em 1.0em 1.9em 1.4em;
  margin-bottom: 2.0em;
}
@media (min-width: 770px) {
  .aftermat__bg {
    background: none;
    padding: 0;
    margin-bottom: 0;
  }
}
.aftermat .title {
  margin-bottom: 0.2em;
}
.aftermatList {
  counter-reset: aftermat;
}
@media (min-width: 770px) {
  .aftermatList {
    margin-bottom: 3.0em;
  }
}
@media (min-width: 970px) {
  .aftermatList {
    display: flex;
    justify-content: space-between;
    padding-top: 1.5em;
  }
}
.aftermatItem {
  padding-left: 5.0em;
  position: relative;
  padding-top: 0.3em;
  margin-bottom: 1.4em;
}
@media (min-width: 970px) {
  .aftermatItem {
    padding-left: 7%;
    width: 350px;
  }
}
.aftermatItem::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2em;
  height: 2.125em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/svg/marker-big.bbf2b7b1c3eb.svg");
}
.aftermatItem::after {
  display: block;
  counter-increment: aftermat;
  content: "0" counter(aftermat);
  position: absolute;
  left: 0.4em;
  top: -0.1em;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 0.2em;
}
.aftermatItem__title {
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 0.3em;
}
.aftermatItem__text {
  line-height: 1.5;
  color: #03A9F4;
  font-size: 0.875em;
}
@media (min-width: 470px) {
  .aftermatItem__text {
    font-size: 1.0em;
  }
}
@media (min-width: 970px) {
  .faqList {
    margin-bottom: 3.0em;
  }
}
.faqItem {
  background-color: #F4F6FE;
  border-radius: 0.25em;
  margin-bottom: 0.5em;
  padding: 1.0em 1.125em 1.0em 1.125em;
}
@media (min-width: 640px) {
  .faqItem {
    padding: 1.6em 1.5em 1.2em 1.5em;
  }
}
.faqItem__ask {
  position: relative;
  font-size: 1.0rem;
  line-height: 1.2;
  padding-right: 1.5em;
  padding-bottom: 0.4em;
  color: #333;
  cursor: pointer;
  font-weight: 600;
}
@media (min-width: 640px) {
  .faqItem__ask {
    font-size: 1.25em;
  }
}
.faqItem__ask:after {
  display: block;
  content: '';
  position: absolute;
  right: 0.05em;
  top: 0.1em;
  width: 0.4em;
  height: 0.4em;
  border-right: 3px solid #03A9F4;
  border-bottom: 3px solid #03A9F4;
  transform: rotate(45deg);
}
.active > .faqItem__ask:after {
  top: 0.3em;
  transform: rotate(-135deg);
}
.faqItem__answer {
  display: none;
  line-height: 1.5;
  color: #333333;
  padding-top: 0.5em;
  font-size: 0.875em;
}
@media (min-width: 640px) {
  .faqItem__answer {
    font-size: 1.0rem;
  }
}
.faqItem__answer p {
  color: #333333;
  font-size: 0.875em;
  margin-bottom: 0.5em;
}
@media (min-width: 640px) {
  .faqItem__answer p {
    font-size: 1.0rem;
  }
}
.faqItem__answer p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 770px) {
  .callback {
    display: flex;
    align-items: center;
  }
}
.callback__person {
  display: none;
  flex: 1 1 auto;
  flex-shrink: 0;
  position: relative;
  align-self: stretch;
  margin-top: -2.6em;
  background-position: center 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/hero.0658a9e8139a.png");
}
@media (min-width: 770px) {
  .callback__person {
    display: block;
  }
}
.callback__person__block {
  position: absolute;
  bottom: 3.6em;
  right: 5.8em;
  width: 14em;
}
.callback__person__name {
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.3;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #000;
}
.callback__person__spec {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.3;
  color: #67A5FB;
  text-shadow: 1px 1px 1px #000;
}
.callback__form {
  min-width: 260px;
  flex-shrink: 0;
  padding-top: 1.8em;
  padding-bottom: 1.6em;
}
@media (min-width: 770px) {
  .callback__form {
    width: 40%;
    padding-top: 3.8em;
    padding-bottom: 3.6em;
  }
}
.callback__form [type=submit] {
  font-size: 1.0rem;
}
@media (min-width: 470px) {
  .callback__form [type=submit] {
    font-size: 1.125em;
  }
}
.problemList {
  padding-top: 0.5em;
  margin-bottom: 1.6em;
}
@media (min-width: 640px) {
  .problemList {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 2.0em;
  }
}
@media (min-width: 970px) {
  .problemList {
    justify-content: space-between;
  }
}
.problemItem {
  display: flex;
  align-items: center;
  min-height: 6.5em;
  margin-bottom: 0.5em;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 0.5em 0.5em 0.5em 8.2em;
  font-weight: 600;
  line-height: 1.2;
  color: #000000;
}
@media (min-width: 640px) {
  .problemItem {
    width: 48%;
    margin-bottom: 1.4em;
  }
}
@media (min-width: 970px) {
  .problemItem {
    width: 31.5%;
  }
}
.problemItem--car {
  background-image: url("../img/car.24f90325ad3d.jpg");
}
.problemItem--keys {
  background-image: url("../img/keys.35f6ef3ccb6e.jpg");
}
.problemItem--zalog {
  background-image: url("../img/zalog.2f487a0566a9.jpg");
}
.garantee {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 640px) {
  .garantee {
    align-items: stretch;
    flex-direction: row;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 1.5em;
  }
}
@media (min-width: 770px) {
  .garantee {
    padding: 2.0em;
  }
}
.garantee__info {
  color: #000000;
  line-height: 1.2;
  flex-shrink: 0;
  width: 100%;
  padding-left: 6.2em;
  margin-bottom: 1.2em;
  position: relative;
}
@media (min-width: 640px) {
  .garantee__info {
    margin-bottom: 0;
    padding-left: 0;
    width: 14.2em;
    text-align: center;
    margin-right: 2.0em;
  }
}
@media (min-width: 970px) {
  .garantee__info {
    margin-top: -5em;
    margin-right: 5.0em;
  }
}
.garantee__info::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/svg/garantee.6df0009cd903.svg");
  height: 8.2em;
  width: 6em;
  margin: 0 auto 1.8125em;
}
@media (min-width: 640px) {
  .garantee__info::before {
    position: static;
  }
}
.garantee__title {
  font-weight: bold;
  font-size: 1.125em;
  margin-bottom: 0.4em;
}
@media (min-width: 640px) {
  .garantee__title {
    margin-bottom: 0.6em;
  }
}
@media (max-width: 640px) {
  .garantee__title br {
    display: none;
  }
}
@media (max-width: 640px) {
  .garantee__subtitle br {
    display: none;
  }
}
.garantee__text {
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 1.5em 0.8em;
  font-family: Times New Roman;
}
@media (min-width: 640px) {
  .garantee__text {
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
}
.garantee__text .title {
  margin-bottom: 0.1em;
}
.garantee__text p {
  font-size: 1.0em !important;
  line-height: 1.4 !important;
}
.garantee__text .blur {
  font-size: 0.75em !important;
}
.etapySlider.owl-carousel {
  display: flex !important;
  flex-direction: column-reverse;
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding-bottom: 5.6em;
}
.etapySlider .owl-dots {
  background: linear-gradient(145.56deg, #0A0C1B 9.73%, #343951 75.25%, #03A9F4 195.68%);
  border-radius: 6px;
  counter-reset: etapySlider;
  padding: 1.3em 1.0em;
}
@media (min-width: 470px) {
  .etapySlider .owl-dots {
    padding: 1.8em 1.0em;
  }
}
.etapySlider .owl-dots button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 2px #3B5D7A;
  font-weight: bold;
  height: 2em;
  width: 2em;
  border-radius: 50%;
  margin-right: 0.8em;
  font-size: 1rem;
  transition: box-shadow 300ms, background-color 300ms;
}
@media (min-width: 470px) {
  .etapySlider .owl-dots button {
    font-size: 1.125rem;
  }
}
.etapySlider .owl-dots button span {
  display: block;
}
.etapySlider .owl-dots button span::before {
  display: block;
  counter-increment: etapySlider;
  content: counter(etapySlider);
  color: #3B5D7A;
  transition: color 300ms;
}
.etapySlider .owl-dots button.active {
  background-color: #03A9F4;
  box-shadow: none;
}
.etapySlider .owl-dots button.active span:before {
  font-weight: bold;
  color: #FFFFFF;
}
.etapySlider .owl-dots button:last-child {
  margin-right: 0;
}
.etapySlider .owl-nav {
  position: absolute;
  bottom: 1.8em;
  left: 1.7em;
}
.etapySlider .owl-nav > * {
  position: static;
  background-color: #E5E5E5 !important;
  border-radius: 10px;
  width: 4.75em;
  height: 2.75em;
  border: 0;
  margin-right: 0.65em;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-image: url("../img/svg/owl-arrow.5991bde13a1c.svg") !important;
  background-size: auto !important;
  transition: background-color 300ms;
}
.etapySlider .owl-nav > *:hover {
  background-color: #2196F3 !important;
  background-image: url("../img/svg/owl-arrow-w.6bd9de2856a2.svg") !important;
}
.etapySlider .owl-nav > * span {
  display: none;
}
.etapySlider .owl-nav .owl-next {
  transform: scale(-1, 1);
}
.etapyItem {
  padding: 1.0em;
}
@media (min-width: 470px) {
  .etapyItem {
    padding: 1.8em 1.0em 1.0em 1.7em;
  }
}
.etapyItem__title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 0.5em;
}
.etapyItem__text p {
  font-size: 1.0rem;
  margin-bottom: 0.8em;
}
.locationBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  border-top: 2px solid #C4C4C4;
  border-bottom: 2px solid #C4C4C4;
}
@media (min-width: 640px) {
  .locationBlock {
    padding-top: 1.5em;
  }
}
.locationBlock__left {
  margin-bottom: 0;
  flex: 1 1 auto;
  max-width: 12.5em;
  padding-right: 1.5em;
}
.locationBlock__right {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.locationBlock__title {
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1.5;
}
.locationBlock__address {
  font-size: 0.875rem;
}
@media (min-width: 640px) {
  .locationBlock__address {
    line-height: 1.5;
  }
}
.locationBlock__button {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.5em 0.85em;
  margin-bottom: 1.0em;
}
.locationBlock__button::before {
  display: block;
  content: '';
  width: 1em;
  height: 1.0em;
  font-size: 1.0rem;
  margin-right: 0.3em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/svg/pin.8b65f38ff72e.svg");
}
.locationBlock__link {
  text-decoration: underline;
  font-size: 0.9375rem;
  line-height: 1.3;
  color: #2196F3;
}
.request {
  display: flex;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 770px) {
  .request {
    flex-direction: row;
    align-items: stretch;
  }
}
.request__title {
  margin: 0 0 1.0em;
  padding: 0;
  font-weight: 700;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 470px) {
  .request__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 970px) {
  .request__title {
    font-size: 2.75rem;
  }
}
.request__price {
  font-weight: 500;
  font-size: 1.375rem;
  color: #03A9F4;
  line-height: 1;
}
.request__price span {
  font-weight: bold;
  font-size: 2.5rem;
  white-space: nowrap;
}
@media (min-width: 470px) {
  .request__price span {
    font-size: 2.75rem;
    display: block;
  }
}
@media (min-width: 970px) {
  .request__price span {
    font-size: 3.75rem;
  }
}
.request .ul-special {
  margin-top: 1.0em;
  margin-bottom: 1.5em;
}
@media (min-width: 470px) {
  .request .ul-special {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1070px) {
  .request .ul-special {
    padding-top: 1.0em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.request .ul-special li {
  line-height: 1.1;
  color: #fff;
  font-size: 0.875em;
  padding-left: 1.5em;
}
.request .ul-special li::before {
  font-size: 1.25em;
  border-color: #03A9F4;
  top: 0.1em;
}
@media (min-width: 1070px) {
  .request .ul-special li {
    width: 31%;
  }
}
.request__info {
  position: relative;
  z-index: 3;
}
@media (min-width: 770px) {
  .request__info {
    flex: 1 1 auto;
    max-width: 44em;
    padding-top: 4.3em;
    padding-bottom: 4.3em;
  }
}
.request .formBlock {
  max-width: 20em;
}
@media (min-width: 970px) {
  .request .formBlock {
    max-width: 44em;
  }
}
@media (min-width: 970px) {
  .request .formBlock form {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 970px) {
  .request .formBlock__item {
    width: 33%;
  }
}
.request .formBlock__item input,
.request .formBlock__item [type=submit] {
  font-size: 1rem;
}
@media (min-width: 470px) {
  .request .formBlock__item input,
  .request .formBlock__item [type=submit] {
    font-size: 1.125em;
  }
}
@media (min-width: 970px) {
  .request .formBlock__submit {
    width: 30%;
  }
}
.request .formBlock__agree {
  margin-top: 1.4em;
}
.request__person {
  display: none;
  flex-shrink: 0;
  position: relative;
  align-self: stretch;
}
@media (min-width: 770px) {
  .request__person {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.request__person::before,
.request__person::after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 22em;
  width: 22em;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(30, 152, 207, 0.3);
}
.request__person::before {
  transform: translate(-50%, -50%) scale(1.25);
}
.request__person::after {
  transform: translate(-50%, -50%) scale(1.8);
}
.request__person__img {
  position: relative;
  overflow: hidden;
  padding-top: 1.9em;
  margin-top: -1.9em;
}
.request__person__img::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50%;
  z-index: 2;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 18.5em;
  background-image: url("../img/hero.0658a9e8139a.png");
}
.request__person__img::after {
  display: block;
  content: '';
  position: relative;
  height: 22em;
  width: 22em;
  border-radius: 50%;
  background-color: #f4f6fe;
  background-position: center 100%;
  background-repeat: no-repeat;
  background-size: 18.5em;
  background-image: url("../img/hero.0658a9e8139a.png");
}
.request__person__block {
  position: absolute;
  bottom: 2.7em;
  left: 0;
  right: 0;
}
.request__person__name {
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.3;
  color: #FFFFFF;
  margin-bottom: 0.25em;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}
.request__person__spec {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.3;
  color: #67A5FB;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}
.reviewsSlider.owl-carousel {
  max-width: 100% !important;
}
.reviewsSlider.owl-carousel .owl-stage {
  padding: 0;
}
.reviewsSlider.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 2.25em;
  margin-bottom: 0.5em;
}
.reviewsSlider.owl-carousel .owl-dots .owl-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: none;
  height: 0.875em;
  width: 0.875em;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #C4C4C4;
  transition: background-color 300ms;
}
.reviewsSlider.owl-carousel .owl-dots .owl-dot span {
  display: none;
}
.reviewsSlider.owl-carousel .owl-dots .owl-dot.active {
  background-color: #2196F3;
}
.reviewsSlider__item__name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 0.2em;
}
.reviewsSlider__item__case {
  font-size: 0.9375rem;
  color: #2196F3;
  margin-bottom: 0.5em;
}
.reviewsSlider__item__text {
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 470px) {
  .reviewsSlider__item__text {
    font-size: 0.9375rem;
  }
}
.quiz {
  display: flex;
  flex-direction: column;
  background: linear-gradient(132.58deg, #0A0C1B 6.83%, #343951 52.84%, #03A9F4 137.42%);
  border-radius: 6px;
  position: relative;
  padding: 1.7em 1.4em;
  color: #FFFFFF;
}
@media (min-width: 640px) {
  .quiz {
    padding: 2.4em;
  }
}
@media (min-width: 770px) {
  .quiz::before {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(-2%, 25%);
    width: 11.375em;
    height: 10.375em;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/pig.e27b418393f1.png");
  }
}
.quiz__title {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.3em;
}
@media (min-width: 470px) {
  .quiz__title {
    font-size: 1.875rem;
  }
}
.quizSteps {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.quizStep {
  display: none;
  flex: 1 1 auto;
  flex-direction: column;
  user-select: none;
}
.quizStep.active {
  display: flex;
}
.quizStep__counter {
  margin-bottom: 0.7em;
  letter-spacing: 6px;
}
.quizStep__form {
  flex: 1 1 auto;
}
.quizStep__alert {
  display: none;
  color: #E2574C;
}
.quizStep__actions {
  display: flex;
}
.quizStep__button {
  margin-right: 0.65em;
  display: inline-flex;
  align-items: center;
  padding: 0.8em 1.0em;
  user-select: none;
}
@media (min-width: 640px) {
  .quizStep__button {
    padding: 0.8em 2.3em;
  }
}
.quizStep__button--prev::before {
  display: block;
  content: '';
  width: 1.25em;
  height: 1.0em;
  border: 0;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/svg/owl-arrow-w.6bd9de2856a2.svg");
}
@media (min-width: 640px) {
  .quizStep__button--prev::before {
    margin-right: 1.0em;
  }
}
.quizStep__button--next::after {
  display: block;
  content: '';
  width: 1.25em;
  height: 1.0em;
  border: 0;
  margin-left: 0.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/svg/owl-arrow-w.6bd9de2856a2.svg");
  transform: scale(-1, 1);
}
@media (min-width: 640px) {
  .quizStep__button--next::after {
    margin-left: 1.0em;
  }
}
.quizStep__button--apply {
  display: none;
}
.quizStep:first-child .quizStep__button--prev {
  display: none;
}
.quizStep:last-child .quizStep__button--next {
  display: none;
}
.quizStep:last-child .quizStep__button--apply {
  display: block;
}
.quizStep__radio {
  margin-bottom: 1.0em;
}
.quizStep__radio label {
  display: block;
  position: relative;
  padding-left: 2.25em;
  min-height: 1.375em;
  user-select: none;
  cursor: pointer;
}
.quizStep__radio label:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 1rem;
  height: 1.375em;
  width: 1.375em;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px #fff;
  transform: translate(0, -50%);
  transition: background-color 300ms;
}
.quizStep__radio label a {
  text-decoration: underline;
  color: inherit;
}
.quizStep__radio input[type=radio] {
  display: none;
}
.quizStep__radio input[type=radio]:checked + label::before {
  background-color: #03A9F4;
}
.quizSuccess {
  display: none;
  background: linear-gradient(149.13deg, #0A0C1B 6.83%, #343951 52.84%, #03A9F4 137.42%);
  border-radius: 6px;
  color: #FFFFFF;
  padding: 1.5em 1.0em;
  margin-bottom: 0.1em;
}
@media (min-width: 970px) {
  .quizSuccess {
    padding: 3.0em 2.7em;
  }
}
.quizSuccess__title {
  font-weight: bold;
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 0.1em;
}
.quizSuccess__subtitle {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 1.35em;
}
@media (min-width: 770px) {
  .quizSuccess__subtitle {
    font-size: 1.375rem;
  }
}
.quizSuccess__container {
  counter-reset: quizSuccess;
}
@media (min-width: 770px) {
  .quizSuccess__container {
    display: flex;
  }
}
.quizSuccess__number {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.0rem;
  line-height: 1.2;
  margin-bottom: 1.6em;
  color: #FFFFFF;
}
@media (min-width: 470px) {
  .quizSuccess__number {
    font-size: 1.125rem;
  }
}
@media (min-width: 770px) {
  .quizSuccess__number {
    line-height: 1.5;
    align-items: flex-start;
    font-size: 1.25rem;
  }
}
.quizSuccess__number::before {
  display: block;
  content: counter(quizSuccess);
  counter-increment: quizSuccess;
  font-weight: 300;
  line-height: 1;
  margin-right: 0.3em;
  font-size: 3.75rem;
  color: #03A9F4;
}
.quizSuccess__left {
  flex-shrink: 0;
  border-bottom: 1px solid #1C70A0;
}
@media (min-width: 770px) {
  .quizSuccess__left {
    border-bottom: 0 solid #1C70A0;
    border-right: 1px solid #1C70A0;
    width: 50%;
    padding-right: 1.2em;
  }
}
@media (min-width: 970px) {
  .quizSuccess__left {
    padding-right: 3.2em;
  }
}
.quizSuccess__left .ul-special {
  margin-left: 0.7em;
}
.quizSuccess__left .ul-special li {
  color: #fff;
  font-size: 0.875rem;
  padding-left: 2.3em;
  line-height: 1.3;
  margin-bottom: 1.3em;
}
@media (min-width: 470px) {
  .quizSuccess__left .ul-special li {
    font-size: 1.0rem;
  }
}
@media (min-width: 770px) {
  .quizSuccess__left .ul-special li {
    line-height: 1.5;
    font-size: 1.125rem;
  }
}
.quizSuccess__right {
  padding-top: 1.0em;
}
@media (min-width: 770px) {
  .quizSuccess__right {
    padding-top: 0;
    padding-left: 1.2em;
  }
}
@media (min-width: 970px) {
  .quizSuccess__right {
    padding-left: 3.2em;
  }
}
.quizSuccess .formBlock form {
  align-items: center;
}
@media (min-width: 770px) {
  .quizSuccess .formBlock form {
    align-items: stretch;
  }
}
.quizSuccess .formBlock__item {
  max-width: 19.75em;
}
.quizSuccess .formBlock [type=submit] {
  margin-top: 0.3em;
  font-size: 1.0rem;
  margin-bottom: 0.5em;
}
@media (min-width: 470px) {
  .quizSuccess .formBlock [type=submit] {
    font-size: 1.125em;
  }
}
.courtBlock__img {
  display: table;
  width: 100%;
  max-width: 20em;
  height: 13.25em;
  margin: 0 auto;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 770px) {
  .courtBlock__img {
    display: none;
  }
}
.courtBlock__text {
  background: #FFFFFF;
  border-top-left-radius: 6px;
  padding: 1.1em 0 0.35em 1.4em;
  margin-top: -2.1em;
  margin-left: 14%;
}
@media (min-width: 470px) {
  .courtBlock__text {
    padding: 0;
    margin: 1.0em 0 0;
  }
}
@media (min-width: 770px) {
  .courtBlock__text {
    margin: 0;
  }
}
