@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.woff");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Bold.woff");
  font-style: normal;
  font-weight: 700;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

*:focus {
  outline: none;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  position: relative;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

html * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
}

body {
  min-height: 100vh;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
label {
  display: block;
}

ul,
ol,
menu {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
}

table {
  width: 100%;
  border-collapse: collapse;
}

input,
textarea,
select,
option,
button,
label {
  border-radius: 0;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}

a {
  text-decoration: none;
  color: inherit;
}

label,
button,
[type="submit"] {
  cursor: pointer;
  background: none;
}

[class^='icon'] {
  display: inline-block;
  position: relative;
  fill: currentColor;
}

img {
  display: block;
  max-width: 100%;
  font-style: italic;
}

body {
  font: 16px "Open Sans", sans-serif;
  color: #7F768B;
  line-height: 1.5;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
}

.main-content__inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.container {
  position: relative;
  max-width: 1272px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.container_sm {
  max-width: 1072px;
}

.icon-phone {
  fill: transparent;
  stroke-width: 2px;
  stroke: #584A67;
  width: 16px;
  height: 16px;
}

.icon-phone-call {
  width: 24px;
  height: 24px;
  background: url("/assets/img/phone-call.png") center no-repeat;
  background-size: contain;
}

.icon-chevron {
  width: 12px;
  height: 12px;
  fill: transparent;
  stroke: #584A67;
  stroke-width: 2px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.icon-facebook {
  width: 13px;
  height: 13px;
  fill: #fff;
}

.link {
  color: #ff8dbd;
  -webkit-box-shadow: inset 0 0 0 rgba(255, 141, 189, 0), 0 1px 0 #ff8dbd;
  box-shadow: inset 0 0 0 rgba(255, 141, 189, 0), 0 1px 0 #ff8dbd;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.link:hover {
  -webkit-box-shadow: inset 0 0 0 rgba(255, 141, 189, 0), 0 0 0 #ff8dbd;
  box-shadow: inset 0 0 0 rgba(255, 141, 189, 0), 0 0 0 #ff8dbd;
}

.checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.checkbox__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.checkbox__text {
  font-size: 11px;
  letter-spacing: 0.02px;
}

.checkbox__input {
  visibility: hidden;
  width: 0;
  padding: 0;
  height: 0;
}

.checkbox__input:checked ~ .checkbox__icon .icon-checkbox {
  border: 1px solid #584A67;
}

.checkbox__input:checked ~ .checkbox__icon .icon-checkbox::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.checkbox.has-error .checkbox__icon .icon-checkbox {
  border: 1px solid #ff8dbd;
}

.icon-checkbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 0.5px solid #7F768B;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.icon-checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  opacity: 0;
  background-color: #ff8dbd;
  border-radius: 50%;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.icon-checkbox:hover {
  border: 0.6px solid #7F768B;
}

.title {
  color: #584A67;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.title_center {
  text-align: center;
}

.title_size_l {
  font-size: 48px;
  line-height: 1.20833;
}

.title_size_m {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.25;
}

.title_size_s {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 600;
}

.number {
  font-size: 22px;
  line-height: 1.22727;
  letter-spacing: 0.3px;
  color: #848fff;
  font-weight: 600;
}

.content h1,
.content h2,
.content h3,
.content h5,
.content h6 {
  color: #584A67;
  font-size: 16px;
}

.content h5 {
  padding-top: 2px;
}

.content h5:not(:last-child) {
  margin-bottom: 12px;
}

.content p {
  letter-spacing: 0.02px;
}

.content p:not(:last-child) {
  margin-bottom: 24px;
}

.content ul {
  margin-bottom: 24px;
}

.content ul li {
  padding-left: 15px;
  position: relative;
}

.content ul li:not(:last-child) {
  margin-bottom: 3px;
}

.content ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #ff8dbd;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
}

.btn {
  position: relative;
  display: table;
  height: 56px;
  line-height: 56px;
  width: 210px;
  padding: 0 16px;
  border-radius: 5px;
  letter-spacing: 0.02px;
  color: #FF8DBD;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: color 0.35s ease-in-out, -webkit-box-shadow 0.35s ease;
  transition: color 0.35s ease-in-out, -webkit-box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease, color 0.35s ease-in-out;
  transition: box-shadow 0.35s ease, color 0.35s ease-in-out, -webkit-box-shadow 0.35s ease;
  letter-spacing: 0.02px;
  border: 2px solid #FF8DBD;
}

.btn:hover {
  border: 2px solid #FFAEB3;
  color: #FFAEB3;
}

.btn:active {
  color: #FF8178;
  border: 2px solid #FF8178;
}

.btn__icon {
  position: relative;
  z-index: 1;
}

.btn__icon:not(:last-child) {
  margin-right: 14px;
}

.btn__text {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.btn__text::first-letter {
  text-transform: uppercase;
}

.btn_theme_primary {
  border: none;
  color: #fff;
  background-image: linear-gradient(264deg, #ff8dbd 0%, #ffb0b3 100%);
}

.btn_theme_primary:before,
.btn_theme_primary:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn_theme_primary:before {
  background-color: #FFAEB3;
}

.btn_theme_primary:after {
  background-color: #ff9ab9;
}

.btn_theme_primary:hover {
  color: #fff;
}

.btn_theme_primary:hover:before {
  opacity: 1;
}

.btn_theme_primary:active {
  color: #fff;
}

.btn_theme_primary:active:after {
  opacity: 1;
}

.btn_theme_primary:hover,
.btn_theme_primary:focus,
.btn_theme_primary:active {
  border: none;
}

.btn_center {
  margin-left: auto;
  margin-right: auto;
}

.btn_disabled {
  pointer-events: none;
  opacity: 0.5;
}

.btn_size_l {
  height: 64px;
  line-height: 64px;
}

.btn_size_s {
  height: 40px;
  line-height: 40px;
}

.btn .icon-facebook {
  width: 8px;
  height: 18px;
}

.btn.is-disabled {
  pointer-events: none;
  background-color: rgba(204, 204, 204, 0.9);
}

.modal {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.modal a.close-modal {
  display: none;
}

.modal__close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  width: 26px;
  height: 26px;
}

.modal__close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("/assets/img/close.svg") center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  opacity: 0.5;
}

.modal__close:hover {
  opacity: 1;
}

.modal__close:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.blocker {
  z-index: 6;
}

.form {
  width: 100%;
  max-width: 384px;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  z-index: 1;
}

.form__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 32px;
  text-align: center;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: url("/assets/img/modal-bg.svg") center no-repeat;
  background-size: cover;
}

.form__head-inner {
  width: 100%;
  position: relative;
  z-index: 1;
}

.form__title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.form__title:not(:last-child) {
  margin-bottom: 10px;
}

.form__inner {
  padding: 32px;
}

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

.form__group:not(:last-child) {
  margin-bottom: 23px;
}

.form__group .form__field:not(:last-child) {
  margin-right: 16px;
  margin-bottom: 0;
}

.form__field {
  position: relative;
  display: block;
  width: 100%;
}

.form__field:not(:last-child) {
  margin-bottom: 23px;
}

.form__field:hover .form__input,
.form__field.in-focus .form__input {
  border: 1px solid #7F768B;
}

.form__field:hover .form__label,
.form__field.in-focus .form__label {
  color: #7F768B;
}

.form__field.is-active .form__input {
  border: 1px solid #7F768B;
}

.form__field.is-active .form__label {
  color: #7F768B;
}

.form__field.has-error .form__label {
  color: #ff8dbd;
}

.form__field.has-error .form__input {
  border: 1px solid #ff8dbd;
}

.form__field.is-hidden {
  height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 0;
}

.form__label {
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 12px;
  padding: 0 4px;
  background-color: #fff;
  font-weight: 500;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.form__btn {
  width: 100%;
  margin-top: 42px;
}

.form__input,
.form__textarea {
  width: 100%;
  display: block;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  background-color: transparent;
  font-size: 14px;
  color: #7F768B;
  font-weight: 500;
  border: 1px solid rgba(127, 118, 139, 0.5);
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.form__input:-webkit-autofill:hover,
.form__input:-webkit-autofill:focus,
.form__input:-webkit-autofill:active,
.form__input:-webkit-autofill:hover,
.form__input:-webkit-autofill:focus,
.form__input:-webkit-autofill:active,
.form__textarea:-webkit-autofill:hover,
.form__textarea:-webkit-autofill:focus,
.form__textarea:-webkit-autofill:active,
.form__textarea:-webkit-autofill:hover,
.form__textarea:-webkit-autofill:focus,
.form__textarea:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.form__input:-webkit-autofill,
.form__textarea:-webkit-autofill {
  -webkit-text-fill-color: #7F768B;
}

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

.form__footer .form__btn {
  margin-top: 0;
}

.form__success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  text-align: center;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  opacity: 0;
  z-index: 3;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.form_theme_secondary .form__head {
  padding: 32px 32px 24px;
}

.form_theme_tertiary .form__head {
  height: 90px;
}

.form_theme_primary .form__head {
  height: 190px;
}

.form_modal {
  display: none;
}

.form.is-active .form__success {
  opacity: 1;
  pointer-events: auto;
}

.form_wide {
  max-width: 720px;
}

.form_wide .form__head {
  height: 90px;
}

.form_wide .form__head:before {
  height: 61px;
  width: 176px;
  border-radius: 30% 70% 100% 0% / 5% 100% 0% 95%;
  background-image: linear-gradient(260deg, #00d8ff 0%, #8737ff 100%);
}

.form_wide .form__head:after {
  border-radius: 50% 15% 0% 60% / 0% 30% 0% 100%;
  height: 80px;
  width: 164px;
}

.switcher-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 56px;
  border: 1px solid rgba(127, 118, 139, 0.5);
  border-radius: 5px;
  cursor: pointer;
}

.switcher-box:hover .switcher-box__box {
  background-color: #584A67;
}

.switcher-box:not(:last-child) {
  margin-bottom: 23px;
}

.switcher-box__input {
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
}

.switcher-box__input:checked ~ .switcher-box__box {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.switcher-box__input:checked ~ .switcher-box__phone {
  color: #fff;
}

.switcher-box__input:checked ~ .switcher-box__mail {
  color: rgba(127, 118, 139, 0.5);
}

.switcher-box__phone,
.switcher-box__mail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.switcher-box__mail {
  color: #fff;
}

.switcher-box__box {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 48px;
  width: calc(50% - 3px);
  border-radius: inherit;
  background-color: rgba(127, 118, 139, 0.5);
  z-index: -1;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 5;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.header_white {
  background-color: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 86, 252, 0.1);
  box-shadow: 0 5px 20px rgba(0, 86, 252, 0.1);
}

.header__container {
  max-width: 1392px;
}

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

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

.nav__right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.nav-callback__btn {
  width: 174px;
}

.nav-callback__phone {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-callback__phone:not(:last-child) {
  margin-right: 16px;
}

.nav-callback__phone-icon {
  margin-right: 8px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.nav-callback__phone-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  white-space: nowrap;
}

.nav-callback__phone:hover .nav-callback__phone-icon {
  stroke: #7F768B;
}

.logo {
  display: inline-block;
  width: 122px;
  height: 40px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.logo:hover {
  opacity: 0.8;
}

.more {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02px;
  padding-right: 28px;
  color: #ff8dbd;
}

.more:after {
  content: '';
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
  position: absolute;
  background: url("/assets/img/arrow-right.svg") center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.more:hover:after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.actions__btn:not(:last-child) {
  margin-right: 35px;
}

.intro {
  position: relative;
  padding: 185px 0 120px;
  background: url("/assets/img/wave.png") center no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.intro__title {
  margin-bottom: 16px;
}

.intro__inner {
  position: relative;
  width: 100%;
}

.intro__picture {
  max-width: 385px;
  margin-right: 80px;
  width: 100%;
}

.intro__img {
  width: 100%;
  height: 100%;
}

.intro__block {
  max-width: 670px;
  width: 100%;
}

.intro__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.intro__content p {
  line-height: 22px;
}

.benefits {
  position: relative;
  padding-top: 65px;
}

.benefits__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -21px;
}

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

.block-icon__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-image: linear-gradient(68deg, #ff8dbd 0%, #ffb0b3 100%);
}

.block-icon__img {
  max-width: 16px;
  max-height: 16px;
}

.block-icon__content p {
  font-size: 14px;
}

.benefit-item {
  position: relative;
  z-index: 1;
  max-width: 362px;
  width: 100%;
  padding: 0 21px;
  margin-bottom: 42px;
}

.benefit-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 24px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 86, 252, 0.1);
  box-shadow: 0 5px 20px rgba(0, 86, 252, 0.1);
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.benefit-item__inner:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 86, 252, 0.1);
  box-shadow: 0 3px 10px rgba(0, 86, 252, 0.1);
}

.benefit-item__inner:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding-bottom: 5px;
}

.slider-nav .slick-arrow {
  position: relative;
  width: 32px;
  height: 32px;
  margin-top: 42px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 86, 252, 0.1);
  box-shadow: 0 3px 10px rgba(0, 86, 252, 0.1);
  z-index: 1;
  cursor: pointer;
}

.slider-nav .slick-arrow:not(:last-child) {
  margin-right: 16px;
}

.slider-nav .slick-arrow:hover .icon-chevron {
  stroke: #ff8dbd;
}

.slider-nav .slick-arrow.slick-disabled {
  pointer-events: none;
}

.slider-nav .slick-arrow.slick-disabled .icon-chevron {
  opacity: 0.5;
}

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

.slider-nav__prev .icon-chevron {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.slider-nav__next .icon-chevron {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.slider-nav__count {
  width: 50px;
  text-align: center;
  margin-top: 42px;
}

.slider-nav__count:not(:last-child) {
  margin-right: 16px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-dots button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: transparent;
  font-size: 0;
  line-height: 0;
}

.slick-dots button:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: rgba(127, 118, 139, 0.5);
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-dots li.slick-active button:before {
  background-color: #ff8dbd;
}

.about {
  position: relative;
}

.about__inner {
  padding: 40px 0 20px;
  position: relative;
}

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

.about__title {
  margin-bottom: 40px;
}

.about-select {
  display: none;
  margin-bottom: 24px;
}

.selectric {
  background: #fff;
  border-radius: 5px;
  border: 0;
  -webkit-box-shadow: 0 3px 10px rgba(0, 86, 252, 0.1);
  box-shadow: 0 3px 10px rgba(0, 86, 252, 0.1);
}

.selectric .button {
  display: none;
}

.selectric .label {
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  letter-spacing: 0.02px;
  font-weight: 600;
  color: #584A67;
  padding: 0 14px;
  margin: 0;
}

.selectric .label:after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/assets/img/chevron.svg") center no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
}

.about-nav {
  position: relative;
  overflow: hidden;
  max-width: 385px;
  width: 100%;
  margin-right: 90px;
  z-index: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about-nav .slick-list {
  padding: 0 10px 8px;
  margin: -8px 0;
}

.about-nav .slick-vertical .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 114px;
}

.about-nav__slider-nav .slider-nav__prev .icon-chevron {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about-nav__slider-nav .slider-nav__next .icon-chevron {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.about-nav__item {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 8px 0;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0;
  background-color: #FAF9FA;
}

.about-nav__item:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 86, 252, 0.12);
  box-shadow: 0 5px 15px rgba(0, 86, 252, 0.12);
}

.about-nav__item:hover .about-nav__text {
  color: rgba(88, 74, 103, 0.8);
}

.about-nav__item:hover .about-nav__count {
  color: rgba(132, 143, 255, 0.8);
}

.about-nav__item.slick-active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}

.about-nav__item.is-active {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(88, 74, 103, 0.16);
  box-shadow: 0 10px 20px rgba(88, 74, 103, 0.16);
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.about-nav__item.is-active .about-nav__text {
  color: #584A67;
}

.about-nav__item.is-active .about-nav__count {
  color: #848fff;
}

.about-nav__item.is-active .about-nav__content:after {
  background-image: url("/assets/img/chevron-pink.svg");
  opacity: 1;
  -webkit-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
}

.about-nav__count {
  margin-right: 16px;
  color: rgba(132, 143, 255, 0.5);
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.about-nav__text {
  font-weight: 600;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.small {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02px;
  font-weight: 400;
}

.small_light {
  color: #7F768B;
}

.about-for {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  max-width: 560px;
  width: 100%;
}

.about-for__inner {
  position: relative;
}

.about-for__item:not(:first-child) {
  display: none;
}

.about-for__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-for__head:not(:last-child) {
  margin-bottom: 24px;
}

.about-for__count {
  margin-right: 16px;
}

.about-for__actions {
  margin-top: 32px;
}

.prices {
  position: relative;
  padding: 176px 0 114px;
  background: url("/assets/img/wave2.jpg") center no-repeat;
  background-size: cover;
  background-position: center top;
}

.prices:before,
.prices:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
}

.prices:before {
  top: -2px;
  height: 20%;
  background: url("/assets/img/bg-wave2.png") center no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.prices:after {
  bottom: -2px;
  height: 16%;
  background: url("/assets/img/bg-wave1.png") center no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.prices__title {
  margin-bottom: 40px;
  width: 100%;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.prices__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}

.prices__content .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prices__content .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.prices__info {
  text-align: center;
  margin-top: 40px;
}

.prices__content {
  width: 100%;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.prices__inner {
  position: relative;
  z-index: 2;
}

.price-card {
  position: relative;
  padding: 0 20px;
  max-width: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
  color: #f7fcfc;
}

.price-card .title {
  color: inherit;
}

.price-card__head {
  margin-bottom: auto;
}

.price-card__row:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.price-card__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  padding: 42px 25px 24px;
  border-radius: 5px;
  height: 320px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 86, 252, 0.1);
  box-shadow: 0 3px 10px rgba(0, 86, 252, 0.1);
  background-color: #fff;
  color: #7F768B;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.price-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price-card__body {
  margin-bottom: auto;
}

.price-card__value {
  font-weight: 800;
  font-size: 36px;
}

.price-card__value span {
  font-weight: 500;
  font-size: 16px;
}

.price-card__btn {
  width: 100%;
  margin-top: 6px;
}

.price-card__desc:not(:last-child) {
  margin-bottom: 32px;
}

.price-card__desc p {
  font-size: 14px;
}

.price-card__desc p:not(:last-child) {
  margin-bottom: 5px;
}

.price-card_theme_primary .price-card__inner {
  color: #fff;
  height: 340px;
  background-image: linear-gradient(70deg, #ff8dbd 0%, #ffb0b3 100%);
}

.experts {
  padding: 40px 0 0;
}

.experts__title {
  margin-bottom: 48px;
}

.experts__slider {
  width: 100%;
}

.experts__slider .slick-list {
  padding: 10px 10px 18px;
  margin: 0 -30px;
}

.experts__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.experts__slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.experts__slider-nav {
  margin-top: -18px;
}

.experts__inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.expert-card {
  margin: 0 20px;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  opacity: 0.5;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.expert-card.slick-active {
  opacity: 1;
}

.expert-card__pic {
  position: relative;
  width: 144px;
  height: 144px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 24px;
}

.expert-card__exp {
  width: 130px;
  pointer-events: none;
  margin-top: auto;
  font-weight: 400;
  padding: 0;
}

.expert-card__exp span {
  font-weight: 600;
  font-size: 22px;
}

.expert-card__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  max-width: 260px;
  width: 100%;
}

.expert-card__img {
  border-radius: 50%;
}

.expert-card__lead {
  display: inline-block;
  max-width: 210px;
}

.expert-card__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
  padding: 32px 30px;
  background: url("/assets/img/expert-bg.png") center no-repeat;
  background-size: cover;
}

.expert-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(127, 118, 139, 0.2);
}

.expert-card__name {
  margin-bottom: 8px;
}

.expert-card__count {
  margin-bottom: 6px;
}

.expert-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.expert-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
}

.expert-card__list-item {
  position: relative;
  padding-left: 32px;
}

.expert-card__list-item:not(:last-child) {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(127, 118, 139, 0.2);
}

.expert-card__list-item:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url("/assets/img/check.svg") center no-repeat;
  background-size: contain;
}

.brands {
  position: relative;
  padding: 88px 0;
}

.brands__container {
  max-width: 1107px;
}

.brands__title {
  margin-bottom: 56px;
}

.brands__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.brand-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 25%;
  width: 100%;
  margin-bottom: 64px;
}

.brand-item_wide {
  max-width: 37.5%;
}

.brand-item__img {
  margin: 0 auto;
  max-width: 260px;
  max-height: 44px;
}

.results {
  position: relative;
}

.results:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 120%;
  width: 100%;
  background: url("/assets/img/wave3.png") center no-repeat;
  background-size: cover;
  background-position: center top;
}

.results__title {
  margin-bottom: 56px;
}

.results__inner {
  position: relative;
  padding: 120px 0 140px;
  width: 100%;
}

.results__slider {
  position: relative;
  width: calc(1040px - 7.5px  + (100vw - 1040px)/2);
  margin-left: auto;
  z-index: 1;
}

.results__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.results__slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 0 20px;
}

