@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKd3vUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebukDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiukDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfsukDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'ALSRubl';
  src: url('../fonts/rouble.eot');
  src: url('../fonts/rouble.eot?#iefix') format('embedded-opentype'), url('../fonts/rouble.woff') format('woff'), url('../fonts/rouble.ttf') format('truetype'), url('../fonts/rouble.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 {
  font-family: 'Roboto', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
  font-size: inherit;
  line-height: 1.42;
  color: #666666;
  overflow-x: hidden;
  font-weight: 400;
  background-color: #FFF;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0 0 1.6em;
  line-height: 1.5;
  color: inherit;
}
b {
  font-weight: 700;
}
.header--landing .header-top,
.header--landing .header-bottom {
  background-color: #475C7A;
}
.header--landing .header-button {
  background-color: #475C7A;
}
.header--landing .header-button:hover {
  background-color: #F49A1A;
  color: #fff;
}
.footer--landing {
  background-color: #475C7A;
}
.formBlock form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.formBlock__title {
  margin-bottom: 0.6em;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.2;
}
@media (min-width: 640px) {
  .formBlock__title {
    font-size: 2.375rem;
  }
}
.formBlock__subtitle {
  font-size: 0.875rem;
  margin-bottom: 0.6em;
  text-align: center;
}
.formBlock__item {
  margin-bottom: 1.4em;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .formBlock__item {
    margin-bottom: 2.1em;
  }
}
.formBlock__item:last-child {
  margin-bottom: 0;
}
.formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.formBlock__item textarea {
  border: 0;
  border-bottom: 1px solid #A8A8A8;
  font-family: inherit;
  background-color: transparent;
  color: #808080;
  font-weight: 300;
  padding: 0.5em 0;
  font-size: 1.0rem;
  width: 100%;
}
@media (min-width: 470px) {
  .formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
  .formBlock__item textarea {
    font-size: 1.125em;
  }
}
.formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::-webkit-input-placeholder,
.formBlock__item textarea::-webkit-input-placeholder {
  font-weight: 300;
  color: #808080;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::-moz-placeholder,
.formBlock__item textarea::-moz-placeholder {
  font-weight: 300;
  color: #808080;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):-moz-placeholder,
.formBlock__item textarea:-moz-placeholder {
  font-weight: 300;
  color: #808080;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):-ms-input-placeholder,
.formBlock__item textarea:-ms-input-placeholder {
  font-weight: 300;
  color: #808080;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus::-webkit-input-placeholder,
.formBlock__item textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus::-moz-placeholder,
.formBlock__item textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus:-moz-placeholder,
.formBlock__item textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus:-ms-input-placeholder,
.formBlock__item textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.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 1px #D6D6D6;
  border-radius: 2px;
}
.formBlock__agree label:after {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/svg/agree-red.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::after {
  opacity: 1;
}
.contentApart {
  display: flex;
  max-width: 100%;
}
.contentApart__left {
  padding-right: 2.0em;
  width: 49%;
  flex-shrink: 0;
}
.contentApart__right {
  flex: 1 1 auto;
}
.contentApart--00 {
  display: block;
}
@media (min-width: 970px) {
  .contentApart--00 {
    display: flex;
  }
}
.contentApart--00 .contentApart__left {
  width: 100%;
  padding-right: 0;
}
@media (min-width: 970px) {
  .contentApart--00 .contentApart__left {
    width: 40.7%;
    padding-right: 2.0em;
  }
}
@media (min-width: 1070px) {
  .contentApart--00 .contentApart__left {
    padding-right: 4.0em;
  }
}
.contentApart--01 {
  display: block;
}
@media (min-width: 970px) {
  .contentApart--01 {
    display: flex;
  }
}
.contentApart--01 .contentApart__left {
  width: 100%;
  padding-right: 0;
}
@media (min-width: 970px) {
  .contentApart--01 .contentApart__left {
    width: 54%;
    padding-right: 2.0em;
  }
}
@media (min-width: 1070px) {
  .contentApart--01 .contentApart__left {
    padding-right: 7.0em;
  }
}
.contentApart--02 {
  display: block;
  margin-bottom: 2.0em;
}
@media (min-width: 970px) {
  .contentApart--02 {
    display: flex;
    min-height: 20em;
  }
}
.contentApart--02 .contentApart__left {
  width: 100%;
  padding-right: 0;
}
@media (min-width: 970px) {
  .contentApart--02 .contentApart__left {
    width: 60%;
    padding-right: 2.0em;
  }
}
.contentApart--03 {
  display: block;
}
@media (min-width: 770px) {
  .contentApart--03 {
    display: flex;
    margin-bottom: 4.4em;
  }
}
.contentApart--03 .contentApart__left {
  width: 100%;
  padding-right: 0;
}
@media (min-width: 770px) {
  .contentApart--03 .contentApart__left {
    width: 44.5%;
    padding-right: 2.0em;
  }
}
.contentApart--03 .contentApart__right {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 6px;
}
.contentApart--04 {
  display: block;
  margin-bottom: 2.5em;
}
@media (min-width: 770px) {
  .contentApart--04 {
    display: flex;
    margin-bottom: 7.0em;
  }
}
.contentApart--04 .contentApart__left {
  width: 100%;
  padding-right: 0;
  margin-bottom: 2.0em;
}
@media (min-width: 770px) {
  .contentApart--04 .contentApart__left {
    flex: 1 1 auto;
    padding-right: 2em;
    margin-bottom: 0;
  }
}
.contentApart--04 .contentApart__right {
  flex: 1 0 auto;
}
@media (min-width: 770px) {
  .contentApart--04 .contentApart__right {
    padding: 1.0em 1.0em 1.0em 1.0em;
    width: 52%;
  }
}
.contentApart--05 .contentApart__left {
  width: 56%;
  padding-right: 1.0em;
}
@media (min-width: 970px) {
  .contentApart--05 .contentApart__left {
    padding-right: 2.0em;
  }
}
.subtitle {
  margin-bottom: 1.0em;
}
@media (min-width: 470px) {
  .subtitle {
    margin-bottom: 2.0em;
  }
}
@media (min-width: 770px) {
  .subtitle {
    margin-bottom: 3.0em;
  }
}
.title {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0.35em;
  font-weight: bold;
  color: #333333;
  position: relative;
  font-family: 'Playfair Display', serif;
}
.title::before {
  display: block;
  content: '';
  height: .16em;
  width: 1.1em;
  background-color: #FDBB6D;
  position: absolute;
  top: 0.65em;
  left: 0;
  transform: translate(-130%, 0);
  border-radius: 4px;
}
@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: 3.125rem;
  }
}
.title--small {
  font-weight: 700;
  font-size: 1.5rem;
}
.title--extrasmall {
  font-weight: 700;
  font-size: 1.5rem;
}
.section {
  padding-top: 1.0em;
  padding-bottom: 1.0em;
}
@media (min-width: 470px) {
  .section {
    padding-top: 2.25em;
    padding-bottom: 1.75em;
  }
}
@media (min-width: 770px) {
  .section {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }
}
.section--bankruptcy {
  background-color: #AC6C84;
  margin-bottom: 7.2em;
  padding-top: 2.6em;
}
@media (min-width: 470px) {
  .section--bankruptcy {
    margin-bottom: 5.2em;
  }
}
@media (min-width: 770px) {
  .section--bankruptcy {
    margin-bottom: 1.2em;
  }
}
@media (min-width: 970px) {
  .section--bankruptcy {
    padding-top: 0;
    margin-bottom: 0;
    background-color: transparent;
  }
}
.section--bankruptcy > .wrapper {
  position: relative;
  color: #fff;
  padding-bottom: 10.3em;
}
@media (min-width: 970px) {
  .section--bankruptcy > .wrapper {
    padding-left: 24.5em;
    padding-top: 3.6em;
    padding-bottom: 1.1em;
  }
}
.section--bankruptcy > .wrapper .title {
  color: #fff;
}
.section--bankruptcy > .wrapper > * {
  position: relative;
  z-index: 2;
}
.section--bankruptcy > .wrapper::before {
  display: none;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: -1000px;
  background-color: #AC6C84;
  border-radius: 6px;
}
@media (min-width: 970px) {
  .section--bankruptcy > .wrapper::before {
    display: block;
  }
}
.section--bankruptcy > .wrapper::after {
  display: block;
  content: '';
  position: absolute;
  width: 20em;
  max-width: 90%;
  height: 17em;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -7em;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bankruptcy.jpg);
  border-radius: 6px;
}
@media (min-width: 970px) {
  .section--bankruptcy > .wrapper::after {
    width: 27em;
    height: 38.375em;
    left: 0;
    bottom: auto;
    top: 9em;
    transform: translate(-5.5em, 3.2em);
  }
}
@media (min-width: 1270px) {
  .section--bankruptcy > .wrapper::after {
    transform: translate(-10.5em, 3.2em);
  }
}
.section--logoLeft .wrapper {
  position: relative;
}
.section--logoLeft .wrapper::before {
  display: block;
  content: '';
  z-index: -1;
  position: absolute;
  left: 50%;
  top: -2em;
  height: 33em;
  width: 33em;
  max-height: 100%;
  max-width: 100%;
  transform: translate(-50%, 0);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/logo-watermark.png);
  opacity: 0.15;
}
@media (min-width: 970px) {
  .section--logoLeft .wrapper::before {
    left: 0;
    top: 50%;
    transform: translate(-106%, -50%);
  }
}
.section--dark {
  color: #fff;
  background-color: #6B84A9;
  position: relative;
}
.section--dark::before {
  display: block;
  content: '';
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 3.5em;
  height: 33em;
  width: 33em;
  max-height: 100%;
  max-width: 100%;
  transform: translate(-50%, 0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/logo-watermark.png);
}
.section--dark .title {
  color: #fff;
}
.section--dark .faqItem {
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}
.section--dark .faqItem__ask {
  color: #333;
}
.section--dark > .wrapper {
  position: relative;
  z-index: 2;
}
.section--logo {
  position: relative;
  padding-top: 0;
}
@media (min-width: 970px) {
  .section--logo {
    padding-top: 5.5em;
    padding-bottom: 2.0em;
  }
}
.section--logo::before {
  display: block;
  content: '';
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 30%;
  height: 33em;
  width: 33em;
  max-height: 100%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/logo-watermark.png);
  opacity: 0.1;
}
.section--logo > .wrapper {
  position: relative;
  z-index: 2;
}
.section--gray {
  background-color: #FBFBFB;
}
.section--instruction {
  position: relative;
  padding-top: 0;
}
@media (min-width: 970px) {
  .section--instruction {
    background-color: #FBFBFB;
    padding-top: 4.0em;
  }
}
.section--instruction::before {
  display: none;
  content: '';
  position: absolute;
  left: 0;
  right: 50%;
  top: 4em;
  margin-right: 1.0em;
  height: 15em;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/instruction.jpg);
}
@media (min-width: 970px) {
  .section--instruction::before {
    display: block;
  }
}
@media (min-width: 1170px) {
  .section--instruction::before {
    height: 20em;
    top: 5em;
  }
}
.section--instruction .wrapper {
  position: relative;
}
.section--instruction .wrapper::before {
  display: none;
  content: '';
  z-index: 1;
  position: absolute;
  right: 0;
  top: 50%;
  height: 33em;
  width: 33em;
  max-height: 100%;
  max-width: 100%;
  transform: translate(106%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/logo-watermark.png);
  opacity: 0.15;
}
@media (min-width: 1270px) {
  .section--instruction .wrapper::before {
    display: block;
  }
}
.section--instruction .wrapper::after {
  display: block;
  content: '';
  margin: 2.0em auto 0;
  height: 6em;
  width: 100%;
  border-radius: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/instruction.jpg);
}
@media (min-width: 470px) {
  .section--instruction .wrapper::after {
    height: 9em;
  }
}
@media (min-width: 640px) {
  .section--instruction .wrapper::after {
    height: 12em;
  }
}
@media (min-width: 770px) {
  .section--instruction .wrapper::after {
    height: 14em;
  }
}
@media (min-width: 970px) {
  .section--instruction .wrapper::after {
    display: none;
  }
}
.section--callback {
  position: relative;
  padding-bottom: 0;
}
@media (min-width: 770px) {
  .section--callback {
    display: flex;
    align-items: center;
  }
}
.section--callback .title {
  font-size: 1.75rem;
}
@media (min-width: 770px) {
  .section--callback .title {
    font-size: 2.125rem;
  }
}
@media (min-width: 1070px) {
  .section--callback .title {
    font-size: 3.125rem;
  }
}
.section--callback .subtitle {
  color: #666666;
  margin-bottom: 1.9em;
}
.landHero {
  padding-top: 1.4em;
  padding-bottom: 0;
}
@media (min-width: 640px) {
  .landHero {
    padding-top: 2.2em;
  }
}
@media (min-width: 970px) {
  .landHero {
    padding-top: 4.2em;
  }
}
@media (min-width: 1270px) {
  .landHero {
    padding-top: 6.2em;
  }
}
@media (min-width: 640px) {
  .landHero > .wrapper {
    display: flex;
    position: relative;
  }
}
@media (min-width: 970px) {
  .landHero > .wrapper {
    min-height: 39.5em;
  }
}
.landHero > .wrapper::before {
  display: none;
  content: '';
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/bortcova.png);
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: grayscale(100%);
}
@media (min-width: 640px) {
  .landHero > .wrapper::before {
    display: block;
  }
}
@media (min-width: 970px) {
  .landHero > .wrapper::before {
    right: 16.5%;
  }
}
.landHero__info {
  max-width: 100%;
  padding-bottom: 3.1em;
}
@media (min-width: 640px) {
  .landHero__info {
    width: 50%;
  }
}
@media (min-width: 970px) {
  .landHero__info {
    padding-bottom: 0;
  }
}
.landHero__title {
  font-weight: 900;
  line-height: 1.3;
  color: #333333;
  margin: 0 0 0.65em;
  font-size: 1.875rem;
}
@media (min-width: 970px) {
  .landHero__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1070px) {
  .landHero__title {
    font-size: 2.75rem;
  }
}
@media (min-width: 1170px) {
  .landHero__title {
    font-size: 3.0rem;
  }
}
@media (min-width: 1270px) {
  .landHero__title {
    font-size: 3.75rem;
  }
}
@media (max-width: 770px) {
  .landHero__title br {
    display: none;
  }
}
.landHero .ul-land {
  display: flex;
  justify-content: space-between;
  padding-top: 1.0em;
}
@media (min-width: 970px) {
  .landHero .ul-land {
    display: block;
    position: absolute;
    right: 0;
    top: 1.0em;
    width: 9em;
    padding-top: 0;
  }
}
.landHero .ul-land li {
  font-size: 0.875rem;
  margin-bottom: 0.7em;
  font-weight: 300;
  color: #333333;
  margin-right: 1.0em;
}
.landHero .ul-land li:last-child {
  margin-right: 0;
}
@media (min-width: 470px) {
  .landHero .ul-land li {
    font-size: 1.0rem;
  }
}
@media (min-width: 970px) {
  .landHero .ul-land li {
    margin-bottom: 1.6em;
    width: auto;
    margin-right: 0;
  }
}
@media (max-width: 770px) {
  .landHero .ul-land li br {
    display: none;
  }
}
@media (max-width: 971px) {
  .landHero .ul-land li::before {
    height: 1.5em;
    width: 1.5em;
    top: auto;
    left: 0;
    right: auto;
    bottom: 100%;
    margin-bottom: 0.3em;
    margin-right: 0;
  }
}
.landHero .formBlock form {
  align-items: center;
}
@media (min-width: 640px) {
  .landHero .formBlock form {
    align-items: stretch;
  }
}
.landHero .formBlock__item,
.landHero .formBlock__agree {
  max-width: 22.6em;
}
.landHero .formBlock__agree {
  margin-top: -0.5em;
}
.landHero .formBlock [type=submit] {
  font-size: 1.125em;
}
@media (min-width: 470px) {
  .landHero .formBlock [type=submit] {
    font-size: 1.25em;
  }
}
.landHero__person {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 7.2em;
  padding-left: 9.9em;
}
@media (min-width: 640px) {
  .landHero__person {
    position: absolute;
    z-index: 1;
    bottom: 4.4em;
    right: 1.6em;
    padding-left: 0;
    min-height: 1px;
  }
}
@media (min-width: 970px) {
  .landHero__person {
    right: 5.6em;
    bottom: 6.4em;
  }
}
.landHero__img {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  padding-top: 0.7em;
  transform: translate(0, -50%);
  overflow: hidden;
}
@media (min-width: 640px) {
  .landHero__img {
    display: none;
  }
}
.landHero__img::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50%;
  z-index: 2;
  background-position: 70% 0;
  background-repeat: no-repeat;
  background-size: 12.0em;
  background-image: url(../img/bortcova.png);
}
.landHero__img::after {
  display: block;
  content: '';
  position: relative;
  height: 8.75em;
  width: 8.75em;
  border-radius: 50%;
  background-color: #B8CBE7;
  box-shadow: inset 0 0 0 6px #FFFFFF;
  background-position: 70% 10%;
  background-repeat: no-repeat;
  background-size: 12.0em;
  background-image: url(../img/bortcova.png);
}
.landHero__name {
  display: block;
  font-weight: 700;
  margin-bottom: 0.2em;
  font-size: 1.25em;
  font-family: 'Playfair Display', serif;
  color: #333333;
}
.landHero__spec {
  display: block;
  color: #AC6C84;
  font-size: 0.875rem;
}
.bttn {
  display: table;
  cursor: pointer;
  background: linear-gradient(90.28deg, #FDBB6D 3.04%, #D8747C 99.92%);
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 0.9em 1.2em 0.8em;
  text-decoration: none;
  margin: 0;
}
@media (min-width: 470px) {
  .bttn {
    white-space: nowrap;
  }
}
.bttn:hover {
  background-color: #66CDAA;
  color: #fff;
}
.bttn--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) {
  .bttn--cta {
    font-size: 1.25em;
    margin-left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
}
.bttn--invert {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #72BDFF;
  font-weight: 400;
}
.bttn--invert:hover {
  background-color: #2196F3;
  box-shadow: inset 0 0 0 2px #2196F3;
  color: #ffffff;
}
.bttn--middle {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.0em;
}
.bttn--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-land {
  padding: 0;
  margin: 0 0 1.0em 0;
}
.ul-land li {
  position: relative;
  list-style: none;
  line-height: 1.3;
  margin-bottom: 1.8em;
}
.ul-land li::before {
  display: block;
  content: '';
  position: absolute;
  left: 0.0em;
  top: 0.3em;
  height: 0.3em;
  width: 0.6em;
}
.ul-land--checked li::before {
  left: auto;
  right: 100%;
  top: -0.4em;
  margin-right: 0.7em;
  height: 2.0em;
  width: 2.0em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/mark-orange.svg);
}
.ul-land--disk li {
  padding-left: 1.6em;
  line-height: 1.2;
  margin-bottom: 1.0em;
}
.ul-land--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;
  }
}
.case-slider {
  background-color: #FFFFFF;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}
.case-slider.owl-carousel {
  margin-top: 0.25em;
  margin-bottom: 0;
}
.case-slider.owl-carousel .owl-nav button.owl-prev,
.case-slider.owl-carousel .owl-nav button.owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 46.5%;
  height: 3.125em;
  width: 3.125em;
  background-image: none !important;
  background-color: #F49A1A !important;
  box-shadow: 0px 4px 10px rgba(244, 154, 26, 0.25);
  border-radius: 50%;
  transition: background-color 300ms;
}
.case-slider.owl-carousel .owl-nav button.owl-prev span,
.case-slider.owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.case-slider.owl-carousel .owl-nav button.owl-prev::before,
.case-slider.owl-carousel .owl-nav button.owl-next::before,
.case-slider.owl-carousel .owl-nav button.owl-prev::after,
.case-slider.owl-carousel .owl-nav button.owl-next::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 1em;
  width: 1em;
  transition: opacity 300ms;
}
.case-slider.owl-carousel .owl-nav button.owl-prev::before,
.case-slider.owl-carousel .owl-nav button.owl-next::before {
  background-image: url(../img/svg/arrow-gray.svg);
  opacity: 0;
}
.case-slider.owl-carousel .owl-nav button.owl-prev::after,
.case-slider.owl-carousel .owl-nav button.owl-next::after {
  background-image: url(../img/svg/arrow-white.svg);
}
.case-slider.owl-carousel .owl-nav button.owl-prev:hover,
.case-slider.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #C4C4C4 !important;
  box-shadow: 0px 4px 10px rgba(196, 196, 196, 0.25);
}
.case-slider.owl-carousel .owl-nav button.owl-prev:hover::before,
.case-slider.owl-carousel .owl-nav button.owl-next:hover::before {
  opacity: 1;
}
.case-slider.owl-carousel .owl-nav button.owl-prev:hover::after,
.case-slider.owl-carousel .owl-nav button.owl-next:hover::after {
  opacity: 0;
}
.case-slider.owl-carousel .owl-nav button.owl-prev {
  left: -1em;
}
@media (min-width: 770px) {
  .case-slider.owl-carousel .owl-nav button.owl-prev {
    left: -1.5em;
  }
}
.case-slider.owl-carousel .owl-nav button.owl-next {
  right: -1em;
}
@media (min-width: 770px) {
  .case-slider.owl-carousel .owl-nav button.owl-next {
    right: -1.5em;
  }
}
.case-slider.owl-carousel .owl-nav button.owl-next::before,
.case-slider.owl-carousel .owl-nav button.owl-next::after {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.case-slider .case-item {
  background-color: transparent;
  padding: 2.5em;
}
.bankruptcyList {
  padding-top: 0.65em;
}
.bankruptcyItem {
  margin-bottom: 1.4em;
  padding-left: 0;
  position: relative;
}
@media (min-width: 470px) {
  .bankruptcyItem {
    padding-left: 4.3em;
    margin-bottom: 3.8em;
  }
}
.bankruptcyItem:nth-child(1) .bankruptcyItem__mark::after {
  display: none;
}
.bankruptcyItem:nth-child(2) .bankruptcyItem__mark::before {
  display: none;
}
.bankruptcyItem__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.125em;
  width: 3.125em;
  color: #03A9F4;
  position: absolute;
  left: 0;
  top: 0.4em;
  margin-right: 1.0em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/svg/mark-form.svg);
}
.bankruptcyItem__mark::before,
.bankruptcyItem__mark::after {
  display: block;
  content: '';
  height: 20px;
  margin: -3px 3px 0;
  border-left: 4px solid #AC6C84;
}
.bankruptcyItem__mark::after {
  width: 6px;
  border-right: 4px solid #AC6C84;
}
.bankruptcyItem__title {
  display: flex;
  align-items: center;
  min-height: 3.2em;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.75em;
  padding-left: 3.8em;
}
@media (min-width: 470px) {
  .bankruptcyItem__title {
    display: block;
    min-height: 1px;
    padding-left: 0;
    font-size: 1.25rem;
    margin-bottom: 0.4em;
  }
}
.bankruptcyItem__text {
  line-height: 1.3;
  font-weight: 300;
}
@media (min-width: 770px) {
  .aftermat {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .aftermat .title,
  .aftermat .subtitle {
    text-align: center;
  }
}
.aftermat .subtitle {
  margin-bottom: 1.5em;
}
.aftermatList {
  width: 100%;
  margin-top: 1.45em;
  margin-bottom: 3.8em;
}
@media (min-width: 970px) {
  .aftermatList {
    display: flex;
    justify-content: space-between;
  }
}
.aftermatItem {
  margin-bottom: 2.1em;
}
@media (min-width: 970px) {
  .aftermatItem {
    width: 16.5em;
    margin-bottom: 0;
  }
}
.aftermatItem__title {
  font-family: 'Playfair Display', serif;
  line-height: 1.2;
  margin-bottom: 0.4em;
  font-size: 1.25rem;
  color: #333333;
}
@media (min-width: 470px) {
  .aftermatItem__title {
    font-size: 1.5rem;
    margin-bottom: 0.6em;
  }
}
@media (min-width: 640px) {
  .aftermatItem__title {
    font-size: 1.875rem;
  }
}
.aftermatItem__title::after {
  display: block;
  content: '';
  height: 6px;
  margin-top: 0.4em;
  width: 8em;
  background: linear-gradient(95.09deg, #FDBB6D 3.04%, #D8747C 99.92%);
  border-radius: 10px;
}
@media (min-width: 970px) {
  .aftermatItem__title::after {
    width: auto;
  }
}
.aftermatItem__text {
  line-height: 1.5;
  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: #6B84A9;
  border-radius: 6px;
  margin-bottom: 0.65em;
  padding: 0.75em 1.125em 0.75em 0.8em;
  transition: background-color 300ms, box-shadow 300ms;
}
@media (min-width: 470px) {
  .faqItem {
    padding: 1.0em 1.125em 1.0em 1.125em;
  }
}
@media (min-width: 640px) {
  .faqItem {
    padding: 1.7em 1.4em;
  }
}
.faqItem.active {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.faqItem__ask {
  position: relative;
  font-size: 1.0rem;
  line-height: 1.2;
  padding-right: 3.0em;
  color: #FFFFFF;
  cursor: pointer;
  transition: color 300ms;
}
@media (min-width: 640px) {
  .faqItem__ask {
    font-size: 1.25rem;
  }
}
.active > .faqItem__ask {
  color: #333;
}
.faqItem__ask::before,
.faqItem__ask::after {
  display: block;
  content: '';
  position: absolute;
  font-size: 0.75rem;
  right: 0.9em;
  top: 50%;
  height: 2em;
  width: 2px;
  background-color: #FDBB6D;
  transform: translate(0, -50%);
  transition: height 300ms, background-color 300ms;
}
@media (min-width: 470px) {
  .faqItem__ask::before,
  .faqItem__ask::after {
    font-size: 1.0rem;
  }
}
.faqItem__ask::after {
  transform: translate(0, -50%) rotate(90deg);
}
.active > .faqItem__ask::before {
  height: 0;
}
.active > .faqItem__ask::after {
  background-color: #D8747C;
}
.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: #666666;
  font-size: 0.875em;
  margin-bottom: 0.5em;
}
.faqItem__answer p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.callback {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
@media (min-width: 770px) {
  .callback {
    flex-direction: row;
  }
}
.callback__person {
  display: block;
  flex: 1 1 auto;
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 770px) {
  .callback__person {
    align-self: stretch;
  }
}
.callback__person::before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: grayscale(100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/bortcova.png);
}
@media (min-width: 770px) {
  .callback__person::before {
    display: block;
  }
}
@media (min-width: 970px) {
  .callback__person::before {
    left: 2.4em;
  }
}
.callback__person__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 7.2em;
  padding-left: 9.9em;
}
@media (min-width: 770px) {
  .callback__person__block {
    position: absolute;
    bottom: 5.1em;
    right: 2.1em;
  }
}
@media (min-width: 970px) {
  .callback__person__block {
    padding-left: 0;
    width: 14em;
  }
}
.callback__person__img {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  padding-top: 0.7em;
  transform: translate(0, -50%);
  overflow: hidden;
}
@media (min-width: 770px) {
  .callback__person__img {
    display: none;
  }
}
.callback__person__img::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50%;
  z-index: 2;
  background-position: 70% 0;
  background-repeat: no-repeat;
  background-size: 12.0em;
  background-image: url(../img/bortcova.png);
}
.callback__person__img::after {
  display: block;
  content: '';
  position: relative;
  height: 8.75em;
  width: 8.75em;
  border-radius: 50%;
  background-color: #B8CBE7;
  box-shadow: inset 0 0 0 6px #FFFFFF;
  background-position: 70% 10%;
  background-repeat: no-repeat;
  background-size: 12.0em;
  background-image: url(../img/bortcova.png);
}
.callback__person__name {
  font-weight: 700;
  font-size: 1.25em;
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.3em;
}
.callback__person__spec {
  font-size: 0.875rem;
  color: #AC6C84;
}
.callback__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 260px;
  flex-shrink: 0;
  padding-bottom: 1.6em;
}
@media (min-width: 770px) {
  .callback__form {
    display: block;
    width: 46%;
    padding-top: 2.8em;
    padding-bottom: 4.6em;
  }
}
.callback__form .formBlock__item,
.callback__form .formBlock__agree {
  max-width: 22.5em;
}
.callback__form [type=submit] {
  font-size: 1.0rem;
  width: 100%;
}
@media (min-width: 470px) {
  .callback__form [type=submit] {
    font-size: 1.25em;
  }
}
.etapySlider.owl-carousel {
  display: flex !important;
  flex-direction: column-reverse;
  padding-bottom: 3.1em;
  margin: 0;
}
@media (min-width: 640px) {
  .etapySlider.owl-carousel {
    padding-bottom: 5.8em;
  }
}
.etapySlider.owl-carousel .owl-dots {
  display: flex;
  counter-reset: etapySlider;
  margin-bottom: 1.7em;
}
@media (min-width: 970px) {
  .etapySlider.owl-carousel .owl-dots {
    padding: 0 2.5em;
    margin-bottom: 2.5em;
  }
}
.etapySlider.owl-carousel .owl-dots button {
  display: flex;
  align-items: center;
  font-size: 1rem;
  background-color: transparent;
  flex: 1 1 auto;
}
.etapySlider.owl-carousel .owl-dots button span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #FDBB6D;
  height: 2.0em;
  width: 2.0em;
  transition: background-color 300ms;
}
@media (min-width: 470px) {
  .etapySlider.owl-carousel .owl-dots button span {
    height: 2.5em;
    width: 2.5em;
  }
}
@media (min-width: 640px) {
  .etapySlider.owl-carousel .owl-dots button span {
    height: 3.25em;
    width: 3.25em;
  }
}
@media (min-width: 770px) {
  .etapySlider.owl-carousel .owl-dots button span {
    height: 4.5em;
    width: 4.5em;
  }
}
.etapySlider.owl-carousel .owl-dots button span::before {
  display: block;
  counter-increment: etapySlider;
  content: counter(etapySlider);
  font-size: 1.5rem;
  flex-shrink: 0;
  line-height: 1;
  color: #FFFFFF;
  transition: color 300ms;
}
@media (min-width: 470px) {
  .etapySlider.owl-carousel .owl-dots button span::before {
    font-size: 2.0rem;
  }
}
@media (min-width: 640px) {
  .etapySlider.owl-carousel .owl-dots button span::before {
    font-size: 2.25rem;
  }
}
@media (min-width: 770px) {
  .etapySlider.owl-carousel .owl-dots button span::before {
    font-size: 3.125rem;
  }
}
.etapySlider.owl-carousel .owl-dots button::after {
  display: block;
  content: '';
  height: 2px;
  flex: 1 1 auto;
  background-color: #FDBB6D;
  transition: background-color 300ms;
}
.etapySlider.owl-carousel .owl-dots button.active span {
  background-color: #FDBB6D;
}
.etapySlider.owl-carousel .owl-dots button.active span:before {
  color: #FFFFFF;
}
.etapySlider.owl-carousel .owl-dots button.active::after {
  background-color: #FDBB6D;
}
.etapySlider.owl-carousel .owl-dots button.active + * span,
.etapySlider.owl-carousel .owl-dots button.active + * + * span,
.etapySlider.owl-carousel .owl-dots button.active + * + * + * span,
.etapySlider.owl-carousel .owl-dots button.active + * + * + * + * span,
.etapySlider.owl-carousel .owl-dots button.active + * + * + * + * + * span,
.etapySlider.owl-carousel .owl-dots button.active + * + * + * + * + * + * span {
  background-color: #F0F0F0;
}
.etapySlider.owl-carousel .owl-dots button.active + * span:before,
.etapySlider.owl-carousel .owl-dots button.active + * + * span:before,
.etapySlider.owl-carousel .owl-dots button.active + * + * + * span:before,
.etapySlider.owl-carousel .owl-dots button.active + * + * + * + * span:before,
.etapySlider.owl-carousel .owl-dots button.active + * + * + * + * + * span:before,
.etapySlider.owl-carousel .owl-dots button.active + * + * + * + * + * + * span:before {
  color: #C4C4C4;
}
.etapySlider.owl-carousel .owl-dots button.active + *::after,
.etapySlider.owl-carousel .owl-dots button.active + * + *::after,
.etapySlider.owl-carousel .owl-dots button.active + * + * + *::after,
.etapySlider.owl-carousel .owl-dots button.active + * + * + * + *::after,
.etapySlider.owl-carousel .owl-dots button.active + * + * + * + * + *::after,
.etapySlider.owl-carousel .owl-dots button.active + * + * + * + * + * + *::after {
  background-color: #F0F0F0;
}
.etapySlider.owl-carousel .owl-dots button:last-child {
  flex: 0 1 auto;
  flex-shrink: 0;
}
.etapySlider.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.etapySlider.owl-carousel .owl-nav > * {
  position: static !important;
  background: none !important;
  border: 0 !important;
  margin-right: 0.75em !important;
  transform: none !important;
  width: auto !important;
  height: auto !important;
}
@media (min-width: 640px) {
  .etapySlider.owl-carousel .owl-nav > * {
    margin-right: 1.7em !important;
  }
}
.etapySlider.owl-carousel .owl-nav > *:last-child {
  margin-right: 0 !important;
}
.etapySlider.owl-carousel .owl-nav > *::before {
  display: block;
  background: linear-gradient(90.28deg, #FDBB6D 3.04%, #D8747C 99.92%) !important;
  border-radius: 4px;
  font-size: 1.0rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
  min-width: 5.0em;
  padding: 0.5em 0.8em;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 640px) {
  .etapySlider.owl-carousel .owl-nav > *::before {
    padding: 0.8em 1.2em;
    font-size: 1.25rem;
    min-width: 6.5em;
  }
}
.etapySlider.owl-carousel .owl-nav > * span {
  display: none;
}
.etapySlider.owl-carousel .owl-nav > *.disabled::before {
  background: #C4C4C4 !important;
}
.etapySlider.owl-carousel .owl-nav .owl-prev::before {
  content: '« Назад';
}
.etapySlider.owl-carousel .owl-nav .owl-next::before {
  content: 'Дальше »';
}
.etapyItem__title {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.2;
  text-align: center;
  color: #333333;
  margin-bottom: 0.35em;
}
@media (min-width: 470px) {
  .etapyItem__title {
    font-size: 2.375rem;
  }
}
.etapyItem__text {
  text-align: center;
}
.etapyItem__text p {
  font-size: 1.0rem;
  margin-bottom: 0.6em;
  color: #666666;
}
@media (min-width: 470px) {
  .etapyItem__text p {
    font-size: 1.125rem;
  }
}
.locationBlock {
  padding-left: 1.3em;
  margin-bottom: 3.65em;
}
@media (min-width: 770px) {
  .locationBlock {
    display: flex;
    padding-left: 2.1em;
  }
}
.locationBlock__left {
  flex-shrink: 0;
  margin-bottom: 1.9em;
}
@media (min-width: 770px) {
  .locationBlock__left {
    margin-bottom: 0;
    width: 50%;
    padding-right: 1.5em;
  }
}
.locationBlock__right {
  flex: 1 1 auto;
}
.locationBlock__title {
  font-size: 1.0rem;
  color: #333333;
  font-weight: 700;
  margin-bottom: 0.7em;
  font-family: 'Playfair Display', serif;
  position: relative;
}
@media (min-width: 470px) {
  .locationBlock__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 640px) {
  .locationBlock__title {
    font-size: 1.5rem;
  }
}
.locationBlock__title::before {
  display: block;
  content: '';
  width: 1.1em;
  height: 0.6em;
  font-size: 0.675rem;
  background-color: #D8747C;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-200%, -50%);
  border-radius: 4px;
}
@media (min-width: 470px) {
  .locationBlock__title::before {
    font-size: 1rem;
  }
}
.locationBlock__address {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0.5em;
  color: #666666;
}
@media (min-width: 640px) {
  .locationBlock__address {
    font-size: 1.0rem;
  }
}
.locationBlock__map {
  display: flex;
  align-items: center;
  margin-bottom: 1.0em;
  text-decoration: underline;
  color: #6B84A9;
}
.locationBlock__map::before {
  display: block;
  content: '';
  width: 1.125em;
  height: 1.125em;
  font-size: 1.0rem;
  margin-right: 0.4em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/pin.svg);
}
@media (min-width: 470px) {
  .locationBlock__map::before {
    height: 1.5em;
  }
}
.locationBlock__site {
  display: table;
  text-decoration: none;
  color: #6B84A9;
  margin-bottom: 0.6em;
}
@media (min-width: 470px) {
  .locationBlock__site {
    margin-bottom: 1.3em;
  }
}
.locationBlock__site:hover {
  text-decoration: underline;
}
.locationBlock__link {
  display: table;
  text-decoration: underline;
  color: #666666;
  margin-bottom: 1.0em;
}
.request {
  display: flex;
  color: #fff;
  background-color: #AC6C84;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 0 1.0em;
  margin-bottom: 1.8em;
  margin-left: -1em;
  margin-right: -1em;
}
@media (min-width: 470px) {
  .request {
    margin-left: -1.2em;
    margin-right: -1.2em;
  }
}
@media (min-width: 770px) {
  .request {
    margin-left: -1.5em;
    margin-right: -1.5em;
    margin-bottom: 3.4em;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-around;
  }
}
@media (min-width: 970px) {
  .request {
    margin-left: -1.875em;
    margin-right: -1.875em;
    padding: 0 3.4em;
    border-radius: 6px;
  }
}
@media (min-width: 1270px) {
  .request {
    margin-left: -3.5em;
    margin-right: -3.5em;
  }
}
.request > * {
  position: relative;
  z-index: 2;
}
.request::before {
  display: block;
  content: '';
  z-index: 1;
  position: absolute;
  right: 14%;
  top: 50%;
  height: 33em;
  width: 33em;
  max-height: 96%;
  max-width: 100%;
  transform: translate(0, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/svg/logo-purple.svg);
}
@media (min-width: 470px) {
  .request::before {
    left: 14%;
    right: auto;
  }
}
.request__title {
  font-weight: 500;
  color: #FDBB6D;
  margin-bottom: 0.2em;
  font-size: 0.875em;
}
@media (min-width: 640px) {
  .request__title {
    font-size: 1em;
  }
}
.request__price {
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.5em;
  font-size: 1.25rem;
  font-weight: 500;
}
@media (min-width: 640px) {
  .request__price {
    font-size: 1.5rem;
    margin-bottom: 1.6em;
  }
}
.request__price span {
  font-weight: 700;
  font-size: 1.875rem;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .request__price span {
    font-size: 2.5rem;
  }
}
.request .ul-land li {
  color: #fff;
  font-size: 0.75em;
  padding-left: 1.5em;
  margin-bottom: 1.3em;
}
@media (min-width: 640px) {
  .request .ul-land li {
    font-size: 0.875em;
  }
}
.request .ul-land li::before {
  font-size: 0.75em;
  top: -0.3em;
  right: auto;
  left: -0.6em;
}
.request__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 2.0em;
  z-index: 3;
}
@media (min-width: 770px) {
  .request__info {
    display: block;
    max-width: 27em;
    padding-top: 3.7em;
    padding-bottom: 4.3em;
  }
}
.request__info .title {
  color: #fff;
  width: 100%;
  margin-bottom: 0.5em;
}
.request__person {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 9.5em;
  padding-left: 9.9em;
}
@media (min-width: 970px) {
  .request__person {
    display: none;
  }
}
.request__img {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  padding-top: 0.7em;
  transform: translate(0, -50%);
  overflow: hidden;
}
.request__img::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50%;
  z-index: 2;
  background-position: 70% 0;
  background-repeat: no-repeat;
  background-size: 12.0em;
  background-image: url(../img/bortcova.png);
}
.request__img::after {
  display: block;
  content: '';
  position: relative;
  height: 8.75em;
  width: 8.75em;
  border-radius: 50%;
  background-color: #B8CBE7;
  box-shadow: inset 0 0 0 6px #FFFFFF;
  background-position: 70% 10%;
  background-repeat: no-repeat;
  background-size: 12.0em;
  background-image: url(../img/bortcova.png);
}
.request__name {
  display: block;
  font-weight: 700;
  margin-bottom: 0.2em;
  font-size: 1.25em;
  font-family: 'Playfair Display', serif;
  color: #FFFFFF;
}
.request__spec {
  display: block;
  color: #FFFFFF;
  font-size: 0.875rem;
}
.request .formBlock {
  max-width: 20em;
  padding-top: 0.9em;
  padding-bottom: 2.5em;
}
@media (min-width: 770px) {
  .request .formBlock {
    padding-top: 4.5em;
  }
}
@media (min-width: 970px) {
  .request .formBlock {
    max-width: 16.5em;
  }
}
.request .formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.request .formBlock__item .formBlock__item textarea {
  color: #D9B8C4;
  border-bottom: 1px solid #D9B8C4;
}
.request .formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::-webkit-input-placeholder,
.request .formBlock__item .formBlock__item textarea::-webkit-input-placeholder {
  color: #D9B8C4;
}
.request .formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::-moz-placeholder,
.request .formBlock__item .formBlock__item textarea::-moz-placeholder {
  color: #D9B8C4;
}
.request .formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):-moz-placeholder,
.request .formBlock__item .formBlock__item textarea:-moz-placeholder {
  color: #D9B8C4;
}
.request .formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):-ms-input-placeholder,
.request .formBlock__item .formBlock__item textarea:-ms-input-placeholder {
  color: #D9B8C4;
}
.request .formBlock__item [type=submit] {
  font-size: 1rem;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 470px) {
  .request .formBlock__item [type=submit] {
    font-size: 1.25em;
  }
}
.request .formBlock__submit {
  margin-bottom: 1.3em;
}
.request .formBlock__agree label {
  color: #FFFFFF;
}
.request__person_big {
  display: none;
  flex-shrink: 0;
  flex: 1 1 auto;
  position: relative;
  align-self: stretch;
  margin-top: -1.5em;
  margin-left: -1.5em;
  background-position: center 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/bortcova.png);
  filter: grayscale(100%);
}
@media (min-width: 970px) {
  .request__person_big {
    display: block;
  }
}
.reviewsSlider {
  margin-top: 4.3em;
}
.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: 4.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: block;
  opacity: 0;
  height: 6px;
  width: 6px;
  background-color: #fff;
  border-radius: 50%;
  transition: opacity 300ms;
}
.reviewsSlider.owl-carousel .owl-dots .owl-dot.active {
  background-color: #FDBB6D;
}
.reviewsSlider.owl-carousel .owl-dots .owl-dot.active span {
  opacity: 1;
}
.reviewsSlider.owl-carousel .owl-nav button.owl-prev,
.reviewsSlider.owl-carousel .owl-nav button.owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 46.5%;
  height: 3.125em;
  width: 3.125em;
  background-image: none !important;
  background-color: #F49A1A !important;
  box-shadow: 0px 4px 10px rgba(244, 154, 26, 0.25);
  border-radius: 50%;
  transition: background-color 300ms;
}
.reviewsSlider.owl-carousel .owl-nav button.owl-prev span,
.reviewsSlider.owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.reviewsSlider.owl-carousel .owl-nav button.owl-prev::before,
.reviewsSlider.owl-carousel .owl-nav button.owl-next::before,
.reviewsSlider.owl-carousel .owl-nav button.owl-prev::after,
.reviewsSlider.owl-carousel .owl-nav button.owl-next::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 1em;
  width: 1em;
  transition: opacity 300ms;
}
.reviewsSlider.owl-carousel .owl-nav button.owl-prev::before,
.reviewsSlider.owl-carousel .owl-nav button.owl-next::before {
  background-image: url(../img/svg/arrow-gray.svg);
  opacity: 0;
}
.reviewsSlider.owl-carousel .owl-nav button.owl-prev::after,
.reviewsSlider.owl-carousel .owl-nav button.owl-next::after {
  background-image: url(../img/svg/arrow-white.svg);
}
.reviewsSlider.owl-carousel .owl-nav button.owl-prev:hover,
.reviewsSlider.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #C4C4C4 !important;
  box-shadow: 0px 4px 10px rgba(196, 196, 196, 0.25);
}
.reviewsSlider.owl-carousel .owl-nav button.owl-prev:hover::before,
.reviewsSlider.owl-carousel .owl-nav button.owl-next:hover::before {
  opacity: 1;
}
.reviewsSlider.owl-carousel .owl-nav button.owl-prev:hover::after,
.reviewsSlider.owl-carousel .owl-nav button.owl-next:hover::after {
  opacity: 0;
}
.reviewsSlider.owl-carousel .owl-nav button.owl-prev.disabled,
.reviewsSlider.owl-carousel .owl-nav button.owl-next.disabled {
  display: none;
}
.reviewsSlider.owl-carousel .owl-nav button.owl-prev {
  left: -1em;
}
@media (min-width: 770px) {
  .reviewsSlider.owl-carousel .owl-nav button.owl-prev {
    left: -1.5em;
  }
}
@media (min-width: 970px) {
  .reviewsSlider.owl-carousel .owl-nav button.owl-prev {
    left: -3.5em;
  }
}
.reviewsSlider.owl-carousel .owl-nav button.owl-next {
  right: -1em;
}
@media (min-width: 770px) {
  .reviewsSlider.owl-carousel .owl-nav button.owl-next {
    right: -1.5em;
  }
}
@media (min-width: 970px) {
  .reviewsSlider.owl-carousel .owl-nav button.owl-next {
    right: -3.5em;
  }
}
.reviewsSlider.owl-carousel .owl-nav button.owl-next::before,
.reviewsSlider.owl-carousel .owl-nav button.owl-next::after {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.reviewsSlider__item__date {
  font-size: 0.75rem;
  color: #6B84A9;
  margin-bottom: 0.7em;
}
@media (min-width: 470px) {
  .reviewsSlider__item__date {
    font-size: 0.875rem;
  }
}
.reviewsSlider__item__name {
  font-family: 'Playfair Display', serif;
  font-size: 1.125rem;
  color: #333333;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.6em;
}
@media (min-width: 470px) {
  .reviewsSlider__item__name {
    font-size: 1.25rem;
    margin-bottom: 1.0em;
  }
}
.reviewsSlider__item__name::after {
  display: block;
  content: '';
  height: 6px;
  margin-top: 0.8em;
  background: linear-gradient(95.09deg, #FDBB6D 3.04%, #D8747C 99.92%);
  border-radius: 10px;
}
.reviewsSlider__item__case {
  margin-bottom: 0.3em;
  font-weight: 500;
  font-size: 1.0rem;
  color: #333333;
}
@media (min-width: 470px) {
  .reviewsSlider__item__case {
    font-size: 1.125rem;
    margin-bottom: 0.7em;
  }
}
.reviewsSlider__item__text {
  color: #666666;
  font-size: 0.875rem;
}
@media (min-width: 470px) {
  .reviewsSlider__item__text {
    font-size: 1.0rem;
  }
}
.reviewsSlider__item__text p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.quiz {
  display: flex;
  flex-direction: column;
  background-color: #6B85A9;
  border-radius: 6px;
  position: relative;
  padding: 1.5em 1.0em;
  margin-left: -1em;
  margin-right: -1em;
  color: #FFFFFF;
  align-self: baseline;
}
@media (min-width: 470px) {
  .quiz {
    margin-left: 0;
    margin-right: 0;
    padding: 1.7em 1.4em;
  }
}
@media (min-width: 640px) {
  .quiz {
    padding: 2.4em;
  }
}
.quiz__title {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 0.6em;
  font-weight: 500;
}
@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;
}
.quizStep.active {
  display: flex;
}
.quizStep__counter {
  display: flex;
  margin: 0 0 1.45em;
  padding: 0;
  counter-reset: quiz;
  list-style: none;
}
.quizStep__counter li {
  display: block;
  list-style: none;
  flex: 1 1 auto;
  position: relative;
  margin: 0 0.5625em 0 0;
  padding: 0 0 0.4em;
}
.quizStep__counter li:last-child {
  margin-right: 0;
}
.quizStep__counter li::before {
  display: block;
  content: counter(quiz);
  counter-increment: quiz;
  text-align: center;
  font-weight: 500;
  font-size: 0.875rem;
  color: #A3B6D1;
  transition: color 300ms;
}
.quizStep__counter li::after {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #A3B6D1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: background-color 300ms, height 300ms;
}
.quizStep__counter li.active::before {
  color: #FFFFFF;
}
.quizStep__counter li.active:after {
  background-color: #FDBB6D;
  height: 6px;
}
.quizStep__quest {
  margin-bottom: 1.0em;
  line-height: 1.5;
}
.quizStep__form {
  flex: 1 1 auto;
}
.quizStep__alert {
  display: none;
  color: #E2574C;
}
.quizStep__actions {
  display: flex;
  margin-top: 30px;
}
.quizStep__button {
  margin-right: 0.65em;
  display: inline-flex;
  align-items: center;
  padding: 0.8em 1.0em;
}
@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.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.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: #FDBB6D;
}
.teamWrap {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
  margin-left: -1em;
  margin-right: -1em;
}
@media (min-width: 470px) {
  .teamWrap {
    margin-left: -1.2em;
    margin-right: -1.2em;
  }
}
@media (min-width: 640px) {
  .teamWrap {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    border-radius: 6px;
  }
}
.teamWrap__left {
  padding-right: 0;
  flex: 1 1 auto;
  overflow: hidden;
  padding: 1.75em 0;
}
@media (min-width: 470px) {
  .teamWrap__left {
    padding: 1.75em;
  }
}
@media (min-width: 640px) {
  .teamWrap__left {
    padding: 2.75em;
  }
}
.teamWrap .formBlock {
  background-color: #6B84A9;
  padding: 1.2em 1.4em 2.1em 1.4em;
  flex-shrink: 0;
}
@media (min-width: 640px) {
  .teamWrap .formBlock {
    padding: 1.6em 1.4em 2.9em 1.7em;
    width: 16.5em;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}
.teamWrap .formBlock__title {
  font-weight: 700;
  font-size: 1.875rem;
  color: #FFFFFF;
}
.teamWrap .formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.teamWrap .formBlock__item .formBlock__item textarea {
  color: #B8CBE7;
  border-bottom: 1px solid #B8CBE7;
}
.teamWrap .formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::-webkit-input-placeholder,
.teamWrap .formBlock__item .formBlock__item textarea::-webkit-input-placeholder {
  color: #B8CBE7;
}
.teamWrap .formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::-moz-placeholder,
.teamWrap .formBlock__item .formBlock__item textarea::-moz-placeholder {
  color: #B8CBE7;
}
.teamWrap .formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):-moz-placeholder,
.teamWrap .formBlock__item .formBlock__item textarea:-moz-placeholder {
  color: #B8CBE7;
}
.teamWrap .formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):-ms-input-placeholder,
.teamWrap .formBlock__item .formBlock__item textarea:-ms-input-placeholder {
  color: #B8CBE7;
}
.teamWrap .formBlock__item [type=submit] {
  font-size: 1rem;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 470px) {
  .teamWrap .formBlock__item [type=submit] {
    font-size: 1.25em;
  }
}
.teamWrap .formBlock__submit {
  margin-bottom: 1.3em;
}
.teamWrap .formBlock__agree label {
  color: #FFFFFF;
}
.teamSlider.owl-carousel {
  margin-top: 0.25em;
  margin-bottom: 0;
}
.teamSlider.owl-carousel .owl-nav button.owl-prev,
.teamSlider.owl-carousel .owl-nav button.owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 46.5%;
  height: 3.125em;
  width: 3.125em;
  background-image: none !important;
  background-color: #F49A1A !important;
  box-shadow: 0px 4px 10px rgba(244, 154, 26, 0.25);
  border-radius: 50%;
  transition: background-color 300ms;
}
.teamSlider.owl-carousel .owl-nav button.owl-prev span,
.teamSlider.owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.teamSlider.owl-carousel .owl-nav button.owl-prev::before,
.teamSlider.owl-carousel .owl-nav button.owl-next::before,
.teamSlider.owl-carousel .owl-nav button.owl-prev::after,
.teamSlider.owl-carousel .owl-nav button.owl-next::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 1em;
  width: 1em;
  transition: opacity 300ms;
}
.teamSlider.owl-carousel .owl-nav button.owl-prev::before,
.teamSlider.owl-carousel .owl-nav button.owl-next::before {
  background-image: url(../img/svg/arrow-gray.svg);
  opacity: 0;
}
.teamSlider.owl-carousel .owl-nav button.owl-prev::after,
.teamSlider.owl-carousel .owl-nav button.owl-next::after {
  background-image: url(../img/svg/arrow-white.svg);
}
.teamSlider.owl-carousel .owl-nav button.owl-prev:hover,
.teamSlider.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #C4C4C4 !important;
  box-shadow: 0px 4px 10px rgba(196, 196, 196, 0.25);
}
.teamSlider.owl-carousel .owl-nav button.owl-prev:hover::before,
.teamSlider.owl-carousel .owl-nav button.owl-next:hover::before {
  opacity: 1;
}
.teamSlider.owl-carousel .owl-nav button.owl-prev:hover::after,
.teamSlider.owl-carousel .owl-nav button.owl-next:hover::after {
  opacity: 0;
}
.teamSlider.owl-carousel .owl-nav button.owl-prev {
  left: 0.5em;
}
@media (min-width: 470px) {
  .teamSlider.owl-carousel .owl-nav button.owl-prev {
    left: -1.5em;
  }
}
.teamSlider.owl-carousel .owl-nav button.owl-next {
  right: 0.5em;
}
@media (min-width: 470px) {
  .teamSlider.owl-carousel .owl-nav button.owl-next {
    right: -1.5em;
  }
}
.teamSlider.owl-carousel .owl-nav button.owl-next::before,
.teamSlider.owl-carousel .owl-nav button.owl-next::after {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.teamSlider-item__img {
  margin-bottom: 0.7em;
}
.teamSlider-item__img img {
  border-radius: 6px;
  filter: grayscale(100%);
  max-width: 100%;
}
.teamSlider-item__name {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #333333;
}
.teamSlider-item__text {
  font-size: 0.875em;
  margin-top: 0.7em;
}
.teamSlider-item__info {
  font-size: 0.875em;
  color: #6B84A9;
  margin-top: 0.7em;
  padding-top: 0.7em;
  position: relative;
}
.teamSlider-item__info:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 3px;
  background: linear-gradient(90.51deg, #FDBB6D 3.04%, #D8747C 99.92%), #C4C4C4;
}
.courtBlock__img {
  display: table;
  width: 100%;
  max-width: 20em;
  height: 13.25em;
  margin: 0 auto 1.5em;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 770px) {
  .courtBlock__img {
    display: none;
  }
}
.casePrice {
  color: #6B85A9;
  line-height: 1;
}
.casePrice__year {
  display: flex;
  align-items: center;
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.3em;
  font-size: 1.875rem;
}
@media (min-width: 470px) {
  .casePrice__year {
    font-size: 2.5rem;
  }
}
.casePrice__year::after {
  display: block;
  content: '';
  width: 23px;
  height: 4px;
  background-color: #FDBB6D;
  border-radius: 4px;
  margin-left: 0.35em;
  margin-top: 0.2em;
}
.casePrice__number {
  font-family: 'Playfair Display', serif;
  font-size: 1.875rem;
  margin-top: 0.2em;
}
@media (min-width: 470px) {
  .casePrice__number {
    font-size: 2.5rem;
  }
}
@media (min-width: 640px) {
  .casePrice__number {
    margin-top: 0;
  }
}
.popupBlock {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFF;
  z-index: 101;
  border-radius: 6px;
  min-width: 280px;
  max-width: 96%;
  max-height: 96%;
  width: 100%;
  overflow: auto;
  box-sizing: border-box;
}
@media (min-width: 470px) {
  .popupBlock {
    max-width: 25em;
  }
}
@media (min-width: 970px) {
  .popupBlock {
    max-width: 54em;
  }
}
.popupBlock__title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.2;
  color: #333333;
  margin-bottom: 0.8em;
}
@media (min-width: 970px) {
  .popupBlock__title {
    font-size: 1.875rem;
  }
}
.popupBlock__close {
  display: block;
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  cursor: pointer;
}

