@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  flex: 1 1;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1;
    width: auto;
  }

  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .medium-shrink {
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }

  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }

  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }

  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }

  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }

  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1;
    width: auto;
  }

  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .large-shrink {
    width: auto;
  }

  .grid-x > .large-1 {
    width: 8.3333333333%;
  }

  .grid-x > .large-2 {
    width: 16.6666666667%;
  }

  .grid-x > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4 {
    width: 33.3333333333%;
  }

  .grid-x > .large-5 {
    width: 41.6666666667%;
  }

  .grid-x > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7 {
    width: 58.3333333333%;
  }

  .grid-x > .large-8 {
    width: 66.6666666667%;
  }

  .grid-x > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10 {
    width: 83.3333333333%;
  }

  .grid-x > .large-11 {
    width: 91.6666666667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }

  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.3333333333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.6666666667%;
  }

  .large-up-7 > .cell {
    width: 14.2857142857%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
body {
  font-family: "ALS Direct", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 3.625rem;
  }
}

* {
  box-sizing: border-box;
}

a {
  color: #E37253;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.wrapper {
  overflow: hidden;
}

.default-title {
  font-style: normal;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 120%;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .default-title {
    font-size: 1.875rem;
  }
}

.breadcrumbs-block__list {
  max-width: 100%;
  overflow: auto;
  white-space: nowrap;
}
.breadcrumbs-block__list a {
  transition: color 0.35s ease;
}
@media screen and (min-width: 992px) {
  .breadcrumbs-block__list a:hover {
    color: #E37253;
  }
}
.breadcrumbs-block__list-item {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  color: #867B8B;
  text-decoration: none;
}
.breadcrumbs-block__list-item:after {
  content: "";
  display: inline-block;
  width: 0.75rem;
  margin-left: 0.25rem;
  margin-right: 0.375rem;
  font-family: "fontello";
  font-weight: normal;
  speak: never;
  text-align: center;
  line-height: 1;
  transform: rotate(-90deg);
}
.breadcrumbs-block__list-item:last-child:after {
  display: none;
}
.breadcrumbs-block_on-banner {
  position: relative;
  z-index: 20;
  margin-top: 2.5rem;
  margin-bottom: -3.75rem;
}
.breadcrumbs-block_red .breadcrumbs-block__list-item {
  color: #CC3C32;
}

.mCustomScrollBox {
  outline: none;
}

@font-face {
  font-family: "ALS Direct";
  src: url("../libs/fonts/als_direct_regular-webfont.eot"), url("../libs/fonts/ALS Direct Regular.otf") format("opentype"), url("../libs/fonts/als_direct_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../libs/fonts/als_direct_regular-webfont.woff") format("woff"), url("../libs/fonts/als_direct_regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ALS Direct";
  src: url("../libs/fonts/als_direct_bold-webfont.eot"), url("../libs/fonts/ALS Direct Bold.otf") format("opentype"), url("../libs/fonts/als_direct_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../libs/fonts/als_direct_bold-webfont.woff") format("woff"), url("../libs/fonts/als_direct_bold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 84.375rem;
  }
}

.position-absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  margin-bottom: -4.3125rem;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .position-absolute {
    margin-bottom: -2.5rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .position-absolute {
    margin-bottom: -2.5rem;
  }
}

.relative-wrap {
  position: relative;
}

.picture-layer {
  position: relative;
}
.picture-layer:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/picture-layer.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -9.5625rem;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .picture-layer:before {
    display: none;
  }
}

.slick-dots {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 3.875rem 0 0 16.4375rem;
  padding: 0;
}
.slick-dots li {
  width: 0.375rem;
  height: 0.375rem;
  display: block;
  border-radius: 50%;
  background-color: #867B8B;
  flex-shrink: 0;
  margin-right: 1.0625rem;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background-color: #E37253;
  width: 0.75rem;
  height: 0.75rem;
}
.slick-dots li:before {
  display: none;
}
.slick-dots button {
  display: none;
}

.block-margin {
  margin: 6rem 0;
}

.block-margin-bottom, .mb-7 {
  margin-bottom: 6rem;
}

.rub {
  font-family: "Roboto", sans-serif;
}

.subtitle {
  max-width: 58.75rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .subtitle {
    font-size: 1rem;
  }
}

img.fitwidth {
  max-width: 100%;
}

.accent-with-img {
  margin-bottom: 2.5rem;
  background-color: #F3F2F3;
}
.accent-with-img__content {
  padding: 3.75rem 0.9375rem 1.875rem;
  color: #363138;
  line-height: 1.5;
}

.accent-with-line {
  margin-bottom: 2.5rem;
  padding: 3.4375rem 0;
  background-color: #F3F2F3;
}
.accent-with-line__content {
  padding-left: 3.4375rem;
  color: #363138;
  line-height: 1.5;
  border-left: 0.25rem solid #CC3C32;
}

.ui-widget {
  font-family: inherit;
}

.img-offset-holder {
  position: relative;
}
.img-offset-holder:after {
  content: "";
  display: block;
  clear: both;
}
.img-offset-holder__img {
  display: block;
  max-width: 50vw;
}
.img-offset-holder__img_left {
  float: right;
}
.img-offset-holder__img_right {
  float: left;
}
@media screen and (max-width: 991px) {
  .img-offset-holder__img {
    max-width: 100%;
  }
}

.img-source {
  margin: 1.5625rem 0;
  text-align: center;
  font-style: italic;
  color: #867B8B;
  font-size: 0.875rem;
}

.mb-6 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .mb-6 {
    margin-bottom: 3rem;
  }
}

.margin-top-7 {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .margin-top-7 {
    font-size: 3.125rem;
  }
}

.round-arrow {
  position: absolute;
  z-index: 10;
  top: calc(50% - 2.9375rem);
  width: 5.875rem;
  height: 5.875rem;
  font-size: 0 !important;
  border: none;
  border-radius: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='24' viewBox='0 0 14 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3667 21.4L1.9667 12L11.3667 2.59999' stroke='white' stroke-width='3.13333' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: #E37253;
  background-position: 70% 50%;
  background-repeat: no-repeat;
  outline: none;
  cursor: pointer;
}
.round-arrow_left {
  left: -2.9375rem;
}
.round-arrow_right {
  right: -2.9375rem;
  transform: rotate(180deg);
}
@media screen and (max-width: 991px) {
  .round-arrow {
    top: calc(50% - 1.875rem);
    width: 3.75rem;
    height: 3.75rem;
    background-size: 0.5rem 0.875rem;
  }
  .round-arrow_left {
    left: -1.875rem;
  }
  .round-arrow_right {
    right: -1.875rem;
  }
}

.article-author {
  position: relative;
  margin: 1.875rem 0;
  border-bottom: 1px solid rgba(134, 123, 139, 0.4);
}

.author-name {
  margin-bottom: 1rem;
}
.author-name a {
  color: #1C1C1C;
}

.preview-avatar {
  margin-right: 0.5rem;
}

.author-social {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}

.article-author .ya-share2 {
  margin: 0 0.625rem;
}
.article-author .ya-share2__item {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0.25rem;
}
.article-author .ya-share2__item:before {
  display: none;
}
.article-author .ya-share2__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  background-color: rgba(134, 123, 139, 0.7) !important;
  border-radius: 100%;
  overflow: hidden;
}
.article-author .ya-share2__icon {
  height: 1.25rem;
  width: 1.25rem;
  background-size: 1.25rem 1.25rem;
}

.author-footer {
  padding: 1.25rem 0;
  margin: 1.25rem 0;
  font-size: 0.875rem;
  border-top: 1px solid rgba(134, 123, 139, 0.4);
}
.author-footer .img {
  float: left;
  width: 12.5rem;
  margin: 0 1.875rem 0 0;
}
.author-footer .img img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .author-footer .img {
    float: none;
    width: 9.375rem;
    margin-bottom: 1rem;
  }
}
.author-footer .author-name {
  margin-bottom: 1.25rem;
}
.author-footer .last-article {
  display: block;
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
}
.author-footer .last-article:hover {
  text-decoration: underline;
}

.social-icon {
  display: inline-block;
  margin: 0.25rem;
  font-size: 1.125rem;
}
.social-icon:hover {
  color: #dc4e27;
}

body {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 150%;
  color: #000000;
}

.orange-text {
  color: #E37253;
  margin-left: 0;
  margin-right: 0.625rem;
}

.colors-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.red {
  color: #CC3C32;
  background-color: #CC3C32;
}

.white {
  color: #ffffff;
  background-color: #ffffff;
}

.black {
  color: #1C1C1C;
  background-color: #1C1C1C;
}

.gray-lilac {
  color: #867B8B;
  background-color: #867B8B;
}

.gray-blue {
  color: #6B8C96;
  background-color: #6B8C96;
}

.terracotta-orange {
  color: #E37253;
  background-color: #E37253;
}

.text-default {
  color: #363138;
  background-color: #363138;
}

.fon {
  color: #F3F2F3;
  background-color: #F3F2F3;
}

.h0 {
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1199px) {
  .h0 {
    font-size: 2.75rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 991px) {
  .h0 {
    font-size: 2rem;
  }
}

h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 3rem;
  line-height: 120%;
  color: #000000;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 1.75rem;
  }
}

h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 120%;
  color: #000000;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 120%;
  color: #000000;
}
h3.smaller {
  font-size: 1.75rem;
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 120%;
  color: #000000;
}
@media screen and (max-width: 991px) {
  h4 {
    font-size: 1.125rem;
  }
}

bold {
  font-style: normal;
  font-weight: bold;
  font-size: 0.8125rem;
  line-height: 150%;
  text-align: right;
  letter-spacing: -0.2px;
  color: #000000;
}

.more-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  color: #E37253;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  transition: color 0.5s ease;
}
.more-link svg {
  margin-right: 1.375rem;
  fill: #E37253;
  transition: fill 0.5s ease;
}
.more-link svg:last-child {
  margin-right: 0;
  margin-left: 1.375rem;
}
@media screen and (min-width: 992px) {
  .more-link:hover {
    color: #CC3C32;
  }
  .more-link:hover > svg {
    fill: #CC3C32;
  }
}
.more-link.disabled {
  color: #867B8B;
  cursor: not-allowed;
  pointer-events: none;
}
.more-link.disabled svg {
  fill: #867B8B;
}

.test-margin {
  margin-bottom: 0.625rem;
}

.label-title {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 120%;
  color: #000000;
}

.label-info {
  text-decoration: none;
}

.inline {
  display: flex;
  flex-wrap: nowrap;
}

.follow-link {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  color: #E37253;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.follow-link .icon-short_arrow svg {
  fill: #E37253;
}
@media screen and (min-width: 992px) {
  .follow-link:hover {
    color: #FFFFFF;
  }
  .follow-link:hover .icon-short_arrow svg {
    fill: #FFFFFF;
  }
  .follow-link:active {
    color: #CC3C32;
  }
  .follow-link:active .icon-short_arrow svg {
    fill: #CC3C32;
  }
}
.follow-link.disabled {
  color: #867B8B;
  cursor: not-allowed;
  pointer-events: none;
}
.follow-link.disabled .icon-short_arrow svg {
  fill: #867B8B;
}

.testgap {
  margin-right: 0.625rem;
}

.ranges {
  margin-top: 3.125rem;
  margin-bottom: 6.25rem;
}

ol {
  list-style-type: none;
  /* Убираем исходные маркеры */
  counter-reset: item;
  /* Обнуляем счетчик списка */
  padding-left: 0;
}
ol li {
  display: flex;
  align-items: flex-start;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 150%;
  color: #000000;
  margin-bottom: 2.0625rem;
}
ol li:before {
  content: counter(item) ") ";
  /* Добавляем к числам скобку */
  counter-increment: item;
  /* Задаём имя счетчика */
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 150%;
  color: #E37253;
  margin-right: 1.25rem;
}

ul {
  list-style-type: none;
  padding-left: 0;
}
ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 150%;
  color: #000000;
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.0625rem;
}
ul li:before {
  content: "";
  display: block;
  width: 1.125rem;
  height: 0.125rem;
  flex-shrink: 0;
  background-color: #E37253;
  margin-right: 1.25rem;
  margin-top: 0.5rem;
}

.checklist li {
  margin-bottom: 1.5625rem;
}
.checklist li:before {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.2rem;
  margin-right: 0.875rem;
  border-radius: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7507 1.29034L4.55719 7.48389L1.74194 4.66864' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-color: #E37253;
}

.steps-list {
  margin: 3.125rem 0;
}
.steps-list:last-child {
  margin-bottom: 0;
}
.steps-list li {
  position: relative;
  display: block;
  margin-bottom: 3.125rem;
  padding-left: 6.875rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.steps-list li:before {
  content: counter(item) " этап";
  position: absolute;
  left: 0;
  top: 0;
  width: 5rem;
  padding: 0.125rem 0.625rem 1px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
  background: #CC3C32;
  border-radius: 0.25rem;
}
.steps-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .steps-list li {
    padding-left: 0;
    margin-bottom: 1.5625rem;
    font-size: 1rem;
  }
  .steps-list li:before {
    position: static;
    display: block;
    margin-bottom: 0.625rem;
  }
}

/*span {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #1C1C1C;
}*/
p {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 150%;
  color: #000000;
  margin-bottom: 2.8125rem;
}

.size-16 {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .size-16 {
    font-size: 0.875rem;
  }
}

.size-18 {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .size-18 {
    font-size: 1rem;
  }
}

.size-20 {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .size-20 {
    font-size: 1rem;
  }
}

.size-24 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .size-24 {
    font-size: 1.125rem;
  }
}

table td {
  border: 1px solid rgba(134, 123, 139, 0.4);
  padding: 0.75rem 1.25rem;
}

.table-likbez {
  border: 1px solid rgba(134, 123, 139, 0.4);
  width: 100%;
}

.table-likbez th {
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid rgba(134, 123, 139, 0.4);
  padding: 1.25rem 0.625rem 1.125rem;
  text-align: center;
  background-color: rgba(134, 123, 139, 0.05);
}

.table-likbez tbody tr:nth-child(2n) {
  background-color: rgba(134, 123, 139, 0.2);
}

.table-likbez__one-td {
  text-align: center;
  background-color: #e37253;
  color: white;
}

.example {
  background-color: rgba(227, 114, 83, 0.3);
  margin: 0.625rem 0;
  padding: 0.625rem 0.3125rem;
}

@media (max-width: 767px) {
  .content-table-wrap {
    overflow-x: scroll;
  }

  .table-likbez th {
    padding: 0.625rem 0.3125rem;
    font-size: 0.625rem;
  }
}
.underline {
  text-decoration: underline;
}
.underline[href]:hover, a:hover .underline {
  text-decoration: none;
}

.strong {
  font-weight: bold;
}

.main-footer {
  background: rgba(134, 123, 139, 0.1);
}

.footer-middle {
  padding-top: 3.125rem;
  padding-bottom: 2.0625rem;
  border-bottom: 1px solid #867B8B;
}
@media screen and (max-width: 991px) {
  .footer-middle {
    display: none;
  }
}
.footer-middle__main {
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer-middle__main {
    width: 100%;
    margin-bottom: 1.5625rem;
  }
}
.footer-middle__main-item {
  margin-bottom: 0;
}
.footer-middle__main-item:before {
  display: none;
}
.footer-middle__main-item a {
  display: block;
  padding: 0.9375rem 0;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.7;
  color: #363138;
  text-decoration: none;
  transition: color 0.35s ease;
}
@media screen and (min-width: 992px) {
  .footer-middle__main-item a:hover {
    color: #CC3C32;
  }
}
.footer-middle__main:first-child a {
  padding-top: 0;
}

.footer-top {
  display: flex;
  align-items: center;
  padding: 3.125rem 0 2.75rem;
  border-bottom: 1px solid #867B8B;
}
@media screen and (max-width: 767px) {
  .footer-top {
    flex-wrap: wrap;
  }
}
.footer-top__logo {
  display: block;
  width: 8.625rem;
  height: 2.25rem;
}
.footer-top__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer-top__logo {
    order: 10;
  }
}
.footer-top__text {
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 150%;
  color: #867B8B;
  max-width: 30.6875rem;
  margin-left: 6rem;
}
@media screen and (max-width: 767px) {
  .footer-top__text {
    margin-left: 0;
    margin-top: 1.875rem;
    order: 30;
    width: 100%;
  }
}
.footer-top__arrow-up {
  margin-left: auto;
  margin-right: 3.75rem;
  text-decoration: none;
  transition: opacity ease 0.35s;
}
.footer-top__arrow-up:before {
  content: "";
  display: block;
  width: 1.0625rem;
  height: 1.4375rem;
  margin: 0 auto 0.8125rem;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='24' viewBox='0 0 19 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 24L9.5 1M9.5 1L0.999999 9.57936M9.5 1L18 9.57937' stroke='%23E37253'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .footer-top__arrow-up:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .footer-top__arrow-up {
    order: 20;
    margin-right: 0;
  }
}
.footer-top__arrow-up-text {
  font-size: 0.75rem;
  text-align: center;
  color: #867B8B;
}

.footer-bottom {
  padding: 1.75rem 0 1.375rem;
}
.footer-bottom__copyright, .footer-bottom__text {
  font-size: 0.75rem;
  color: #867B8B;
}
@media screen and (max-width: 991px) {
  .footer-bottom__copyright, .footer-bottom__text {
    margin-bottom: 0.9375rem;
  }
}
.footer-bottom__copyright-icon {
  font-size: 1rem;
  font-weight: bold;
}
.footer-bottom__social {
  display: flex;
}
.footer-bottom__social-icon {
  display: block;
  flex-shrink: 0;
  margin-right: 1.25rem;
}
.footer-bottom__social-icon i {
  display: block;
}
.footer-bottom__social-icon i:before {
  color: #867B8B;
  margin: 0;
  display: block;
  font-size: 1.25rem;
  transition: color 0.35s ease;
}
@media screen and (min-width: 992px) {
  .footer-bottom__social-icon:hover i:before {
    color: #000000;
  }
}
.footer-bottom__webprofy-link {
  font-size: 0.75rem;
  color: #867B8B;
}
.footer-bottom__webprofy-img {
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .footer-bottom__webprofy {
    margin-bottom: 0.9375rem;
  }
}

.footer-menu {
  list-style: none;
  margin: 0;
}
.footer-menu__item {
  margin-bottom: 0;
}
.footer-menu__item:before {
  display: none;
}
.footer-menu__item-link {
  display: block;
  padding: 0.375rem 0;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #363138;
  text-decoration: none;
  transition: color 0.35s ease;
}
@media screen and (min-width: 992px) {
  .footer-menu__item-link:hover {
    color: #CC3C32;
  }
}
.footer-menu__item:first-child .footer-menu__item-link {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .footer-menu {
    margin-bottom: 1.5625rem;
  }
}

