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

.about__content {
  display: flex;
  justify-content: space-between;
  padding: 78px 0;
}
@media (max-width: 992px) {
  .about__content {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .about__content {
    padding: 40px 0;
  }
}
.about__content .about-info {
  flex: 0 1 50%;
  max-width: 524px;
}
.about__content .about-info__title {
  font-family: "Museo Sans 700 Bold", sans-serif;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.004em;
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .about__content .about-info__title {
    font-size: 22px;
  }
}
.about__content .about-info .about__text-wrapper .about__text {
  font-family: "Museo Sans 300 Light", sans-serif;
  font-size: 16px;
  line-height: 160%;
}
.about__content .about-info .about__text-wrapper p + p {
  margin-top: 20px;
  font-weight: bold;
}
.about__content .about__img {
  flex: 0 1 50%;
}
@media (max-width: 992px) {
  .about__content .about__img {
    margin-top: 40px;
  }
}
.about__content .about__img img {
  display: block;
  width: 100%;
  height: auto;
}

.map {
  padding: 70px 0;
}
.map .y-map {
  min-height: 544px;
  background-color: #f7f7f7;
}
.map__content .map__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;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .map__content .map__title {
    font-size: 22px;
  }
}

.partners__content {
  padding: 75px 0;
}
.partners__content .partners__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;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .partners__content .partners__title {
    font-size: 22px;
  }
}
.partners__content .partners-list {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 992px) {
  .partners__content .partners-list {
    flex-wrap: wrap;
    max-width: 450px;
    margin: 0 auto;
  }
}
.partners__content .partners-list__item {
  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;
  padding: 51px 29px;
  max-width: 255px;
}
@media (max-width: 1200px) {
  .partners__content .partners-list__item {
    max-width: 195px;
  }
}
@media (max-width: 992px) {
  .partners__content .partners-list__item {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .partners__content .partners-list__item {
    padding: 31px 29px;
  }
}
.partners__content .partners-list__item img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

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