@font-face {
  font-family: "ROBOTO bold";
  src: url("../fonts/Roboto-Bold_0.ttf");
  /* IE9 Compat Modes */
  src: url("../fonts/Roboto-Bold_0.ttf?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold_0.ttf") format("woff2"), url("../fonts/Roboto-Bold_0.ttf") format("woff"), url("../fonts/Roboto-Bold_0.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans ExtraBold";
  src: url("../fonts/OpenSans-ExtraBold.ttf");
  /* IE9 Compat Modes */
  src: url("../fonts/OpenSans-ExtraBold.ttf?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold.ttf") format("woff2"), url("../fonts/OpenSans-ExtraBold.ttf") format("woff"), url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans Light";
  src: url("../fonts/OpenSans-Light.ttf");
  /* IE9 Compat Modes */
  src: url("../fonts/OpenSans-Light.ttf?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.ttf") format("woff2"), url("../fonts/OpenSans-Light.ttf") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans Lignt Italic";
  src: url("../fonts/OpenSans-LightItalic.ttf");
  /* IE9 Compat Modes */
  src: url("../fonts/OpenSans-LightItalic.ttf?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-LightItalic.ttf") format("woff2"), url("../fonts/OpenSans-LightItalic.ttf") format("woff"), url("../fonts/OpenSans-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans Regular";
  src: url("../fonts/OpenSans-Regular.ttf");
  /* IE9 Compat Modes */
  src: url("../fonts/OpenSans-Regular.ttf?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.ttf") format("woff2"), url("../fonts/OpenSans-Regular.ttf") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans Bold";
  src: url("../fonts/OpenSans-Bold.ttf");
  /* IE9 Compat Modes */
  src: url("../fonts/OpenSans-Bold.ttf?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.ttf") format("woff2"), url("../fonts/OpenSans-Bold.ttf") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans Semibold";
  src: url("../fonts/OpenSans-Semibold.ttf");
  /* IE9 Compat Modes */
  src: url("../fonts/OpenSans-Semibold.ttf?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Semibold.ttf") format("woff2"), url("../fonts/OpenSans-Semibold.ttf") format("woff"), url("../fonts/OpenSans-Semibold.ttf") format("truetype");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.main {
  width: 100%;
  min-height: 100%;
  min-width: 320px;
  display: flex;
  flex-direction: column;
}
.main__content {
  flex-grow: 1;
}

@media only screen and (min-width: 710px) {
  .download_button {
    display: inline-block;
  }
  .download_button__description {
    display: inline-block;
  }
}
.header {
  position: relative;
}
.header__content {
  margin: 0 auto;
  height: 70px;
  width: 87%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header__menu-toggle {
  margin-left: 20px;
}

.links-block {
  display: flex;
  align-items: center;
}

.logo {
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.logo:hover, .logo:active, .logo:focus {
  text-decoration: none;
}
.logo__img {
  background: url("../img/logo.svg") no-repeat center;
  background-size: 100%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.logo__lable {
  text-decoration: none;
  font-family: "Open Sans Bold";
  font-size: 17px;
  line-height: 15px;
  color: #FFF;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-bottom: 0px;
}

.menu__content {
  top: 69px;
  left: 0;
}
.menu__content--show {
  padding-top: 25px;
  padding-bottom: 25px;
}
.menu__content--hide {
  display: none;
}
.menu__list {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.menu__list-item {
  margin-bottom: 20px;
}
.menu__list-item:last-child {
  margin-bottom: 0px;
}
.menu__list-item:hover {
  border-bottom: 4px solid #ff6191;
}
.menu__list-link {
  text-transform: uppercase;
  text-decoration: none;
  color: #474747;
  font-family: "Open Sans Semibold";
  font-size: 16px;
}
.menu__list-link:hover, .menu__list-link:active, .menu__list-link:focus {
  text-decoration: none;
  color: #474747;
}
.menu__toggle {
  display: none;
  width: 30px;
  height: 30px;
  left: 0;
  position: absolute;
}
.menu__toggle--open {
  background: url("../img/iconMenuOpen.svg") no-repeat center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.menu__toggle--close {
  background: url("../img/iconMenuClose.svg") no-repeat center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.menu-bar {
  display: flex;
  max-width: 970px;
  margin: 0 auto;
  height: 50px;
}
.menu-bar__wrapper {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.menu-bar__link {
  font-family: "Open Sans Semibold";
  font-size: 14px;
  color: #474747;
}
.menu-bar__link:hover, .menu-bar__link:active, .menu-bar__link:focus {
  text-decoration: none;
  color: #474747;
}
.menu-bar__item {
  margin-right: 25px;
}
.menu-bar__item:last-child {
  margin-right: 0;
}
.menu-bar__item--link {
  display: flex;
  align-items: center;
}
.menu-bar__icon {
  height: 12px;
  margin-right: 5px;
}

@media only screen and (max-width: 991px) {
  .header {
    background: transparent;
  }
  .header__content {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
  }
  .header__links-block {
    display: none;
  }

  .logo__lable {
    color: #ffffff;
  }

  .menu {
    margin-left: 0;
  }
  .menu__content {
    box-shadow: 0 8px 10px rgba(12, 16, 30, 0.2);
    border-top: 2px solid #dcdcdc;
    z-index: 1000;
    text-align: center;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
  }
  .menu__content--show {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: block;
  }
  .menu__list {
    height: 100%;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .menu-bar {
    display: none;
  }
}
.menu__navigation ul li a {
  font-size: 16px;
}

.menu__navigation ul li {
  margin: 0 20px 20px 20px;
}

.links-block__button {
  background: none;
  border: none;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  color: #474747;
  font-family: "Open Sans Semibold";
  font-size: 16px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.links-block__button:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 480px) {
  .header__menu-toggle {
    margin-left: 30px;
  }
  .header__content {
    height: 73.4782608696px;
  }

  .logo__img {
    width: 41.9710144928px;
    height: 41.9710144928px;
  }
  .logo__lable {
    font-size: 17.9275362319px;
    line-height: 23px;
  }

  .menu__content {
    top: 76px;
    left: 0;
  }
  .menu__list-link {
    font-size: 20px;
  }
  .menu__toggle {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .header__menu-toggle {
    margin-left: 48px;
  }
  .header__content {
    height: 79.7391304348px;
  }

  .logo__img {
    width: 45.5188405797px;
    height: 45.5188405797px;
  }
  .logo__lable {
    font-size: 19.5971014493px;
    line-height: 36px;
  }

  .menu__content {
    top: 90px;
    left: 0;
  }
  .menu__list-link {
    font-size: 25px;
  }
  .menu__toggle {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .header__menu-toggle {
    display: none;
  }
  .header__content {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1200px;
    height: 85px;
  }

  .logo__img {
    width: 65px;
    height: 69px;
    margin-left: 0;
  }
  .logo__lable {
    font-size: 25px;
    line-height: 30px;
  }

  .links-block__button {
    display: none;
    color: #ffffff;
    width: 125px;
    height: 40px;
    border-radius: 20px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #2cceb9;
    font-size: 14px;
    font-family: "Open Sans Bold";
    margin-bottom: 0;
  }
  .links-block__button--sign-in {
    margin-right: 20px;
  }
  .links-block__button--trial {
    background-color: #ffffff;
    background-image: linear-gradient(0deg, #0ed7b3 16%, #10eec7 100%);
  }
  .links-block__button:hover, .links-block__button:active, .links-block__button:focus {
    text-decoration: none;
    color: #ffffff;
  }

  .menu {
    margin-right: 0;
  }
  .menu__content {
    box-shadow: none;
  }
  .menu__content--hide {
    display: flex;
    height: auto;
  }
  .menu__list-item {
    margin: 0 20px 0 20px;
    border-bottom: 4px solid transparent;
    padding-top: 5px;
  }
  .menu__list-item:first-child {
    margin-top: 0;
    margin-left: 0;
  }
  .menu__list-item:last-child {
    margin-right: 0;
  }
  .menu__list-item--sign-in {
    display: none;
  }
  .menu__list-link {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .logo__lable {
    display: initial;
  }

  .menu-bar {
    max-width: 1200px;
  }

  .container {
    width: 1200px;
  }
}
.menu-bar .caret {
  border-top: 8px dashed;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.header {
  box-shadow: 0px 2px 15px rgba(12, 16, 30, 0.2);
  background: #11072a;
}

.logo__lable {
  color: #FFF;
}

.privacy {
  overflow-x: hidden;
  background: #f6f6ff;
  background-image: url("/img/footer_mobile.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 160px;
}
.privacy__content {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}
.privacy__h {
  font-family: "Open Sans ExtraBold";
  font-weight: 600;
  color: #11072a;
  margin: 40px 0 20px 0;
}
.privacy__h--h1 {
  font-size: 30px;
  position: relative;
  z-index: 5;
}
.privacy__h--h1:before {
  display: none;
  content: attr(data-content);
  position: absolute;
  color: #f0eff5;
  font-size: 87px;
  top: -70px;
  left: -8%;
  white-space: nowrap;
  z-index: -1;
  text-transform: uppercase;
}
.privacy__h--h2 {
  font-size: 22px;
}
.privacy__p {
  font-family: "Open Sans Regular";
  font-weight: 400;
  color: #11072a;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  word-break: break-word;
}
.privacy__p br {
  display: none;
}

@media only screen and (min-width: 710px) {
  .privacy {
    background-image: url("/img/footer_desktop.svg");
    padding-bottom: 90px;
    padding-top: 30px;
  }
  .privacy__h--h1 {
    font-size: 44px;
  }
  .privacy__h--h1:before {
    display: initial;
  }
  .privacy__h--h2 {
    font-size: 28px;
  }
  .privacy__p {
    word-break: normal;
  }
}
@media only screen and (min-width: 980px) {
  .privacy__content {
    padding: 0px;
  }
  .privacy__p br {
    display: initial;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1700px) {
  .privacy__content {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 320px) {
  .privacy {
    background-position: center bottom 0px;
  }
}
@media screen and (min-width: 480px) {
  .privacy {
    background-position: center bottom -6.9565217391px;
  }
}
@media screen and (min-width: 768px) {
  .privacy {
    background-position: center bottom -19.4782608696px;
  }
}
@media screen and (min-width: 992px) {
  .privacy {
    background-position: center bottom -29.2173913043px;
  }
}
@media screen and (min-width: 1700px) {
  .privacy {
    background-position: center bottom -120px;
  }
}
.main__footer {
  margin-top: -2px;
  background-color: #11072a;
}

.footer-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.footer-logo {
  display: none;
  min-width: 220px;
}
.footer-logo .logo__image {
  width: 65px;
  height: 69px;
  margin-left: 0;
}
.footer-logo .logo__lable {
  white-space: nowrap;
  color: #FFF;
  font-size: 20px;
  letter-spacing: 1.5px;
}

.footer_circle {
  transform: rotate(0.5turn);
}
.footer_circle path {
  fill: #f6f6ff;
  stroke: #f6f6ff;
}

.footer-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "Open Sans Regular", serif;
  box-sizing: border-box;
  overflow: hidden;
}
.footer-wrapper .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 80px;
}
.footer-wrapper .text__link-wrapper {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 75px;
  justify-content: center;
}
.footer-wrapper .text__link-centered {
  margin: 0 auto;
}
.footer-wrapper .text__link {
  color: #4a58f6;
  margin-left: 40px;
  text-decoration: none;
  font-size: 14px;
}
.footer-wrapper .text__link:hover {
  color: #fff;
}
.footer-wrapper .text__link:first-child {
  margin-left: 0;
}
.footer-wrapper .text__separator {
  margin: 0;
  padding: 0;
  margin: 5px 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #282c33;
  width: 100%;
}
.footer-wrapper .text__copyright {
  color: #4a58f6;
  font-size: 12px;
  font-weight: 100;
  white-space: nowrap;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  min-width: 200px;
  justify-content: center;
  height: 50px;
  background-color: rgba(74, 88, 246, 0.1);
}

.text {
  min-height: 250px;
}
.text__link-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.text__link {
  padding: 5px 0;
  font-weight: 600;
}
.text__copyright {
  padding: 5px 0;
}

@media screen and (min-width: 320px) {
  .text {
    min-width: 100px;
  }
}
@media screen and (min-width: 480px) {
  .text {
    min-width: 203.1884057971px;
  }
}
@media screen and (min-width: 768px) {
  .text {
    min-width: 388.9275362319px;
  }

  .footer-content {
    flex-direction: row;
  }

  .footer-wrapper {
    padding: 10px 0 30px 0;
  }
  .footer-wrapper .text__copyright {
    flex-direction: row-reverse;
    background: none;
    height: auto;
    margin-right: 15px;
  }
  .footer-wrapper .text__link-wrapper {
    height: auto;
  }

  .footer-logo {
    display: flex;
    margin-left: 15px;
  }
  .text {
    min-height: 80px;
  }
  .text__link-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .text__link {
    font-weight: 100;
  }
  .text__link-wrapper {
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .text {
    min-width: 533.3913043478px;
  }

  .footer-content {
    flex-direction: row;
  }

  .footer-wrapper {
    padding: 10px 0 30px 0;
  }
  .footer-wrapper .text__copyright {
    flex-direction: row-reverse;
    background: none;
    height: auto;
    margin-right: 15px;
  }
  .footer-wrapper .text__link-wrapper {
    height: auto;
  }

  .footer-logo {
    display: flex;
    margin-left: 15px;
  }
  .text {
    min-height: 80px;
  }
  .text__link-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .text__link {
    font-weight: 100;
  }
  .text__link-wrapper {
    height: auto;
  }
}
@media screen and (min-width: 1700px) {
  .text {
    min-width: 990px;
  }

  .footer-content {
    flex-direction: row;
  }

  .footer-wrapper {
    padding: 10px 0 30px 0;
  }
  .footer-wrapper .text__copyright {
    flex-direction: row-reverse;
    background: none;
    height: auto;
    margin-right: 15px;
  }
  .footer-wrapper .text__link-wrapper {
    height: auto;
  }

  .footer-logo {
    display: flex;
    margin-left: 15px;
  }
  .text {
    min-height: 80px;
  }
  .text__link-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .text__link {
    font-weight: 100;
  }
  .text__link-wrapper {
    height: auto;
  }
}

/*# sourceMappingURL=privacy.css.map */
