@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 "Raleway", sans-serif;
  color: #6a8abd;
  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;
  background-color: #f5f8fa;
}

.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: #314875;
  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: #314875;
  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: #1983ff;
  -webkit-box-shadow: inset 0 0 0 rgba(25, 131, 255, 0), 0 1px 0 #1983ff;
  box-shadow: inset 0 0 0 rgba(25, 131, 255, 0), 0 1px 0 #1983ff;
  -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(25, 131, 255, 0), 0 0 0 #1983ff;
  box-shadow: inset 0 0 0 rgba(25, 131, 255, 0), 0 0 0 #1983ff;
}

.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 #314875;
}

.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 #6a8abd;
  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 #6a8abd;
}

.title {
  color: #314875;
  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: 500;
  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: #314875;
  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;
}

.btn {
  position: relative;
  display: table;
  height: 56px;
  line-height: 56px;
  width: 240px;
  padding: 0 16px;
  border-radius: 30px;
  letter-spacing: 0.02px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  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;
  -webkit-box-shadow: 0 10px 20px rgba(82, 117, 255, 0.2);
  box-shadow: 0 10px 20px rgba(82, 117, 255, 0.2);
  letter-spacing: 0.02px;
}

.btn:hover {
  -webkit-box-shadow: 0 5px 5px rgba(82, 117, 255, 0.2);
  box-shadow: 0 5px 5px rgba(82, 117, 255, 0.2);
}

.btn:active {
  -webkit-box-shadow: 0 3px 3px rgba(82, 117, 255, 0.2);
  box-shadow: 0 3px 3px rgba(82, 117, 255, 0.2);
}

.btn:hover {
  color: #1983FF;
}

.btn:active {
  color: #6a8abd;
}

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

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

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

.btn_theme_primary {
  -webkit-box-shadow: 0 10px 20px rgba(82, 117, 255, 0.2);
  box-shadow: 0 10px 20px rgba(82, 117, 255, 0.2);
  background-image: linear-gradient(264deg, #00d8ff 0%, #8737ff 100%);
}

.btn_theme_primary:hover {
  -webkit-box-shadow: 0 5px 5px rgba(82, 117, 255, 0.2);
  box-shadow: 0 5px 5px rgba(82, 117, 255, 0.2);
}

.btn_theme_primary:active {
  -webkit-box-shadow: 0 3px 3px rgba(82, 117, 255, 0.2);
  box-shadow: 0 3px 3px rgba(82, 117, 255, 0.2);
}

.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: #09cdff;
}

.btn_theme_primary:after {
  background-color: #2da3ff;
}