.popupBlock__close:before,
.popupBlock__close:after {
  content: '';
  display: block;
  position: absolute;
  height: 3px;
  right: 0;
  left: 0;
  bottom: 50%;
  margin-bottom: -1px;
  background-color: #D8747C;
}
@media (min-width: 970px) {
  .popupBlock__close {
    /*transform: translate(170%, 0);*/
    top: .4em;
    right: .4em;
  }

  .popupBlock__close:before,
  .popupBlock__close:after {
    background-color: #fff;

  }
}
.popupBlock__close:before {
  transform: rotate(45deg);
}
.popupBlock__close:after {
  transform: rotate(-45deg);
}
@media (min-width: 970px) {
  .popupBlock__content {
    display: flex;
  }
}
.popupBlock__info {
  flex: 1 1 auto;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 1.2em 1.7em;
}
@media (min-width: 970px) {
  .popupBlock__info {
    padding: 2.4em 2.4em 1.8em 2.6em;
  }
}
.popupBlock__info p {
  font-size: 0.875em;
}
@media (min-width: 970px) {
  .popupBlock__info p {
    font-size: 1em;
  }
}
.popupBlock__info p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.popupBlock .formBlock {
  background-color: #6B84A9;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 1.2em 2.0em;
  flex-shrink: 0;
}
@media (min-width: 970px) {
  .popupBlock .formBlock {
    width: 20.5em;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 6px;
  }
}
.popupBlock .formBlock__title {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #fff;
}
.popupBlock .formBlock__item {
  margin-bottom: 0.5em;
}
.popupBlock .formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.popupBlock .formBlock__item .formBlock__item textarea {
  color: #B8CBE7;
  border-bottom: 1px solid #B8CBE7;
}
.popupBlock .formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::-webkit-input-placeholder,
.popupBlock .formBlock__item .formBlock__item textarea::-webkit-input-placeholder {
  color: #B8CBE7;
}
.popupBlock .formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::-moz-placeholder,
.popupBlock .formBlock__item .formBlock__item textarea::-moz-placeholder {
  color: #B8CBE7;
}
.popupBlock .formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):-moz-placeholder,
.popupBlock .formBlock__item .formBlock__item textarea:-moz-placeholder {
  color: #B8CBE7;
}
.popupBlock .formBlock__item input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):-ms-input-placeholder,
.popupBlock .formBlock__item .formBlock__item textarea:-ms-input-placeholder {
  color: #B8CBE7;
}
.popupBlock .formBlock__item [type=submit] {
  font-size: 1rem;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 470px) {
  .popupBlock .formBlock__item [type=submit] {
    font-size: 1.25em;
  }
}
.popupBlock .formBlock__submit {
  padding-top: 0.9em;
  margin-bottom: 1.3em;
}
.popupBlock .formBlock__agree label {
  color: #FFFFFF;
}
.popupBlock-overlay {
  display: none;
  opacity: .99;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.usercontent ul,
.usercontent ol {
  margin: 15px 0;
}

.usercontent ul li,
.usercontent ol li {
  position: relative;
  margin-bottom: 10px;
}


.usercontent ul li {
  padding-left: 12px;
}

.usercontent ul li:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  background-color: #f49a1a;
  border-radius: 50%;
  top: 9px;
  left: 0;
}

