/*! 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-interactives {
  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-interactives__content {
  padding-top: 70px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .main-interactives__content {
    padding-top: 30px;
    flex-direction: column;
    justify-content: unset;
  }
}
.main-interactives__content .main-interactives-info {
  align-self: center;
  flex: 0 1 613px;
  max-width: 613px;
}
@media (max-width: 767px) {
  .main-interactives__content .main-interactives-info {
    margin-top: 20px;
    flex: 1;
    order: 1;
  }
}
.main-interactives__content .main-interactives-info__title {
  font-family: "Proxima Nova Extra Bold";
  font-size: 36px;
  margin-bottom: 30px;
  line-height: 120%;
  letter-spacing: -0.004em;
}
.main-interactives__content .main-interactives-info__desc {
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  margin-bottom: 45px;
  line-height: 160%;
}
@media (max-width: 576px) {
  .main-interactives__content .main-interactives-info__title {
    font-size: 26px;
    max-width: 360px;
  }
  .main-interactives__content .main-interactives-info__desc {
    font-size: 14px;
  }
}
.main-interactives__content .main-interactives__img {
  flex: 0 1 566px;
}
@media (max-width: 767px) {
  .main-interactives__content .main-interactives__img {
    flex: 1;
    margin: 0 auto;
  }
}
.main-interactives__content .main-interactives__img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.output__content {
  padding: 152px 0 62px;
}
@media (max-width: 576px) {
  .output__content {
    padding: 50px 0;
  }
}
.output__content .output__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .output__content .output__row {
    flex-direction: column;
  }
}
.output__content .output__video {
  border-radius: 12px;
  flex: 0 1 665px;
  overflow: hidden;
  align-self: baseline;
  position: relative;
}
.output__content .output__video:hover .output__video-controls {
  opacity: 1;
}
.output__content .output__video-controls {
  display: flex;
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: #00000066;
  transition: 0.3s ease;
}
.output__content .output__video .play-button {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  width: 100px;
  height: 100px;
  padding: 0;
}
.output__content .output__video video {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .output__content .output__video {
    order: 1;
    flex: 1;
  }
}
.output__content .output__row-2 {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .output__content .output__row-2 {
    margin-top: 40px;
    max-width: 540px;
    margin: 0 auto;
  }
}
.output__content .output-info {
  flex: 0 1 452px;
}
@media (max-width: 1200px) {
  .output__content .output-info {
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .output__content .output-info {
    margin-left: unset;
    flex: 1;
    margin-bottom: 60px;
  }
}
.output__content .output-info__title {
  font-family: "Museo Sans 700 Bold", sans-serif;
  font-size: 26px;
  line-height: 120%;
  /* or 31px */
  letter-spacing: -0.004em;
  margin-bottom: 28px;
  margin-top: 10px;
  width: 77%;
}
@media (max-width: 576px) {
  .output__content .output-info__title {
    font-size: 22px;
  }
}
.output__content .output-info__text {
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  line-height: 160%;
}
.output__content .output-info .output-info__text-snd {
  margin-top: 20px;
}
.output__content .output-info .output-list {
  padding-left: 36px;
  padding-right: 36px;
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 40px;
  /* or 26px */
}
.output__content .output-info .output-list__item {
  margin-top: 20px;
  position: relative;
}
.output__content .output-info .output-list__item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #448AFF;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: -28px;
}
@media (max-width: 576px) {
  .output__content .output-info .output-list__item {
    font-size: 14px;
  }
}
.output__content .output-messages {
  flex: 0 1 39%;
}
.output__content .output-messages .output-message {
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 576px) {
  .output__content .output-messages .output-message {
    font-size: 14px;
  }
}
.output__content .output-messages .output-message::before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  content: "";
  position: absolute;
}
.output__content .output-messages .output-message::after {
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  content: "";
  position: absolute;
}
.output__content .output-messages .output-message:first-child {
  border: 1px solid #448AFF;
  padding: 14px;
  max-width: 351px;
}
@media (max-width: 600px) {
  .output__content .output-messages .output-message:first-child {
    margin-left: 20px;
  }
}
@media (max-width: 460px) {
  .output__content .output-messages .output-message:first-child {
    max-width: 281px;
  }
}
.output__content .output-messages .output-message:first-child::before {
  border-right: 21px solid #448AFF;
  top: 17px;
  left: -22px;
}
.output__content .output-messages .output-message:first-child::after {
  border-right: 20px solid white;
  left: -20px;
  top: 18px;
}
.output__content .output-messages .output-message:last-child {
  border: 1px solid #FF4F77;
  padding: 14px 14px 39px;
  margin-top: 18px;
  width: 351px;
  float: right;
}
@media (max-width: 600px) {
  .output__content .output-messages .output-message:last-child {
    margin-right: 20px;
  }
}
@media (max-width: 576px) {
  .output__content .output-messages .output-message:last-child {
    padding: 14px 14px 28px;
  }
}
@media (max-width: 460px) {
  .output__content .output-messages .output-message:last-child {
    width: 281px;
  }
}
.output__content .output-messages .output-message:last-child::before {
  border-left: 21px solid #FF4F77;
  top: 18px;
  right: -21px;
}
.output__content .output-messages .output-message:last-child::after {
  border-left: 19px solid #fff;
  right: -19px;
  top: 19px;
}
.output__content .output-card {
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 160%;
  max-width: 540px;
  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: 29px 27px 24px 40px;
}
@media (max-width: 992px) {
  .output__content .output-card {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .output__content .output-card {
    font-size: 14px;
  }
}

.ivote {
  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;
}
.ivote__content {
  padding: 163px 0 26px;
}
@media (max-width: 576px) {
  .ivote__content {
    padding: 40px 0;
  }
}
.ivote__content .ivote-info__title {
  font-family: "Museo Sans 700 Bold", sans-serif;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.004em;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 576px) {
  .ivote__content .ivote-info__title {
    font-size: 22px;
  }
}
.ivote__content .ivote-info__desc {
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  width: 64%;
  margin: 0 auto 34px;
}
@media (max-width: 576px) {
  .ivote__content .ivote-info__desc {
    font-size: 14px;
    width: 100%;
  }
}
.ivote__content .ivote-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.ivote__content .ivote-cards > div:first-child .ivote-card__title {
  text-align: center;
  width: 80%;
  margin: 26px auto 0;
}
.ivote__content .ivote-cards .ivote-card {
  background: #FFFFFF;
  box-shadow: 0px 15px 60px rgba(0, 7, 71, 0.03);
  border-radius: 12px;
  padding: 25px 25px 37px;
  flex: 0 1 30%;
  min-width: 350px;
  margin-bottom: 38px;
}
@media (max-width: 375px) {
  .ivote__content .ivote-cards .ivote-card {
    min-width: 310px;
  }
}
@media (max-width: 375px) {
  .ivote__content .ivote-cards .ivote-card {
    min-width: 280px;
  }
}
.ivote__content .ivote-cards .ivote-card__video {
  box-shadow: 0px 15px 60px rgba(0, 7, 71, 0.03);
  border-radius: 12px;
  overflow: hidden;
  background-color: #F9F2FC;
  max-width: 327px;
  position: relative;
}
.ivote__content .ivote-cards .ivote-card__video:hover .ivote-card__video-controls {
  opacity: 1;
}
.ivote__content .ivote-cards .ivote-card__video-controls {
  display: flex;
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: #00000066;
  transition: 0.3s ease;
}
.ivote__content .ivote-cards .ivote-card__video .play-button {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  width: 45px;
  height: 45px;
  padding: 0;
}
.ivote__content .ivote-cards .ivote-card__video video {
  display: block;
  width: 100%;
  height: auto;
}
.ivote__content .ivote-cards .ivote-card__title {
  font-size: 16px;
  line-height: 160%;
  color: #251A51;
  font-weight: bold;
  margin-top: 26px;
}
.ivote__content .ivote-cards .ivote-card__text {
  font-size: 16px;
  line-height: 160%;
  /* or 26px */
  color: #6D738C;
}
.ivote__content .ivote-cards .ivote-card__text .ic-text__yes {
  color: #35D4B7;
}
.ivote__content .ivote-cards .ivote-card__text .ic-text__no {
  color: #FF4F77;
}

.battle__content {
  padding: 90px 0 26px;
}
.battle__content .battle-info__title {
  font-family: "Museo Sans 700 Bold", sans-serif;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.004em;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 576px) {
  .battle__content .battle-info__title {
    font-size: 22px;
  }
}
.battle__content .battle-info__desc {
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 34px;
}
@media (max-width: 576px) {
  .battle__content .battle-info__desc {
    font-size: 14px;
    width: 100%;
  }
}
.battle__content .battles {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.battle__content .battles div + div {
  margin-left: 30px;
}
.battle__content .battles .battle {
  flex: 0 1 30%;
  min-width: 350px;
}
.battle__content .battles .battle__video {
  background: #FFFFFF;
  box-shadow: 0px 10px 30px rgba(0, 7, 71, 0.06), 0px 10px 60px rgba(0, 7, 71, 0.08);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.battle__content .battles .battle__video:hover .battle__video-controls {
  opacity: 1;
}
.battle__content .battles .battle__video-controls {
  display: flex;
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: #00000066;
  transition: 0.3s ease;
}
.battle__content .battles .battle__video .play-button {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  width: 45px;
  height: 45px;
  padding: 0;
}
.battle__content .battles .battle__video video {
  display: block;
  width: 100%;
  height: auto;
}
.battle__content .battles .battle__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  /* or 22px */
  text-align: center;
  margin-top: 22px;
}
.battle__content .battles .battle__text {
  font-size: 16px;
  line-height: 160%;
  /* or 26px */
  color: #6D738C;
}
.battle__content .battles .battle__text .ic-text__yes {
  color: #35D4B7;
}
.battle__content .battles .battle__text .ic-text__no {
  color: #FF4F77;
}
.battle__content .battle-card {
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 160%;
  max-width: 670px;
  margin: 45px auto 0;
  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 #35D4B7;
  padding: 29px 27px 24px 40px;
}
@media (max-width: 629px) {
  .battle__content .battle-card {
    padding: 15px 13px 15px 13px;
  }
}
@media (max-width: 588px) {
  .battle__content .battle-card {
    font-size: 14px;
  }
}

.ibattle {
  background: rgba(68, 138, 255, 0.05);
  border-radius: 0vh 0vh 0vh 420vh/0vh 0vh 0vh 10vh;
}
.ibattle__wrapper {
  background: rgba(68, 138, 255, 0.05);
  border-radius: 0vh 0vh 420vh 0vh/0vh 0vh 10vh 0vh;
}
.ibattle__content {
  padding: 93px 0 26px;
}
.ibattle__content .ibattle-cards {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.ibattle__content .ibattle-cards > div:first-child {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .ibattle__content .ibattle-cards > div:first-child {
    margin-right: 15px;
  }
}
.ibattle__content .ibattle-cards .ibattle-card {
  background: #FFFFFF;
  box-shadow: 0px 15px 60px rgba(0, 7, 71, 0.03);
  border-radius: 12px;
  padding: 25px 25px 37px;
  flex: 0 1 33%;
  min-width: 540px;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .ibattle__content .ibattle-cards .ibattle-card {
    min-width: 360px;
  }
}
@media (max-width: 375px) {
  .ibattle__content .ibattle-cards .ibattle-card {
    min-width: 320px;
  }
}
@media (max-width: 320px) {
  .ibattle__content .ibattle-cards .ibattle-card {
    min-width: 280px;
  }
}
.ibattle__content .ibattle-cards .ibattle-card__img {
  box-shadow: 0px 15px 60px rgba(0, 7, 71, 0.03);
  border-radius: 12px;
  overflow: hidden;
  background-color: #F9F2FC;
  max-width: 490px;
}
.ibattle__content .ibattle-cards .ibattle-card__img img {
  width: 100%;
  display: block;
  height: auto;
}
.ibattle__content .ibattle-cards .ibattle-card__title {
  font-family: "Museo Sans 700 Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  color: #3D3D3D;
  margin-top: 26px;
}
.ibattle__content .ibattle-cards .ibattle-card .ibattle-list {
  padding-left: 36px;
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  line-height: 160%;
  /* or 26px */
}
.ibattle__content .ibattle-cards .ibattle-card .ibattle-list__item {
  margin-top: 20px;
  position: relative;
}
.ibattle__content .ibattle-cards .ibattle-card .ibattle-list__item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #FF4F77;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: -28px;
}
@media (max-width: 576px) {
  .ibattle__content .ibattle-cards .ibattle-card .ibattle-list__item {
    font-size: 14px;
  }
}
.ibattle__content .ibattle__desc {
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
}
.ibattle__content .ibattle-messages {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .ibattle__content .ibattle-messages {
    width: 70%;
    margin: 20px auto 40px;
  }
}
@media (max-width: 640px) {
  .ibattle__content .ibattle-messages {
    width: 90%;
  }
}
.ibattle__content .ibattle-messages .ibattle-message {
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  font-size: 16px;
  line-height: 160%;
}
@media (max-width: 576px) {
  .ibattle__content .ibattle-messages .ibattle-message {
    font-size: 14px;
  }
}
.ibattle__content .ibattle-messages .ibattle-message::before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  content: "";
  position: absolute;
}
.ibattle__content .ibattle-messages .ibattle-message::after {
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  content: "";
  position: absolute;
}
.ibattle__content .ibattle-messages .ibattle-message-fst {
  border: 1px solid #448AFF;
  padding: 14px;
  max-width: 351px;
}
@media (max-width: 460px) {
  .ibattle__content .ibattle-messages .ibattle-message-fst {
    max-width: 281px;
  }
}
.ibattle__content .ibattle-messages .ibattle-message-fst::before {
  border-right: 21px solid #448AFF;
  top: 17px;
  left: -22px;
}
.ibattle__content .ibattle-messages .ibattle-message-fst::after {
  border-right: 20px solid white;
  left: -20px;
  top: 18px;
}
.ibattle__content .ibattle-messages .ibattle-message-snd {
  border: 1px solid #FF4F77;
  padding: 14px;
  width: 351px;
  align-self: center;
}
@media (max-width: 460px) {
  .ibattle__content .ibattle-messages .ibattle-message-snd {
    width: 281px;
  }
}
@media (max-width: 992px) {
  .ibattle__content .ibattle-messages .ibattle-message-snd {
    align-self: flex-end;
  }
}
.ibattle__content .ibattle-messages .ibattle-message-snd::before {
  border-left: 21px solid #FF4F77;
  top: 16px;
  right: -21px;
}
.ibattle__content .ibattle-messages .ibattle-message-snd::after {
  border-left: 19px solid #fff;
  right: -19px;
  top: 17px;
}
.ibattle__content .ibattle-messages > p + p {
  margin-top: 18px !important;
}
.ibattle__content .ibattle-info {
  flex: 0 1 50%;
  align-self: center;
}
@media (max-width: 1200px) {
  .ibattle__content .ibattle-info {
    flex: 0 1 415px;
  }
}
.ibattle__content .ibattle-info__title {
  font-family: "Museo Sans 700 Bold", sans-serif;
  font-size: 26px;
  line-height: 120%;
  /* or 31px */
  letter-spacing: -0.004em;
  margin-bottom: 27px;
  margin-top: 10px;
  max-width: 350px;
}
.ibattle__content .ibattle-info__desc {
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  margin-bottom: 23px;
  line-height: 160%;
  max-width: 410px;
}
.ibattle__content .ibattle-info .ibattle-card {
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 160%;
  max-width: 540px;
  background-color: #fff;
  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: 14px 27px 14px 40px;
}
@media (max-width: 576px) {
  .ibattle__content .ibattle-info .ibattle-card {
    font-size: 14px;
  }
}

.quiz-vote__content {
  padding: 120px 0 125px;
}
@media (max-width: 576px) {
  .quiz-vote__content {
    padding: 40px 0;
  }
}
.quiz-vote__content .quiz-vote__row:first-child p:last-child {
  margin-top: 20px;
}
.quiz-vote__content .quiz-vote__row:first-child .quiz-vote__title {
  bottom: -116px;
  left: 81px;
}
.quiz-vote__content .quiz-vote__row:first-child .quiz-vote__text {
  max-width: 406px;
  margin: 0 auto;
}
.quiz-vote__content .quiz-vote__row:last-child .quiz-vote__title {
  flex: 0 1 51%;
  bottom: -150px;
  right: -10px;
}
.quiz-vote__content .quiz-vote__row:last-child .quiz-vote__text {
  max-width: 506px;
}
.quiz-vote__content .quiz-vote__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 59px;
}
@media (max-width: 992px) {
  .quiz-vote__content .quiz-vote__row {
    flex-direction: column;
  }
}
.quiz-vote__content .quiz-vote__row .quiz-vote__title {
  font-family: "Museo Sans 700 Bold", sans-serif;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.004em;
  margin-bottom: 16px;
  flex: 0 1 60%;
  position: relative;
}
@media (max-width: 992px) {
  .quiz-vote__content .quiz-vote__row .quiz-vote__title {
    position: unset;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .quiz-vote__content .quiz-vote__row .quiz-vote__title {
    font-size: 22px;
  }
}
.quiz-vote__content .quiz-vote__row .quiz-vote__text-wrapper {
  flex: 0 1 50%;
  align-self: center;
}
@media (max-width: 992px) {
  .quiz-vote__content .quiz-vote__row .quiz-vote__text-wrapper {
    order: 1;
    margin-top: 30px;
  }
}
.quiz-vote__content .quiz-vote__row .quiz-vote__text-wrapper .quiz-vote__text {
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  line-height: 160%;
}
@media (max-width: 576px) {
  .quiz-vote__content .quiz-vote__row .quiz-vote__text-wrapper .quiz-vote__text {
    font-size: 14px;
  }
}
.quiz-vote__content .quiz-vote__row .quiz-vote__img {
  flex: 0 1 50%;
}
.quiz-vote__content .quiz-vote__row .quiz-vote__img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.iunique {
  background: #FFF8F9;
}
.iunique__content {
  padding: 100px 0;
}
@media (max-width: 576px) {
  .iunique__content {
    padding: 40px 0;
  }
}
.iunique__content .iunique__title {
  font-family: "Museo Sans 700 Bold", sans-serif;
  font-size: 26px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .iunique__content .iunique__title {
    font-size: 22px;
  }
}
.iunique__content .iunique__desc {
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  margin-bottom: 19px;
}
.iunique__content .i-secondary-btn {
  margin: 0 auto;
}

.ititer__content {
  display: flex;
  padding: 110px 0;
}
@media (max-width: 992px) {
  .ititer__content {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .ititer__content {
    padding: 40px 0;
  }
}
.ititer__content .ititer__info {
  flex: 0 1 454px;
  max-width: 467px;
}
@media (max-width: 992px) {
  .ititer__content .ititer__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .ititer__content .ititer__info {
    flex-direction: column;
  }
}
.ititer__content .ititer__info .ititer__title {
  font-size: 26px;
  line-height: 160%;
  margin-bottom: 15px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .ititer__content .ititer__info .ititer__title {
    flex: 0 1 100%;
  }
}
@media (max-width: 992px) {
  .ititer__content .ititer__info > div:nth-child(4) {
    flex: 0 1 26%;
    position: relative;
    top: -118px;
  }
}
@media (max-width: 576px) {
  .ititer__content .ititer__info > div:nth-child(4) {
    flex: 0 1 49%;
    position: unset;
  }
}
@media (max-width: 992px) {
  .ititer__content .ititer__info > div:last-child {
    flex: 0 1 100%;
    display: flex;
    justify-content: center;
    margin-top: -100px;
  }
}
@media (max-width: 576px) {
  .ititer__content .ititer__info > div:last-child {
    flex: 0 1 49%;
    position: unset;
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .ititer__content .ititer__info .ititer-group {
    flex: 0 1 49%;
  }
}
.ititer__content .ititer__info .ititer-group__title {
  font-size: 16px;
  line-height: 120%;
  color: #251A51;
  margin-bottom: 26px;
  margin-top: 30px;
}
.ititer__content .ititer__info .ititer-group .ititer-group-info {
  margin-bottom: 20px;
}
.ititer__content .ititer__info .ititer-group .ititer-group-info__title {
  font-size: 14px;
  line-height: 120%;
  color: #1A1A1A;
  font-weight: bold;
}
.ititer__content .ititer__info .ititer-group .ititer-group-info__desc {
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 14px;
  line-height: 120%;
  color: #1A1A1A;
}
.ititer__content .ititer__info .ititer-group .ititer-group-list {
  padding-left: 36px;
  padding-right: 36px;
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  line-height: 160%;
  /* or 26px */
}
.ititer__content .ititer__info .ititer-group .ititer-group-list__item {
  margin-top: 20px;
  position: relative;
}
.ititer__content .ititer__info .ititer-group .ititer-group-list__item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #448AFF;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: -28px;
}
@media (max-width: 576px) {
  .ititer__content .ititer__info .ititer-group .ititer-group-list__item {
    font-size: 14px;
  }
}
.ititer__content .ititer__img {
  flex: 0 1 670px;
  align-self: center;
}
.ititer__content .ititer__img img {
  display: block;
  width: 100%;
  height: auto;
}

.video-modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #000000d1;
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
}
.video-modal.active {
  display: flex;
}
.video-modal-wrapper {
  max-width: 1280px;
  height: auto;
}
.video-modal-wrapper video {
  width: 100%;
}
.video-modal .close-button {
  position: absolute;
  right: 40px;
  top: 20px;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  width: 100px;
  height: 100px;
  padding: 0;
}
@media (max-width: 992px) {
  .video-modal .close-button {
    right: 0px;
    top: 0px;
  }
}

/*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;
}