@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("OpenSans"), local("OpenSans"), url(/font/OpenSans/OpenSans-ExtraBold.woff) format("woff"), url(/font/OpenSans/OpenSans-ExtraBold.woff2) format("woff2"), url(/font/OpenSans/OpenSans-ExtraBold.ttf) format("ttf");
}
@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("OpenSans"), local("OpenSans"), url(/font/OpenSans/OpenSans-Bold.woff) format("woff"), url(/font/OpenSans/OpenSans-Bold.woff2) format("woff2"), url(/font/OpenSans/OpenSans-Bold.ttf) format("ttf");
}
@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("OpenSans"), local("OpenSans"), url(/font/OpenSans/OpenSans-SemiBold.woff) format("woff"), url(/font/OpenSans/OpenSans-SemiBold.woff2) format("woff2"), url(/font/OpenSans/OpenSans-SemiBold.ttf) format("ttf");
}
@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("OpenSans"), local("OpenSans"), url(/font/OpenSans/OpenSans-Regular.woff) format("woff"), url(/font/OpenSans/OpenSans-Regular.woff2) format("woff2"), url(/font/OpenSans/OpenSans-Regular.ttf) format("ttf");
}
@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("OpenSans"), local("OpenSans"), url(/font/OpenSans/OpenSans-Light.woff) format("woff"), url(/font/OpenSans/OpenSans-Light.woff2) format("woff2"), url(/font/OpenSans/OpenSans-Light.ttf) format("ttf");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Montserrat"), local("Montserrat"), url(/font/Msrt/Montserrat-Black.woff) format("woff"), url(/font/Msrt/Montserrat-Black.woff2) format("woff2"), url(/font/Msrt/Montserrat-Black.ttf) format("ttf");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat"), local("Montserrat"), url(/font/Msrt/Montserrat-Bold.woff) format("woff"), url(/font/Msrt/Montserrat-Bold.woff2) format("woff2"), url(/font/Msrt/Montserrat-Bold.ttf) format("ttf");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat"), local("Montserrat"), url(/font/Msrt/Montserrat-SemiBold.woff) format("woff"), url(/font/Msrt/Montserrat-SemiBold.woff2) format("woff2"), url(/font/Msrt/Montserrat-SemiBold.ttf) format("ttf");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat"), local("Montserrat"), url(/font/Msrt/Montserrat-Medium.woff) format("woff"), url(/font/Msrt/Montserrat-Medium.woff2) format("woff2"), url(/font/Msrt/Montserrat-Medium.ttf) format("ttf");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat"), local("Montserrat"), url(/font/Msrt/Montserrat-Regular.woff) format("woff"), url(/font/Msrt/Montserrat-Regular.woff2) format("woff2"), url(/font/Msrt/Montserrat-Regular.ttf) format("ttf");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Montserrat"), local("Montserrat"), url(/font/Msrt/Montserrat-Light.woff) format("woff"), url(/font/Msrt/Montserrat-Light.woff2) format("woff2"), url(/font/Msrt/Montserrat-Light.ttf) format("ttf");
}
.pwr {
  position: relative;
  width: 1110px;
  max-width: 100%;
  margin: 0 auto;
}
.pct {
  padding: 130px 0;
}
@media screen and (max-width: 1300px) {
  .pct {
    padding: 130px 20px 0;
  }
}
@media screen and (max-width: 1200px) {
  .pct {
    padding: 65px 20px;
  }
}
@media screen and (max-width: 600px) {
  .pct {
    padding: 25px 12px;
  }
}
.cols {
  display: flex;
  align-items: center;
  justify-content: normal;
  flex-wrap: nowrap;
}
* {
  transition: 0.22s;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  color: #162a32;
  overflow-x: hidden;
  line-height: 1.5;
  font-family: OpenSans, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  scroll-behavior: smooth;
}
input, input:before, input:after {
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}
.bg {
  height: 100%;
  overflow: hidden;
}
.bg img {
  position: absolute;
}
.content {
  padding: 0 10px;
}
.page-wrap {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
}
.page-article {
  position: relative;
}
.page-home {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top, bottom;
}
.page-content {
  width: 100%;
}
@media screen and (max-width: 470px) {
  .page-content {
    background-image: none;
  }
}
.page-container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 15px 50px;
}
.page-container a {
  color: #00b76f;
  text-decoration: underline;
}
.page-container h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font: 700 1.5rem/1.2 OpenSans, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
@media screen and (max-width: 470px) {
  .page-container h1 {
    font: 700 1rem/1.2 OpenSans, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  }
}
.text-container {
  padding: 3rem;
  background-color: #fafafa;
}
h1, h2, h3 {
  margin: 0;
  font-family: OpenSans, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 700;
}
h1 {
  font: 700 4.5rem/1.36 Montserrat, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  text-align: center;
  color: #18191f;
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 750px) {
  h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  font: 700 3rem/1.17 Montserrat, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #162a32;
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 24px;
  }
}
h3 {
  font: 700 2.5rem/1.3 Montserrat, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #162a32;
}
@media screen and (max-width: 1200px) {
  h3 {
    font-size: 28px;
  }
}
a {
  text-decoration: none;
}
.text-center {
  text-align: center;
}
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img, ol, ul {
  display: block;
}
.table, img {
  max-width: 100%;
}
.table {
  width: 100%;
  margin: 20px auto;
}
.table th {
  padding-bottom: 20px;
  padding-top: 30px;
  text-align: left;
}
.table td {
  padding: 10px 0;
}
.table td:first-child {
  padding-right: 15px;
}
.table td:first-letter {
  text-transform: uppercase;
}
.table tr {
  vertical-align: top;
}
.table ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
.table ul li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.table ul li:before {
  content: "-";
  padding-right: 5px;
}
.table .list li {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style-type: none;
}
.table ol {
  margin: 10px 2%;
}
.table ol li {
  padding-right: 30px;
  margin: 20px 0;
  list-style-type: numeric;
}
.table ol li:first-letter {
  text-transform: uppercase;
}
.logo-blocks {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.logo-blocks img {
  height: 34px;
}
.logo-blocks .logo-block {
  margin-right: 64px;
}
.logo-blocks .logo-block:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .logo-blocks img {
    height: 26px;
  }
  .logo-blocks .logo-block {
    margin-right: 48px;
  }
}
@media screen and (max-width: 600px) {
  .logo-blocks {
    width: 600px;
  }
  .logo-blocks img {
    height: 24px;
  }
  .logo-blocks .logo-block {
    margin-right: 16px;
    transform: scale(0.85);
  }
}
.feature-blocks {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-align: center;
  color: #0e0f0f;
}
.feature-blocks img, .feature-blocks picture {
  display: block;
  margin: 0 auto;
}
.feature-blocks .title {
  margin: 16px 0 4px;
  font: 600 1.5rem/1.33333 OpenSans, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.feature-blocks .text {
  font: 400 1rem/1.625 OpenSans, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #0e0f0f;
}
.feature-blocks .feature-block {
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .feature-blocks img, .feature-blocks picture {
    width: 108px;
  }
  .feature-blocks .title {
    font-size: 20px;
  }
  .feature-blocks .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .feature-blocks .feature-block:nth-child(2) {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .feature-blocks {
    display: block;
  }
  .feature-blocks .feature-block {
    margin-bottom: 60px;
  }
  .feature-blocks .feature-block:last-child {
    margin-bottom: 0;
  }
}
.anchor {
  margin-top: 100px;
}
.ph {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100500;
  background-color: #fff;
  box-shadow: 0 1px 0 #e5e9f2;
}
.ph .col-right {
  display: flex;
  height: 100%;
}
.ph .cols {
  justify-content: space-between;
}
.ph .pct {
  padding: 13px 0;
}
.ph .pwr {
  width: 1240px;
}
@media screen and (max-width: 1300px) {
  .ph .pct {
    padding: 13px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .ph .col-right {
    flex-direction: column;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    z-index: 11;
    width: 340px;
    padding: 56px 0 28px;
    margin-left: 0;
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    border-radius: 20px 0 0 20px;
    background-color: #fff;
    box-shadow: 0 1px 24px rgba(20, 20, 20, 0.08);
    transition: padding, opacity, visibility, transform;
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 600px) {
  .ph .pct {
    padding: 10px 12px;
  }
}
@media screen and (max-width: 470px) {
  .ph .col-right {
    width: 100%;
    border-radius: unset;
  }
}
.logo {
  height: 45px;
}
.logo > * {
  -o-object-fit: contain;
  object-fit: contain;
}
.logo-mob {
  height: 36px;
  display: none;
}
.logo-ct {
  display: block;
}
@media screen and (max-width: 1200px) {
  .logo {
    height: 36px;
  }
}
@media screen and (max-width: 600px) {
  .logo {
    display: none;
  }
  .logo-mob {
    display: block;
  }
}
.menu {
  display: flex;
  align-items: center;
  justify-content: normal;
  flex-wrap: nowrap;
  order: -1;
}
.menu-active .col-right {
  opacity: 1;
  visibility: visible;
}
.menu-active .btn-menu-close {
  display: block;
}
.menu-nav {
  margin-right: 64px;
}
.menu-nav a {
  position: relative;
  padding: 8px 0;
  font: 600 0.875rem/1.35714 OpenSans, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #7a7e80;
}
.menu-nav a:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #00b76f;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.3s;
}
.menu-nav li {
  margin-right: 64px;
}
.menu-nav li.active a, .menu-nav li a:hover {
  color: #162a32;
  text-shadow: 0 0 0;
}
.menu-nav li.active a:after, .menu-nav li a:hover:after {
  transform: scaleX(1);
}
.menu-nav li:last-child {
  margin-right: 0;
}
.menu-nav ul {
  display: flex;
}
.mobmenu-text {
  display: none;
  order: 4;
  position: relative;
  margin: auto 28px 0;
  color: #939799;
}
.mobmenu-text a {
  color: #939799;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .menu {
    width: 100%;
    margin-right: 0;
    order: 1;
  }
  .menu-nav {
    padding: 32px 28px 0;
  }
  .menu-nav a {
    font-size: 18px;
  }
  .menu-nav a:after {
    content: none;
  }
  .menu-nav li {
    margin-right: 0;
    margin-bottom: 52px;
  }
  .menu-nav ul, .mobmenu-text {
    display: block;
  }
}
.lang-switcher {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: 16px;
  margin-left: 0;
  font: 600 0.8125rem/1 Montserrat, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  width: 90px;
}
.lang-switcher__mob {
  display: none;
}
.lang-switcher_toggle {
  margin-left: 5px;
}
.lang-switcher ul {
  display: none;
  width: 120px;
  background: #fff;
  box-shadow: 0 0 1px rgba(20, 20, 20, 0.08), 0 1px 8px 2px rgba(20, 20, 20, 0.08);
  border-radius: 4px;
}
.lang-switcher li {
  padding: 5px;
  border-bottom: 1px solid #eef2f4;
}
.lang-switcher ul img {
  margin-right: 5px;
}
.lang-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 9px 14px;
  font: 600 0.875rem/1.28571 OpenSans, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #162a32;
}
.lang-switcher_flag {
  display: block;
  width: 16px;
  height: 16px;
}
.lang-switcher__current {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.lang-switcher_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 36px 0 0;
}
.lang-switcher_wrap:hover ul {
  display: block;
}
.lang-switcher:hover .lang-switcher_toggle {
  transform: rotate(180deg);
}
.lang-switcher:hover .lang-switcher_toggle span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 8px 0;
  margin: 0 5px;
  font: 600 0.875rem/1.57143 OpenSans, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
@media only screen and (max-width: 1200px) {
  .lang-switcher {
    width: 100%;
    order: 2;
    padding: 0 28px;
    justify-content: space-between;
  }
  .lang-switcher .lang-switcher__current {
    width: auto;
    font-weight: bold;
  }
  .lang-switcher .lang-switcher__current span {
    padding: 14px 0;
  }
  .lang-switcher .lang-switcher__current .lang-switcher_toggle {
    display: none;
  }
  .lang-switcher .lang-switcher_wrap {
    position: unset;
    width: auto;
    height: auto;
    padding: 0;
  }
  .lang-switcher .lang-switcher_wrap ul {
    display: inline !important;
    box-shadow: none;
  }
  .lang-switcher .lang-switcher_wrap ul li {
    display: inline;
    border: none;
  }
  .lang-switcher .lang-switcher_wrap ul li a {
    padding: 9px;
  }
  .lang-switcher.lang-switcher__mob {
    display: flex;
    margin-right: 20px;
    margin-left: auto;
  }
}
.pf {
  background-color: #162a32;
  color: #fff;
  font-family: OpenSans, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.pf a {
  color: #dee2e4;
}
.pf a:hover {
  opacity: 0.7;
}
.pf .email {
  display: inline-block;
  margin: 28px 0 53px;
  font-weight: 600;
  text-decoration: underline;
}
.pf .address {
  font-size: 12px;
  color: #475b63;
}
.pf .title {
  margin-bottom: 12px;
  font-weight: 600;
}
.pf .apps {
  display: flex;
  flex-wrap: wrap;
  width: 290px;
}
.pf .apps, .pf .apps .app:last-child {
  margin-top: 20px;
}
.pf .apps .app:nth-child(odd) {
  margin-right: 20px;
}
.pf .col-docs {
  padding: 0 22px;
}
.pf .col-docs a {
  font: 400 0.875rem/1.43 OpenSans, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.pf .col-docs li {
  margin-bottom: 20px;
}
.pf .col-logo img {
  height: 45px;
}
.pf .col-apps .text {
  font-size: 14px;
  color: #dee2e4;
}
.pf .cols {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.pf .pct {
  padding: 56px 20px;
}
.pf .pct a {
  font: 300 0.875rem/1.42857 Montserrat, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.pf .pwr {
  width: 1240px;
}
@media screen and (max-width: 980px) {
  .pf .email {
    font-size: 14px;
  }
  .pf .address {
    font-size: 9px;
  }
  .pf .title {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .pf .col-apps .text, .pf .col-docs a {
    font-size: 12px;
  }
  .pf .col-logo img {
    height: 36px;
  }
  .pf .app {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .pf .app:last-child {
    margin-bottom: 0;
  }
  .pf .apps {
    display: block;
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .pf {
    text-align: center;
  }
  .pf .app img {
    margin: 0 auto;
  }
  .pf .address {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 8px;
    right: 0;
    text-align: center;
    width: 100%;
  }
  .pf .email {
    margin: 8px 0 28px;
  }
  .pf .col {
    width: 100%;
  }
  .pf .col-logo img {
    margin: 0 auto;
  }
  .pf .cols {
    flex-wrap: wrap;
    padding-bottom: 60px;
  }
  .pf .col-docs li {
    margin-bottom: 16px;
  }
  .pf .col-docs li:last-child {
    margin-bottom: 28px;
  }
}
.btns-ct {
  display: flex;
  padding-right: 32px;
}
.btn-top {
  position: fixed;
  top: auto;
  left: auto;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 100;
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  white-space: nowrap;
  background-color: #00b76f;
  border: 1px solid #00b76f;
  border-radius: 0;
  border-radius: 4px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.btn-top:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border: 1px solid #fff;
  border-width: 2px 2px 0 0;
  cursor: pointer;
}
.btn-top:active, .btn-top:focus, .btn-top:hover {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #00b76f;
}
.btn-menu {
  z-index: 10;
}
.btn-menu, .btn-menu-close {
  display: none;
  background-color: transparent;
  border: none;
}
.btn-menu-close {
  z-index: 99;
  position: fixed;
  top: 21px;
  left: auto;
  bottom: auto;
  right: 27px;
}
@media screen and (max-width: 1200px) {
  .btn-menu {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .btn {
    width: 50%;
  }
  .btn-transparent {
    order: 1;
  }
  .btn-sm:not(.btn-transparent) {
    order: 2;
  }
  s-ct {
    position: relative;
    padding: 0 28px 32px;
  }
  s-ct:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(192, 204, 218, 0.1), rgba(192, 204, 218, 0.6) 50.38%, rgba(192, 204, 218, 0.1));
  }
}
.btn-icon {
  padding: 0 21px;
}
.btn-icon .icon-arrow {
  right: -11px;
}
.btn-sm {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin-right: 16px;
  padding: 5px 24px;
  background-color: #ddf8ea;
  border: 1px solid #ddf8ea;
  border-radius: 48px;
  font-weight: 600;
}
.btn-sm .btn-text {
  color: #273b43;
}
.btn-sm:last-child {
  margin-right: 0;
}
.btn-sm:hover {
  border-color: #42d88d;
}
.btn-sm:hover .btn-text {
  color: #00b76f;
}
.btn-sm.btn-transparent {
  background-color: transparent;
  border-color: transparent;
}
.btn-sm.btn-transparent .btn-text {
  color: #00b76f;
}
.btn-sm.btn-transparent:hover {
  background-color: #ddf8ea;
}
.btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  height: 56px;
  min-width: 200px;
  border-radius: 9px;
}
.btn-main .btn-text {
  color: #fff;
  font-weight: 600;
}
.btn-main.btn-green {
  background-color: #00b76f;
}
.btn-main.btn-green:hover {
  background-color: #42d88d;
}
.btn-main.btn-dark {
  background-color: #162a32;
}
.btn-main.btn-dark:hover {
  background-color: #273b43;
}
@media screen and (max-width: 1200px) {
  .btn-main {
    min-width: 172px;
    height: 48px;
  }
}
.btn-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.btn-icon .btn-text {
  color: #00b76f;
  font-weight: 500;
}
.btn-icon span {
  margin-right: 10px;
}
.btn-icon img {
  max-width: 20px;
}
.btn-icon:hover {
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .btn-icon .btn-text {
    font-size: 14px;
  }
}
a.btn--back {
  display: inline-flex;
  align-items: center;
  justify-content: normal;
  flex-wrap: nowrap;
  text-decoration: none;
  font: 500 1rem/1.18 Montserrat, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #7a7e80;
}
a.btn--back:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url(/img/arrow_back.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.form {
  max-width: 390px;
  margin: 30px auto 0;
}
.form, .form > * {
  font-family: Montserrat, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.form__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
.form a.btn--back {
  position: absolute;
  left: 0;
}
.form__wrap {
  max-width: 604px;
  width: 90%;
  margin: 50px auto;
  padding: 45px;
  box-shadow: 0 0 1px rgba(20, 20, 20, 0.08), 0 1px 8px 2px rgba(20, 20, 20, 0.08);
  text-align: center;
}
.form__wrap .logo-ct {
  max-width: 187px;
  margin-left: auto;
  margin-right: auto;
}
.form__wrap .logo-ct img {
  -o-object-fit: contain;
  object-fit: contain;
}
.form__wrap h1 {
  font: 700 1.75rem/1.28 OpenSans, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  margin-bottom: 4px;
}
.form__wrap h4 {
  margin: 0 auto;
  font: 500 0.875rem/1.4 OpenSans, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #c5c9cb;
}
.form__caption {
  max-width: 17.6875rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  font: 500 1rem/1.5 Montserrat, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #c5c9cb;
}
.form__label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  text-align: left;
  font: 700 0.75rem/1 OpenSans, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #162a32;
}
.form__label b {
  color: #dd4b39;
}
.form__group {
  margin-bottom: 20px;
}
.form__group img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.form__group--inine {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.form__group--inine * {
  color: #464a4d;
}
.form__field {
  width: 100%;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1.5px solid #dee2e4;
  font: 300 1rem/1 Montserrat, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.form__field:active, .form__field:focus, .form__field:hover {
  border-color: #00b76f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.form__field::-moz-placeholder {
  font: 400 0.75rem/1.16667 Montserrat, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #ccc;
}
.form__field:-ms-input-placeholder {
  font: 400 0.75rem/1.16667 Montserrat, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #ccc;
}
.form__field::placeholder {
  font: 400 0.75rem/1.16667 Montserrat, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #ccc;
}
.form__link, .form a.form__link {
  font: 400 0.875rem/1.42857 Montserrat, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  text-decoration: underline;
}
.form__link:hover, .form a.form__link:hover {
  text-decoration: none;
}
.form__btn {
  width: 100%;
  padding: 18px 25px;
  margin-top: 20px;
  background-color: #00b76f;
  border: 2px solid #00b76f;
  border-radius: 8px;
  color: #fff;
  font: 700 1rem/1.25 Montserrat, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  text-align: center;
  cursor: pointer;
  display: block;
}
.form__btn:active, .form__btn:focus, .form__btn:hover {
  background-color: #42d88d;
  border-color: #42d88d;
}
@media screen and (max-width: 360px) {
  .form {
    margin: 30px auto 0;
  }
  .form__wrap {
    padding: 20px;
    margin: 0 auto;
    box-shadow: none;
  }
  .form__group--inline {
    font-size: 12px;
  }
}
.form-group.has-error label {
  color: #dd4b39;
}
.form-group.has-error .form__field {
  border-color: #dd4b39;
}
.form_label__success, .js-validate-error-label, .form-group.has-error .help-block {
  margin-top: 5px;
  font: 400 0.75rem/1.16667 OpenSans, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.form-group.has-error .help-block, .js-validate-error-label {
  text-align: left;
  color: #dd4b39;
}
.form_label__success {
  text-align: center;
  color: #00b76f;
}
.form__checkbox {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.form__checkbox input {
  position: absolute;
  opacity: 0;
}
.form__checkbox input:checked + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 2px;
  right: auto;
  display: block;
  width: 10px;
  height: 4px;
  margin: auto;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
}
.form__checkbox input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: normal;
  flex-wrap: nowrap;
  font: 400 0.875rem/1.42857 Montserrat, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  text-align: left;
}
.form__checkbox input + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-right: 10px;
  border-radius: 2px;
  background-color: #00b76f;
}
.form__checkbox input + label a {
  color: #00b76f;
  text-decoration: underline;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
  margin: 0 auto;
}
.bg, .bg img {
  display: block;
  width: 100%;
}
.bg img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bg-green {
  height: 170px;
  max-width: 1200px;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-image: url(/img/green-bg.png);
}
.bg-coins, .bg-green {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.bg-coins {
  height: 100%;
  background-image: url(/img/main-bg.png);
  background-size: cover;
}
.bg-coins-sm {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  display: block;
  max-width: 513px;
  width: 100%;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom center;
  object-position: bottom center;
}
.bg-main {
  background-image: url(/img/bg/coinContent.png), url(/img/bg/coinFooter.png);
  background-repeat: no-repeat;
  background-position: top, 50%;
  background-size: cover;
}
@media screen and (max-width: 470px) {
  .bg-main {
    background-image: none;
  }
}
.psc-main {
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 0 #e5e9f2;
}
.psc-main .img-phone {
  margin: 86px auto 0;
}
.psc-main h1 {
  margin-bottom: 32px;
}
.psc-main .content {
  text-align: center;
}
.psc-main .pct {
  padding: 168px 0 0;
}
@media screen and (max-width: 1200px) {
  .psc-main .img-phone {
    width: 182px;
  }
  .psc-main h1 {
    margin-bottom: 24px;
  }
  .psc-main .pct {
    padding-top: 120px;
  }
}
.psc-logo .pct {
  padding: 40px 0;
}
.psc-logo .pwr:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
  border-bottom: 1px solid #e5e5ea;
}
@media screen and (max-width: 1200px) {
  .psc-logo .pct {
    padding: 24px 0;
  }
}
@media screen and (max-width: 600px) {
  .psc-logo {
    overflow: hidden;
    overflow-x: scroll;
  }
}
.psc-how li {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 32px;
  font-size: 18px;
  color: #464a4d;
}
.psc-how li:before {
  content: "";
  display: inline-flex;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 6px;
  margin-right: 21px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px #00b76f, inset 0 0 0 5px #000;
  background-color: #fff;
}
.psc-how li:last-child {
  margin-bottom: 0;
}
.psc-how ul {
  margin: 28px 0;
}
.psc-how .col-img {
  width: 69%;
  padding-right: 80px;
}
@media screen and (max-width: 1200px) {
  .psc-how li {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .psc-how ul {
    margin: 20px 0 30px;
  }
}
@media screen and (max-width: 980px) {
  .psc-how .col-img {
    padding-right: 33px;
  }
}
@media screen and (max-width: 600px) {
  .psc-how h2 {
    text-align: center;
  }
  .psc-how li {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .psc-how ul {
    margin: 12px 0 20px;
  }
  .psc-how .col-img {
    display: none;
  }
}
.psc-sdk .text {
  margin: 8px 0 32px;
  color: #464a4d;
  font: 400 1.125rem/1.77778 OpenSans, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.psc-sdk .record-block {
  display: inline-flex;
  vertical-align: top;
  width: calc(50% - 33px);
}
.psc-sdk .record-block .num {
  font: 700 1.75rem/1.43 Montserrat, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.psc-sdk .record-block img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
}
.psc-sdk .record-block .title {
  color: #464a4d;
  white-space: nowrap;
}
.psc-sdk .record-block .record-ct {
  margin-left: 16px;
}
.psc-sdk .record-block:nth-child(odd) {
  margin-right: 60px;
}
.psc-sdk .record-block:nth-child(3), .psc-sdk .record-block:nth-child(4) {
  margin-top: 40px;
}
.psc-sdk .col-text {
  width: 70%;
}
.psc-sdk .col-records {
  padding-left: 140px;
}
@media screen and (max-width: 1200px) {
  .psc-sdk .text {
    font: 400 1rem/1.5 OpenSans, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  }
  .psc-sdk .record-block .num {
    font: 400 1.5rem/1.33 OpenSans, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  }
  .psc-sdk .record-block .title {
    font: 400 0.75rem/1.33 OpenSans, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  }
  .psc-sdk .record-block .record-ct {
    margin-left: 12px;
  }
  .psc-sdk .record-block:nth-child(odd) {
    margin-right: 17px;
  }
  .psc-sdk .record-block:nth-child(3), .psc-sdk .record-block:nth-child(4) {
    margin-top: 28px;
  }
  .psc-sdk .col-records {
    padding-left: 17px;
  }
}
@media screen and (max-width: 600px) {
  .psc-sdk {
    text-align: center;
  }
  .psc-sdk .record-block {
    display: inline-block;
    width: calc(50% - 11px);
  }
  .psc-sdk .record-block img {
    margin: 0 auto 4px;
  }
  .psc-sdk .record-block .record-ct {
    margin-left: 0;
  }
  .psc-sdk .col-records {
    margin-top: 52px;
    padding-left: 0;
  }
  .psc-sdk .col-text {
    width: 100%;
  }
  .psc-sdk .cols {
    display: block;
  }
}
.psc-solutions {
  text-align: center;
}
.psc-solutions .subtitle {
  margin: 24px 0 65px;
  color: #696871;
}
.psc-solutions .solution-block {
  display: inline-block;
  vertical-align: top;
  width: 32%;
}
.psc-solutions .solution-block:nth-child(n + 4) {
  margin-top: 84px;
}
.psc-solutions .solution-block img {
  margin: 0 auto;
}
.psc-solutions .solution-block .title {
  margin: 24px 0 12px;
  font: 700 1.125rem/1.33333 OpenSans, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #373f41;
}
.psc-solutions .solution-block .text {
  font: 400 0.875rem/1.42857 OpenSans, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #464a4d;
}
.psc-solutions .solution-blocks {
  position: relative;
  padding-bottom: 106px;
}
.psc-solutions .solution-blocks:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
  border-bottom: 1px solid #e5e5ea;
}
.psc-solutions .hold-ct {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-top: 42px;
}
.psc-solutions .hold-ct .text {
  font-weight: 600;
  color: #273b43;
}
@media screen and (max-width: 1200px) {
  .psc-solutions .subtitle {
    margin-top: 12px;
  }
  .psc-solutions .solution-block .title {
    margin: 20px 0 8px;
    font-size: 16px;
  }
  .psc-solutions .solution-block .text {
    font-size: 14px;
  }
  .psc-solutions .solution-blocks {
    padding-bottom: 72px;
  }
  .psc-solutions .hold-ct .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .psc-solutions .hold-ct {
    padding-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .psc-solutions .subtitle {
    margin: 12px 0 40px;
  }
  .psc-solutions .solution-block {
    width: 100%;
    margin-bottom: 28px;
  }
  .psc-solutions .solution-block:nth-child(n + 4) {
    margin-top: 0;
  }
  .psc-solutions .solution-block:last-child {
    margin-bottom: 0;
  }
  .psc-solutions .solution-blocks {
    padding-bottom: 32px;
  }
  .psc-solutions .hold-ct {
    display: block;
    padding-top: 16px;
  }
  .psc-solutions .hold-ct .text {
    margin-bottom: 20px;
  }
}
.psc-rates {
  overflow: hidden;
}
.psc-rates .subtitle {
  margin: 32px 0;
  text-transform: uppercase;
  font-weight: 600;
}
.psc-rates .text {
  font: 400 1.125rem/1.66667 OpenSans, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #464a4d;
}
.psc-rates .write {
  margin-top: 32px;
  color: #464a4d;
  font-weight: 600;
}
.psc-rates .write a {
  color: #3e96f5;
  text-decoration: underline;
}
.psc-rates .write a:hover {
  opacity: 0.7;
}
.psc-rates .col-text {
  padding-left: 145px;
  font: 400 1.125rem/1.68 OpenSans, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.psc-rates .col-img {
  width: 67%;
}
.psc-rates .col-img img {
  min-width: 174px;
}
@media screen and (max-width: 360px) {
  .psc-rates .col-img {
    margin-left: -84px;
  }
}
@media screen and (max-width: 980px) {
  .psc-rates .col-text {
    padding-left: 70px;
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .psc-rates .write {
    margin-top: 16px;
  }
  .psc-rates .subtitle {
    margin: 16px 0;
  }
  .psc-rates .col-text {
    padding-left: 12px;
    font-size: 14px;
  }
}
.psc-connect {
  text-align: center;
}
.psc-connect img {
  margin: 0 auto;
}
.psc-connect .step-block {
  width: 300px;
  height: 344px;
  margin-right: 32px;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(20, 20, 20, 0.08), 0 1px 8px 2px rgba(20, 20, 20, 0.08);
  border-radius: 16px;
}
.psc-connect .step-block .title {
  margin: 33px 0 12px;
  font: 700 1.25rem/1 OpenSans, Calibri, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.psc-connect .step-block .text {
  color: #464a4d;
}
.psc-connect .step-block .step-ct {
  padding: 32px;
}
.psc-connect .step-block:last-child {
  margin-right: 0;
}
.psc-connect .step-block:nth-child(2) {
  margin-top: 20px;
}
.psc-connect .step-blocks {
  display: flex;
  align-items: normal;
  justify-content: center;
  flex-wrap: nowrap;
  margin-top: 75px;
}
@media screen and (max-width: 980px) {
  .psc-connect img {
    width: 80px;
  }
  .psc-connect .step-block {
    min-height: 284px;
    height: auto;
    margin-right: 16px;
  }
  .psc-connect .step-block .title {
    margin: 28px 0 12px;
    font-size: 18px;
  }
  .psc-connect .step-block .text {
    font-size: 14px;
  }
  .psc-connect .step-block .step-ct {
    padding: 32px 10px;
  }
  .psc-connect .step-blocks {
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .psc-connect .step-block {
    max-width: 246px;
    margin: 28px auto 0;
  }
  .psc-connect .step-block:first-child {
    margin-top: 0;
  }
  .psc-connect .step-block:last-child {
    margin-right: auto;
  }
  .psc-connect .step-block:nth-child(2) {
    margin-top: 28px;
  }
  .psc-connect .step-blocks {
    display: block;
    margin-top: 40px;
  }
}
.psc-bar .bar-img {
  position: absolute;
  top: 50%;
  left: auto;
  bottom: auto;
  right: 110px;
  transform: translateY(-50%);
  width: 320px;
}
.psc-bar .bar-ct {
  position: relative;
  padding: 52px 48px;
  background-color: #00b76f;
  border-radius: 16px;
}
.psc-bar h2 {
  color: #0f1010;
}
.psc-bar h2 span {
  color: #fff;
}
.psc-bar .text {
  margin: 12px 0 32px;
  color: #fff;
}
.psc-bar .text a {
  color: #fff;
  font-weight: 600;
}
.psc-bar .text a:hover {
  opacity: 0.7;
}
.psc-bar .pct {
  padding: 230px 0 260px;
}
@media screen and (max-width: 980px) {
  .psc-bar .bar-img {
    right: 30px;
    width: 250px;
  }
  .psc-bar .bar-ct {
    padding: 52px 20px;
    border-radius: 0;
  }
  .psc-bar .pct {
    padding: 185px 0 200px;
  }
}
@media screen and (min-width: 980px) {
  .btn-menu-close {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .psc-bar .bar-img {
    position: relative;
    width: 120px;
    margin: 24px auto 0;
    left: 0;
    transform: none;
    order: 2;
  }
  .psc-bar h2 {
    order: 1;
  }
  .psc-bar .text {
    order: 4;
    margin: 12px 0 0;
    font-size: 14px;
  }
  .psc-bar .btn {
    margin-top: 28px;
    order: 3;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .psc-bar .bar-ct {
    display: flex;
    align-items: center;
    justify-content: normal;
    flex-wrap: nowrap;
    flex-direction: column;
    text-align: center;
  }
  .psc-bar .pct {
    padding: 0;
  }
}