.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_secondary {
  -webkit-box-shadow: 0 10px 20px rgba(255, 176, 179, 0.2);
  box-shadow: 0 10px 20px rgba(255, 176, 179, 0.2);
  background-image: linear-gradient(264deg, #ff8dbd 0%, #ffb0b3 100%);
}

.btn_theme_secondary:hover {
  -webkit-box-shadow: 0 5px 5px rgba(255, 176, 179, 0.2);
  box-shadow: 0 5px 5px rgba(255, 176, 179, 0.2);
}

.btn_theme_secondary:active {
  -webkit-box-shadow: 0 3px 3px rgba(255, 176, 179, 0.2);
  box-shadow: 0 3px 3px rgba(255, 176, 179, 0.2);
}

.btn_theme_secondary:before,
.btn_theme_secondary: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_secondary:before {
  background-color: #FFAEB3;
}

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

.btn_theme_secondary:hover {
  color: #fff;
}

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

.btn_theme_secondary:active {
  color: #fff;
}

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

.btn_theme_tertiary {
  -webkit-box-shadow: 0 10px 20px rgba(255, 176, 179, 0.2);
  box-shadow: 0 10px 20px rgba(255, 176, 179, 0.2);
  background-image: linear-gradient(264deg, #8f7dff 0%, #dda3eb 100%);
}

.btn_theme_tertiary:hover {
  -webkit-box-shadow: 0 5px 5px rgba(255, 176, 179, 0.2);
  box-shadow: 0 5px 5px rgba(255, 176, 179, 0.2);
}

.btn_theme_tertiary:active {
  -webkit-box-shadow: 0 3px 3px rgba(255, 176, 179, 0.2);
  box-shadow: 0 3px 3px rgba(255, 176, 179, 0.2);
}

.btn_theme_tertiary:before,
.btn_theme_tertiary: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_tertiary:before {
  background-color: #ce9cef;
}

.btn_theme_tertiary:after {
  background-color: #a789f9;
}

.btn_theme_tertiary:hover {
  color: #fff;
}

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

.btn_theme_tertiary:active {
  color: #fff;
}

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

.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 .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_theme_secondary .form__head:before,
.form_theme_primary .form__head:before,
.form_theme_secondary .form__head:after,
.form_theme_primary .form__head:after {
  content: '';
  position: absolute;
  width: 50%;
}

.form_theme_secondary .form__head:before,
.form_theme_primary .form__head:before {
  bottom: 0;
  left: 0;
  height: 64%;
  border-radius: 15% 85% 100% 0% / 20% 90% 0% 0%;
  z-index: 0;
}

.form_theme_secondary .form__head:after,
.form_theme_primary .form__head:after {
  top: 0;
  right: 0;
  height: 88%;
  border-radius: 30% 10% 0% 80% / 0% 10% 0% 80%;
  z-index: 0;
}

.form {
  width: 100%;
  max-width: 384px;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
  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: 15px;
  border-top-right-radius: 15px;
}

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

.form__content {
  color: #fff;
}

.form__title {
  color: #fff;
}

.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 #6a8abd;
}

.form__field:hover .form__label,
.form__field.in-focus .form__label {
  color: #6a8abd;
}

.form__field.is-active .form__input {
  border: 1px solid #6a8abd;
}

.form__field.is-active .form__label {
  color: #6a8abd;
}

.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: #6a8abd;
  font-weight: 500;
  border: 1px solid rgba(106, 138, 189, 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: #6a8abd;
}

.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: 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;
}

.form_theme_secondary .icon-checkbox:before {
  background-color: #ffb0b3;
}

.form_theme_secondary .form__head {
  padding: 32px 32px 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8dbd), to(#ffb0b3));
  background-image: linear-gradient(180deg, #ff8dbd 0%, #ffb0b3 100%);
}

.form_theme_secondary .form__head:before {
  background-image: linear-gradient(-44deg, #ff8dbd 0%, #ffb0b3 100%);
}

.form_theme_secondary .form__head:after {
  background-image: linear-gradient(27deg, #ff8dbd 0%, #ffb0b3 100%);
}

.form_theme_tertiary .icon-checkbox:before {
  background-color: #dda3eb;
}

.form_theme_tertiary .form__head {
  height: 90px;
  background-image: linear-gradient(265deg, #8f7dff 0%, #dda3eb 100%);
}

.form_theme_primary .icon-checkbox:before {
  background-color: #8737ff;
}

.form_theme_primary .form__head {
  height: 190px;
  background-image: linear-gradient(260deg, #00d8ff 0%, #8737ff 100%);
}

.form_theme_primary .form__head:before {
  background-image: linear-gradient(260deg, #00d8ff 0%, #8737ff 100%);
}

.form_theme_primary .form__head:after {
  background-image: linear-gradient(260deg, #00d8ff 0%, #8737ff 100%);
}

.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(106, 138, 189, 0.5);
  border-radius: 30px;
  cursor: pointer;
}

.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(106, 138, 189, 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(106, 138, 189, 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;
  background-color: #fff;
  border-radius: 50px;
  padding: 4px 4px 4px 16px;
}

.nav-callback__btn {
  width: 176px;
  height: 40px;
  line-height: 40px;
}

.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: 32px;
}

.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: #6a8abd;
}

.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;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.02px;
  padding-right: 20px;
}

.more:after {
  content: '';
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  background: url("/assets/img/chevron.svg") center no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  -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) rotate(-90deg);
  transform: translateX(5px) rotate(-90deg);
}

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

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

.intro {
  position: relative;
  padding: 185px 0 70px;
}

.intro__title {
  margin-bottom: 16px;
}

.intro__inner {
  position: relative;
  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;
}

.intro__inner:before {
  position: absolute;
  top: -405px;
  right: -290px;
  content: '';
  background: url("/assets/img/intro-img.svg") center no-repeat;
  background-size: contain;
  width: 892px;
  height: 776px;
  z-index: 0;
  pointer-events: none;
}

.intro__block:not(:last-child) {
  margin-bottom: 63px;
}

.intro__body {
  position: relative;
  max-width: 680px;
  width: 100%;
}

.intro__content {
  max-width: 465px;
}

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

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

.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%;
}

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

.block-icon:nth-of-type(1) .block-icon__icon {
  background-image: linear-gradient(228deg, #8f7dff 0%, #dda3eb 100%);
}

.block-icon:nth-of-type(2) .block-icon__icon {
  background-image: linear-gradient(228deg, #8983ff 0%, #6fc3ff 100%);
}

.block-icon:nth-of-type(3) .block-icon__icon {
  background-image: linear-gradient(227deg, #55c2f7 0%, #d9a2ec 100%);
}

.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: 10px;
  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;
}

.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: #1983ff;
}

.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(106, 138, 189, 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: 140px 0 230px;
  position: relative;
}

.about__inner::after {
  content: '';
  position: absolute;
  left: -560px;
  bottom: -100px;
  width: 900px;
  height: 742px;
  background: url("/assets/img/bubble3.png") center no-repeat;
  background-size: contain;
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}

.about__inner:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -920px;
  width: 890px;
  height: 674px;
  background: url("/assets/img/bubble2.png") center no-repeat;
  background-size: contain;
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}

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

.about__title {
  margin-bottom: 54px;
}

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

.selectric {
  background: #fff;
  border-radius: 10px;
  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: #314875;
  padding: 0 24px;
  margin: 0;
}

.selectric .label:after {
  content: '';
  position: absolute;
  right: 24px;
  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: 82px;
  z-index: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

.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 24px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 86, 252, 0.1);
  box-shadow: 0 3px 10px rgba(0, 86, 252, 0.1);
  margin: 8px 0;
  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;
}

.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(49, 72, 117, 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 {
  -webkit-box-shadow: 0 8px 20px rgba(0, 86, 252, 0.15);
  box-shadow: 0 8px 20px rgba(0, 86, 252, 0.15);
  -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: #314875;
}

.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__content:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  width: 12px;
  height: 12px;
  background: url("/assets/img/chevron.svg") center no-repeat;
  background-size: contain;
  opacity: 0.5;
}

.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: #6a8abd;
}

