@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
figcaption,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
ins,
kbd,
label,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
img {
  margin: 0;
  padding: 0;
  font: inherit;
}
fieldset,
figure,
form,
legend {
  font: inherit;
  vertical-align: baseline;
}
figure,
form {
  padding: 0;
  border: 0;
}
legend {
  margin: 0;
}
:focus {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="search"] {
  -moz-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
fieldset,
legend {
  border: 0;
  padding: 0;
}
fieldset,
figure,
form {
  margin: 0;
}
legend {
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select {
  vertical-align: baseline;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button {
  cursor: pointer;
  *overflow: visible;
}
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
html {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.carousel {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.carousel__viewport {
  overflow: hidden;
  width: 100%;
}
.carousel__viewport.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.carousel__viewport.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.carousel__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.carousel__slide {
  position: relative;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url(../fonts/Roboto-Regular.woff) format("woff"),
    url(../fonts/Roboto-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url(../fonts/Roboto-Italic.woff) format("woff"),
    url(../fonts/Roboto-Italic.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url(../fonts/Roboto-Medium.woff) format("woff"),
    url(../fonts/Roboto-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url(../fonts/Roboto-MediumItalic.woff) format("woff"),
    url(../fonts/Roboto-MediumItalic.woff2) format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url(../fonts/Roboto-Bold.woff) format("woff"),
    url(../fonts/Roboto-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url(../fonts/Roboto-BoldItalic.woff) format("woff"),
    url(../fonts/Roboto-BoldItalic.woff2) format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  src: url(../fonts/RobotoSlab-Regular.woff) format("woff"),
    url(../fonts/RobotoSlab-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  src: url(../fonts/RobotoSlab-SemiBold.woff) format("woff"),
    url(../fonts/RobotoSlab-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Roboto Slab";
  src: url(../fonts/RobotoSlab-Bold.woff) format("woff"),
    url(../fonts/RobotoSlab-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}
body,
button,
input,
label,
select,
textarea {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
}
.modal .lds-spinner div::after,
body {
  background: #fff;
}
a:focus {
  outline: 0;
}
button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.clearfix::after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.container {
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.image {
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.text-regular {
  font-size: 16px;
  line-height: 140%;
}
.text-center {
  text-align: center;
}
.block-center {
  margin-left: auto;
  margin-right: auto;
}
.sub-title {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
}
.sub-description {
  margin-top: 12px;
  font-size: 20px;
  line-height: 140%;
  color: #ab8c49;
}
.title-small {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  font-family: "Roboto Slab", sans-serif;
}
.input-text {
  background: #fff;
  border: 1px solid gray;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  height: 64px;
  padding: 0 24px;
  font-size: 20px;
  line-height: 100%;
  width: 100%;
  display: block;
  -webkit-transition: border-color 0.15s ease, color 0.15s ease;
  -o-transition: border-color 0.15s ease, color 0.15s ease;
  transition: border-color 0.15s ease, color 0.15s ease;
  color: #000;
  position: relative;
  z-index: 1;
}
.input-text::-ms-input-placeholder {
  color: #bdbdbd;
}
.input-text::placeholder {
  color: #bdbdbd;
}
.input-text::-webkit-input-placeholder {
  color: #bdbdbd;
}
.input-text:-moz-placeholder,
.input-text::-moz-placeholder {
  color: #bdbdbd;
}
.input-text:-ms-input-placeholder {
  color: #bdbdbd;
}
.input-text.error {
  border-color: #973737;
  color: #973737;
}
.input-text_phone::-ms-input-placeholder {
  color: #000;
}
.input-text_phone::placeholder {
  color: #000;
}
.input-text_phone::-webkit-input-placeholder {
  color: #000;
}
.input-text_phone:-moz-placeholder,
.input-text_phone::-moz-placeholder {
  color: #000;
}
.input-text_phone:-ms-input-placeholder {
  color: #000;
}
.input-label {
  padding-left: 8px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 140%;
  display: block;
}
.alert_green,
.alert_red,
.alert_white {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.alert_green span,
.alert_red span,
.alert_white span {
  line-height: 140%;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  display: block;
}
.alert_red span {
  color: #973737;
  font-size: 14px;
  padding-left: 12px;
}
.alert_green::before,
.alert_red::before,
.alert_white::before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}
.alert_red::before {
  background: url(../img/alert-red.svg) center/contain no-repeat;
}
.alert_green span,
.alert_white span {
  font-size: 18px;
  padding-left: 32px;
  font-weight: 500;
}
.alert_green::before,
.alert_white::before {
  background: center/contain no-repeat;
}
.alert_white span {
  color: #fff;
}
.alert_white::before {
  background-image: url(../img/alert-white.svg);
}
.alert_green span {
  color: #5f933f;
}
.alert_green::before {
  background-image: url(../img/alert-green.svg);
}
.form-policy {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
}
.form-policy a {
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  color: #5f933f;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
.footer__label a:hover,
.form-policy a:hover,
.steps__text a:hover {
  border-color: #5f933f;
}
.input-wrapper {
  position: relative;
  z-index: 1;
}
.box {
  background: rgba(242, 242, 242, 0.5);
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.button,
.link {
  text-decoration: none;
}
.link {
  border-bottom: 1px solid #2f80ed;
  -webkit-transition: border-color 0.15s ease;
  font-size: 18px;
  line-height: 140%;
  color: #2f80ed;
  -o-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
}
.link:hover {
  border-color: transparent;
}
.button {
  text-align: center;
  outline: 0;
  border: 0;
  -webkit-transition: background 0.3s ease, color 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  color: #fff;
  font-family: "Roboto Slab", sans-serif;
  line-height: 100%;
  padding: 24px 16px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  text-transform: uppercase;
}
.button_primary {
  background: #973737;
  -webkit-box-shadow: 0 8px 20px rgba(151, 55, 55, 0.35);
  box-shadow: 0 8px 20px rgba(151, 55, 55, 0.35);
}
.button_primary:hover {
  background: #bb4646;
  -webkit-box-shadow: 0 8px 20px rgba(151, 55, 55, 0.7);
  box-shadow: 0 8px 20px rgba(151, 55, 55, 0.7);
}
.button_secondary {
  background: #5f933f;
  -webkit-box-shadow: 0 8px 20px rgba(95, 147, 63, 0.35);
  box-shadow: 0 8px 20px rgba(95, 147, 63, 0.35);
}
.button_secondary:hover {
  background: #77b451;
  -webkit-box-shadow: 0 8px 20px rgba(95, 147, 63, 0.7);
  box-shadow: 0 8px 20px rgba(95, 147, 63, 0.7);
}
.button-light {
  text-align: center;
  text-decoration: none;
  color: #973737;
  background: 0 0;
  line-height: 100%;
  font-size: 16px;
  border: 2px solid #973737;
  padding: 14px;
  outline: 0;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.button-light:hover {
  color: #fff;
  background: #973737;
}
.youtube {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
[class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}
.gap-top-inner_xs {
  padding-top: 40px;
}
.gap-top-inner_sm {
  padding-top: 64px;
}
.gap-top-inner_md {
  padding-top: 96px;
}
.gap-top-inner_lg {
  padding-top: 120px;
}
.gap-top-inner_xl {
  padding-top: 140px;
}
.gap-top-outer_xs {
  margin-top: 40px;
}
.gap-top-outer_sm {
  margin-top: 64px;
}
.gap-top-outer_md {
  margin-top: 96px;
}
.gap-top-outer_lg {
  margin-top: 120px;
}
.gap-top-outer_xl {
  margin-top: 140px;
}
.gap-bottom-inner_xs {
  padding-bottom: 40px;
}
.gap-bottom-inner_sm {
  padding-bottom: 64px;
}
.gap-bottom-inner_md {
  padding-bottom: 96px;
}
.gap-bottom-inner_lg {
  padding-bottom: 120px;
}
.gap-bottom-inner_xl {
  padding-bottom: 140px;
}
.gap-bottom-outer_xs {
  margin-bottom: 40px;
}
.gap-bottom-outer_sm {
  margin-bottom: 64px;
}
.gap-bottom-outer_md {
  margin-bottom: 96px;
}
.gap-bottom-outer_lg {
  margin-bottom: 120px;
}
.gap-bottom-outer_xl {
  margin-bottom: 140px;
}
.header {
  padding: 40px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header_inner {
  position: relative;
}
.footer {
  background: #f2f2f2;
}
.footer__checkbox {
  display: none;
}
.footer__checkbox:checked + .footer__label::before {
  background: url(../img/agreement.svg) center/10px no-repeat;
}
.footer__label {
  color: #000;
  font-size: 14px;
  line-height: 150%;
  padding-left: 30px;
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.footer__label a {
  color: #5f933f;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.footer__label::before {
  content: "";
  width: 16px;
  height: 16px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #000;
  position: absolute;
  top: 2px;
  left: 0;
  cursor: pointer;
}
.footer__copy {
  padding-top: 32px;
  padding-bottom: 32px;
}
.footer__copy p {
  color: #000;
  font-size: 16px;
  line-height: 140%;
}
.outside,
.outside__contact {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.outside__contact {
  margin-left: auto;
}
.outside__info {
  margin-right: 40px;
  text-align: right;
}
.outside__phone {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.outside__phone:hover {
  color: #973737;
}
.outside__schedule {
  font-size: 14px;
  line-height: 100%;
  color: gray;
  margin-top: 1px;
}
.outside__logo {
  width: 188px;
}
.outside__description {
  margin-left: 38px;
  padding-left: 34px;
  border-left: 1px solid gray;
  font-size: 14px;
  line-height: 160%;
}
.intro {
  padding-top: 248px;
}
.intro__subtitle,
.intro__title {
  font-family: "Roboto Slab", sans-serif;
}
.intro__title {
  font-weight: 600;
  max-width: 608px;
  line-height: 130%;
  font-size: 36px;
}
.intro__subtitle {
  margin-top: 12px;
  font-size: 18px;
  line-height: 140%;
  color: gray;
}
.intro__items {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.intro__item {
  position: relative;
}
.intro__picture {
  width: 320px;
}
.intro__info,
.intro__name {
  font-size: 18px;
  line-height: 100%;
  max-width: 192px;
}
.intro__info {
  font-size: 14px;
  line-height: 120%;
  color: gray;
  margin-top: 1px;
}
.intro__about {
  z-index: 1;
  width: 304px;
  height: 72px;
  padding-top: 13px;
  position: absolute;
  bottom: -18px;
}
.intro__about::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  width: 263px;
  height: 72px;
  background: #f2f2f2;
}
.intro__about_left {
  padding-left: 74px;
  right: -12px;
}
.intro__about_right {
  padding-left: 62px;
  left: -12px;
}
.intro__about_left::before {
  left: 21px;
  -webkit-transform: skew(-29.66deg);
  -ms-transform: skew(-29.66deg);
  transform: skew(-29.66deg);
  -webkit-border-radius: 6px 14px;
  border-radius: 6px 14px;
}
.intro__about_right::before {
  right: 21px;
  -webkit-transform: skew(29.66deg);
  -ms-transform: skew(29.66deg);
  transform: skew(29.66deg);
  -webkit-border-radius: 14px 6px;
  border-radius: 14px 6px;
}
.intro__text {
  font-size: 18px;
  line-height: 140%;
  margin-top: 70px;
  padding-top: 8px;
  padding-left: 22px;
  padding-right: 22px;
  max-width: 382px;
  width: 100%;
  position: relative;
  min-height: 94px;
}
.intro__text::after,
.intro__text::before {
  content: "";
  width: 16px;
  height: 92px;
  top: 0;
  background: center/contain no-repeat;
  position: absolute;
}
.intro__text::before {
  left: 0;
  background-image: url(../img/intro/left.svg);
}
.intro__text::after {
  right: 0;
  background-image: url(../img/intro/right.svg);
}
.intro__top {
  padding-bottom: 105px;
  position: relative;
  z-index: 1;
}
.intro__bottom {
  background: #f2f2f2;
  padding: 32px 0;
}
.intro__list {
  margin-left: -16px;
  margin-right: -16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.intro__list-item {
  font-size: 14px;
  line-height: 140%;
  font-family: "Roboto Slab", sans-serif;
  padding-left: 16px;
  padding-right: 16px;
  width: 25%;
}
.intro__list-item span {
  display: block;
  max-width: 205px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
}
.about__bullet::before,
.intro__list-item::before {
  content: "";
  width: 72px;
  height: 72px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/bullets-star.svg) center/contain no-repeat;
}
.mosaic__items {
  margin-left: -42px;
  margin-right: -42px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: -32px;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mosaic__item {
  padding-left: 42px;
  padding-right: 42px;
  width: 20%;
  margin-top: 32px;
}
.mosaic__picture {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: rgba(242, 242, 242, 0.5);
  padding: 16px 36px;
  max-width: 176px;
  display: block;
}
.mosaic__name {
  font-size: 16px;
  line-height: 120%;
  margin-top: 4px;
}
.mosaic__title {
  max-width: 612px;
}
.about__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 140%;
  font-family: "Roboto Slab", sans-serif;
  margin-bottom: 12px;
}
.about__description {
  max-width: 592px;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 54px;
}
.about__wrapper {
  position: relative;
  z-index: 1;
}
.about__bullets {
  max-width: 384px;
}
.about__bullet {
  margin-bottom: 12px;
}
.about__bullet:last-child {
  margin-bottom: 0;
}
.about__items {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about__picture_left {
  width: 401px;
}
.about__picture_right {
  width: 491px;
}
.about__name {
  margin-bottom: 12px;
}
.about__list-item {
  position: relative;
  padding-left: 10px;
  max-width: 280px;
}
.about__list-item::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  line-height: inherit;
}
.about__info_left {
  padding-left: 74px;
}
.about__info_right {
  padding-left: 80px;
}
.benefits__item,
.benefits__items {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.benefits__subtitle,
.benefits__text {
  margin-bottom: 18px;
}
.benefits__link-wrapper {
  margin-top: 28px;
  padding-left: 104px;
}
.benefits__picture {
  max-width: 488px;
  width: 100%;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.benefits__image {
  max-width: 488px;
  display: block;
}
.benefits__figcaption {
  background: rgba(171, 140, 73, 0.6);
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 5px;
  color: #fff;
}
.benefits__content {
  width: -webkit-calc(100% - 488px);
  width: calc(100% - 488px);
}
.benefits__content_right {
  padding-left: 136px;
}
.benefits__content_left {
  padding-right: 136px;
}
.benefits__alert {
  margin-bottom: 8px;
}
.benefits__alert span {
  max-width: 396px;
}
.steps__title {
  max-width: 620px;
}
.steps__items {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -50px;
  margin-right: -50px;
  margin-top: -60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.steps__item {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 60px;
  width: 50%;
}
.steps__number {
  font-weight: 600;
  font-size: 72px;
  line-height: 130%;
  font-family: "Roboto Slab", sans-serif;
  width: 56px;
  color: #973737;
  position: absolute;
  left: 16px;
  top: -36px;
  z-index: 1;
}
.steps__number::before {
  content: "";
  width: 100%;
  height: 20px;
  left: 0;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  position: absolute;
  background: #fff;
  z-index: -1;
}
.steps__inner {
  padding: 20px 154px 20px 91px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.steps__inner::before {
  content: "";
  width: 62px;
  height: 56px;
  position: absolute;
  top: -webkit-calc(50% - 28px);
  top: calc(50% - 28px);
  right: 36px;
  background: url(../img/big-check.svg) center/contain no-repeat;
}
.steps__text {
  font-size: 20px;
  line-height: 140%;
}
.steps__text a {
  color: #5f933f;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
.calc__outer {
  border: 1px solid #ab8c49;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  padding: 64px 104px;
}
.calc__title {
  max-width: 670px;
}
.calc__description {
  margin-bottom: 42px;
}
.calc__form {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.calc__left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 312px;
  padding-right: 34px;
  margin-bottom: 24px;
}
.calc__last,
.calc__right {
  width: -webkit-calc(100% - 312px);
  width: calc(100% - 312px);
}
.calc__right {
  margin-bottom: 24px;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 3px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.calc__last {
  margin-left: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 14px;
}
.calc__number {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  width: 40px;
  margin-right: 12px;
  font-family: "Roboto Slab", sans-serif;
  color: #973737;
}
.calc__subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  width: -webkit-calc(100% - 52px);
  width: calc(100% - 52px);
  padding-top: 6px;
}
.calc__policy {
  max-width: 620px;
  margin-top: 12px;
}
.calc__input-wrapper {
  width: 312px;
  padding-right: 32px;
}
.calc__button {
  width: -webkit-calc(100% - 312px);
  width: calc(100% - 312px);
}
.calc__radio {
  display: none;
}
.calc__radio-wrapper {
  margin-left: 3px;
  margin-right: 3px;
}
.calc__radio-wrapper_one-third {
  width: -webkit-calc(33.3% - 6px);
  width: calc(33.3% - 6px);
}
.calc__radio-wrapper_half {
  width: -webkit-calc(50% - 6px);
  width: calc(50% - 6px);
}
.calc__radio-label {
  background: #f2f2f2;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: gray;
  font-size: 18px;
  line-height: 100%;
  padding: 10px 5px;
  text-align: center;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.calc__radio-label:hover {
  background: #e5e5e5;
}
.calc__radio:checked + .calc__radio-label {
  color: #fff;
  background: #5f933f;
}
.experience__title {
  max-width: 729px;
}
.experience__description {
  max-width: 640px;
}
.experience__subtitle {
  margin-bottom: 8px;
  width: 100%;
}
.experience__icon {
  width: 48px;
  height: 48px;
  display: block;
  margin-bottom: 4px;
}
.experience__text {
  width: 100%;
}
.experience__text_hint {
  max-width: 406px;
  color: gray;
  margin-bottom: 24px;
}
.experience__item {
  width: 50%;
  padding-bottom: 49px;
  position: relative;
}
.experience__item:first-child {
  border-right: 1px solid gray;
  padding-right: 88px;
}
.experience__item:last-child {
  padding-left: 88px;
}
.experience__row {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.experience__row_gap {
  border-bottom: 1px solid gray;
}
.experience__link-wrapper {
  margin-top: 24px;
}
.experience__list-item {
  position: relative;
  padding-left: 16px;
}
.experience__list-item::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
}
.help__title {
  max-width: 740px;
}
.help__info {
  line-height: 120%;
  color: gray;
}
.help__picture {
  margin-top: 29px;
  display: block;
  width: 100%;
}
.help__inner {
  background: rgba(242, 242, 242, 0.5);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  padding: 32px 72px 40px;
}
.help__items {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -48px;
}
.help__items_top {
  margin-bottom: 58px;
}
.help__item {
  padding-left: 16px;
  padding-right: 16px;
  width: 33.3%;
  margin-top: 48px;
}
.help__text {
  margin-top: 6px;
  max-width: 346px;
}
.help__number {
  font-weight: 600;
  font-size: 96px;
  line-height: 100%;
  color: #973737;
  width: 133px;
  font-family: "Roboto Slab", sans-serif;
  position: relative;
}
.help__number::after,
.help__number::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  background: url(../img/small-star.svg) center/contain no-repeat;
}
.help__number::before {
  left: -10px;
}
.help__number::after {
  right: -10px;
}
.form_box {
  padding: 32px;
  background: rgba(242, 242, 242, 0.5);
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.form__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 24px;
}
.form__input {
  margin-bottom: 16px;
}
.form__button {
  margin-top: 40px;
  display: block;
  width: 100%;
}
.form__policy {
  margin-top: 12px;
}
.form__policy_small {
  max-width: 348px;
}
.check__row {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.check__form {
  width: 448px;
}
.check__content {
  width: -webkit-calc(100% - 448px);
  width: calc(100% - 448px);
  padding-right: 80px;
}
.check__alert {
  max-width: 488px;
  margin-bottom: 38px;
}
.check__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 36px;
}
.check__item span {
  font-size: 20px;
  line-height: 140%;
  padding-left: 18px;
  width: -webkit-calc(100% - 48px);
  width: calc(100% - 48px);
  display: block;
}
.check__item::before {
  content: "";
  width: 48px;
  height: 48px;
  background: url(../img/list-star.svg) center/contain no-repeat;
  display: block;
}
.check__item:last-child {
  margin-bottom: 0;
}
.table__description {
  margin-bottom: 58px;
}
.table__title {
  max-width: 730px;
}
.table__row {
  margin-left: -16px;
  margin-right: -16px;
  padding-top: 9px;
  padding-bottom: 10px;
  position: relative;
}
.table__row::before {
  content: "";
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  height: 1px;
  position: absolute;
  left: 16px;
  bottom: 0;
  background: #bdbdbd;
}
.table__row_last {
  padding-bottom: 9px;
}
.table__row_last::before {
  display: none;
}
.table__item,
.table__label {
  padding-left: 16px;
  padding-right: 16px;
  width: 25%;
  min-height: 44px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.table__item {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.table__label {
  font-size: 18px;
  line-height: 120%;
}
.table__header,
.table__item {
  position: relative;
}
.table__item::before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background: center/contain no-repeat;
  z-index: 1;
}
.table__item_true::before {
  background-image: url(../img/check-green.svg);
}
.table__item_false::before {
  background-image: url(../img/cross-red.svg);
}
.table__header::before,
.table__item::after {
  content: "";
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  position: absolute;
  left: 16px;
}
.table__item::after {
  height: -webkit-calc(100% + 18px);
  height: calc(100% + 18px);
  top: -9px;
  background: rgba(242, 242, 242, 0.5);
  z-index: -1;
}
.table__header {
  margin-left: -16px;
  margin-right: -16px;
}
.table__header::before {
  height: 1px;
  bottom: 0;
  background: #bdbdbd;
}
.table__header-item {
  width: 25%;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1px;
}
.table__header-item:first-child {
  margin-left: auto;
}
.table__header-item span {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  font-family: "Roboto Slab", sans-serif;
  padding: 16px 34px;
  z-index: 1;
  width: 100%;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.table__header-item span::before {
  content: "";
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  height: -webkit-calc(100% - 1px);
  height: calc(100% - 1px);
  background: rgba(242, 242, 242, 0.5);
  z-index: -1;
  position: absolute;
  left: 16px;
  top: 0;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}
.table__button {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 130%;
  padding: 14px;
  display: block;
  width: 100%;
}
.table__footer {
  margin-left: -16px;
  margin-right: -16px;
}
.table__footer-item {
  padding-left: 16px;
  padding-right: 16px;
  width: 25%;
  padding-top: 12px;
  position: relative;
}
.table__footer-item::before,
.table__selector-items {
  position: absolute;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.table__footer-item::before {
  content: "";
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  height: 100%;
  background: rgba(242, 242, 242, 0.5);
  z-index: -1;
  left: 16px;
  top: 0;
}
.table__selector {
  max-width: 344px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.table__selector-items {
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 5;
  width: 100%;
  overflow: hidden;
  border: 1px solid #bdbdbd;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.table__selector-items.active {
  opacity: 1;
  visibility: visible;
}
.table__selector-item {
  padding: 18px 22px;
  cursor: pointer;
  border-bottom: 1px solid #bdbdbd;
  font-size: 16px;
  line-height: 100%;
  font-family: "Roboto Slab", sans-serif;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.table__selector-item.active {
  background: #e5e5e5;
}
.table__selector-item:last-child {
  border-bottom: none;
}
.table__current {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  cursor: pointer;
  font-family: "Roboto Slab", sans-serif;
  color: #fff;
  padding: 18px 55px 18px 22px;
  background: #000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.table__current::before {
  content: "";
  width: 16px;
  height: 16px;
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px);
  position: absolute;
  right: 24px;
  background: url(../img/selector-arrow.svg) center/contain no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.table__current.active::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.form-horizontal {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}
.form-horizontal__policy {
  margin-left: auto;
  max-width: 346px;
  margin-right: 19px;
  margin-top: 12px;
}
.form-horizontal__button {
  max-width: 384px;
  width: 100%;
  display: block;
}
.form-horizontal__item {
  width: -webkit-calc(50% - 224px);
  width: calc(50% - 224px);
  margin-right: 32px;
}
.duty__title {
  max-width: 740px;
}
.duty__description {
  margin-top: 12px;
  color: gray;
  max-width: 710px;
}
.duty__form {
  border: 1px solid gray;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.duty__outer {
  padding-left: 72px;
  padding-right: 72px;
}
.duty__alert {
  max-width: 809px;
  margin-left: 109px;
}
.duty__alert-wrapper {
  -webkit-border-bottom-left-radius: 12px;
  border-bottom-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  border-bottom-right-radius: 12px;
  background: rgba(242, 242, 242, 0.5);
  padding: 27px;
  margin-top: 32px;
}
.cta__alert {
  max-width: 916px;
  margin-left: 109px;
}
.cta__alert-wrapper {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background: #5f933f;
  padding: 27px;
  margin-top: 32px;
}
.reviews__video {
  background: #000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.reviews__video::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.42%;
  position: relative;
  z-index: 1;
}
.reviews__video-wrapper {
  width: 592px;
}
.reviews__item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.reviews__text {
  padding-top: 48px;
  width: -webkit-calc(100% - 592px);
  width: calc(100% - 592px);
  padding-left: 104px;
}
.reviews__text > * {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 100%;
}
.reviews__text > :last-child {
  margin-bottom: 0;
}
.reviews__text > :first-child {
  margin-top: 0;
}
.reviews__info {
  margin-bottom: 8px;
}
.reviews__info,
.reviews__timer {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews__name,
.reviews__timer span {
  color: #5f933f;
}
.reviews__name {
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  padding-right: 10px;
}
.reviews__timer {
  width: 120px;
}
.reviews__timer::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/timer.svg) center/contain no-repeat;
}
.reviews__timer span {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  padding-left: 7px;
}
.reviews__button {
  max-width: 384px;
  width: 100%;
}
.reviews__button-wrapper {
  margin-top: 48px;
  width: 100%;
}
.mistakes__title {
  max-width: 780px;
}
.mistakes__items {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -64px;
}
.mistakes__item {
  padding-left: 16px;
  padding-right: 16px;
  width: 25%;
  margin-top: 64px;
}
.mistakes__number {
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  color: #973737;
  font-family: "Roboto Slab", sans-serif;
  width: 72px;
  margin-bottom: 14px;
  position: relative;
}
.mistakes__number::before {
  content: "!";
  color: inherit;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  top: 12px;
  left: -3px;
}
.mistakes__alert span,
.mistakes__text {
  font-size: 14px;
  line-height: 140%;
}
.mistakes__alert {
  max-width: 484px;
  margin-bottom: 8px;
}
.mistakes__alert::before {
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  background: url(../img/timer.svg) center/contain no-repeat;
}
.mistakes__alert span {
  color: #5f933f;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  padding-left: 12px;
}
.mistakes__alert,
.mistakes__row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mistakes__form {
  width: 448px;
}
.mistakes__video {
  background: #000;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mistakes__video::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.46%;
  position: relative;
  z-index: 1;
}
.mistakes__video-wrapper {
  width: -webkit-calc(100% - 448px);
  width: calc(100% - 448px);
  padding-right: 72px;
}
.advantages__title {
  max-width: 710px;
}
.advantages__row {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.advantages__items {
  padding-right: 80px;
  width: -webkit-calc(100% - 488px);
  width: calc(100% - 488px);
}
.advantages__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.advantages__item:last-child,
.article p:last-child,
.questions__item:last-child {
  margin-bottom: 0;
}
.advantages__item::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/list-star-second.svg) center/contain no-repeat;
  display: block;
}
.advantages__item span {
  padding-left: 18px;
  display: block;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}
.advantages__illustration {
  width: 488px;
}
.advantages__button {
  max-width: 384px;
  width: 100%;
}
.advantages__picture {
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.documents__row {
  margin-left: -16px;
  margin-right: -16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: -64px;
}
.documents__item {
  padding-left: 16px;
  padding-right: 16px;
  width: 50%;
}
.documents__items {
  max-width: 1008px;
  width: 100%;
}
.documents__link {
  display: block;
}
.documents__caption {
  font-size: 20px;
  line-height: 140%;
  margin-top: 7px;
}
.documents__button {
  max-width: 384px;
  width: 100%;
}
.documents__button-wrapper {
  margin-top: 48px;
}
.questions__picture {
  width: 519px;
  overflow: hidden;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.questions__content {
  width: -webkit-calc(100% - 519px);
  width: calc(100% - 519px);
  padding-left: 78px;
}
.questions__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.questions__row {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.questions__text {
  font-size: 20px;
  line-height: 140%;
  padding-left: 10px;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  padding-top: 2px;
}
.questions__number {
  width: 32px;
  line-height: 100%;
}
.questions__subtitle {
  margin-bottom: 28px;
}
.questions__description {
  margin-bottom: 78px;
}
.questions__alert {
  margin-top: 24px;
}
.questions__button {
  max-width: 384px;
  width: 100%;
}
.contacts__row {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contacts__title {
  max-width: 670px;
}
.contacts__description {
  max-width: 800px;
}
.contacts__form {
  width: 448px;
}
.contacts__content {
  width: -webkit-calc(100% - 448px);
  width: calc(100% - 448px);
  padding-left: 72px;
}
.contacts__map {
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  height: 400px;
}
.contacts__items {
  margin-top: 34px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contacts__item_address {
  width: 288px;
  padding-right: 43px;
}
.contacts__item_contacts {
  width: 224px;
  padding-right: 43px;
}
.contacts__item_schedule {
  width: 180px;
}
.contacts__subtitle {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 600;
  line-height: 140%;
  font-size: 20px;
}
.modal,
.modal__outer {
  width: 100%;
  top: 0;
  left: 0;
}
.modal {
  height: 100vh;
  height: -webkit-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
  z-index: 40;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  position: fixed;
}
.modal.open,
.modal__inner.open {
  opacity: 1;
  visibility: visible;
}
.modal__outer {
  height: 100%;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
}
.modal__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100%;
  padding: 15px 0;
  position: relative;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.5s ease,
    -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease, opacity 0.3s ease, visibility 0.5s ease;
  transition: transform 0.4s ease, opacity 0.3s ease, visibility 0.5s ease;
  transition: transform 0.4s ease, opacity 0.3s ease, visibility 0.5s ease,
    -webkit-transform 0.4s ease;
}
.modal__overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.modal-box {
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8),
    0 32px 60px rgba(0, 0, 0, 0.32);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8), 0 32px 60px rgba(0, 0, 0, 0.32);
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.modal-callback {
  position: relative;
  margin: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  pointer-events: all;
  max-width: 548px;
  width: 100%;
  z-index: 1;
  padding: 48px 64px;
}
.modal-callback__close {
  padding: 16px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  z-index: 2;
}
.modal-callback__close svg {
  width: 24px;
  height: 24px;
  fill: #5f933f;
  -webkit-transition: fill 0.15s ease;
  -o-transition: fill 0.15s ease;
  transition: fill 0.15s ease;
}
.modal-callback__close:hover svg {
  fill: #000;
}
.modal-callback .form__title {
  font-family: "Roboto Slab", sans-serif;
  font-size: 22px;
  line-height: 140%;
}
.modal-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: -webkit-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.gallery.open {
  opacity: 1;
  visibility: visible;
}
.gallery__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.gallery__outer {
  padding: 40px 0;
  height: 100%;
  pointer-events: none;
}
.gallery__image {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: auto;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gallery__image.lazy {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.gallery__image.lazy.loaded {
  opacity: 1;
}
.gallery__item {
  pointer-events: none;
  text-align: center;
}
.gallery__items {
  height: 100%;
  margin-left: -12px;
  margin-right: -12px;
}
.gallery__arrow {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: all;
  opacity: 0.5;
}
.gallery__arrow.swiper-button-disabled {
  opacity: 0.4;
}
.gallery__arrow_prev {
  left: 30px;
  background: #000 url(../img/gallery-left.svg) center/10px no-repeat;
}
.gallery__arrow_next {
  right: 30px;
  background: #000 url(../img/gallery-right.svg) center/10px no-repeat;
}
.gallery__arrow:hover,
.gallery__close:hover {
  opacity: 0.8;
}
.gallery__close {
  position: absolute;
  z-index: 3;
  width: 45px;
  height: 45px;
  background: #000 url(../img/close-white.svg) center/14px no-repeat;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  top: 30px;
  right: 30px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.gallery__viewport {
  width: 100%;
  height: 100%;
}
.gallery__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.thank-intro {
  padding-top: 263px;
}
.thank-intro__items {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -16px;
  margin-right: -16px;
}
.thank-intro__item {
  padding-left: 16px;
  padding-right: 16px;
  width: 50%;
}
.thank-intro__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #212121;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  padding: 20px 24px;
  text-decoration: none;
}
.thank-intro__name {
  font-size: 24px;
  line-height: 100%;
  color: #fff;
  font-family: "Roboto Slab", sans-serif;
  margin-bottom: 7px;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.thank-intro__inner:hover .thank-intro__name {
  border-color: #fff;
}
.thank-intro__link {
  color: #ab8c49;
  font-size: 20px;
  line-height: 100%;
  display: block;
}
.thank-intro__icon {
  width: 48px;
  height: auto;
}
.thank-intro__content {
  padding-left: 20px;
  width: -webkit-calc(100% - 48px);
  width: calc(100% - 48px);
}
.thank-intro__outer {
  max-width: 792px;
  width: 100%;
}
.thank-intro__subtitle {
  font-size: 48px;
  line-height: 110%;
  margin-bottom: 40px;
}
.thank-intro__description {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: gray;
  max-width: 880px;
}
.thank-intro__title {
  font-size: 64px;
  line-height: 130%;
  font-weight: 600;
  font-family: "Roboto Slab", sans-serif;
  margin-bottom: 24px;
}
.thank-intro__title span {
  color: #973737;
}
.thank-videos__main {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 592px;
}
.thank-videos__main::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 56.25%;
}
.thank-videos__title {
  width: -webkit-calc(100% - 592px);
  width: calc(100% - 592px);
  padding-right: 60px;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  font-family: "Roboto Slab", sans-serif;
}
.thank-videos__item {
  border-bottom: 1px solid gray;
}
.thank-videos__item:last-child {
  border-bottom: none;
}
.article {
  background: #fff;
  padding-top: 40px;
}
.article p {
  line-height: 150%;
  margin-bottom: 15px;
}
.article a:hover {
  text-decoration: none;
}
.article h1,
.article h2,
.article h3 {
  line-height: 100%;
  font-weight: 700;
  font-family: "Roboto Slab", sans-serif;
}
.article h1,
.article h2 {
  font-size: 32px;
  margin-bottom: 30px;
}
.article h2 {
  font-size: 24px;
  margin-top: 30px;
}
.article li,
.article p {
  font-size: 16px;
  margin-top: 15px;
}
.article li strong,
.article p strong {
  font-weight: 700;
}
.article li em,
.article p em {
  font-style: italic;
}
.article li {
  position: relative;
  padding-left: 20px;
}
.article li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #000;
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.article a {
  color: #000;
}
.article img {
  width: 100%;
  height: auto;
  display: block;
}
.article__payment img {
  margin-right: 5px;
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .table__footer-item:first-child {
    margin-left: auto;
  }
  .table__selector {
    display: none;
  }
  .reviews__description {
    margin-bottom: 78px;
  }
  .documents__item:not(.active) {
    display: none;
  }
}
@media (min-width: 992px) {
  .experience__link-wrapper {
    position: absolute;
    bottom: 0;
    width: -webkit-calc(100% - 88px);
    width: calc(100% - 88px);
  }
  .experience__link-wrapper_left {
    left: 0;
  }
  .experience__link-wrapper_right {
    right: 0;
  }
}
@media (min-width: 1200px) {
  .outside__callback {
    width: 208px;
  }
  .about__items,
  .intro__items {
    position: absolute;
    top: -70px;
    left: 16px;
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
    z-index: -1;
  }
  .about__items {
    width: -webkit-calc(100% + 103px);
    width: calc(100% + 103px);
    top: 44px;
    left: -18px;
  }
}
@media (min-width: 1260px) {
  .container {
    width: 1248px;
  }
}
@media (max-width: 1259px) {
  .contacts__item_address {
    padding-right: 16px;
    width: 260px;
  }
  .contacts__item_contacts {
    padding-right: 16px;
    width: 200px;
  }
  .contacts__item_schedule {
    width: 168px;
  }
}
@media (max-width: 1199px) {
  .outside__info {
    margin-right: 30px;
  }
  .outside__logo {
    width: 166px;
  }
  .outside__description {
    margin-left: 30px;
    padding-left: 30px;
  }
  .intro {
    padding-top: 168px;
  }
  .intro__items {
    margin-top: 40px;
  }
  .mosaic__items {
    margin-left: -12px;
    margin-right: -12px;
  }
  .mosaic__item {
    padding-left: 12px;
    padding-right: 12px;
  }
  .about__items {
    margin-top: 24px;
  }
  .about__picture_left {
    width: 359px;
  }
  .about__picture_right {
    width: 427px;
  }
  .benefits__link-wrapper {
    padding-left: 0;
  }
  .benefits__picture {
    width: 420px;
  }
  .benefits__content {
    width: -webkit-calc(100% - 420px);
    width: calc(100% - 420px);
  }
  .benefits__content_right {
    padding-left: 32px;
  }
  .benefits__content_left {
    padding-right: 32px;
  }
  .steps__items {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -48px;
  }
  .steps__item {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 48px;
  }
  .calc__left {
    width: 100%;
    margin-bottom: 8px;
    padding-right: 0;
  }
  .calc__right {
    width: 100%;
  }
  .calc__last {
    max-width: 612px;
    margin-right: auto;
    width: 100%;
    margin-top: 0;
  }
  .calc__subtitle {
    padding-top: 10px;
  }
  .experience__item:first-child {
    padding-right: 40px;
  }
  .experience__item:last-child {
    padding-left: 40px;
  }
  .help__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .check__content {
    padding-right: 32px;
  }
  .table__row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .table__item,
  .table__label {
    padding-left: 12px;
    padding-right: 12px;
  }
  .table__item {
    width: -webkit-calc(33.3% - (263px/3));
    width: calc(33.3% - (263px / 3));
  }
  .table__label {
    width: 263px;
  }
  .table__header-item span::before,
  .table__item::after,
  .table__row::before {
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px);
    left: 12px;
  }
  .table__header {
    margin-left: -12px;
    margin-right: -12px;
  }
  .table__header-item {
    width: -webkit-calc(33.3% - (263px/3));
    width: calc(33.3% - (263px / 3));
    padding-left: 12px;
    padding-right: 12px;
  }
  .table__footer {
    margin-left: -12px;
    margin-right: -12px;
  }
  .table__footer-item {
    width: -webkit-calc(33.3% - (263px/3));
    width: calc(33.3% - (263px / 3));
    padding-left: 12px;
    padding-right: 12px;
  }
  .table__footer-item::before,
  .table__header::before {
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px);
    left: 12px;
  }
  .form-horizontal__policy {
    margin-right: auto;
    max-width: 100%;
    width: 100%;
  }
  .form-horizontal__policy span {
    display: block;
    max-width: 346px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .form-horizontal__button {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }
  .form-horizontal__item {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    margin-right: 0;
  }
  .form-horizontal__item:first-child {
    margin-right: 24px;
  }
  .cta__alert,
  .duty__alert {
    margin-left: 33px;
  }
  .cta__inner {
    max-width: 612px;
  }
  .reviews__video-wrapper {
    width: 480px;
  }
  .reviews__text {
    width: -webkit-calc(100% - 480px);
    width: calc(100% - 480px);
    padding-left: 32px;
  }
  .mistakes__items {
    margin-left: -12px;
    margin-right: -12px;
  }
  .mistakes__item {
    padding-left: 12px;
    padding-right: 12px;
  }
  .mistakes__row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .mistakes__video-wrapper {
    padding-right: 32px;
  }
  .advantages__items {
    width: -webkit-calc(100% - 384px);
    width: calc(100% - 384px);
  }
  .advantages__illustration {
    width: 384px;
  }
  .questions__picture {
    width: 480px;
  }
  .questions__content {
    width: -webkit-calc(100% - 480px);
    width: calc(100% - 480px);
    padding-left: 32px;
  }
  .contacts__content {
    padding-left: 32px;
  }
  .contacts__item_address {
    margin-bottom: 24px;
  }
  .modal-callback {
    padding: 48px;
    max-width: 450px;
  }
  .thank-intro {
    padding-top: 200px;
  }
  .thank-intro__name {
    font-size: 20px;
  }
  .thank-intro__link {
    font-size: 16px;
  }
  .thank-intro__subtitle {
    font-size: 40px;
  }
  .thank-intro__description {
    font-size: 18px;
  }
  .thank-intro__title {
    font-size: 56px;
  }
  .thank-videos__main {
    width: 500px;
  }
  .thank-videos__title {
    width: -webkit-calc(100% - 500px);
    width: calc(100% - 500px);
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .gap-top-inner_xs {
    padding-top: 40px;
  }
  .gap-top-inner_sm {
    padding-top: 58px;
  }
  .gap-top-inner_md {
    padding-top: 80px;
  }
  .gap-top-inner_lg,
  .gap-top-inner_xl {
    padding-top: 96px;
  }
  .gap-top-outer_xs {
    margin-top: 40px;
  }
  .gap-top-outer_sm {
    margin-top: 58px;
  }
  .gap-top-outer_md {
    margin-top: 80px;
  }
  .gap-top-outer_lg,
  .gap-top-outer_xl {
    margin-top: 96px;
  }
  .gap-bottom-inner_xs {
    padding-bottom: 40px;
  }
  .gap-bottom-inner_sm {
    padding-bottom: 58px;
  }
  .gap-bottom-inner_md {
    padding-bottom: 80px;
  }
  .gap-bottom-inner_lg,
  .gap-bottom-inner_xl {
    padding-bottom: 96px;
  }
  .gap-bottom-outer_xs {
    margin-bottom: 40px;
  }
  .gap-bottom-outer_sm {
    margin-bottom: 58px;
  }
  .gap-bottom-outer_md {
    margin-bottom: 80px;
  }
  .gap-bottom-outer_lg,
  .gap-bottom-outer_xl {
    margin-bottom: 96px;
  }
  .outside__contact {
    width: 208px;
  }
  .outside__info {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 2px;
  }
  .outside__schedule {
    display: none;
  }
  .outside__callback {
    width: 100%;
    padding: 6px;
  }
  .outside__description {
    font-size: 12px;
  }
  .intro__text {
    margin-top: 42px;
  }
  .intro__top {
    padding-bottom: 40px;
  }
  .mosaic__item {
    width: 25%;
  }
  .about__description {
    margin-bottom: 24px;
  }
  .about__item_left {
    margin-left: -36px;
  }
  .about__item_right {
    margin-right: -61px;
  }
  .benefits__item {
    max-width: 564px;
  }
  .benefits__link-wrapper {
    text-align: center;
  }
  .benefits__picture {
    width: 100%;
    max-width: 100%;
    background: #f8f8f8;
  }
  .benefits__content {
    width: 100%;
    margin-bottom: 34px;
  }
  .benefits__content_right {
    padding-left: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .benefits__content_left {
    padding-right: 0;
  }
  .benefits__alert {
    max-width: 564px;
    margin-bottom: 50px;
  }
  .steps__item {
    width: 100%;
    max-width: 564px;
  }
  .calc__outer {
    padding: 56px 30px;
  }
  .experience__item {
    padding-bottom: 0;
    width: 100%;
  }
  .experience__item:first-child {
    padding-right: 0;
    border-right: none;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid gray;
  }
  .experience__item:last-child {
    padding-left: 0;
  }
  .experience__row {
    max-width: 564px;
  }
  .experience__row_gap {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .help__inner {
    padding: 28px 72px;
    position: relative;
  }
  .help__items {
    margin-top: -26px;
  }
  .help__items_top {
    margin-top: -32px;
    margin-bottom: 48px;
  }
  .help__items_top .help__item {
    width: 100%;
    margin-top: 32px;
  }
  .help__item {
    width: 50%;
    margin-top: 26px;
  }
  .check__content,
  .form {
    margin-left: auto;
    margin-right: auto;
  }
  .check__content {
    max-width: 564px;
    width: 100%;
    padding-right: 0;
    margin-bottom: 48px;
  }
  .table__item {
    width: -webkit-calc(33.3% - (237px/3));
    width: calc(33.3% - (237px / 3));
  }
  .table__label {
    width: 237px;
  }
  .table__footer-item,
  .table__header-item {
    width: -webkit-calc(33.3% - (237px/3));
    width: calc(33.3% - (237px / 3));
  }
  .table__header-item span {
    padding: 16px;
  }
  .duty__outer {
    padding-left: 60px;
    padding-right: 60px;
  }
  .reviews__video-wrapper {
    width: 100%;
  }
  .reviews__item {
    width: 100%;
    max-width: 592px;
  }
  .reviews__text {
    width: 100%;
    padding-left: 0;
    padding-top: 32px;
  }
  .reviews__button-wrapper {
    margin-top: 32px;
  }
  .mistakes__items {
    margin-top: -32px;
  }
  .mistakes__item {
    width: 50%;
    margin-top: 32px;
  }
  .mistakes__form {
    margin-top: 40px;
  }
  .mistakes__video-wrapper {
    max-width: 696px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-right: 0;
  }
  .advantages__illustration,
  .advantages__items {
    max-width: 564px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .advantages__items {
    padding-right: 0;
  }
  .advantages__illustration {
    margin-top: 40px;
  }
  .advantages__button-wrapper {
    margin-top: 40px;
  }
  .documents__row {
    margin-top: -58px;
  }
  .documents__button-wrapper {
    margin-top: 40px;
  }
  .questions__picture {
    width: 100%;
    margin-bottom: 33px;
  }
  .questions__content {
    width: 100%;
    padding-left: 0;
  }
  .questions__row {
    max-width: 564px;
  }
  .contacts__content {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .contacts__items {
    margin-top: 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contacts__item_address {
    margin-bottom: 0;
  }
  .modal-callback .form__title {
    font-size: 18px;
  }
  .thank-intro__subtitle {
    font-size: 34px;
    margin-bottom: 24px;
  }
  .thank-intro__title {
    font-size: 44px;
  }
  .thank-videos__main {
    width: 400px;
  }
  .thank-videos__title {
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
    padding-right: 30px;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .sub-title {
    font-size: 28px;
  }
  .sub-description {
    font-size: 18px;
  }
  .title-small {
    font-size: 22px;
  }
  .alert_green,
  .alert_white {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .alert_green span,
  .alert_white span {
    font-size: 16px;
    padding-left: 16px;
  }
  .header {
    padding: 24px 0;
  }
  .outside__description {
    display: none;
  }
  .intro {
    padding-top: 152px;
  }
  .intro__title {
    font-size: 28px;
  }
  .intro__subtitle {
    font-size: 16px;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
  .intro__item {
    width: 50%;
  }
  .intro__item_left {
    padding-right: 32px;
  }
  .intro__item_right {
    padding-left: 32px;
  }
  .intro__picture {
    width: 100%;
  }
  .intro__info,
  .intro__name {
    font-size: 14px;
    max-width: 124px;
  }
  .intro__info {
    font-size: 12px;
  }
  .intro__about {
    width: 190px;
    padding-top: 7px;
  }
  .intro__about::before {
    width: 160px;
  }
  .intro__about_left {
    right: 20px;
    padding-left: 39px;
  }
  .intro__about_right {
    left: 20px;
    padding-left: 30px;
  }
  .intro__about_left::before {
    left: 15px;
    -webkit-transform: skew(-22deg);
    -ms-transform: skew(-22deg);
    transform: skew(-22deg);
  }
  .intro__about_right::before {
    right: 15px;
    -webkit-transform: skew(22deg);
    -ms-transform: skew(22deg);
    transform: skew(22deg);
  }
  .mosaic__item {
    width: 33.3%;
  }
  .about__title {
    font-size: 44px;
  }
  .about__description {
    font-size: 18px;
  }
  .about__picture {
    margin-left: auto;
    margin-right: auto;
  }
  .about__picture_left {
    width: 260px;
  }
  .about__picture_right {
    width: 309px;
  }
  .about__name {
    margin-bottom: 8px;
    text-align: center;
  }
  .about__list {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .about__item_left,
  .about__item_right {
    margin-left: 0;
    width: 100%;
  }
  .about__info_left,
  .about__info_right {
    padding-left: 0;
  }
  .steps__items {
    margin-top: -32px;
  }
  .steps__item {
    margin-top: 32px;
  }
  .steps__number {
    font-size: 56px;
    width: 40px;
    left: 16px;
  }
  .steps__inner {
    padding-top: 32px;
    padding-left: 26px;
    padding-right: 75px;
  }
  .steps__inner::before {
    width: 48px;
    height: 40px;
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    right: 26px;
  }
  .check__item span,
  .steps__text {
    font-size: 18px;
  }
  .calc__input-wrapper {
    width: 100%;
    padding-right: 0;
  }
  .calc__button {
    width: 100%;
    margin-top: 24px;
  }
  .help__inner {
    padding: 28px 32px;
  }
  .help__number {
    font-size: 72px;
    width: 112px;
  }
  .table__description {
    margin-bottom: 32px;
  }
  .table__row::before {
    left: 10px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .table__row {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 4px;
    padding-bottom: 5px;
  }
  .table__item,
  .table__label {
    padding-left: 10px;
    padding-right: 10px;
    min-height: 40px;
  }
  .table__item {
    width: -webkit-calc(100% - 237px);
    width: calc(100% - 237px);
  }
  .table__footer-item:not(.active),
  .table__item:not(.active) {
    display: none;
  }
  .table__item_mobile-head::after {
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
  }
  .table__label {
    font-size: 16px;
  }
  .table__item::after {
    height: -webkit-calc(100% + 8px);
    height: calc(100% + 8px);
    top: -4px;
  }
  .table__header {
    display: none;
  }
  .table__footer-item::before,
  .table__header::before,
  .table__item::after {
    left: 10px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .table__footer {
    margin-left: -10px;
    margin-right: -10px;
  }
  .table__footer-item {
    padding-left: 10px;
    padding-right: 10px;
    width: -webkit-calc(100% - 237px);
    width: calc(100% - 237px);
  }
  .table__footer-item::before {
    top: -1px;
  }
  .form-horizontal {
    max-width: 384px;
  }
  .form-horizontal__button {
    margin-top: 32px;
  }
  .form-horizontal__item {
    width: 100%;
    margin-right: 0;
  }
  .form-horizontal__item:first-child {
    margin-right: 0;
    margin-bottom: 14px;
  }
  .duty__alert {
    margin-left: 0;
  }
  .duty__alert-wrapper {
    padding: 24px 20px;
    margin-top: 28px;
  }
  .cta__alert {
    margin-left: 0;
  }
  .cta__alert-wrapper {
    padding: 24px 20px;
  }
  .reviews__description {
    margin-bottom: 32px;
  }
  .documents__item {
    width: 100%;
  }
  .documents__item:not(.active-mobile) {
    display: none;
  }
  .documents__caption {
    font-size: 18px;
  }
  .contacts__item {
    text-align: center;
    width: 100%;
    margin-bottom: 24px;
  }
  .contacts__item:last-child {
    margin-bottom: 0;
  }
  .contacts__item_address,
  .contacts__item_contacts,
  .contacts__item_schedule {
    padding-right: 0;
    width: 100%;
  }
  .modal-callback {
    max-width: 380px;
    padding: 28px 20px;
  }
  .modal-callback__close {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .modal-callback__close svg {
    width: 20px;
    height: 20px;
  }
  .modal-callback .form__title {
    font-size: 16px;
  }
  .thank-intro {
    padding-top: 160px;
  }
  .thank-intro__item {
    width: 100%;
    margin-bottom: 16px;
  }
  .thank-intro__item:last-child {
    margin-bottom: 0;
  }
  .thank-intro__subtitle {
    font-size: 28px;
  }
  .thank-intro__description {
    font-size: 16px;
  }
  .thank-intro__title {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .thank-videos__main {
    width: 100%;
  }
  .thank-videos__title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 16px;
  }
  .article {
    padding-top: 20px;
  }
  .article h1,
  .article h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .article h2 {
    font-size: 20px;
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .footer__copy p,
  .text-regular {
    font-size: 14px;
  }
  .sub-title {
    font-size: 24px;
  }
  .sub-description {
    font-size: 16px;
  }
  .title-small {
    font-size: 20px;
  }
  .input-text {
    height: 52px;
    font-size: 16px;
  }
  .input-label {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .alert_red {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form-policy {
    font-size: 13px;
  }
  .link {
    font-size: 16px;
  }
  .button {
    padding: 18px;
  }
  .gap-top-inner_sm,
  .gap-top-inner_xs {
    padding-top: 32px;
  }
  .gap-top-inner_lg,
  .gap-top-inner_md,
  .gap-top-inner_xl {
    padding-top: 56px;
  }
  .gap-top-outer_sm,
  .gap-top-outer_xs {
    margin-top: 32px;
  }
  .gap-top-outer_lg,
  .gap-top-outer_md,
  .gap-top-outer_xl {
    margin-top: 56px;
  }
  .gap-bottom-inner_sm,
  .gap-bottom-inner_xs {
    padding-bottom: 32px;
  }
  .gap-bottom-inner_lg,
  .gap-bottom-inner_md,
  .gap-bottom-inner_xl {
    padding-bottom: 56px;
  }
  .gap-bottom-outer_sm,
  .gap-bottom-outer_xs {
    margin-bottom: 32px;
  }
  .gap-bottom-outer_lg,
  .gap-bottom-outer_md,
  .gap-bottom-outer_xl {
    margin-bottom: 56px;
  }
  .header {
    padding: 16px 0;
  }
  .outside__contact {
    width: auto;
  }
  .outside__phone {
    font-size: 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #5f933f url(../img/phone.svg) center/20px no-repeat;
    display: block;
  }
  .outside__callback {
    display: none;
  }
  .outside__logo {
    width: 160px;
  }
  .intro {
    padding-top: 124px;
  }
  .intro__subtitle {
    font-size: 14px;
  }
  .intro__items {
    margin-top: 32px;
  }
  .intro__item_left {
    padding-right: 16px;
  }
  .intro__item_right {
    padding-left: 16px;
  }
  .intro__about_left {
    right: 0;
  }
  .intro__about_right {
    left: 0;
  }
  .intro__top {
    padding-bottom: 32px;
  }
  .intro__list-item {
    width: 100%;
    margin-bottom: 32px;
  }
  .intro__list-item:last-child {
    margin-bottom: 0;
  }
  .mosaic__item {
    width: 50%;
  }
  .about__title {
    font-size: 38px;
  }
  .about__description {
    font-size: 16px;
  }
  .about__items {
    display: none;
  }
  .about__list {
    max-width: 240px;
  }
  .about__list-item {
    max-width: 100%;
  }
  .benefits__subtitle,
  .benefits__text {
    margin-bottom: 8px;
  }
  .benefits__link-wrapper {
    margin-top: 12px;
    text-align: left;
  }
  .benefits__figcaption {
    font-size: 13px;
  }
  .benefits__content {
    margin-bottom: 16px;
  }
  .benefits__alert {
    margin-bottom: 32px;
  }
  .check__item span,
  .steps__text {
    font-size: 16px;
  }
  .calc__outer {
    padding: 32px 16px;
  }
  .calc__description {
    margin-bottom: 12px;
  }
  .calc__right {
    margin-bottom: 20px;
  }
  .calc__last {
    margin-top: -8px;
  }
  .calc__number {
    font-size: 24px;
    width: 28px;
    margin-right: 0;
  }
  .calc__subtitle {
    font-size: 16px;
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
    padding-left: 8px;
    padding-top: 3px;
  }
  .calc__radio-label {
    font-size: 14px;
    padding: 6px 5px;
    min-height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .experience__text_hint {
    margin-bottom: 16px;
  }
  .experience__item:first-child {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  .experience__row_gap {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  .experience__link-wrapper,
  .help__items_top .help__item {
    margin-top: 16px;
  }
  .help__picture {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  .help__inner {
    padding: 32px 56px;
  }
  .help__subtitle {
    margin-bottom: 8px;
  }
  .help__items {
    margin-top: -28px;
  }
  .help__items_top {
    margin-top: -16px;
    margin-bottom: 28px;
  }
  .help__item {
    margin-top: 28px;
    width: 100%;
  }
  .form_box {
    padding: 24px 20px;
  }
  .form__input {
    margin-bottom: 14px;
  }
  .form__button {
    margin-top: 32px;
  }
  .check__content {
    margin-bottom: 32px;
  }
  .check__alert {
    margin-bottom: 20px;
  }
  .check__item {
    margin-bottom: 32px;
  }
  .table__item {
    width: -webkit-calc(100% - 204px);
    width: calc(100% - 204px);
  }
  .table__item_mobile-footer::after {
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .table__label {
    font-size: 14px;
    width: 204px;
  }
  .table__button {
    padding: 14px;
  }
  .table__footer-item {
    width: 100%;
    padding-top: 20px;
  }
  .table__footer-item::before {
    display: none;
  }
  .duty__description {
    margin-bottom: 20px;
  }
  .duty__outer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .reviews__text {
    padding-top: 16px;
  }
  .reviews__name {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
  }
  .reviews__timer {
    width: 100px;
  }
  .reviews__timer::before {
    width: 32px;
    height: 32px;
  }
  .reviews__timer span {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
  }
  .mistakes__items {
    margin-top: -20px;
  }
  .mistakes__item {
    width: 100%;
    margin-top: 20px;
  }
  .mistakes__form {
    margin-top: 32px;
  }
  .advantages__item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .documents__row {
    margin-top: -32px;
  }
  .documents__caption {
    font-size: 16px;
    margin-top: 12px;
  }
  .documents__button-wrapper {
    margin-top: 32px;
  }
  .questions__item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .questions__text {
    font-size: 16px;
    padding-top: 0;
    padding-left: 5px;
  }
  .questions__number {
    padding-top: 2px;
  }
  .questions__button {
    padding: 18px 10px;
  }
  .contacts__map {
    margin-left: -16px;
    margin-right: -16px;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: auto;
  }
  .modal__inner {
    padding-top: 40px;
  }
  .modal-callback {
    max-width: 320px;
    padding: 40px 20px;
  }
  .modal-callback .form__title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .gallery__arrow {
    width: 40px;
    height: 40px;
  }
  .gallery__arrow_prev {
    left: 15px;
  }
  .gallery__arrow_next {
    right: 15px;
  }
  .gallery__close {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px;
  }
  .thank-intro {
    padding-top: 140px;
  }
  .thank-intro__item {
    margin-bottom: 8px;
  }
  .thank-intro__inner {
    padding: 12px;
  }
  .thank-intro__name {
    font-size: 18px;
  }
  .thank-intro__link {
    font-size: 14px;
  }
  .thank-intro__icon {
    width: 40px;
  }
  .thank-intro__content {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-left: 12px;
  }
  .thank-intro__subtitle {
    font-size: 22px;
  }
  .thank-intro__title {
    font-size: 28px;
  }
  .thank-videos__title {
    font-size: 20px;
  }
}
@media (max-width: 439px) {
  .container {
    width: 100%;
  }
  .intro__item_left {
    padding-right: 0;
  }
  .intro__item_right {
    padding-left: 0;
  }
  .calc__outer {
    margin-left: -16px;
    margin-right: -16px;
  }
  .calc__title {
    font-size: 22px;
  }
  .form_box {
    margin-left: -16px;
    margin-right: -16px;
  }
  .table__selector {
    max-width: initial;
    width: auto;
  }
  .cta__alert-wrapper,
  .duty__form,
  .table__selector {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (max-width: 369px) {
  .intro__items {
    margin-left: -16px;
    margin-right: -16px;
  }
  .intro__about_left {
    right: -4px;
  }
  .intro__about_right {
    left: -4px;
  }
}
@media (max-width: 340px) {
  .sub-title {
    font-size: 20px;
  }
}
@media (max-width: 1259px) and (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .container {
    width: 960px;
  }
  .intro__text {
    position: absolute;
    left: -webkit-calc(50% - 191px);
    left: calc(50% - 191px);
    margin-top: 0;
    top: 300px;
  }
  .steps__number {
    font-size: 56px;
    width: 40px;
    left: 16px;
  }
  .steps__inner {
    padding-top: 32px;
    padding-left: 26px;
    padding-right: 100px;
  }
  .steps__inner::before {
    width: 48px;
    height: 40px;
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    right: 26px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .container {
    width: 738px;
  }
  .help__picture {
    top: -webkit-calc(50% - 60px);
    top: calc(50% - 60px);
    right: 76px;
    width: 217px;
  }
  .help__items_top .help__item:nth-child(1) .help__picture {
    right: 138px;
  }
  .help__items_top .help__item:nth-child(2) .help__picture {
    right: 131px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .container {
    width: 546px;
  }
  .help__picture {
    width: 200px;
    right: 32px;
    top: -webkit-calc(50% - 55px);
    top: calc(50% - 55px);
  }
  .help__items_top .help__item:nth-child(1) .help__picture,
  .help__items_top .help__item:nth-child(2) .help__picture {
    right: 76px;
  }
  .table__footer-item {
    margin-left: auto;
  }
}
@media (max-width: 575px) and (min-width: 440px) {
  .container {
    width: 440px;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .calc__form {
    padding: 0 30px;
  }
  .help__picture {
    position: absolute;
    margin-top: 0;
  }
  .help__inner {
    height: 176px;
  }
  .help__subtitle {
    max-width: 240px;
  }
}
@media (max-width: 1199px) and (min-width: 576px) {
  .table__button {
    font-size: 0;
  }
  .table__button::before {
    content: attr(data-mobile);
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 130%;
    display: inline;
    color: #fff;
  }
}