.results__slider .slick-list {
  padding: 0 0 18px 0;
  margin: 0 -20px;
}

.results__slider-nav .slider-nav__prev,
.results__slider-nav .slider-nav__next,
.results__slider-nav .slider-nav__count {
  margin-top: 24px;
}

.result-item {
  width: 100%;
  height: 480px;
  border-radius: 5px;
  max-width: 1040px;
  opacity: 0.5;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.result-item.slick-active {
  opacity: 1;
}

.result-item__pic {
  max-width: 340px;
  padding: 16px 0 16px 16px;
  width: 100%;
}

.result-item__img {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  opacity: 0.8;
}

.result-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 5px 20px rgba(0, 86, 252, 0.1);
  box-shadow: 0 5px 20px rgba(0, 86, 252, 0.1);
  background-color: #fff;
  border-radius: 5px;
}

.result-item__content {
  max-width: 700px;
  padding: 32px;
}

.result-item__content h5 {
  padding-top: 0;
}

.result-item__content h5:not(:last-child) {
  margin-bottom: 5px;
}

.result-item__desc {
  display: inline-block;
}

.result-item__desc:not(:last-child) {
  margin-bottom: 7px;
}

.result-item__head {
  margin-bottom: 54px;
}

.result-item__body .block-icon:not(:last-child) {
  margin-bottom: 18px;
}

