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

.description {
  position: relative;
  z-index: 2;
  min-height: 800px;
  overflow: hidden;
  background: #11072a;
  background: -moz-linear-gradient(-45deg, #11072a 0%, #11072a 12%, #12092e 16%, #2b3284 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #11072a), color-stop(12%, #11072a), color-stop(16%, #12092e), color-stop(100%, #2b3284));
  background: -webkit-linear-gradient(-45deg, #11072a 0%, #11072a 12%, #12092e 16%, #2b3284 100%);
  background: -o-linear-gradient(-45deg, #11072a 0%, #11072a 12%, #12092e 16%, #2b3284 100%);
  background: -ms-linear-gradient(-45deg, #11072a 0%, #11072a 12%, #12092e 16%, #2b3284 100%);
  background: linear-gradient(135deg, #11072a 0%, #11072a 12%, #12092e 16%, #2b3284 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#11072a", endColorstr="#2b3284", GradientType=1 );
  background-size: 100% 99.8%;
  background-repeat: no-repeat;
}
.description:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0px;
  height: 337px;
  background: url(../img/description-bg_bot_mobile.png) repeat-x left bottom transparent;
  background-size: 100% 337px;
  position: absolute;
  z-index: -1;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.description__content {
  width: 100%;
  max-width: 1250px;
  padding-bottom: 50px;
  margin: 0 auto;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.description__title {
  position: relative;
  color: #FFF;
  font-size: 32px;
  font-family: "Open Sans ExtraBold";
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin: 30px 0 20px 0;
  text-transform: uppercase;
}
.description__title:before {
  content: attr(data-content);
  position: absolute;
  display: none;
  color: #4a58f6;
  font-size: 87px;
  top: -70px;
  left: -20%;
  white-space: nowrap;
  z-index: -1;
  text-transform: uppercase;
  opacity: 0.2;
}
.description__paragraph {
  color: #c5cef9;
  font-family: "Open Sans Regular";
  font-size: 18px;
  text-align: center;
  margin-bottom: 64px;
}
.description__text {
  max-width: 100%;
  padding: 0 20px;
}
.description__image {
  margin-top: 35px;
  max-width: 920px;
  overflow: hidden;
}
.description__image img {
  max-width: 140%;
  padding-left: 0px;
  width: 120%;
  margin-left: -10%;
}

.download_links {
  width: 242px;
  text-align: center;
  margin: 0 auto;
  display: none;
}

.download_link {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.download_link--windows {
  background: url("../img/win-opacity.png") no-repeat center center transparent;
}
.download_link--android {
  background: url("../img/android-opacity.png") no-repeat center center transparent;
}
.download_link--ios {
  background: url("../img/ios-opacity.png") no-repeat center center transparent;
}

.description__image {
  width: 100%;
  max-width: 900px;
}

@media only screen and (min-width: 710px) {
  .description {
    min-height: 790px;
    text-align: left;
  }
  .description:after {
    background: url(../img/description-bg_bot_desktop.png) repeat-x left bottom transparent;
    background-size: contain;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
  }
  .description__content {
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 25px;
    margin-top: 97px;
    margin-bottom: 160px;
    padding-bottom: 0px;
  }
  .description__title {
    text-align: left;
    font-size: 45px;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
  }
  .description__title:before {
    display: initial;
  }
  .description__paragraph {
    text-align: left;
    margin-bottom: 88px;
    line-height: 1.6em;
    letter-spacing: 0;
  }
  .description__text {
    width: 725px;
    padding: 43px 20px 0 20px;
  }
  .description__image {
    margin-top: -20px;
    margin-right: -120px;
    max-width: 920px;
  }
  .description__image img {
    max-width: 100%;
    padding-left: 30px;
    width: initial;
    margin-left: 0;
  }

  .download_links {
    display: inline-block;
  }
}
@media only screen and (min-width: 2000px) {
  .description:after {
    background: url(../img/description-bg_bot_4k.png) repeat-x left top transparent;
  }
}
.benefits {
  position: relative;
  padding-bottom: 97px;
  overflow: hidden;
}
.benefits__content {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px 0 20px;
}
.benefits__title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  font-family: "Open Sans ExtraBold";
  color: #3b489d;
}
.benefits:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 127px;
  background: url(../img/wave_bg.svg) repeat-x left bottom transparent;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
.benefits__download_block {
  margin-top: 50px;
}

.benefits_item {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.benefits_item__title {
  position: relative;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  font-family: "Open Sans ExtraBold";
  color: #11072a;
  margin-bottom: 25px;
}
.benefits_item__title:before {
  display: none;
  content: attr(data-content);
  position: absolute;
  color: #f0eff5;
  font-size: 87px;
  top: -70px;
  left: -20%;
  white-space: nowrap;
  z-index: -1;
  text-transform: uppercase;
}
.benefits_item__paragraph {
  font-size: 18px;
  font-weight: normal;
  font-family: "Open Sans Regular";
  color: #16103c;
  text-align: center;
  line-height: 30px;
}
.benefits_item__image_wrapper {
  order: 2;
}
.benefits_item__description {
  width: 615px;
  order: 1;
  max-width: 100%;
  margin: 0 auto 25px 0;
  padding: 40px 0 0 0;
}
.benefits_item__image_wrapper {
  max-width: 560px;
}
.benefits_item__image_wrapper img {
  width: 100%;
  display: block;
}

@media only screen and (min-width: 710px) {
  .benefits {
    padding-top: 70px;
    padding-bottom: 227px;
  }
  .benefits__download_block {
    display: none;
  }
  .benefits__title {
    text-align: left;
    font-size: 45px;
    margin-bottom: 60px;
    letter-spacing: 1px;
  }
  .benefits__title:before {
    display: initial;
  }
  .benefits__content {
    padding: 0;
    text-align: center;
  }
  .benefits:after {
    height: 120px;
    background: url(../img/wave_bg.svg) repeat-x -16px bottom transparent;
    background-size: 102%;
  }

  .benefits_item {
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    min-height: 400px;
    padding-top: 70px;
  }
  .benefits_item__title {
    text-align: left;
    font-size: 35px;
  }
  .benefits_item__title:before {
    display: initial;
  }
  .benefits_item__paragraph {
    text-align: left;
  }
  .benefits_item__description {
    padding: 0 0 0 80px;
    margin: 0 auto;
    text-align: left;
  }
  .benefits_item__description--left {
    order: 1;
    padding: 45px 67px 0 29px;
  }
  .benefits_item__description--right {
    order: 2;
    padding: 0px 36px 0 110px;
  }
  .benefits_item__image_wrapper--left {
    order: 1;
    margin-bottom: 30px;
  }
  .benefits_item__image_wrapper--right {
    order: 2;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 2000px) {
  .provides {
    padding-bottom: 227px;
  }
  .provides:after {
    height: 160px;
    background-size: cover;
  }
}
.using {
  overflow-x: hidden;
  background: #fafafa;
  background-image: url("/img/footer_mobile.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 160px;
  background-size: 101%;
}
.using__downloads {
  text-align: center;
  padding: 25px 0;
}
.using__title {
  text-align: center;
  font-size: 27px;
  font-weight: 600;
  font-family: "Open Sans ExtraBold";
  text-transform: uppercase;
  color: #11072a;
}
.using__content {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
}

.attribute_item {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.attribute_item__title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  font-family: "Open Sans ExtraBold";
  color: #11072a;
  margin-bottom: 25px;
  text-align: left;
  position: relative;
  z-index: 5;
}
.attribute_item__title:before {
  display: none;
  content: attr(data-content);
  position: absolute;
  color: #f0eff5;
  font-size: 87px;
  top: -70px;
  left: -20%;
  white-space: nowrap;
  z-index: -1;
  text-transform: uppercase;
}
.attribute_item__paragraph {
  font-size: 18px;
  font-weight: normal;
  font-family: "Open Sans Regular";
  color: #16103c;
  line-height: 30px;
}
.attribute_item__image_wrapper {
  order: 2;
}
.attribute_item__image {
  box-shadow: 0 0 50px rgba(156, 156, 176, 0.4);
}
.attribute_item__description {
  width: 615px;
  order: 1;
  max-width: 100%;
  margin: 0 auto 25px 0;
  padding: 40px 0 0 0;
}
.attribute_item__image_wrapper {
  box-shadow: 0 0 50px rgba(156, 156, 176, 0.4);
  max-width: 560px;
  border-radius: 20px;
}
.attribute_item__image_wrapper img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

@media only screen and (min-width: 710px) {
  .using {
    background-image: url("/img/footer_desktop.svg");
    padding-bottom: 90px;
    padding-top: 50px;
  }
  .using__title {
    font-size: 45px;
    margin-bottom: 30px;
  }
  .using__title:before {
    display: initial;
  }
  .using__downloads {
    margin-top: 95px;
    padding: 25px 0 90px 0;
  }
  .using .download_button__description {
    width: auto;
    font-size: 13px;
    margin-top: 28px;
    color: #989aa7;
  }
  .attribute_item {
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    min-height: 400px;
    padding-top: 70px;
  }
  .attribute_item__title {
    font-size: 35px;
  }
  .attribute_item__title:before {
    display: initial;
  }
  .attribute_item__description {
    padding: 0 0 0 80px;
    margin: 0 auto;
  }
  .attribute_item__description--left {
    order: 1;
    padding: 45px 67px 0 29px;
  }
  .attribute_item__description--right {
    order: 2;
    padding: 0px 46px 0 110px;
  }
  .attribute_item__image_wrapper--left {
    order: 1;
    margin-bottom: 30px;
  }
  .attribute_item__image_wrapper--right {
    order: 2;
    padding-right: 30px;
  }
}
@media screen and (min-width: 320px) {
  .using {
    background-position: center bottom 0px;
  }
}
@media screen and (min-width: 480px) {
  .using {
    background-position: center bottom -6.9565217391px;
  }
}
@media screen and (min-width: 768px) {
  .using {
    background-position: center bottom -19.4782608696px;
  }
}
@media screen and (min-width: 992px) {
  .using {
    background-position: center bottom -29.2173913043px;
  }
}
@media screen and (min-width: 1700px) {
  .using {
    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=playsafe.css.map */
