@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  display: none;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@font-face {
  font-family: "Museo Sans 300 Light";
  src: url("./fonts/museo300/MuseoSansCyrl-300.eot");
  src: url("./fonts/museo300/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"), url("./fonts/museo300/MuseoSansCyrl-300.woff") format("woff"), url("./fonts/museo300/MuseoSansCyrl-300.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans 500 Medium";
  src: url("./fonts/museo500/MuseoSansCyrl-500.eot");
  src: url("./fonts/museo500/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("./fonts/museo500/MuseoSansCyrl-500.woff") format("woff"), url("./fonts/museo500/MuseoSansCyrl-500.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans 700 Bold";
  src: url("./fonts/museo700/MuseoSansCyrl-700.eot");
  src: url("./fonts/museo700/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("./fonts/museo700/MuseoSansCyrl-700.woff") format("woff"), url("./fonts/museo700/MuseoSansCyrl-700.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Extra Bold";
  src: url("./fonts/proxima/ProximaNova-Extrabld.eot");
  src: url("./fonts/proxima/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("./fonts/proxima/ProximaNova-Extrabld.woff") format("woff"), url("./fonts/proxima/ProximaNova-Extrabld.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins Bold"), local("./fonts/poppins/Poppins-Bold"), url("./fonts/poppins/Poppinsbold.woff2") format("woff2"), url("./fonts/poppins/Poppinsbold.woff") format("woff"), url("./fonts/poppins/Poppinsbold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
* {
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Museo Sans 500 Medium", sans-serif;
  color: #1A1A1A;
}

a {
  color: #2B2A29;
  text-decoration: none;
}

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

.blue--text {
  color: #3B75DD;
}

.underline--text {
  border-bottom: 1px solid;
}

.grey--text {
  color: #6D738C;
}

.pink--text {
  color: #FF4F77;
}

.uppercase--text {
  text-transform: uppercase;
}

.bold--text {
  font-weight: bold;
}

.wrapper {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  flex-direction: column;
}

.three-block__column {
  flex: 0 1 33.333%;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.spacer {
  flex-grow: 1 !important;
}

@media (max-width: 1200px) {
  .container {
    max-width: 970px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .container {
    max-width: none;
  }
}
@media (max-width: 340px) {
  .container {
    padding: 0 5px;
  }
}
/*secondary-btn*/
.secondary-btn-wrapper {
  width: 256px;
}
@media (max-width: 576px) {
  .secondary-btn-wrapper {
    width: 100%;
  }
  .secondary-btn-wrapper .secondary-btn {
    width: 100%;
  }
}

.secondary-btn {
  display: block;
  font-size: 16px;
  background-color: #FF4F77;
  color: #fff;
  box-shadow: inset 0px -1.5px 0.2px rgba(0, 0, 0, 0.16), inset 0px 1.5px 0.2px rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 15px 35px;
  cursor: pointer;
  text-align: center;
}
.secondary-btn:active {
  background-color: #e83a61;
}
.secondary-btn:focus {
  outline: 0;
}

.secondary-btn.blue {
  background-color: #3B75DD;
}
.secondary-btn.blue:active {
  background-color: #2a58ab;
}

.secondary-btn.green {
  background-color: #00e676;
}
.secondary-btn.green:active {
  background-color: #00e676;
}

.secondary-btn__desc {
  margin-top: 15px;
  font-size: 12px;
  line-height: 160%;
  width: 256px;
  text-align: center;
  color: #9095A9;
  opacity: 0.9;
}
@media (max-width: 576px) {
  .secondary-btn__desc {
    margin: 15px auto 0;
  }
}

.msg-formats {
  display: flex;
  padding-top: 15px;
}
.msg-formats__item {
  display: flex;
  margin-right: 28px;
}
.msg-formats__item img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
@media (max-width: 576px) {
  .msg-formats {
    flex-wrap: wrap;
  }
  .msg-formats__item {
    flex: 0 1 29%;
  }
  .msg-formats__item:nth-child(3), .msg-formats__item:nth-child(4) {
    margin-top: 28px;
  }
}
/*header*/
.header__content .header__logo {
  z-index: 200;
}
.header__content .header__logo img {
  width: 190px;
}
@media (max-width: 992px) {
  .header__content .header__logo img {
    width: 136px;
  }
}
.header__content .header-nav {
  display: flex;
  justify-content: space-between;
  min-height: 8vh;
  align-items: center;
}
.header__content .header-nav .burger {
  display: none;
  cursor: pointer;
  z-index: 200;
}
.header__content .header-nav .burger div {
  width: 25px;
  height: 3px;
  background-color: #448AFF;
  margin: 5px;
  transition: all 0.5s ease-in;
}
.header__content .header-nav .burger.active .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.header__content .header-nav .burger.active .line2 {
  opacity: 0;
}
.header__content .header-nav .burger.active .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}
.header__content .header-nav .nav-list-wrapper {
  flex-grow: 1;
}
.header__content .header-nav .nav-list-wrapper select {
  width: 30%;
  min-height: 30px;
  border: none;
  outline: none;
  border-bottom: 2px solid white;
  color: white;
  background-color: #595D6C;
}
.header__content .header-nav .nav-list {
  display: flex;
  padding: 0 20px;
  justify-content: space-around;
}
@media (max-width: 1200px) {
  .header__content .header-nav .nav-list {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .header__content .header-nav .nav-list {
    padding: 0 5px;
  }
}
.header__content .header-nav .nav-list__item {
  font-size: 15px;
}
.header__content .header-nav .nav-list__item a {
  position: relative;
}
.header__content .header-nav .nav-list__item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  border-bottom: 2px solid;
  transition: width 0.5s;
  width: 0%;
}
.header__content .header-nav .nav-list__item:hover a::before {
  width: 100%;
}
.header__content .header-nav .nav-list__item.active {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header__content .header-nav .nav-list__item.active a::before {
  width: 100%;
}
@media (max-width: 767px) {
  .header__content .header-nav .nav-list__item.active a::before {
    width: 100%;
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .header__content .header-nav .nav-list-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100vh;
    background-color: #595D6C;
    width: 100%;
    transform: translate(-100%);
    transition: transform 0.5s ease-in;
  }
  .header__content .header-nav .nav-list-wrapper.active {
    transform: none;
  }
  .header__content .header-nav .nav-list {
    display: flex;
    flex-direction: column;
    height: 62vh;
    margin-top: 12vh;
    justify-content: space-around;
  }
  .header__content .header-nav .nav-list__item a {
    color: #fff;
  }
  .header__content .header-nav .burger {
    display: block;
  }
}
.header__content .primary-btn {
  z-index: 200;
  display: block;
  background-color: #3B75DD;
  color: #fff;
  width: 160px;
  padding: 12px 62px;
  box-shadow: inset 0px -1.5px 0.2px rgba(0, 0, 0, 0.16), inset 0px 1.5px 0.2px rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  cursor: pointer;
}
.header__content .primary-btn:active {
  background-color: #0e54d1;
}
.header__content .primary-btn:focus {
  outline: 0;
}
.header__content .primary-btn__icon {
  display: none;
}
.header__content .primary-btn__icon img {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .header__content .primary-btn {
    width: 48px;
    padding: 11px 0;
  }
  .header__content .primary-btn__icon {
    display: block;
  }
  .header__content .primary-btn__text {
    display: none;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  display: none;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@font-face {
  font-family: "Museo Sans 300 Light";
  src: url("./fonts/museo300/MuseoSansCyrl-300.eot");
  src: url("./fonts/museo300/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"), url("./fonts/museo300/MuseoSansCyrl-300.woff") format("woff"), url("./fonts/museo300/MuseoSansCyrl-300.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans 500 Medium";
  src: url("./fonts/museo500/MuseoSansCyrl-500.eot");
  src: url("./fonts/museo500/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("./fonts/museo500/MuseoSansCyrl-500.woff") format("woff"), url("./fonts/museo500/MuseoSansCyrl-500.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans 700 Bold";
  src: url("./fonts/museo700/MuseoSansCyrl-700.eot");
  src: url("./fonts/museo700/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("./fonts/museo700/MuseoSansCyrl-700.woff") format("woff"), url("./fonts/museo700/MuseoSansCyrl-700.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Extra Bold";
  src: url("./fonts/proxima/ProximaNova-Extrabld.eot");
  src: url("./fonts/proxima/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("./fonts/proxima/ProximaNova-Extrabld.woff") format("woff"), url("./fonts/proxima/ProximaNova-Extrabld.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins Bold"), local("./fonts/poppins/Poppins-Bold"), url("./fonts/poppins/Poppinsbold.woff2") format("woff2"), url("./fonts/poppins/Poppinsbold.woff") format("woff"), url("./fonts/poppins/Poppinsbold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
* {
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Museo Sans 500 Medium", sans-serif;
  color: #1A1A1A;
}

a {
  color: #2B2A29;
  text-decoration: none;
}

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

.blue--text {
  color: #3B75DD;
}

.underline--text {
  border-bottom: 1px solid;
}

.grey--text {
  color: #6D738C;
}

.pink--text {
  color: #FF4F77;
}

.uppercase--text {
  text-transform: uppercase;
}

.bold--text {
  font-weight: bold;
}

.wrapper {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  flex-direction: column;
}

.three-block__column {
  flex: 0 1 33.333%;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.spacer {
  flex-grow: 1 !important;
}

@media (max-width: 1200px) {
  .container {
    max-width: 970px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .container {
    max-width: none;
  }
}
@media (max-width: 340px) {
  .container {
    padding: 0 5px;
  }
}
/*secondary-btn*/
.secondary-btn-wrapper {
  width: 256px;
}
@media (max-width: 576px) {
  .secondary-btn-wrapper {
    width: 100%;
  }
  .secondary-btn-wrapper .secondary-btn {
    width: 100%;
  }
}

.secondary-btn {
  display: block;
  font-size: 16px;
  background-color: #FF4F77;
  color: #fff;
  box-shadow: inset 0px -1.5px 0.2px rgba(0, 0, 0, 0.16), inset 0px 1.5px 0.2px rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 15px 35px;
  cursor: pointer;
  text-align: center;
}
.secondary-btn:active {
  background-color: #e83a61;
}
.secondary-btn:focus {
  outline: 0;
}

.secondary-btn.blue {
  background-color: #3B75DD;
}
.secondary-btn.blue:active {
  background-color: #2a58ab;
}

.secondary-btn.green {
  background-color: #00e676;
}
.secondary-btn.green:active {
  background-color: #00e676;
}

.secondary-btn__desc {
  margin-top: 15px;
  font-size: 12px;
  line-height: 160%;
  width: 256px;
  text-align: center;
  color: #9095A9;
  opacity: 0.9;
}
@media (max-width: 576px) {
  .secondary-btn__desc {
    margin: 15px auto 0;
  }
}

.msg-formats {
  display: flex;
  padding-top: 15px;
}
.msg-formats__item {
  display: flex;
  margin-right: 28px;
}
.msg-formats__item img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
@media (max-width: 576px) {
  .msg-formats {
    flex-wrap: wrap;
  }
  .msg-formats__item {
    flex: 0 1 29%;
  }
  .msg-formats__item:nth-child(3), .msg-formats__item:nth-child(4) {
    margin-top: 28px;
  }
}
/*main-radio*/
.main-radio {
  background: linear-gradient(180deg, rgba(68, 138, 255, 0) 0%, rgba(68, 138, 255, 0.03) 100%);
  border-radius: 0% 0% 130vh 0vh/0% 0% 7vh 0vh;
}
.main-radio__content {
  display: flex;
  padding: 90px 0;
  position: relative;
}
@media (max-width: 992px) {
  .main-radio__content {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .main-radio__content {
    padding: 30px 0;
  }
}
.main-radio__content .main-radio-info {
  position: absolute;
  width: 48%;
  align-self: center;
}
@media (max-width: 992px) {
  .main-radio__content .main-radio-info {
    width: 68%;
    position: unset;
    order: 1;
    width: 100%;
  }
}
.main-radio__content .main-radio-info__title {
  font-family: "Proxima Nova Extra Bold";
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 120%;
}
.main-radio__content .main-radio-info__desc {
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  margin-bottom: 31px;
  line-height: 160%;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .main-radio__content .main-radio-info__title {
    font-size: 26px;
    line-height: 120%;
  }
  .main-radio__content .main-radio-info__desc {
    font-size: 16px;
    line-height: 160%;
  }
}
.main-radio__content .main-radio__img {
  margin-left: auto;
  flex: 0 1 67%;
  margin-right: -100px;
  min-height: 555px;
}
@media (max-width: 1200px) {
  .main-radio__content .main-radio__img {
    min-height: 461.125px;
  }
}
@media (max-width: 992px) {
  .main-radio__content .main-radio__img {
    flex: 0 1 87%;
    margin-right: unset;
    min-height: 527.172px;
  }
}
@media (max-width: 767px) {
  .main-radio__content .main-radio__img {
    min-height: unset;
  }
}
.main-radio__content .main-radio__img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.automation__content {
  padding: 80px 0;
}
@media (max-width: 576px) {
  .automation__content {
    padding: 30px 0;
  }
}
.automation__content .automation__title {
  font-family: "Museo Sans 700 Bold", sans-serif;
  font-size: 34px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.004em;
}
@media (max-width: 576px) {
  .automation__content .automation__title {
    font-size: 24px;
    text-align: left;
    width: 60%;
  }
}
.automation__content .automation__wrapper {
  display: flex;
  margin-top: 105px;
}
@media (max-width: 992px) {
  .automation__content .automation__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .automation__content .automation__wrapper {
    margin-top: 45px;
  }
}
.automation__content .automation__wrapper .automation__img {
  flex: 0 1 61%;
}
@media (max-width: 992px) {
  .automation__content .automation__wrapper .automation__img {
    order: 1;
  }
}
.automation__content .automation__wrapper .automation__img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.automation__content .automation__wrapper .automation__img .girl-image {
  position: absolute;
  bottom: 60px;
  left: 55px;
}
.automation__content .automation__wrapper .automation-info {
  flex: 0 1 39%;
  align-self: center;
}
.automation__content .automation__wrapper .automation-info__title {
  font-family: "Museo Sans 700 Bold", sans-serif;
  font-size: 26px;
  line-height: 120%;
  /* or 31px */
  letter-spacing: -0.004em;
  margin-bottom: 38px;
  margin-top: 10px;
}
@media (max-width: 576px) {
  .automation__content .automation__wrapper .automation-info__title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.automation__content .automation__wrapper .automation-info__text {
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  margin-bottom: 45px;
  line-height: 160%;
  /* or 26px */
}
@media (max-width: 576px) {
  .automation__content .automation__wrapper .automation-info__text {
    font-size: 14px;
  }
}

.search {
  background: linear-gradient(180deg, rgba(68, 138, 255, 0) 0%, rgba(68, 138, 255, 0.03) 100%);
  border-radius: 0% 0% 130vh 0vh/0% 0% 7vh 0vh;
}
.search__content {
  padding: 152px 0;
  display: flex;
}
@media (max-width: 576px) {
  .search__content {
    padding: 100px 0;
  }
}
@media (max-width: 992px) {
  .search__content {
    flex-direction: column;
  }
}
.search__content .search-info {
  align-self: center;
  margin-top: -60px;
}
@media (max-width: 992px) {
  .search__content .search-info {
    align-self: unset;
  }
}
.search__content .search-info__title {
  font-family: "Museo Sans 700 Bold", sans-serif;
  font-size: 26px;
  line-height: 120%;
  /* or 31px */
  letter-spacing: -0.004em;
  margin-bottom: 41px;
  margin-top: 10px;
}
@media (max-width: 576px) {
  .search__content .search-info__title {
    font-size: 22px;
  }
}
.search__content .search-info .search-list {
  padding-left: 36px;
  padding-right: 36px;
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  line-height: 160%;
  /* or 26px */
}
.search__content .search-info .search-list__item {
  margin-top: 20px;
  position: relative;
}
.search__content .search-info .search-list__item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #448AFF;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: -28px;
}
.search__content .search__img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.messages__content .messages__wrapper {
  display: flex;
  margin-top: 70px;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .messages__content .messages__wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .messages__content .messages__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .messages__content .messages__wrapper .messages__img {
    order: 1;
  }
}
.messages__content .messages__wrapper .messages__img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.messages__content .messages__wrapper .messages-card {
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 160%;
  flex: 0 1 50%;
  max-width: 540px;
  box-shadow: 0px 15px 60px rgba(0, 7, 71, 0.03);
  border-radius: 12px;
  border-left: 10px solid #FF4F77;
  padding: 29px 27px 24px 40px;
}
@media (max-width: 1200px) {
  .messages__content .messages__wrapper .messages-card {
    flex: 0 1 67%;
  }
}
@media (max-width: 576px) {
  .messages__content .messages__wrapper .messages-card {
    font-size: 14px;
  }
}
.messages__content .messages__wrapper .messages-audio-img {
  flex: 0 1 50%;
  min-width: 550px;
  box-shadow: 0px 15px 60px rgba(0, 7, 71, 0.03);
  border-radius: 12px;
  padding: 20px;
}
@media (max-width: 576px) {
  .messages__content .messages__wrapper .messages-audio-img {
    min-width: unset;
  }
}
.messages__content .messages__wrapper .messages-audio-img .audio-header {
  display: flex;
}
.messages__content .messages__wrapper .messages-audio-img .audio-header__title {
  font-family: "Museo Sans 300 Light", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  /* identical to box height, or 26px */
  color: #FF4F77;
  margin-right: 10px;
}
.messages__content .messages__wrapper .messages-audio-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.messages__content .messages-info__title {
  font-family: "Museo Sans 700 Bold", sans-serif;
  font-size: 26px;
  line-height: 120%;
  /* or 31px */
  letter-spacing: -0.004em;
  margin-bottom: 41px;
  margin-top: 10px;
}
@media (max-width: 576px) {
  .messages__content .messages-info__title {
    font-size: 22px;
  }
}
.messages__content .messages-info__desc {
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 160%;
  font-weight: 400;
}
@media (max-width: 576px) {
  .messages__content .messages-info__desc {
    font-size: 14px;
  }
}
.messages__content .messages-list {
  padding-left: 36px;
  padding-right: 36px;
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  line-height: 160%;
  /* or 26px */
}
.messages__content .messages-list__item {
  margin-top: 20px;
  position: relative;
}
.messages__content .messages-list__item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #448AFF;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: -28px;
}
.messages__content .messages-list__item:last-child {
  background-color: red;
}
.messages__content .messages-list__item--no-marker {
  margin-left: -28px;
}
.messages__content .messages-list__item--no-marker::before {
  display: none;
}
.messages__content .messages-list .msg-formats {
  margin-left: -28px;
}

.author-card {
  background: linear-gradient(180deg, rgba(68, 138, 255, 0) 0%, rgba(68, 138, 255, 0.03) 100%);
  border-radius: 0% 0% 130vh 0vh/0% 0% 7vh 0vh;
}
.author-card__content {
  padding: 90px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .author-card__content {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .author-card__content {
    padding: 40px 0;
  }
}
.author-card__content .author-card__title {
  font-family: "Museo Sans 700 Bold", sans-serif;
  font-size: 26px;
  line-height: 120%;
  /* or 31px */
  letter-spacing: -0.004em;
  bottom: -100px;
  position: relative;
  flex: 0 1 100%;
}
@media (max-width: 992px) {
  .author-card__content .author-card__title {
    position: unset;
  }
}
@media (max-width: 576px) {
  .author-card__content .author-card__title {
    font-size: 22px;
  }
}
.author-card__content .author-card-info {
  flex: 0 1 41%;
  align-self: center;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .author-card__content .author-card-info {
    order: 1;
    margin-top: unset;
  }
}
.author-card__content .author-card-info__text {
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 160%;
}
.author-card__content .author-card-info__text p {
  width: 93%;
}
.author-card__content .author-card-info__text p:first-child {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .author-card__content .author-card-info__text {
    font-size: 14px;
  }
}
.author-card__content .author-card-img {
  flex: 0 1 59%;
}
.author-card__content .author-card-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.r-interactives__content {
  padding: 90px 0 10px;
}
@media (max-width: 576px) {
  .r-interactives__content {
    padding: 30px 0 15px;
  }
}
.r-interactives__content .r-interactives-info__title {
  font-family: "Museo Sans 700 Bold", sans-serif;
  font-size: 26px;
  line-height: 120%;
  /* or 31px */
  letter-spacing: -0.004em;
  margin-bottom: 14px;
  text-align: center;
}
@media (max-width: 576px) {
  .r-interactives__content .r-interactives-info__title {
    font-size: 22px;
  }
}
.r-interactives__content .r-interactives-info__desc {
  font-size: 16px;
  line-height: 160%;
  color: #251A51;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .r-interactives__content .r-interactives-info__desc {
    font-size: 14px;
  }
}
.r-interactives__content .r-interactives-info__text {
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 160%;
  text-align: center;
  max-width: 752px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .r-interactives__content .r-interactives-info__text {
    max-width: 546px;
  }
}
@media (max-width: 576px) {
  .r-interactives__content .r-interactives-info__text {
    max-width: 456px;
    font-size: 14px;
  }
}
.r-interactives__content .r-interactives-cards {
  display: flex;
  justify-content: space-evenly;
  margin-top: 55px;
}
@media (max-width: 992px) {
  .r-interactives__content .r-interactives-cards {
    justify-content: unset;
    overflow-x: auto;
  }
}
.r-interactives__content .r-interactives-cards .r-interactives-card {
  flex: 0 1 31%;
  padding: 25px;
  box-shadow: 0px 15px 60px rgba(0, 7, 71, 0.03);
  border-radius: 12px;
}
@media (max-width: 992px) {
  .r-interactives__content .r-interactives-cards .r-interactives-card {
    min-width: 311px;
    margin-right: 25px;
  }
}
@media (max-width: 400px) {
  .r-interactives__content .r-interactives-cards .r-interactives-card {
    min-width: 271px;
  }
}
@media (max-width: 345px) {
  .r-interactives__content .r-interactives-cards .r-interactives-card {
    min-width: 241px;
  }
}
.r-interactives__content .r-interactives-cards .r-interactives-card__img {
  margin-bottom: 26px;
}
.r-interactives__content .r-interactives-cards .r-interactives-card__img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.r-interactives__content .r-interactives-cards .r-interactives-card__title {
  font-size: 16px;
  line-height: 160%;
  color: #251A51;
  font-weight: bold;
  margin-bottom: 16px;
}
.r-interactives__content .r-interactives-cards .r-interactives-card__text {
  font-size: 16px;
  line-height: 160%;
  color: #6D738C;
}
@media (max-width: 576px) {
  .r-interactives__content .r-interactives-cards .r-interactives-card__text {
    font-size: 14px;
  }
}

.r-statistic {
  background: linear-gradient(180deg, rgba(68, 138, 255, 0) 0%, rgba(68, 138, 255, 0.03) 100%);
  border-radius: 0% 0% 130vh 0vh/0% 0% 7vh 0vh;
}
.r-statistic__content {
  padding: 90px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .r-statistic__content {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .r-statistic__content {
    flex-direction: column;
  }
}
.r-statistic__content .rspacer {
  flex: 0 1 100%;
}
.r-statistic__content .r-statistic__title {
  font-family: "Museo Sans 700 Bold", sans-serif;
  font-size: 26px;
  line-height: 120%;
  /* or 31px */
  letter-spacing: -0.004em;
  margin-bottom: 35px;
  flex: 0 1 45%;
  position: relative;
  bottom: -110px;
}
@media (max-width: 992px) {
  .r-statistic__content .r-statistic__title {
    position: unset;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .r-statistic__content .r-statistic__title {
    font-size: 22px;
  }
}
.r-statistic__content .r-statistic-info {
  flex: 0 1 50%;
  padding-right: 30px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .r-statistic__content .r-statistic-info {
    order: 1;
    margin-top: 10px;
  }
}
.r-statistic__content .r-statistic-info__text {
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 160%;
}
@media (max-width: 576px) {
  .r-statistic__content .r-statistic-info__text {
    font-size: 14px;
  }
}
.r-statistic__content .statistic-slider {
  position: relative;
  flex: 0 1 50%;
  max-width: 50%;
}
@media (max-width: 992px) {
  .r-statistic__content .statistic-slider {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.r-statistic__content .statistic-slider img {
  display: block;
  width: 100%;
  height: auto;
}
.r-statistic__content .statistic-slider #statistic-slider {
  position: relative;
}
.r-statistic__content .statistic-slider #statistic-slider .owl-nav {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  display: flex;
}
.r-statistic__content .statistic-slider #statistic-slider .owl-item {
  box-shadow: 0px 10px 30px rgba(0, 7, 71, 0.06), 0px 10px 60px rgba(0, 7, 71, 0.08);
}
.r-statistic__content .statistic-slider #statistic-slider .owl-item img {
  border-radius: 12px;
  box-shadow: inset 0px 0px 20px #8A9FC1;
}
.r-statistic__content .statistic-slider #statistic-slider .owl-prev,
.r-statistic__content .statistic-slider #statistic-slider .owl-next {
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: -8em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(255, 79, 119, 0.09);
}
@media (max-width: 992px) {
  .r-statistic__content .statistic-slider #statistic-slider {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .r-statistic__content .statistic-slider #statistic-slider {
    margin-top: 40px;
  }
}
.promotion {
  background: rgba(68, 138, 255, 0.05);
  border-radius: 0vh 0vh 0vh 420vh/0vh 0vh 0vh 10vh;
}
.promotion__wrapper {
  background: rgba(68, 138, 255, 0.05);
  border-radius: 0vh 0vh 420vh 0vh/0vh 0vh 10vh 0vh;
}
.promotion__content {
  padding: 106px 0;
}
@media (max-width: 576px) {
  .promotion__content {
    padding: 40px 0;
  }
}
.promotion__content .promotion__warpper {
  display: flex;
  margin-bottom: 54px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .promotion__content .promotion__warpper {
    flex-direction: column;
  }
}
.promotion__content .promotion__warpper .promotion-card {
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 160%;
  flex: 0 1 67%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0px 15px 60px rgba(0, 7, 71, 0.03);
  border-radius: 12px;
  border-left: 10px solid #FF4F77;
  padding: 15px 27px 16px 20px;
  background-color: #fff;
  flex: 0 1 34%;
}
.promotion__content .promotion__warpper .promotion-card p:first-child {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .promotion__content .promotion__warpper .promotion-card {
    order: 1;
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .promotion__content .promotion__warpper .promotion-card {
    font-size: 14px;
    margin-top: 0;
  }
}
.promotion__content .promotion__warpper .promotion-info {
  flex: 0 1 60%;
  margin-left: 20px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .promotion__content .promotion__warpper .promotion-info {
    margin-left: 0;
    margin-top: 0;
  }
}
.promotion__content .promotion__warpper .promotion-info__title {
  font-family: "Museo Sans 700 Bold", sans-serif;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: -0.004em;
  margin-bottom: 18px;
}
@media (max-width: 576px) {
  .promotion__content .promotion__warpper .promotion-info__title {
    font-size: 24px;
  }
}
.promotion__content .promotion__warpper .promotion-info__desc {
  font-size: 16px;
  line-height: 160%;
  color: #251A51;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .promotion__content .promotion__warpper .promotion-info__desc {
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .promotion__content .promotion__warpper .promotion-info__desc {
    font-size: 14px;
  }
}
.promotion__content .promotion-steps {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 992px) {
  .promotion__content .promotion-steps {
    flex-wrap: wrap;
  }
}
@media (max-width: 615px) {
  .promotion__content .promotion-steps {
    flex-direction: column;
  }
}
.promotion__content .promotion-steps .promotion-step {
  flex: 0 1 30.5%;
}
@media (max-width: 992px) {
  .promotion__content .promotion-steps .promotion-step {
    flex: 0 1 50%;
  }
  .promotion__content .promotion-steps .promotion-step:last-child {
    display: flex;
  }
  .promotion__content .promotion-steps .promotion-step:last-child .promotion-step__number {
    align-self: center;
  }
}
@media (max-width: 615px) {
  .promotion__content .promotion-steps .promotion-step {
    display: flex;
    margin-bottom: 25px;
    max-width: 400px;
  }
}
.promotion__content .promotion-steps .promotion-step__header {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 615px) {
  .promotion__content .promotion-steps .promotion-step__header {
    flex-direction: column;
  }
}
.promotion__content .promotion-steps .promotion-step__header .promotion-step__number {
  font-weight: bold;
  font-size: 40px;
  line-height: 160%;
  text-align: center;
  position: relative;
  width: 89px;
  z-index: 10;
  color: #448AFF;
  /* identical to box height, or 64px */
}
.promotion__content .promotion-steps .promotion-step__header .promotion-step__number span {
  display: block;
  margin-top: -5px;
}
.promotion__content .promotion-steps .promotion-step__header .promotion-step__number::after {
  content: "";
  width: 89px;
  height: 74px;
  border-radius: 50%;
  display: block;
  position: absolute;
  background: linear-gradient(180deg, rgba(230, 239, 255, 0) 0%, rgba(222, 234, 255, 0.5) 100%);
  transform: rotateZ(-45deg);
  top: -10px;
  z-index: -10;
}
.promotion__content .promotion-steps .promotion-step__header .promotion-step__arrow {
  align-self: center;
}
.promotion__content .promotion-steps .promotion-step__header .promotion-step__arrow .small-arrow {
  display: none;
}
@media (max-width: 615px) {
  .promotion__content .promotion-steps .promotion-step__header .promotion-step__arrow {
    margin-top: 15px;
  }
  .promotion__content .promotion-steps .promotion-step__header .promotion-step__arrow .small-arrow {
    display: block;
  }
  .promotion__content .promotion-steps .promotion-step__header .promotion-step__arrow .long-arrow {
    display: none;
  }
}
.promotion__content .promotion-steps .promotion-step__text {
  font-size: 16px;
  line-height: 160%;
  color: #251A51;
  margin-bottom: 16px;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .promotion__content .promotion-steps .promotion-step__text {
    margin-top: 20px;
  }
  .promotion__content .promotion-steps .promotion-step__text:last-child {
    margin-left: 20px;
  }
}
@media (max-width: 615px) {
  .promotion__content .promotion-steps .promotion-step__text {
    margin-top: unset;
    margin-left: 20px;
  }
}

.development__content {
  padding: 90px 0 20px;
}
.development__content .development__title {
  font-family: "Museo Sans 700 Bold", sans-serif;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: -0.004em;
  margin-bottom: 18px;
  text-align: center;
}
@media (max-width: 576px) {
  .development__content .development__title {
    font-size: 24px;
  }
}
.development__content .development__desc {
  font-size: 16px;
  line-height: 160%;
  color: #251A51;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 576px) {
  .development__content .development__desc {
    font-size: 14px;
  }
}
.development__content .development-info {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .development__content .development-info {
    flex-direction: column;
  }
}
.development__content .development-info__text {
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 160%;
  margin-right: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .development__content .development-info__text {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
    max-width: 600px;
  }
}
@media (max-width: 576px) {
  .development__content .development-info__text {
    font-size: 14px;
    max-width: 456px;
  }
}
.development__content .development-info .development-socials {
  display: flex;
  display: none;
}
@media (max-width: 767px) {
  .development__content .development-info .development-socials {
    margin: 0 auto;
    margin-bottom: 52px;
  }
}
.development__content .development-info .development-socials li + li {
  margin-left: 20px;
}
.development__content .r-secondary-btn {
  margin: 15px auto 0;
}
@media (max-width: 767px) {
  .development__content .r-secondary-btn {
    margin-top: 28px;
  }
}
.development__content .dev-views {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .development__content .dev-views {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
.development__content .dev-views .dev-view {
  border: 1px solid #AAB9D1;
  box-sizing: border-box;
  border-radius: 12px;
  flex: 0 1 50%;
  max-width: 540px;
  height: 285px;
  margin-bottom: 142px;
  position: relative;
}
@media (max-width: 992px) {
  .development__content .dev-views .dev-view {
    margin-bottom: 65px;
  }
}
.development__content .dev-views .dev-view .dev-view__img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.development__content .dev-views .dev-view .dev-view__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.development__content .dev-views .dev-view .dev-view-socials {
  position: absolute;
  top: -1px;
  right: -2px;
  background: rgba(255, 255, 255, 0.8);
  width: 145px;
  height: 101%;
  padding: 25px 9px;
  border-radius: 0px 12px 12px 0px;
  display: none;
}
.development__content .dev-views .dev-view .dev-view-socials > div + div {
  margin-top: 22px;
}
.development__content .dev-views .dev-view .dev-view-socials__item {
  display: flex;
}
.development__content .dev-views .dev-view .dev-view-socials__item .dev-view-socials__info {
  margin-left: 9px;
  align-self: center;
}
.development__content .dev-views .dev-view .dev-view-socials__item .dev-view-socials__info .dev-view-socials__name {
  font-weight: bold;
  font-size: 7px;
  line-height: 9px;
  color: #000000;
}
.development__content .dev-views .dev-view .dev-view-socials__item .dev-view-socials__info .dev-view-socials__desc {
  margin-top: 4px;
  font-size: 5px;
  line-height: 6px;
  color: rgba(0, 0, 0, 0.8);
}
.development__content .dev-views .dev-view .dev-view-selfy {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 25px;
  display: none;
}
.development__content .dev-views .dev-view .dev-view-selfy__title {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
}
.development__content .dev-views .dev-view .dev-view-selfy .dev-view-selfy__img .dev-view-selfy__data {
  align-self: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 4px;
  display: flex;
  position: absolute;
  right: 0;
  top: 69%;
  width: 100%;
}
.development__content .dev-views .dev-view .dev-view-selfy .dev-view-selfy__img .dev-view-selfy__data .dev-view-selfy__info {
  margin-left: 6px;
  align-self: center;
}
.development__content .dev-views .dev-view .dev-view-selfy .dev-view-selfy__img .dev-view-selfy__data .dev-view-selfy__info .dev-view-socials__name {
  font-size: 5px;
  line-height: 6px;
  margin-bottom: 3px;
}
.development__content .dev-views .dev-view .dev-view-selfy .dev-view-selfy__img .dev-view-selfy__data .dev-view-selfy__info .dev-view-socials__desc {
  font-weight: bold;
  font-size: 8px;
  line-height: 10px;
  color: rgba(0, 0, 0, 0.8);
}
.development__content .dev-views .dev-view .dev-view-quiz {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #000000;
  border-radius: 0px 0px 12px 12px;
  display: flex;
  justify-content: space-between;
  padding: 15px 0 15px 10px;
  display: none;
}
.development__content .dev-views .dev-view .dev-view-quiz__info .dev-view-quiz__question {
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
  margin-bottom: 7px;
  width: 70%;
}
.development__content .dev-views .dev-view .dev-view-quiz__info .dev-view-quiz__variant {
  margin-top: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 7px;
  line-height: 9px;
  color: #FFFFFF;
}
.development__content .dev-views .dev-view .dev-view-quiz__info .dev-view-quiz__variant span {
  font-size: 14px;
  margin-right: 5px;
  font-weight: bold;
}
.development__content .dev-views .dev-view .dev-view-quiz .dev-view-quiz__phone {
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #FFFFFF;
  background: #FF4F4F;
  border-radius: 12px 0px 0px 12px;
  align-self: center;
  padding: 5px 20px;
}
.development__content .dev-views .dev-view .dev-view-quizm {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0px 0px 12px 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 9px 7px 2px;
  display: none;
}
.development__content .dev-views .dev-view .dev-view-quizm__question {
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #fff;
  border-radius: 12px;
  margin: 0 auto;
  width: 80%;
  margin-bottom: 10px;
  padding: 3px;
}
.development__content .dev-views .dev-view .dev-view-quizm .dev-view-quizm__variants {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  margin: 0 auto;
  justify-content: space-between;
}
.development__content .dev-views .dev-view .dev-view-quizm .dev-view-quizm__variants .dev-view-quizm__variant {
  flex: 0 1 50%;
  font-style: normal;
  font-weight: 500;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #fff;
  border-radius: 12px;
  max-width: 145px;
  margin-bottom: 5px;
  padding: 3px;
}
.development__content .dev-views .dev-view .dev-view-quizm .dev-view-quizm__variants .dev-view-quizm__variant span {
  font-weight: bold;
  margin-right: 5px;
}
.development__content .dev-views .dev-view__examples {
  display: flex;
  position: absolute;
  justify-content: space-evenly;
  width: 100%;
  bottom: -75px;
}
.development__content .dev-views .dev-view__examples img {
  width: 119px;
  height: 89px;
  border-radius: 12px;
}
@media (max-width: 1200px) {
  .development__content .dev-views .dev-view {
    max-width: 450px;
    height: 237px;
  }
  .development__content .dev-views .dev-view__examples {
    bottom: -61px;
  }
  .development__content .dev-views .dev-view__examples img {
    width: 99px;
    height: 74px;
  }
}
@media (max-width: 992px) {
  .development__content .dev-views .dev-view {
    max-width: 340px;
    height: 237px;
  }
  .development__content .dev-views .dev-view__examples {
    bottom: -39px;
  }
  .development__content .dev-views .dev-view__examples img {
    width: 73px;
    height: 54px;
  }
}
@media (max-width: 767px) {
  .development__content .dev-views .dev-view {
    min-width: 340px;
    height: 237px;
    margin: 0 15px 60px 15px;
  }
  .development__content .dev-views .dev-view__examples img {
    width: 73px;
    height: 54px;
  }
}
@media (max-width: 576px) {
  .development__content .dev-views .dev-view {
    min-width: 278px;
    height: 146.7px;
  }
  .development__content .dev-views .dev-view__examples img {
    width: 61.2px;
    height: 45.8px;
  }
}
@media (max-width: 370px) {
  .development__content .dev-views .dev-view {
    margin: 0 5px 50px 5px;
  }
}

.msg {
  color: #505050;
  font-size: 13px;
  transition: padding-top 0.25s ease-in-out;
  -webkit-overflow-scrolling: touch;
  padding: 13px 10px 15px 46px;
  background-color: white;
  /*box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);*/
  transition: height, margin, padding 0.3s;
  position: relative;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  border-bottom: 1px solid #ccc;
  padding: 13px 10px 15px 56px;
  margin-left: 0;
  margin-top: 5px;
  margin-top: 5px;
  border-radius: 2px;
  padding: 10px;
}

.drop-here {
  position: fixed;
  height: 100vh;
  width: 50%;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.1s;
}

.drop-here:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  content: "Перетащите сюда";
  color: #fff;
  font-size: 30px;
}

.msg-pos {
  cursor: pointer;
  position: fixed;
  padding: 13px 10px 15px 75px;
  background-color: #fff;
  width: calc(45% - 130px);
  margin-top: 0;
  z-index: 1000;
}

.msg.selected {
  color: #202020;
  background-color: white !important;
  box-shadow: 0 0 3px #0088ee;
}

.small-message.selected {
  color: #202020;
  background-color: white !important;
  border: 2px solid #ff6820;
}

.msg .icon {
  display: block;
  left: 10px;
  width: 36px;
  height: 36px;
  background: #f5f5f5 url("img/channel-none.png") no-repeat center;
  background-size: contain;
  opacity: 0.9;
  border-radius: 3px;
  /*left: -45px;*/
  /*width: 36px;*/
  /*height: 36px;*/
  border-radius: 50%;
}

.msg.chan-fb .icon {
  background-image: url("img/channel-fb.png");
}

.msg.chan-fbcomm .icon {
  background-image: url("img/channel-fbcomments.png");
}

.msg.chan-tlgr .icon {
  background-image: url("img/channel-telegram.png");
}

.msg.chan-vk .icon {
  background-image: url("img/channel-vk.png");
}

.msg.chan-vkcomm .icon {
  background-image: url("img/channel-vkcomments.png");
}

.msg.chan-sms .icon {
  background-image: url("img/channel-sms.png");
}

.msg.chan-ok .icon {
  background-image: url("img/channel-ok.png");
}

.msg.chan-vbr .icon {
  background-image: url("img/channel-viber.png");
}

.msg.chan-live .icon {
  background-image: url("img/channel-live.png");
}

.msg.chan-whatsapp .icon {
  background-image: url("img/channel-whatsapp.png");
}

.msg.chan-yt_live .icon {
  background-image: url("img/yt_live.png");
}

.msg.chan-smsmoney .icon {
  background-image: url("img/channel-smsRub.png");
}

.msg.chan-fbinstagram .icon {
  background-image: url("img/channel-inst.png");
}

.msg.chan-alisa .icon {
  background-image: url("img/alisa.png");
}

.msg .idMark:before {
  content: "#";
  font-size: 0.7em;
}

.msg .idMark {
  position: absolute;
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.5);
  height: 16px;
  overflow: hidden;
  text-align: right;
  width: auto;
  left: 10px;
  margin-top: 25px;
  font-weight: 500;
  top: 26px;
}

.msg .author,
.msg .dateTime {
  display: inline-block;
  color: #808080;
}

.msg .author {
  font-size: 16px;
  color: gray;
  /*font-weight: bold;*/
  margin-bottom: 0;
  display: inline-block;
  margin-left: 11px;
}

.msg .author > a {
  color: rgba(17, 15, 36, 0.5);
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

.msg > .region {
  color: #808080;
  font-size: 0.85em;
  margin-left: 1em;
  margin-bottom: 3px;
  display: inline-block;
}

.message-action > span:not(.on) {
  top: -40px;
  position: relative;
}

.message-action {
  height: 26px;
  overflow: hidden;
  display: flex;
  float: right;
}

.msg:hover .icon {
  opacity: 0.9 !important;
}

.msg:hover {
  opacity: 1;
}

.msg:hover .message-action > span {
  top: 0;
}

.msg .dateTime {
  font-size: 0.85em;
  margin-left: 1em;
  margin-bottom: 10px;
  float: right;
  margin-right: 1em;
  margin-left: auto;
}

.msg .fav-btn,
.msg .minimize-btn,
.msg .action-mnu,
.msg .ignored,
.msg .tag {
  display: block;
  min-width: 24px;
  height: 24px;
  margin-top: -3px;
  background-size: 100%;
  opacity: 0.33;
  transition: opacity 0.25s ease-in-out;
}

.msg .fav-btn:hover,
.msg .minimize-btn:hover,
.msg .action-mnu:hover,
.msg .ignored:hover,
.msg .tag:hover {
  opacity: 0.75;
}

.msg .fav-btn {
  cursor: pointer;
  opacity: 0.6;
  background-image: url("img/favoriteOff@2x.png");
}

.msg .fav-btn:hover {
  background-image: url("img/favoriteOn@2x.png");
  opacity: 0.5;
}

.fav-btn.on,
.inter-fav.on {
  background-image: url("img/favoriteOn@2x.png") !important;
  opacity: 1 !important;
}

.msg .fav-btn.on:hover {
  opacity: 0.75;
}

.msg .minimize-btn {
  background-image: url("img/resize@2x.png");
  cursor: pointer;
}

.msg .action-mnu {
  background-image: url("img/cog@2x.png");
  cursor: pointer;
}

.msg .action-mnu.selected {
  background-color: #0088ee !important;
  background-image: url("img/cog-white@2x.png");
  border-radius: 3px;
  opacity: 1;
}

.msg .tag {
  opacity: 0.75;
  background-color: rgba(100, 140, 180, 0.75);
  color: white;
  line-height: 2em;
  padding: 0 10px;
  border-radius: 3px;
}

.msg .tag:before {
  content: "#";
}

.msg .ignored {
  background-image: url("img/ignored@2x.png");
  opacity: 0.75;
}

.msg .labels {
  width: 100px;
  height: 14px;
  position: absolute;
  right: 2px;
  margin-right: -1px;
  margin-top: -12px;
  text-align: right;
}

.msg .labels span {
  display: inline-block;
  padding: 0;
  width: 12px;
  height: 12px;
  margin-left: -5px;
  margin-top: -8px;
  border: 2px solid #eee;
  border-radius: 10px;
}

.msg .social-data a {
  overflow: hidden;
  display: table;
  clear: none;
  margin-top: 0;
  font-style: italic;
  margin-bottom: 0;
  padding-right: 10px;
  padding-left: 5px;
  margin-left: -5px;
  font-size: 11px;
  color: #808080;
}

.show-more {
  cursor: pointer;
  padding-right: 10px;
}

.msg .text.show-full-text {
  max-height: none !important;
}

.msg .text.small-text {
  max-height: 65px;
}

.msg .text {
  overflow: hidden;
  line-height: 1.35;
  font-weight: 500;
  display: block;
  color: #333;
  clear: both;
  font-size: 16px;
  padding-right: 10px;
  padding-left: 5px;
  margin-left: -5px;
  margin-left: 42px;
  margin-top: -10px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .msg .text {
    font-size: 14px;
    padding-right: 0;
    margin-bottom: 0;
  }
}

.msg__header {
  display: flex;
}

.msg .media {
  padding-top: 0.5em;
  margin-top: 0.75em;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
}

.msg .media .media-selector > span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  padding: 0;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.msg .media .media-selector > span:hover,
.msg .media .media-selector > span.selected {
  opacity: 0.75;
}

.msg .media .media-selector > span.selected {
  border-bottom: 2px solid #0088ee;
}

.msg .media .media-img {
  background-image: url("img/media-image@2x.png");
}

.msg .media .media-video {
  background-image: url("img/media-video@2x.png");
}

.msg .media .media-sound {
  background-image: url("img/media-sound@2x.png");
}

.msg .media .media-location {
  background-image: url("img/media-location@2x.png");
}

.msg .media .media-link {
  background-image: url("img/media-link@2x.png");
}

.msg .media .media-content {
  display: none;
  transition: display 0.25s ease-in-out;
  margin-bottom: 10px;
}

.msg .media .media-content audio {
  height: 40px;
}

.progress_bottom {
  height: 3px;
  background: #d8d8d8;
}

.audio_messages .volume_progress_bar {
  top: 8px;
}

.audio_messages .volume_control {
  height: 20px;
  top: -2px;
}

.audio_messages .controls a {
  color: #a3a9b5;
}

.audio_messages .controls a:hover {
  color: #7f828d;
}

.audio_messages .progress_bar {
  width: 100%;
  padding: 8px 0 12px 0;
  background: none;
  top: 9px;
}
@media (max-width: 370px) {
  .audio_messages .progress_bar {
    margin-left: 0;
  }
}

.audio_messages .current_rate {
  margin-right: 15px;
  margin-left: 15px;
  text-align: center;
  border-radius: 3px;
}

.audio_messages .rate_list {
  top: -10px;
}

.audio_messages .past_time {
  display: none;
}

.audio_messages .progress_line {
  top: 9px;
}

.audio_messages .progress {
  top: -9px;
}

.audio_messages .progress_control,
.audio_messages .volume_progress_control {
  width: 9px;
  height: 9px;
  top: 4px;
  padding: 5px;
  box-sizing: border-box;
}

.volume .progress_line,
.volume_progress_line {
  top: 0 !important;
}

.volume .volume_progress_control {
  top: -3px !important;
}

.progress_line,
.volume_progress_line {
  top: 8px;
}

.msg .media .media-content p {
  color: #454545;
  margin-left: 2px;
  font-weight: 400;
  font-size: 15px;
}

.msg .media .media-content.selected {
  display: block;
}

.msg .media .media-content > * {
  max-width: 100%;
  border-radius: 7px;
  overflow: hidden;
}

.msg .media .media-content.media-content-location.selected,
.msg .media .media-content.media-content-link.selected {
  background-color: rgba(0, 0, 0, 0.05) !important;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 24px;
  border-radius: 7px;
}

.msg .media .media-content.media-content-location.selected a,
.msg .media .media-content.media-content-link.selected a {
  display: block;
  padding: 10px 5px 10px 32px;
  width: calc(100% - 38px);
  transition: background-color 0.25s ease-in-out;
}

.msg .media .media-content.media-content-location.selected a:hover,
.msg .media .media-content.media-content-link.selected a:hover {
  text-decoration: none;
  background-color: rgba(200, 235, 255, 0.25);
}

.msg .media .media-content.media-content-img.selected {
  background-image: url("img/loader.gif");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}

.msg .media .media-content.media-content-location.selected {
  background-image: url("img/media-location@2x.png");
}

.msg .media .media-content.media-content-location.selected a::after {
  content: "Открыть карту";
}

.msg .media .media-content.media-content-link.selected {
  background-image: url("img/media-link@2x.png");
}

.msg .media .media-content.media-content-link.selected a::after {
  content: "Открыть ссылку";
}

.msg.minimized {
  padding-bottom: 3px;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.5) !important;
  height: 24px;
}

.msg.minimized.selected {
  box-shadow: 0 0px 3px rgba(0, 136, 238, 0.5);
}

.msg.minimized .icon,
.msg.minimized .text,
.msg.minimized .media,
.msg.minimized .likeBtn,
.msg.minimized .dislikeBtn,
.msg.minimized .region {
  display: none;
}

.msg.minimized .labels {
  opacity: 0.75;
}

.msg.minimized .author,
.msg.minimized .dateTime,
.msg.minimized .tag {
  opacity: 0.5;
}

.msg.minimized .idMark {
  margin-top: -11px;
}

.msg.minimized .social-data {
  display: none;
}

.msg.status-new {
  border-left: 5px solid #0088ee;
}

.msg.status-spam {
  border-right: 5px solid #fde23e;
}

.msg.status-ic {
  background-color: #ffe6e6 !important;
}

audio,
audio:active {
  outline: none;
  border: none;
}

@media (max-width: 400px) {
  .audio_messages {
    overflow: hidden;
    margin-left: -10px;
  }
}
.audio_messages .player {
  box-shadow: none;
  max-width: 100% !important;
  margin-bottom: 0 !important;
  padding: 8px 16px !important;
  margin-top: 0 !important;
}

.audio_messages .progress {
  max-width: none;
  min-width: auto;
  width: 60%;
  padding-left: 15px;
  padding-right: 10px;
}
@media (max-width: 576px) {
  .audio_messages .progress {
    width: 100%;
  }
}

.audio_messages .rest_time {
  display: block;
  margin-right: 10px;
}
@media (max-width: 374px) {
  .audio_messages .rest_time {
    margin-right: 50px;
  }
}

/*.audio_messages .player .sub-controls {*/
/*    width: 0;*/
/*    overflow: hidden;*/
/*    transition: 0.3s;*/
/*}*/
/*.audio_messages .player:hover .sub-controls {*/
/*    width: 100px;*/
/*    overflow: unset;*/
/*}*/
/*PLAYER*/
.blue {
  background: #08f;
}

.grey {
  background: #404040;
}

.player * {
  transition: none;
  font-size: 14px !important;
}

/*div[contenteditable="true"] {*/
/*    display: inline-block;*/
/*}*/
.player {
  color: #55606e;
  font-size: 14px;
  max-width: 40rem;
  min-width: 20rem;
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 8px 24px !important;
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 10px 10px 10px 0px !important;
  border-radius: 4px;
}

.player .title {
  display: inline-flex;
  display: none;
  line-height: 1.5rem;
}

.artist {
  display: inline-flex;
  line-height: 1.5rem;
  font-weight: bold;
}

.time {
  font-size: 1rem;
  display: contents;
}

.play {
  width: 1rem;
}

.controls {
  display: flex;
  justify-content: space-between;
}

.controls a {
  color: #55606e;
}

.spinning {
  display: inline-block !important;
  -webkit-animation-name: spinner;
  -webkit-animation-duration: 600ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinner;
  -moz-animation-duration: 600ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinner;
  -ms-animation-duration: 600ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spinner;
  animation-duration: 600ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.progress {
  width: 45%;
  position: relative;
  top: -5px;
}

.progress_bar {
  position: relative;
  right: 0;
  left: 0;
  top: 0.9rem;
  margin: auto;
  background: #d8d8d8;
  width: 95%;
  border-radius: 0.25rem;
  cursor: pointer;
  height: 2px;
}

.progress_line,
.progress_control,
.volume_progress_line,
.volume_progress_control {
  position: absolute;
  cursor: pointer;
}

.progress_line,
.volume_progress_line {
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #50aaee, #0088ee);
  border-radius: 0.25rem;
  overflow: hidden;
}

.volume_progress_line {
  height: 2px;
}

.progress_control,
.volume_progress_control {
  top: -4px;
  left: 0;
  z-index: 3;
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.15);
}

.volume_progress_line {
  width: 100%;
}

.volume_progress_control {
  left: 88%;
}

.progress_line:focus,
.progress_control:focus,
.progress_line:hover,
.progress_control:hover,
.volume_progress_line:focus,
.volume_progress_control:focus,
.volume_progress_line:hover,
.volume_progress_control:hover {
  background: #0088ee;
}

.volume_control {
  opacity: 0;
  border-radius: 0.3rem;
  width: 0;
  transition: 0.2s;
  top: 0;
  left: 0;
  background: #404040;
  position: absolute;
  height: 100%;
  padding: 0 0.6rem 0 1rem;
}

.volume a {
  position: relative;
  transition: color 0.2s;
}

.volume > a {
  position: relative;
  z-index: 1;
}

.volume:hover > a {
  color: #e8e8e8;
}

.volume:hover > .volume_control {
  opacity: 1;
  width: 100px;
  left: -79px;
  transition: 0.2s;
}

.profile-card-lbMsg .volume_progress_bar {
  left: -29px !important;
}

.volume_progress_bar {
  position: relative;
  top: 8px;
  background: rgba(255, 255, 255, 0.95);
  width: 78%;
  height: 0.125rem;
  border-radius: 0.25rem;
  cursor: pointer;
  margin-left: -5px;
}

.volume_control.active .volume_progress_bar {
  display: block;
}

.sub-controls {
  font-size: 1.14rem;
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 15%;
}
@media (max-width: 576px) {
  .sub-controls {
    display: none;
  }
}

a.volume {
  z-index: 90;
}

.rate_picker {
  position: relative;
}

.rate_list {
  background: #404040;
  color: #fff;
  top: -17px;
  border-radius: 4px;
  left: -182px;
  z-index: 10;
  align-items: center;
  position: absolute;
  box-shadow: 13px 2px 20px 0px rgba(0, 0, 0, 0.3);
  display: none;
}

.rate_list.active {
  display: flex;
  color: #fff;
  margin: 0;
}

.current_rate {
  cursor: pointer;
  width: 2rem;
}
@media (max-width: 576px) {
  .current_rate {
    display: none;
  }
}

.radio {
  cursor: pointer;
  text-align: center;
  margin: 0;
  transition: background-color 0.3s;
  display: inline-flex;
}

.radio:hover {
  background-color: #222;
}

.radio_input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  /*top: 99999999999;*/
}

.radio_label {
  font-size: 1rem;
  display: block;
  color: #fff;
  width: 28px;
  height: 100%;
  padding: 10px 7px;
  cursor: pointer;
  display: block;
}

.rate_list > .radio:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rate_list > .radio:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  min-width: 36px;
}

.rate_list > .radio:nth-child(3) {
  min-width: 40px;
}

.rate_list > .radio:nth-child(5) {
  min-width: 40px;
}

.radio_label:hover {
  color: #cc64b7;
}

.radio_input:checked + .radio_label::before {
  opacity: 1;
}

.radio_input:checked + .radio_label {
  color: #cc64b7;
}

/*contacts*/
.contacts {
  background: linear-gradient(180deg, rgba(68, 138, 255, 0) 0%, rgba(68, 138, 255, 0.03) 100%);
  border-radius: 0% 0% 130vh 0vh/0% 0% 7vh 0vh;
}
.contacts__content {
  display: flex;
  padding: 166px 0 90px;
}
@media (max-width: 992px) {
  .contacts__content {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .contacts__content {
    padding: 30px 0;
  }
}
.contacts__content .contacts-info {
  flex: 0 1 35%;
}
@media (max-width: 992px) {
  .contacts__content .contacts-info {
    flex: 0 1 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .contacts__content .contacts-info > div {
    flex: 0 1 50%;
  }
}
@media (max-width: 992px) and (max-width: 615px) {
  .contacts__content .contacts-info > div {
    flex: 0 1 100%;
  }
}
.contacts__content .contacts-info__title {
  font-family: "Museo Sans 700 Bold", sans-serif;
  font-size: 24px;
  line-height: 120%;
  /* identical to box height, or 29px */
  margin-bottom: 4px;
}
.contacts__content .contacts-info__desc {
  /* Body 16 / Medium */
  font-size: 16px;
  line-height: 160%;
  /* identical to box height, or 26px */
  color: #FF4F77;
  margin-bottom: 45px;
}
.contacts__content .contacts-info .contact {
  margin-bottom: 34px;
}
.contacts__content .contacts-info .contact > * {
  margin-bottom: 10px;
}
.contacts__content .contacts-info .contact__title {
  font-size: 14px;
  line-height: 160%;
  /* or 22px */
  color: #6D738C;
}
.contacts__content .contacts-info .contact__data {
  display: flex;
  font-size: 14px;
  line-height: 160%;
  /* or 22px */
  color: #448AFF;
}
.contacts__content .contacts-info .contact__desc {
  display: flex;
  font-size: 11px;
  line-height: 160%;
  /* identical to box height, or 16px */
  color: rgba(109, 115, 140, 0.6);
}
.contacts__content .contacts-info .contact__socials {
  display: flex;
  margin-left: 26px;
}
.contacts__content .contacts-info .contact__socials img + img {
  margin-left: 10px;
}
.contacts__content .contacts-info .contact__socials img {
  width: 15px;
  height: 15px;
}
.contacts__content .contacts-info .contact__address {
  font-size: 14px;
  line-height: 160%;
  /* or 22px */
  color: #6D738C;
}
.contacts__content .contacts-info .contact__phone-info {
  display: flex;
}
.contacts__content .contacts-info .contact__phone-info p {
  font-size: 14px;
  line-height: 160%;
  color: #448aff;
}

.contact-form {
  flex: 0 1 65%;
  border: 1px solid rgba(0, 13, 114, 0.02);
  box-shadow: 0px 25px 30px rgba(15, 5, 41, 0.03);
  border-radius: 16px;
  padding: 33px 25px 34px 33px;
}
.contact-form.webinar {
  border: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .contact-form {
    flex: 0 1 100%;
  }
}
@media (max-width: 673px) {
  .contact-form {
    flex-direction: column;
  }
}
.contact-form__card {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 410px;
}
@media (max-width: 615px) {
  .contact-form__card {
    flex-wrap: nowrap;
    max-height: none;
  }
}
.contact-form__card .text-input {
  margin-bottom: 18px;
  max-width: 40%;
}
.contact-form__card .text-input.webinar {
  max-width: 100%;
}
@media (max-width: 615px) {
  .contact-form__card .text-input {
    max-width: 100%;
  }
}
.contact-form__card .text-input:nth-child(3) {
  margin-bottom: 32px;
}
.contact-form__card .text-input label {
  display: block;
  margin-bottom: 8px;
}
.contact-form__card .text-input input {
  border: 1px solid rgba(144, 149, 169, 0.2);
  box-sizing: border-box;
  border-radius: 6px;
  padding: 11px 24px;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a1a;
  width: 100%;
}
.contact-form__card .text-input input:focus {
  outline: none;
  border: 1px solid #ccc;
}
.contact-form__card .text-input input.invalid {
  border: 1px solid #ff5645;
}
.contact-form__card .text-input .input-error {
  font-size: 11px;
  color: #ff5645;
  margin-top: 7px;
  min-height: 12px;
}
.contact-form__card .politics {
  font-size: 11.4px;
  line-height: 160%;
  /* or 16px */
  color: #6D738C;
  max-width: 40%;
}
@media (max-width: 615px) {
  .contact-form__card .politics {
    max-width: 100%;
    order: 1;
    margin-bottom: 15px;
  }
}
.contact-form__card .textarea {
  margin-bottom: 26px;
  max-width: 60%;
}
@media (max-width: 615px) {
  .contact-form__card .textarea {
    max-width: 100%;
  }
}
.contact-form__card .textarea label {
  display: block;
  margin-bottom: 8px;
}
.contact-form__card .textarea textarea {
  border: 1px solid rgba(144, 149, 169, 0.2);
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  height: 241px;
  resize: none;
  padding: 15px;
}
.contact-form__card .textarea textarea:focus {
  outline: none;
  border: 1px solid #ccc;
}
.contact-form__card .text-input__label,
.contact-form__card .textarea__label {
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 12px;
  line-height: 160%;
  color: #9095a9;
  opacity: 0.8;
}
.contact-form__card .submit-btn {
  font-size: 16px;
  line-height: 160%;
  /* identical to box height, or 26px */
  text-align: center;
  color: #ffffff;
  padding: 15px 0;
  background: #1AC161;
  box-shadow: inset 0px -1.5px 0.2px rgba(0, 0, 0, 0.16), inset 0px 1.5px 0.2px rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  max-width: 60%;
}
.contact-form__card .submit-btn.webinar {
  max-width: 100%;
}
.contact-form__card .submit-btn:active {
  background-color: #00b74e;
}
.contact-form__card .submit-btn:focus {
  outline: 0;
}
@media (max-width: 615px) {
  .contact-form__card .submit-btn {
    max-width: 100%;
    order: 2;
  }
}

/*footer-nav*/
.footer-nav__content {
  display: flex;
  justify-content: space-between;
  padding: 45px 0;
}
.footer-nav__content > div {
  flex: 0 1 14%;
}
@media (max-width: 992px) {
  .footer-nav__content {
    flex-wrap: wrap;
    justify-content: unset;
  }
  .footer-nav__content > div {
    flex: 0 1 33%;
  }
}
@media (max-width: 615px) {
  .footer-nav__content > div {
    flex: 0 1 50%;
  }
}
.footer-nav__content .footer-nav-socials img.logo {
  width: 190px;
  margin-bottom: 40px;
}
.footer-nav__content .footer-nav-socials__list a + a {
  margin-left: 30px;
}
.footer-nav__content .footer-nav-socials__list img {
  width: 30px;
  height: 30px;
}
@media (max-width: 615px) {
  .footer-nav__content .footer-nav-socials {
    flex: 0 1 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 63px;
  }
  .footer-nav__content .footer-nav-socials__list img + img {
    margin-left: 44px;
  }
  .footer-nav__content .footer-nav-socials__list img {
    width: 44px;
    height: 44px;
  }
}
.footer-nav__content .footer-main-nav__title,
.footer-nav__content .footer-minor-nav__title {
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
}
.footer-nav__content .footer-main-nav__title a,
.footer-nav__content .footer-minor-nav__title a {
  color: #251A51;
}
.footer-nav__content .footer-main-nav__title {
  width: 60%;
}
.footer-nav__content .footer-main-nav h5 + h5 {
  margin-top: 40px;
}
.footer-nav__content .footer-minor-nav__list .footer-minor-nav__item {
  margin-top: 12px;
}
.footer-nav__content .footer-minor-nav__list .footer-minor-nav__item a {
  font-size: 12px;
  line-height: 14px;
  color: #6D738C;
}
@media (max-width: 992px) {
  .footer-nav__content .footer-minor-nav__radio {
    margin-top: 54px;
  }
}
@media (max-width: 992px) {
  .footer-nav__content .footer-minor-nav__interactives {
    margin-top: 54px;
  }
}
@media (max-width: 992px) {
  .footer-nav__content .footer-minor-nav__about {
    margin-top: 54px;
  }
}
/*FOOTER*/
.footer {
  background-color: #E0ECFF;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  padding: 13px 10px 15px;
}
.footer__content .footer__company-name {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #251A51;
}
.footer__content .footer__politics {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #448AFF;
}
@media (max-width: 576px) {
  .footer__content {
    flex-direction: column;
    align-items: center;
  }
  .footer__content .footer__company-name {
    margin-bottom: 16px;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 300;
  opacity: 0;
  transition: all 0.5s;
}
.modal-overlay.active {
  height: 100%;
  width: 100%;
  opacity: 1;
}

.modal {
  z-index: 11;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  background-color: #fff;
  z-index: 310;
  padding: 25px;
  opacity: 0;
  transition: all 0.5s;
  border-radius: 8px;
  display: none;
  transform: translate(-50%, -50%);
}
.modal.modal-webinar {
  background-color: #fdfeff;
}
@media (max-width: 400px) {
  .modal {
    width: 310px;
  }
}
.modal.active {
  display: block;
  opacity: 1;
}
.modal-close-btn {
  font-size: 24px;
  font-weight: 100;
  color: #D3D3D3;
  border: none;
  background-color: #fff;
  outline: none;
  position: absolute;
  right: 7px;
  transform: rotate(45deg);
  top: 0;
  background: transparent;
  cursor: pointer;
}
.modal-close-btn:hover {
  color: #3B75DD;
}

ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: solid 1px #d8d8d8;
  display: flex;
  margin-bottom: 30px;
}

ul.tabs li {
  display: inline-block;
  width: 50%;
  padding: 15px 25px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 400px) {
  ul.tabs li {
    padding: 10px 7px;
    font-size: 14px;
  }
}

ul.tabs li.current {
  font-weight: 500;
  box-shadow: inset 0 -3px 0 0 #3275c1;
}

.form-content {
  display: none;
}

.form-content.current {
  display: inherit;
}

.field {
  width: 100%;
  padding: 12px 15px 12px 30px;
  font-size: 14px;
  font-weight: 100;
  line-height: 22px;
  border: 1px solid #d8d8d8;
}

.input-wrapper {
  margin-top: 15px;
  position: relative;
}
.input-wrapper label {
  margin-bottom: 10px;
  display: block;
}
.input-wrapper input:focus {
  outline: none;
  outline: 2px solid #3275C1;
  border-radius: 5px;
}

.subdomen {
  display: inline-block;
  position: absolute;
  right: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  bottom: auto;
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  color: #343642;
  bottom: -4px;
}

.go-btn {
  background-color: #3B75DD;
  padding: 15px;
  width: 100%;
  color: #fff;
  margin-top: 30px;
  color: #eaeaea;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 13px;
  border: none;
  outline: none;
  border-radius: 8px;
  cursor: pointer;
}

.ajax-modal-success {
  border-bottom: 10px solid #1AC161;
}
.ajax-modal-success .modal-close-btn:hover {
  color: #1AC161;
}

.ajax-modal-error {
  border-bottom: 10px solid #ed4337;
}
.ajax-modal-error .modal-close-btn:hover {
  color: #ed4337;
}