.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: 52px;
}

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

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

.prices {
  position: relative;
  padding-bottom: 150px;
}

.prices:before {
  content: '';
  position: absolute;
  bottom: 70px;
  width: 100%;
  right: 0;
  left: 0;
  height: 304px;
  background: url("/assets/img/border-pink.png") center no-repeat;
  background-size: cover;
  background-position: center top;
  opacity: 0.4;
  pointer-events: none;
}

.prices__title {
  margin-bottom: 56px;
  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: 56px;
}

.price-card {
  position: relative;
  padding: 0 20px;
  max-width: 33.33%;
  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 30px 24px;
  border-radius: 10px;
  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);
  -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: bold;
}

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

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

.price-card_theme_primary .price-card__inner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8983ff), to(#6fc3ff));
  background-image: linear-gradient(180deg, #8983ff 0%, #6fc3ff 100%);
}

.price-card_theme_secondary .price-card__inner {
  height: 335px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8f7dff), to(#dda3eb));
  background-image: linear-gradient(180deg, #8f7dff 0%, #dda3eb 100%);
}

.price-card_theme_tertiary .price-card__inner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#55c2f7), to(#d9a2ec));
  background-image: linear-gradient(180deg, #55c2f7 0%, #d9a2ec 100%);
}

.experts__title {
  margin-bottom: 55px;
}

.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;
}

.expert-card {
  margin: 0 20px;
  height: 486px;
  max-width: 320px;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 86, 252, 0.1);
  box-shadow: 0 5px 20px rgba(0, 86, 252, 0.1);
  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: 88px;
  height: 88px;
  margin: 0 auto 16px;
}

.expert-card__exp {
  font-size: 12px;
}

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

.expert-card__icon {
  position: absolute;
  bottom: 0;
  left: 0;
  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;
  width: 24px;
  height: 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0056fc), to(#00d8ff));
  background-image: linear-gradient(180deg, #0056fc 0%, #00d8ff 100%);
  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;
}

.expert-card__icon:hover {
  opacity: 0.9;
}

.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: 24px 30px 18px;
}

.expert-card__head {
  text-align: center;
  margin-bottom: auto;
}

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

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

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