.usercontent ol {
  counter-reset: list;
  margin-left: 20px;
}

.usercontent ol ol {
  counter-reset: list2;
  margin-left: 30px;
}

.usercontent ol li {
  counter-increment: list;
  /*padding-left: px;*/
}

.usercontent ol ol li {
  counter-increment: list2;

}

.usercontent ol li:before {
  position: absolute;
  content: counter(list) ".";
  font-size: 16px;
  font-weight: bold;
  display: block;
  width: 45px;
  text-align: right;
  top: 0;
  left: -48px;
  color: #f49a1a;
  padding-right: 5px;
}

.usercontent ol li ol li:before {
  content: counter(list) "." counter(list2);
}

.header__city {
  display: flex;
  text-align: right;
  align-self: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (min-width: 1070px) {
  .header__city {
    margin-bottom: 0;
    margin-top: 0;
  }
  .fixed .header__city {
    display: none;
  }
}
.header__city span {
  margin-right: 6px;
  margin-top: 1px;
  line-height: 1;
  font-size: 14px;
}
.header__city svg {
  display: inline-block;
  margin-right: 7px;
  height: 18px;
  margin-top: -2px;
}
.header__city i {
  font-style: normal;
  font-weight: 700;
  color: #F49A1A;
  line-height: 1;
  border-bottom: 2px dotted #F49A1A;
  cursor: pointer;
}
.cityModal {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, 0);
  background-color: #FFFFFF;
  color: #333333;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  box-sizing: border-box;
  padding: 1.4em 1.25em 1.25em 1.25em;
  width: 12.5em;
}
.cityModal > * {
  box-sizing: border-box;
}
.cityModal__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 0.8em;
  text-align: center;
}
.cityModal__actions {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cityModal__actions > * + * {
  margin-left: 0.5em;
}
.cityModal__button {
  cursor: pointer;
  border-radius: 4px;
  padding: 0.6em;
  flex-shrink: 0;
  flex-grow: 1;
  font-weight: 500;
  text-align: center;
  transition: background-color 300ms;
}
.cityModal__button--yes {
  color: #fff;
  background-color: #F49A1A;
}
.cityModal__button--no {
  color: #666666;
  background-color: #FFFFFF;
  box-shadow: inset 0 0 0 1px #C4C4C4;
}
.cityModal__button--no:hover {
  background-color: #BFBFBF;
}
.citySelector {
  position: relative;
  box-sizing: border-box;
  z-index: 999;
}
@media (min-width: 1070px) {
  .fixed + .citySelector {
    display: none;
  }
}
.citySelector__popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  z-index: 15;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  margin-left: 0;
  padding: 28px 22px;
}
@media (min-width: 1070px) {
  .citySelector__popup {
    max-width: initial;
    max-height: initial;
    position: absolute;
    border-radius: 6px;
    top: -10px;
    right: 30px;
    left: auto;
    width: 445px;
    z-index: 999;
    padding: 18px 30px;
  }
}
.citySelector__popup__title {
  font-weight: 700;
  color: #333;
  font-size: 1.0rem;
  margin-bottom: 0.7em;
}
@media (min-width: 470px) {
  .citySelector__popup__title {
    font-size: 1.25rem;
  }
}
.citySelector__popup__body {
  display: flex;
  flex-direction: column;
  max-height: 490px;
}
@media (min-width: 470px) {
  .citySelector__popup__body {
    max-height: 580px;
  }
}
.citySelector__popup ul.cityList {
  margin: 0 0 0 -30px;
  padding: 0 0 0 30px;
  overflow: auto;
  flex-grow: 1;
  scrollbar-color: #F49A1A #C4C4C4;
}
.citySelector__popup ul.cityList::-webkit-scrollbar {
  width: 6px;
  background-color: #C4C4C4;
  border-radius: 8px;
}
.citySelector__popup ul.cityList::-webkit-scrollbar:horizontal {
  height: 6px;
}
.citySelector__popup ul.cityList::-webkit-scrollbar-track {
  background-color: #C4C4C4;
  border-radius: 6px;
}
.citySelector__popup ul.cityList::-webkit-scrollbar-thumb {
  background-color: #F49A1A;
  border: 1px solid #F49A1A;
  border-radius: 8px;
}
.citySelector__popup ul.cityList::-webkit-scrollbar-thumb:hover {
  background-color: #F49A1A;
  border: 1px solid #F49A1A;
}
.citySelector__popup ul.cityList::-webkit-scrollbar-thumb:active {
  background-color: #F49A1A;
  border: 1px solid  #F49A1A;
}
.citySelector__popup__close {
  display: block;
  height: 32px;
  position: absolute;
  top: 13px;
  right: 18px;
  width: 32px;
  cursor: pointer;
}
@media (min-width: 1070px) {
  .citySelector__popup__close {
    display: none;
  }
}
.citySelector__popup__close:before,
.citySelector__popup__close:after {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  border-radius: 4px;
  right: 0;
  left: 0;
  bottom: 50%;
  margin-bottom: -2px;
  background-color: #666666;
}
.citySelector__popup__close:before {
  transform: rotate(45deg);
}
.citySelector__popup__close:after {
  transform: rotate(-45deg);
}
.citySelector__search {
  width: 14.75em;
  margin-bottom: 10px;
}
@media (min-width: 470px) {
  .citySelector__search {
    margin-bottom: 15px;
  }
}
.citySelector__search input {
  border: 0;
  box-shadow: inset 0 0 0 1px #C4C4C4;
  border-radius: 4px;
  font-family: 'Manrope', sans-serif;
  background-color: #fff;
  color: #333333;
  padding: 0.65em 1.0em;
  font-size: 1.0rem;
  line-height: 1.2;
  width: 100%;
}
.citySelector__search input::-webkit-input-placeholder {
  font-weight: 300;
  color: #A4A4A4;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.citySelector__search input::-moz-placeholder {
  font-weight: 300;
  color: #A4A4A4;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.citySelector__search input:-moz-placeholder {
  font-weight: 300;
  color: #A4A4A4;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.citySelector__search input:-ms-input-placeholder {
  font-weight: 300;
  color: #A4A4A4;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.citySelector__search input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.citySelector__search input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.citySelector__search input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.citySelector__search input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
ul.cityList {
  column-count: 2;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
@media (min-width: 640px) {
  ul.cityList {
    column-count: 3;
  }
}
@media (min-width: 870px) {
  ul.cityList {
    column-count: 4;
  }
}
@media (min-width: 1070px) {
  ul.cityList {
    column-count: 2;
  }
}
ul.cityList li {
  display: block;
  list-style: none;
  margin: 0;
  break-inside: avoid;
  line-height: 1.42;
  border-radius: 4px;
  position: relative;
  transition: color 300ms, background-color 300ms;
}
ul.cityList li:hover a {
  background-color: #F0F0F0;
}
ul.cityList li.active a {
  color: #FDBB6D;
  box-shadow: inset 0 0 0 2px #FDBB6D;
  background-color: transparent;
}
ul.cityList li a {
  display: inline-block;
  text-decoration: none;
  line-height: 1.42;
  padding: 5px 13px 4px 11px;
  border-radius: 4px;
  margin-left: -11px;
  font-size: 0.875rem !important;
  color: #666666;
  user-select: none;
  transition: all 300ms;
}
@media (min-width: 470px) {
  ul.cityList li a {
    font-size: 1.0rem !important;
  }
}
