@import url("https://fonts.googleapis.com/css?family=Open+Sans|Raleway:400,500,700,800|Roboto:300,400,500,700,900&display=swap");
@font-face {
  font-family: 'fontello';
  src: url("font/fontello.eot?43648405");
  src: url("font/fontello.eot?43648405#iefix") format("embedded-opentype"), url("font/fontello.woff2?43648405") format("woff2"), url("font/fontello.woff?43648405") format("woff"), url("font/fontello.ttf?43648405") format("truetype"), url("font/fontello.svg?43648405#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-down:before {
  content: '\e800'; }

.icon-tw:before {
  content: '\f099'; }

.icon-fb:before {
  content: '\f09a'; }

.icon-yt:before {
  content: '\f16a'; }

.icon-ins:before {
  content: '\f16d'; }

html, body {
  width: 100%;
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  margin: 0;
  padding: 0; }

div, span, object, iframe, img, table, caption, thead, tbody, tfoot, tr, td, article, aside, canvas, details, figure, hgroup, menu, nav, footer, header, section, summary, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cit, code, del, dfn, em, ins, q, samp, small, strong, sub, sup, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, legend, label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, canvas {
  display: block; }

figure {
  display: block; }
  figure img {
    display: block; }

figcaption, hgroup, footer, header, nav, section, audio, video {
  display: block; }

table {
  border-collapse: separate;
  border-spacing: 0; }
  table caption, table th, table td {
    text-align: left;
    vertical-align: middle; }

a {
  text-decoration: none; }
  a img {
    border: 0; }

img {
  height: auto; }

ul, li {
  list-style-type: none; }

:focus {
  outline: 0; }

* {
  box-sizing: border-box; }

/*--- Font ---*/
/*--- media queries ---*/
.button {
  transition: all .3s ease-in-out; }

body {
  font-family: 'Roboto', sans-serif;
  max-width: 100vw;
  overflow-x: hidden; }

h1, h2, h3 {
  color: #000; }

h1 {
  font-size: 45px;
  line-height: 53px; }

h2 {
  font-size: 30px;
  line-height: 35px; }

h3 {
  font-size: 22px;
  line-height: 1.2; }

p {
  font-size: 20px;
  color: #6b6976;
  font-weight: 400;
  line-height: 26px; }
  @media (max-width: 767px) {
    p {
      font-size: 16px;
      line-height: 22px; } }

.ic-svg {
  display: inline-block;
  all: inherit;
  width: 100%;
  height: 100%; }

.button {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 15px;
  border-radius: 50px;
  min-width: 250px;
  margin-right: 30px;
  text-align: center;
  cursor: pointer; }
  .button:last-child {
    margin-right: 0; }
  .button--green {
    background-color: #76bd00;
    color: #ffffff; }
  .button--gray {
    color: #000;
    background-color: #f5f5f5; }
  .button:hover:not(.disabled) {
    box-shadow: -3px 0 5px 0px rgba(0, 0, 0, 0.26); }
  .button.active {
    font-size: 24px; }
  .button.disabled {
    opacity: .55;
    cursor: default; }
  .button input {
    display: none; }

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.header {
  position: relative;
  padding-top: 25px;
  z-index: 101; }
  @media (max-width: 767px) {
    .header {
      padding: 0; } }
  .header__wrap {
    padding: 28px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    color: #fff; }
    @media (max-width: 767px) {
      .header__wrap {
        padding: 15px; } }
    .header__wrap h3 {
      color: #fff;
      font-size: 24px;
      line-height: 1.3; }
      .header__wrap h3 span {
        text-transform: uppercase;
        font-weight: 900; }
  .header .top-block {
    padding: 12px; }
    @media (max-width: 767px) {
      .header .top-block {
        padding: 0; } }
  .header .bottom-block {
    background: #292929;
    box-shadow: 0px 3px 6px #00000029; }
  .header__r-side, .header__l-side {
    display: flex;
    align-items: center; }
  .header__r-side {
    justify-content: flex-end;
    padding: 2px 0 3px; }
  .header__logo {
    width: 100px;
    height: 123px;
    margin: -85px 20px -70px 15px;
    background-color: #E00404;
    padding: 10px; }
    @media (max-width: 767px) {
      .header__logo {
        margin: 0 10px 0 0;
        width: 70px;
        height: 90px; } }
    .header__logo img {
      display: block;
      max-width: 100%;
      height: 100%;
      margin: 0 auto;
      object-fit: cover; }
    .header__logo a {
      display: block;
      cursor: pointer; }
      @media (max-width: 767px) {
        .header__logo a {
          width: 100%;
          height: 100%;
          object-fit: cover; } }
  .header__title {
    font-size: 21px;
    font-weight: 400;
    text-align: center; }
    @media (max-width: 767px) {
      .header__title {
        display: none; } }
  .header p {
    font-size: 16px;
    color: #3c3c3c;
    line-height: 22px; }

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0; }
  .overlay.active {
    display: block; }

.container-free {
  max-width: 100%; }

.lang-bar {
  display: flex;
  align-items: center; }
  .lang-bar__list {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 3px);
    padding: 10px 0;
    background: #fff;
    width: 100%;
    box-shadow: 0 3px 5px 0 #000;
    z-index: 51; }
    @media (max-width: 960px) {
      .lang-bar__list {
        min-width: 150px;
        left: auto;
        right: 0; } }
    .lang-bar__list .lang-bar__name {
      padding-right: 0; }
  .lang-bar__item {
    padding: 10px 20px;
    cursor: pointer; }
    .lang-bar__item:hover {
      background-color: #bfdcfc;
      color: #ffffff; }
  .lang-bar__title {
    margin-right: 10px; }
  .lang-bar__wrap {
    padding: 0 15px;
    position: relative;
    margin-right: 25px; }
    .lang-bar__wrap:hover .lang-bar__list {
      display: block; }
    @media (max-width: 960px) {
      .lang-bar__wrap {
        margin: 0; } }
  .lang-bar__cur-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px; }
    .lang-bar__cur-item .lang-bar__name {
      position: relative; }
      @media (max-width: 960px) {
        .lang-bar__cur-item .lang-bar__name {
          display: none; } }
      .lang-bar__cur-item .lang-bar__name::after {
        content: "\e800";
        position: absolute;
        right: 0;
        top: calc(50% - 5px);
        width: 14px;
        height: 10px;
        display: block;
        font-family: 'fontello';
        font-size: 13px;
        line-height: 1; }
  .lang-bar__icon {
    display: inline-block;
    width: 23px;
    height: 20px;
    margin-right: 10px; }
    @media (max-width: 480px) {
      .lang-bar__icon {
        width: 25px;
        height: 25px;
        margin-right: 5px; } }
  .lang-bar__name {
    display: inline-block;
    padding-right: 20px; }
  .lang-bar * {
    user-select: none; }

.account {
  position: relative; }
  .account__icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 15px; }
  .account__item {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    padding-left: 20px; }
    .account__item:before {
      position: absolute;
      content: "";
      display: block;
      top: 50%;
      left: 0;
      width: 1px;
      height: 16px;
      transform: translateY(-50%);
      background: #707070; }
  @media (max-width: 960px) {
    .account__name {
      display: none; } }

.account-settings {
  display: flex;
  align-items: center; }
  .account-settings__email {
    padding: 10px 20px;
    display: block; }
  .account-settings__list {
    position: absolute;
    right: 0;
    top: calc(100% + 15px);
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 3px 5px 0 #000;
    z-index: 51; }
  .account-settings__item {
    padding: 10px 20px;
    cursor: pointer; }
    .account-settings__item:hover {
      background-color: #bfdcfc;
      color: #ffffff; }
  .account-settings * {
    user-select: none; }

.c-login {
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 3px 5px 0 #000; }
  .c-login__btns {
    display: flex;
    margin-bottom: 15px; }
  .c-login__social {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 10px;
    cursor: pointer; }
    .c-login__social:last-child {
      margin-right: 0; }
    .c-login__social.Google {
      background-color: #de4c34; }
    .c-login__social.Facebook {
      background-color: #4273d4; }
    .c-login__social.Microsoft {
      background-color: #58b2ff; }
  .c-login__icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    fill: #ffffff; }
  .c-login__form {
    margin-bottom: 15px; }
    .c-login__form label {
      display: block;
      margin-bottom: 5px; }
    .c-login__form input {
      padding: 10px;
      font-size: 14px;
      border: 1px solid #ababab;
      border-radius: 5px; }
  .c-login .form-group {
    margin-bottom: 15px; }
  .c-login .error-label {
    font-size: 12px;
    padding: 5px;
    color: red; }

.btn {
  padding: 15px 30px;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  border-radius: 10px; }
  .btn--login {
    background-color: #76bd00; }
  .btn--register {
    background-color: #c1deff; }

.c-sign-up__label {
  font-size: 15px;
  margin-bottom: 10px; }

.s-main {
  margin-bottom: 30px;
  background-color: #f5f5f5;
  padding: 52px 0 100px; }
  @media (max-width: 767px) {
    .s-main {
      padding: 25px 0; } }
  .s-main__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px; }
    @media (max-width: 1100px) {
      .s-main__info {
        flex-direction: column; } }
  .s-main__title {
    width: 50%;
    max-width: 440px;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 400; }
    @media (max-width: 1100px) {
      .s-main__title {
        width: 100%;
        max-width: none;
        margin-bottom: 15px;
        text-align: center; } }
    .s-main__title h1 {
      font-weight: 700;
      line-height: 1.2;
      font-size: 56px;
      margin-bottom: 15px; }
      @media (max-width: 960px) {
        .s-main__title h1 {
          font-size: 35px; } }
      @media (max-width: 767px) {
        .s-main__title h1 {
          font-size: 24px;
          line-height: 32px; } }
  .s-main__preview {
    max-width: 553px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.26); }
    .s-main__preview img, .s-main__preview video {
      display: block;
      object-fit: cover;
      width: 100%;
      height: auto;
      min-width: 290px; }
      .s-main__preview img.emc2{display:none;}

.home-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .home-list {
      flex-direction: column;
      align-items: center; } }
  .home-list__item {
    margin: 0 28px 20px 0;
    width: calc(50% - 28px); }
    @media (max-width: 1100px) {
      .home-list__item {
        margin-right: 0;
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .home-list__item {
        width: 100%;
        margin-bottom: 15px; } }
  .home-list__title {
    font-size: 26px;
    font-weight: 400; }
    @media (max-width: 960px) {
      .home-list__title {
        font-size: 20px; } }
  .home-list__text {
    padding: 10px 0 50px; }
  .home-list__image {
    position: relative;
    margin-bottom: 35px;
    overflow: hidden; }
    @media (max-width: 1100px) {
      .home-list__image {
        margin: 0 auto 20px; } }
    .home-list__image img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }

.explain {
  padding-bottom: 30px; }
  .explain__title {
    margin-bottom: 30px; }

.info-box {
  padding: 40px 0 80px; }
  .info-box .acc-title {
    padding-bottom: 21px; }

.acc-title {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  font-weight: 400;
  user-select: none; }
  .acc-title p {
    font-size: 35px;
    line-height: 1.2;
    color: #000; }
    @media (max-width: 767px) {
      .acc-title p {
        font-size: 20px;
        line-height: 30px; } }
  @media (max-width: 960px) {
    .acc-title {
      margin-bottom: 20px; } }
.acc-content {
  max-height: 0;
  overflow: hidden; }
.acc-plus {
  display: flex;
  width: 65px;
  height: 65px;
  min-width: 65px;
  background-color: #76bd00;
  color: #ffffff;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  font-size: 84px;
  margin-right: 25px; }
  @media (max-width: 767px) {
    .acc-plus {
      width: 45px;
      height: 45px;
      min-width: 45px;
      font-size: 50px;
      line-height: 35px; }
      .s-main__preview img.emc2{display:block;}
      .s-main__preview img.emc2-dt{display:none;}
    }
  .acc-plus.expanded {
    display: none; }
.acc.active .acc-content {
  max-height: 100%;
  padding: 20px 0 0; }
.acc.active .acc-plus {
  display: none; }
  .acc.active .acc-plus.expanded {
    display: flex;
    line-height: 53px;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .acc.active .acc-plus.expanded {
        line-height: 35px; } }

.about {
  padding: 71px 0;
  background-color: #f5f5f5;
  margin-bottom: 20px;
  text-align: left; }
  @media (max-width: 1100px) {
    .about {
      padding: 40px 0; } }
  .about__title {
    color: #000000;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.2;
    padding: 0 0 18px; }
    @media (max-width: 767px) {
      .about__title {
        font-size: 24px;
        line-height: 30px;
        text-align: center; } }
  .about__sub-title {
    padding: 10px 0; }
  .about ul li {
    position: relative;
    display: block;
    padding: 3px 0px 3px 20px; }
    .about ul li::before {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 4px;
      height: 4px;
      background: #6B6976;
      border-radius: 50%;
      transform: translateY(-50%); }

.common {
  padding: 40px 0 35px; }
  @media (max-width: 767px) {
    .common {
      padding: 20px 0; } }
  .common h2 {
    font-weight: 700; }

.footer {
  padding: 63px 0;
  font-family: 'Roboto' ,sans-serif;
  background-color: #181818; }
  @media (max-width: 767px) {
    .footer {
      padding: 30px; } }
  .footer__wrap {
    display: flex;
    align-items: center;
    position: relative; }
    @media (max-width: 767px) {
      .footer__wrap {
        padding: 15px 0; } }
  .footer .link-list {
    padding-right: 15px;
    padding-bottom: 10px; }
    .footer .link-list__wrap {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 70%;
      margin: 0 auto 0 0; }
      @media (max-width: 1100px) {
        .footer .link-list__wrap {
          width: 100%; } }
    .footer .link-list a {
      font-size: 15px;
      color: #fff; }
  .footer .error-label {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    padding: 5px;
    color: red; }

@media (max-width: 600px) {
  .letter {
    padding: 30px 0; } }
.letter__title {
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px; }
  @media (max-width: 600px) {
    .letter__title {
      margin-bottom: 10px; } }
.letter__form {
  position: relative;
  display: flex;
  padding-bottom: 25px; }
  .letter__form input {
    padding: 20px;
    border: none;
    background-color: #eeeeee;
    min-width: 300px; }
    @media (max-width: 600px) {
      .letter__form input {
        min-width: 230px; } }
  .letter__form button {
    border: none;
    background-color: #eeeeee;
    cursor: pointer; }
.letter__icon {
  display: inline-block;
  width: 48px;
  height: 36px; }

.f-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto; }
  .f-nav a {
    color: #ffffff; }
    .f-nav a:hover {
      text-decoration: underline; }
  .f-nav__item {
    width: calc((100% / 3) - 35px);
    padding: 3px 0;
    margin-right: 50px; }
    @media (max-width: 767px) {
      .f-nav__item {
        font-size: 14px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center; } }
    .f-nav__item:nth-child(3n) {
      margin-right: 0; }

.loading {
  position: relative; }
  .loading.active .loading__wrap {
    opacity: .3; }
  .loading.active .loading__overlay {
    display: flex; }
  .loading__overlay {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center; }
    .loading__overlay > span {
      width: 2.5em;
      height: 3em;
      border: 3px solid transparent;
      border-top-color: #76bd00;
      border-bottom-color: #76bd00;
      border-radius: 50%;
      animation: spin-stretch 2s ease infinite; }
@keyframes spin-stretch {
  50% {
    transform: rotate(360deg) scale(0.4, 0.33);
    border-width: 8px; }
  100% {
    transform: rotate(720deg) scale(1, 1);
    border-width: 3px; } }
.c-upload {
  max-width: 970px;
  margin: 0 auto; }
  .c-upload__local {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px; }
    @media (max-width: 960px) {
      .c-upload__local {
        justify-content: space-around; } }
    @media (max-width: 767px) {
      .c-upload__local {
        justify-content: center; } }
  .c-upload__drag, .c-upload__choose label {
    padding: 57px 30px;
    text-transform: uppercase;
    border-radius: 20px;
    font-weight: 700;
    font-size: 29px;
    font-family: 'Roboto', sans-serif;
    min-width: 400px;
    text-align: center; }
    @media (max-width: 960px) {
      .c-upload__drag, .c-upload__choose label {
        min-width: 270px;
        padding: 25px 10px;
        font-size: 19px; } }
  .c-upload__drag {
    color: #a2a2a2;
    border: 4px dashed; }
    .c-upload__drag > * {
      pointer-events: none; }
    .c-upload__drag.dragover {
      border-style: solid; }
    @media (max-width: 767px) {
      .c-upload__drag {
        display: none; } }
  .c-upload__choose {
    color: #ffffff;
    background-color: #76bd00;
    cursor: pointer;
    border-radius: 10px; }
    .c-upload__choose label:not(.button) {
      display: block;
      cursor: pointer; }
  .c-upload__separator {
    font-size: 25px;
    color: #a2a2a2;
    font-weight: 700;
    font-family: Roboto; }
    @media (max-width: 767px) {
      .c-upload__separator {
        display: none; } }
  .c-upload input {
    display: none; }

.upload {
  display: flex;
  justify-content: center; }

.c-upload__remote {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #a2a2a2;
  display: flex;
  max-width: 970px;
  font-size: 25px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .c-upload__remote {
      font-size: 18px; } }
  .c-upload__remote span {
    padding: 18px;
    display: inline-block;
    font-weight: 700;
    color: #000;
    border-right: 2px solid #a2a2a2;
    white-space: nowrap; }
  .c-upload__remote input {
    display: block;
    width: 100%;
    padding: 10px 30px;
    background: transparent;
    border: 0;
    font-size: 22px;
    font-weight: 600;
    color: #a8cacc;
    overflow-x: hidden; }
    @media (max-width: 767px) {
      .c-upload__remote input {
        font-size: 18px; } }
    .c-upload__remote input::placeholder {
      color: #a8cacc;
      font-size: 22px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .c-upload__remote input::placeholder {
          font-size: 18px; } }
  .c-upload__remote + p {
    position: absolute;
    bottom: -30px;
    left: 50%;
    font-size: 16px;
    color: #de0000;
    max-width: 970px;
    margin: 0 auto;
    width: 100%;
    transform: translateX(-50%); }

.create-acc-popup {
  background-color: #ffffff;
  max-width: 660px;
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 30px;
  z-index: 102;
  box-shadow: 0 0 7px 1px #948a8a;
  left: 50%;
  transform: translate(-50%, -50%); }
  .create-acc-popup .popup-head {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .create-acc-popup .popup-head button {
      border: none;
      font-weight: 800;
      color: #000;
      background: none;
      cursor: pointer;
      padding: 10px;
      opacity: .7;
      font-size: 18px; }
      .create-acc-popup .popup-head button:hover {
        opacity: 1; }
  .create-acc-popup .popup-logo {
    display: block;
    width: 120px;
    height: 100px;
    padding: 15px;
    background-color: #bfdcfc; }
    .create-acc-popup .popup-logo img {
      display: block;
      object-fit: cover;
      max-width: 100%;
      height: 100%;
      margin: 0 auto; }
  .create-acc-popup h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center; }
  .create-acc-popup .popup-desc, .create-acc-popup .horizontal-devider {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #3c3c3c;
    font-weight: 500; }
  .create-acc-popup .desc-wrap {
    margin-bottom: 15px; }
  .create-acc-popup .tab-content-signup-social {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    align-items: center; }
    @media (max-width: 767px) {
      .create-acc-popup .tab-content-signup-social {
        flex-direction: column; } }
  .create-acc-popup .horizontal-devider {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: #f1f1f1;
    line-height: 38px;
    margin: 0 20px;
    bottom: -46px;
    position: relative; }
    @media (max-width: 767px) {
      .create-acc-popup .horizontal-devider {
        display: none; } }
  .create-acc-popup .btn-wrap {
    width: 270px; }
  .create-acc-popup .sign-btn {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    width: 100%;
    line-height: 20px;
    text-align: center;
    padding: 10px 10px 10px 40px;
    border: 0;
    cursor: pointer;
    margin-bottom: 12px;
    display: flex;
    border-radius: 7px; }
    .create-acc-popup .sign-btn:hover {
      opacity: .8; }
    .create-acc-popup .sign-btn:after {
      position: absolute;
      content: "";
      display: block;
      width: 17px;
      height: 17px;
      left: 15px;
      top: calc(50% - 8px); }
    .create-acc-popup .sign-btn.Google {
      background-color: #de4c34; }
      .create-acc-popup .sign-btn.Google:after {
        background: url("images/google.svg") center no-repeat;
        background-size: contain; }
    .create-acc-popup .sign-btn.Facebook {
      background-color: #4273d4; }
      .create-acc-popup .sign-btn.Facebook:after {
        background: url("images/facebook.svg") center no-repeat;
        background-size: contain; }
    .create-acc-popup .sign-btn.Microsoft {
      background-color: #58b2ff; }
      .create-acc-popup .sign-btn.Microsoft:after {
        background: url("images/windows.svg") center no-repeat;
        background-size: contain; }
    .create-acc-popup .sign-btn .btn-text {
      margin: auto; }
  .create-acc-popup .btn-create {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    min-width: 260px;
    background-color: #82c238;
    padding: 15px;
    display: block;
    cursor: pointer;
    border-radius: 30px; }
    .create-acc-popup .btn-create:hover {
      background-color: #679a2d; }
  .create-acc-popup .robot-wrap {
    max-width: 260px;
    min-height: 263px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center; }
    .create-acc-popup .robot-wrap .robot {
      width: 241px;
      height: 244px;
      background-size: contain;
      /*background: url("images/robot.png") no-repeat;*/
      margin-bottom: -20px; }
  .create-acc-popup .button-back {
    display: inline-block;
    margin-bottom: 10px; }
  .create-acc-popup form {
    width: 100%;
    margin-bottom: 20px; }
    .create-acc-popup form .form-group {
      margin-bottom: 15px; }
    .create-acc-popup form input {
      width: 100%;
      padding: 10px;
      border: 1px solid #ababab;
      border-radius: 5px;
      line-height: 18px; }
      .create-acc-popup form input.error {
        border-color: red;
        outline: none;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(255, 0, 0, 0.6); }
    .create-acc-popup form .std-btn {
      cursor: pointer; }
    .create-acc-popup form .row {
      margin-bottom: 15px; }
  .create-acc-popup .tab-content-wrap {
    min-width: 611px; }
    @media (max-width: 767px) {
      .create-acc-popup .tab-content-wrap {
        min-width: auto; } }
  .create-acc-popup .privacy-wrap {
    text-align: center;
    font-size: 12px; }
    .create-acc-popup .privacy-wrap .row {
      margin-bottom: 5px; }
    .create-acc-popup .privacy-wrap .gdpr-block_label {
      display: flex;
      align-items: center;
      justify-content: center; }
    .create-acc-popup .privacy-wrap span {
      padding: 0 5px; }
  .create-acc-popup * {
    box-sizing: border-box;
    -ms-user-select: none; }
  .create-acc-popup .std-link {
    color: #0072c6;
    text-decoration: underline;
    cursor: pointer; }
  .create-acc-popup .btn {
    padding: 10px;
    cursor: pointer;
    border: 1px solid #ababab;
    width: 100%;
    background-color: transparent;
    transition: all .5s ease;
    border-radius: 5px; }
    .create-acc-popup .btn:focus, .create-acc-popup .btn:hover {
      background: #d5e1f2;
      border-color: #a3bde3; }
  .create-acc-popup .btn-back {
    border: 0;
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 10px; }
  .create-acc-popup .btn-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    fill: #adcff5; }
  .create-acc-popup .error-label {
    font-size: 12px;
    padding: 5px;
    color: red; }

#error-popup {
  display: none;
  max-width: 660px;
  width: 100%;
  border: 0;
  overflow: hidden;
  box-shadow: 0 0 10px 0 #000;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff; }
  #error-popup .dialog-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px; }
    #error-popup .dialog-icon img {
      display: block;
      width: 100%; }
  #error-popup .mat-dialog-actions {
    margin-bottom: 0;
    justify-content: flex-end;
    padding: 20px 25px;
    background-color: #ececec;
    display: flex;
    flex-wrap: wrap;
    min-height: 52px;
    align-items: center; }
  #error-popup .mat-dialog-title {
    margin: 0;
    padding: 5px;
    background-color: #ffffff;
    color: #323232;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center; }
  #error-popup .mat-dialog-content {
    position: relative;
    margin: 0;
    padding: 50px 20px 45px 80px;
    font-size: 12px;
    background-color: #ffffff; }
    #error-popup .mat-dialog-content .question {
      position: absolute;
      left: 30px;
      top: 50%;
      margin-top: -20px;
      width: 40px;
      height: 40px;
      font-size: 30px;
      line-height: 40px;
      color: #ffffff;
      font-weight: 600;
      text-align: center;
      background: #adcff5;
      border-radius: 50%; }
    #error-popup .mat-dialog-content p {
      display: block;
      max-width: 100%;
      font-size: 14px;
      line-height: 20px;
      color: #323232;
      font-weight: 500; }
  #error-popup .ng-star-inserted {
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 15px;
    text-transform: uppercase;
    color: #6b6976;
    background-color: #ffffff;
    margin-right: 10px;
    min-width: 117px;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 30px;
    transition: .2s linear; }
    #error-popup .ng-star-inserted.button-save {
      background-color: #009EA9; }
    #error-popup .ng-star-inserted:last-child {
      margin-right: 0; }
    #error-popup .ng-star-inserted:hover {
      color: #ffffff;
      background: #76bd00; }
    #error-popup .ng-star-inserted.active {
      background: #76bd00; }
  #error-popup.active {
    display: block; }

/*# sourceMappingURL=styles.css.map */

.s-main h2.h1,.s-main h3.h1{margin-bottom:10px;font-size:30px;}
.s-main ol{list-style-type:circle;padding:15px 0 15px 35px;font-size:20px;color:#6b6976;font-weight:400;}
.s-main ol li{list-style-type:decimal;}
.s-main p a{text-decoration:underline;color:#09c;}

.sub-page .s-main__preview{max-width:630px;}
.sub-page .s-main__title h1{line-height:1;}
.sub-page .s-main{padding-bottom:0;}
h3.h1,.s-main .container h3.h1{font-weight:700;font-size:30px;}

.s-main .container h3{margin-top:15px;font-size:26px;font-weight:400;}




/*Pavel style*/
.main-sec.s-main
{
    /*padding: 30px 0 0;*/
}
.main-sec .container
{
    padding-bottom: 0;
}
.main-sec .s-main__info
{
    padding-bottom: 0;
}
.my-body .s-main__preview
{
    box-shadow: none;
}
.my-body .s-main
{
    margin-bottom: 0;
}
.about a,
.about a:visited
{
    color: inherit;
    transition: .4s;
}
.about a:hover
{
    color: #76bd00;
}
.about a .ic-svg
{
    transition: .4s;
}
.about a:hover .ic-svg
{
    background: #c1deff;
}
.my-body .loading {
    position: relative;
    background: #f5f5f5;
    padding: 15px 0 30px;
}

.my-body .my-title h1 {
    font-size: 47px;
    line-height: 49px;
}

.my-body h1,
.my-body .h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
    font-weight: bold;
}

.my-ul li {
    font-size: 20px;
    color: #6b6976;
    font-weight: 400;
    line-height: 26px;
    margin-top: 5px;
}

.my-ul li:before {
    content: ' ';
    display: inline-block;
    height: 6px;
    width: 6px;
    background: #6b6976;
    margin-right: 10px;
    border-radius: 50%;
    vertical-align: 3px;
}

.s-main__title.my-title {
    width: calc(100% - 600px);
    padding: 0 40px;
}

.s-main__preview.my-prev {
    display: flex;
    align-items: center;
    box-shadow: none;
    max-width: 600px;
}

.s-main__preview.box-none {
    box-shadow: none;
}

.s-main__preview.my-prev.top {
    align-items: flex-start;
}

.my-prev img {
    width: 50%;
}

.my-prev.full-img img {
    width: 100%;
}

.s-main__preview.my-prev img.big {
    width: 55%;
}

.s-main__preview.my-prev img.lil {
    width: 45%;
}

.s-main.white {
    background: #fff;
    padding: 20px 0;
}

.load-h {
    font-size: 45px;
    line-height: 53px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
}

.my-body p {
    margin-bottom: 15px;
}

.my-body .upload {
    margin-top: 30px;
    justify-content: flex-start;
}

.my-body .upload a {
    color: #fff;
}

@media(max-width:1200px) {
    .my-body .upload {
        justify-content: center;
        margin-bottom: 30px;
    }

    .s-main__title.my-title {
        width: 100%;
    }

    .s-main__title h1 {
        margin-top: 15px;
    }

    .my-body p,
    .my-ul {
        text-align: start;
    }

    .my-body .s-main__info {
        margin-bottom: 0;
    }
}

/* Stu Styles */

.about.btm {
    margin-bottom: 0;
    text-align: left;
}

.about__title {
    margin-bottom: 30px;
}

.sample__wrap.align-center {
    align-items: center;
}

.sample__image.thin {
    width: 20%;
}

.sample__desc.wide {
    width: 80%;
    padding-left: 30px;
}

.sample__desc.wide a{
    text-decoration: underline;
    color: #76bd00;
}

/*.ps-banner{background:url(../images/IPS11_Pro_image_02.jpg) center bottom no-repeat;background-size:cover;margin-top:25px;position:relative;padding:20px 0;}
.ps-banner .container{display:flex;align-items:center;}
.ps-banner_left{width:30%;}
.ps-banner_left img{display:block;width:100%;height:auto;}
.ps-banner_right{padding-left:50px;}
.ps-banner_right .title{font-size:3.4em;font-weight:600;color:#fff;text-shadow:2px 2px 7px rgb(0 0 0 / 50%);padding-bottom:30px;}
.ps-banner_right .title.sub{font-size:1.6em;padding-bottom:10px;}
.banner-btn{display:inline-block;font-size:1.5em;padding:24px 30px;color:#fff;font-weight:700;border-radius:10px;background:#88ba00;margin-bottom:10px;}
.ps-banner_right .lnk{color:#fff;text-decoration:underline;text-shadow:2px 2px 7px rgb(0 0 0 / 50%);}

@media screen and (max-width:768px) {

    .ps-banner .container{flex-direction:column;text-align:center;}
    .ps-banner_left{padding-bottom:40px;width:100%;}
    .ps-banner_left img{max-width:260px;height:auto;display:inline-block;}
    .ps-banner_right{padding-left:0;}
    .ps-banner_right .title{font-size:2.4em;}
    .ps-banner_right .title.sub{font-size:1.2em;}
    .banner-btn{font-size:1.3em;padding:17px 22px;}

}*/