/* Minification failed. Returning unminified contents.
(6932,1): run-time error CSS1019: Unexpected token, found '}'
(6994,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(6995,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7371,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(7372,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7388,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(7389,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7982,1): run-time error CSS1019: Unexpected token, found '}'
 */
.color-primary {
  color: #5da19c;
}

/*!
 * Bootstrap Reboot v4.0.0-beta.2 (http://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (http://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (http://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  /* 1 */
  overflow: visible;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  border-bottom: none;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  /* 2 */
  display: table;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  /* 1 */
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  z-index: 1050;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.modal-backdrop {
  position: fixed;
  z-index: 1040;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .5;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
}

.modal-title {
  line-height: 1.5;
  margin-bottom: 0;
}

.modal-body {
  position: relative;
  padding: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  overflow: scroll;
  width: 50px;
  height: 50px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

:active,
:focus,
:hover {
  outline: 0;
}

html,
body {
  height: 100%;
  padding: 0;
}

html {
  font-size: 10px;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'Gotham Pro';
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.28;
  min-width: 320px;
  color: #000;
  -webkit-font-smoothing: antialiased;
}

a {
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  text-decoration: none;
  color: #ff5425;
}

.no-touchevents a:hover {
  text-decoration: none;
}

.link-underline {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}

p {
  margin: 1.5rem 0;
}

p:empty {
  display: none;
}

input {
  border-radius: 0;
  -webkit-appearance: none;
}

.svg-store {
  display: none;
  overflow: hidden;
  height: 0;
}

.layout {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.layout-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.container,
.section-location__inner,
.container-md,
.section-default__title,
.unique-voice__group,
.template-selection__group {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8rem;
  padding-left: 8rem;
}

.container,
.section-location__inner {
  max-width: 128rem;
}

.container-md,
.section-default__title,
.unique-voice__group,
.template-selection__group {
  max-width: 86rem;
}

article {
  -webkit-hyphens: auto;
  hyphens: auto;
  -ms-hyphens: auto;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb-item {
  display: inline;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .2rem;
  content: '/';
  color: rgba(0, 0, 0, .2);
}

.breadcrumb-item a {
  color: rgba(0, 0, 0, .4);
}

.no-touchevents .breadcrumb-item a:hover {
  color: #ff5425;
}

.panel-floating {
  position: fixed;
  z-index: 15;
  top: 50%;
  right: -.1rem;
  display: block;
  overflow: hidden;
  width: 6rem;
  height: 69.2rem;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.no-touchevents .panel-floating:hover {
  color: rgba(255, 255, 255, .4);
}

.no-touchevents .panel-floating:hover .panel-floating__background path {
  -webkit-transition: all .5s;
  transition: all .5s;
  d: path('M60 691.749V-7.60593C60 232.249 0 234.579 0 336C0 437.421 60 452.249 60 691.749Z');
}

.panel-floating__background {
  width: 100%;
  height: 100%;
}

.panel-floating__background path {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.panel-floating__middle {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0 0 -.5rem;
  padding: 1rem;
  -webkit-transform: rotate(-90deg) translateX(50%);
  -ms-transform: rotate(-90deg) translateX(50%);
  transform: rotate(-90deg) translateX(50%);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  letter-spacing: .05em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.panel-floating__middle .icon-microphone {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: .5rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.section-sound {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35rem;
  margin-top: -15rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-sound .audio-sound {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: 2rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-sound .btn-play {
  width: 12.2rem;
  height: 11.5rem;
}

.section-sound__waves {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 256rem;
  height: 35rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-waves {
  position: relative;
  background: -webkit-linear-gradient(bottom, #d9ebe5, #d9ebe5), -webkit-linear-gradient(11.8deg, #f8ed91 5.78%, #d7ebe9 94.61%);
  background: linear-gradient(0deg, #d9ebe5, #d9ebe5), linear-gradient(78.2deg, #f8ed91 5.78%, #d7ebe9 94.61%);
}

.section-waves:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 13.9rem;
  content: '';
  background: url(../images/waves/waves-5.svg) 50% 100% repeat-x;
}

.section-waves__lines {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 70.1rem;
  margin: -5rem 0 0 0;
  background: url(../images/waves/waves-3.svg) 50% 50% repeat-x;
  background-size: auto 100%;
}

.section-waves__animated {
  position: absolute;
  z-index: 1;
  top: 20%;
  left: 60%;
  display: block;
  width: 20%;
  height: 50%;
  -webkit-transform: rotate(-23.77deg);
  -ms-transform: rotate(-23.77deg);
  transform: rotate(-23.77deg);
  opacity: .8;
  background: #f8ed91;
  -webkit-filter: blur(18rem);
  filter: blur(18rem);
}

@-webkit-keyframes orbit {
  0% {
    top: 0;
    left: 0;
  }

  50% {
    top: 20%;
    left: 50;
  }

  100% {
    top: 40%;
    left: 100%;
  }
}

@keyframes orbit {
  0% {
    top: 0;
    left: 0;
  }

  50% {
    top: 20%;
    left: 50;
  }

  100% {
    top: 40%;
    left: 100%;
  }
}

.section-waves__inner {
  position: relative;
  z-index: 5;
}

.section-waves__head {
  margin-bottom: 6rem;
}

.section-waves__footer {
  text-align: center;
}

.section-waves__wrapper {
  position: relative;
  overflow: hidden;
  padding: 25rem 0;
}

.section-location {
  position: relative;
  min-height: 35rem;
}

.section-location__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-location__map {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

[class*='ymaps-2'][class*='-ground-pane'] {
  filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');
  -webkit-filter: grayscale(100%);
}

.section-location__panel {
  font-size: 1.6rem;
  line-height: 1.375;
  position: relative;
  z-index: 2;
  width: 40rem;
  margin: -3rem 0 3rem 0;
  padding: 2rem 4rem;
  border-radius: 12px;
  background: -webkit-linear-gradient(bottom, #fff, #fff), -webkit-linear-gradient(left, #f8ed91 0%, #d7ebe9 100%);
  background: linear-gradient(0deg, #fff, #fff), linear-gradient(90deg, #f8ed91 0%, #d7ebe9 100%);
  box-shadow: 0 4px 10px rgba(75, 98, 244, .1), 0 4px 40px rgba(0, 0, 0, .2);
}

.section-location__contacts a {
  -webkit-transition: color .3s, border .3s, opacity .3s;
  transition: color .3s, border .3s, opacity .3s;
  color: inherit;
}

.section-location__contacts a[href^='tel:'] span {
  font-size: 1.8rem;
}

.section-location__contacts a[href^='mailto:'] {
  border-bottom: .1rem solid currentColor;
}

.no-touchevents .section-location__contacts a:hover {
  color: #ff5425;
}

.no-touchevents .section-location__contacts a:hover[href^='mailto:'] {
  border-bottom-color: transparent;
}

.no-touchevents .section-location__contacts a:active {
  opacity: .6;
}

.section-location__contacts p {
  margin: 0;
}

.section-location__contacts p + p {
  margin-top: 1.5rem;
}

.section-location__contacts .section-location__cell:last-child {
  margin-bottom: 0;
}

.section-location__cell {
  margin-bottom: 2.5rem;
}

.section-location__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin: 0 0 1.5rem;
}

.section-team {
  padding: 5rem 0;
  background: -webkit-linear-gradient(top, #d7ebe9 2.6%, #fff7b1 100%);
  background: linear-gradient(180deg, #d7ebe9 2.6%, #fff7b1 100%);
}

.section-team__inner .section-team__group:last-child {
  margin-bottom: 0;
}

.section-team__group {
  margin-bottom: 8rem;
}

.section-team__title {
  font-size: 2.6rem;
  line-height: 1.2;
  display: block;
  margin: 0 0 4rem;
}

.list-team .list-team__item:last-child {
  margin-bottom: 0;
}

.list-team__item {
  margin-bottom: 6rem;
}

.item-person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.item-person__telephone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 1.5rem 0;
  padding: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-person__telephone li {
  padding: .2 .5rem 0;
}

.item-person__telephone li:after {
  margin: 0 .5rem;
  content: '/';
}

.item-person__telephone li:last-child:after {
  display: none;
}

.item-person__social {
  margin-left: 10rem;
}

.item-person__media {
  width: 19.2rem;
  padding-right: 2.5rem;
}

.item-person__image {
  overflow: hidden;
  width: 16.7rem;
  height: 16.7rem;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.item-person__body {
  padding: 1rem 0 0 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.item-person__fio {
  font-size: 1.8rem;
  line-height: 1.2;
  display: block;
  margin: 0 0 2.5rem 0;
}

.item-person__description {
  font-size: 1.6rem;
  line-height: 1.375;
  color: rgba(0, 0, 0, .6);
}

.item-person__description p {
  margin: 0;
}

.item-person__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-person__contacts a {
  -webkit-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s;
  color: inherit;
}

.item-person__contacts a span {
  font-size: 1.8rem;
}

.no-touchevents .item-person__contacts a:hover {
  color: #ff5425;
}

.no-touchevents .item-person__contacts a:active {
  opacity: .6;
}

.inline-social {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.inline-social__item {
  margin-right: .75rem;
  margin-left: .75rem;
}

.inline-social__item .icon {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  box-shadow: none;
}

a.inline-social__link {
  display: block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.no-touchevents a.inline-social__link:hover {
  opacity: .6;
}

.no-touchevents a.inline-social__link:active {
  opacity: .4;
}

.section-faq {
  padding: 5rem 0;
  background: -webkit-linear-gradient(top, #d7ebe9 2.6%, #fff7b1 100%);
  background: linear-gradient(180deg, #d7ebe9 2.6%, #fff7b1 100%);
}

.faq-article {
  padding: 4rem;
  -webkit-transition: box-shadow .5s;
  transition: box-shadow .5s;
  border-radius: 1.2rem;
  background: -webkit-linear-gradient(bottom, #fff, #fff), -webkit-linear-gradient(left, #f8ed91 0%, #d7ebe9 100%);
  background: linear-gradient(0deg, #fff, #fff), linear-gradient(90deg, #f8ed91 0%, #d7ebe9 100%);
}

.faq-list .faq-list__item:last-child {
  margin-bottom: 0;
}

.faq-list__item {
  margin-bottom: 4rem;
}

.faq-list__item.active .faq-article {
  box-shadow: 0 1rem 4rem rgba(119, 119, 119, .15), 0 .4rem 1rem rgba(75, 98, 244, .1), 0 .4rem 4rem rgba(0, 0, 0, .1);
}

.faq-article__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.375;
  display: block;
  margin: 0 0 2rem 0;
}

.faq-article__content {
  font-size: 1.8rem;
  line-height: 1.375;
}

.faq-article__content p {
  margin: 0;
}

.faq-article__content p + p {
  margin-top: 2rem;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.faq-aside {
  width: 42rem;
  padding: 4rem 4rem 0 0;
}

.faq-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-menu__item {
  font-size: 1.8rem;
  line-height: 1;
  padding-bottom: 2rem;
}

.faq-menu__item.active .faq-menu__link {
  color: #5da19c;
}

.faq-menu__link {
  color: #000;
}

.no-touchevents .faq-menu__link:hover {
  color: #ff5425;
}

.section-effect {
  padding: 10rem 0 0 0;
  background-color: #fff;
}

.section-effect__head {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
}

.section-effect__body {
  margin-top: 6rem;
}

.section-player {
  position: relative;
  margin-top: -4rem;
  margin-bottom: 4rem;
}

.section-player .btn-play {
  display: block;
  width: 12.2rem;
  height: 11.5rem;
  margin: 0 auto;
}

.section-player__inner {
  position: relative;
  z-index: 2;
  padding: 10rem 0;
}

.walves-default:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -1000%;
  bottom: 0;
  left: -1000%;
  display: block;
  content: '';
  background: url(../images/waves/waves-6.svg) 50% 50% repeat-x;
}

.section-templates {
  margin-top: 6rem;
  padding: 0 8rem;
}

.section-templates .grid-default__row {
  padding-left: 0;
}

.select-template {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.select-template__label {
  font-size: 1.8rem;
  line-height: 1.3;
  color: rgba(0, 0, 0, .6);
}

.select-template__body {
  margin-left: 1.5rem;
}

.section-templates__head {
  margin-bottom: 4rem;
}

.section-button {
  text-align: center;
}

.section-button.mobile-show {
  display: none;
}

.section-price {
  margin: 6rem 0 0 0;
}

.section-price__head {
  margin-bottom: 2rem;
}

.section-price__title {
  font-size: 3.6rem;
  line-height: 1.3;
  display: block;
  margin: 0 0 4rem 0;
}

.section-price__title strong {
  font-weight: 900;
}

.grid-price {
  overflow: hidden;
}

.grid-price .grid-price__row:last-child {
  border-bottom: none;
}

.grid-price__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem;
  padding: 2.5rem 0;
  border-bottom: .1rem solid #fff;
}

.grid-price__cell {
  width: 33.333%;
  padding: 0 2rem;
}

.grid-price__cell.cell-md {
  width: 66.666%;
}

.grid-price a {
  font-weight: 700;
  -webkit-transition: border .3s, opacity .3s;
  transition: border .3s, opacity .3s;
  border-bottom: .1rem solid #ff5425;
}

.no-touchevents .grid-price a:hover {
  border-bottom-color: transparent;
}

.no-touchevents .grid-price a:active {
  opacity: .6;
}

.grid-price p {
  margin: 0;
}

.grid-price__head {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #000;
}

.grid-price__body {
  font-size: 1.6rem;
  line-height: 1.4;
  color: rgba(0, 0, 0, .6);
}

.section-order {
  position: relative;
  margin-bottom: -10rem;
}

.section-order__panel {
  margin: 4rem -4rem 0 -4rem;
  border-radius: 1.2rem;
  background-color: #fff;
  box-shadow: 0 1rem 4rem rgba(119, 119, 119, .15);
}

.section-order__main {
  padding: 3rem 13rem 6rem;
}

.section-order__main.waves {
  background: url(../images/waves/waves-8.svg) 50% calc(100% + 5rem) no-repeat;
}

.section-order__header {
  position: relative;
  padding: 6rem 13rem 3rem;
}

.section-order__header:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: .1rem;
  content: '';
  background: -webkit-linear-gradient(left, #f8ed91, #d7ebe9);
  background: linear-gradient(90deg, #f8ed91, #d7ebe9);
}

.section-order__footer {
  position: relative;
  padding: 2rem 13rem;
}

.section-order__footer:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: .1rem;
  content: '';
  background: -webkit-linear-gradient(left, #f8ed91, #d7ebe9);
  background: linear-gradient(90deg, #f8ed91, #d7ebe9);
}

.section-order__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-order__cell {
  padding: 0 1rem;
}

.section-order__cell.cell-sm {
  width: 33.333%;
}

.section-order__cell.cell-md {
  width: 50%;
}

.section-order__headline {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin: 0 0 3rem 0;
}

.section-order__step {
  font-size: 1.8rem;
  line-height: 1.3;
}

.section-order__body {
  margin-top: 3rem;
}

.dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;
  padding: 0;
  list-style: none;
}

.dot-item {
  padding: 0 1rem;
}

.dot-item:before {
  display: block;
  width: 1rem;
  height: 1rem;
  content: '';
  -webkit-transition: opacity .3s, background-color .3s, box-shadow .3s;
  transition: opacity .3s, background-color .3s, box-shadow .3s;
  opacity: .6;
  border-radius: 50%;
  background-color: #d9ebe5;
}

.dot-item_active:before {
  width: 1.2rem;
  height: 1.2rem;
  margin: -.1rem;
  opacity: 1;
  background: #5da19c;
  box-shadow: 0 0 1rem rgba(75, 98, 244, .1);
}

.dot-item_passed:before {
  opacity: .5;
  background: #5da19c;
}

.section-order__next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-order__position {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-total .list-total__row:last-child {
  margin-bottom: 0;
}

.list-total + .list-total {
  position: relative;
  margin-top: 3rem;
  padding-top: 3rem;
}

.list-total + .list-total::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: .1rem;
  content: '';
  background: -webkit-linear-gradient(left, #f8ed91, #d7ebe9);
  background: linear-gradient(90deg, #f8ed91, #d7ebe9);
}

.list-total__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.list-total__label {
  font-size: 1.6rem;
  line-height: 1.2;
  width: 25rem;
  padding-right: 2rem;
  color: rgba(0, 0, 0, .6);
}

.list-total__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-total__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}

.list-total__file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-total__file .icon-clip {
  display: block;
  width: 1.8rem;
  min-width: 1.8rem;
  height: 3rem;
  margin: 0 1rem 0 0;
  margin-right: 1rem;
}

.form-upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.form-upload textarea.form-control {
  min-height: 10rem;
}

.form-upload__panel,
.form-upload__file {
  padding: 0 1rem;
}

.form-upload__panel {
  width: 60%;
  margin-bottom: -2rem;
}

.form-upload__file {
  width: 40%;
}

.drop-area {
  padding: 2rem 15%;
  border: .1rem dashed rgba(0, 0, 0, .3);
  border-radius: .8rem;
}

.drop-area .btn-secondary {
  line-height: 1.3;
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
  padding: 1rem 2rem;
}

.drop-area.highlight .drop-area__message {
  opacity: .6;
}

.element-hide {
  display: none;
}

.drop-area__message {
  font-size: 1.6rem;
  line-height: 1.5;
  width: 100%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  text-align: center;
  color: rgba(0, 0, 0, .6);
}

.drop-area__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.drop-area__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 3rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.drop-area__list {
  width: 100%;
}

.drop-area__list .list-files__item:first-child {
  margin-top: 3rem;
}

.list-files__item {
  position: relative;
  margin-top: 2rem;
  padding-right: 3rem;
  padding-left: 3rem;
  overflow-wrap: break-word;
}

.list-files__item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  height: 3rem;
  margin: -.6rem 0 0 0;
  content: '';
  background: url(../images/icons/clip.svg) 50% 50% no-repeat;
  background-size: contain;
}

.list-files__item + .list-files__item {
  margin-top: 2rem;
}

.list-files__remove {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  padding: .5rem;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-files__remove .icon-remove {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
}

.no-touchevents .list-files__remove:hover {
  opacity: .6;
}

.no-touchevents .list-files__remove:active {
  opacity: .4;
}

#list-files {
  font-size: 1.6rem;
  line-height: 1.2;
}

.section-order__send {
  margin-bottom: 25rem;
  text-align: center;
}

.section-order__icon {
  margin: 0 0 1rem 0;
}

.section-order__icon .icon-error,
.section-order__icon .icon-completed {
  display: block;
  width: 12.7rem;
  height: 11.5rem;
  margin: 0 auto;
  fill: #f2f2f2;
}

.section-order__icon .icon-error {
  stroke: #fff;
}

.section-order__message {
  font-size: 1.6rem;
  line-height: 1.375;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
}

.section-order__message p {
  margin: 0;
}

.section-order__note {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
}

.section-order__note .h1 {
  margin-bottom: 6rem;
}

.section-order__table {
  display: none;
}

.section-error {
  overflow: hidden;
  min-height: 100vh;
  background: -webkit-linear-gradient(left, #d9ebe5 0%, #efefef 100%), -webkit-linear-gradient(11.8deg, #f8ed91 5.78%, #d7ebe9 94.61%);
  background: linear-gradient(90deg, #d9ebe5 0%, #efefef 100%), linear-gradient(78.2deg, #f8ed91 5.78%, #d7ebe9 94.61%);
}

.section-error__head {
  padding: 4rem 0 0;
  text-align: center;
  background-color: #fff;
}

.section-error__waves {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: -5rem;
  background: url(../images/waves/waves-7.svg) 50% 0 repeat-x;
}

.section-error__title {
  margin: 0 0 2rem;
}

.section-error__content {
  font-size: 1.8rem;
  line-height: 1.35;
  color: rgba(0, 0, 0, .6);
}

.section-error__content p {
  margin: 0;
}

.section-error__player {
  margin-top: 2rem;
}

.section-error__player .btn-play {
  width: 12.2rem;
  height: 11.5rem;
}

.section-error__back {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.section-error__back a {
  font-weight: 700;
  -webkit-transition: border .3s, opacity .3s;
  transition: border .3s, opacity .3s;
  border-bottom: .1rem solid #ff5425;
}

.no-touchevents .section-error__back a:hover {
  border-bottom-color: transparent;
}

.no-touchevents .section-error__back a:active {
  opacity: .6;
}

.section-error__status {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  text-align: center;
  color: #e5eeeb;
  text-shadow: 0 .2rem 4rem rgba(0, 0, 0, .15);
}

.section-error__number {
  font-size: 40rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #e5eeeb;
  text-shadow: 0 .2rem 4rem rgba(0, 0, 0, .05);
}

.section-error__body {
  position: relative;
}

.section-error__body:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 13.9rem;
  content: '';
  background: url(../images/waves/waves-5.svg) 50% 100% repeat-x;
}

.section-error__inner {
  position: relative;
  overflow: hidden;
  padding-top: 13.9rem;
  padding-bottom: 8rem;
}

.section-error__inner:after {
  position: absolute;
  top: 25%;
  left: 45%;
  display: block;
  width: 20%;
  height: 50%;
  content: '';
  -webkit-transform: rotate(-23.77deg);
  -ms-transform: rotate(-23.77deg);
  transform: rotate(-23.77deg);
  opacity: .8;
  background: #f8ed91;
  -webkit-filter: blur(18rem);
  filter: blur(18rem);
}

@keyframes orbit {
  0% {
    top: 0;
    left: 0;
  }

  50% {
    top: 20%;
    left: 50;
  }

  100% {
    top: 40%;
    left: 100%;
  }
}

.section-error__player {
  position: relative;
  z-index: 10;
}

.section-error__navigate {
  position: relative;
  z-index: 2;
  padding: 50rem 0 5rem;
}

.section-error__navigate .menu-default {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@font-face {
  font-family: 'Gotham Pro';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/gotham-pro/regular/gotham-pro-regular.eot');
  src: local('Gotham Pro'), local('GothamPro'), url('../fonts/gotham-pro/regular/gotham-pro-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-pro/regular/gotham-pro-regular.woff') format('woff'), url('../fonts/gotham-pro/regular/gotham-pro-regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Pro';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/gotham-pro/bold/gotham-pro-bold.eot');
  src: local('Gotham Pro Bold'), local('GothamPro-Bold'), url('../fonts/gotham-pro/bold/gotham-pro-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-pro/bold/gotham-pro-bold.woff') format('woff'), url('../fonts/gotham-pro/bold/gotham-pro-bold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Pro';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/gotham-pro/medium/gotham-pro-medium.eot');
  src: local('Gotham Pro Medium'), local('GothamPro-Medium'), url('../fonts/gotham-pro/medium/gotham-pro-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-pro/medium/gotham-pro-medium.woff') format('woff'), url('../fonts/gotham-pro/medium/gotham-pro-medium.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Pro';
  font-weight: 900;
  font-style: normal;
  src: url('../fonts/gotham-pro/black/gotham-pro-black.eot');
  src: local('Gotham Pro Bold'), local('GothamPro-Bold'), url('../fonts/gotham-pro/black/gotham-pro-black.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-pro/black/gotham-pro-black.woff') format('woff'), url('../fonts/gotham-pro/black/gotham-pro-black.ttf') format('truetype');
  font-display: swap;
}

.layout-header {
  position: absolute;
  z-index: 21;
  top: 0;
  left: 0;
  width: 100%;
}

.layout-header.layout-header_fixed {
  position: fixed;
  background-color: rgba(255, 255, 255, .8);
}

.layout-header.layout-header_fixed .layout-header__inner {
  height: 6rem;
  padding: 1rem 0;
}

.layout-header.layout-header_fixed .layout-header__logo .logo-ivr-voice {
  height: 4rem;
}

.layout-header.layout-header_fixed .btn-secondary {
  padding: .9rem 2rem;
}

.layout-header.layout-header_fixed .btn-circle {
  width: 4rem;
  height: 4rem;
}

.layout-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10rem;
  padding: 2rem 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout-header__inner .menu-default {
  margin: 0 20px;
}

.layout-header__logo {
  display: block;
  width: 14rem;
}

.layout-header__logo .logo-ivr-voice {
  display: block;
  width: 14rem;
  height: 5.6rem;
  -webkit-transition: fill .3s, height .3s;
  transition: fill .3s, height .3s;
  fill: #000;
}

.no-touchevents .layout-header__logo:hover .logo-ivr-voice {
  fill: rgba(0, 0, 0, .6);
}

.no-touchevents .layout-header__logo:active .logo-ivr-voice {
  fill: rgba(0, 0, 0, .4);
}

.layout-header__phone {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}

.no-touchevents .layout-header__phone:hover {
  color: rgba(0, 0, 0, .4);
}

.layout-header__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout-header__buttons .btn + .contact-block {
  margin-left: 3.2rem;
}

.menu-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #000;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-default .menu-default__item:first-child {
  margin-left: 0;
}

.menu-default__link {
  font-weight: 500;
  text-transform: uppercase;
}

.menu-default__item {
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  margin-left: 3rem;
}

.menu-default__item.active .menu-default__link {
  color: rgba(0, 0, 0, .4);
}

.menu-default__item:hover .menu-default__link {
  color: rgba(0, 0, 0, .4);
}

.menu-default__item:hover .menu-default__dropdown {
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
}

.menu-dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-dropdown .menu-dropdown__item:last-child {
  margin-bottom: 0;
}

.menu-dropdown__item {
  margin-bottom: 1.5rem;
}

.menu-dropdown__link {
  font-size: 1.6rem;
  color: #000;
}

.menu-dropdown__link strong {
  font-weight: 500;
}

.no-touchevents .menu-dropdown__link:hover {
  color: rgba(0, 0, 0, .4);
}

.menu-default__dropdown {
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 50%;
  visibility: hidden;
  width: 30rem;
  padding-top: 2rem;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
  -webkit-transform: translate(-50%, 2rem);
  -ms-transform: translate(-50%, 2rem);
  transform: translate(-50%, 2rem);
  opacity: 0;
}

.menu-default__inner {
  position: relative;
  padding: 2rem;
  border-radius: .5rem;
  background-color: #fff;
  box-shadow: 0 .4rem 1rem rgba(75, 98, 244, .1), 0 4px 40px rgba(0, 0, 0, .2);
}

.menu-default__inner:before {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -.8rem;
  content: '';
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
  border-right: .8rem solid transparent;
  border-bottom: .8rem solid #fff;
  border-left: .8rem solid transparent;
}

.menu-default__link {
  white-space: nowrap;
  color: initial;
}

.no-touchevents .menu-default__link:hover {
  color: rgba(0, 0, 0, .4);
}

.burger {
  position: absolute;
  z-index: 25;
  top: 0;
  right: 0;
  display: none;
  width: 5rem;
  height: 3.6rem;
  margin: 3.5rem 1.5rem 0 0;
  padding: .5rem;
  cursor: pointer;
}

.burger:before,
.burger:after {
  position: absolute;
  left: 0;
  display: block;
  width: 4rem;
  height: .4rem;
  margin-left: .5rem;
  content: '';
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  border-radius: .4rem;
  background-color: #000;
}

.burger:before {
  top: 0;
  margin-top: .5rem;
}

.burger:after {
  bottom: 0;
  margin-bottom: .5rem;
}

.burger.open:before {
  top: 50%;
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger.open:after {
  top: 50%;
  bottom: 0;
  margin-bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger.open .burger-item {
  -webkit-transform: translateX(5rem);
  -ms-transform: translateX(5rem);
  transform: translateX(5rem);
  opacity: 0;
}

.burger.fixed {
  position: fixed;
  margin: 1rem 1.5rem 0 0;
}

.burger-item {
  display: block;
  width: 4rem;
  height: .4rem;
  margin: 1.1rem 0 0 0;
  -webkit-transition: opacity .4s, -webkit-transform .4s;
  transition: opacity .4s, -webkit-transform .4s;
  transition: opacity .4s, transform .4s;
  transition: opacity .4s, transform .4s, -webkit-transform .4s;
  border-radius: .4rem;
  background-color: #000;
}

.list-massagers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-massager__item {
  margin: 0 .5rem;
}

.list-massager__link .icon {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  -webkit-transition: opacity .3s, box-shadow .3s;
  transition: opacity .3s, box-shadow .3s;
  border-radius: 50%;
}

.no-touchevents .list-massager__link .icon:hover {
  box-shadow: none;
}

.no-touchevents .list-massager__link .icon:active {
  opacity: .6;
}

.layout-footer__bottom {
  padding: 2rem 0;
  border-top: .1rem solid rgba(74, 71, 100, .2);
}

.logo-pras {
  width: 7.3rem;
  height: 1.7rem;
  fill: rbga(0, 0, 0, .4);
  fill: #000;
}

.developer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: .4;
  color: #000;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.developer .logo-pras {
  margin-right: 1.5rem;
}

.no-touchevents .developer:hover {
  opacity: 1;
}

.layout-footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout-footer__copyright {
  color: rgba(0, 0, 0, .4);
}

.payment-methods {
  overflow: hidden;
  padding: 2.5rem 0;
}

.payment-methods__list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(25rem * 16);
  -webkit-animation: scroll 20s linear infinite;
  animation: scroll 20s linear infinite;
}

.payment-methods__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2.3rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-25rem * 8));
    transform: translateX(calc(-25rem * 8));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-25rem * 8));
    transform: translateX(calc(-25rem * 8));
  }
}

.layout-footer__links {
  padding: 3rem 0;
}

.layout-footer__links .menu-default__link {
  font-weight: 700;
}

.layout-footer__link {
  font-weight: 700;
  font-style: 1.6rem;
  line-height: 1;
  color: #ff5425;
}

.no-touchevents .layout-footer__link:hover {
  color: rgba(255, 84, 37, .6);
}

.no-touchevents .layout-footer__link:active {
  color: rgba(255, 84, 37, .4);
}

.btn {
  display: inline-block;
  padding: 0;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  border: none;
  background-color: transparent;
}

.btn-default {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1.2rem 8rem .8rem 8rem;
  -webkit-transition: box-shadow .3s, background-color .3s;
  transition: box-shadow .3s, background-color .3s;
  text-transform: uppercase;
  color: #fff;
  border-radius: .5rem;
  background: #000;
  box-shadow: 0 .4rem 1rem rgba(75, 98, 244, .2);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-default .icon {
  display: block;
  margin-left: 1rem;
  fill: #fff;
  stroke: #fff;
}

.btn-default .icon-next {
  width: 2.3rem;
  height: 2.3rem;
  margin-top: -.4rem;
}

.no-touchevents .btn-default:hover {
  box-shadow: none;
}

.no-touchevents .btn-default:active {
  background-color: rgba(0, 0, 0, .8);
}

.btn-primary {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  color: #ff5425;
}

.btn-primary .icon-next {
  margin-left: 1rem;
  vertical-align: middle;
}

.no-touchevents .btn-primary:hover .btn-primary__underline {
  border-bottom-color: transparent;
}

.no-touchevents .btn-primary:active {
  opacity: .6;
}

.btn-primary__underline {
  -webkit-transition: border .3s;
  transition: border .3s;
  border-bottom: .1rem solid #ff5425;
}

.btn-play {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.btn-play path {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.no-touchevents .btn-play:hover path#icon-polygon {
  -webkit-transition: all .5s;
  transition: all .5s;
  d: path('M100.795 36.7393C110 57.6414 115.331 78.2418 80.7465 93.4729C58.5829 103.234 28.6299 94.1398 19.4244 73.2376C10.219 52.3355 17.6313 29.5001 39.7948 19.7392C61.9583 9.97823 91.5893 15.8371 100.795 36.7393Z');
}

.no-touchevents .btn-play:active {
  opacity: .8;
}

.btn-play_active .icon-play #icon-play {
  opacity: 0;
}

.btn-play_active .icon-play #icon-pause {
  opacity: 1;
}

.button-order {
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.375;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 5rem;
  -webkit-transition: box-shadow .3s, background-color .3s;
  transition: box-shadow .3s, background-color .3s;
  color: #fff;
  background-color: #000;
  box-shadow: 0 4px 10px rgba(75, 98, 244, .2);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-order .icon-microphone {
  display: block;
  width: 2rem;
  height: 2.3rem;
  margin-right: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2rem;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
}

.no-touchevents .button-order:hover {
  box-shadow: none;
}

.no-touchevents .button-order:active {
  background-color: rgba(0, 0, 0, .8);
}

.btn-next {
  width: 2.3rem;
  height: 2.3rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.btn-next .icon-next {
  width: 100%;
  height: 100%;
}

.no-touchevents .btn-next:hover {
  opacity: .6;
}

.no-touchevents .btn-next:active {
  opacity: .4;
}

.btn-secondary {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: .7rem 2rem;
  -webkit-transition: opacity .3s, box-shadow .3s, padding .3s;
  transition: opacity .3s, box-shadow .3s, padding .3s;
  color: #fff;
  border-radius: .5rem;
  background: #ff452f;
  box-shadow: 0 .6rem 1.5rem rgba(255, 69, 47, .3);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-secondary .icon-checked {
  width: 1.7rem;
  height: 1.3rem;
  margin-left: 1rem;
  fill: none;
  stroke: #fff;
}

.btn-secondary .icon {
  width: 2rem;
  height: 2.3rem;
  margin-left: 1.2rem;
}

.btn-secondary .icon-microphone {
  fill: #fff;
}

.btn-secondary.main {
  min-width: 20rem;
  padding: 1.2rem 2rem;
}

.no-touchevents .btn-secondary:hover {
  box-shadow: none;
}

.no-touchevents .btn-secondary:active {
  opacity: .8;
}

.btn-inline {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  color: #ff5425;
}

.btn-inline .icon {
  stroke: #ff5425;
}

.btn-inline .icon-plus {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 1rem;
}

.no-touchevents .btn-inline:hover {
  opacity: .6;
}

.no-touchevents .btn-inline:active {
  opacity: .4;
}

.form-primary__head {
  margin-bottom: 2rem;
}

.form-primary__body {
  margin-top: 2rem;
}

.form-primary__body .checkbox__text {
  font-size: 1.8rem;
}

.form-primary__footer {
  margin-top: 2rem;
}

.btn-remove {
  padding: .5rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.btn-remove .icon-cross {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transition: stroke .3s;
  transition: stroke .3s;
  fill: none;
  stroke: #000;
}

.no-touchevents .btn-remove:hover {
  opacity: .6;
}

.no-touchevents .btn-remove:active {
  opacity: .4;
}

.btn-close {
  padding: .5rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.btn-close .icon-cross {
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  fill: none;
  stroke: #000;
}

.no-touchevents .btn-close:hover {
  opacity: .6;
}

.no-touchevents .btn-close:active {
  opacity: .4;
}

.btn-prev {
  font-size: 1.8rem;
  line-height: 1.3;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
  color: #ff5425;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-prev .icon-prev {
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  margin: -.4rem 1rem -.1rem 0;
  stroke: #ff5425;
  fill: #ff5425;
}

.no-touchevents .btn-prev:hover {
  opacity: .6;
}

.btn-send {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 1.2rem 2rem .8rem;
  -webkit-transition: opacity .3s, box-shadow .3s;
  transition: opacity .3s, box-shadow .3s;
  text-transform: uppercase;
  color: #fff;
  border-radius: .5rem;
  background: #ff452f;
  box-shadow: 0 .6rem 1.5rem rgba(255, 69, 47, .3);
}

.btn-send .icon-checked {
  width: 1.7rem;
  height: 1.3rem;
  margin-left: 1rem;
  fill: none;
  stroke: #fff;
}

.no-touchevents .btn-send:hover {
  box-shadow: none;
}

.no-touchevents .btn-send:active {
  opacity: .8;
}

.btn-reset {
  line-height: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  color: #ff5425;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-reset .icon-reset {
  width: 2.3rem;
  height: 2.3rem;
  margin: 0 1rem 0 0;
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
  fill: #ff5425;
  stroke: #ff5425;
}

.no-touchevents .btn-reset:hover .icon-reset {
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.no-touchevents .btn-reset:hover .btn-reset__label {
  border-bottom-color: transparent;
}

.no-touchevents .btn-reset:active {
  opacity: .6;
}

.btn-reset__label {
  font-size: 1.8rem;
  -webkit-transition: border .3s;
  transition: border .3s;
  border-bottom: .1rem solid #ff5425;
}

.btn-parameters {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 70rem;
  min-height: 5rem;
  padding: .5rem 2rem;
  -webkit-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s;
  color: #000;
  border-radius: .5rem;
  background-color: #d9ebe5;
  box-shadow: 0 1rem 4rem rgba(119, 119, 119, .15);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-parameters .icon-options {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 3rem;
  -webkit-transition: fill .3s;
  transition: fill .3s;
  fill: #ff5425;
}

.btn-parameters.selected {
  color: #fff;
  background-color: #5da19c;
}

.btn-parameters.selected .icon-options {
  fill: #fff;
}

.btn-md {
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 1.5rem 3rem;
}

.btn-clear {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-clear .icon-basket {
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  margin: -.1rem .5rem 0 0;
  fill: #000;
}

.btn-order {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.btn-order .icon-order {
  display: none;
  width: 3rem;
  height: 2.6rem;
  fill: #ff5425;
}

.btn-order .btn-order__label {
  line-height: 1;
  -webkit-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
  border-bottom: .1rem solid #ff5425;
}

.no-touchevents .btn-order:hover .btn-order__label {
  border-bottom-color: transparent;
}

.no-touchevents .btn-order:active {
  opacity: .6;
}

.btn-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5rem;
  height: 5rem;
  -webkit-transition: box-shadow .3s, background-color .3s, height .3s, width .3s;
  transition: box-shadow .3s, background-color .3s, height .3s, width .3s;
  border: none;
  border-radius: 100%;
  background-color: #000;
  box-shadow: 0 6px 15px rgba(0, 0, 0, .3);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-circle .icon-phone {
  width: 2rem;
  height: 2rem;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  fill: #fff;
}

.no-touchevents .btn-circle:hover {
  background-color: rgba(0, 0, 0, .4);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0);
}

.btn-circle * {
  pointer-events: none;
}

.btn-circle.active {
  background-color: #5da19c;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0);
}

.btn-circle.active .icon-phone {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-search {
  padding: .5rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.btn-search .icon-search {
  display: block;
  width: 1.9rem;
  height: 1.8rem;
  fill: #000;
}

.no-touchevents .btn-search:hover {
  opacity: .6;
}

.no-touchevents .btn-search:active {
  opacity: .4;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
  display: block;
}

h1,
.h1 {
  font-size: 4.5rem;
  line-height: 1;
  margin: 0;
  text-align: center;
}

h2,
.h2 {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0 0 4rem 0;
}

h2 a,
.h2 a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  color: inherit;
}

.no-touchevents h2 a:hover,
.no-touchevents h2 a:active,
.no-touchevents .h2 a:hover,
.no-touchevents .h2 a:active {
  opacity: .6;
}

h2.color-primary a,
.h2.color-primary a {
  color: #5da19c;
}

h2 .icon-next,
.h2 .icon-next {
  display: inline-block;
  vertical-align: middle;
}

h3,
.h3 {
  font-size: 2.6rem;
  line-height: 1;
  margin: 0;
}

.content,
.template-selection__body,
.unique-voice__body {
  font-size: 1.8rem;
  line-height: 1.375;
  color: rgba(0, 0, 0, .6);
}

.content a,
.template-selection__body a,
.unique-voice__body a {
  font-weight: 700;
  -webkit-transition: border .3s, opacity .3s;
  transition: border .3s, opacity .3s;
  border-bottom: .1rem solid #ff5425;
}

.no-touchevents .content a:hover,
.no-touchevents .template-selection__body a:hover,
.no-touchevents .unique-voice__body a:hover {
  border-bottom-color: transparent;
}

.no-touchevents .content a:active,
.no-touchevents .template-selection__body a:active,
.no-touchevents .unique-voice__body a:active {
  opacity: .6;
}

.icon {
  -webkit-transition: fill .3s, stroke .3s;
  transition: fill .3s, stroke .3s;
}

.icon-whatsapp {
  box-shadow: 0 .4rem 2rem rgba(82, 229, 124, .3);
  fill: #52e67c;
}

.icon-viber {
  box-shadow: 0 .4rem 2rem rgba(127, 75, 155, .3);
  fill: #7f4b9b;
}

.icon-next {
  width: 1.9rem;
  height: 1.9rem;
  fill: #ff5425;
  stroke: #ff5425;
}

.icon-telegram {
  fill: #45a8e1;
}

.icon-facebook {
  fill: #3b5998;
}

.icon-linkedin {
  fill: #0078b6;
}

.icon-skype {
  fill: #28a8ea;
}

.icon-play {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  fill: none;
}

.icon-play path {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.icon-play #icon-polygon {
  fill: #ff5425;
}

.icon-play #icon-play {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  fill: #fff;
}

.icon-play #icon-pause {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  fill: #fff;
}

.gradient-color-1 {
  stop-color: #f8b214;
}

.gradient-color-2 {
  stop-color: #ef0100;
}

.gradient-color-3 {
  stop-color: #bc049c;
}

.section-description {
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  text-align: center;
  color: rgba(0, 0, 0, .6);
}

.section-description a {
  font-weight: 700;
  -webkit-transition: border .3s, opacity .3s;
  transition: border .3s, opacity .3s;
  border-bottom: .1rem solid #ff5425;
}

.no-touchevents .section-description a:hover {
  border-bottom-color: transparent;
}

.no-touchevents .section-description a:active {
  opacity: .6;
}

.content-center {
  text-align: center;
}

.section-preloader {
  position: relative;
  min-height: 60vh;
}

.section-preloader:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  content: '';
  -webkit-transition: opacity .3s, visibility .6s;
  transition: opacity .3s, visibility .6s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/preloader.gif) 50% 50% no-repeat;
  background-size: contain;
}

.section-preloader.loaded:before {
  visibility: hidden;
  opacity: 0;
}

.section-preloader.loaded .section-preloader__panel {
  opacity: 1;
}

.section-preloader__panel {
  display: none;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0;
}

.section-offset {
  margin-right: -4rem;
  margin-left: -4rem;
}

.articles-list .articles-list__item:last-child {
  margin-bottom: 0;
}

.articles-list__item {
  margin-bottom: 13rem;
}

.article-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}

.article-reverse {
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

.article-reverse .article-default__media {
  padding-right: 0;
  padding-left: 2rem;
}

.article-default__media {
  width: 22rem;
  padding-right: 2rem;
}

.article-default__panel {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.article-default__image {
  display: block;
  max-width: 100%;
  height: auto;
}

.article-default__body {
  font-size: 1.6rem;
  line-height: 1.4;
  color: rgba(0, 0, 0, .6);
}

.article-default__body .icon-next {
  vertical-align: middle;
}

.article-default__body strong {
  font-weight: 500;
}

.article-default__body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-default__body ul li {
  position: relative;
  margin-top: 4rem;
  padding-left: 1rem;
}

.article-default__body ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: .4rem;
  height: .4rem;
  margin: 1rem 0 0 0;
  content: '';
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .6);
}

.article-default__body ul p {
  margin: 0;
}

a.article-default__more {
  display: block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  color: initial;
}

.no-touchevents a.article-default__more:hover {
  opacity: .4;
}

.article-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem;
}

.article-primary__panel {
  padding: 0 2rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 52rem;
  -ms-flex: 0 0 52rem;
  flex: 0 0 52rem;
}

.article-primary__aside {
  padding: 0 2rem;
}

.article-primary__head {
  margin-bottom: 3rem;
}

.article-primary__content {
  font-size: 1.6rem;
  line-height: 1.375;
  color: rgba(0, 0, 0, .6);
}

.article-primary__content p {
  margin: 0;
}

.article-primary__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-primary__content ul li {
  position: relative;
  margin-top: 2rem;
  padding-left: 1rem;
}

.article-primary__content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: .3rem;
  height: .3rem;
  margin: .8rem 0 0 0;
  content: '';
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .6);
}

.article-primary__button {
  margin-top: 2.5rem;
}

.form-default .error .form-control {
  background-color: rgba(229, 27, 27, .05);
}

.form-default__line {
  position: relative;
  margin-bottom: 2.4rem;
}

.form-control {
  font-family: 'Gotham Pro';
  font-size: 1.6rem;
  line-height: 1.3;
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  color: #000;
  border: none;
  border-radius: .8rem;
  background-color: rgba(0, 0, 0, .05);
}

.form-control::-webkit-input-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  color: rgba(0, 0, 0, .6);
}

.form-control::-moz-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  color: rgba(0, 0, 0, .6);
}

.form-control:-ms-input-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  color: rgba(0, 0, 0, .6);
}

.form-control:-moz-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  color: rgba(0, 0, 0, .6);
}

.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form-control:focus::-moz-placeholder {
  opacity: 0;
}

.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}

.form-control:focus:-moz-placeholder {
  opacity: 0;
}

textarea.form-control {
  min-height: 8rem;
  resize: none;
}

.form-default__message {
  font-size: 1rem;
  line-height: 1.8;
  position: absolute;
  top: 100%;
  right: 0;
  text-align: right;
  color: #e61b1b;
}

.form-default__control {
  position: relative;
}

.form-default__footer {
  text-align: right;
}

.form-message__icon .icon-error,
.form-message__icon .icon-completed {
  display: block;
  width: 12.7rem;
  height: 11.6rem;
  margin: 0 0 1rem -1.5rem;
  fill: #f2f2f2;
}

.form-message__icon .icon-error {
  stroke: #fff;
}

.form-message__content {
  font-size: 1.6rem;
  line-height: 1.375;
}

.form-message__content p {
  margin: 0;
}

.form-message__content p + p {
  margin-top: 1rem;
}

.form-primary .form-primary__row:last-child {
  margin-bottom: 0;
}

.form-primary + .form-primary {
  position: relative;
  margin-top: 3rem;
  padding-top: 3rem;
}

.form-primary + .form-primary::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: .1rem;
  content: '';
  background: -webkit-linear-gradient(left, #f8ed91, #d7ebe9);
  background: linear-gradient(90deg, #f8ed91, #d7ebe9);
}

.form-primary__row {
  margin-bottom: 3rem;
}

.form-primary__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem -2rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-primary__cell {
  margin-bottom: 2rem;
  padding: 0 2rem;
}

.form-primary__cell.cell-sm {
  width: 33.333%;
}

.form-primary__cell.cell-md {
  width: 50%;
}

.form-primary__label {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.control-default {
  font-size: 1.6rem;
  line-height: 1.3;
  position: relative;
  padding: 1.5rem 4rem 1.5rem 1.5rem;
  color: rgba(0, 0, 0, .6);
  border-radius: .8rem;
  background: rgba(0, 0, 0, .05);
}

.control-default .btn-remove {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0 1rem 0 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.control-default.upload {
  color: #000;
  background: rgba(93, 161, 156, .2);
}

.control-default.upload .btn-remove:hover {
  opacity: 1;
}

.control-default.upload .btn-remove:hover .icon-cross {
  stroke: #5da19c;
  fill: none;
}

.control-default .audio-sound {
  position: absolute;
  top: .3rem;
  left: 0;
}

.control-default .audio-sound + span {
  display: block;
  padding-left: 4.3rem;
}

.control-default .btn-play {
  display: block;
  width: 4.8rem;
  height: 4.6rem;
  margin: 0 auto;
}

.form-upload__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-upload__cell {
  width: 100%;
  padding: 0 2rem;
}

.form-upload__note {
  font-size: 1.6rem;
  line-height: 1.5;
  max-width: 44.5rem;
}

.form-upload__note p {
  margin: 0;
}

.form-primary__note {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3rem;
  max-width: 44.5rem;
}

.form-primary__note p {
  margin: 0;
}

.durations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.duration-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.duration-track + .duration-track {
  margin-left: 2rem;
}

.duration-track__control {
  font-size: 1.6rem;
  width: 5rem;
  min-width: 5rem;
  height: 4rem;
  padding: 0 .5rem 0 .5rem;
  text-align: center;
  border: none;
  border-radius: .8rem;
  background: rgba(0, 0, 0, .05);
}

.duration-track__time {
  font-size: 1.6rem;
  margin-left: 1.5rem;
}

.form-default__captcha > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.form-default__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem 2rem -2rem;
}

.form-default__row.end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form-default__cell {
  width: 50%;
  padding: 0 2rem;
}

.form-default__label {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 2rem 0;
  padding: 0 0 0 1.5rem;
}

.form-default__body {
  padding-left: 1.5rem;
}

.radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio input:checked + .radio__text {
  color: #5da19c;
}

.radio input:checked + .radio__text:after {
  opacity: 1;
}

.radio__text {
  font-weight: 500;
  position: relative;
  padding: 0 0 0 3rem;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.radio__text:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  content: '';
  border-radius: 50%;
  background: rgba(0, 0, 0, .05);
}

.radio__text:after {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 1.5rem;
  height: 1.5rem;
  content: '';
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  border-radius: 50%;
  border-radius: 50%;
  background: #5da19c url(../images/icons/checkbox.svg) 0 100% no-repeat;
}

.form-error__media .icon-error {
  display: block;
  width: 12.7rem;
  height: 11.6rem;
  margin: 0 0 1rem -1.5rem;
  fill: #f2f2f2;
  stroke: #fff;
}

.form-error__content {
  font-size: 1.6rem;
  line-height: 1.5;
}

.form-error__content p {
  margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.search-block {
  position: relative;
  width: 100%;
  max-width: 63.2rem;
  margin: 6rem auto 1rem;
}

.search-block .btn-close {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.search-block .btn-close .icon-cross {
  width: 1.2rem;
  height: 1.2rem;
}

.no-touchevents .search-block .btn-close:hover {
  opacity: .6;
}

.no-touchevents .search-block .btn-close:active {
  opacity: .4;
}

.search-block .btn-search {
  position: absolute;
  top: 50%;
  left: 1.3rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-block .btn-search .icon-search {
  -webkit-transition: fill .3s;
  transition: fill .3s;
  fill: rgba(0, 0, 0, .4);
}

.no-touchevents .search-block .btn-search:hover {
  opacity: .6;
}

.no-touchevents .search-block .btn-search:active {
  opacity: .4;
}

.search-control {
  font-family: 'Gotham Pro';
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 3rem;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 5rem;
  padding: 1rem 4rem 1rem 5.2rem;
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
  text-overflow: ellipsis;
  color: #000;
  border: none;
  border-radius: 1.2rem;
  background: -webkit-linear-gradient(bottom, #fff, #fff), -webkit-linear-gradient(left, #f8ed91 0%, #d7ebe9 73.44%);
  background: linear-gradient(0deg, #fff, #fff), linear-gradient(90deg, #f8ed91 0%, #d7ebe9 73.44%);
  box-shadow: 0 10px 40px rgba(119, 119, 119, .15);
}

.no-touchevents .search-control:hover {
  box-shadow: 0 10px 40px rgba(119, 119, 119, 0);
}

.search-control:focus {
  box-shadow: 0 10px 40px rgba(119, 119, 119, 0);
}

.search-control:focus ~ .btn-close {
  opacity: 1;
}

.search-control:focus ~ .btn-search .icon-search {
  fill: #000;
}

.search-control.has-value ~ .btn-close {
  opacity: 1;
}

.search-control.has-value ~ .btn-search .icon-search {
  fill: #000;
}

.search-control::-webkit-input-placeholder {
  font-family: 'Gotham Pro';
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 3rem;
  color: rgba(0, 0, 0, .6);
}

.search-control:-ms-input-placeholder {
  font-family: 'Gotham Pro';
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 3rem;
  color: rgba(0, 0, 0, .6);
}

.search-control::placeholder {
  font-family: 'Gotham Pro';
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 3rem;
  color: rgba(0, 0, 0, .6);
}

.shadow-default .item-song__media {
  box-shadow: 0 0 200px #aeeae4;
}

.shadow-primary .item-song__media {
  box-shadow: 0 0 200px #f7ed91;
}

.item-song__media {
  position: relative;
  z-index: 1;
  width: 16.7rem;
  height: 16.7rem;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
}

.item-song__media .btn-play {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  display: block;
  width: 8.4rem;
  height: 8rem;
  margin: 0 -1rem -2rem 0;
}

.audio-sound__track {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.item-song__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto auto;
}

.item-song__body {
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
  z-index: 2;
  margin-top: 1.5rem;
  text-align: center;
  color: #000;
}

.item-song__body a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.no-touchevents .item-song__body a:hover {
  opacity: .6;
}

.no-touchevents .item-song__body a:active {
  opacity: .4;
}

.item-song__headline {
  font-weight: 700;
  display: block;
  margin-bottom: .5rem;
}

.item-song__headline a {
  color: initial;
}

.item-song__author {
  color: initial;
}

.item-song__author a {
  line-height: 1.35;
  color: initial;
  border-bottom: .1rem solid currentColor;
}

.list-objects {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-objects .btn-next {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-objects .list-object__item:first-child {
  margin-left: 0;
}

.list-objects .list-object__item:last-child {
  margin-right: 0;
}

.list-object__item {
  max-width: 22rem;
  padding: 0 1rem;
}

.section-table {
  padding-bottom: 7rem;
}

.section-table .container,
.section-table .section-location__inner {
  padding-right: 0;
  padding-left: 0;
}

.default-table {
  background-color: #fff;
}

.default-table__head {
  background: #d9ebe5;
  box-shadow: 0 0 1rem rgba(75, 98, 244, .2);
}

.default-table__head .default-table__tr {
  min-height: 7rem;
}

.default-table__th,
.default-table__td {
  font-weight: 500;
  line-height: 1.3;
  width: 100%;
  height: 100%;
  padding: 1rem 1rem;
  color: #000;
}

.default-table__td {
  font-size: 1.4rem;
}

.default-table__tr {
  position: relative;
  padding-right: 4rem;
  padding-left: 10rem;
}

.default-table__tr.table-show {
  display: none;
}

.default-table__body .default-table__tr {
  min-height: 9rem;
}

.default-table__body .default-table__tr:nth-child(even) {
  background-color: #f9f9f9;
}

.no-touchevents .default-table__body .default-table__tr:hover {
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0 .2rem 4rem rgba(0, 0, 0, .2);
}

.default-table__tr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-transition: background-color .3s, box-shadow .3s;
  transition: background-color .3s, box-shadow .3s;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.default-table__play {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.default-table__play .btn-play {
  display: block;
  width: 6.4rem;
  height: 6rem;
  margin: 0 auto;
}

.default-table__th.cell,
.default-table__td.cell {
  max-width: 100%;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.default-table__th.cell-auto,
.default-table__td.cell-auto {
  width: auto;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.default-table__th.cell-1,
.default-table__td.cell-1 {
  max-width: 8.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
}

.default-table__th.cell-2,
.default-table__td.cell-2 {
  max-width: 16.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
}

.default-table__th.cell-3,
.default-table__td.cell-3 {
  max-width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.default-table__th.cell-4,
.default-table__td.cell-4 {
  max-width: 33.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
}

.default-table__th.cell-5,
.default-table__td.cell-5 {
  max-width: 41.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
}

.default-table__th.cell-6,
.default-table__td.cell-6 {
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.default-table__th.cell-7,
.default-table__td.cell-7 {
  max-width: 58.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
}

.default-table__th.cell-8,
.default-table__td.cell-8 {
  max-width: 66.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
}

.default-table__th.cell-9,
.default-table__td.cell-9 {
  max-width: 75%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

.default-table__th.cell-10,
.default-table__td.cell-10 {
  max-width: 83.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
}

.default-table__th.cell-11,
.default-table__td.cell-11 {
  max-width: 91.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
}

.default-table__th.cell-12,
.default-table__td.cell-12 {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.company-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-inline__media {
  width: 6rem;
  padding-right: 1rem;
}

.company-inline__logo {
  display: block;
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.pagination-table__button {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.default-table__footer {
  padding: 3rem 0;
}

.pagination-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 26rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination-table .btn-default {
  max-width: 50rem;
}

.pagination-table__page {
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26rem;
  padding: 0 4rem 0 2rem;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.page-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 auto;
  white-space: nowrap;
  color: #828282;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-number__Label {
  margin-right: 1.5rem;
}

.page-number__control {
  font-weight: 400;
  width: 5rem;
  height: 4rem;
  padding: .5rem 1rem;
  text-align: center;
  border: none;
  border-radius: .8rem;
  background: rgba(0, 0, 0, .05);
}

.page-number__total {
  margin-left: 1.5rem;
}

.page-number__body {
  padding-left: 1.5rem;
}

.default-table__label {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-parameters {
  display: none;
  margin-top: 6rem;
}

.section-parameters .btn-parameters {
  margin: 0 auto;
}

.dropdown-default {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.dropdown-default__label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-default__label:before {
  position: absolute;
  z-index: 6;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-bottom: -1.1rem;
  content: '';
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  -webkit-transform: translate(-50%, 2rem);
  -ms-transform: translate(-50%, 2rem);
  transform: translate(-50%, 2rem);
  opacity: 0;
  border-right: .8rem solid transparent;
  border-bottom: .8rem solid #fff;
  border-left: .8rem solid transparent;
}

.dropdown-default__label .icon-arrow {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: .5rem;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  stroke: #000;
  fill: none;
}

.dropdown-default__label.selected {
  color: #5da19c;
}

.dropdown-default__label.selected .icon-arrow {
  display: none;
}

.no-touchevents .dropdown-default__label:hover .dropdown-default__text {
  opacity: .4;
}

.dropdown-default_last .dropdown-default__panel {
  left: auto;
  -webkit-transform: translate(-50%, 2rem);
  -ms-transform: translate(-50%, 2rem);
  transform: translate(-50%, 2rem);
}

.dropdown-default__quantity,
.dropdown-default__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  white-space: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-default__quantity {
  margin-left: 1rem;
}

.dropdown-default__panel {
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 50%;
  visibility: hidden;
  width: 30rem;
  padding-top: 1rem;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
  -webkit-transform: translate(-50%, 2rem);
  -ms-transform: translate(-50%, 2rem);
  transform: translate(-50%, 2rem);
  opacity: 0;
}

.dropdown-default__panel.panel-sm {
  width: 23rem;
}

.open .dropdown-default__label:before {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
}

.open .dropdown-default__label .icon-arrow {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.open .dropdown-default__text {
  opacity: .4;
}

.open .dropdown-default__panel {
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
}

.dropdown-default__inner {
  position: relative;
  border-radius: .5rem;
  background-color: #fff;
  box-shadow: 0 .4rem 1rem rgba(75, 98, 244, .1), 0 4px 40px rgba(0, 0, 0, .2);
}

.dropdown-panel__footer {
  padding: 2rem 2.5rem;
}

.dropdown-panel__footer .btn-secondary {
  width: 100%;
}

.dropdown-panel__item {
  border-bottom: .1rem solid rgba(0, 0, 0, .1);
}

.dropdown-panel__item .scroll-default {
  overflow-y: auto;
  max-height: 37.5rem;
  padding: 2rem 2.5rem;
}

.item-shadow {
  position: relative;
}

.item-shadow:before {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 10rem;
  margin-right: 2.5rem;
  content: '';
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0, #fff 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 100%);
}

.item-shadow_hide:before {
  visibility: hidden;
  opacity: 0;
}

.scroll-style-default::-webkit-scrollbar-track,
.dropdown-panel__item .scroll-default::-webkit-scrollbar-track,
.modal-default__body::-webkit-scrollbar-track {
  width: .5rem;
}

.scroll-style-default::-webkit-scrollbar,
.dropdown-panel__item .scroll-default::-webkit-scrollbar,
.modal-default__body::-webkit-scrollbar {
  width: 2.5rem;
}

.scroll-style-default::-webkit-scrollbar-thumb,
.dropdown-panel__item .scroll-default::-webkit-scrollbar-thumb,
.modal-default__body::-webkit-scrollbar-thumb {
  width: .5rem;
  border: 1rem solid rgba(0, 0, 0, 0);
  border-radius: 10rem;
  background-color: #000;
  background-clip: padding-box;
}

.list-controls {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-controls .list-controls__item:last-child {
  margin-bottom: 0;
}

.list-controls.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-controls.columns .list-controls__item {
  padding: 0 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.list-controls__link {
  font-weight: 500;
  line-height: 1;
  display: block;
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #000;
}

.no-touchevents .list-controls__link:hover {
  color: #5da19c;
}

.list-controls_company .checkbox__text:after,
.list-controls_company .checkbox__text:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-controls_company .list-controls__item {
  margin: 0 -2rem;
  padding: 1rem 2rem;
}

.list-controls_company .list-controls__item:nth-child(even) {
  background-color: #f9f9f9;
}

.list-controls__item {
  margin-bottom: 1.5rem;
}

.list-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.5rem -2rem;
  padding: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-inline__item {
  margin-bottom: 2rem;
  padding: 0 2.5rem;
}

.checkbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox .audio-sound {
  margin-right: 1rem;
}

.checkbox .btn-play {
  display: block;
  width: 4.8rem;
  height: 4.6rem;
  margin: 0 auto;
}

.checkbox input {
  position: absolute;
  z-index: -1;
  margin: 1rem 0 0 2rem;
  opacity: 0;
}

.checkbox input:checked + .checkbox__text {
  color: #5da19c;
}

.checkbox input:checked + .checkbox__text:before {
  background: #5da19c;
}

.checkbox input:checked + .checkbox__text:after {
  opacity: 1;
}

.no-touchevents .checkbox:hover .checkbox__text {
  color: #5da19c;
}

.no-touchevents .checkbox:hover .checkbox__text:before {
  background: #5da19c;
}

.checkbox__text {
  font-weight: 500;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 3rem;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox__text:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  content: '';
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: .2rem;
  background: rgba(0, 0, 0, .05);
}

.checkbox__text:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  content: '';
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  background: url(../images/icons/checkbox.svg) 0 100% no-repeat;
}

.checkbox__icon {
  display: block;
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 5rem;
  -ms-flex: 0 0 5rem;
  flex: 0 0 5rem;
}

.dropdown-default__quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-default__reset {
  display: block;
  margin-left: .5rem;
  cursor: pointer;
}

.dropdown-default__reset .icon-cross {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: #000;
}

.dropdown-primary {
  display: block;
}

.dropdown-primary__label {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-primary__label:before {
  position: absolute;
  z-index: 6;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-bottom: -1.1rem;
  content: '';
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  -webkit-transform: translate(-50%, 2rem);
  -ms-transform: translate(-50%, 2rem);
  transform: translate(-50%, 2rem);
  opacity: 0;
  border-right: .8rem solid transparent;
  border-bottom: .8rem solid #fff;
  border-left: .8rem solid transparent;
}

.dropdown-primary__label .icon-arrow {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: .5rem;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  stroke: #000;
  fill: none;
}

.dropdown-primary__label.selected .icon-arrow {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.dropdown-primary__panel {
  display: none;
  padding-top: 2rem;
}

.open .dropdown-primary__label .icon-arrow {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.open .dropdown-primary__panel {
  display: block;
}

.modal-backdrop.fade {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0;
}

.modal-backdrop.in {
  opacity: .8;
}

.modal-default .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1.5rem 1rem 0 0;
}

.modal-default .modal-dialog {
  max-width: 76rem;
  margin: 5rem auto;
}

.modal-default .modal-content {
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.modal-default.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-default__panel {
  position: relative;
  padding: 5rem 0;
  border-radius: .5rem;
  background-color: #fff;
  box-shadow: 0 .4rem 1rem rgba(75, 98, 244, .1), 0 .4rem 4rem rgba(0, 0, 0, .2);
}

.modal-default__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-bottom: 3rem;
  color: #fff;
}

.modal-default__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  border-top: .1rem solid rgba(0, 0, 0, .1);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-default__footer .btn-secondary {
  line-height: 1.3;
  min-width: 25rem;
  padding: 1rem 2rem;
  text-transform: uppercase;
}

.modal-default__head {
  font-size: 1.6rem;
  padding: 0 5rem 2rem;
  border-bottom: .1rem solid rgba(0, 0, 0, .1);
}

.modal-default__body {
  overflow-y: auto;
  height: 100%;
  max-height: 30rem;
  padding: 2rem 5rem;
}

.list-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5rem;
  padding: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-elements__item {
  font-size: 1.6rem;
  width: 33.333%;
  margin-bottom: 1.5rem;
  padding: 0 1.5rem;
}

.open-burger {
  overflow: hidden;
}

.open-burger body {
  overflow: hidden;
}

.open-burger .burger {
  position: fixed;
  z-index: 25;
}

.layout-panel {
  position: fixed;
  z-index: 24;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #d7ebe9;
}

.layout-panel__autoscroll {
  overflow-y: auto;
  height: 100%;
}

.layout-panel__inner {
  padding: 4rem 0 5rem;
  text-align: center;
}

.mobile-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-menu .mobile-menu__item:last-child {
  margin-bottom: 0;
}

.mobile-menu__item {
  margin-bottom: 2rem;
}

.mobile-menu__link {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000;
}

.mobile-menu__link.active {
  color: #5da19c;
}

.mobile-submenu {
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
}

.mobile-submenu__item {
  margin-top: 2rem;
  text-align: center;
}

.mobile-submenu__link {
  font-size: 1.8rem;
  line-height: 1.3;
  color: #000;
}

.layout-panel__title {
  font-size: 3.6rem;
  line-height: 1.4;
  display: block;
  margin-bottom: 3rem;
  color: #fff;
}

.layout-panel__form {
  width: 100%;
  max-width: 36rem;
  margin: 10rem auto 0;
}

.layout-panel__form .form-message {
  margin-top: 3rem;
}

.layout-panel__form .form-message__content {
  color: rgba(0, 0, 0, .6);
}

.layout-panel__form .icon-completed {
  fill: rgba(255, 255, 255, .3);
}

.layout-panel__social {
  margin: 6rem 0 0 0;
}

.layout-panel__social .list-massagers {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout-panel__contacts {
  margin: 6rem 0 0 0;
}

.layout-panel__copyright {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 3rem;
  color: rgba(0, 0, 0, .4);
}

.layout-panel__fm {
  margin-top: 6rem;
}

.layout-panel__fm a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.sidebar-panel {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 40rem;
  height: 100vh;
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #fff;
  box-shadow: 0 .4rem 1rem rgba(75, 98, 244, .1), 0 .4rem 4rem rgba(0, 0, 0, .2);
}

.sidebar-panel__close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  margin: 1.5rem 1.5rem 0 0;
  cursor: pointer;
}

.sidebar-panel__close .icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #000;
}

.sidebar-panel__autoscroll {
  overflow-y: auto;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.sidebar-panel__footer {
  padding: 2rem;
  text-align: center;
}

.sidebar-panel__footer .btn-secondary {
  min-width: 25rem;
}

.sidebar-filters__item {
  padding: 2rem;
  border-bottom: .1rem solid rgba(0, 0, 0, .1);
}

.sidebar-filters__item .list-controls {
  font-size: 1.8rem;
}

.sidebar-filters__item .list-controls__item {
  margin-bottom: 2.5rem;
}

.sidebar-filters__item .checkbox__text:before,
.sidebar-filters__item .checkbox__text:after {
  width: 1.8rem;
  height: 1.8rem;
}

.sidebar-panel__group {
  margin-top: 3rem;
}

.sidebar-panel__clear {
  margin-top: 1rem;
  text-align: center;
}

.sidebar-panel__total {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: rgba(0, 0, 0, .6);
}

.contact-block {
  position: relative;
}

.contact-block.active .contact-block__block {
  visibility: visible;
  opacity: 1;
}

.contact-block__list {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

.contact-block__block {
  position: absolute;
  right: -6rem;
  bottom: -1.7rem;
  visibility: hidden;
  min-width: -webkit-fit-content;
  min-width: fit-content;
  padding: 2.4rem;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  opacity: 0;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .2), 0 4px 10px rgba(75, 98, 244, .1);
}

.contact-block__block::before {
  position: absolute;
  top: 0;
  right: 7.5rem;
  width: 1rem;
  height: 1rem;
  content: '';
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  background-color: #fff;
}

.contact-block__item {
  font-family: 'Gotham Pro';
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5rem;
  color: #5da19c;
}

.contact-block__item + .contact-block__item {
  margin-top: 1.6rem;
}

.contact-block__link {
  margin-left: 2rem;
  -webkit-transition: color .3s;
  transition: color .3s;
  white-space: nowrap;
  color: #000;
}

.no-touchevents .contact-block__link:hover {
  color: #ff5425;
}

.steps {
  overflow: hidden;
  max-width: 100%;
}

.steps-list {
  font-family: 'Gotham Pro';
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93.2rem;
  padding-left: 0;
  list-style-type: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.step-el__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6rem;
  max-width: 19rem;
}

.step-el__desc {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
  max-width: 19rem;
}

.step-el {
  -webkit-transition: color .3s;
  transition: color .3s;
  color: rgba(0, 0, 0, .4);
}

.step-el.active {
  color: #000;
}

.step-el.active .step-el__icon {
  background-color: #5da19c;
}

.step-el.past {
  color: rgba(93, 161, 156, .4);
}

.step-el.past .step-el__icon {
  background-color: #5da19c;
}

.steps-list__item + .steps-list__item .step-el .step-el__icon::before {
  position: absolute;
  top: 50%;
  left: -.2rem;
  width: 24.5rem;
  height: .2rem;
  content: '';
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  background-color: #e6f2ee;
}

.steps-list__item + .steps-list__item .step-el.active .step-el__icon::before {
  background-color: #5da19c;
}

.steps-list__item + .steps-list__item .step-el.past .step-el__icon::before {
  background-color: #5da19c;
}

.step-el__icon {
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  margin: 1.8rem 0;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border: .2rem solid #fff;
  border-radius: 100%;
  background-color: #e6f2ee;
}

.section-default {
  padding: 13rem 0 5rem;
  background: -webkit-linear-gradient(top, #d7ebe9 2.6%, #fff7b1 100%);
  background: linear-gradient(180deg, #d7ebe9 2.6%, #fff7b1 100%);
}

.section-primary__head,
.section-default__head {
  margin-bottom: 5rem;
}

.section-primary__breadcrumb,
.section-default__breadcrumb {
  margin-bottom: 5rem;
}

.section-default__title {
  color: #fff;
}

.section-default__body .section-content {
  color: rgba(0, 0, 0, .6);
}

.section-md {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
}

.section-sm {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
}

.section-center {
  text-align: center;
}

.section-default__list {
  margin-top: 8rem;
}

.section-content {
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: justify;
}

.section-content a {
  font-weight: 700;
  -webkit-transition: border .3s, opacity .3s;
  transition: border .3s, opacity .3s;
  border-bottom: .1rem solid currentColor;
}

.no-touchevents .section-content a:hover {
  border-bottom-color: transparent;
}

.no-touchevents .section-content a:active {
  opacity: .6;
}

.section-content p {
  margin: 0;
}

.section-content p + p {
  margin-top: 2rem;
}

.section-content ul {
  display: inline-block;
  margin: 2rem auto;
  padding: 0;
  list-style: none;
  vertical-align: top;
}

.section-content ul li {
  position: relative;
  margin: 0 0 1rem 0;
  padding-left: 1rem;
  text-align: left;
}

.section-content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: .4rem;
  height: .4rem;
  margin: .8rem 0 0 0;
  content: '';
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .6);
}

.section-content ul li:last-child {
  margin-bottom: 0;
}

.section-default__waves {
  position: relative;
  height: 28.3rem;
  background: url(../images/waves/waves-6.svg) 50% 50% repeat-x;
  background-size: auto 100%;
}

.section-default__waves .audio-sound {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-default__waves .btn-play {
  width: 12.2rem;
  height: 11.5rem;
}

.section-primary {
  padding: 13rem 0 9rem;
  background-color: #fff;
}

.section-primary .section-primary__body {
  color: rgba(0, 0, 0, .6);
}

.section-primary__title {
  color: #000;
}

.grid-default .grid-default__row:last-child {
  margin-bottom: 0;
}

.grid-default__row {
  margin-bottom: 8rem;
  padding-left: 21rem;
}

.grid-default__row .article-primary + .article-primary {
  margin-top: 3rem;
}

.section-welcome {
  background-color: #fff;
}

.section-welcome h1,
.section-welcome .h1 {
  max-width: 62rem;
  margin: 0 auto;
  color: #000;
}

.section-welcome .section-gradient {
  padding: 13rem 0 15rem;
}

.section-gradient {
  background: -webkit-linear-gradient(top, #d7ebe9 2.6%, #fff7b1 100%);
  background: linear-gradient(180deg, #d7ebe9 2.6%, #fff7b1 100%);
}

.waves-default {
  position: relative;
}

.waves-default:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10rem;
  content: '';
  background: url(../images/waves/waves-1.svg) 50% 100% repeat-x;
}

.section-welcome__body {
  padding: 6rem 0 10rem;
}

.section-welcome__articles {
  padding-top: 14rem;
}

.section-feedback {
  padding: 10rem 0 12rem;
  background-color: #fff;
}

.section-feedback .container-md,
.section-feedback .section-default__title,
.section-feedback .unique-voice__group,
.section-feedback .template-selection__group {
  max-width: 92rem;
}

.section-feedback .h2 {
  text-align: center;
}

.section-space {
  padding-top: 15rem;
}

.section-feedback__info h1,
.section-feedback__info .h1 {
  margin-bottom: 6rem;
}

.module-feedback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem;
}

.module-feedback__cell {
  width: 50%;
  padding: 0 2rem;
}

.section-feedback__info + .section-feedback__form {
  margin-top: 12rem;
}

.section-feedback__form + .section-feedback__info {
  margin-top: 12rem;
}

.section-music {
  padding: 8rem 0;
  background: -webkit-linear-gradient(bottom, #d7ebe9 2.6%, #fff7b1 100%);
  background: linear-gradient(360deg, #d7ebe9 2.6%, #fff7b1 100%);
}

.list-primary {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-primary li {
  margin-bottom: 4rem;
}

.list-primary li:last-child {
  margin-bottom: 0;
}

.list-primary a {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: border .3s, opacity .3s;
  transition: border .3s, opacity .3s;
  border-bottom: .1rem solid #ff5425;
}

.no-touchevents .list-primary a:hover {
  border-bottom-color: transparent;
}

.no-touchevents .list-primary a:active {
  opacity: .6;
}

.template-selection {
  position: relative;
}

.template-selection.waves-2:before {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 23rem;
  margin: 0 0 -4rem 0;
  content: '';
  background: url(../images/waves/waves-2.svg) 50% 50% repeat-x;
  background-size: auto 100%;
}

.template-selection__head {
  margin-bottom: 5rem;
}

.template-selection__body {
  text-align: justify;
}

.template-selection__footer {
  position: relative;
  margin-top: 6rem;
}

.template-selection__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.unique-voice {
  margin-bottom: 17rem;
}

.unique-voice__head {
  margin-bottom: 6rem;
}

.unique-voice__body {
  text-align: center;
}

.unique-voice__footer {
  margin-top: 5rem;
}

.unique-voice__footer .list-objects {
  padding-right: 8rem;
  padding-left: 8rem;
}

.section-about {
  padding: 13rem 0 5rem;
  background: -webkit-linear-gradient(top, #d7ebe9 2.6%, #fff7b1 100%);
  background: linear-gradient(180deg, #d7ebe9 2.6%, #fff7b1 100%);
}

.table-primary__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2rem;
  margin-left: -2rem;
}

.table-primary__th,
.table-primary__td {
  width: 33.333%;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
}

.table-primary__label,
.table-primary__th {
  font-size: 1.6rem;
  line-height: 1.2;
  color: rgba(0, 0, 0, .6);
}

.table-primary__label {
  display: none;
}

.table-primary__body {
  color: #000;
}

.table-primary__body .table-primary__row {
  padding: 3rem 0;
  border-bottom: .1rem solid #fff;
}

.table-primary__body .table-primary__row:last-child {
  border-bottom-color: transparent;
}

.table-primary__body .btn-inline {
  font-size: 1.8rem;
  line-height: 1;
  display: inline;
  -webkit-transition: border .3s, opacity .3s;
  transition: border .3s, opacity .3s;
  border-bottom: .1rem solid #ff5425;
}

.no-touchevents .table-primary__body .btn-inline:hover {
  border-bottom-color: transparent;
}

.table-primary__content {
  font-size: 1.6rem;
  line-height: 1.15;
}

.table-primary__content p {
  margin: 0;
}

.table-primary__content p + p {
  margin-top: 1.5rem;
}

.table-primary__content em {
  font-style: normal;
  color: rgba(0, 0, 0, .6);
}

.payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.payment-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
}

.payment-icon {
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 3.8rem auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 5rem;
  -ms-flex: 0 0 5rem;
  flex: 0 0 5rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    margin-top: 0;
    margin-bottom: 0;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

@media (max-width: 1440px) {
  .section-order__panel.step-2 .steps-list {
    -webkit-transform: translateX(-25rem);
    -ms-transform: translateX(-25rem);
    transform: translateX(-25rem);
  }

  .section-order__panel.step-3 .steps-list {
    -webkit-transform: translateX(-50rem);
    -ms-transform: translateX(-50rem);
    transform: translateX(-50rem);
  }

  .section-order__panel.step-4 .steps-list {
    -webkit-transform: translateX(-75rem);
    -ms-transform: translateX(-75rem);
    transform: translateX(-75rem);
  }
}

@media (max-width: 1200px) {
  .section-templates {
    padding-right: 0;
    padding-left: 0;
  }

  .burger {
    display: block;
  }

  .layout-header .menu-default {
    display: none;
  }

  .default-table__head .default-table__label,
  .default-table__head .dropdown-default__text {
    font-size: 1.6rem;
  }

  .default-table__td {
    font-size: 1.2rem;
  }
}

@media (max-width: 1023px) {
  .container,
  .section-location__inner,
  .container-md,
  .section-default__title,
  .unique-voice__group,
  .template-selection__group {
    padding-right: 6rem;
    padding-left: 6rem;
  }

  .section-waves__animated {
    top: 40%;
    width: 25%;
    height: 40%;
    -webkit-filter: blur(10rem);
    filter: blur(10rem);
  }

  .section-location__panel {
    position: static;
    width: 100%;
    max-height: initial;
    margin: 0 0 4rem 0;
    padding: 0 2rem;
    box-shadow: none;
  }

  .section-location__inner {
    max-width: initial;
    padding-left: 0;
  }

  .section-location__map {
    position: static;
    min-height: 35rem;
  }

  .section-location__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 60rem;
    margin: 0 -1rem;
  }

  .section-location__cell {
    padding: 0 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .section-team .container,
  .section-team .section-location__inner {
    padding-left: 2rem;
  }

  .item-person__line {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .item-person__line .inline-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 2rem 0 0 -1.5rem;
  }

  .item-person__social {
    width: 100%;
    margin: 2.5rem 0 0 0;
  }

  .item-person__social .inline-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .faq-aside {
    display: none;
  }

  .faq-list__item.active .faq-article {
    box-shadow: none;
  }

  .section-templates .article-primary__body {
    padding-left: 0;
  }

  .section-templates .article-primary__panel {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48rem;
    -ms-flex: 0 0 48rem;
    flex: 0 0 48rem;
  }

  .article-primary__aside {
    width: 100%;
  }

  .article-primary__aside .list-objects {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-price__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .grid-price__row .grid-price__cell {
    width: 50%;
  }

  .grid-price__row .grid-price__cell:first-child {
    width: 100%;
    margin-bottom: 2rem;
  }

  .section-order__header {
    padding: 5rem;
  }

  .section-order__main {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .section-order__footer {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .section-order__panel {
    margin: 4rem 0 0;
  }

  .section-order__cell.cell-sm {
    width: 50%;
  }

  .section-order__cell.table-hide {
    display: none;
  }

  .section-order__table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-error__head {
    padding-top: 10rem;
  }

  .section-error__number {
    font-size: 35rem;
  }

  .section-error__inner .container,
  .section-error__inner .section-location__inner {
    padding-right: 0;
    padding-left: 0;
  }

  .section-error__inner:after {
    top: 40%;
    width: 25%;
    height: 40%;
    -webkit-filter: blur(10rem);
    filter: blur(10rem);
  }

  .layout-header .menu-default {
    display: none;
  }

  .layout-header .container,
  .layout-header .section-location__inner {
    padding-left: 2rem;
  }

  .burger {
    display: block;
  }

  .layout-header__phone,
  .layout-header__buttons {
    display: none;
  }

  .layout-footer__links {
    display: none;
  }

  .layout-footer__bottom .list-massagers {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .layout-footer__inner {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .layout-footer__copyright {
    font-size: 1.2rem;
    margin: 2rem 0 0 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .layout-footer__developer {
    font-size: 1.2rem;
    margin-top: 3rem;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .payment-methods__item {
    padding: 0 1.5rem;
  }

  .payment-methods__list {
    width: calc(20rem * 16);
  }

@-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(calc(-20rem * 8));
      transform: translateX(calc(-20rem * 8));
    }
}

@keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(calc(-20rem * 8));
      transform: translateX(calc(-20rem * 8));
    }
}

  .btn-order .icon-order {
    display: block;
  }

  .btn-order__label {
    display: none;
  }

  .section-description {
    text-align: left;
  }

  .section-offset {
    margin-right: 0;
    margin-left: 0;
  }

  .article-primary__panel {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44rem;
    -ms-flex: 0 0 44rem;
    flex: 0 0 44rem;
  }

  .article-primary__aside .list-objects .list-object__item:first-child {
    display: block;
  }

  .article-primary__aside .list-object__item {
    display: none;
  }

  .article-primary__body {
    padding-left: 5rem;
  }

  .form-primary__grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-primary__cell.cell-sm {
    width: 50%;
  }

  .form-upload {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-upload__panel,
  .form-upload__file {
    width: 100%;
  }

  .form-upload__file {
    margin-top: 3rem;
  }

  .drop-area__inner {
    min-height: initial;
  }

  .drop-area__button {
    margin-top: 1.5rem;
  }

  .form-message__icon .icon {
    margin: 0 auto 1rem;
  }

  .search-block {
    max-width: 70rem;
  }

  .default-table__td {
    font-size: 1.4rem;
  }

  .default-table__td.table-hide {
    display: none;
  }

  .default-table__tr.table-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .default-table__tr.table-hide {
    display: none;
  }

  .default-table__th.cell-1,
  .default-table__th.cell-2,
  .default-table__th.cell-3,
  .default-table__th.cell-4,
  .default-table__th.cell-5,
  .default-table__th.cell-6,
  .default-table__th.cell-7,
  .default-table__th.cell-8,
  .default-table__th.cell-9,
  .default-table__th.cell-10,
  .default-table__th.cell-11,
  .default-table__th.cell-12,
  .default-table__td.cell-1,
  .default-table__td.cell-2,
  .default-table__td.cell-3,
  .default-table__td.cell-4,
  .default-table__td.cell-5,
  .default-table__td.cell-6,
  .default-table__td.cell-7,
  .default-table__td.cell-8,
  .default-table__td.cell-9,
  .default-table__td.cell-10,
  .default-table__td.cell-11,
  .default-table__td.cell-12 {
    max-width: initial;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .default-table__th.cell-1-table,
  .default-table__td.cell-1-table {
    max-width: 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
  }

  .default-table__th.cell-2-table,
  .default-table__td.cell-2-table {
    max-width: 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
  }

  .default-table__th.cell-3-table,
  .default-table__td.cell-3-table {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .default-table__th.cell-4-table,
  .default-table__td.cell-4-table {
    max-width: 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
  }

  .default-table__th.cell-5-table,
  .default-table__td.cell-5-table {
    max-width: 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
  }

  .default-table__th.cell-6-table,
  .default-table__td.cell-6-table {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .default-table__th.cell-7-table,
  .default-table__td.cell-7-table {
    max-width: 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
  }

  .default-table__th.cell-8-table,
  .default-table__td.cell-8-table {
    max-width: 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
  }

  .default-table__th.cell-9-table,
  .default-table__td.cell-9-table {
    max-width: 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }

  .default-table__th.cell-10-table,
  .default-table__td.cell-10-table {
    max-width: 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
  }

  .default-table__th.cell-11-table,
  .default-table__td.cell-11-table {
    max-width: 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
  }

  .default-table__th.cell-12-table,
  .default-table__td.cell-12-table {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .pagination-table {
    padding-left: 0;
  }

  .section-parameters {
    display: block;
  }

  .section-table {
    padding-bottom: 0;
  }

  .modal-default .modal-dialog {
    max-width: 73rem;
  }

  .list-elements__item {
    width: 50%;
  }

  .open-burger {
    overflow: hidden;
  }

  .open-burger .layout-panel {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .open-sidebar {
    overflow: hidden;
  }

  .open-sidebar .sidebar-panel {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .section-primary__head,
  .section-default__head {
    margin-bottom: 4rem;
  }

  .section-md.section-center {
    text-align: left;
  }

  .grid-default__row {
    padding-left: 0;
  }

  .section-default__title {
    padding-right: 0;
    padding-left: 0;
  }

  .section-default,
  .section-primary {
    padding: 10rem 0 6rem;
  }

  .section-default .container,
  .section-default .section-location__inner,
  .section-primary .container,
  .section-primary .section-location__inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .section-md,
  .section-sm {
    max-width: initial;
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .section-center {
    text-align: left;
  }

  .section-welcome__articles {
    padding-top: 9rem;
  }

  .articles-list__item {
    margin-bottom: 7rem;
  }

  .module-feedback {
    flex-direction: column;
    width: 100%;
    max-width: 36rem;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .module-feedback .h2 {
    text-align: center;
  }

  .form-default__footer {
    text-align: center;
  }

  .module-feedback__cell {
    width: 100%;
  }

  .unique-voice__footer .list-objects {
    padding-right: 0;
    padding-left: 0;
  }

  .unique-voice__footer .list-objects .list-object__item:nth-child(4) {
    display: none;
  }

  .list-objects .btn-next {
    margin-right: -2rem;
  }

  .unique-voice__body {
    text-align: left;
  }

  .table-primary__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .table-primary__th,
  .table-primary__td {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .td-offset {
    margin-left: auto;
    padding-top: 2.5rem;
  }

  .section-price__title {
    font-size: 2.6rem;
  }
}

@media (max-width: 767px) {
  .container,
  .section-location__inner,
  .container-md,
  .section-default__title,
  .unique-voice__group,
  .template-selection__group {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .panel-floating {
    display: none;
  }

  .section-waves {
    overflow: hidden;
  }

  .section-waves__lines {
    margin-top: -2.5rem;
  }

  .section-waves__wrapper {
    padding: 20rem 0 15rem;
  }

  .section-waves__head {
    margin-bottom: 3rem;
  }

  .section-waves__head h1,
  .section-waves__head .h1 {
    font-size: 2rem;
  }

  .section-waves__animated {
    width: 30%;
    height: 40%;
    -webkit-filter: blur(6rem);
    filter: blur(6rem);
  }

@-webkit-keyframes orbit {
    0% {
      top: 0;
      left: 0;
    }

    50% {
      top: 50%;
      left: 50;
    }

    100% {
      top: 80%;
      left: 100%;
    }
}

@keyframes orbit {
    0% {
      top: 0;
      left: 0;
    }

    50% {
      top: 50%;
      left: 50;
    }

    100% {
      top: 80%;
      left: 100%;
    }
}

  .section-location__contacts {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-location__cell {
    margin-bottom: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .section-location__map {
    height: 21rem;
  }

  .section-team .container,
  .section-team .section-location__inner {
    padding-left: 1.5rem;
  }

  .section-team__title {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    text-align: center;
  }

  .item-person {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .item-person__media {
    width: 100%;
    margin-bottom: 2rem;
    padding: 0;
  }

  .item-person__image {
    margin: 0 auto;
  }

  .item-person__body {
    padding: 0;
  }

  .item-person__fio {
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
    text-align: center;
  }

  .item-person__contacts {
    margin-top: 1.5rem;
  }

  .section-location__panel {
    padding: 0;
  }

  .faq-article {
    padding: 3rem 1.5rem;
  }

  .faq-article__title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .faq-article__content {
    font-size: 1.6rem;
  }

  .faq-list__item {
    margin-bottom: 2rem;
  }

  .section-effect__body {
    margin-top: 3rem;
  }

  .section-templates {
    margin-top: 3rem;
  }

  .section-templates .article-primary__panel {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }

  .section-templates .article-primary {
    margin-bottom: 4rem;
  }

  .select-template {
    -webkit-box-align: initial;
    -webkit-align-items: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }

  .select-template__label {
    font-size: 1.6rem;
  }

  .select-template__body {
    margin-top: -.3rem;
  }

  .select-template__body .dropdown-default__panel {
    right: 0;
    left: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .article-primary__button.mobile-hide {
    display: none;
  }

  .section-button.mobile-show {
    display: block;
  }

  .section-order__next {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-order__prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-order__header {
    padding: 3rem 1.5rem;
  }

  .section-order__header h3,
  .section-order__header .h3 {
    font-size: 2.5rem;
  }

  .section-price__head {
    margin: 0;
  }

  .section-price__head h3,
  .section-price__head .h3 {
    font-size: 2.5rem;
  }

  .section-price__title {
    font-size: 2rem;
    line-height: 1.4;
    margin: 0 0 2rem 0;
    text-align: center;
  }

  .grid-price__row {
    padding: 2rem 0;
  }

  .grid-price__row .grid-price__cell {
    width: 100%;
    margin-bottom: 2rem;
  }

  .grid-price__row .grid-price__cell:last-child {
    margin-bottom: 0;
  }

  .section-order__main {
    padding: 3rem 1.5rem;
  }

  .section-order__main.waves {
    padding-bottom: 5rem;
  }

  .section-order__main.waves .section-order__step {
    text-align: center;
  }

  .section-order__headline {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
  }

  .section-order__step {
    font-size: 1.6rem;
  }

  .section-order__footer {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .list-total__row {
    margin-bottom: 2.5rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list-total__body {
    margin-top: 1rem;
  }

  .list-total__label {
    width: 100%;
    padding-right: 0;
  }

  .list-total__body {
    width: 100%;
  }

  .section-order__grid {
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }

  .section-order__grid.order-edit .section-order__cell {
    text-align: center;
  }

  .section-order__grid.order-edit .section-order__cell.cell-sm {
    width: 100%;
  }

  .section-order__grid.order-edit .section-order__next {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-order__grid.order-edit .section-order__prev {
    margin-top: 2rem;
  }

  .list-total__text,
  .list-total__file {
    font-size: 1.6rem;
  }

  .steps {
    max-width: calc(100% + 3rem);
    margin: 0 -1.5rem 0;
  }

  .section-order__panel.step-1 {
    margin: 4rem -1.5rem 0 0;
    border-radius: 1.2rem 0 0 1.2rem;
  }

  .section-order__panel.step-1 .steps-list {
    -webkit-transform: translateX(1.5rem);
    -ms-transform: translateX(1.5rem);
    transform: translateX(1.5rem);
  }

  .section-order__panel.step-2 .steps-list {
    -webkit-transform: translateX(-25rem);
    -ms-transform: translateX(-25rem);
    transform: translateX(-25rem);
  }

  .section-order__panel.step-3 .steps-list {
    -webkit-transform: translateX(-50rem);
    -ms-transform: translateX(-50rem);
    transform: translateX(-50rem);
  }

  .section-order__panel.step-2,
  .section-order__panel.step-3 {
    margin: 4rem -1.5rem 0;
    border-radius: 0;
  }

  .section-order__panel.step-4 {
    margin: 4rem 0 0 -1.5rem;
    border-radius: 0 1.2rem 1.2rem 0;
  }

  .section-order__panel.step-4 .steps-list {
    -webkit-transform: translateX(-75rem);
    -ms-transform: translateX(-75rem);
    transform: translateX(-75rem);
  }

  .section-error__content {
    font-size: 1.6rem;
  }

  .section-error__status {
    font-size: 4rem;
  }

  .section-error__number {
    font-size: 14rem;
  }

  .section-error__waves {
    overflow: hidden;
  }

  .section-error__waves .container,
  .section-error__waves .section-location__inner {
    padding-right: 0;
    padding-left: 0;
  }

  .section-error__navigate {
    width: 100%;
    padding: 30rem 0 5rem 0;
  }

  .section-error__navigate .menu-default {
    display: block;
    overflow-x: auto;
    padding: 1rem 1.5rem;
    text-align: center;
    white-space: nowrap;
  }

  .section-error__navigate .menu-default__item {
    display: inline;
  }

  .section-error__inner:after {
    width: 30%;
    height: 40%;
    -webkit-filter: blur(8rem);
    filter: blur(8rem);
  }

@-webkit-keyframes orbit {
    0% {
      top: 0;
      left: 0;
    }

    50% {
      top: 50%;
      left: 50;
    }

    100% {
      top: 80%;
      left: 100%;
    }
}

@keyframes orbit {
    0% {
      top: 0;
      left: 0;
    }

    50% {
      top: 50%;
      left: 50;
    }

    100% {
      top: 80%;
      left: 100%;
    }
}

  .layout-header .container,
  .layout-header .section-location__inner {
    padding-right: 8rem;
    padding-left: 1.5rem;
  }

  .burger {
    width: 4.3rem;
    height: 3.2rem;
    margin-top: 2.5rem;
    margin-right: 1rem;
  }

  .burger:before,
  .burger:after {
    width: 3.3rem;
  }

  .burger-item {
    width: 3.3rem;
    margin-top: .9rem;
  }

  .layout-header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 8rem;
    padding: 2rem 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list-massager__link .icon {
    width: 4.5rem;
    height: 4.5rem;
  }

  .layout-footer__developer {
    font-size: 1.1rem;
  }

  .payment-methods__list {
    -webkit-animation: scroll 14s linear infinite;
    animation: scroll 14s linear infinite;
  }

  .button-order {
    padding: 2rem 1.5rem;
  }

  .button-order .icon-microphone {
    margin-right: 1.5rem;
  }

  .btn-parameters {
    font-size: 1.8rem;
  }

  .btn-default {
    padding: 1.2rem 1rem .8rem 1rem;
  }

  .btn-prev__label {
    display: none;
  }

  .btn-send {
    padding: 1.2rem 1.2rem .8rem;
  }

  .h1,
  h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .h2,
  h2 {
    font-size: 2rem;
    line-height: 1.4;
    margin: 0 0 2rem 0;
    text-align: center;
  }

  .content,
  .template-selection__body,
  .unique-voice__body {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .section-description {
    font-size: 1.6rem;
  }

  .article-default {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .article-default__media {
    width: 100%;
    margin-bottom: 3rem;
    padding-right: 0;
  }

  .article-default__image {
    margin: 0 auto;
  }

  .articles-list__item {
    margin-bottom: 7rem;
  }

  .article-default__body ul li {
    margin-top: 2rem;
  }

  .article-primary {
    margin: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .article-primary__panel {
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }

  .article-primary__head {
    margin-bottom: 2rem;
  }

  .article-primary__head .h2,
  .article-primary__head h2 {
    text-align: left;
  }

  .article-primary__body {
    padding-left: 0;
  }

  .article-primary__aside {
    width: 100%;
    margin-top: 2.5rem;
    padding: 0;
  }

  .form-primary__cell.cell-sm {
    width: 100%;
  }

  .control-default {
    padding: 1rem 4rem 1rem 1.5rem;
  }

  .form-primary__label {
    font-size: 1.8rem;
  }

  .form-primary__footer {
    text-align: center;
  }

  .form-upload__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-upload__cell.cell-sm,
  .form-upload__cell.cell-md {
    width: 100%;
  }

  .form-upload__note {
    margin-bottom: 2rem;
  }

  .duration-track__control {
    width: 100%;
    max-width: 30rem;
  }

  .form-default__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-default__row .form-default__cell:last-child {
    margin-bottom: 0;
  }

  .form-default__cell {
    width: 100%;
    margin-bottom: 2rem;
  }

  .default-table__td.mobile-hide {
    display: none;
  }

  .default-table__head {
    display: none;
  }

  .section-parameters {
    margin-top: 3rem;
  }

  .default-table__tr {
    padding-right: 0;
    padding-left: 9rem;
  }

  .default-table__play {
    width: 9rem;
  }

  .pagination-table {
    flex-direction: column-reverse;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }

  .pagination-table__button {
    margin-top: 3rem;
  }

  .default-table__th,
  .default-table__td {
    padding: 2rem 1.5rem;
  }

  .default-table__th.cell-1-table,
  .default-table__th.cell-2-table,
  .default-table__th.cell-3-table,
  .default-table__th.cell-4-table,
  .default-table__th.cell-5-table,
  .default-table__th.cell-6-table,
  .default-table__th.cell-7-table,
  .default-table__th.cell-8-table,
  .default-table__th.cell-9-table,
  .default-table__th.cell-10-table,
  .default-table__th.cell-11-table,
  .default-table__th.cell-12-table,
  .default-table__td.cell-1-table,
  .default-table__td.cell-2-table,
  .default-table__td.cell-3-table,
  .default-table__td.cell-4-table,
  .default-table__td.cell-5-table,
  .default-table__td.cell-6-table,
  .default-table__td.cell-7-table,
  .default-table__td.cell-8-table,
  .default-table__td.cell-9-table,
  .default-table__td.cell-10-table,
  .default-table__td.cell-11-table,
  .default-table__td.cell-12-table {
    max-width: initial;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .default-table__th.cell-1-mobile,
  .default-table__td.cell-1-mobile {
    max-width: 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
  }

  .default-table__th.cell-2-mobile,
  .default-table__td.cell-2-mobile {
    max-width: 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
  }

  .default-table__th.cell-3-mobile,
  .default-table__td.cell-3-mobile {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .default-table__th.cell-4-mobile,
  .default-table__td.cell-4-mobile {
    max-width: 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
  }

  .default-table__th.cell-5-mobile,
  .default-table__td.cell-5-mobile {
    max-width: 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
  }

  .default-table__th.cell-6-mobile,
  .default-table__td.cell-6-mobile {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .default-table__th.cell-7-mobile,
  .default-table__td.cell-7-mobile {
    max-width: 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
  }

  .default-table__th.cell-8-mobile,
  .default-table__td.cell-8-mobile {
    max-width: 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
  }

  .default-table__th.cell-9-mobile,
  .default-table__td.cell-9-mobile {
    max-width: 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }

  .default-table__th.cell-10-mobile,
  .default-table__td.cell-10-mobile {
    max-width: 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
  }

  .default-table__th.cell-11-mobile,
  .default-table__td.cell-11-mobile {
    max-width: 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
  }

  .default-table__th.cell-12-mobile,
  .default-table__td.cell-12-mobile {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .modal-default {
    margin-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal-default .modal-dialog {
    max-width: initial;
  }

  .list-elements__item {
    width: 100%;
  }

  .modal-default__body {
    padding: 2rem 1.5rem;
  }

  .modal-default__panel {
    padding: 4rem 0 2rem;
  }

  .layout-panel__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .layout-panel__inner {
    padding: 6rem 0;
  }

  .sidebar-panel {
    width: 32rem;
  }

  .sidebar-filters__item {
    padding: 2rem 1.5rem;
  }

  .sidebar-filters__item .list-controls {
    font-size: 1.6rem;
  }

  .sidebar-filters__item .checkbox__text:before,
  .sidebar-filters__item .checkbox__text:after {
    top: -.1rem;
  }

  .section-primary {
    padding: 10rem 0 4rem;
  }

  .section-primary .container,
  .section-primary .section-location__inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .section-primary__breadcrumb,
  .section-default__breadcrumb {
    margin-bottom: 4rem;
  }

  .section-primary__head,
  .section-default__head {
    margin-bottom: 2rem;
  }

  .section-md,
  .section-sm {
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }

  .section-content {
    font-size: 1.6rem;
  }

  .section-default .container,
  .section-default .section-location__inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .section-welcome__body {
    padding-top: 4rem;
  }

  .section-welcome__articles {
    padding-top: 7rem;
  }

  .section-feedback {
    padding: 10rem 0;
  }

  .section-feedback__info + .section-feedback__form {
    margin-top: 10rem;
  }

  .section-feedback__info h1,
  .section-feedback__info .h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .module-feedback__cell {
    padding-right: 0;
    padding-left: 0;
  }

  .section-music {
    padding: 5rem 0;
  }

  .unique-voice__head {
    margin-bottom: 3rem;
  }

  .unique-voice__footer .list-objects .list-object__item:nth-child(3),
  .unique-voice__footer .list-objects .list-object__item:nth-child(4) {
    display: none;
  }

  .list-objects {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .list-objects .btn-next {
    margin-right: 0;
  }

  .unique-voice {
    margin-bottom: 10rem;
  }

  .template-selection__head {
    margin-bottom: 2rem;
  }

  .section-price__title strong {
    display: block;
  }

  .table-primary__head {
    display: none;
  }

  .table-primary__td {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .table-primary__label {
    display: block;
    margin-bottom: 1rem;
  }

  .td-offset {
    margin-left: auto;
    padding-top: 2rem;
  }

  .table-primary__body .table-primary__row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .table-primary__row {
    margin: 0;
  }

  .payment {
    margin-bottom: 2rem;
  }
}

@media (max-width: 567px) {
  .unique-voice__footer .list-objects .list-object__item:nth-child(2),
  .unique-voice__footer .list-objects .list-object__item:nth-child(3),
  .unique-voice__footer .list-objects .list-object__item:nth-child(4) {
    display: none;
  }
}
.list-primary ul {
    list-style: none;
}

.relative {
    position: relative;
}

.layout-panel__form {
    position: relative;
}

.form-thanks, .form-message {
    position: absolute;
    background: #fff;
    top: 0;
    width: 100%;
    height: 100%;
}

    .form-thanks.green,
    .form-message.green {
        background: #d7ebe9;
        margin: 0;
    }

.form-upload__cell {
    padding: 0;
    margin: 0 2rem;
    position: relative;
}

.error .form-control,
.error .duration-track__control {
    background-color: rgba(229, 27, 27, .05);
}

#drop-area .drop-area__list {
    z-index: 10;
}

.dropdown-default__reset {
    border: none;
    background: transparent;
    padding: 0;
}

.item-shadow:before {
    height: 30%;
}

.item-person__line .inline-social:first-child {
    margin-left: 0;
}

    .item-person__line .inline-social:first-child .inline-social__item:first-child {
        margin-left: 0;
    }

.section-location__contacts p {
    margin-bottom: 2.5rem;
}

.section-location__contacts br {
    margin-top: 1rem;
    display: block;
    content: "";
}

.section-location__contacts a[href^='tel:'] u {
    font-size: 1.8rem;
    text-decoration: none;
}

/*.list-total__file {
    margin: 15px 0;
}*/

.drop-area {
    position: relative
}

    .drop-area input[type="file"] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        opacity: 0;
    }

.form-default__message.relative {
    font-size: 1rem;
    line-height: 1.8;
    position: relative;
    top: 100%;
    left: 0;
    color: #e61b1b;
    margin-top: 10px;
    text-align: left;
}

.developer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: .4;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .developer a {
        color: #000;
    }

.panel-floating__middle {
    text-transform: uppercase;
    padding: 0 0 1rem;
    transition: all .3s ease 0s
}

.panel-floating:hover .panel-floating__middle {
    left: -8px;
    transition: all .3s ease 0s
}

.orange {
    color: #ff5425;
    font-weight: bold;
}

    .orange .icon {
        stroke: #ff5425;
    }

.normal-text h2 {
    font-weight: normal;
}

.section-description {
    text-align: justify;
}

.section-preloader:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: opacity .3s, visibility .6s;
    transition: opacity .3s, visibility .6s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/preloader.gif) #ffffff 50% 50% no-repeat;
    background: url(../images/preloader.gif) rgba(255, 255, 255, 0.7) 50% 50% no-repeat;
    z-index: 10;
}

.section-order__panel .section-preloader:before {
    border-radius: 1.2rem;
}

.section-preloader__panel {
    display: block;
}

.layout-header__phone a {
    display: block;
}
    .layout-header__phone a:hover {
        color: rgba(0, 0, 0, .4);
    }

.layout-header__logo .logo-ivr-voice {
    height: 5.6rem;
}

@media (max-width: 1200px) {
    .layout-header .menu-default {
        display: none;
    }
    .layout-header__phone {
        display: none;
    }
    .burger {
        display: block;
    }
    .open-burger .layout-panel {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.icon-download {
    width: 3rem;
    height: 2.6rem;
    fill: #ff5425;
}

.icon-telegram {
    box-shadow: 0 0.4rem 2rem rgba(69, 168, 225, .3);
}

.icon-facebook {
    box-shadow: 0 0.4rem 2rem rgba(59, 89, 152, 0.3);
}

.icon-skype {
    box-shadow: 0 0.4rem 2rem rgba(40, 168, 234, .3);
}

.section-player .btn-play {
    margin: 4rem auto 0;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none;
}