.trainings__title {
  margin-bottom: 56px;
}

.trainings__inner {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.trainings__slider {
  width: calc(100% + 30px);
  padding: 0 15px;
  margin-left: -15px;
  overflow: hidden;
}

.trainings__slider .slick-slide {
  margin: 0 10px;
}

.training-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.training-item__pic {
  display: block;
  position: relative;
  height: 506px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 86, 252, 0.16);
  box-shadow: 0 5px 20px rgba(0, 86, 252, 0.16);
  border-radius: 5px;
}

.training-item__pic:not(:last-child) {
  margin-bottom: 24px;
}

.training-item__img {
  border-radius: 5px;
  -o-object-position: 50% 25%;
  object-position: 50% 25%;
}

.callback {
  padding-bottom: 66px;
}

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

.callback__title {
  margin-bottom: 56px;
}

.callback-order {
  position: relative;
  padding-left: 15px;
  margin-right: 105px;
  max-width: 570px;
  width: 100%;
}

.callback-order__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
}

.callback-order__item:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 133px;
  height: 153px;
}

.callback-order__item:not(:last-child) {
  margin-bottom: 20px;
}

.callback-order__item:nth-child(1):before {
  background: url("/assets/img/cube1.svg") center no-repeat;
  background-size: cover;
  z-index: 3;
}