.expert-card__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center;
  background-color: #F5F8FA;
  width: 50%;
  padding: 16px 4px;
  border-radius: 10px;
}

.expert-card__col:not(:last-child) {
  margin-right: 8px;
}

.expert-card__col_tiny .small {
  font-size: 11px;
}

.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;
  height: 118px;
  overflow: hidden;
}

.expert-card__list-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 30px;
  padding-bottom: 5px;
}

.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;
}

.expert-card__list-item:not(:last-child) {
  border-bottom: 1px solid rgba(106, 138, 189, 0.2);
  margin-bottom: 5px;
}

.brands {
  position: relative;
}

.brands__container {
  max-width: 1107px;
}

.brands__title {
  margin-bottom: 56px;
}

.brands__inner {
  padding: 68px 0 160px;
}

.brands__inner:before {
  content: '';
  position: absolute;
  top: -80px;
  right: -800px;
  width: 890px;
  height: 674px;
  background: url("/assets/img/bubble2.png") center no-repeat;
  background-size: contain;
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}

.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__img {
  margin: 0 auto;
  max-width: 165px;
  max-height: 53px;
}

.results__title {
  margin-bottom: 56px;
}

.results__inner {
  position: relative;
  padding-bottom: 140px;
  width: 100%;
}

.results__inner::after {
  content: '';
  position: absolute;
  left: -560px;
  bottom: -160px;
  width: 900px;
  height: 742px;
  background: url("/assets/img/bubble3.png") center no-repeat;
  background-size: contain;
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}

.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;
}

.result-item {
  width: 100%;
  height: 480px;
  border-radius: 10px;
  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;
  width: 100%;
}

.result-item__img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  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: 10px;
}

.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: 10px;
}

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

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

.callback {
  margin-top: -60px;
  padding: 196px 0 84px;
  background: url("/assets/img/callback-bg.svg") center no-repeat;
  background-size: cover;
  background-position: top;
}

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

.callback__inner:before {
  content: '';
  position: absolute;
  top: 240px;
  left: -25px;
  width: 730px;
  height: 880px;
  background: url("/assets/img/bubble5.png") center no-repeat;
  background-size: contain;
  opacity: 0.5;
  pointer-events: none;
}

.callback__inner:after {
  content: '';
  position: absolute;
  bottom: 20px;
  right: -535px;
  width: 740px;
  height: 695px;
  background: url("/assets/img/bubble6.png") center no-repeat;
  background-size: contain;
  opacity: 0.4;
  pointer-events: none;
}

.callback__title {
  color: #fff;
  margin-bottom: 34px;
}

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

.callback-order:before {
  content: '';
  position: absolute;
  top: 35px;
  left: -670px;
  width: 880px;
  height: 726px;
  bottom: 0;
  background: url("/assets/img/bubble4.png") center no-repeat;
  background-size: contain;
  opacity: 0.2;
  pointer-events: none;
}

.callback-order:after {
  content: '';
  position: absolute;
  width: 158px;
  height: 335px;
  background: url("/assets/img/desc.svg") center no-repeat;
  background-size: contain;
  left: -100px;
  top: 164px;
  pointer-events: none;
}

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

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

.callback-order__item:nth-child(2) {
  padding-left: 60px;
}

.callback-order__item:nth-child(3) {
  padding-left: 64px;
}

.callback-order__item:nth-child(4) {
  padding-left: 38px;
}

.callback-order__count {
  width: 72px;
  height: 72px;
  position: relative;
  margin-right: 24px;
  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: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;
}

.callback-order__content {
  color: #f7fcfc;
}

.footer {
  position: relative;
  background-color: #314875;
  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 {
  width: 165px;
  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 {
  width: 165px;
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.5);
}

.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: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 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;
}

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

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

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

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

.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: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  letter-spacing: 0.02px;
}