.main-header {
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .main-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    border-bottom: 1px solid #E37253;
  }
}
.main-header__content {
  width: 100%;
}
.main-header__content-top {
  padding-bottom: 2.25rem;
  padding-top: 2.8125rem;
}
@media screen and (max-width: 991px) {
  .main-header__content-top {
    padding: 0.625rem 0;
  }
}
.main-header__menu {
  margin: 0 0.9375rem;
}
@media screen and (max-width: 991px) {
  .main-header__menu {
    display: none;
  }
}
.main-header__logo {
  flex-shrink: 0;
  display: block;
  width: 11.5rem;
}
.main-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .main-header__logo {
    width: 9rem;
  }
}
.main-header__information {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 33%;
}
@media screen and (max-width: 1199px) {
  .main-header__information {
    align-items: flex-end;
    flex-direction: column-reverse;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .main-header__information {
    width: 1.875rem;
    height: 1.875rem;
    margin: 0 1.875rem 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .main-header__information-btn.order-btn {
    display: none;
  }
}

.header-menu-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-menu-list__item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.header-menu-list__item:before {
  display: none;
}
.header-menu-list__item:after {
  content: "";
  display: block;
  width: 0.125rem;
  height: 0.125rem;
  border-radius: 50%;
  background-color: #E37253;
  flex-shrink: 0;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
@media screen and (max-width: 1399px) {
  .header-menu-list__item:after {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
.header-menu-list__item:last-child:after {
  display: none;
}
.header-menu-list__item-link {
  display: inline-block;
  padding: 0.8125rem 0 0.6875rem;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  color: #828282;
  letter-spacing: 0.1px;
  transition: color 0.35s ease;
}
@media screen and (min-width: 992px) {
  .header-menu-list__item-link:hover {
    color: #E37253;
    text-decoration: none;
  }
}
.header-menu-list__submenu {
  position: absolute;
  z-index: 110;
  top: 100%;
  left: 0;
  min-width: 15.625rem;
  padding: 1.5625rem 0;
  margin: 0;
  background-color: #ffffff;
  list-style: none;
  box-shadow: -1rem -1rem 2.5rem rgba(255, 255, 255, 0.8), 1rem 0.25rem 4rem rgba(18, 61, 101, 0.3), inset -0.5rem -0.375rem 5rem rgba(255, 255, 255, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity ease 0.35s;
}
.header-menu-list__item:hover .header-menu-list__submenu {
  opacity: 1;
  pointer-events: auto;
}
.header-menu-list__sub-item {
  display: block;
  margin: 0;
  padding: 0;
}
.header-menu-list__sub-item:before {
  display: none;
}
.header-menu-list__sub-link {
  display: block;
  padding: 0.9375rem 2.8125rem 0.8125rem 1.875rem;
  color: #1C1C1C;
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: none;
  transition: background-color ease 0.35s;
}
@media screen and (min-width: 992px) {
  .header-menu-list__sub-link:hover {
    background-color: rgba(134, 123, 139, 0.1);
  }
}

.header-top-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0.9375rem;
}
@media screen and (max-width: 1199px) {
  .header-top-info {
    margin-right: 0;
    margin-top: 0.625rem;
    align-items: flex-end;
  }
}
@media screen and (max-width: 991px) {
  .header-top-info {
    margin-top: 0;
  }
}
.header-top-info__phone {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  color: #000000;
  margin-bottom: 0.1875rem;
  white-space: nowrap;
  transition: color 0.5s ease;
}
.header-top-info__phone .icon-tel {
  margin-right: 0.4375rem;
}
@media screen and (max-width: 991px) {
  .header-top-info__phone {
    display: block;
    margin-bottom: 0;
  }
  .header-top-info__phone .icon-tel {
    display: block;
    margin-right: 0;
  }
  .header-top-info__phone .icon-tel:before {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 992px) {
  .header-top-info__phone:hover {
    color: #E37253;
  }
}
@media screen and (max-width: 991px) {
  .header-top-info__phone-text {
    display: none;
  }
}
.header-top-info__detail {
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #828282;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.header-top-info__detail .icon-watch {
  margin-left: 0.5625rem;
  margin-right: 0.5625rem;
  width: 0.75rem;
  height: 0.75rem;
}
@media screen and (max-width: 991px) {
  .header-top-info__detail {
    display: none;
  }
}

.header-bottom-menu {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .header-bottom-menu {
    display: block;
    width: 18.125rem;
    max-width: calc(100vw - 5.625rem);
  }
}
.header-bottom-menu__item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 1;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  color: #FFFFFF;
  padding: 1rem 0.625rem 0.9375rem;
  transition: background-color 0.35s ease;
}
.header-bottom-menu__item-link .icon-chevron-down {
  display: block;
  margin-left: 0.375rem;
}
.header-bottom-menu__item-link .icon-chevron-down:before {
  margin: 0;
  display: block;
}
@media screen and (max-width: 1399px) {
  .header-bottom-menu__item-link {
    font-size: 0.9375rem;
    padding-left: 0.8125rem;
    padding-right: 0.8125rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom-menu__item-link {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 991px) {
  .header-bottom-menu__item-link {
    justify-content: space-between;
    padding: 1.0625rem 0 0.9375rem;
  }
}
.header-bottom-menu__item {
  flex-grow: 1;
  border-left: 1px solid #ffffff;
  margin-bottom: 0;
}
.header-bottom-menu__item:before {
  display: none;
}
.header-bottom-menu__item:first-child {
  border-left: none;
}
@media screen and (max-width: 991px) {
  .header-bottom-menu__item {
    display: block;
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media screen and (min-width: 992px) {
  .header-bottom-menu__item:hover .toggle-menu {
    opacity: 1;
    visibility: visible;
  }
  .header-bottom-menu__item:hover .header-bottom-menu__item-link {
    background-color: #363138;
    color: #FFFFFF;
  }
}

.header-bottom {
  position: relative;
  background-color: #CC3C32;
}
@media screen and (max-width: 991px) {
  .header-bottom {
    position: fixed;
    top: 0;
    height: 100vh;
    overflow: auto;
    padding: 0.625rem 0 18.75rem;
    background-color: #E37253;
    transform: translateX(-100%);
    transition: transform ease 0.35s;
  }
  .header-bottom.is-opened {
    transform: translateX(0);
  }
}
.header-bottom__nav {
  width: 100%;
}
.header-bottom .col-12 {
  position: static;
}

.toggle-menu {
  transition: opacity 0.35s ease;
  position: absolute;
  z-index: 1000;
  width: 100%;
  left: 0;
  top: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 0.125rem rgba(0, 0, 0, 0.08), 0px 0.125rem 1.5rem rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 991px) {
  .toggle-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
  }
}
.toggle-menu__nav {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 23.5rem);
  margin-top: 2.375rem;
}
@media screen and (max-width: 991px) {
  .toggle-menu__nav {
    display: block;
    width: 100%;
    margin-top: 0;
  }
}
.toggle-menu__banner {
  width: 23.5rem;
  box-sizing: border-box;
  box-shadow: 0px 0px 0.125rem rgba(0, 0, 0, 0.08), 0px 0.125rem 1.5rem rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 991px) {
  .toggle-menu__banner {
    display: none;
  }
}

.toggle-menu-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
}
@media screen and (max-width: 991px) {
  .toggle-menu-wrapper {
    padding: 0.625rem 0;
  }
}

.nav-item {
  list-style: none;
  width: calc(100% / 3);
  padding: 0 0.625rem 0 0;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 1399px) {
  .nav-item {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 991px) {
  .nav-item {
    width: auto;
    padding-right: 0;
    margin: 0;
  }
}
.nav-item__link {
  margin-bottom: 2rem;
}
.nav-item__link:before {
  display: none;
}
.nav-item__link:last-child {
  margin-bottom: 0;
}
.nav-item__link a {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 100%;
  color: #000000;
}
@media screen and (max-width: 1199px) {
  .nav-item__link a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 991px) {
  .nav-item__link a {
    width: auto;
    padding: 0.8125rem 0;
  }
}
@media screen and (max-width: 991px) {
  .nav-item__link {
    margin: 0;
  }
}

.mobile-header-hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .mobile-header-hamburger {
    display: none;
  }
}
.mobile-header-hamburger__hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.mobile-header-hamburger__button {
  margin: 0 auto;
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
}
.mobile-header-hamburger__button:after, .mobile-header-hamburger__button:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 1.875rem;
  height: 0.25rem;
  background-color: #CC3C32;
  transition: transform ease 0.3s, box-shadow ease 0.3s;
}
.mobile-header-hamburger__button:before {
  top: 0;
}
.mobile-header-hamburger__button:after {
  top: 0.5rem;
  box-shadow: 0 0.5rem 0 #cc3c32;
}
.mobile-header-hamburger__hidden:checked + .mobile-header-hamburger__button:before {
  transform: translateY(0.3125rem) rotate(45deg);
}
.mobile-header-hamburger__hidden:checked + .mobile-header-hamburger__button:after {
  transform: translateY(-0.1875rem) rotate(-45deg);
  box-shadow: 0 0 0 #cc3c32;
}
.mobile-header-hamburger__button-text {
  position: absolute;
  bottom: -0.375rem;
  line-height: 1;
  font-size: 0.625rem;
}

.chart-table {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}

.chart-table .chart-table__row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid rgba(223, 41, 38, 0.16);
}

.chart-table .chart-table__row:hover {
  -webkit-box-shadow: 0 0 0.625rem rgba(223, 41, 38, 0.12);
  box-shadow: 0 0 0.625rem rgba(223, 41, 38, 0.12);
  background: -webkit-linear-gradient(90deg, #fff, #fff);
  background: -moz-linear-gradient(90deg, #fff, #fff);
  background: -o-linear-gradient(90deg, #fff, #fff);
  background: -ms-linear-gradient(90deg, #fff, #fff);
  background: linear-gradient(0deg, #fff, #fff);
}

.chart-table .chart-table__row_header {
  position: relative;
  z-index: 20;
  border-bottom: 0.125rem solid #df2926;
  color: #707070;
}

.chart-table .chart-table__row_header:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.chart-table .chart-table__column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 6.25rem;
  -ms-flex: 0 0 6.25rem;
  flex: 0 0 6.25rem;
  min-width: 6.25rem;
  padding: 1.375rem 0.625rem;
}

.chart-table .chart-table__column:first-child {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 1.25rem;
}

.chart-table .chart-table__column:last-child {
  text-align: right;
  padding-right: 1.25rem;
}

.chart-table .chart-table__column_frequency {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 6.25rem;
  -ms-flex: 0 0 6.25rem;
  flex: 0 0 6.25rem;
  min-width: 6.25rem;
}

.chart-table .chart-table__column_dynamic {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 6.125rem;
  -ms-flex: 0 0 6.125rem;
  flex: 0 0 6.125rem;
  min-width: 6.125rem;
}

.chart-table .chart-table__column_header {
  padding: 0.25rem 0.625rem 0.9375rem;
}

.chart-table .chart-table__column_header:first-child {
  padding-left: 1.25rem;
}

.chart-table .chart-table__column_header:last-child {
  padding-right: 1.25rem;
}

.chart-table .chart-table__column_green,
.chart-table .chart-table__column_gray,
.chart-table .chart-table__column_light-red,
.chart-table .chart-table__column_dark-green,
.chart-table .chart-table__column_dark-red {
  -webkit-box-shadow: inset -1px 0 0 0 #fff;
  box-shadow: inset -1px 0 0 0 #fff;
}

.chart-table .chart-table__column_green {
  background: #e2f2e5;
}

.chart-table .chart-table__column_gray {
  background: #f0f0f0;
}

.chart-table .chart-table__column_light-red {
  background: #f8d0cf;
}

.chart-table .chart-table__column_dark-green {
  background: #c5e5cb;
}

.chart-table .chart-table__column_dark-red {
  background: #f2a9a8;
}

@media (max-width: 750px) {
  .chart-table {
    display: table;
    border-collapse: collapse;
  }

  .chart-table .chart-table__row {
    display: table-row;
  }

  .chart-table .chart-table__column {
    display: table-cell;
  }

  .chart-table .chart-table__column,
.chart-table .chart-table__column:first-child,
.chart-table .chart-table__column:last-child,
.chart-table .chart-table__column_header,
.chart-table .chart-table__column_header:first-child,
.chart-table .chart-table__column_header:last-child {
    padding: 0.625rem;
  }

  .chart-table .chart-table__column:first-child {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 8.125rem;
    -ms-flex: 0 0 8.125rem;
    flex: 0 0 8.125rem;
    min-width: 8.125rem;
  }
}
.tabs {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.tabs__list {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.9375rem -1.125rem;
}

.tabs__link {
  text-decoration: none;
}

.tabs__item {
  position: relative;
  margin: 0 0.9375rem 1.125rem;
  color: #9f9f9f;
  cursor: pointer;
}

.tabs__item::after {
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  right: -0.125rem;
  display: block;
  height: 0.125rem;
  background-color: #101010;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tabs__item:hover {
  color: #707070;
}

.tabs__item:hover::after {
  background-color: #202020;
}

.tabs__item.is-open {
  color: #101010;
}

.tabs__item.is-open::after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.tabs__item.is-open:hover {
  color: #202020;
}

.tabs__select {
  display: none;
}

.tabs_clickable_not {
  pointer-events: none;
}

.tabs-item {
  font-size: 1.25rem;
  line-height: 1.8;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  color: #9f9f9f;
  -webkit-transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-decoration: none;
}

.tabs-item__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
}

.tabs-item__progress-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tabs-item__progress {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  -ms-animation: none;
  animation: none;
  overflow: hidden;
  color: #101010;
  white-space: nowrap;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}

.tabs-item:hover {
  color: #101010;
}

.tabs-item:not(.is-open) .tabs-item__progress {
  -webkit-flex-basis: 0;
  flex-basis: 0;
}

.tabs-item_small {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.tabs-item.is-open {
  pointer-events: none;
}

.tabs-item.is-open .tabs-item__progress {
  -webkit-animation-name: width-fill;
  -moz-animation-name: width-fill;
  -o-animation-name: width-fill;
  -ms-animation-name: width-fill;
  animation-name: width-fill;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  -ms-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  animation-timing-function: linear;
}

.tabs_billboard {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding-top: 1.0625rem;
}

.tabs_billboard .tabs__icon-column {
  overflow: hidden;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 0.9375rem;
  margin-bottom: 0.625rem;
}

.tabs_billboard .tabs__icon-wrapper {
  position: relative;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -o-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: 0.65s cubic-bezier(0.19, 0.68, 0.6, 0.91);
  -moz-transition: 0.65s cubic-bezier(0.19, 0.68, 0.6, 0.91);
  -o-transition: 0.65s cubic-bezier(0.19, 0.68, 0.6, 0.91);
  -ms-transition: 0.65s cubic-bezier(0.19, 0.68, 0.6, 0.91);
  transition: 0.65s cubic-bezier(0.19, 0.68, 0.6, 0.91);
}

.tabs_billboard .tabs__icon-wrapper::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: calc(100% - 0.5rem);
  width: 0.125rem;
  height: 31.25rem;
  background: rgba(16, 16, 16, 0.16);
}

.tabs_billboard .tabs__item {
  color: inherit;
}

.tabs_billboard .tabs__item::after {
  display: none;
}

.tabs_billboard .tabs__link {
  color: #101010;
}

.tabs_billboard .tabs__link::after {
  display: none;
}

.tabs_billboard .tabs__link.is-open {
  color: #9f9f9f;
}

.tabs_billboard .tabs__link.is-open ~ .tabs__link {
  color: #9f9f9f;
}

.tabs_billboard .tabs__link.is-open ~ .tabs__link:hover {
  color: #101010;
  -webkit-transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tabs_billboard .tabs__icon {
  position: relative;
  fill: rgba(16, 16, 16, 0.16);
}

.tabs_billboard .tabs__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.tabs_billboard .tabs-item {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

.tabs_billboard.tabs_white .tabs__icon-wrapper::after {
  background: rgba(255, 255, 255, 0.3);
}

.tabs_billboard.tabs_white .tabs__icon {
  fill: rgba(255, 255, 255, 0.3);
}

.tabs_billboard.tabs_white .tabs__link {
  color: #fff;
}

.tabs_billboard.tabs_white .tabs__link.is-open {
  color: #9f9f9f;
}

.tabs_billboard.tabs_white .tabs__link.is-open ~ .tabs__link {
  color: #9f9f9f;
}

.tabs_billboard.tabs_white .tabs__link.is-open ~ .tabs__link:hover {
  color: #fff;
}

.tabs_billboard.tabs_white .tabs-item__progress {
  color: #fff;
}

.tabs-panel:not(.is-open) {
  display: none;
}

.tabs-panels {
  position: relative;
  overflow: hidden;
}

.tabs-panel_animate {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.2s 0.1s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.2s 0.1s, -moz-transform 0.3s;
  -o-transition: opacity 0.2s 0.1s, -o-transform 0.3s;
  -ms-transition: opacity 0.2s 0.1s, -ms-transform 0.3s;
  transition: opacity 0.2s 0.1s, transform 0.3s;
}

.tabs-panel_animate:not(.is-open) {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(12.5rem);
  -moz-transform: translateX(12.5rem);
  -o-transform: translateX(12.5rem);
  -ms-transform: translateX(12.5rem);
  transform: translateX(12.5rem);
  z-index: -20;
}

.tabs-panel_mode_opacity {
  -webkit-transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.tabs-panel_mode_opacity:not(.is-open) {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
  position: absolute;
}

@media (max-width: 1000px) {
  .tabs_billboard {
    padding-top: 0;
  }

  .tabs_billboard .tabs__item {
    font-size: 1rem;
    line-height: 1.625;
  }

  .tabs_billboard .tabs__icon-column {
    margin-right: 0.5625rem;
    margin-bottom: 0.625rem;
  }

  .tabs_billboard .tabs__icon-wrapper {
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    -ms-transform: translateY(145%);
    transform: translateY(145%);
  }

  .tabs_billboard .tabs__icon-wrapper::after {
    top: calc(100% + 0.25rem);
  }

  .tabs_billboard .tabs__icon {
    -webkit-transform: translateY(0.75rem);
    -moz-transform: translateY(0.75rem);
    -o-transform: translateY(0.75rem);
    -ms-transform: translateY(0.75rem);
    transform: translateY(0.75rem);
  }
}
@media (max-width: 500px) {
  .tabs_billboard {
    display: block;
    padding-top: 0;
    /* .tabs__item,
            .tabs__item.is-open,
            .tabs__item.is-open  ~ .tabs__item {
                color $color-black-800
            }*/
  }

  .tabs_billboard .tabs__list {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -0.625rem -1.125rem;
  }

  .tabs_billboard .tabs__item {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin: 0 0.625rem 1.125rem;
  }

  .tabs_billboard .tabs__icon-column {
    margin: 0.625rem 0 0;
  }

  .tabs_billboard .tabs__icon-wrapper {
    display: inline-block;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .tabs_billboard .tabs__icon-wrapper::after {
    top: 0.625rem;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    left: -31.25rem;
    height: 0.125rem;
    width: 31.25rem;
  }

  .tabs_billboard .tabs__icon {
    width: 1.75rem;
    height: 0.875rem;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .tabs_billboard .tabs__icon-column {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.points-head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5625rem;
}
.points-head__title {
  margin-top: 1rem;
}
.points-head__title-time {
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #E37253;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 425px) {
  .points-head__title-time {
    font-size: 0.75rem;
    margin-bottom: 0;
  }
}
.points-head__title-name {
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 120%;
  color: #000000;
}
@media screen and (max-width: 425px) {
  .points-head__title-name {
    font-size: 1rem;
  }
}
.points-head__icon {
  width: 2.8125rem;
  height: 5.625rem;
  background-image: url("../img/svg/flag.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 1.4375rem;
  flex-shrink: 0;
}
@media screen and (max-width: 425px) {
  .points-head__icon {
    width: 1.375rem;
    height: 2.8125rem;
    margin-right: 0.75rem;
  }
}

.points-item {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 4.375rem;
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 1399px) {
  .points-item {
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 425px) {
  .points-item {
    margin-left: 1.875rem;
  }
}
.points-item__link {
  display: flex;
  align-items: flex-start;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 140%;
  color: #000000;
  margin-bottom: 2rem;
}
.points-item__link:before {
  content: "";
  display: block;
  margin-top: 0;
  margin-right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  background-image: url("../img/svg/check.svg");
  background-size: cover;
  background-color: transparent;
}
@media screen and (max-width: 425px) {
  .points-item__link:before {
    margin-right: 0.75rem;
  }
}

.seo-audit-points__content {
  padding-top: 6.9375rem;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .seo-audit-points__content {
    padding-top: 3.125rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.keys .seo-audit-points__content {
  padding-top: 1rem;
}
.seo-audit-points__content-title {
  margin-bottom: 3.625rem;
}

.audit-points-list {
  position: relative;
}
.audit-points-list__item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 3rem;
  position: relative;
}
.audit-points-list__item:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 4rem);
  border-left: 1px dashed #E37253;
  position: absolute;
  top: 3.25rem;
  left: 2.4375rem;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .audit-points-list__item:before {
    height: calc(100% - 3.3125rem);
    left: 1.1875rem;
  }
}
.audit-points-list__item:last-child:before {
  display: none;
}
.audit-points-list__item-icon {
  border: 0.09375rem solid #E37253;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 0px 1.25rem rgba(134, 123, 139, 0.1), 0px 0px 0px 1.34375rem #fff;
  -moz-box-shadow: 0px 0px 0px 1.25rem rgba(134, 123, 139, 0.1), 0px 0px 0px 1.34375rem #fff;
  box-shadow: 0px 0px 0px 1.25rem rgba(134, 123, 139, 0.1), 0px 0px 0px 1.34375rem #fff;
  margin-top: 0.625rem;
  z-index: 1;
  background-color: #fff;
  margin-left: 1.25rem;
  position: relative;
  z-index: 10;
  transition: box-shadow 0.5s ease;
}
@media screen and (max-width: 767px) {
  .audit-points-list__item-icon {
    -webkit-box-shadow: 0px 0px 0px 0.625rem rgba(134, 123, 139, 0.1), 0px 0px 0px 0.71875rem #fff;
    -moz-box-shadow: 0px 0px 0px 0.625rem rgba(134, 123, 139, 0.1), 0px 0px 0px 0.71875rem #fff;
    box-shadow: 0px 0px 0px 0.625rem rgba(134, 123, 139, 0.1), 0px 0px 0px 0.71875rem #fff;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .audit-points-list__item:hover .audit-points-list__item-icon {
    box-shadow: 0px 0px 0px 1.25rem rgba(227, 114, 83, 0.2), 0px 0px 0px 1.34375rem #fff;
  }
}

.audit-point-content {
  margin-left: 3.25rem;
}
@media screen and (max-width: 767px) {
  .audit-point-content {
    margin-left: 1rem;
  }
}
.audit-point-content__name {
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 120%;
  color: #000000;
  margin-bottom: 0.625rem;
}
.audit-point-content__descr {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 150%;
  color: #000000;
}

.popular-answers {
  background-color: rgba(134, 123, 139, 0.1);
  position: relative;
  margin-bottom: 5rem;
}
.popular-answers:before {
  content: "";
  display: block;
  background-image: url(../img/red.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 25rem;
  height: 25rem;
  position: absolute;
  top: -9rem;
  right: 0px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .popular-answers:before {
    display: none;
  }
}
.popular-answers__content {
  padding-top: 4.625rem;
  padding-bottom: 4.875rem;
  max-width: 68.625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .popular-answers__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.popular-answers__content-title {
  font-style: normal;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 120%;
  color: #000000;
  margin-bottom: 3rem;
}

.accordeon-block__item {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.accordeon-block__item.ui-accordion-header {
  display: flex;
  border: none;
  background-color: transparent;
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 120%;
  color: #000000;
  margin-top: 0;
  border: 1px solid #867B8B;
  padding: 0.875rem 0.875rem 0.875rem 3.75rem;
  border-radius: 0;
  outline: none;
  margin-bottom: 0.5rem;
}
.accordeon-block__item.ui-accordion-header.ui-state-active {
  border-bottom: none;
  margin-bottom: 0;
}
.accordeon-block__item.ui-accordion-header.ui-state-active .ui-accordion-header-icon {
  background-image: url("../img/svg/remove.svg");
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .accordeon-block__item.ui-accordion-header {
    padding-left: 0.875rem;
  }
}
.accordeon-block__item .ui-accordion-header-icon {
  background-image: url("../img/svg/add.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  background-position: 0;
  flex-shrink: 0;
}
.accordeon-block__content.ui-accordion-content {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 150%;
  color: #000000;
  padding-left: 3.75rem;
  padding-top: 0;
  padding-bottom: 1.125rem;
  padding-right: 3.75rem;
  background-color: transparent;
  border-bottom: 1px solid #867B8B;
  border-left: 1px solid #867B8B;
  border-right: 1px solid #867B8B;
  border-radius: 0;
  margin-bottom: 0.5rem;
}

.main-advances {
  margin-bottom: 7.6875rem;
}
@media screen and (max-width: 991px) {
  .main-advances {
    margin-bottom: 3.125rem;
  }
}

.advances-tiles-list {
  display: flex;
  flex-wrap: wrap;
}
.advances-tiles-list__item {
  display: flex;
  align-items: flex-start;
  width: calc(50% - 1px);
  margin: 0.5px;
  background-color: #f3f2f3;
  padding: 5.625rem 4.0625rem 5.625rem 3.4375rem;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .advances-tiles-list__item:hover .advances-tiles-list__item-icon {
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 1199px) {
  .advances-tiles-list__item {
    padding: 1.25rem 1rem;
  }
}
@media screen and (max-width: 991px) {
  .advances-tiles-list__item {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .advances-tiles-list__item {
    flex-direction: column;
    align-items: center;
  }
}
.advances-tiles-list__item-icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2.5rem;
  padding: 2.1875rem;
  background-color: rgba(255, 255, 255, 0.4);
  border: 0.09375rem solid #FFFFFF;
  width: 8.9375rem;
  height: 8.9375rem;
  border-radius: 50%;
  transition: background-color 0.5s ease;
}
@media screen and (max-width: 600px) {
  .advances-tiles-list__item-icon {
    width: 5rem;
    height: 5rem;
    margin-right: 1.25rem;
    padding: 0.9375rem;
  }
}
.advances-tiles-list .advance-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .advances-tiles-list .advance-icon {
    width: 1.875rem;
  }
}
.advances-tiles-list__item_result .advance-icon {
  transform: translateX(0.25rem);
}
.advances-tiles-list__item_intime .advance-icon {
  transform: translate(0.25rem, 0.25rem);
}
.advances-tiles-list__item_graph .advance-icon {
  transform: translateX(0.1875rem);
}

.advance-tile-info__name {
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 120%;
  color: #000000;
  margin-top: 0.5625rem;
  margin-bottom: 1.25rem;
}
.advance-tile-info__description {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 140%;
  color: #000000;
  max-width: 20rem;
}

.main-advances-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5.5625rem;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .main-advances-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 991px) {
  .main-advances-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.875rem;
  }
}
.main-advances-head__note {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 140%;
  color: #000000;
  display: flex;
  align-items: flex-start;
  margin-right: 3.5rem;
  margin-bottom: 0.6875rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main-advances-head__note {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .main-advances-head__note {
    margin-top: 1.25rem;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .main-advances-head__note {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 1.25rem;
    font-size: 0.75rem;
  }
}
.main-advances-head__note:before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  background-color: #E37253;
  margin-right: 1.25rem;
  margin-top: 0.625rem;
}

.main-advances-tiles {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5px;
  background-color: #867B8B;
}
.main-advances-tiles__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  width: calc((100% - 26.3125rem) / 3 - 1px);
  padding: 3.125rem 1.875rem 2.1875rem;
  margin: 0.5px;
  background-color: #ffffff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main-advances-tiles__item {
    width: calc(100% / 3 - 1px);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .main-advances-tiles__item {
    width: calc(100% / 2 - 1px);
  }
}
@media screen and (max-width: 767px) {
  .main-advances-tiles__item {
    width: calc(100% - 1px);
  }
}
.main-advances-tiles__item.dark-version {
  width: 26.25rem;
  background-color: #867B8B;
  padding-top: 2.375rem;
}
@media screen and (max-width: 1199px) {
  .main-advances-tiles__item.dark-version {
    width: calc(100% - 1px);
  }
}
.main-advances-tiles__item.dark-version .main-advances-tiles__item-icon {
  margin-bottom: 0.5rem;
  transform: translateX(-200%);
}
@media screen and (max-width: 1199px) {
  .main-advances-tiles__item.dark-version .main-advances-tiles__item-icon {
    transform: translateX(-120%);
  }
}
.main-advances-tiles__item.dark-version .icon-case {
  display: block;
}
.main-advances-tiles__item.dark-version .icon-case:before {
  margin: 0;
  display: block;
  color: #FFFFFF;
  font-size: 2.5rem;
}
.main-advances-tiles__item.dark-version .advance-tile-content__info {
  margin-bottom: 0;
}
.main-advances-tiles__item.dark-version .advance-tile-content__info-value {
  font-size: 5.75rem;
  line-height: 1.1;
  color: #FFFFFF;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media screen and (max-width: 1199px) {
  .main-advances-tiles__item.dark-version .advance-tile-content__info-value {
    font-size: 3.875rem;
  }
}
.main-advances-tiles__item.dark-version .advance-tile-content__info .icon-left_wreath, .main-advances-tiles__item.dark-version .advance-tile-content__info .icon-right_wreath {
  width: 1.5625rem;
  height: 3.4375rem;
}
.main-advances-tiles__item.dark-version .advance-tile-content__info .icon-left_wreath:before, .main-advances-tiles__item.dark-version .advance-tile-content__info .icon-right_wreath:before {
  color: #FFFFFF;
  font-size: 3.4375rem;
  margin: 0;
  display: block;
}
.main-advances-tiles__item.dark-version .advance-tile-content__info .icon-left_wreath {
  margin-right: 0.625rem;
}
.main-advances-tiles__item.dark-version .advance-tile-content__info .icon-right_wreath {
  margin-left: 0.625rem;
}
.main-advances-tiles__item.dark-version .advance-tile-content__note {
  font-size: 1.125rem;
  color: #FFFFFF;
  margin-left: 3.4375rem;
}
.main-advances-tiles__item-icon {
  height: 2.5rem;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 1.375rem;
  transform: translateX(-90%);
}
.main-advances-tiles__item-icon img {
  display: block;
}
.main-advances-tiles__item_no-border {
  padding-left: 0;
  border: 0 !important;
}

.advance-tile-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.advance-tile-content__info {
  display: flex;
  align-items: center;
  margin-bottom: 0.3125rem;
}
.advance-tile-content__info-value {
  font-weight: bold;
  font-size: 2.5rem;
  color: #E37253;
}
.advance-tile-content__info-unit {
  font-weight: bold;
  font-size: 1.125rem;
  color: #333333;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  white-space: nowrap;
}
.advance-tile-content__note {
  max-width: 7.5rem;
  font-size: 1rem;
  line-height: 1.2;
  color: #333333;
  margin-left: 2.5rem;
}
.dark-version .advance-tile-content__note {
  max-width: none;
}
.advance-tile-content .icon-left_wreath {
  margin-right: 1.25rem;
}
.advance-tile-content .icon-left_wreath:before {
  color: #867B8B;
}
.advance-tile-content .icon-right_wreath {
  margin-left: 1.25rem;
}
.advance-tile-content .icon-right_wreath:before {
  color: #867B8B;
}

.main-banner {
  position: relative;
  background: linear-gradient(197.63deg, #FFFFFF -1.45%, rgba(255, 255, 255, 0) 88.77%), linear-gradient(122.5deg, #FFFFFF 30.16%, rgba(255, 255, 255, 0) 81.15%), #6B8C96;
  margin-bottom: 8.6875rem;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-banner {
    padding-bottom: 6.25rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main-banner {
    padding-bottom: 6.25rem;
  }
}
.main-banner:before {
  content: "";
  display: block;
  width: 58.875rem;
  height: 100%;
  background-image: url(../img/figures.png);
  background-size: contain;
  background-position: right 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -11.375rem;
  transform: translateX(-24%);
}
@media screen and (max-width: 1399px) {
  .main-banner:before {
    bottom: -10rem;
  }
}
@media screen and (max-width: 991px) {
  .main-banner:before {
    display: none;
  }
}
.main-banner__wrapper {
  width: 100%;
  padding-top: 4.0625rem;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-banner__wrapper {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .main-banner__wrapper {
    padding-top: 1.875rem;
  }
}

.main-banner-text {
  margin-bottom: 4.8125rem;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-banner-text {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main-banner-text {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .main-banner-text {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .main-banner-text {
    margin-bottom: 1.875rem;
  }
}
.main-banner-text h1 {
  margin: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 4rem;
  line-height: 120%;
  color: #000000;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .main-banner-text h1 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 767px) {
  .main-banner-text h1 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 564px) {
  .main-banner-text h1 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 434px) {
  .main-banner-text h1 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 384px) {
  .main-banner-text h1 {
    font-size: 1.4375rem;
  }
}

.term-text {
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  font-size: 2.25rem;
  line-height: 120%;
  color: #E37253;
}
@media screen and (max-width: 991px) {
  .term-text {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .term-text {
    position: absolute;
    white-space: nowrap;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 434px) {
  .term-text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 384px) {
  .term-text {
    font-size: 0.9375rem;
  }
}

.group-terms {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 75.625rem;
  margin-bottom: 13.625rem;
}
@media screen and (min-width: 1700px) {
  .group-terms {
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .group-terms {
    margin-bottom: 15.625rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .group-terms {
    margin-bottom: 15.625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .group-terms {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .group-terms {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 7.5rem;
  }
}
.group-terms__item {
  display: flex;
  align-items: center;
}
.group-terms__item-note {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 120%;
  color: #363138;
  margin-left: 1.25rem;
}
@media screen and (max-width: 991px) {
  .group-terms__item {
    margin-bottom: 1.25rem;
  }
}
.group-terms__plus:nth-last-child(2) {
  margin-left: 10%;
}
@media screen and (max-width: 1399px) {
  .group-terms__plus:nth-last-child(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .group-terms__plus {
    display: none;
  }
}

.mini-banner {
  background-image: linear-gradient(270deg, #363138 0%, #CC3C32 73.13%);
}
.mini-banner__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0.9375rem;
  padding-bottom: 1rem;
  background-image: url(../img/cogwheel.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: calc(50% + 4.4375rem) center;
}
@media screen and (max-width: 550px) {
  .mini-banner__wrapper {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 340px) {
  .mini-banner__wrapper {
    background-image: none;
  }
}

.mini-banner-content__title {
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .mini-banner-content__title {
    font-size: 1.25rem;
  }
}
.mini-banner-content__description {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 130%;
  color: #FFFFFF;
  letter-spacing: -0.7px;
}
@media screen and (max-width: 767px) {
  .mini-banner-content__description {
    font-size: 0.75rem;
  }
}

.inner-banner {
  background-color: #E7ECEE;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (max-width: 576px) {
  .inner-banner {
    padding-bottom: 10%;
  }
}
.inner-banner__wrapper {
  width: 100%;
  padding-top: 4.0625rem;
  padding-bottom: 1.875rem;
}
.inner-banner_services {
  padding-bottom: 16.875rem;
  margin-bottom: -16.875rem;
  background-position: top right;
}
@media screen and (max-width: 1399px) {
  .inner-banner_services {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.inner-banner-text {
  margin-top: 1.5rem;
  max-width: 47.875rem;
}
.inner-banner_services .inner-banner-text {
  max-width: 42.5rem;
}
@media screen and (max-width: 767px) {
  .inner-banner-text {
    margin-bottom: 3.125rem;
  }
}
.inner-banner-text h1 {
  margin-top: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 4rem;
  line-height: 120%;
  color: #000000;
  letter-spacing: 0.2px;
  margin-bottom: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .inner-banner-text h1 {
    font-size: 2rem;
    margin-bottom: 1.875rem;
  }
}
.inner-banner-text__note {
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 150%;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .inner-banner-text__note {
    font-size: 1rem;
  }
}

.recommendation-for-user {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .recommendation-for-user {
    align-items: flex-start;
  }
}
.recommendation-for-user__title {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  color: #000000;
  margin-right: 1.25rem;
}
.recommendation-for-user__list .label-info {
  margin-right: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .recommendation-for-user__list .label-info {
    margin-bottom: 0.625rem;
  }
}

.services-mini-banner {
  margin-bottom: 6.375rem;
}
.services-mini-banner .mini-banner-content__description {
  letter-spacing: inherit;
}

.inner-banner_service {
  padding-bottom: 2.25rem;
}
.inner-banner_service .inner-banner__wrapper {
  position: relative;
}
.inner-banner_service .inner-banner__wrapper:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 30.6875rem;
  height: 42.6875rem;
  margin: auto;
  background-image: url(../img/service-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(96%, 55%);
}
@media screen and (max-width: 991px) {
  .inner-banner_service .inner-banner__wrapper:before {
    display: none;
  }
}
.inner-banner_service .inner-banner-text {
  position: relative;
}
.inner-banner_service .inner-banner-text__note {
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  .inner-banner_service .inner-banner-text__note {
    font-size: 1rem;
  }
}
.inner-banner_service .inner-banner-text h1 {
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .inner-banner_service .inner-banner-text h1 {
    font-size: 3rem;
  }
}

.follow-click {
  margin-bottom: 5.375rem;
}
.follow-click__content {
  width: 100%;
  background-image: linear-gradient(90deg, rgba(57, 175, 201, 0) 87%, #56b4ce 100%), url(../img/follow.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #39afc9;
  background-position: right center;
  padding: 4.3125rem 4.0625rem;
}
@media screen and (max-width: 1199px) {
  .follow-click__content {
    background-image: none;
  }
}
@media screen and (max-width: 500px) {
  .follow-click__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.follow-click__content-title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 120%;
  color: #000000;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 991px) {
  .follow-click__content-title {
    font-size: 2rem;
  }
}
.follow-click__content-note {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 150%;
  color: #000000;
  margin-bottom: 1.25rem;
}

.banner-block {
  padding-left: 4.6875rem;
  padding-right: 4.6875rem;
  background-color: #363138;
}
.banner-block .default-inputs__item-true {
  color: #FFFFFF;
}
.banner-block .default-inputs__item.focus .default-inputs__item-true {
  border-bottom-color: #867B8B;
}

.banner-gap {
  /*margin-bottom: 30px;*/
}

.default-btn {
  display: inline-block;
  padding: 0.75rem 1.5625rem 0.5625rem;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  color: #E37253;
  border: 1px solid #E37253;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  transition: background-color ease 0.35s;
}
@media screen and (min-width: 992px) {
  .default-btn:hover {
    color: #fff;
    background-color: #dc4e27;
  }
}

.fill-btn {
  background-color: #CC3C32;
  color: #FFFFFF;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.35s ease, border-color 0.35s ease;
}
@media screen and (min-width: 992px) {
  .fill-btn:hover {
    background-color: #a33028;
    border-color: #a33028;
  }
}

.order-btn {
  text-decoration: none;
  background-color: #CC3C32;
  border: 0.125rem solid #CC3C32;
  flex-shrink: 0;
  cursor: pointer;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  letter-spacing: initial;
  padding: 0.8125rem 1.4375rem;
}

.submit-btn {
  font-weight: bold;
  font-size: 1.25rem;
  color: #FFFFFF;
  padding: 1.875rem 3.9375rem;
  cursor: pointer;
  text-decoration: none;
  background-color: #CC3C32;
  transition: background-color 0.35s ease;
}
@media screen and (min-width: 992px) {
  .submit-btn:hover {
    background-color: #E37253;
  }
}
@media screen and (max-width: 575px) {
  .submit-btn {
    padding: 1rem 2.125rem;
    font-size: 1.125rem;
  }
}

.audit-btn {
  font-weight: 600;
  font-size: 1rem;
  color: #FFFFFF;
  background-color: #CC3C32;
  border-color: #CC3C32;
  padding-left: 2.625rem;
  padding-right: 2.625rem;
  flex-shrink: 0;
}

.light-btn {
  font-weight: normal;
  font-size: 1rem;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0.75rem 1.875rem;
  transition: background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease;
}
@media screen and (min-width: 992px) {
  .light-btn:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #1C1C1C;
  }
}

.mobile-menu-btn {
  background-color: #FFFFFF;
  color: #E37253;
}

.toggle-menu-close {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  margin-left: auto;
  display: none;
}
@media screen and (max-width: 425px) {
  .toggle-menu-close {
    display: block;
  }
}
.toggle-menu-close span {
  display: block;
  height: 0.1875rem;
  width: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 1.125rem;
  left: 0;
}
.toggle-menu-close span:first-child {
  transform: rotate(45deg);
}
.toggle-menu-close span:last-child {
  transform: rotate(-45deg);
}

.all-cases-btn {
  font-size: 0.875rem;
  margin-top: 0.875rem;
}

.follow-btn {
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 120%;
  color: #FFFFFF;
  padding-top: 1.1875rem;
  padding-bottom: 1.1875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  min-width: 14.3125rem;
  text-align: center;
  box-sizing: border-box;
}

.form-btn {
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  color: #FFFFFF;
  padding: 1.25rem 2.5rem;
}

.button-default {
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  display: inline-block;
  min-width: 11.9375rem;
  outline: none;
  border: 1px solid;
  padding: 0.75rem 0.625rem 0.625rem;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 120%;
  transition: background-color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}
@media screen and (min-width: 992px) {
  .button-default:hover {
    color: #FFFFFF;
    background-color: #CC3C32;
    border-color: #CC3C32;
  }
  .button-default:active {
    color: #FFFFFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #E37253;
    border-color: rgba(227, 114, 83, 0.2);
  }
}
.button-default:disabled {
  cursor: not-allowed;
}
.button-default:disabled.button-thin {
  background-color: transparent;
  color: #867B8B;
  border-color: #867B8B;
}
.button-default:disabled.button-fill {
  background-color: rgba(134, 123, 139, 0.5);
  border-color: rgba(134, 123, 139, 0.1);
}
.button-default.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.button-default.disabled.button-thin {
  background-color: transparent;
  color: #867B8B;
  border-color: #867B8B;
}
.button-default.disabled.button-fill {
  background-color: rgba(134, 123, 139, 0.5);
  border-color: rgba(134, 123, 139, 0.1);
}

.button-thin {
  color: #E37253;
  border-color: #E37253;
  background-color: transparent;
}
.button-thin_light {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.button-fill {
  color: #ffffff;
  border-color: #E37253;
  background-color: #E37253;
}

.button-round {
  border-radius: 3.125rem;
  padding-top: 0.5rem;
  padding-bottom: 0.625rem;
}

.tarifs-cards {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5px;
  background-color: #867B8B;
}
.tarifs-cards:after {
  content: "";
  display: block;
  flex-grow: 1;
  margin: 0.5px;
  background-color: #363237;
}
.tarifs-cards.ui-tabs-panel {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5px;
  background-color: #867B8B;
}
.tarifs-cards.slick-slider {
  display: block;
}
.tarifs-cards__item {
  position: relative;
  display: block;
  overflow: hidden;
  width: calc(100% / 3 - 1px);
  margin: 0.5px;
  background: #363237;
  transition: background-color 0.5s ease;
}
.tarifs-cards__item-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.tarifs-cards__item-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .tarifs-cards__item {
    width: calc(100% / 2 - 1px);
  }
  .tarifs-cards__item .tarifs-cards__item-img {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .tarifs-cards__item {
    width: calc(100% - 1px);
  }
}
@media screen and (min-width: 992px) {
  .tarifs-cards__item:hover .tarifs-cards__item-img {
    opacity: 1;
  }
  .tarifs-cards__item:hover .tarif-card-content__btn {
    background-color: #CC3C32;
    border-color: #CC3C32;
    color: #ffffff;
  }
}
.tarifs-cards_light:after {
  background-color: #ffffff;
}
.tarifs-cards_light .tarifs-cards__item {
  background: #ffffff;
}
@media screen and (min-width: 992px) {
  .tarifs-cards_light .tarifs-cards__item:hover, .tarifs-cards_light .tarifs-cards__item:active {
    background-color: #47373B;
  }
  .tarifs-cards_light .tarifs-cards__item:hover .tarif-card-content__name, .tarifs-cards_light .tarifs-cards__item:hover .tarif-card-content__description, .tarifs-cards_light .tarifs-cards__item:hover .tarif-card-content .price-content, .tarifs-cards_light .tarifs-cards__item:active .tarif-card-content__name, .tarifs-cards_light .tarifs-cards__item:active .tarif-card-content__description, .tarifs-cards_light .tarifs-cards__item:active .tarif-card-content .price-content {
    color: #ffffff;
  }
  .tarifs-cards_light .tarifs-cards__item:active {
    background-color: #363138;
  }
}

.tarif-card-content {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.875rem 3.75rem 3.75rem;
}
@media screen and (min-width: 1440px) {
  .tarif-card-content {
    height: 33.125rem !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .tarif-card-content {
    height: 37vw !important;
  }
}
@media screen and (max-width: 1199px) {
  .tarif-card-content {
    padding: 1rem 1.875rem 1.875rem;
  }
}
@media screen and (max-width: 670px) {
  .tarif-card-content {
    padding: 1.25rem 1rem;
  }
}
.tarif-card-content__index {
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  color: #E37253;
  margin-bottom: 4.6875rem;
}
@media screen and (max-width: 1439px) {
  .tarif-card-content__index {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .tarif-card-content__index {
    display: none;
  }
}
.tarif-card-content__name {
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .tarif-card-content__name {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .tarif-card-content__name {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 510px) {
  .tarif-card-content__name {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}
.tarif-card-content__description {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 150%;
  color: #FFFFFF;
  opacity: 0.9;
  letter-spacing: 0.9px;
  margin-bottom: 1.125rem;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .tarif-card-content__description {
    font-size: 0.75rem;
    line-height: 120%;
  }
}
@media screen and (max-width: 480px) {
  .tarif-card-content__description {
    margin-bottom: 0.625rem;
  }
}
.tarif-card-content__price {
  margin-top: auto;
}
.tarif-card-content__price-note {
  font-size: 0.75rem;
  color: #867B8B;
  margin-bottom: 0.5rem;
  margin-left: 2rem;
  letter-spacing: 0.5px;
}
.tarif-card-content__btn {
  transition: background-color 1.35s ease, border-color 1.35s ease, color 1.35s ease;
  display: block;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  flex-shrink: 0;
}
@media screen and (max-width: 510px) {
  .tarif-card-content__btn {
    font-size: 0.75rem;
  }
}

.tariff-card-wide {
  margin: 1.25rem 0;
  padding: 3.125rem 0;
  border: 1px solid #867B8B;
}
.tariff-card-wide__title {
  margin-bottom: 1.875rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #E37253;
}
.tariff-card-wide__text {
  margin-bottom: 3.125rem;
}
.tariff-card-wide__text p {
  margin-bottom: 0;
  font-size: 1rem;
}
.tariff-card-wide__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tariff-card-wide__price-value {
  font-size: 1rem;
  line-height: 2.375rem;
  color: #000;
}
.tariff-card-wide__price-number {
  margin: 0 0.625rem;
  font-weight: bold;
  font-size: 2rem;
}
.tariff-card-wide__price-title {
  font-size: 1.25rem;
  line-height: 1.5;
}
.tariff-card-wide__price-title_muted {
  color: #867B8B;
}
.tariff-card-wide__button {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .tariff-card-wide__footer {
    display: block;
  }
  .tariff-card-wide__button {
    display: block;
    margin-top: 0.625rem;
    padding: 0.75rem 0.75rem 0.625rem;
  }
  .tariff-card-wide__price-title {
    font-size: 1rem;
  }
  .tariff-card-wide__price-number {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .tariff-card-wide__text p {
    font-size: 0.875rem;
  }
  .tariff-card-wide__price-number {
    font-size: 1.25rem;
  }
}

.price-content {
  display: flex;
  align-items: center;
  margin-bottom: 3.4375rem;
  color: #FFFFFF;
}
@media screen and (max-width: 1439px) {
  .price-content {
    margin-bottom: 3.5vw;
  }
}
.price-content__text {
  font-size: 0.875rem;
  letter-spacing: 0.9px;
}
.price-content__value {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}
@media screen and (max-width: 1199px) {
  .price-content__value {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 425px) {
  .price-content__value {
    font-size: 1.875rem;
  }
}

.banner-card {
  padding: 1.875rem;
  background-color: #867B8B;
  background-image: url("../img/layer-arrows.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.banner-card__title {
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.8125rem;
  margin-top: 1.25rem;
}
.banner-card__name {
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 120%;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.6875rem;
}
.banner-card__descr {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 120%;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1.25rem;
}
.banner-card__btn {
  border: 0.125rem solid #CC3C32;
  padding: 0.875rem 2rem;
}

.services-cards {
  margin-bottom: 4.625rem;
}
.services-cards .tarif-card-content {
  position: relative;
}
.services-cards .tarif-card-content__name {
  color: #000000;
}
.services-cards .tarif-card-content__description {
  color: #867B8B;
  margin-bottom: 3.0625rem;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.services-cards .price-content {
  color: #000000;
}

.promotion-details {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.promotion-details__item {
  width: calc(100% / 3 - 2.5rem);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .promotion-details__item {
    width: calc(100% / 2 - 2.5rem);
  }
}
@media screen and (max-width: 767px) {
  .promotion-details__item {
    width: calc(100% / 1 - 2.5rem);
  }
}
.promotion-details__item:before {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.125rem;
  background-color: #E37253;
  margin-bottom: 2.5rem;
}
.promotion-details__item-title {
  font-style: normal;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 120%;
  color: #000000;
  margin-bottom: 1.25rem;
}
.promotion-details__item-descr {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 150%;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .features-of-promotion__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.features-of-promotion__content-title {
  margin-bottom: 5.1875rem;
}

.our-cases {
  margin-bottom: 0.4375rem;
}
.our-cases__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 4.25rem;
}
@media screen and (max-width: 991px) {
  .our-cases__head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.875rem;
  }
}
.our-cases__head-note {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 140%;
  color: #000000;
  display: flex;
  align-items: flex-start;
  margin-left: 11rem;
  margin-top: 0.875rem;
}
@media screen and (max-width: 991px) {
  .our-cases__head-note {
    margin-left: 0;
  }
}
.our-cases__head-note:before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  background-color: #E37253;
  margin-top: 0.5625rem;
  margin-right: 1.25rem;
}
.our-cases__list {
  margin-bottom: 6.875rem;
}
@media screen and (max-width: 991px) {
  .our-cases__list {
    margin-bottom: 3.125rem;
  }
}

.case-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #867B8B;
  padding: 2.0625rem 1.25rem 4.125rem;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .case-item {
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 991px) {
  .case-item {
    padding: 0;
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.case-item__column {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .case-item__column {
    width: 100%;
  }
}
.case-item__column:last-child {
  padding-left: 3.8125rem;
  padding-right: 0.8125rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .case-item__column:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .case-item__column:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}
.case-item__column-image {
  position: absolute;
  right: 0;
  top: -2.125rem;
  width: 45rem;
  height: auto;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .case-item__column-image {
    width: 100%;
    max-width: 40.375rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .case-item__column-image {
    width: 100%;
    max-width: 35rem;
  }
}
@media screen and (max-width: 991px) {
  .case-item__column-image {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}
.case-item__column-image img {
  width: 100%;
  height: auto;
  display: block;
}
.case-item__column-name {
  font-style: normal;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 120%;
  color: #000000;
  letter-spacing: 0.5px;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .case-item__column-name {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 991px) {
  .case-item__column-name {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (max-width: 425px) {
  .case-item__column-name {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.9375rem;
  }
}
.case-item__column-note {
  font-style: italic;
  font-weight: normal;
  font-size: 0.875rem;
  color: #E37253;
  text-decoration: none;
  margin-left: 0.25rem;
  margin-bottom: 2.5625rem;
}
@media screen and (max-width: 991px) {
  .case-item__column-note {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (max-width: 425px) {
  .case-item__column-note {
    font-size: 0.75rem;
    margin-bottom: 1.875rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.case-item__column-descr {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 150%;
  color: #867B8B;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 991px) {
  .case-item__column-descr {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (max-width: 425px) {
  .case-item__column-descr {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.case-item__column-text {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 150%;
  color: #000000;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 991px) {
  .case-item__column-text {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (max-width: 425px) {
  .case-item__column-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.case-graphic {
  margin-top: 19.4375rem;
  padding-left: 1rem;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .case-graphic {
    margin-top: 16.875rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .case-graphic {
    margin-top: 13.75rem;
  }
}
@media screen and (max-width: 991px) {
  .case-graphic {
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (max-width: 425px) {
  .case-graphic {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.case-graphic__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2.375rem;
}
@media screen and (max-width: 991px) {
  .case-graphic__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.case-graphic__image {
  width: 100%;
}
.case-graphic__image img {
  display: block;
  width: 100%;
  height: auto;
}

.case-banner {
  background-color: #E37253;
  position: relative;
  margin-right: -2.125rem;
  margin-top: auto;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .case-banner {
    margin-right: -1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .case-banner {
    width: 100%;
  }
}
.case-banner:after {
  content: "";
  display: block;
  background-color: #E37253;
  position: absolute;
  right: -100%;
  width: 100%;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 991px) {
  .case-banner:after {
    display: none;
  }
}
.case-banner__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.6875rem 3.75rem;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .case-banner__wrapper {
    padding: 1.25rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .case-banner__wrapper {
    padding: 1.875rem 1rem;
  }
}
@media screen and (max-width: 991px) {
  .case-banner__wrapper {
    padding: 1.25rem 0.625rem;
  }
}
@media screen and (max-width: 480px) {
  .case-banner__wrapper {
    padding: 0.625rem;
  }
}
.case-banner__wrapper:after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -100%;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .case-banner__wrapper:after {
    display: none;
  }
}
.case-banner__wrapper-note {
  font-size: 1rem;
  line-height: 150%;
  color: #FFFFFF;
  letter-spacing: -0.8px;
  margin-right: 0.625rem;
}
@media screen and (max-width: 480px) {
  .case-banner__wrapper-note {
    font-size: 0.75rem;
    letter-spacing: initial;
  }
}

.case-banner-info__top {
  font-weight: bold;
  font-size: 2.5rem;
  color: #FFFFFF;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .case-banner-info__top {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .case-banner-info__top {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .case-banner-info__top {
    font-size: 1.25rem;
  }
}
.case-banner-info__top .icon-arrow_diagonal {
  display: inline-block;
  width: 2.5rem;
  margin: auto 0.5rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .case-banner-info__top .icon-arrow_diagonal {
    width: 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .case-banner-info__top .icon-arrow_diagonal {
    width: 1.25rem;
  }
}
.case-banner-info__top .icon-arrow_diagonal:before {
  margin: 0;
  display: block;
  font-size: 2.5rem;
  font-weight: 100;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .case-banner-info__top .icon-arrow_diagonal:before {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .case-banner-info__top .icon-arrow_diagonal:before {
    font-size: 1.25rem;
  }
}
.case-banner-info__bottom {
  font-size: 0.75rem;
  line-height: 150%;
  color: #FFFFFF;
}

.case-more-info {
  padding: 2.8125rem 2.8125rem 0 0;
  text-align: right;
  font-size: 0.75rem;
  line-height: 1;
  color: #E37253;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .case-more-info {
    padding: 1.875rem 1.25rem 0.9375rem 0;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .case-more-info {
    padding: 1.875rem;
  }
}
.case-more-info:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/svg/arrow_long.svg");
  width: 10.25rem;
  height: 0.75rem;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 1.375rem;
  flex-shrink: 0;
  transition: transform 0.35s ease;
}
@media screen and (max-width: 480px) {
  .case-more-info:before {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .case-more-info:hover:before {
    transform: translateX(0.625rem);
  }
}

.graphics-variants {
  display: flex;
  align-items: center;
}
.graphics-variants__item {
  margin-left: 2.5rem;
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .graphics-variants__item {
    margin-left: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .graphics-variants__item {
    margin-left: 0;
    margin-right: 1.25rem;
  }
}
.graphics-variants__item-cube {
  width: 0.5rem;
  height: 0.5rem;
  flex-shrink: 0;
}
.graphics-variants__item-name {
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  color: #867B8B;
  margin-left: 0.5rem;
}

.cube-yandex {
  background-color: #E37253;
}

.cube-google {
  background-color: #27AE60;
}

.cube-other {
  background-color: #000000;
}

.graphic-head-title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .graphic-head-title {
    margin-bottom: 1.25rem;
  }
}
.graphic-head-title__name {
  font-style: normal;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 130%;
  color: #000000;
  margin-right: 1.625rem;
  max-width: 5rem;
}
@media screen and (max-width: 425px) {
  .graphic-head-title__name {
    max-width: 100%;
    font-size: 1.25rem;
    margin-right: 0.625rem;
  }
}
.graphic-head-title__group-top {
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  color: #E37253;
  display: flex;
  align-items: center;
  margin-bottom: 0.6875rem;
}
@media screen and (max-width: 425px) {
  .graphic-head-title__group-top {
    font-size: 0.875rem;
  }
}
.graphic-head-title__group-top .icon-arrow_diagonal {
  display: block;
  width: 1.875rem;
  margin-left: 0.9375rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 425px) {
  .graphic-head-title__group-top .icon-arrow_diagonal {
    width: 1.25rem;
    margin-left: 0.625rem;
    padding-right: 0.625rem;
    padding-right: 0;
  }
}
.graphic-head-title__group-top .icon-arrow_diagonal:before {
  margin: 0;
  display: block;
  font-size: 1.875rem;
}
@media screen and (max-width: 425px) {
  .graphic-head-title__group-top .icon-arrow_diagonal:before {
    font-size: 0.875rem;
  }
}
.graphic-head-title__group-bottom {
  font-size: 0.75rem;
  line-height: 150%;
  color: #867B8B;
  letter-spacing: -0.6px;
}

.revert-version {
  flex-direction: row-reverse;
}
.revert-version.case-item {
  padding-top: 3.125rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .revert-version.case-item {
    padding: 0;
    padding-bottom: 1.875rem;
  }
}
.revert-version .case-item__column:last-child {
  padding-left: 1.5rem;
  padding-right: 2.9375rem;
}
@media screen and (max-width: 1399px) {
  .revert-version .case-item__column:last-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .revert-version .case-item__column:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}
.revert-version .case-item__column-image {
  top: -3.1875rem;
  left: 0;
}
@media screen and (max-width: 991px) {
  .revert-version .case-item__column-image {
    right: auto;
    position: relative;
    width: 100%;
  }
}
.revert-version .case-item__column-name {
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 120%;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .revert-version .case-item__column-name {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .revert-version .case-item__column-name {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 991px) {
  .revert-version .case-item__column-name {
    font-size: 0.9375rem;
  }
}
.revert-version .case-item__column-note {
  display: inline-block;
  margin-bottom: 2.625rem;
}
@media screen and (max-width: 425px) {
  .revert-version .case-item__column-note {
    margin-bottom: 1.875rem;
  }
}
.revert-version .case-item__column-descr {
  margin-left: 0.25rem;
}
.revert-version .case-item__column-text {
  margin-left: 0.25rem;
}
.revert-version .case-banner {
  margin-right: 0;
  margin-left: -2.75rem;
}
@media screen and (max-width: 1399px) {
  .revert-version .case-banner {
    margin-left: -1.25rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .revert-version .case-banner {
    margin-left: 0;
  }
}
.revert-version .case-banner:after {
  left: -100%;
  right: auto;
}
.revert-version .case-banner__wrapper {
  padding: 3.3125rem 3.75rem;
  padding-right: 5.5rem;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .revert-version .case-banner__wrapper {
    padding: 1.25rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .revert-version .case-banner__wrapper {
    padding: 1.875rem 1rem;
  }
}
@media screen and (max-width: 991px) {
  .revert-version .case-banner__wrapper {
    padding: 1.25rem 0.625rem;
  }
}
.revert-version .case-banner__wrapper:after {
  left: -100%;
  right: auto;
}
.revert-version .case-banner__wrapper-note {
  font-size: 1.125rem;
  line-height: 150%;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .revert-version .case-banner__wrapper-note {
    font-size: 0.75rem;
  }
}
.revert-version .case-more-info {
  text-align: left;
  padding: 2.8125rem 0 0.9375rem;
}
@media screen and (max-width: 480px) {
  .revert-version .case-more-info {
    padding: 1.875rem;
  }
}
.revert-version .case-graphic {
  margin-top: 20.625rem;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .revert-version .case-graphic {
    margin-top: 16.875rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .revert-version .case-graphic {
    margin-top: 13.75rem;
  }
}
@media screen and (max-width: 991px) {
  .revert-version .case-graphic {
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
.revert-version .case-graphic__head {
  padding-left: 0;
  padding-right: 0.875rem;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .revert-version .case-graphic__head {
    padding-right: 0;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .revert-version .case-graphic__head {
    padding-right: 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .revert-version .case-graphic__head {
    padding-right: 0;
  }
}
.revert-version .case-graphic__image {
  margin-left: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .revert-version .graphic-head-title {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .revert-version .graphic-head-title {
    margin-bottom: 0.625rem;
  }
}
.revert-version .graphic-head-title__group-top .icon-arrow_diagonal {
  margin-left: 0.5rem;
}
.revert-version .graphics-variants__item {
  margin-left: 1.25rem;
}
@media screen and (max-width: 991px) {
  .revert-version .graphics-variants__item {
    margin-left: 0;
  }
}

.clients-results {
  margin-bottom: 6.375rem;
}
@media screen and (max-width: 991px) {
  .clients-results {
    margin-bottom: 3.125rem;
  }
}

.clients-results-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.375rem;
}
@media screen and (max-width: 767px) {
  .clients-results-head {
    margin-bottom: 1.875rem;
    flex-wrap: wrap;
  }
}
.clients-results-head__btn.default-btn {
  font-size: 0.875rem;
  padding: 0.625rem 1.75rem;
  margin-top: 0.5rem;
}

.clients-results-tiles {
  display: flex;
  padding: 0.5px;
  background-color: #867B8B;
}
@media screen and (max-width: 1199px) {
  .clients-results-tiles {
    flex-wrap: wrap;
  }
}
.clients-results-tiles__item {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  margin: 0.5px;
  padding: 3.4375rem 2.5rem 2.8125rem 3.4375rem;
}
@media screen and (max-width: 1199px) {
  .clients-results-tiles__item {
    width: calc(100% / 3 - 1px);
  }
}
@media screen and (max-width: 767px) {
  .clients-results-tiles__item {
    padding: 1.875rem 1.5625rem;
  }
}
@media screen and (max-width: 550px) {
  .clients-results-tiles__item {
    width: calc(100% - 1px);
    align-items: flex-start;
  }
}
.clients-results-tiles__item:nth-child(2) {
  width: 18.125rem;
}
@media screen and (max-width: 550px) {
  .clients-results-tiles__item .tile-info {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 550px) {
  .clients-results-tiles__item .tile-info__element {
    width: calc(100% / 2 - 1.25rem);
  }
}
.clients-results-tiles__item-icon {
  width: 8.125rem;
  margin-bottom: 2.8125rem;
}
.clients-results-tiles__item-icon img {
  display: block;
}
.clients-results-tiles__item.big-tile {
  background-color: #363138;
  background-image: url("../img/svg/sberbank_icon.svg");
  background-repeat: no-repeat;
  background-position: right calc(100% - 4.375rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 32.375rem;
  flex-grow: 1;
  max-width: 100%;
  padding: 3.75rem 3.75rem 4.875rem;
}
@media screen and (max-width: 550px) {
  .clients-results-tiles__item.big-tile {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.clients-results-tiles__item.big-tile .tile-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: auto;
}
.clients-results-tiles__item.big-tile .tile-info__element {
  width: 50%;
}
@media screen and (max-width: 550px) {
  .clients-results-tiles__item.big-tile .tile-info__element {
    width: calc(50% - 0.625rem);
  }
}
.clients-results-tiles__item.big-tile .tile-info__element-note {
  max-width: 10rem;
  font-weight: normal;
  font-size: 0.9375rem;
  color: #FFFFFF;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 375px) {
  .clients-results-tiles__item.big-tile .tile-info__element-note {
    font-size: 0.75rem;
  }
}
.clients-results-tiles__item.big-tile .tile-info__element .element-value__number {
  font-weight: bold;
  font-size: 2.25rem;
  color: #E37253;
}
.clients-results-tiles__item.big-tile .tile-info__element .element-value__unit {
  font-weight: bold;
  font-size: 1.1875rem;
  color: #FFFFFF;
}
@media screen and (max-width: 375px) {
  .clients-results-tiles__item.big-tile .tile-info__element .element-value__unit {
    font-size: 0.875rem;
  }
}
.clients-results-tiles__item.big-tile .clients-results-tiles__item-icon {
  margin-bottom: 4.75rem;
}
.clients-results-tiles__btn {
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  color: #FFFFFF;
  background-color: #CC3C32;
  border-color: #CC3C32;
  flex-shrink: 0;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.tile-info__element {
  margin-bottom: 4.0625rem;
}
.tile-info__element:last-child {
  margin-bottom: 0;
}
.tile-info__element-value {
  display: flex;
  align-items: center;
}
.tile-info__element-note {
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #333333;
  margin-top: 0.625rem;
  max-width: 8.125rem;
}
@media screen and (max-width: 550px) {
  .tile-info__element {
    margin: 1.25rem 0.3125rem;
  }
  .tile-info__element:last-child {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 375px) {
  .tile-info__element {
    min-width: 10rem;
  }
}

.element-value__number {
  font-style: normal;
  font-weight: bold;
  font-size: 1.875rem;
  color: #E37253;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.element-value__number:first-child {
  margin-left: 0;
}
.element-value__unit {
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  color: #333333;
}

.wrapper-for-tiles {
  display: flex;
  flex-direction: column;
  width: 18.125rem;
  flex-grow: 1;
  margin: 0.5px 0.5px 0;
}
@media screen and (max-width: 767px) {
  .wrapper-for-tiles {
    width: calc(100% / 3 - 1px);
  }
}
@media screen and (max-width: 550px) {
  .wrapper-for-tiles {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.wrapper-for-tiles .clients-results-tiles__item {
  border-bottom: none;
  width: 100%;
  flex-grow: 1;
  margin: 0.5px 0;
}
.wrapper-for-tiles .clients-results-tiles__item:last-child {
  padding-top: 3.125rem;
}
.wrapper-for-tiles .clients-results-tiles__item:last-child .clients-results-tiles__item-icon {
  margin-bottom: 1.5625rem;
}

.costs-content-data {
  overflow: auto;
  margin-right: -1rem;
  display: grid;
}
.costs-content-data__table-wrapper {
  min-width: 43.125rem;
}
.costs-content-data__layer {
  position: relative;
  display: flex;
  align-items: stretch;
}
.costs-content-data__layer a:not([class]) {
  color: #E37253;
  text-decoration: underline;
}
.costs-content-data__layer_footer .costs-content-data__layer-thead,
.costs-content-data__layer_footer .cells-wrapper {
  border-bottom: none;
}
@media screen and (min-width: 992px) {
  .costs-content-data__layer:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(227, 114, 83, 0);
    pointer-events: none;
    transition: background-color ease 0.35s;
  }
  .costs-table_white .costs-content-data__layer:not(:first-child):hover:after {
    background-color: rgba(227, 114, 83, 0.15);
  }
}
.costs-content-data__layer-thead {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 120%;
  color: #000000;
  width: 19.9375rem;
  flex-shrink: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 2.625rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #867B8B;
  background-color: #f3f2f3;
}
.costs-content-data__layer:first-child .costs-content-data__layer-thead {
  font-size: 0.875rem;
  color: #867B8B;
}
.costs-table_white .costs-content-data__layer-thead {
  padding-left: 0.625rem;
}
@media screen and (max-width: 1399px) {
  .costs-content-data__layer-thead {
    position: sticky;
    left: 0;
    width: 7.5rem;
    padding-right: 0.625rem;
    font-size: 0.8125rem;
  }
}
.costs-content-data__layer-result {
  width: calc(100% / 3 - 1.25rem);
  margin-left: 1px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #363138;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
}
.costs-table_white .costs-content-data__layer-result {
  background-color: #ffffff;
  color: #1C1C1C;
}
.costs-table_4col .costs-content-data__layer-result {
  width: calc(100% / 4 - 1.25rem);
}
@media screen and (max-width: 991px) {
  .costs-content-data__layer-result {
    width: 14rem;
  }
}

.costs-table {
  margin-bottom: 6.875rem;
  background-color: #f3f2f3;
}
@media screen and (max-width: 991px) {
  .costs-table {
    margin-bottom: 3.125rem;
  }
}
.costs-table__content {
  background-color: #f3f2f3;
  padding: 5.625rem 6.875rem 6.25rem;
}
@media screen and (max-width: 1199px) {
  .costs-table__content {
    padding: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .costs-table__content {
    padding: 1.875rem 1rem;
    margin: 0 -0.9375rem;
  }
}
.costs-table__content-title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .costs-table__content-title {
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }
}

.cells-wrapper {
  display: flex;
  width: calc(100% - 19.9375rem);
  border-bottom: 1px solid #867B8B;
}
.costs-table_4col .cells-wrapper {
  width: calc(100% - 17.1875rem);
}
@media screen and (max-width: 1399px) {
  .cells-wrapper {
    width: calc(100% - 9.375rem);
    min-width: 35.625rem;
  }
}

.cost-layer-tarif {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.625rem 0.625rem 0 0;
  padding: 1.875rem 0.5rem;
}
.costs-table_white .cost-layer-tarif {
  padding: 1.75rem 1.75rem 1rem;
}
@media screen and (max-width: 991px) {
  .cost-layer-tarif {
    width: 14rem;
  }
  .costs-table_white .cost-layer-tarif {
    padding: 2.1875rem 0.625rem 1.25rem;
  }
}
.cost-layer-tarif__note {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0.1875rem;
}
.costs-table_white .cost-layer-tarif__note {
  max-width: 5.625rem;
  margin: auto;
  color: #867B8B;
  text-align: left;
}
.cost-layer-tarif__name {
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 1399px) {
  .cost-layer-tarif__name {
    font-size: 0.9375rem;
  }
}
.cost-layer-tarif__price {
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 1.3125rem;
}
.costs-table_white .cost-layer-tarif__price {
  color: #1C1C1C;
}
@media screen and (max-width: 1399px) {
  .cost-layer-tarif__price {
    font-size: 1.125rem;
  }
}

.cost-tarif-bottom {
  border-radius: 0px 0px 0.625rem 0.625rem;
  padding-top: 1.6875rem;
  padding-bottom: 1.875rem;
}

.tarif-order-btn {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  background-color: #E37253;
  border: 1px solid #E37253;
}

.mobile-note-text {
  display: none;
  opacity: 0.5;
  font-size: 0.75rem;
}
@media screen and (max-width: 991px) {
  .mobile-note-text {
    display: block;
    margin-bottom: 0.625rem;
  }
  .costs-table_4col .mobile-note-text {
    text-align: left;
  }
}

.get-commerce-suggestion {
  margin-bottom: 7.5rem;
}
.get-commerce-suggestion__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .get-commerce-suggestion__wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.commerce-suggestion-content {
  width: calc(100% - 26.8125rem);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .commerce-suggestion-content {
    width: calc(100% - 18.75rem);
  }
}
@media screen and (max-width: 991px) {
  .commerce-suggestion-content {
    width: 100%;
    margin-bottom: 1.875rem;
  }
}
.commerce-suggestion-content__form-title {
  font-style: normal;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 120%;
  color: #000000;
  margin-top: -0.5625rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 991px) {
  .commerce-suggestion-content__form-title {
    font-size: 2rem;
    margin-bottom: 1.875rem;
  }
}

.commerce-suggestion-flyer {
  width: 26.8125rem;
  position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .commerce-suggestion-flyer {
    width: 18.75rem;
  }
}
@media screen and (max-width: 991px) {
  .commerce-suggestion-flyer {
    width: 100%;
  }
}
.commerce-suggestion-flyer__image {
  background-image: url("../img/flyer.png");
  background-size: 29.0625rem;
  height: 23.8125rem;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  bottom: -7.9375rem;
  left: 0;
}
@media screen and (max-width: 500px) {
  .commerce-suggestion-flyer__image {
    display: none;
  }
}
.commerce-suggestion-flyer__text {
  background-color: #E37253;
  padding-top: 3.5625rem;
  padding-left: 5.5625rem;
  padding-right: 6.5rem;
  padding-bottom: 17.8125rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .commerce-suggestion-flyer__text {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (max-width: 500px) {
  .commerce-suggestion-flyer__text {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1.875rem;
  }
}
.commerce-suggestion-flyer__text-title {
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 1.375rem;
}
.commerce-suggestion-flyer__text-note {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 1.625rem;
}
.commerce-suggestion-flyer .flyer-tel {
  width: auto;
  margin-left: 1.625rem;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .commerce-suggestion-flyer .flyer-tel {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .commerce-suggestion-flyer .flyer-tel {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .commerce-suggestion-flyer .flyer-tel {
    margin-left: 0;
  }
}
.commerce-suggestion-flyer .flyer-tel__icon {
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 500px) {
  .commerce-suggestion-flyer .flyer-tel__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .commerce-suggestion-flyer .flyer-tel__icon .icon-tel:before {
    font-size: 1.25rem;
  }
}
.commerce-suggestion-flyer .flyer-tel__contact {
  letter-spacing: 0.3px;
}
.commerce-suggestion-flyer .flyer-mail {
  width: auto;
  margin-left: 1.5rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .commerce-suggestion-flyer .flyer-mail {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .commerce-suggestion-flyer .flyer-mail {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .commerce-suggestion-flyer .flyer-mail {
    margin-left: 0;
  }
}
.commerce-suggestion-flyer .flyer-mail__icon {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .commerce-suggestion-flyer .flyer-mail__icon {
    width: 6.4375rem;
    height: 6.4375rem;
  }
}
@media screen and (max-width: 500px) {
  .commerce-suggestion-flyer .flyer-mail__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .commerce-suggestion-flyer .flyer-mail__icon .icon-mail:before {
    font-size: 1.25rem;
  }
}
.commerce-suggestion-flyer .flyer-mail__contact {
  margin-left: 0.625rem;
}

.flyer-tel__icon {
  width: 9.125rem;
  height: 9.125rem;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  border: 0.09375rem solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.875rem;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.5s ease;
}
@media screen and (min-width: 992px) {
  .flyer-tel__icon:hover {
    background-color: rgba(204, 60, 50, 0.5);
  }
}
.flyer-tel__icon:active {
  background-color: #E98E75;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .flyer-tel__icon {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.flyer-tel__icon .icon {
  display: block;
}
.flyer-tel__icon .icon:before {
  color: #FFFFFF;
  font-size: 3.0625rem;
  margin: 0;
  display: block;
}
.flyer-tel__contact {
  margin-top: 1rem;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 120%;
  white-space: nowrap;
  color: #FFFFFF;
  transition: border 0.35s ease;
  border-bottom: 1px solid transparent;
}
@media screen and (min-width: 992px) {
  .flyer-tel__contact:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.flyer-tel__note {
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 150%;
  color: #FFFFFF;
}

.flyer-mail {
  width: 13.0625rem;
  margin-left: auto;
  margin-right: auto;
}
.flyer-mail__icon {
  width: 9.125rem;
  height: 9.125rem;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  border: 0.09375rem solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.875rem;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.5s ease;
}
@media screen and (min-width: 992px) {
  .flyer-mail__icon:hover {
    background-color: rgba(204, 60, 50, 0.5);
  }
}
.flyer-mail__icon:active {
  background-color: #E98E75;
}
.flyer-mail__icon .icon {
  display: block;
}
.flyer-mail__icon .icon:before {
  color: #FFFFFF;
  font-size: 3.0625rem;
  margin: 0;
  display: block;
}
.flyer-mail__contact {
  margin-top: 1rem;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  color: #FFFFFF;
  text-decoration: none;
  transition: border 0.35s ease;
  border-bottom: 1px solid transparent;
}
@media screen and (min-width: 992px) {
  .flyer-mail__contact:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}

.form-stage__head {
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
  padding-right: 10.875rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .form-stage__head {
    padding-right: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .form-stage__head {
    padding-right: 0;
  }
}
.form-stage__head-title {
  font-style: normal;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 120%;
  color: #000000;
}
.form-stage__head-notification {
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 120%;
  color: #867B8B;
  max-width: 23.375rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .form-stage__head-notification {
    display: none;
  }
}
.form-stage__content {
  margin-bottom: 3.625rem;
}
.form-stage__content-range {
  padding-right: 7.6875rem;
  margin-top: 2.625rem;
  margin-bottom: 6.875rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .form-stage__content-range {
    padding-right: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .form-stage__content-range {
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .form-stage__content-inputs.default-inputs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form-stage__content-inputs .default-inputs__item {
  margin-right: 4.625rem;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .form-stage__content-inputs .default-inputs__item {
    margin-right: 1.875rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .form-stage__content-inputs .default-inputs__item {
    margin-right: 0;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 991px) {
  .form-stage__content-inputs .default-inputs__item {
    margin-right: 0;
    margin-bottom: 1.25rem;
    width: 100%;
    max-width: 25rem;
  }
}
.form-stage__content-inputs .default-inputs__item:last-child {
  margin-right: 0;
}
.form-stage__content-inputs .default-inputs__item-true {
  flex-shrink: 0;
  display: block;
}
.form-stage__content-inputs .default-inputs__item-placeholder {
  left: 1.375rem;
}

.icon-diamond {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.625rem;
  height: 3.625rem;
  flex-shrink: 0;
  margin-right: 1.5625rem;
}
.icon-diamond__figure {
  width: 2.5rem;
  height: 2.5rem;
  transform: rotate(45deg);
  border: 0.09375rem solid #867B8B;
}
.icon-diamond__number {
  position: absolute;
  top: 52%;
  left: 50%;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  color: #867B8B;
  transform: translate(-50%, -50%);
}

.service-variants {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1rem;
}
.service-variants__item {
  margin-right: 1.25rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
.service-variants__item:nth-child(n+4) {
  display: none;
}
.service-variants__item:nth-child(n+4)[class*=_btn] {
  display: block;
}
@media screen and (min-width: 992px) {
  .service-variants__item:nth-child(n+4) {
    display: block;
  }
  .service-variants__item:nth-child(n+4)[class*=_btn] {
    display: none;
  }
}
.service-variants__item-checkbox {
  display: none;
}
.service-variants__item-checkbox:checked + .service-variants__item-name {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  color: #FFFFFF;
  background-color: #E37253;
  border-color: #E37253;
}
.service-variants__item-name {
  display: block;
  padding: 0.625rem 1.25rem 0.5625rem;
  font-weight: normal;
  font-size: 0.875rem;
  color: #E37253;
  border: 1px solid #867B8B;
  border-radius: 3.125rem;
  transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
}
@media screen and (min-width: 992px) {
  .service-variants__item-name:hover {
    color: #FFFFFF;
    background-color: #E37253;
    border-color: #E37253;
  }
}

.form-bottom {
  display: flex;
  align-items: center;
  padding-right: 7.6875rem;
}
@media screen and (max-width: 767px) {
  .form-bottom {
    padding-right: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.form-bottom__notice {
  font-size: 0.6875rem;
  color: #867B8B;
  margin-left: 1rem;
  margin-top: 0px;
  max-width: 25rem;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .form-bottom__notice {
    margin-left: 0;
    margin-top: 0.875rem;
  }
}

.get-audit {
  width: 100%;
  overflow: hidden;
  margin-bottom: 7rem;
  background-image: linear-gradient(to right, #363138 70%, #E37253 30%);
}
@media screen and (max-width: 767px) {
  .get-audit {
    margin-bottom: 3.125rem;
  }
}
.get-audit__content-form {
  z-index: 2;
  background-color: #363138;
}
.get-audit__content-call {
  display: block;
  text-align: center;
  background-color: #E37253;
}
.get-audit__content-form, .get-audit__content-call {
  padding-top: 4.125rem;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 991px) {
  .get-audit__content-form, .get-audit__content-call {
    padding-top: 2.0625rem;
    padding-bottom: 2.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .get-audit .flyer-tel__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
  }
}
.get-audit .flyer-tel__icon {
  flex-shrink: 0;
  margin-top: -0.375rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 991px) {
  .get-audit .flyer-tel__icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 0;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .get-audit .flyer-tel__icon {
    margin: 0.3125rem;
  }
}
@media screen and (max-width: 991px) {
  .get-audit .flyer-tel__icon .icon-tel:before {
    font-size: 1.25rem;
  }
}
.get-audit .flyer-tel__note {
  display: block;
  width: 11.25rem;
  margin: auto;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0.3px;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 991px) {
  .get-audit .flyer-tel__note {
    font-size: 0.75rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .get-audit .flyer-tel__note {
    text-align: left;
    margin: 0.3125rem;
  }
}
.get-audit .flyer-tel__contact {
  display: block;
  letter-spacing: 0.2px;
  margin-top: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .get-audit .flyer-tel__contact {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .get-audit .flyer-tel__contact {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .get-audit .flyer-tel__contact {
    margin: 0.3125rem;
  }
}

.get-audit-form__title {
  font-style: normal;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 2.5625rem;
  letter-spacing: -0.1px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .get-audit-form__title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 991px) {
  .get-audit-form__title {
    font-size: 1.625rem;
    margin-bottom: 1.875rem;
  }
}
.get-audit-form__note {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 4.875rem;
}
@media screen and (max-width: 991px) {
  .get-audit-form__note {
    font-size: 0.75rem;
    margin-bottom: 2.5rem;
  }
}
.get-audit-form__text {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 150%;
  color: #867B8B;
}
.get-audit-form__text a {
  text-decoration: none;
  margin-left: 0.25rem;
  color: #867B8B;
  border-bottom: 1px solid #867B8B;
}
@media screen and (max-width: 991px) {
  .get-audit-form__text {
    font-size: 0.75rem;
  }
}
.get-audit-form__group {
  position: relative;
  margin-bottom: 2.875rem;
}
.get-audit-form__group.default-inputs {
  max-width: 54.0625rem;
  flex-wrap: initial;
}
.get-audit-form__group.default-inputs:after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  right: 0;
  display: block;
  width: 21.3125rem;
  height: 19.5625rem;
  background-image: url("../img/fon_img.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  transform: translateX(50%);
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  .get-audit-form__group.default-inputs:after {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .get-audit-form__group.default-inputs {
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .get-audit-form__group.default-inputs {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.25rem;
  }
}
.get-audit-form__group .default-inputs__item {
  flex-grow: 1;
  margin-right: 2.5rem;
}
@media screen and (max-width: 1399px) {
  .get-audit-form__group .default-inputs__item {
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .get-audit-form__group .default-inputs__item {
    margin-right: 0;
  }
}
.get-audit-form__group .default-inputs__item-true {
  color: #FFFFFF;
  height: 2.7rem;
  width: 100%;
  display: block;
}
.get-audit-form__group .default-inputs__item.focus .default-inputs__item-true {
  border-bottom-color: #FFFFFF;
}
.get-audit-form__group .default-inputs__btn {
  z-index: 1;
  margin-left: -0.375rem;
  margin-top: -0.125rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 991px) {
  .get-audit-form__group .default-inputs__btn {
    margin-top: 0;
    margin-left: 0;
  }
}

.individual-settlement {
  margin-bottom: 7rem;
  background-color: #E37253;
}
@media screen and (max-width: 767px) {
  .individual-settlement {
    margin-bottom: 3.125rem;
  }
}
.individual-settlement__content {
  width: 100%;
  background-color: #E37253;
  padding-top: 1.9375rem;
  padding-bottom: 2.5rem;
  padding-right: 6.625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .individual-settlement__content {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.individual-settlement__content:before {
  content: "";
  display: block;
  background-image: url(../img/individual-calc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 37.5rem;
  height: 37.5rem;
  position: absolute;
  bottom: 0;
  left: -3.875rem;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  .individual-settlement__content:before {
    display: none;
  }
}

.individual-settlement-form {
  position: relative;
  z-index: 20;
  max-width: 46.25rem;
  margin-left: auto;
}
.individual-settlement-form__title {
  font-style: normal;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .individual-settlement-form__title {
    font-size: 1.875rem;
  }
}
.individual-settlement-form__send {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .individual-settlement-form__send {
    flex-wrap: wrap;
  }
}
.individual-settlement-form__send-confirmation {
  font-style: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 150%;
  color: #FFFFFF;
  margin-left: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .individual-settlement-form__send-confirmation {
    margin-left: 0;
    margin-top: 1.0625rem;
  }
}
.individual-settlement-form__inputs {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-bottom: 4.3125rem;
}
@media screen and (max-width: 767px) {
  .individual-settlement-form__inputs {
    flex-wrap: wrap;
    margin-bottom: 1.875rem;
  }
}
.individual-settlement-form__inputs .default-inputs__item {
  width: 13.75rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .individual-settlement-form__inputs .default-inputs__item {
    margin-bottom: 1.875rem;
  }
}
.individual-settlement-form__inputs .default-inputs__item-placeholder {
  color: #FFFFFF;
  left: 1.4375rem;
}
.individual-settlement-form__inputs .default-inputs__item-true {
  display: block;
  width: 100%;
  color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.individual-settlement-form__inputs .default-inputs__item.focus .default-inputs__item-true {
  border-bottom-color: #FFFFFF;
}

.calculate-btn {
  flex-shrink: 0;
  padding: 1.25rem 2.5rem;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  color: #FFFFFF;
}

.icon-watch {
  background-image: url("../img/svg/watch.svg");
  background-size: cover;
  width: 0.625rem;
  height: 0.625rem;
  flex-shrink: 0;
  display: block;
}

.icon-tel {
  display: inline-block;
}
.icon-tel:before {
  margin: 0;
  display: block;
  font-size: 1rem;
}

.icon-left_wreath {
  display: block;
  width: 1.25rem;
}
.icon-left_wreath:before {
  margin: 0;
  display: block;
  font-size: 2.875rem;
  width: 1.25rem;
}

.icon-right_wreath {
  display: block;
  width: 1.25rem;
}
.icon-right_wreath:before {
  margin: 0;
  display: block;
  font-size: 2.875rem;
  width: 1.25rem;
}

.advance-icon {
  width: 3.75rem;
  height: auto;
}
.advance-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.icon-short_arrow {
  display: block;
  margin-left: 0.9375rem;
}

.icon-seo {
  background-image: url(../img/svg/seo.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 3.0625rem;
  height: 2.625rem;
  display: block;
}

.icon-search {
  background-image: url(../img/svg/search.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.5625rem;
  height: 2.5625rem;
  display: block;
}

.icon-factor {
  background-image: url(../img/svg/factor.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.75rem;
  height: 2.5rem;
  display: block;
}

.plus-icon {
  background-image: url("../img/svg/add.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.25rem;
  height: 2.25rem;
}

.icon-yes {
  background-image: url("../img/svg/yes.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.625rem;
  height: 2.625rem;
}

.icon-no {
  background-image: url("../img/svg/no.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.625rem;
  height: 2.625rem;
}

.icon-timer {
  background-image: url("../img/svg/timer.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.875rem;
  height: 2rem;
  display: block;
  flex-shrink: 0;
}

.timer-active {
  background-image: url("../img/svg/timer-active.svg");
}

.icon-point-check {
  color: #E37253;
  background-repeat: no-repeat;
  background-size: cover;
  width: 0.75rem;
  font-size: 1.3rem;
  height: 1.21938rem;
  display: block;
}

.icon-font {
  color: #E37253;
  margin: 0 0.25rem;
}
.icon-font:before {
  font-size: 1rem;
  margin: 0;
  display: block;
}

.default-inputs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.default-inputs_column {
  flex-direction: column;
}
.default-inputs__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  margin-bottom: 0.875rem;
}
.default-inputs__item-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 100%;
  color: #867B8B;
  position: absolute;
  top: 0.875rem;
  left: 0;
  letter-spacing: 0.5px;
  transition: top 0.35s ease, font-size 0.35s ease;
}
.default-inputs__item textarea {
  resize: none;
}
.default-inputs__item-true {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #867B8B;
  padding-top: 0.875rem;
  width: 21.1875rem;
  height: 2.75rem;
  outline: none;
  box-sizing: border-box;
  transition: border 0.35s ease;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  color: #1C1C1C;
  z-index: 1;
}
.default-inputs__item-true[type=tel]:hover::placeholder {
  color: transparent;
}
.default-inputs__item-true:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1.875rem white inset !important;
}
.default-inputs__item-true:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1.875rem white inset !important;
}
.default-inputs__item-true:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1.875rem white inset !important;
}
.default-inputs__item.focus .default-inputs__item-placeholder {
  top: 0;
  font-size: 0.8125rem;
}
.default-inputs__item.focus .default-inputs__item-true {
  border-bottom-color: #000000;
}
.default-inputs__item.is-error .default-inputs__item-true {
  border-bottom-color: #CC3C32;
}
.default-inputs__item.disabled {
  opacity: 0.5;
}

.inputs {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.clients-interview {
  width: 100%;
  margin-bottom: 6.5625rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .clients-interview {
    margin-bottom: 3.125rem;
  }
  .clients-interview .slick-list {
    overflow: visible;
  }
}
.clients-interview__content {
  display: flex;
}
@media screen and (max-width: 991px) {
  .clients-interview__content {
    display: block;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.client-interview-text {
  width: 22.9375rem;
  margin-right: 4.9375rem;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .client-interview-text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.875rem;
  }
}
.client-interview-text__title {
  font-style: normal;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 120%;
  color: #000000;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .client-interview-text__title {
    margin-top: 0;
    font-size: 2rem;
  }
}
.client-interview-text__descr {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 150%;
  color: #000000;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 991px) {
  .client-interview-text__descr {
    margin-bottom: 1.875rem;
  }
}
.client-interview-text__button.default-btn {
  padding-left: 3.875rem;
  padding-right: 3.875rem;
}
@media screen and (max-width: 991px) {
  .client-interview-text__button.default-btn {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.clients-interview-slider {
  width: 100%;
}
.clients-interview-slider .slick-dots {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 16.4375rem;
  margin-top: 3.875rem;
}
@media screen and (max-width: 991px) {
  .clients-interview-slider .slick-dots {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
.clients-interview-slider .slick-dots li {
  width: 0.375rem;
  height: 0.375rem;
  display: block;
  border-radius: 50%;
  background-color: #867B8B;
  flex-shrink: 0;
  margin-right: 1.0625rem;
  cursor: pointer;
}
.clients-interview-slider .slick-dots li.slick-active {
  background-color: #E37253;
  width: 0.75rem;
  height: 0.75rem;
}
.clients-interview-slider .slick-dots button {
  display: none;
}
.clients-interview-slider__item {
  margin-right: 1rem;
}
@media screen and (max-width: 575px) {
  .clients-interview-slider__item {
    margin: 0 1rem;
    width: 18.125rem;
  }
}
.clients-interview-slider__item-title {
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 13.0625rem;
  margin-bottom: 1.6875rem;
}
@media screen and (max-width: 991px) {
  .clients-interview-slider__item-title {
    margin-left: 0;
  }
}
.clients-interview-slider__item-title:before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  background-color: #E37253;
  flex-shrink: 0;
  margin-right: 1.25rem;
}

.client-interview-video {
  width: 47.5rem;
  height: 29.375rem;
}
@media screen and (max-width: 1399px) {
  .client-interview-video {
    width: 40vw;
    height: 30vw;
  }
}
@media screen and (max-width: 991px) {
  .client-interview-video {
    width: 100%;
    height: auto;
  }
}
.client-interview-video iframe {
  width: 100%;
  display: block;
  height: 100%;
}

.label-info {
  border-radius: 0.25rem;
  display: inline-block;
  background-color: #C4C4C4;
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  color: #ffffff;
  position: relative;
  height: 1.25rem;
  line-height: 1.25rem;
  margin-left: 0.625rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  transition: color ease 0.35s;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .label-info:hover {
    color: rgba(255, 255, 255, 0.5);
  }
}
.label-info:before {
  content: "";
  position: absolute;
  top: 0.125rem;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem 0.25rem 0.25rem 0.1875rem;
  transform: translateX(-85%) scale(0.7, 1) rotate(45deg);
}

.label-sale {
  background-color: #E37253;
}
.label-sale:before {
  background-image: linear-gradient(45deg, #E37253 0%, #E37253 50%, rgba(227, 114, 83, 0) 50%);
}

.label-hit {
  background-color: #CC3C32;
}
.label-hit:before {
  background-image: linear-gradient(45deg, #CC3C32 0%, #CC3C32 50%, rgba(204, 60, 50, 0) 50%);
}

.label-discount {
  background-color: #6B8C96;
}
.label-discount:before {
  background-image: linear-gradient(45deg, #6B8C96 0%, #6B8C96 50%, rgba(107, 140, 150, 0) 50%);
}

.label-info.disabled {
  background-color: transparent;
  border: 1px solid #867B8B;
  color: #867B8B;
  pointer-events: none;
  cursor: not-allowed;
}
.label-info.disabled:before, .label-info.disabled:after {
  display: none;
}

.tabs-block__navigation {
  border-bottom: 1px solid #867B8B;
}
.tabs-block__nav-item {
  display: block;
  margin: 0;
  padding: 0;
}
.tabs-block__nav-item:before {
  display: none;
}
.tabs-block__nav-link {
  display: block;
  padding: 1.875rem 3.125rem 1.75rem;
  margin-right: 0.125rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 120%;
  color: #fff;
  background-color: #363138;
  border-radius: 0 1.875rem 0 0;
  transition: color 0.35s ease, background-color 0.35s ease;
}
.tabs-block__nav-link.active {
  background-color: #E37253;
}
.tabs-block__tab-inner {
  padding: 2.5rem 0;
}
@media screen and (max-width: 1199px) {
  .tabs-block__nav-link {
    padding: 0.9375rem 1.25rem 0.75rem 0.9375rem;
    font-size: 1rem;
    border-top-right-radius: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .tabs-block__nav-item {
    width: 100%;
  }
  .tabs-block__nav-link {
    padding-bottom: 3.75rem;
    margin: 0 -0.9375rem -3.125rem;
    box-shadow: 0px -0.1875rem 0.375rem rgba(0, 0, 0, 0.2);
  }
  .tabs-block__nav-item:first-child .tabs-block__nav-link {
    box-shadow: none;
  }
  .tabs-block__nav-item:last-child .tabs-block__nav-link {
    padding-bottom: 0.9375rem;
    margin-bottom: 0;
  }
}

.anchor-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.625rem 2.5rem;
}
.anchor-nav__anchor-link {
  display: block;
  margin: 1.25rem 0.625rem;
  padding: 0.625rem 1.25rem 0.5625rem;
  border: 1px solid #867B8B;
  border-radius: 3.125rem;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  color: #E37253;
  transition: color 0.35s ease, background-color 0.35s ease, border 0.35s ease;
}
@media screen and (min-width: 992px) {
  .anchor-nav__anchor-link:hover {
    color: #FFFFFF;
    background-color: #E37253;
    border-color: #E37253;
  }
}
@media screen and (max-width: 767px) {
  .anchor-nav__anchor-link {
    margin: 0.3125rem;
    font-size: 0.875rem;
  }
}

.our-awards {
  background: #363138;
  position: relative;
  padding-top: 4.75rem;
  padding-bottom: 4.5rem;
  margin-bottom: 7.4375rem;
}
@media screen and (max-width: 767px) {
  .our-awards {
    margin-bottom: 3.125rem;
  }
}
.our-awards:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 32.4375rem;
  background-image: url("../img/banner_bg.png");
  background-size: auto;
  bottom: 0;
  left: 0;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  .our-awards:before {
    display: none;
  }
}
.our-awards__content-title {
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  color: #E37253;
  margin-bottom: 3.125rem;
  margin-left: 3.75rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .our-awards__content-title {
    margin-left: 0;
  }
}
.our-awards .slick-track {
  display: flex;
}
.our-awards .slick-dots {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.our-awards .slick-list {
  overflow: hidden;
}

.our-awards-list__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .our-awards-list__item {
    padding-left: 0;
    padding-right: 0;
  }
}
.our-awards-list__item-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 8.34rem;
  width: 11.8125rem;
  position: relative;
  margin-bottom: 0.4375rem;
}
.our-awards-list__item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.our-awards-list__item-name {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
.our-awards-list__item-result {
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  text-align: center;
  color: #E37253;
}

.award-result {
  font-style: normal;
  font-weight: normal;
  font-size: 9.30994rem;
  line-height: 9.3125rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  color: rgba(134, 123, 139, 0.3);
}

.icon-left {
  margin-right: 0.375rem;
}

.icon-right {
  margin-left: 0.375rem;
}

.our-team-head__note {
  display: flex;
  align-items: flex-start;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .our-team-head__note {
    margin-top: 0.625rem;
  }
}
.our-team-head__note:before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  background-color: #E37253;
  flex-shrink: 0;
  margin-top: 0.4rem;
  margin-right: 1.5rem;
}

.our-team-list {
  display: flex;
  flex-wrap: wrap;
}
.our-team-list__tile {
  width: calc(100% / 3);
  border: 1px solid #C4C4C4;
  margin-right: -1px;
  margin-bottom: -1px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .our-team-list__tile {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 767px) {
  .our-team-list__tile {
    width: 100%;
  }
}
.our-team-list__tile-photo {
  display: block;
  width: 9.25rem;
  height: 6.25rem;
  margin-bottom: 3.75rem;
  transition: opacity ease 0.35s;
}
.our-team-list__tile-photo[href]:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .our-team-list__tile-photo {
    display: block;
    width: 7.25rem;
    height: 6.25rem;
    margin: 0.75rem 3.75rem 3.75rem 3.75rem;
    transition: opacity ease 0.35s;
  }
}
.our-team-list__tile-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.person-tile-content {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  padding-bottom: 5.25rem;
}
@media screen and (max-width: 767px) {
  .person-tile-content {
    padding-bottom: 1.25rem;
  }
}
.person-tile-content__name {
  display: block;
  margin-bottom: 0.375rem;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #000000;
}
.person-tile-content__name[href]:hover {
  text-decoration: underline;
}
.person-tile-content__position {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #E37253;
  margin-bottom: 1.25rem;
}
.person-tile-content__description {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #000000;
}

.default-popup-form {
  display: none;
  width: 100%;
  max-width: 34.375rem;
  padding: 3.75rem;
}
@media screen and (max-width: 767px) {
  .default-popup-form {
    padding: 1.5rem;
  }
}
.default-popup-form__title {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 120%;
  color: #000000;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .default-popup-form__title {
    font-size: 2.1875rem;
  }
}
.default-popup-form__title_link:hover {
  text-decoration: underline;
}
.default-popup-form__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.25rem;
}
.default-popup-form .default-inputs__item {
  position: relative;
  width: 100%;
  margin-bottom: 2.5rem;
}
.default-popup-form .default-inputs__item-true {
  width: 100%;
}
.default-popup-form__note {
  font-style: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 150%;
  color: #363138;
  margin-top: 1.0625rem;
}
.default-popup-form .fancybox-close-small {
  background-image: url("../img/svg/no.svg");
  width: 2.625rem;
  height: 2.625rem;
  padding: 0;
  background-size: cover;
  margin-top: 1.25rem;
  margin-right: 1.25rem;
}
.default-popup-form .fancybox-close-small svg {
  display: none;
}
@media screen and (max-width: 767px) {
  .default-popup-form .form-btn {
    padding: 1.25rem;
  }
}
.default-popup-form__text {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 150%;
  color: #363138;
}
.default-popup-form_resilt {
  background-image: url("../img/b.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 38.9375rem;
}

.popup-form {
  display: none;
}

.left-handler-value {
  position: absolute;
  z-index: 2;
  bottom: -2.9375rem;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  color: #000000;
  margin-left: -0.5rem;
}
@media screen and (max-width: 767px) {
  .left-handler-value {
    font-size: 0.75rem;
  }
}

.right-handler-value {
  position: absolute;
  z-index: 2;
  bottom: -2.9375rem;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  color: #000000;
  margin-left: -0.5rem;
}
@media screen and (max-width: 767px) {
  .right-handler-value {
    font-size: 0.75rem;
  }
}

.slider-range.ui-widget-content {
  border: none;
  height: 0.125rem;
  background-color: #867B8B;
  border-radius: 1.625rem;
}
.slider-range.ui-widget-content .ui-slider-range {
  background-color: #E37253;
}
.slider-range.ui-widget-content .ui-slider-handle {
  background-color: #FFFFFF;
  border: 0.125rem solid #E37253;
  border-radius: 50%;
  width: 1.1875rem;
  height: 1.1875rem;
  flex-shrink: 0;
  outline: none;
  top: -0.59375rem;
  cursor: pointer;
  transition: background-color 0.35s ease;
}
@media screen and (min-width: 992px) {
  .slider-range.ui-widget-content .ui-slider-handle:hover {
    background-color: #E37253;
  }
}

.project-budget-range {
  width: 100%;
}

.product-reccomendations {
  margin-bottom: 3.25rem;
}
@media screen and (max-width: 991px) {
  .product-reccomendations {
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .product-reccomendations__wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.product-reccomendations__wrapper-title {
  margin-bottom: 4.9375rem;
}

.product-reccomendations-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-reccomendations-list {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.product-reccomendations-list__item {
  display: flex;
  align-items: flex-start;
  width: calc(100% / 3 - 3.75rem);
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-reccomendations-list__item {
    width: calc(100% / 3 - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-reccomendations-list__item {
    width: calc(100% / 2 - 3.75rem);
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .product-reccomendations-list__item {
    width: calc(100% / 1 - 3.75rem);
    margin-bottom: 1.875rem;
    max-width: 37.5rem;
  }
}
.product-reccomendations-list__item-icon {
  flex-shrink: 0;
}
.product-reccomendations-list__item-icon img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .product-reccomendations-list__item-icon {
    width: 4.375rem;
  }
}

.reccomendation-item-content {
  margin-left: 1.25rem;
}
.reccomendation-item-content__name {
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 120%;
  color: #000000;
  margin-bottom: 0.625rem;
}
.reccomendation-item-content__note {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 150%;
  color: #000000;
}

.sertificates-and-licenses__content {
  width: 100%;
  margin-bottom: 4.4375rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sertificates-and-licenses__content {
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sertificates-and-licenses__content {
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sertificates-and-licenses__content {
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
    margin-bottom: 3.125rem;
  }
}
.sertificates-and-licenses__content-title {
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 120%;
  color: #000000;
  margin-bottom: 2.75rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sertificates-and-licenses .slick-dots {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sertificates-and-licenses .slick-dots {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .sertificates-and-licenses .slick-dots {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
.sertificates-and-licenses_service {
  margin-bottom: 3.375rem;
}

.sertificates-list .slick-track {
  display: flex;
}
.sertificates-list__item:first-child .sertificate-item-content {
  margin-left: 0;
}
.sertificates-list__item:last-child .sertificate-item-content {
  margin-right: 0;
}

.sertificate-item-content {
  width: 11.0625rem;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sertificate-item-content__img {
  width: 10.25rem;
  height: 4.5rem;
  margin-bottom: 1.25rem;
}
.sertificate-item-content__img img {
  width: 100%;
  height: auto;
  display: block;
}
.sertificate-item-content__note {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 120%;
  text-align: center;
  color: #867B8B;
  margin: auto;
}

.accompanying-services {
  background-color: #363138;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 991px) {
  .accompanying-services {
    margin-bottom: 3.125rem;
  }
}
.accompanying-services__tiles {
  display: flex;
  flex-wrap: wrap;
  max-width: 90rem;
  margin: 0 auto;
  padding: 0.5px;
  background-color: #363138;
}
.accompanying-services__tiles:after {
  content: "";
  display: block;
  flex-grow: 1;
  margin: 0.5px;
  background-color: #363138;
}

.service-tile {
  width: calc(100% / 3);
  background-color: #363138;
  border-right: #867B8B 1px solid;
  border-bottom: #867B8B 1px solid;
}
.service-tile:nth-child(3n) {
  border-right: none;
}
.service-tile:nth-child(n+4) {
  border-bottom: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .service-tile {
    width: calc(100% / 2);
    border-right: none;
    border-bottom: #867B8B 1px solid !important;
  }
}
@media screen and (max-width: 767px) {
  .service-tile {
    width: 100%;
    border-right: none;
    border-bottom: #867B8B 1px solid !important;
  }
}

.service-tile {
  display: flex;
  align-items: center;
  min-height: 14.375rem;
  padding: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .service-tile {
    min-height: auto;
    padding: 2.5rem 1.875rem;
  }
}
@media screen and (max-width: 500px) {
  .service-tile {
    padding: 1.875rem 1rem;
  }
}
.service-tile__title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #FFFFFF;
}
@media screen and (max-width: 1399px) {
  .service-tile__title {
    font-size: 2rem;
  }
}
.service-tile__content {
  max-width: 16.875rem;
  margin-left: 1.25rem;
  color: #FFFFFF;
}
.service-tile__content-name {
  font-size: 1.125rem;
  line-height: 1.2;
}
.service-tile__content-note {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .service-tile__content {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .service-tile.empty-tile {
    display: none;
  }
}

.table-wrapper {
  overflow: auto;
}

.tariffs-list {
  margin-bottom: 1.875rem;
}
.tariffs-list__title {
  font-style: normal;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 120%;
  color: #000000;
  margin-bottom: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .tariffs-list__title {
    font-size: 1.25rem;
  }
}
.tariffs-list__content .service-variants__item {
  margin-right: 1.5625rem;
}
.tariffs-list__content .service-variants__item-name {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  color: #E37253;
  padding-left: 1.0625rem;
  padding-right: 1.0625rem;
}
@media screen and (min-width: 992px) {
  .tariffs-list__content .service-variants__item-name:hover {
    background-color: #E37253;
    color: #ffffff;
  }
}
.tariffs-list__content .service-variants__item-checkbox:checked + .service-variants__item-name {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  color: #FFFFFF;
}

.services-tariffs {
  padding-top: 4.375rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), #867B8B;
  margin-bottom: 7rem;
}
@media screen and (max-width: 1199px) {
  .services-tariffs {
    padding-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
.services-tariffs__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.9375rem;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .services-tariffs__head {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .services-tariffs__head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2.5rem;
  }
}
.services-tariffs__head-title {
  color: #FFFFFF;
}
.services-tariffs__head-link {
  margin-left: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  color: #E37253;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-bottom: 1.375rem;
  margin-right: 2.4375rem;
  transition: margin 0.1s ease;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .services-tariffs__head-link {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .services-tariffs__head-link {
    margin: 1.25rem 0 0;
  }
}
.services-tariffs__head-link .icon-short_arrow {
  height: 1rem;
  margin-left: 0.9375rem;
  transition: margin 0.1s ease;
}
.services-tariffs__head-link .icon-short_arrow svg {
  fill: currentColor;
}
@media screen and (min-width: 992px) {
  .services-tariffs__head-link:hover {
    margin-right: 2.1875rem;
  }
  .services-tariffs__head-link:hover .icon-short_arrow {
    margin-left: 1.1875rem;
  }
}
.services-tariffs .label-info {
  margin-left: 1.5rem;
}

.tabs-item.ui-widget.ui-widget-content {
  background-color: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
}

.tabs-nav-panel__wrapper.ui-tabs-nav {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.tabs-nav-panel__wrapper-item:before {
  display: none;
}
.tabs-nav-panel__wrapper-item.ui-tabs-tab.ui-corner-top {
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  border: none;
  outline: none;
  margin-right: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .tabs-nav-panel__wrapper-item.ui-tabs-tab.ui-corner-top {
    margin-right: 0.875rem;
  }
}
.tabs-nav-panel__wrapper-item.ui-tabs-tab .ui-tabs-anchor {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  color: #FFFFFF;
  outline: none;
  padding-bottom: 0.875rem;
  border-bottom: 0.3125rem solid transparent;
}
.tabs-nav-panel__wrapper-item.ui-tabs-tab.ui-tabs-active .ui-tabs-anchor {
  color: #E37253;
  border-bottom-color: #E37253;
  transition: color 0.35s ease, border-color 0.35s ease;
}

.timing-info-list {
  display: flex;
}
@media screen and (max-width: 991px) {
  .timing-info-list {
    flex-wrap: wrap;
  }
}
.timing-info-list__item {
  margin-right: auto;
  padding-right: 2.9375rem;
  width: calc(100% / 3 );
}
@media screen and (max-width: 991px) {
  .timing-info-list__item {
    padding-right: 0;
    margin-bottom: 3.125rem;
  }
  .timing-info-list__item:nth-child(n) {
    width: 100%;
  }
}
.timing-info-list__item-name {
  font-style: normal;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 120%;
  color: #000000;
  margin-bottom: 1.25rem;
}
.timing-info-list__item-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -0.375rem -0.375rem 1.5rem;
}
.timing-info-list__item-icons .icon-timer {
  margin: 0.375rem;
}
.timing-info-list__item-descr {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 150%;
  color: #000000;
}

.timing-info {
  margin-bottom: 5.75rem;
}
.timing-info .row {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .timing-info__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.timing-info__content-title {
  margin-bottom: 2.9375rem;
}

.article-card {
  padding: 0 2.5rem 0 0.9375rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.article-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.9375rem 0;
  border-bottom: 1px solid #DADADA;
}
.article-card__date {
  color: #E37253;
}
.article-card__author {
  display: flex;
  align-items: center;
}
.article-card__author-img-holder {
  width: 2.1875rem;
  height: 2.1875rem;
  margin-right: 0.8125rem;
  overflow: hidden;
  border-radius: 100%;
}
.article-card__author-img {
  display: block;
  width: 100%;
  height: auto;
}
.article-card__author-name {
  color: #E37253;
}
.article-card__content {
  display: flex;
  align-items: flex-start;
  padding: 2.5rem 0;
}
.article-card__img-holder {
  width: 8.75rem;
  flex-shrink: 0;
  margin-right: 1.875rem;
}
.article-card__img {
  display: block;
  width: 100%;
}
.article-card__title {
  display: block;
  margin-bottom: 1.25rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000000;
  text-decoration: none;
  transition: color ease 0.35s;
}
@media screen and (min-width: 992px) {
  .article-card__title:hover {
    color: rgba(0, 0, 0, 0.5);
  }
}
.article-card__tag-list {
  display: flex;
  flex-wrap: wrap;
  margin: -0.625rem;
}
.article-card__tag {
  display: block;
  margin: 0.625rem;
  padding: 0.625rem 1.25rem 0.5625rem;
  border: 1px solid #867B8B;
  border-radius: 3.125rem;
  font-size: 1rem;
  color: #E37253;
  transition: color 0.35s ease, background-color 0.35s ease, border 0.35s ease;
}
@media screen and (min-width: 992px) {
  .article-card__tag:hover {
    color: #FFFFFF;
    background-color: #E37253;
    border-color: #E37253;
  }
}
@media screen and (max-width: 1199px) {
  .article-card {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .article-card__header {
    flex-direction: column;
    align-items: flex-end;
  }
  .article-card__date {
    margin-bottom: 0.3125rem;
  }
  .article-card__img-holder {
    display: none;
  }
  .article-card__author-img-holder {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .article-card__content {
    padding: 0.9375rem 0;
  }
  .article-card__title {
    font-size: 1.25rem;
  }
}

.article-card2 {
  width: 50%;
  padding: 5% 7% 5% 5%;
  margin: 0 -1px -1px 0;
  border: 1px solid #C4C4C4;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.article-card2__logo-holder {
  display: block;
  margin-bottom: 1.25rem;
  transition: opacity ease 0.35s;
}
@media screen and (min-width: 992px) {
  .article-card2__logo-holder[href]:hover {
    opacity: 0.5;
  }
}
.article-card2__logo {
  display: block;
  max-width: 100%;
}
.article-card2__content {
  display: block;
  color: #000000;
  text-decoration: none;
  transition: opacity ease 0.35s;
}
.article-card2__content_white {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .article-card2__content[href]:hover {
    opacity: 0.5;
  }
}
.article-card2__title {
  display: block;
  margin-bottom: 1.25rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.2;
}
.article-card2__title[href] {
  color: inherit;
}
@media screen and (min-width: 992px) {
  .article-card2__title[href]:hover {
    text-decoration: underline;
  }
}
.article-card2__desc {
  display: block;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.article-card2__info {
  color: #E37253;
}
.article-card2__author {
  color: #E37253;
}
.article-card2__author[href] {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .article-card2 {
    width: 100%;
    margin: 0 0 -1px 0;
  }
  .article-card2__title {
    font-size: 1.25rem;
  }
  .article-card2__desc {
    font-size: 0.875rem;
  }
}

.chart-tooltip {
  position: absolute;
  background: #ffffff;
  color: #1C1C1C;
  transition: all 0.1s;
  box-shadow: 0 0.25rem 0.625rem rgba(227, 114, 83, 0.12);
  opacity: 1;
  pointer-events: none;
  min-width: 9.5rem;
  text-align: center;
  box-sizing: border-box;
  z-index: 99999;
  padding: 0.875rem;
}
.chart-tooltip:before {
  position: absolute;
  content: "";
  bottom: -0.1875rem;
  left: 50%;
  transform: translateX(-50%);
}
.chart-tooltip__inner {
  padding: 0.5625rem 0.5rem 0.8125rem 0.5rem;
}
.chart-tooltip__date {
  font-size: 0.875rem;
  color: #9F9F9F;
  margin-bottom: 0.1875rem;
}
.chart-tooltip__title {
  font-size: 16;
  font-weight: bold;
  margin-bottom: -0.25rem;
}
.chart-tooltip__subtitle {
  font-size: 0.75rem;
}
.chart-tooltip__rows {
  margin-bottom: -0.375rem;
}
.chart-tooltip__row {
  display: flex;
  align-items: center;
}
.chart-tooltip__dots-item {
  margin-right: 0.625rem;
}
.chart-tooltip__value {
  font-size: 0.875rem;
  margin-left: auto;
}
.chart-tooltip table {
  border-bottom: none;
}
.chart-tooltip_double .chart-tooltip__value {
  margin-left: 0;
}

.chart-tooltip_right {
  transform: none;
  box-shadow: 0 0 0.625rem rgba(227, 114, 83, 0.12);
  transition: all 0.2s;
}
.chart-tooltip_right:before {
  bottom: 50%;
  left: -0.1875rem;
  transform: translateY(50%);
}

.chart-tooltip_top {
  min-width: 8.875rem;
}
.chart-tooltip_top .chart-tooltip__inner {
  padding: 0.4375rem 0.5rem 0.75rem 0.5rem;
}

.chart-tooltip_arrow_top:before {
  top: -0.1875rem;
}

.chart-tooltip_arrow_left:before {
  left: -0.1875rem;
  bottom: 50%;
  transform: translateY(50%);
}

.chart-tooltip_arrow_right:before {
  left: auto;
  right: -0.1875rem;
  bottom: 50%;
  transform: translateY(50%);
}

.chart-tooltip_arrow_none:before {
  display: none;
}

.chart-tooltip_arrow_top.chart-tooltip_arrow_left {
  transform: none;
}

.chart-tooltip_title_small .chart-tooltip__title {
  font-size: 0.75rem;
  color: #ccc;
  margin-bottom: 0.375rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .chart-tooltip {
    min-width: 7.5rem;
  }
  .chart-tooltip__inner {
    padding: 0;
  }
  .chart-tooltip__title {
    margin-bottom: 0.125rem;
  }
  .chart-tooltip__value {
    font-size: 0.75rem;
  }
  .chart-tooltip__row {
    margin-bottom: 0.125rem;
  }

  .chart-tooltip_title_small .chart-tooltip__title {
    margin-bottom: 0.125rem;
  }

  .chart-tooltip_top .chart-tooltip__inner {
    padding: 0;
  }
  .chart-tooltip_top .chart-tooltip__title {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}
.chart {
  position: relative;
  margin-bottom: 0.9375rem;
}

.chart-legend {
  display: flex;
  margin: -0.9375rem;
}
.chart .chart-legend {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 991px) {
  .chart .chart-legend {
    margin-bottom: 0.625rem;
  }
}
.chart-legend li {
  display: block;
  margin: 0;
  padding: 0.9375rem;
  font-size: 1.125rem;
  color: #867B8B;
}
.chart-legend li:before {
  display: none;
}
.chart-legend li span {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.75rem;
  vertical-align: baseline;
}
.chart-legend_small {
  margin: -0.625rem;
}
.chart-legend_small li {
  padding: 0.625rem;
  font-size: 0.75rem;
}
.chart-legend_small li span {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.5rem;
}

.chart-block {
  display: flex;
  align-items: flex-end;
}
.chart-block__item {
  width: 11.125rem;
  flex-grow: 1;
  margin-right: 0.3125rem;
}
.chart-block__label {
  padding: 0.5rem 0;
  color: #867B8B;
  font-size: 0.75rem;
}
.chart-block_bar_stacked, .chart-block_round_half {
  display: block;
}
.chart-block__inner {
  position: relative;
  z-index: 990;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1.25rem);
  margin: 0 -0.625rem -1.5rem;
}
.chart-block__main, .chart-block__side {
  flex-basis: 50%;
  max-width: 50%;
  margin: 0 0 1.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  box-sizing: border-box;
}
.chart-block__main {
  position: relative;
  flex: 1 1;
}
.chart-block__main-inner {
  position: relative;
  padding-right: 0.5625rem;
  transform: translateX(-0.1875rem);
}
.chart-block__bottom-info {
  margin-top: 0.5rem;
  padding-top: 2.4rem;
  border-top: 0.125rem solid rgba(16, 16, 16, 0.1);
}
.chart-block__bottom-info .dots-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9375rem -1.5rem;
}
.chart-block__bottom-info .dots-list__item {
  margin: 0 0.9375rem 1.5rem;
}
.chart-block__bottom-info .dots-item {
  display: flex;
  align-items: center;
}
.chart-block__bottom-info .dots-item__background {
  flex: 0 0 auto;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.75rem;
  border-radius: 50%;
}
.chart-block__graph_half {
  transform: translateX(1.3125rem);
}
.chart-block__graph-title {
  font-size: 0.875rem;
  line-height: 1.4;
  position: absolute;
  top: 0.625rem;
  left: 1.25rem;
  color: #101010;
}
.chart-block__graph-wrapper_mirror .chart-block__graph_half {
  transform: translateX(-2rem);
}
.chart-block__graph-wrapper_mirror .chart-block__graph-title {
  right: 1.25rem;
  left: auto;
}
@media screen and (max-width: 991px) {
  .chart-block__main, .chart-block__side {
    flex-basis: 100%;
    max-width: 100%;
  }
  .chart-block__main-inner {
    padding: 0;
    transform: none;
  }
}

.chartjs-size-monitor, .chartjs-size-monitor-expand, .chartjs-size-monitor-shrink {
  position: absolute;
  direction: ltr;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
}

.chart-item {
  position: relative;
  width: 100%;
  color: #ffffff;
}
.chart-item .graphic-head-title__group-top,
.chart-item .graphic-head-title__group-bottom {
  color: #ffffff;
}
.chart-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 2.5rem solid #fff;
  border-left: 2.5rem solid transparent;
  z-index: 40;
}
.chart-item__background {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #E37253;
}
.chart-item__content {
  position: absolute;
  z-index: 20;
  top: 2.875rem;
  left: 0.875rem;
}
@media screen and (max-width: 575px) {
  .chart-item__content {
    left: 0.3125rem;
  }
  .chart-item .graphic-head-title__group-top {
    font-size: 0.9375rem;
  }
}

.form-plate {
  padding: 4.6875rem 16%;
  background-color: #F3F2F3;
}
@media screen and (max-width: 767px) {
  .form-plate {
    padding: 2rem 0.9375rem;
    margin: 0 -0.9375rem;
  }
}

.default-form {
  width: 100%;
}
.default-form__title {
  font-style: normal;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 120%;
  color: #000000;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .default-form__title {
    font-size: 2.1875rem;
  }
}
.default-form .default-inputs__item {
  position: relative;
  width: 100%;
  margin-bottom: 2.5rem;
}
.default-form .default-inputs__item-true {
  width: 100%;
}
.default-form .default-inputs__item-placeholder {
  color: #363138;
  left: 1.25rem;
  letter-spacing: 0;
}
.default-form__note {
  max-width: 25.625rem;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 1.5;
  color: #363138;
}
@media screen and (max-width: 767px) {
  .default-form .form-btn {
    padding: 1.25rem;
  }
}
.default-form__text {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 150%;
  color: #363138;
}
.default-form__notes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.0625rem;
}
.default-form__required-note {
  width: 11.5625rem;
  font-size: 0.6875rem;
  color: #867B8B;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .default-form__required-note {
    margin-top: 0.9375rem;
  }
}

.item-upload__original {
  display: none;
}
.item-upload__pseudo-link {
  cursor: pointer;
}
.item-upload__text {
  margin-right: 1rem;
  font-size: 1rem;
  color: #E37253;
  border-bottom: 1px dashed;
}
.item-upload__text:hover {
  color: #CC3C32;
}
.item-upload__formats {
  font-size: 0.875rem;
  color: #867B8B;
}
.item-upload__remove {
  margin-left: 1rem;
  padding: 0.25rem 0.625rem 0.125rem;
  color: #ffffff;
  background-color: #CC3C32;
  border-radius: 3.125rem;
}
.item-upload__remove:after {
  content: "✕";
  margin-left: 0.5rem;
}

.required-star {
  color: #CC3C32;
}

.form-checkboxlist__title {
  margin-bottom: 1.5rem;
  font-size: 1.0625rem;
  color: #1C1C1C;
}
.form-checkboxlist__list {
  margin-bottom: 0;
}
.form-checkboxlist__list-item {
  margin-bottom: 1rem;
}
.form-checkboxlist__list-item:before {
  display: none;
}
.form-checkboxlist__list-item:last-child {
  margin-bottom: 0;
}
.form-checkboxlist__label {
  margin-bottom: 0;
  cursor: pointer;
}
.form-checkboxlist__input {
  display: none;
}
.form-checkboxlist__fake-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
  margin-right: 0.7rem;
  border: 1px solid #E37253;
  border-radius: 0.125rem;
  background-color: #ffffff;
}
.form-checkboxlist__fake-checkbox:before {
  content: "";
  position: absolute;
  top: 0.18rem;
  left: 0.3rem;
  display: block;
  width: 0.5rem;
  height: 0.4rem;
  border: 0.125rem solid rgba(227, 114, 83, 0);
  border-width: 0 0 0.125rem 0.125rem;
  transform: rotate(-45deg);
}
.form-checkboxlist__input:checked + .form-checkboxlist__fake-checkbox:before {
  border-color: #E37253;
}
.form-checkboxlist__text {
  vertical-align: top;
}

.pagination {
  overflow: auto;
}

.pagination-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0 0.625rem;
}
.pagination-block__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin: 0.5rem 0;
}
.pagination-block__list-items {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border: 0.09375rem solid transparent;
  transform: rotate(45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: border-color 0.5s ease;
}
.pagination-block__list-items:before {
  display: none;
}
.pagination-block__list-items a {
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  color: #867B8B;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5625rem;
  height: 3.5625rem;
  transform: rotate(-45deg);
  flex-shrink: 0;
}
.pagination-block__list-items.active {
  border: 0.09375rem solid #867B8B;
}
@media screen and (min-width: 992px) {
  .pagination-block__list-items:hover {
    border: 0.09375rem solid #867B8B;
  }
}
.pagination-block__prev {
  border-left: 0.125rem solid #E37253;
  border-bottom: 0.125rem solid #E37253;
  display: block;
  flex-shrink: 0;
  width: 1.375rem;
  height: 1.375rem;
  transform: rotate(45deg);
  cursor: pointer;
  margin-right: 1.5625rem;
}
.pagination-block__back {
  border-left: 0.125rem solid #E37253;
  border-bottom: 0.125rem solid #E37253;
  display: block;
  flex-shrink: 0;
  width: 1.375rem;
  height: 1.375rem;
  transform: rotate(45deg);
  cursor: pointer;
  position: relative;
  margin-right: 1.5625rem;
}
.pagination-block__back:before {
  content: "";
  display: block;
  border-left: 0.125rem solid #E37253;
  border-bottom: 0.125rem solid #E37253;
  display: block;
  flex-shrink: 0;
  width: 1.375rem;
  height: 1.375rem;
  position: absolute;
  left: 0.25rem;
  top: -0.375rem;
}
.pagination-block__next {
  border-right: 0.125rem solid #E37253;
  border-top: 0.125rem solid #E37253;
  display: block;
  flex-shrink: 0;
  width: 1.375rem;
  height: 1.375rem;
  transform: rotate(45deg);
  cursor: pointer;
  margin-left: 1.5625rem;
}
.pagination-block__forward {
  border-right: 0.125rem solid #E37253;
  border-top: 0.125rem solid #E37253;
  display: block;
  flex-shrink: 0;
  width: 1.375rem;
  height: 1.375rem;
  transform: rotate(45deg);
  cursor: pointer;
  position: relative;
  margin-left: 1.5625rem;
}
.pagination-block__forward:before {
  content: "";
  display: block;
  border-right: 0.125rem solid #E37253;
  border-top: 0.125rem solid #E37253;
  display: block;
  flex-shrink: 0;
  width: 1.375rem;
  height: 1.375rem;
  position: absolute;
  right: 0.25rem;
  bottom: -0.375rem;
}

.review-card {
  border: 1px solid #C4C4C4;
}
.review-card__logo {
  display: block;
  max-width: 100%;
}
.review-card__title {
  display: block;
  margin-bottom: 0.625rem;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.2;
  color: #1C1C1C;
}
@media screen and (min-width: 992px) {
  .review-card__title[href]:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .review-card__title {
    font-size: 1.5rem;
  }
}
.review-card_wide {
  width: 100%;
  margin-bottom: 0.625rem;
  padding: 2.5rem 1.25rem 2.5rem 2.5rem;
}
.review-card_wide .review-card__inner-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9375rem;
}
@media screen and (max-width: 767px) {
  .review-card_wide {
    padding: 5% 7% 5% 5%;
  }
  .review-card_wide .author__img-holder {
    display: none;
  }
  .review-card_wide .review-card__logo {
    margin-bottom: 0.9375rem;
  }
}

.author {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 1.875rem;
}
.author__img-holder {
  display: block;
  width: 6.25rem;
  margin-right: 1.25rem;
  outline: none;
  transition: background-color 0.35s ease;
}
.author__img {
  display: block;
  width: 100%;
  transition: opacity 0.35s ease;
}
.author__name {
  display: block;
  margin-bottom: 0.375rem;
  font-size: 1.125rem;
  color: #1C1C1C;
  line-height: 1.2;
}
.author__position {
  display: block;
  max-width: 13.75rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #E37253;
}
@media screen and (min-width: 992px) {
  .author[href]:hover .author__img-holder {
    background-color: #E37253;
  }
  .author[href]:hover .author__img {
    opacity: 0.5;
  }
}

.testimonials {
  background-color: #F3F2F3;
}
.testimonials.is-no-bg {
  background: none;
}
.testimonials__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.75rem 0;
}
@media screen and (max-width: 575px) {
  .testimonials__header {
    padding: 1.875rem 0;
  }
}
.testimonials__desc a {
  color: #E37253;
  text-decoration: underline;
}
.testimonials__desc a:hover {
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  .testimonials__btn-holder {
    padding: 1.875rem 0;
  }
}
@media screen and (max-width: 575px) {
  .testimonials__btn {
    width: 100%;
  }
}
.testimonials__slider {
  margin-left: -1px;
}
.testimonials__slider .slick-track {
  display: flex;
  margin: 0;
}
.is-no-border .testimonials__slider {
  margin: 0 -1.875rem;
}
.testimonials__slider-item {
  display: flex;
  align-items: center;
  padding: 3.4375rem;
  width: calc(100vw / 3);
  border: 1px solid #867B8B;
  outline: none;
}
.testimonials__slider-item:not(:last-child) {
  border-right: 0;
}
.is-4-col .testimonials__slider-item {
  width: 25vw;
  padding: 1.875rem;
}
.is-no-border .testimonials__slider-item {
  border: none;
  padding: 1.875rem;
}
@media screen and (max-width: 575px) {
  .testimonials__slider-item {
    width: 50vw;
  }
}
@media screen and (max-width: 400px) {
  .testimonials__slider-item {
    width: 100vw;
    border: none;
    padding: 0 3.4375rem;
  }
  .is-no-border .testimonials__slider-item, .is-4-col .testimonials__slider-item {
    padding: 0 1.875rem;
  }
}
.testimonials__link {
  display: block;
  outline: none;
  transition: opacity ease 0.5s;
}
@media screen and (min-width: 992px) {
  .testimonials__link:hover {
    opacity: 0.5;
  }
}
.testimonials__name {
  display: block;
  text-align: center;
  margin-bottom: 0.625rem;
  color: #1C1C1C;
}
.testimonials__img {
  display: block;
  width: 100%;
}

.timeline {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.timeline__heading {
  display: flex;
  justify-content: space-between;
  padding: 4.0625rem 0;
}
.timeline__heading h2 {
  margin: 0;
}
@media screen and (max-width: 575px) {
  .timeline__heading {
    display: block;
  }
  .timeline__heading h2 {
    margin-bottom: 1.25rem;
  }
}
.timeline__next {
  margin: auto 0;
}
.timeline__item {
  width: 17.25rem;
  box-sizing: initial;
  outline: none;
}
.timeline .slick-dots {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.timeline .slick-list {
  overflow: visible;
}

.timeline-step {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.is-even .timeline-step {
  flex-direction: column-reverse;
}
.timeline-step__ui {
  position: relative;
  display: flex;
  align-items: center;
  height: 8.75rem;
  margin: 0.625rem 0;
}
.timeline-step__ui:before {
  content: "";
  position: absolute;
  top: calc(50% + 2.5rem);
  height: 1.875rem;
  left: 2.5rem;
  border-left: 1px dashed #E37253;
}
.is-even .timeline-step__ui:before {
  top: 0;
}
.timeline-step__ui:after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(100% - 1.25rem);
  left: 3.75rem;
  border-top: 1px dashed #E37253;
}
.timeline__item:last-child .timeline-step__ui:after {
  display: none;
}
.timeline-step__ui-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 1.25rem;
  border: 0.09375rem solid #E37253;
  border-radius: 100%;
  box-shadow: 0px 0px 0px 1.25rem rgba(134, 123, 139, 0.1), 0px 0px 0px 1.34375rem #fff;
  background-color: #fff;
}
.timeline-step__text {
  padding: 1.5625rem 0;
}
@media screen and (max-width: 575px) {
  .timeline-step {
    padding-top: 0 !important;
    padding-right: 1.25rem;
  }
  .timeline-step__ui {
    display: none;
  }
}

.video-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.video-grid__item {
  width: calc(50% - 2.5rem);
  margin: 2.1875rem 0;
}
@media screen and (max-width: 991px) {
  .video-grid__item {
    width: 100%;
    margin: 0.9375rem 0;
  }
}

.video-card {
  border: 1px solid #C4C4C4;
}
.video-card__video-holder {
  position: relative;
  height: 0;
  padding-top: 50%;
}
.video-card__video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.video-card__content {
  padding: 2.5rem 3.75rem 2.8125rem 2.8125rem;
}
@media screen and (max-width: 767px) {
  .video-card__content {
    padding: 1.5625rem 1.25rem 1.25rem;
  }
}
.video-card__title {
  margin-bottom: 1.25rem;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.2;
}

.otrasli .tarif-card-content__index, .tarif-card-content__name, .services-cards .tarif-card-content__description {
  margin: 0px;
}

.otrasli .tarif-card-content__description {
  color: #000;
}

@media screen and (min-width: 1440px) {
  .otrasli .tarif-card-content {
    height: 30rem !important;
  }
}
.audit-points-list__item:nth-child(n+10) .icon-point-check {
  width: 1.5rem !important;
}

.accompanying-services {
  background-color: #363138;
}

.keys h1 {
  font-size: 1.75rem;
}

.keys .seo-audit-points__content {
  padding-top: 1rem;
}

.timing-info .row {
  margin: 0px;
}

@media screen and (max-width: 767px) {
  .timing-info__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.follow-click {
  background-color: #6eadc6;
  background: linear-gradient(90deg, #39afc9 50%, #56b4ce 50%);
}
@media screen and (max-width: 1199px) {
  .follow-click {
    background: linear-gradient(90deg, #39afc9 50%, #39afc9 50%);
  }
}

@media screen and (max-width: 767px) {
  .revert-version .case-item__column-image {
    top: auto;
  }

  .flyer-tel__icon, .flyer-tel__note {
    float: left;
  }

  .flyer-tel__note {
    width: 43% !important;
  }

  .flyer-tel__note, .flyer-tel__contact {
    margin-top: 0.625rem !important;
  }

  .mini-banner-content__description {
    margin-bottom: 0.625rem;
  }

  .tarif-card-content__btn {
    margin-top: 1rem;
  }
}
/*# sourceMappingURL=maps/main.css.map */