.callback-order__item:nth-child(2):before {
  background: url("/assets/img/cube2.svg") center no-repeat;
  background-size: cover;
  z-index: 2;
}

.callback-order__item:nth-child(3):before {
  background: url("/assets/img/cube3.svg") center no-repeat;
  background-size: cover;
  z-index: 1;
}

.callback-order__item:nth-child(4):before {
  background: url("/assets/img/cube4.svg") center no-repeat;
  background-size: cover;
  z-index: 0;
}

.callback-order__content {
  position: relative;
  z-index: 2;
  max-width: 296px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 18px 24px;
}

.callback-order__content h5:not(:last-child) {
  margin-bottom: 5px;
}

.callback-order__content p {
  font-size: 14px;
}

.callback-order__count {
  width: 72px;
  height: 72px;
  position: relative;
  z-index: 3;
  margin-right: 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 5px 10px rgba(255, 141, 189, 0.5);
  box-shadow: 0 5px 10px rgba(255, 141, 189, 0.5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8dbd), to(#ffb0b3));
  background-image: linear-gradient(180deg, #ff8dbd 0%, #ffb0b3 100%);
  border-radius: 50%;
  font-size: 31px;
  letter-spacing: 0.04px;
  font-weight: 600;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-animation: order-pulse 1.7s linear infinite;
  animation: order-pulse 1.7s linear infinite;
}

.callback-order__count:after {
  content: '';
  position: absolute;
  left: 55%;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/assets/img/line.svg") center no-repeat;
  background-size: contain;
  width: 180px;
  height: 8px;
}

.callback-order__count:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.callback-order__num {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff8dbd;
  -webkit-box-shadow: 0 3px 10px #ff8dbd;
  box-shadow: 0 3px 10px #ff8dbd;
  padding-bottom: 4px;
}

.footer {
  position: relative;
  background-color: #584A67;
  font-size: 14px;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer__inner {
  padding: 38px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.footer__left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  max-width: 352px;
  width: 100%;
}

.footer__center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.footer__callback {
  max-width: 195px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.footer__callback:not(:last-child) {
  margin-right: 70px;
}

.footer__lead {
  color: #fff;
  display: inline-block;
}

.footer__lead:not(:last-child) {
  margin-bottom: 20px;
}

.footer__addr {
  font-family: "Montserrat", sans-serif;
  color: #E5E2E9;
}

.footer__addr a {
  display: inline-block;
}

.footer__addr p {
  font-size: 14px;
  letter-spacing: 0.02px;
}

.footer__addr p:not(:last-child) {
  margin-bottom: 10px;
}

.footer__phone {
  margin-bottom: 8px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.footer__phone:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer__mail {
  color: #E5E2E9;
  border-bottom: 1px solid #E5E2E9;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.footer__mail:hover {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid transparent;
}

.footer__desc p:not(:last-child) {
  margin-bottom: 5px;
}

.footer__logo:not(:last-child) {
  margin-bottom: 36px;
}

.footer-line {
  padding: 15px 0;
  background-color: #453853;
}

.footer-line__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.footer__info-item {
  color: #E5E2E9;
  font-size: 12px;
  letter-spacing: 0.02px;
}

.footer__info-item:not(:last-child) {
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid #E5E2E9;
}

.footer__info-link:hover {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: rgba(255, 255, 255, 0.8);
}

.footer__desc {
  color: #E5E2E9;
  font-size: 14px;
  letter-spacing: 0.02px;
}

.footer__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 128px;
  margin-top: 16px;
  font-family: "Open Sans", sans-serif;
}

.footer-projects__link {
  display: table;
}

.footer-projects__logo {
  width: 100%;
  max-width: 90px;
  margin-top: 10px;
}

.ggpa {
  font-size: 12px;
  letter-spacing: 0.02px;
  color: rgba(255, 255, 255, 0.5);
}

.ggpa span {
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ggpa:hover span {
  color: #ff500b;
}

.pswp {
  z-index: 6;
}

.pswp__bg {
  background-color: rgba(0, 0, 0, 0.8);
}

.pswp img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
}

.phone-call {
  display: none;
  position: fixed;
  right: 16px;
  bottom: 10px;
  width: 56px;
  height: 56px;
  -webkit-box-shadow: 0 5px 10px rgba(255, 141, 189, 0.2);
  box-shadow: 0 5px 10px rgba(255, 141, 189, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8dbd), to(#ffb0b3));
  background-image: linear-gradient(180deg, #ff8dbd 0%, #ffb0b3 100%);
  z-index: 6;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: phone-pulse 1.7s linear infinite;
  animation: phone-pulse 1.7s linear infinite;
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
}

.phone-call.is-active {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

@-webkit-keyframes animation {
  0% {
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes animation {
  0% {
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes order-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 141, 189, 0), 0 0 0 0 rgba(255, 141, 189, 0);
    box-shadow: 0 0 0 0 rgba(255, 141, 189, 0), 0 0 0 0 rgba(255, 141, 189, 0);
  }

  50% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 141, 189, 0.4), 0 0 0 10px rgba(255, 141, 189, 0.2);
    box-shadow: 0 0 0 5px rgba(255, 141, 189, 0.4), 0 0 0 10px rgba(255, 141, 189, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 141, 189, 0), 0 0 0 20px rgba(255, 141, 189, 0);
    box-shadow: 0 0 0 10px rgba(255, 141, 189, 0), 0 0 0 20px rgba(255, 141, 189, 0);
  }
}

@keyframes order-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 141, 189, 0), 0 0 0 0 rgba(255, 141, 189, 0);
    box-shadow: 0 0 0 0 rgba(255, 141, 189, 0), 0 0 0 0 rgba(255, 141, 189, 0);
  }

  50% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 141, 189, 0.4), 0 0 0 10px rgba(255, 141, 189, 0.2);
    box-shadow: 0 0 0 5px rgba(255, 141, 189, 0.4), 0 0 0 10px rgba(255, 141, 189, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 141, 189, 0), 0 0 0 20px rgba(255, 141, 189, 0);
    box-shadow: 0 0 0 10px rgba(255, 141, 189, 0), 0 0 0 20px rgba(255, 141, 189, 0);
  }
}

@-webkit-keyframes phone-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 141, 189, 0), 0 0 0 0 rgba(255, 141, 189, 0);
    box-shadow: 0 0 0 0 rgba(255, 141, 189, 0), 0 0 0 0 rgba(255, 141, 189, 0);
  }

  50% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 141, 189, 0.4), 0 0 0 10px rgba(255, 141, 189, 0.2);
    box-shadow: 0 0 0 5px rgba(255, 141, 189, 0.4), 0 0 0 10px rgba(255, 141, 189, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 141, 189, 0), 0 0 0 20px rgba(255, 141, 189, 0);
    box-shadow: 0 0 0 10px rgba(255, 141, 189, 0), 0 0 0 20px rgba(255, 141, 189, 0);
  }
}