.footer__info-item:not(:last-child) {
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.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: rgba(255, 255, 255, 0.5);
  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;
  height: 40px;
  line-height: 40px;
  margin-top: 16px;
  width: auto;
  font-family: "Raleway", sans-serif;
  background-image: linear-gradient(100deg, #0056fc 0%, #309fff 100%);
  background-image: linear-gradient(264deg, #0056fc 0%, #309fff 100%);
}

.footer__btn:before,
.footer__btn: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;
}

.footer__btn:before {
  background-color: #3077ff;
}

.footer__btn:after {
  background-color: #0087fc;
}

.footer__btn:hover {
  color: #fff;
}

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

.footer__btn:active {
  color: #fff;
}

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

.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(126, 65, 255, 0.2);
  box-shadow: 0 5px 10px rgba(126, 65, 255, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8f7dff), to(#dda3eb));
  background-image: linear-gradient(180deg, #8f7dff 0%, #dda3eb 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(143, 125, 255, 0), 0 0 0 0 rgba(143, 125, 255, 0);
    box-shadow: 0 0 0 0 rgba(143, 125, 255, 0), 0 0 0 0 rgba(143, 125, 255, 0);
  }

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

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

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

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

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(143, 125, 255, 0), 0 0 0 20px rgba(143, 125, 255, 0);
    box-shadow: 0 0 0 10px rgba(143, 125, 255, 0), 0 0 0 20px rgba(143, 125, 255, 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;
  }

  .intro__body {
    max-width: 460px;
  }

  .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;
  }

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

  .prices {
    padding-bottom: 105px;
  }

  .prices:before {
    bottom: -40px;
  }

  .prices__title {
    margin-bottom: 50px;
  }

  .experts__title {
    margin-bottom: 42px;
  }

  .brands__title {
    margin-bottom: 44px;
  }

  .brands__inner {
    padding: 50px 0 88px;
  }

  .brand-item__img {
    max-width: 125px;
    max-height: 54px;
  }

  .results__title {
    margin-bottom: 43px;
  }

  .results__inner {
    padding-bottom: 105px;
  }

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

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

  .trainings__title {
    margin-bottom: 42px;
  }

  .training-item__pic {
    height: 304px;
  }

  .callback {
    padding: 158px 0 74px;
  }

  .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__inner:before {
    top: -355px;
    width: 682px;
    height: 596px;
  }

  .intro__block:not(:last-child) {
    margin-bottom: 52px;
  }

  .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__inner {
    padding: 72px 0 64px;
  }

  .about__title {
    margin-bottom: 22px;
  }

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

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

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

  .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-bottom: 72px;
  }

  .prices__title {
    margin-bottom: 45px;
  }

  .prices__content {
    padding-bottom: 40px;
  }

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

  .prices__info {
    margin-top: 30px;
  }

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

  .price-card_theme_secondary .price-card__inner {
    height: auto;
  }

  .experts__title {
    margin-bottom: 30px;
  }

  .brands__title {
    margin-bottom: 30px;
  }

  .brands__inner {
    padding: 32px 0 40px;
  }

  .brands__inner:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .brand-item__img {
    max-width: 86px;
    max-height: 43px;
    margin: 0 auto;
  }

  .results__title {
    margin-bottom: 30px;
  }

  .results__inner {
    padding-bottom: 72px;
  }

  .results__inner:after {
    top: 50%;
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
    bottom: auto;
    left: -650px;
  }

  .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 {
    padding: 140px 0 68px;
  }

  .callback__title {
    margin-bottom: 30px;
  }

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

  .callback-order__count {
    margin-right: 16px;
  }

  .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 {
    -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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: calc(100vh - 40px);
    padding: 56px 0 20px;
  }

  .intro__inner:before {
    width: 441px;
    height: 387px;
    top: -360px;
    right: -180px;
  }

  .intro__block:not(:last-child) {
    margin-bottom: 35px;
  }

  .intro__body {
    max-width: 345px;
  }

  .benefits__row {
    margin: 0;
  }

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

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

  .about__inner:after {
    display: none;
  }

  .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;
  }

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

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

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

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

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

  .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: 33.33%;
    margin-bottom: 32px;
  }

  .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__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .callback__form {
    margin: 0 auto;
  }

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

  .callback-order:before,
  .callback-order:after {
    display: none;
  }

  .callback-order__item:nth-child(2) {
    padding-left: 0;
  }

  .callback-order__item:nth-child(3) {
    padding-left: 0;
  }

  .callback-order__item:nth-child(4) {
    padding-left: 0;
  }

  .callback-order__item {
    max-width: 100%;
  }

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

  .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__desc p:not(:last-child) {
    margin-bottom: 16px;
  }

  .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:before {
    top: -100px;
    right: -280px;
  }
}

@media (max-width: 576px) {
  .expert-card__inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 24px 16px 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%";
  }
}