.hero-info__heading,
.hero-info__description {
  margin-bottom: 32px;
  max-width: 730px;
}
.hero-info__heading {
  font-size: 3.25em;
  line-height: 1.230769230769231em;
  font-weight: 600;
}
.hero-info__description {
  font-size: 1.375em;
  line-height: 1.545454545454545em;
  font-style: italic;
}
.hero-info__description strong {
  font-weight: bold;
}
.hero-info__button {
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .hero-info__heading {
    font-size: 3em;
    line-height: 1.208333333333333em;
  }
}
@media screen and (max-width: 640px) {
  .hero-info__heading {
    font-size: 2.25em;
    line-height: 1.277777777777778em;
  }
  .hero-info__description {
    font-size: 1.125em;
    line-height: 1.555555555555556em;
  }
}
@media screen and (max-width: 500px) {
  .hero-info__heading,
  .hero-info__description {
    margin-bottom: 24px;
  }
  .hero-info__heading {
    font-size: 1.5em;
    line-height: 1.416666666666667em;
  }
  .hero-info__description {
    font-size: 1em;
    line-height: 1.5em;
  }
}
.hero-advantages-item {
  display: flex;
  flex-direction: column;
}
.hero-advantages-item__title {
  margin-bottom: 24px;
  padding-left: 36px;
  font-size: 1.375em;
  line-height: 1.363636363636364em;
  font-weight: 600;
  background-image: url("/assets/images/check.svg");
  background-size: 20px 20px;
  background-position: top 4px left 0;
  background-repeat: no-repeat;
}
.hero-advantages-item__description {
  font-size: 1.125em;
  line-height: 1.555555555555556em;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .hero-advantages-item__title {
    margin-bottom: 16px;
    padding-top: 36px;
    padding-left: 0;
    background-position: top 0 left 0;
  }
}
@media screen and (max-width: 768px) {
  .hero-advantages-item__title {
    padding-top: 0;
    padding-left: 36px;
    background-position: top 4px left 0;
  }
}
@media screen and (max-width: 500px) {
  .hero-advantages-item__title {
    font-size: 1.125em;
    line-height: 1.333333333333333em;
    background-position: top 2px left 0;
  }
}
.hero-advantages {
  display: flex;
  column-gap: 52px;
}
.hero-advantages__item {
  width: 33.33%;
}
@media screen and (max-width: 1024px) {
  .hero-advantages {
    column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hero-advantages {
    flex-direction: column;
    column-gap: 0;
    row-gap: 52px;
  }
  .hero-advantages__item {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .hero-advantages {
    row-gap: 32px;
  }
}
.hero {
  color: #fff;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.hero:after {
  content: '';
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(360deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
}
.hero__container {
  padding-top: 128px;
  padding-bottom: 72px;
  position: relative;
  z-index: 1;
}
.hero__info {
  margin-bottom: 96px;
}
.webp .hero {
  background-image: url("/assets/images/hero.webp");
}
.no-webp .hero {
  background-image: url("/assets/images/hero.jpg");
}
@media screen and (max-width: 768px) {
  .hero__container {
    padding-top: 52px;
  }
  .hero__info {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 500px) {
  .hero:after {
    background-image: linear-gradient(360deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 100%);
  }
  .hero__container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hero__info {
    margin-bottom: 52px;
  }
}
.catalog-search {
  display: flex;
  max-width: 220px;
}
.catalog-search__button,
.catalog-search__icon {
  display: block;
}
.catalog-search__button {
  height: 28px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.catalog-search__input {
  flex: 1;
}
.catalog-search__button {
  margin-left: -1px;
  width: 28px;
  padding: 0;
  cursor: pointer;
  background-color: #fff;
}
.catalog-search__icon {
  width: 26px;
  height: 26px;
  opacity: 0.5;
  background-image: url("/assets/images/search.svg");
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: opacity 0.25s ease-in-out;
}
.no-touch .catalog-search__button:hover .catalog-search__icon {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .catalog-search {
    width: 100%;
    max-width: 100%;
  }
}
.catalog-filter-categories__item:not(:last-child) {
  margin-bottom: 16px;
}
.catalog-filter-categories__link {
  font-size: 1.25em;
  line-height: 1.3em;
  font-weight: 300;
  color: #000;
  text-decoration: none;
}
.catalog-filter-categories__link--active {
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .catalog-filter-categories {
    display: flex;
    flex-wrap: wrap;
  }
  .catalog-filter-categories__item:not(:last-child) {
    margin-right: 16px;
    margin-bottom: 8px;
  }
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
.range__range {
  margin-bottom: 24px;
}
.range__inputs {
  display: flex;
  align-items: center;
}
.range__input {
  flex: 1;
}
.range__divider {
  padding-left: 2px;
  padding-right: 2px;
  font-size: 0.875em;
  line-height: 1.571428571428571em;
}
.range .noUi-target {
  padding-left: 12px;
  padding-right: 12px;
  background: #ddd;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.range .noUi-horizontal {
  height: 2px;
}
.range .noUi-connect {
  background: #79c4f9;
}
.range .noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  right: -12px;
  top: -11px;
  outline: none;
}
.range .noUi-horizontal .noUi-handle:before,
.range .noUi-horizontal .noUi-handle:after {
  display: none;
}
.range .noUi-handle {
  border: none;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #c8c8c8;
  cursor: pointer;
  box-shadow: none;
}
.range .noUi-handle:active {
  border-color: #79c4f9;
}
.catalog-filter-price__label {
  margin-bottom: 16px;
  font-size: 0.875em;
  line-height: 1.571428571428571em;
  font-weight: 500;
}
.catalog-filter {
  position: sticky;
  top: 128px;
}
.catalog-filter__categories {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .catalog-filter {
    position: relative;
    top: auto;
    display: flex;
  }
  .catalog-filter__categories {
    width: 66.66%;
  }
  .catalog-filter__price {
    width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .catalog-filter__categories,
  .catalog-filter__price {
    width: 50%;
  }
  .catalog-filter__categories {
    padding-right: 10px;
  }
  .catalog-filter__price {
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .catalog-filter {
    flex-direction: column;
  }
  .catalog-filter__categories,
  .catalog-filter__price {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination__item {
  margin-left: 4px;
  margin-right: 4px;
}
.pagination__button {
  display: block;
  width: 36px;
  height: 36px;
  font-size: 1.125em;
  line-height: 34px;
  color: #000;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.pagination__button--active {
  border: 1px solid #000;
}
.pagination__button--active,
.no-touch .pagination__button:hover {
  opacity: 1;
}
.no-touch .pagination__button:hover:not(.pagination__button--active) {
  background-color: #ddd;
}
.pagination__button--prev,
.pagination__button--next {
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
.pagination__button--prev {
  background-image: url("/assets/images/prev.svg");
}
.pagination__button--next {
  background-image: url("/assets/images/next.svg");
}
@media screen and (max-width: 500px) {
  .pagination__button {
    width: 24px;
    height: 24px;
    font-size: 0.875em;
    line-height: 22px;
  }
}
.catalog-products-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.catalog-products-item__images,
.catalog-products-item__image {
  display: block;
}
.catalog-products-item__images {
  padding-bottom: 66.74418604651163%;
  width: 100%;
  height: 0;
  position: relative;
  background-color: #ddd;
}
.catalog-products-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.catalog-products-item__image:last-child {
  display: none;
}
.no-touch .catalog-products-item__images:hover .catalog-products-item__image:first-child {
  display: none;
}
.no-touch .catalog-products-item__images:hover .catalog-products-item__image:last-child {
  display: block;
}
.catalog-products-item__images,
.catalog-products-item__description {
  margin-bottom: 24px;
}
.catalog-products-item__title,
.catalog-products-item__price {
  font-weight: 600;
}
.catalog-products-item__title {
  font-size: 1.5em;
  line-height: 1.333333333333333em;
}
.catalog-products-item__link {
  color: #000;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
}
.no-touch .catalog-products-item__link:hover {
  color: #d10000;
}
.catalog-products-item__description {
  margin-bottom: 24px;
  font-size: 1.125em;
  line-height: 1.555555555555556em;
  font-weight: 300;
}
.catalog-products-item__price {
  margin-bottom: 32px;
  font-size: 2.375em;
  line-height: 1.368421052631579em;
}
.catalog-products-item .button--ghost {
	color: #000;
}

.catalog-products-item__button {
	width: 245px;
}
.catalog-products-item__button + .catalog-products-item__button {
	margin-top: 20px;
}


@media screen and (max-width: 500px) {
  .catalog-products-item__title {
    font-size: 1.25em;
    line-height: 1.4em;
  }
  .catalog-products-item__description {
    margin-bottom: 16px;
    font-size: 1em;
    line-height: 1.5em;
  }
  .catalog-products-item__price {
    margin-bottom: 24px;
    font-size: 1.875em;
    line-height: 1.333333333333333em;
  }
}
.catalog-products__items {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
.catalog-products__item {
  margin-bottom: 96px;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 640px) {
  .catalog-products__items {
    margin-left: 0;
    margin-right: 0;
  }
  .catalog-products__item {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.catalog {
  padding-top: 128px;
}
.catalog__container {
	max-width: 100%;
}
.catalog__heading {
  margin-bottom: 52px;
}
.catalog__main {
  padding-top: 72px;
  padding-bottom: 96px;
  background-color: #f0f0f0;
}
.catalog__search,
.catalog__wrapper {
  display: flex;
}
.catalog__search {
  margin-bottom: 20px;
  justify-content: flex-end;
}
.catalog__filter {
  padding-right: 20px;
  width: 25%;
  max-width: 250px;
}
.catalog__products {
  padding-left: 20px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .catalog__wrapper {
    flex-direction: column;
  }
  .catalog__search,
  .catalog__filter {
    margin-bottom: 24px;
  }
  .catalog__filter,
  .catalog__products {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .catalog {
    padding-top: 64px;
  }
}
@media screen and (max-width: 500px) {
  .catalog__container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .catalog__heading {
    margin-bottom: 32px;
  }
  .catalog__main {
    padding-top: 32px;
    padding-bottom: 52px;
  }
}
.gifts-item__picture {
  margin-bottom: 24px;
}
.gifts-item__title {
  margin-bottom: 16px;
  font-size: 2em;
  line-height: 1.375em;
  font-weight: 700;
}
.gifts-item__title a {
	text-decoration: none;
	color: #000;
}
.gifts-item__description {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .gifts-item__title {
    font-size: 1.5em;
    line-height: 1em;
  }
}
@media screen and (max-width: 768px) {
  .gifts-item {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .gifts-item__picture,
  .gifts-item__info {
    width: 50%;
  }
  .gifts-item__picture {
    margin-bottom: 0;
    padding-right: 20px;
  }
  .gifts-item__info {
    padding-left: 20px;
  }
  .gifts-item__title {
    font-size: 2em;
    line-height: 1.25em;
  }
}
@media screen and (max-width: 640px) {
  .gifts-item__title {
    margin-bottom: 8px;
    font-size: 1.25em;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 500px) {
  .gifts-item {
    flex-direction: column;
  }
  .gifts-item__picture,
  .gifts-item__info {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
  .gifts-item__picture {
    margin-bottom: 24px;
  }
  .gifts-item__title {
    font-size: 1.625em;
    line-height: 1.384615384615385em;
  }
}
.gifts__container {
  padding-top: 96px;
  padding-bottom: 48px;
}
.gifts__heading {
  margin-bottom: 52px;
}
.gifts__items {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}
.gifts__item {
  padding-left: 20px;
  padding-right: 20px;
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .gifts__items {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
  .gifts__item {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .gifts__item:nth-child(even) .gifts-item__info {
    padding-left: 0;
    padding-right: 20px;
    order: 1;
  }
  .gifts__item:nth-child(even) .gifts-item__picture {
    padding-left: 20px;
    padding-right: 0;
    order: 2;
  }
}
@media screen and (max-width: 500px) {
  .gifts {
    border-bottom: 2px solid #f0f0f0;
  }
  .gifts__container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 72px;
  }
  .gifts__heading {
    margin-bottom: 32px;
  }
  .gifts__item {
    margin-bottom: 64px;
  }
  .gifts__item:last-child {
    margin-bottom: 0;
  }
  .gifts__item:nth-child(even) .gifts-item__info,
  .gifts__item:nth-child(even) .gifts-item__picture {
    padding-left: 0;
    padding-right: 0;
  }
  .gifts__item:nth-child(even) .gifts-item__picture {
    order: 1;
  }
  .gifts__item:nth-child(even) .gifts-item__info {
    order: 2;
  }
}
.calc-widget-header {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f0f0f0;
}
.calc-widget-header__caption {
  padding-left: 32px;
  padding-right: 20px;
  line-height: 24px;
  background-image: url("/assets/images/docs.svg");
  background-size: 24px 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.calc-widget-header__step {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .calc-widget-header {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 500px) {
  .calc-widget-header__caption,
  .calc-widget-header__step {
    font-size: 0.875em;
    line-height: 1.571428571428571em;
  }
  .calc-widget-header__caption {
    padding-left: 0;
    background-image: none;
  }
}
.calc-widget-progress {
  height: 5px;
  position: relative;
  background-color: #c8c8c8;
}
.calc-widget-progress__filled {
  position: absolute;
  height: 100%;
  background-color: #000;
  transition: width 0.25s ease-in-out;
}
@-moz-keyframes popup {
  from {
    opacity: 0;
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes popup {
  from {
    opacity: 0;
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes popup {
  from {
    opacity: 0;
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes popup {
  from {
    opacity: 0;
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.calc-widget-question {
  padding: 30px;
  display: none;
}
.calc-widget-question--active {
  display: block;
  animation: popup 0.25s 1;
}
.calc-widget-question__heading {
  margin-bottom: 24px;
  font-size: 1.625em;
  line-height: 1.538461538461539em;
  font-weight: 500;
}
.calc-widget-question__options {
  margin-bottom: 48px;
}
.calc-widget-question__buttons {
  display: flex;
  justify-content: space-between;
}
.calc-widget-question__button--next {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .calc-widget-question__heading {
    font-size: 1.25em;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .calc-widget-question {
    padding: 16px;
  }
  .calc-widget-question__options {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 500px) {
  .calc-widget-question__buttons {
    flex-direction: column;
  }
  .calc-widget-question__button {
    width: 100%;
  }
  .calc-widget-question__button--next {
    order: 1;
  }
  .calc-widget-question__button--back {
    margin-top: 16px;
    order: 2;
  }
}
.calc-widget-options-images-item {
  cursor: pointer;
}
.calc-widget-options-images-item__input {
  position: absolute;
  z-index: -1000;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.calc-widget-options-images-item__image,
.calc-widget-options-images-item__title {
  display: block;
}
.calc-widget-options-images-item__image {
  margin-bottom: 16px;
  padding: 16px;
  border: 2px solid #f0f0f0;
  transition: border-color 0.25s ease-in-out;
  border-radius: 8px;
}
.calc-widget-options-images-item__image .image {
  border-radius: 4px;
}
.calc-widget-options-images-item__input:checked + .calc-widget-options-images-item__image {
  border-color: #d10000;
}
@media screen and (max-width: 500px) {
  .calc-widget-options-images-item__image {
    margin-bottom: 8px;
    padding: 8px;
  }
  .calc-widget-options-images-item__title {
    font-size: 0.875em;
    line-height: 1.285714285714286em;
  }
}
.calc-widget-options-images {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
.calc-widget-options-images__item {
  padding-left: 10px;
  padding-right: 10px;
  width: 25%;
}
@media screen and (max-width: 640px) {
  .calc-widget-options-images__item {
    margin-bottom: 20px;
    width: 50%;
  }
}
.calc-widget-options-radios-item {
  cursor: pointer;
}
.calc-widget-options-radios-item__input {
  position: absolute;
  z-index: -1000;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.calc-widget-options-radios-item__title {
  padding-left: 30px;
  font-size: 1.125em;
  line-height: 1.333333333333333em;
  font-weight: 500;
  position: relative;
}
.calc-widget-options-radios-item__title:before,
.calc-widget-options-radios-item__title:after {
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
}
.calc-widget-options-radios-item__title:before {
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  top: 2px;
  left: 0;
}
.calc-widget-options-radios-item__title:after {
  width: 10px;
  height: 10px;
  top: 7px;
  left: 5px;
  transition: background-color 0.25s ease-in-out;
}
.calc-widget-options-radios-item__input:checked + .calc-widget-options-radios-item__title:after {
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .calc-widget-options-radios-item__title {
    padding-left: 30px;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
  }
  .calc-widget-options-radios-item__title:before {
    top: 1px;
  }
  .calc-widget-options-radios-item__title:after {
    top: 6px;
  }
}
.calc-widget-options-radios__item:not(:last-child) {
  margin-bottom: 16px;
}
.calc-widget {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 16px 32px 0 rgba(0,0,0,0.1);
}
.calc-widget__question {
  position: relative;
}
.calc-widget__question--loading:after {
  content: '';
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.75);
}
.calc__container {
  padding-top: 48px;
  padding-bottom: 48px;
}
.calc__heading {
  margin-bottom: 52px;
}
@media screen and (max-width: 500px) {
  .calc {
    border-bottom: 2px solid #f0f0f0;
  }
  .calc__container {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.advantages-item {
  max-width: 360px;
}
.advantages-item__image {
  margin-bottom: 24px;
  width: 55px;
}
.advantages-item__title {
  margin-bottom: 16px;
  font-size: 1.375em;
  line-height: 1.363636363636364em;
  font-weight: 700;
  text-transform: uppercase;
}
.advantages-item__description {
  font-size: 0.875em;
  line-height: 1.571428571428571em;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .advantages-item__title {
    font-size: 1em;
    line-height: 1.5em;
  }
}
.advantages__container,
.advantages__heading,
.advantages__item {
  padding-left: 10px;
  padding-right: 10px;
}
.advantages__container {
  padding-top: 48px;
}
.advantages__heading {
  margin-bottom: 52px;
}
.advantages__items {
  display: flex;
  flex-wrap: wrap;
}
.advantages__item {
  margin-bottom: 64px;
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .advantages__item {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .advantages__container,
  .advantages__heading,
  .advantages__item {
    padding-left: 8px;
    padding-right: 8px;
  }
  .advantages__container {
    padding-top: 72px;
    padding-bottom: 8px;
  }
}
.modal-design-heading {
  font-weight: 600;
  font-size: 2.25em;
  line-height: 1.222222222222222em;
}
.modal-design-heading__accent {
  color: #d10000;
}
@media screen and (max-width: 500px) {
  .modal-design-heading {
    font-size: 1.125em;
    line-height: 1.444444444444444em;
  }
}
.modal-design-description {
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.555555555555556em;
}
.modal-design-description__accent {
  color: #d10000;
}
@media screen and (max-width: 500px) {
  .modal-design-description {
    font-size: 1em;
    line-height: 1.5em;
  }
}
.modal-design-form__name,
.modal-design-form__phone {
  margin-bottom: 24px;
}
.modal-design {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.modal-design__heading,
.modal-design__description {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.modal-design__heading {
  margin-bottom: 16px;
  padding-top: 48px;
}
.modal-design__description {
  margin-bottom: 24px;
}
@media screen and (max-width: 500px) {
  .modal-design {
    padding-left: 0;
    padding-right: 0;
  }
  .modal-design__heading {
    padding-top: 24px;
  }
}
.need-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.need-info__heading {
  margin-bottom: 32px;
  font-size: 3em;
  line-height: 1.25em;
  font-weight: 600;
}
.need-info__description {
  margin-bottom: 64px;
  max-width: 590px;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 300;
}
.need-info__buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 660px;
  position: relative;
}
.need-info__buttons:before {
  content: '';
  display: block;
  width: 40px;
  height: 66px;
  position: absolute;
  top: -24px;
  left: -64px;
  background-image: url("/assets/images/arrow.svg");
  background-size: cover;
}
.need-info__button {
  margin-left: 10px;
  margin-right: 10px;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .need-info__buttons:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .need-info__heading {
    font-size: 2em;
    line-height: 1.3125em;
  }
  .need-info__description {
    margin-bottom: 64px;
    font-size: 1.25em;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 640px) {
  .need-info__buttons {
    max-width: 360px;
    flex-direction: column;
  }
  .need-info__button {
    margin-left: 0;
    margin-right: 0;
  }
  .need-info__button:first-child {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 500px) {
  .need-info__heading {
    font-size: 1.5em;
    line-height: 1.333333333333333em;
  }
  .need-info__description {
    margin-bottom: 32px;
    font-size: 1em;
    line-height: 1.5em;
  }
}
.need {
  color: #fff;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.need:after {
  content: '';
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(360deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
}
.need__container {
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
  z-index: 1;
}
.webp .need {
  background-image: url("/assets/images/need.webp");
}
.no-webp .need {
  background-image: url("/assets/images/need.jpeg");
}
@media screen and (max-width: 500px) {
  .need:after {
    background-image: linear-gradient(360deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 100%);
  }
  .need__container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.delivery__container {
  padding-top: 96px;
  padding-bottom: 128px;
}
.delivery__heading {
  margin-bottom: 72px;
}
.delivery__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  font-size: 1.25em;
  line-height: 1.6em;
}
.delivery__content p:not(:last-child) {
  margin-bottom: 32px;
}
.delivery__content strong {
  font-weight: 700;
}
.delivery__accent {
  color: #d10000;
}
@media screen and (max-width: 500px) {
  .delivery__container {
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .delivery__heading {
    margin-bottom: 48px;
  }
  .delivery__content {
    font-size: 1em;
    line-height: 1.5em;
  }
  .delivery__content p:not(:last-child) {
    margin-bottom: 24px;
  }
}
.departure-info-heading {
  font-size: 2.875em;
  line-height: 1.173913043478261em;
  font-weight: 600;
  text-transform: uppercase;
}
.departure-info-heading__accent {
  color: #d10000;
}
@media screen and (max-width: 1024px) {
  .departure-info-heading {
    font-size: 2.5em;
    line-height: 1.25em;
  }
}
@media screen and (max-width: 500px) {
  .departure-info-heading {
    display: flex;
    flex-direction: column;
    font-size: 1.5em;
    line-height: 1.333333333333333em;
    font-weight: 700;
  }
}
.departure-info-list__item {
  margin-bottom: 10px;
  padding-left: 26px;
  font-size: 1.625em;
  line-height: 1.461538461538461em;
  font-weight: 300;
  position: relative;
}
.departure-info-list__item:last-child {
  margin-bottom: 0;
}
.departure-info-list__item:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 0;
}
.departure-info-list__accent {
  font-weight: 500;
  color: #d10000;
}
@media screen and (max-width: 500px) {
  .departure-info-list__item {
    padding-left: 18px;
    font-size: 1em;
    line-height: 1.5em;
  }
  .departure-info-list__item:before {
    top: 10px;
    width: 6px;
    height: 6px;
  }
}
.departure-info__heading {
  margin-bottom: 24px;
  max-width: 480px;
}
.departure-info__description {
  margin-bottom: 32px;
  max-width: 580px;
  font-size: 1.625em;
  line-height: 1.461538461538461em;
}
.departure-info__list {
  max-width: 660px;
}
@media screen and (max-width: 500px) {
  .departure-info__description {
    font-size: 1.25em;
    line-height: 1.4em;
  }
}
.request-form {
  padding: 32px;
  background-color: #fff;
}
.request-form__heading,
.request-form__description {
  text-align: center;
}
.request-form__heading {
  margin-bottom: 16px;
  font-size: 1.375em;
  line-height: 1.363636363636364em;
  font-weight: 600;
}
.request-form__description {
  margin-bottom: 24px;
  font-size: 1.125em;
  line-height: 1.555555555555556em;
  font-weight: 300;
}
.request-form__phone {
  margin-bottom: 16px;
}
.request-form__submit .button {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .request-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.departure {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.departure:after {
  content: '';
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(360deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
}
.departure__container,
.departure__info,
.departure__form {
  padding-left: 10px;
  padding-right: 10px;
}
.departure__container {
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
  position: relative;
  z-index: 1;
}
.departure__info {
  width: 66.66%;
  color: #fff;
}
.departure__form {
  width: 33.33%;
}
.webp .departure {
  background-image: url("/assets/images/departure.webp");
}
.no-webp .departure {
  background-image: url("/assets/images/departure.jpeg");
}
@media screen and (max-width: 1024px) {
  .departure__info {
    width: 58.33%;
  }
  .departure__form {
    width: 41.66%;
  }
}
@media screen and (max-width: 768px) {
  .departure__container {
    flex-direction: column;
  }
  .departure__info,
  .departure__form {
    width: 100%;
  }
  .departure__info {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 500px) {
  .departure:after {
    background-image: linear-gradient(360deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 100%);
  }
  .departure__container,
  .departure__info,
  .departure__form {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.steps-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.steps-item__picture {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  width: 104px;
  height: 55px;
  background-color: #fff;
}
.steps-item__image {
  width: 55px;
  height: 55px;
}
.steps-item__title {
  margin-bottom: 16px;
  font-size: 1.375em;
  line-height: 1.363636363636364em;
  font-weight: 700;
  text-transform: uppercase;
}
.steps-item__description {
  font-size: 0.875em;
  line-height: 1.571428571428571em;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .steps-item__title {
    margin-bottom: 16px;
    font-size: 1.125em;
    line-height: 1.444444444444444em;
  }
}
@media screen and (max-width: 500px) {
  .steps-item__title {
    font-size: 1em;
    line-height: 1.5em;
  }
}
.steps__container,
.steps__heading,
.steps__item {
  padding-left: 10px;
  padding-right: 10px;
}
.steps__container {
  padding-top: 96px;
  padding-bottom: 128px;
}
.steps__heading {
  margin-bottom: 64px;
}
.steps__items {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.steps__items:before {
  content: '';
  display: block;
  height: 4px;
  background-image: url("/assets/images/steps-line.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 24px;
  left: 12.5%;
  right: 12.5%;
}
.steps__item {
  width: 25%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .steps__container {
    padding-bottom: 76px;
  }
  .steps__items:before {
    display: none;
  }
  .steps__item {
    margin-bottom: 52px;
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .steps__container,
  .steps__heading,
  .steps__item {
    padding-left: 8px;
    padding-right: 8px;
  }
  .steps__container {
    padding-top: 72px;
    padding-bottom: 44px;
  }
  .steps__heading {
    margin-bottom: 48px;
  }
}
.doubt-info__heading {
  margin-bottom: 32px;
  font-size: 3.875em;
  line-height: 1.161290322580645em;
  font-weight: 700;
  text-transform: uppercase;
}
.doubt-info__description {
  max-width: 570px;
  font-size: 2em;
  line-height: 1.4375em;
  font-weight: 600;
}
.doubt-info__accent {
  color: #d10000;
}
@media screen and (max-width: 1024px) {
  .doubt-info__heading {
    margin-bottom: 24px;
    font-size: 2.625em;
    line-height: 1.238095238095238em;
  }
  .doubt-info__description {
    font-size: 1.5em;
    line-height: 1.333333333333333em;
  }
}
@media screen and (max-width: 768px) {
  .doubt-info__description {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .doubt-info__heading {
    font-size: 1.5em;
    line-height: 1.333333333333333em;
  }
  .doubt-info__description {
    font-size: 1.125em;
    line-height: 1.444444444444444em;
  }
}
.doubt {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.doubt:after {
  content: '';
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(360deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
}
.doubt__container,
.doubt__info,
.doubt__form {
  padding-left: 10px;
  padding-right: 10px;
}
.doubt__container {
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.doubt__info {
  width: 66.66%;
  color: #fff;
}
.doubt__form {
  width: 33.33%;
}
.webp .doubt {
  background-image: url("/assets/images/doubt.webp");
}
.no-webp .doubt {
  background-image: url("/assets/images/doubt.jpeg");
}
@media screen and (max-width: 1024px) {
  .doubt__info {
    width: 58.33%;
  }
  .doubt__form {
    width: 41.66%;
  }
}
@media screen and (max-width: 768px) {
  .doubt__container {
    flex-direction: column;
  }
  .doubt__info,
  .doubt__form {
    width: 100%;
  }
  .doubt__info {
    margin-bottom: 52px;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .doubt:after {
    background-image: linear-gradient(360deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 100%);
  }
  .doubt__container,
  .doubt__info,
  .doubt__form {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.contacts-info-list__item:not(:last-child) {
  margin-bottom: 16px;
}
.contacts-info-list__key,
.contacts-info-list__value {
  font-size: 1.875em;
  line-height: 1.466666666666667em;
}
.contacts-info-list__key {
  margin-right: 8px;
  font-weight: 600;
}
.contacts-info-list__key:after {
  content: ':';
}
@media screen and (max-width: 1024px) {
  .contacts-info-list__key,
  .contacts-info-list__value {
    font-size: 1.25em;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 500px) {
  .contacts-info-list__key,
  .contacts-info-list__value {
    font-size: 1em;
    line-height: 1.5em;
  }
}
.contacts-info-requisites {
  font-size: 1.125em;
  line-height: 1.555555555555556em;
}
.contacts-info-requisites__heading {
  margin-bottom: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.contacts-info-requisites__item:not(:last-child) {
  margin-bottom: 8px;
}
.contacts-info-requisites__key {
  margin-right: 8px;
  font-weight: 300;
}
.contacts-info-requisites__key:after {
  content: ':';
}
.contacts-info-requisites__value {
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .contacts-info-requisites {
    font-size: 1em;
    line-height: 1.5em;
  }
}
.contacts-info-links {
  font-size: 1.125em;
  line-height: 1.555555555555556em;
}
.contacts-info-links__item:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 500px) {
  .contacts-info-links {
    font-size: 0.875em;
    line-height: 1.571428571428571em;
  }
}
.contacts-info__list,
.contacts-info__description {
  margin-bottom: 52px;
}
.contacts-info__list {
  max-width: 470px;
}
.contacts-info__description {
  font-size: 1.875em;
  line-height: 1.466666666666667em;
  font-weight: 700;
  font-style: italic;
}
.contacts-info__requisites {
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .contacts-info__description {
    font-size: 1.25em;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 500px) {
  .contacts-info__list,
  .contacts-info__description {
    margin-bottom: 32px;
  }
  .contacts-info__description {
    font-size: 1em;
    line-height: 1.5em;
  }
}
.checkbox {
  position: relative;
  display: flex;
  align-items: center;
}
.checkbox__label {
  cursor: pointer;
  display: inline-block;
  user-select: none;
}
.checkbox__title {
  padding-left: 40px;
  display: inline-block;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
  position: relative;
  min-height: 24px;
}
.checkbox__title:before,
.checkbox__title:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}
.checkbox__title:before {
  background-color: transparent;
  border: 2px solid #79c4f9;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.checkbox__title:after {
  background-image: none;
  background-size: 16px 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 9.857 8.1 16 22 2' stroke='%2379C4F9' stroke-width='3'/%3E%3C/svg%3E");
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.checkbox__input {
  position: absolute;
  z-index: -1000;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.checkbox__input:checked ~ span:after {
  opacity: 1;
}
.checkbox__input.input--invalid ~ span:before {
  border-color: #f00;
  box-shadow: 0 0 8px 0 rgba(204,0,0,0.25);
}
.contacts-form__name {
  margin-bottom: 32px;
}
.contacts-form__phone,
.contacts-form__terms {
  margin-bottom: 24px;
}
.contacts-form__submit {
  max-width: 200px;
}
.contacts__container,
.contacts__heading,
.contacts__info,
.contacts__form {
  padding-left: 10px;
  padding-right: 10px;
}
.contacts__container {
  padding-top: 96px;
  padding-bottom: 72px;
}
.contacts__heading {
  margin-bottom: 72px;
}
.contacts__main {
  display: flex;
}
.contacts__info {
  width: 58.33%;
}
.contacts__form {
  width: 41.66%;
}
@media screen and (max-width: 768px) {
  .contacts__main {
    flex-direction: column;
  }
  .contacts__info,
  .contacts__form {
    width: 100%;
  }
  .contacts__info {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 500px) {
  .contacts__container,
  .contacts__heading,
  .contacts__info,
  .contacts__form {
    padding-left: 8px;
    padding-right: 8px;
  }
  .contacts__container {
    padding-top: 72px;
  }
  .contacts__heading {
    margin-bottom: 32px;
  }
}
.installment {
  background-color: #000;
}
.installment__container,
.installment__info,
.installment__button {
  padding-left: 10px;
  padding-right: 10px;
}
.installment__container {
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.installment__info {
  width: 100%;
  max-width: 580px;
  font-size: 2em;
  line-height: 1.5625em;
  font-weight: 500;
  color: #fff;
}
.installment__accent {
  color: #d10000;
}
.installment__button {
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .installment__container {
    flex-direction: column;
  }
  .installment__info {
    margin-bottom: 32px;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .installment__info {
    font-size: 1.5em;
    line-height: 1.333333333333333em;
  }
}



.reviews__container {
  padding-top: 96px;
  padding-bottom: 10px;
}
.reviews__items {
	padding-top: 25px;
	margin: 0px -15px;
	display: flex;
	flex-wrap: wrap;
}
.reviews__item {
	padding: 0px 15px;
	flex-basis: 33.333%;
}
.reviews__item img {
	width: 100%;
	display: block;
}
.reviews__items span {
	display: block;
	cursor: pointer;
	position: relative;
}
.reviews__items span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0px 0px -32px;
    width: 64px;
    height: 64px;
    background: url(/assets/images/icon-youtube.svg) center center no-repeat;
    background-size: 64px 64px;
}
.youtube {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.youtube::before {
	content: "";
	display: block;
    padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media screen and (max-width: 768px) {
  .reviews__item {
	flex-basis: 100%;
	margin-bottom: 15px;
  }
}