@keyframes phone-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 141, 189, 0), 0 0 0 0 rgba(255, 141, 189, 0);
    box-shadow: 0 0 0 0 rgba(255, 141, 189, 0), 0 0 0 0 rgba(255, 141, 189, 0);
  }

  50% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 141, 189, 0.4), 0 0 0 10px rgba(255, 141, 189, 0.2);
    box-shadow: 0 0 0 5px rgba(255, 141, 189, 0.4), 0 0 0 10px rgba(255, 141, 189, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 141, 189, 0), 0 0 0 20px rgba(255, 141, 189, 0);
    box-shadow: 0 0 0 10px rgba(255, 141, 189, 0), 0 0 0 20px rgba(255, 141, 189, 0);
  }
}

@media screen and (min-width: 1025px) {
  .expert-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .benefit-item__inner:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .price-card__inner:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .in-view[data-anim-delay="250"],
  .in-view [data-anim-delay="250"] {
    -webkit-animation: animation 0.8s 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="300"],
  .in-view [data-anim-delay="300"] {
    -webkit-animation: animation 0.8s 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="350"],
  .in-view [data-anim-delay="350"] {
    -webkit-animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="400"],
  .in-view [data-anim-delay="400"] {
    -webkit-animation: animation 0.8s 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="450"],
  .in-view [data-anim-delay="450"] {
    -webkit-animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="500"],
  .in-view [data-anim-delay="500"] {
    -webkit-animation: animation 0.8s 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="550"],
  .in-view [data-anim-delay="550"] {
    -webkit-animation: animation 0.8s 550ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 550ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="600"],
  .in-view [data-anim-delay="600"] {
    -webkit-animation: animation 0.8s 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="650"],
  .in-view [data-anim-delay="650"] {
    -webkit-animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="700"],
  .in-view [data-anim-delay="700"] {
    -webkit-animation: animation 0.8s 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="750"],
  .in-view [data-anim-delay="750"] {
    -webkit-animation: animation 0.8s 750ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 750ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="800"],
  .in-view [data-anim-delay="800"] {
    -webkit-animation: animation 0.8s 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="850"],
  .in-view [data-anim-delay="850"] {
    -webkit-animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 850ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="900"],
  .in-view [data-anim-delay="900"] {
    -webkit-animation: animation 0.8s 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 900ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="950"],
  .in-view [data-anim-delay="950"] {
    -webkit-animation: animation 0.8s 950ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 950ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="1000"],
  .in-view [data-anim-delay="1000"] {
    -webkit-animation: animation 0.8s 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="1050"],
  .in-view [data-anim-delay="1050"] {
    -webkit-animation: animation 0.8s 1050ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 1050ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="1100"],
  .in-view [data-anim-delay="1100"] {
    -webkit-animation: animation 0.8s 1100ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 1100ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="1150"],
  .in-view [data-anim-delay="1150"] {
    -webkit-animation: animation 0.8s 1150ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 1150ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .in-view[data-anim-delay="1200"],
  .in-view [data-anim-delay="1200"] {
    -webkit-animation: animation 0.8s 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: animation 0.8s 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  [data-anim="fade"] {
    opacity: 0;
  }

  [data-anim="fade-in"] {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  [data-anim="fade-left"] {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  [data-anim="fade-right"] {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  [data-anim="fade-down"] {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@media (max-width: 1200px) {
  .title_size_l {
    font-size: 36px;
    line-height: 1.25;
  }

  .title_size_m {
    font-size: 19px;
  }

  .form__btn {
    margin-top: 32px;
  }

  .nav__logo {
    width: 104px;
    height: 36px;
  }

  .benefits__row {
    margin: 0 -12.5px;
  }

  .benefit-item {
    padding: 0 12.5px;
    margin-bottom: 25px;
  }

  .slider-nav .slick-arrow {
    margin-top: 33px;
  }

  .slider-nav__count {
    margin-top: 33px;
  }

  .slider-nav__count:not(:last-child) {
    margin-right: 8px;
  }

  .about__title {
    margin-bottom: 38px;
  }

  .about-nav {
    margin-right: 55px;
    max-width: 328px;
  }

  .prices {
    padding: 136px 0 78px;
  }

  .prices__title {
    margin-bottom: 50px;
  }

  .experts__title {
    margin-bottom: 38px;
  }

  .brands__title {
    margin-bottom: 44px;
  }

  .results__title {
    margin-bottom: 43px;
  }

  .results__inner {
    padding: 80px 0 85px;
  }

  .results__slider {
    width: auto;
    padding: 0 16px;
  }

  .result-item__head {
    margin-bottom: 38px;
  }

  .trainings__title {
    margin-bottom: 42px;
  }

  .training-item__pic {
    height: 304px;
  }

  .footer__logo:not(:last-child) {
    margin-bottom: 28px;
  }
}

@media (max-width: 992px) {
  .icon-phone {
    width: 13px;
    height: 13px;
  }

  .title_size_l {
    font-size: 24px;
    line-height: 1.33333;
  }

  .title_size_m {
    font-size: 16px;
  }

  .content h5 {
    font-size: 14px;
  }

  .content p {
    font-size: 14px;
    line-height: 1.57143;
  }

  .btn_size_l {
    height: 56px;
    line-height: 56px;
  }

  .form__inner {
    padding: 24px 16px;
  }

  .form__btn {
    margin-top: 24px;
  }

  .header {
    padding: 7px 0;
    background-color: #fff;
  }

  .header_white {
    padding: 7px 0;
  }

  .nav-callback {
    padding: 0;
    background-color: transparent;
  }

  .nav-callback__btn {
    display: none;
  }

  .nav-callback__phone:not(:last-child) {
    margin-right: 0;
  }

  .nav-callback__phone-text {
    font-size: 12px;
  }

  .intro__picture {
    max-width: 300px;
    margin-right: 0;
  }

  .intro__block {
    margin: 0 auto;
  }

  .benefits {
    padding-top: 40px;
  }

  .benefits__row {
    margin: 0 -4px;
  }

  .benefit-item {
    max-width: 50%;
    padding: 0 4px;
    margin-bottom: 0;
  }

  .benefit-item:not(:last-child) {
    margin-bottom: 8px;
  }

  .slider-nav .slick-arrow {
    margin-top: 24px;
  }

  .slider-nav .slick-arrow:not(:last-child) {
    margin-right: 8px;
  }

  .slider-nav__count {
    margin-top: 24px;
  }

  .about__title {
    margin-bottom: 22px;
  }

  .about-nav {
    margin-right: 30px;
  }

  .about-nav__item {
    padding: 23px 24px;
  }

  .about-for__head:not(:last-child) {
    margin-bottom: 20px;
  }

  .about-for__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-for__actions .actions__btn {
    margin-bottom: 20px;
  }

  .prices {
    padding: 98px 0 38px;
  }

  .prices:before {
    height: 5%;
  }

  .prices:after {
    height: 12%;
  }

  .prices__title {
    margin-bottom: 45px;
  }

  .prices__content {
    padding-bottom: 40px;
  }

  .prices__content .slick-list {
    padding: 0 40px;
  }

  .prices__info {
    margin-top: 30px;
    padding: 0 16px;
  }

  .price-card__inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 32px 24px 24px;
    height: 100%;
  }

  .experts__title {
    margin-bottom: 30px;
  }

  .expert-card__pic {
    display: none;
  }

  .expert-card__exp {
    margin: 8px auto 0;
  }

  .expert-card__details {
    width: 100%;
    text-align: center;
  }

  .brands {
    padding: 54px 0 48px;
  }

  .brands__title {
    margin-bottom: 30px;
  }

  .brand-item__img {
    max-width: 175px;
    margin: 0 auto;
  }

  .results:before {
    background-position: 70% top;
  }

  .results__title {
    margin-bottom: 30px;
  }

  .results__inner {
    padding: 42px 0 32px;
  }

  .result-item {
    height: auto;
    margin: 0 8px;
  }

  .result-item__pic {
    max-width: 260px;
  }

  .result-item__head {
    margin-bottom: 22px;
  }

  .trainings__title {
    margin-bottom: 30px;
  }

  .callback__title {
    margin-bottom: 44px;
  }

  .callback-order {
    padding-left: 0;
    margin-right: 56px;
  }

  .callback-order__item {
    max-width: 340px;
    margin: 0 auto;
  }

  .callback-order__item:before {
    left: -38px;
  }

  .callback-order__content {
    z-index: 3;
  }

  .callback-order__count {
    display: none;
  }

  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 0 28px;
  }

  .footer__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer__left {
    margin-bottom: 24px;
  }

  .footer__callback:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .footer__lead:not(:last-child) {
    margin-bottom: 10px;
  }

  .footer__logo:not(:last-child) {
    margin: 0 auto 20px;
  }

  .footer-line {
    padding: 12px 0;
  }

  .footer-line__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__info-item {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .footer__info-item:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
    border: 1px solid transparent;
  }

  .footer__info-item:nth-child(2) {
    margin-bottom: 42px;
  }
}

@media (max-width: 767px) {
  .form {
    max-width: 330px;
  }

  .form__head {
    padding: 24px;
  }

  .form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .form__group .form__field:not(:last-child) {
    margin-bottom: 23px;
  }

  .form__footer .form__btn {
    margin-top: 23px;
  }

  .form__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .form_theme_primary .form__head {
    height: 105px;
  }

  .nav__logo {
    width: 86px;
    height: 32px;
  }

  .actions {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .actions__btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .intro {
    padding: 56px 0 20px;
  }

  .intro__title {
    font-size: 20px;
  }

  .intro__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .intro__picture {
    max-width: 162px;
    margin-bottom: 30px;
  }

  .intro__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .benefits__row {
    margin: 0;
  }

  .benefit-item {
    max-width: 100%;
  }

  .benefit-item__inner {
    padding: 22px 24px;
  }

  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .about-select {
    display: block;
  }

  .about-nav {
    display: none;
  }

  .about-for__actions {
    display: none;
  }

  .prices .container {
    padding: 0;
  }

  .prices__content .slick-slide {
    display: block;
    height: 100%;
  }

  .price-card {
    padding: 0 8px;
  }

  .price-card__head {
    margin-bottom: 30px;
  }

  .price-card__body {
    margin-bottom: 30px;
  }

  .price-card__btn {
    margin-top: auto;
  }

  .experts__slider .slick-list {
    padding: 10px 40px 18px;
    margin: 0 -16px;
  }

  .experts__slider {
    padding-bottom: 40px;
  }

  .experts__slider-nav {
    display: none;
  }

  .expert-card {
    margin: 0 8px;
    height: auto;
  }

  .expert-card__pic {
    width: 72px;
    height: 72px;
  }

  .expert-card__head {
    margin-bottom: 30px;
  }

  .expert-card__name {
    margin-bottom: 0;
  }

  .brand-item {
    max-width: 50%;
    margin-bottom: 32px;
  }

  .brand-item_wide {
    max-width: 50%;
  }

  .brand-item__img {
    max-width: 135px;
  }

  .results__slider .slick-slide {
    margin: 0 8px;
  }

  .results__slider .slick-list {
    margin: 0 -8px;
    padding: 0 4% 18px 4%;
  }

  .result-item__pic {
    display: none;
  }

  .result-item__content {
    padding: 24px 28px 28px;
  }

  .result-item__body .block-icon__icon {
    display: none;
  }

  .trainings__slider {
    padding: 0;
  }

  .trainings__slider .slick-list {
    padding: 0 40px;
  }

  .training-item__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .training-item__pic {
    height: 176px;
  }

  .training-item__pic:not(:last-child) {
    margin-bottom: 18px;
  }

  .training-item__desc {
    font-size: 12px;
  }

  .callback {
    padding-bottom: 32px;
  }

  .callback__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .callback__title {
    margin-bottom: 32px;
  }

  .callback__form {
    margin: 0 auto;
  }

  .callback-order {
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 44px;
    max-width: 100%;
  }

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

@media (max-width: 767px) and (orientation: landscape) {
  .intro {
    padding: 66px 0 20px;
    height: auto;
  }

  .intro__inner {
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .expert-card__inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 24px 20px 18px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .img-cover {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
  }

  .training-item__img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: "50% 25%";
    object-position: "50% 25%";
    font-family: "object-fit: cover; object-position: 50% 25%";
  }

  .pswp img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: "50% 25%";
    object-position: "50% 25%";
    font-family: "object-fit: cover; object-position: 50% 25%";
  }
}