.center, .mobile-toggle__content-link:before, .header:after, .experience .practices-item.black-item:after, .contacts .doc-loading__item-title:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

p {
  font: 400 14px/22px 'Lato', sans-serif;
  color: #1e1e1e; }

ul li, ol li {
  font: 400 14px/22px 'Lato', sans-serif;
  color: #1e1e1e; }

.d-flex {
  display: flex; }

.d-column {
  flex-direction: column; }

.blue_bg {
  background: linear-gradient(180deg, #1c92f2 0%, #1c64f2 100%); }

.white_bg {
  background: #fff; }

.has-error .input-field {
  box-shadow: 0px 0px 0px 1px red inset; }

.title {
  font: 700 64px/72px 'Bellota', sans-serif;
  color: #1e1e1e;
  text-align: center;
  text-transform: uppercase; }

.title_blue {
  color: #1c64f2; }

.title_white {
  color: #fff; }

.space-wrapper {
  padding-top: 100px;
  padding-bottom: 100px; }

.open-icon {
  width: 40px;
  height: 40px;
  transition: transform 0.2s; }

.button-icon {
  width: 24px;
  height: 24px; }

.title-field {
  font: 700 18px 'Lato', sans-serif;
  color: #fff;
  display: block; }

.box-field {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .box-field + label {
    font: 400 12px/18px 'Lato', sans-serif;
    color: #fff;
    user-select: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    column-gap: 8px; }
    .box-field + label:before {
      content: '';
      width: 24px;
      height: 24px;
      background: url(/images/checkbox.svg) no-repeat center bottom;
      background-size: 24px auto;
      flex-shrink: 0; }
  .box-field:checked + label:before {
    background-position: top; }

.logo {
  display: flex;
  align-items: center;
  gap: 14px; }
  .logo p {
    font: 600 16px 'Lato', sans-serif;
    color: #fff; }
  .logo img {
    width: 36px;
    height: 36px; }

.menu {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .menu-content {
    display: flex;
    align-items: center;
    gap: 24px; }
  .menu__list {
    display: flex;
    gap: 20px; }
    .menu__list li {
      list-style: none; }
      .menu__list li a {
        font: 400 14px/143% 'Lato', sans-serif;
        color: #fff; }

.mobile-toggle {
  width: 36px;
  height: 30px;
  position: relative; }
  .mobile-toggle__content {
    height: 100%;
    display: flex;
    align-items: center; }
    .mobile-toggle__content-link {
      width: 36px;
      height: 5px;
      border-radius: 2px;
      background: #fff; }
      .mobile-toggle__content-link:before {
        content: '';
        z-index: 1; }
    .mobile-toggle__content:after, .mobile-toggle__content:before {
      content: '';
      width: 36px;
      height: 5px;
      position: absolute;
      top: 0;
      border-radius: 2px;
      background: #fff; }
    .mobile-toggle__content:after {
      top: auto;
      bottom: 0; }

.mobile-menu {
  width: 300px;
  padding: 30px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  background: #fff;
  display: none; }
  .mobile-menu .menu__list {
    flex-direction: column; }
    .mobile-menu .menu__list li a {
      color: #1e1e1e; }

.mobile-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  margin: auto;
  display: none;
  background: rgba(0, 0, 0, .3); }

.body-fixed {
  overflow: hidden; }

.header {
  color: #fff;
  height: 872px;
  position: relative;
  background: url(/images/head_bg.jpg) no-repeat center;
  background-size: cover; }
  .header .title {
    font-size: 72px;
    line-height: 80px;
    text-align: left;
    margin: 0 0 24px; }
  .header .price {
    font: 400 36px 'Lato', sans-serif;
    margin: 0 0 24px; }
    .header .price span {
      font-weight: 700; }
  .header .callback:before {
    content: '';
    width: 32px;
    height: 32px;
    background: url(/images/icon/cart_icon.svg) no-repeat center #1c64f2;
    background-size: 18px;
    border-radius: 100%; }
  .header .container {
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column; }
  .header .guide-preview {
    width: 340px;
    height: max-content;
    /*height: 514px;*/ }
  .header .button-container {
    display: flex;
    align-items: center;
    gap: 20px; }
    .header .button-container p {
      font-size: 16px;
      line-height: 24px;
      font-style: italic;
      margin: 0; }
  .header__content {
    max-width: 900px;
    margin: auto;
    display: flex;
    column-gap: 52px; }
    .header__content p {
      font-size: 32px;
      line-height: 40px;
      color: #fff;
      margin: 0 0 40px; }
  .header:after {
    content: '';
    z-index: 1;
    background: rgba(0, 0, 0, .8); }

.header {
  padding: 40px 0; }

.advantages .title {
  font-size: 32px;
  line-height: 40px;
  text-transform: none;
  text-align: left; }
  .advantages .subtitle {
    font: 700 64px/72px 'Bellota', sans-serif;
    color: #fff;
    margin: 0 0 20px;
    text-transform: uppercase; }
  .advantages__content {
    position: relative;
    padding: 30px;
    background: rgba(255, 255, 255, .2);
    border-radius: 10px; }
    .advantages__content-item {
      display: flex;
      align-items: start;
      gap: 20px; }
      .advantages__content-item img {
        width: 493px;
        max-width: 100%;
        object-fit: contain;
        margin-top: auto;
        flex-shrink: 0; }
  .advantages-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 44px; }
    .advantages-list__item {
      width: calc((100% - 20px)/2); }
      .advantages-list__item p {
        font-size: 18px;
        line-height: 26px;
        color: #fff; }
      .advantages-list__item-title {
        font: 700 24px/32px 'Lato', sans-serif;
        color: #fff;
        margin: 0 0 12px; }
      .advantages-list__item:before {
        content: '';
        width: 25px;
        height: 4px;
        display: block;
        background: #fff;
        margin: 0 0 12px; }

.delivery-content__item {
  display: flex;
  gap: 20px; }
  .delivery-content__item-image {
    width: 365px;
    height: 197px; }
  .delivery .title {
    text-align: left; }
  .delivery .subtitle {
    font: 700 24px/32px 'Lato', sans-serif;
    color: #1e1e1e;
    margin: 0 0 24px; }
  .delivery .button-container {
    text-align: center; }

.description {
  overflow: hidden;
  position: relative; }
  .description__content-image {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    margin: auto;
    margin-left: 380px;
    z-index: 1; }
  .description .title {
    text-align: left; }
  .description .list-steps {
    margin-left: 35px;
    counter-reset: my-counter; }
  .description .list-steps li {
    font: 700 24px/32px 'Lato', sans-serif;
    color: #fff;
    margin: 0 0 28px;
    position: relative;
    counter-increment: my-counter;
    display: flex;
    align-items: center; }
  .description .list-steps li span {
    position: relative;
    display: flex; }
    .description .list-steps li span:before {
      content: '';
      width: 12px;
      height: 12px;
      border-radius: 100%;
      background: #fff;
      position: absolute;
      top: 0;
      left: -80px;
      bottom: 0;
      margin: auto; }
  .description .list-steps li .callback {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-style: italic;
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 4px; }
    .description .list-steps li .callback svg {
      fill: #fff; }
  .description .list-steps li:before {
    content: counter(my-counter);
    font: 700 48px 'Bellota', sans-serif;
    min-width: 50px; }
  .description .list-steps li:last-child {
    margin: 0; }
  .description .list-steps li:first-child span {
    flex-direction: column; }

.application-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .application-list__item {
    position: relative;
    width: calc((100% - 60px)/4); }
  .application-list__item-image {
    width: 100%;
    margin: 0 0 12px;
    border-radius: 10px; }
  .application-list__item-title {
    font: 400 20px/28px 'Lato', sans-serif;
    color: #1e1e1e;
    text-align: center; }

.price__content {
  font: 400 52px/60px 'Lato', sans-serif;
  color: #fff;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px; }
  .price__content span {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500; }
  .price__content .currency {
    margin-left: 4px; }
  .price__content .price-quantity {
    position: relative;
    max-width: 150px; }
  .price__content .price-quantity .input-field {
    font-family: 'Bellota', sans-serif;
    font-size: 52px;
    line-height: normal;
    padding: 0 6px;
    height: 65px;
    display: flex;
    align-items: center;
    text-align: center; }
  .price__content .price-quantity .button-container {
    width: 100%;
    position: absolute;
    bottom: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px; }
    .price__content .price-quantity .button-container span {
      font-size: 18px;
      line-height: 26px; }
    .price__content .price-quantity .button-container .quantity-button {
      display: flex;
      transition: opacity 0.2s; }
      .price__content .price-quantity .button-container .quantity-button:hover, .price__content .price-quantity .button-container .quantity-button:focus {
        opacity: 0.8; }
  .price__content .calculator-result {
    font-size: 52px;
    line-height: 60px; }

.convenience-list {
  display: flex;
  gap: 20px; }
  .convenience-list__item {
    /*width: calc((100% - 20px)/2);*/
    width: 50%; }
  .convenience-list__item-title {
    font: 400 40px/48px 'Bellota', sans-serif;
    color: #1e1e1e;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 28px; }
  .convenience .list-advantages li {
    font: 400 24px/32px 'Lato', sans-serif;
    color: #1e1e1e;
    margin: 0 0 28px;
    display: flex;
    align-items: start;
    gap: 20px; }
  .convenience .list-advantages li:before {
    content: '';
    width: 40px;
    height: 40px;
    position: relatiove;
    margin-top: -5px;
    flex-shrink: 0; }
  .convenience .list-advantages li:last-child {
    margin: 0; }
  .convenience .list-advantages.plus li:before {
    background: url(/images/icon/plus_icon.svg) no-repeat center;
    background-size: contain; }
  .convenience .list-advantages.minus li:before {
    background: url(/images/icon/minus_icon.svg) no-repeat center;
    background-size: contain; }

.instruction {
  padding-top: 10px;
  padding-bottom: 100px;
  margin-top: -10px;
  min-height: 500px;
  overflow: hidden;
  position: relative; }
  .instruction-list {
    padding: 60px 0 0;
    display: flex;
    gap: 20px; }
  .instruction-list__item {
    /*width: calc((100% - 20px)/2);*/
    width: 50%; }
  .instruction-list__item-title {
    font: 400 40px/48px 'Bellota', sans-serif;
    color: color-light-black;
    text-transform: uppercase;
    margin: 0 0 28px; }
  .instruction-list__item-image {
    width: 356px;
    height: 356px;
    margin: 0 0 4px;
    object-fit: contain; }
  .instruction .title {
    margin-left: -15px;
    text-align: left;
    position: relative;
    height: 40px;
    background: #f2f2f7; }
  .instruction .title span {
    padding: 0 15px;
    background: #fff;
    position: relative;
    top: -20px; }
  .instruction .title:after, .instruction .title:before {
    content: '';
    width: 100vw;
    height: 40px;
    position: absolute;
    top: 0;
    left: -100vw;
    bottom: 0;
    background: #f2f2f7; }
  .instruction .title:after {
    left: auto;
    right: -100vw; }
  .instruction .list-instruction {
    margin-left: 28px; }
  .instruction .list-instruction li {
    font: 400 24px/32px 'Lato', sans-serif;
    color: #1e1e1e;
    margin: 0 0 12px;
    list-style-type: decimal; }
  .instruction .list-instruction li:last-child {
    margin: 0; }
  .instruction:after {
    content: '';
    width: 100%;
    height: 322px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(242, 242, 247, 0) 0%, #f2f2f7 100%); }

.experience ul, .experience ol {
  margin-left: 20px;
  position: relative;
  z-index: 2; }
  .experience ul li, .experience ol li {
    color: #fff; }
  .experience p, .experience ul li, .experience ol li {
    font: 400 18px/32px 'Lato', sans-serif; }
  .experience-list {
    display: flex;
    gap: 60px; }
  .experience-list__item {
    /*width: calc((100% - 60px)/2);*/
    width: 50%; }
  .experience .title {
    text-align: left; }
  .experience .practices {
    margin-top: auto;
    display: flex;
    flex-direction: column; }
  .experience .practices-item {
    overflow: hidden;
    padding: 48px 32px;
    margin: 60px 0 0;
    border-radius: 10px; }
  .experience .practices-item p {
    color: #fff; }
  .experience .practices-item__title {
    font: 700 24px/32px 'Lato', sans-serif;
    color: #fff;
    margin: 0 0 8px; }
  .experience .practices-item.blue-item {
    background: #1c64f2; }
  .experience .practices-item.black-item {
    position: relative;
    z-index: 1;
    background: url(/images/preview/experience_preview_02@2x.jpg) no-repeat bottom center;
    background-size: cover; }
    .experience .practices-item.black-item:after {
      content: '';
      z-index: -1;
      border-radius: 10px;
      background: rgba(0, 0, 0, .8); }
  .experience .practices-item:first-child {
    margin: 0; }
  .experience .practices-image {
    margin-top: 60px;
    max-width: 100%;
    border-radius: 10px; }

.stages {
  position: relative;
  min-height: 905px;
  background: url(/images/stages.png) no-repeat center;
  background-size: 763px auto;
  display: flex;
  justify-content: center; }
  .stages-column {
    width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 100px;
    margin-top: 70px; }
  .stages-column__item {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .stages-column__item-images {
    width: 64px;
    height: 64px;
    margin: 0 0 12px; }
  .stages-column__item-title {
    font: 400 32px/40px 'Lato', sans-serif;
    color: #1e1e1e;
    text-align: center; }
  .stages-column:last-child {
    margin-top: 225px;
    row-gap: 125px; }
  .stages__content {
    width: 100%;
    max-width: 920px;
    display: flex;
    column-gap: 20px; }

.question {
  padding: 0 0 100px; }
  .question ul li, .question ol li {
    margin-left: 20px; }
  .question p, .question ul li, .question ol li {
    font: 400 18px/32px 'Lato', sans-serif; }
  .question-list {
    width: 100%;
    max-width: 632px; }
  .question-list__item {
    border-bottom: 1px solid #d9d9d9; }
  .question-list__item-title {
    font: 700 20px/28px 'Lato', sans-serif;
    color: #1e1e1e;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px; }
    .question-list__item-title.open .open-icon {
      transform: rotate(-45deg); }
  .question-list__item-content {
    display: none;
    padding: 0 0 20px; }
    .question-list__item-content.open {
      display: block; }
  .question-list__item:first-child {
    border-top: 1px solid #d9d9d9; }
  .question__content {
    display: flex;
    gap: 20px; }
  .question .title {
    text-align: left;
    background: url(/images/question.png) no-repeat center;
    background-size: 220px auto;
    background-position: left 50px top; }

.callback {
  font: 400 14px/22px 'Lato', sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px; }
  .callback__content {
    display: flex;
    gap: 114px; }
  .callback form {
    max-width: 447px;
    flex-shrink: 0; }
  .callback .title {
    text-align: left; }
  .callback .box-content {
    margin: 24px 0; }

.form .title-field {
  margin: 0 0 8px; }
  .form .field-container {
    margin: 0 0 18px; }

.contacts {
  width: 100%;
  max-height: 484px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .contacts .doc-loading__item {
    font-size: 18px;
    line-height: 26px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px; }
  .contacts .doc-loading__item-title {
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
    gap: 12px; }
    .contacts .doc-loading__item-title:after {
      content: '';
      width: 24px;
      height: 24px; }
  .contacts .doc-loading__item-size {
    font-weight: 400;
    font-style: italic;
    flex-shrink: 0; }
  .contacts .doc-loading__item:last-child {
    margin: 0; }
  .contacts .communication-method {
    font-weight: 700; }
  .contacts .communication-method__title {
    font-size: 18px;
    line-height: 26px; }
  .contacts .communication-method__phone, .contacts .communication-method__address {
    margin: 0 0 20px; }
  .contacts .communication-method__phone, .contacts .communication-method__email, .contacts .communication-method__address {
    font-family: 'Bellota', sans-serif;
    font-size: 48px;
    line-height: 56px;
    color: #fff;
    display: inline-block; }

.feedback {
  width: 914px;
  padding: 50px; }
  .feedback .title {
    font-size: 48px;
    line-height: 56px;
    text-align: left;
    text-transform: none; }
  .feedback .title-field {
    color: #1e1e1e; }
  .feedback .input-field, .feedback .textarea-field {
    box-shadow: 0px 0px 0px 1px #d9d9d9 inset; }
  .feedback .box-field + label {
    color: #1e1e1e; }
  .feedback .box-field + label:before {
    background: url(/images/checkbox_blue.svg) no-repeat center bottom; }
  .feedback .box-field:checked + label:before {
    background-position: top; }
  .feedback .box-content {
    margin: 24px 0; }
  .feedback .button-container {
    display: flex;
    justify-content: center; }
  .feedback .error .input-field {
    box-shadow: 0px 0px 0px 1px red inset; }
  .feedback.title-center .title {
    text-align: center; }

.arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: url(/images/icon/chevron_icon.svg) no-repeat center;
  background-size: 40px; }
  .arrow__right {
    left: auto;
    right: 0;
    transform: rotate(180deg); }

.slider {
  padding: 0 90px; }
  .slider-item {
    margin: 10px;
    position: relative; }
  .slider-item__photo {
    display: block; }
  .slider-item__photo img {
    width: 100%;
    border-radius: 10px; }
  .slider-wrapper {
    margin: 95px 0 100px; }

.slider-notice {
  visibility: hidden; }

.slider-notice .slick-initialized {
  visibility: visible; }

.fancybox-my-skin {
  background: #fff;
  border-radius: 20px; }

.fancybox-opened .fancybox-my-skin {
  box-shadow: 0 3px 24px 0 rgba(91, 91, 91, .10); }

.footer {
  padding-top: 25px;
  padding-bottom: 25px; }
  .footer__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px; }
  .footer .policy {
    font: 400 14px/22px 'Lato', sans-serif;
    color: #1e1e1e;
    text-decoration: underline; }
  .footer .copyright {
    font: 700 18px/26px 'Lato', sans-serif;
    color: #1e1e1e;
    flex-shrink: 0; }

@media (max-width: 1199px) {
  .title {
    font-size: 48px;
    line-height: 56px; }

  .space-wrapper {
    padding-top: 50px;
    padding-bottom: 50px; }

  .header {
    height: 586px; }
    .header__content {
      max-width: 100%;
      align-items: center;
      column-gap: 28px; }
      .header__content p {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 20px; }
    .header .title {
      font-size: 48px;
      line-height: 56px; }
    .header .price {
      font-size: 32px; }
    .header .guide-preview {
      width: 250px; }
    .header .button-container {
      flex-direction: column;
      align-items: start; }

  .price__content {
    font-size: 32px;
    line-height: 40px;
    gap: 10px; }
    .price__content .price-quantity {
      max-width: 110px; }
      .price__content .price-quantity .input-field {
        font-size: 32px;
        height: 50px; }
      .price__content .price-quantity .button-container span {
        font-size: 12px; }
    .price__content .calculator-result {
      font-size: 32px;
      line-height: 40px; }

  .advantages__content-item {
    flex-direction: column; }
    .advantages .subtitle {
      font-size: 42px;
      line-height: 50px;
      text-transform: none; }

  .instruction .title span {
    top: -4px; }

  .experience-list {
    gap: 20px; }
    .experience .practices-item {
      padding: 20px;
      margin: 0 0 20px; }

  .question {
    padding: 0 0 50px; }
    .question-list {
      max-width: 100%; }
    .question__content {
      flex-direction: column; }
    .question .title {
      background: none; }

  .feedback .title {
    font-size: 42px;
    line-height: 50px; }

  .callback__content {
    gap: 40px; } }

@media (max-width: 991px) {
  .header {
    height: auto;
    min-height: auto; }

  .menu {
    margin: 0 0 40px;
    justify-content: normal; }
    .menu-content {
      width: 100%; }

  .mobile-toggle {
    margin-left: 24px; }

  .title {
    font-size: 42px;
    line-height: 50px;
    text-transform: none; }

  .slider {
    padding: 0 40px; }
    .slider-wrapper {
      margin: 45px 0 50px; }

  .open-icon {
    width: 30px;
    height: 30px; }

  .application-list {
    flex-wrap: wrap; }
    .application-list__item {
      width: calc((100% - 20px)/2); }
      .application-list__item-title {
        font-size: 18px;
        line-height: 26px; }

  .stages-column {
    row-gap: 96px; }
    .stages-column__item-title {
      font-size: 24px;
      line-height: 32px; }
    .stages-column:last-child {
      row-gap: 96px; }
    .stages__content {
      max-width: 738px;
      column-gap: 214px; }

  .delivery .title {
    margin: 0 0 8px; }
    .delivery .subtitle {
      font-size: 18px;
      line-height: 26px;
      font-weight: 400; }

  .description__content-image {
    height: calc(100% - 40px);
    margin-left: 240px;
    right: 0; }
    .description .list-steps li {
      font-size: 18px;
      line-height: 26px;
      font-weight: 400;
      margin: 0 0 14px; }
      .description .list-steps li span:before {
        left: -70px; }
      .description .list-steps li .callback {
        font-size: 18px;
        line-height: 26px; }
      .description .list-steps li:before {
        font-size: 34px;
        font-weight: 400;
        min-width: 40px; }

  .experience p, .experience ul li, .experience ol li {
    line-height: 26px; }

  .contacts {
    width: 50%; }
    .contacts .communication-method__phone, .contacts .communication-method__address {
      margin: 0 0 20px; }
    .contacts .communication-method__phone, .contacts .communication-method__email, .contacts .communication-method__address {
      font-size: 32px;
      line-height: 40px; }

  .callback form {
    max-width: 50%; }

  .convenience-list__item-title {
    font-size: 32px;
    line-height: 40px;
    text-transform: none;
    margin: 0 0 20px; }
    .convenience .list-advantages li {
      font-size: 18px;
      line-height: 26px;
      margin: 0 0 20px;
      gap: 10px; }
      .convenience .list-advantages li:before {
        width: 30px;
        height: 30px; }

  .instruction {
    padding-bottom: 50px; }
    .instruction-list__item-title {
      font-size: 32px;
      line-height: 40px;
      text-transform: none;
      margin: 0 0 20px; }
      .instruction-list__item-image {
        width: 100%;
        height: auto; }
    .instruction .list-instruction li {
      font-size: 18px;
      line-height: 26px; }

  .feedback {
    width: 100%; }

  .footer__content {
    align-items: start;
    flex-direction: column;
    gap: 10px; } }

@media (max-width: 767px) {
  .title {
    font-size: 36px;
    line-height: 44px; }

  .space-wrapper {
    padding-top: 40px;
    padding-bottom: 40px; }

  .header .guide-preview {
    max-width: 250px;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto; }
    .header:after {
      background: rgba(0, 0, 0, .9); }

  .stages {
    margin: 0 0 24px;
    min-height: auto;
    background: none; }
    .stages-column {
      width: 100%;
      margin: 0;
      gap: 20px; }
      .stages-column__item-title {
        font-size: 18px;
        line-height: 26px; }
      .stages-column:last-child {
        margin: 0;
        gap: 20px; }
    .stages__content {
      max-width: 100%;
      flex-direction: column;
      gap: 20px; }

  .experience-list {
    flex-direction: column; }
    .experience-list__item {
      width: 100%; }
    .experience .practices {
      flex-direction: column-reverse; }
    .experience .practices-item.black-item {
      margin: 0; }
    .experience .practices-image {
      margin: 0 0 20px; }

  .instruction-list {
    padding: 40px 0 0;
    flex-direction: column; }
    .instruction-list__item {
      width: 100%; }

  .delivery-content__item {
    position: relative;
    flex-direction: column; }
    .delivery-content__item-image {
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1;
      opacity: 0.1; }

  .slider-wrapper {
    margin: 30px 0; }

  .advantages-list {
    gap: 20px; }
    .advantages-list__item {
      width: 100%; }
    .advantages-list__item-title {
      font-size: 18px;
      line-height: 26px; }
    .advantages .title {
      font-size: 24px;
      line-height: 32px; }
    .advantages .subtitle {
      font-size: 36px;
      line-height: 44px; }

  .convenience-list {
    flex-direction: column-reverse; }
    .convenience-list__item {
      width: 100%; }

  .price__content {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    gap: 5px;
    flex-direction: column; }
    .price__content > div:last-child {
      margin: 24px 0 0; }
    .price__content .price-quantity .input-field {
      font-size: 24px;
      height: 40px;
      margin: 0 0 8px; }
    .price__content .price-quantity .button-container {
      position: static; }
    .price__content .calculator-result {
      font-size: 24px;
      line-height: 32px; }

  .callback__content {
    flex-direction: column; }
    .callback form {
      max-width: 100%; }
    .callback form .button-container {
      text-align: center; }

  .contacts {
    width: 100%;
    max-height: none;
    gap: 40px; }
    .contacts .communication-method__phone, .contacts .communication-method__email, .contacts .communication-method__address {
      font-size: 28px;
      line-height: 36px; }

  .feedback {
    padding: 20px; } }
