/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
    Variables
*/
/*
    General Styles
*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body,
html {
  min-height: 100%;
}

body {
  font: 300 18px/1.3 "Roboto", sans-serif;
  color: rgba(9, 13, 47, 0.6);
  background-color: #fff;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(9, 13, 47, 0.6);
  font-weight: 700;
  line-height: 1;
}

h1, h2 {
  color: #090D2F;
  font-size: 50px;
}

h3 {
  color: #090D2F;
  font-size: 40px;
}

h4 {
  font-size: 29.42px;
}

h5 {
  color: #090D2F;
  font-size: 20px;
  line-height: 1.27;
}

main {
  margin-top: 69px;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 81px;
  }
}

.section--hero {
  padding-bottom: 50px;
  min-height: 100vh;
}
.section--hero .container {
  height: calc(100vh - 100px);
}
.section--quide {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .section--quide {
    padding: 80px 0;
  }
}
.section--powerlinx-users {
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .section--powerlinx-users {
    padding-bottom: 45px;
  }
}
.section--b2b {
  padding: 25px 0 50px;
}
@media screen and (min-width: 768px) {
  .section--b2b {
    padding: 40px 0 100px;
  }
}
.section--way-to-business {
  background-color: #090D2F;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .section--way-to-business {
    padding: 89px 0 66px;
  }
}
.section--feedback {
  background-color: #F7F7F7;
  padding: 50px 0 197px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section--feedback {
    padding: 82px 0 199px;
  }
}
.section--lessons {
  position: absolute;
  bottom: -139px;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section--lessons {
    padding: 57px 0 80px;
    bottom: -189px;
  }
}
@media screen and (min-width: 1135px) {
  .section--lessons {
    bottom: -194px;
  }
}
.section--about {
  padding: 189px 0 50px;
}
@media screen and (min-width: 768px) {
  .section--about {
    padding: 228px 0 93px;
  }
}
.section--blog {
  background-color: #F7F7F7;
  padding: 90px 0 50px;
}
@media screen and (min-width: 768px) {
  .section--blog {
    padding: 94px 0 108px;
  }
}
.section--contact {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .section--contact {
    padding-top: 0;
  }
}

.main-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 302px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.16;
  color: #fff;
  background-color: #FF8F2A;
  padding: 7px;
  border-radius: 8px;
}

.up-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 50px;
  width: 50px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 20px 30px -10px rgba(255, 143, 42, 0.3);
          box-shadow: 0 20px 30px -10px rgba(255, 143, 42, 0.3);
  z-index: 999;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .up-btn {
    bottom: 100px;
    right: 100px;
  }
}
.up-btn:hover {
  -webkit-box-shadow: 0 0 0 1px #FF8F2A;
          box-shadow: 0 0 0 1px #FF8F2A;
}

.opacity-hidden {
  opacity: 0;
  pointer-events: none;
}

.pum {
  display: none;
}

.arrows-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .arrows-dots {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .arrows-dots {
    width: 100%;
  }
}
.arrows-dots .arrows-dots__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 17px;
}
@media screen and (min-width: 768px) {
  .arrows-dots .arrows-dots__dots {
    display: none;
  }
}
.arrows-dots .arrows-dots__dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.arrows-dots .arrows-dots__dots .slick-active {
  background: #FF8F2A;
  width: 35px;
  border-radius: 3px;
}
.arrows-dots .arrows-dots__dots li {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #D8D8D8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  overflow: hidden;
}
.arrows-dots .arrows-dots__dots li:hover {
  background: #FF8F2A;
  width: 35px;
  border-radius: 3px;
}
.arrows-dots .arrows-dots__dots button {
  font-size: 0;
}
.arrows-dots .arrows-dots__dots li + li {
  margin-left: 10px;
}
.arrows-dots .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.arrows-dots .arrows .arrow {
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FF8F2A;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrows-dots .arrows .arrow:hover, .arrows-dots .arrows .arrow.slick-disabled {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 1px #FF8F2A;
          box-shadow: 0 0 0 1px #FF8F2A;
}
.arrows-dots .arrows .arrow:hover svg path, .arrows-dots .arrows .arrow.slick-disabled svg path {
  fill: #FF8F2A;
}
.arrows-dots .arrows .arrow--left {
  margin-right: 42px;
}
@media screen and (min-width: 768px) {
  .arrows-dots .arrows .arrow--left {
    margin-right: 78px;
  }
}

@-webkit-keyframes dotFlashing {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@keyframes dotFlashing {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
.gform_ajax_spinner {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-left: 4px solid #FF8F2A;
  -webkit-animation: spinner 1.1s infinite linear;
          animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  right: calc(50% - 12.5px);
  bottom: -24px;
}
@media screen and (min-width: 768px) {
  .gform_ajax_spinner {
    right: -35px;
    top: calc(50% - 12.5px);
  }
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.lessons-popup-wrap {
  background-color: transparent;
  padding: 20px;
  width: 100%;
  max-width: 540px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
}

.lessons-popup {
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 25px 4px rgba(2, 2, 2, 0.5);
          box-shadow: 0 10px 25px 4px rgba(2, 2, 2, 0.5);
  padding: 40px 20px;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .lessons-popup {
    padding: 71px 48px 40px;
  }
}
.lessons-popup svg {
  position: absolute;
  top: 40px;
  right: 48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.lessons-popup svg:hover path {
  fill: #FF8F2A;
}
.lessons-popup__title {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 500px) {
  .lessons-popup__title {
    font-size: 30px;
  }
}
.lessons-popup__title:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  background-color: #FF8F2A;
  border-radius: 3px;
  height: 6px;
  width: 70px;
}
.lessons-popup__form {
  width: 100%;
}
.lessons-popup form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.lessons-popup .gform_wrapper,
.lessons-popup .ginput_container,
.lessons-popup .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.lessons-popup .gform_footer {
  position: relative;
}
.lessons-popup .gform_body {
  width: 100%;
}
.lessons-popup .gform_button {
  width: 100%;
  height: 50px;
  background-color: #FF8F2A;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
}
.lessons-popup .gform_button:focus {
  outline: none;
  border: none;
}
.lessons-popup .gform_button:hover {
  background-color: #fff;
  color: #FF8F2A;
  -webkit-box-shadow: 0 0 0 1px #FF8F2A;
          box-shadow: 0 0 0 1px #FF8F2A;
}
.lessons-popup .validation_message,
.lessons-popup .validation_error,
.lessons-popup .gform_validation_errors {
  display: none;
}
.lessons-popup .gform_confirmation_message {
  color: #FF8F2A;
}
.lessons-popup .gform_fields {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 9px;
}
.lessons-popup .gform_fields .gfield {
  width: 100%;
}
.lessons-popup .gform_fields .gfield_error input {
  background-color: #FEEBEB;
  color: #CF480E;
  border: none;
}
.lessons-popup .gform_fields .gfield_error input::-webkit-input-placeholder {
  color: #CF480E;
}
.lessons-popup .gform_fields .gfield_error input::-moz-placeholder {
  color: #CF480E;
}
.lessons-popup .gform_fields .gfield_error input:-ms-input-placeholder {
  color: #CF480E;
}
.lessons-popup .gform_fields .gfield_error input::-ms-input-placeholder {
  color: #CF480E;
}
.lessons-popup .gform_fields .gfield_error input::placeholder {
  color: #CF480E;
}
.lessons-popup .gform_fields input {
  background-color: #f3f3f5;
  border-radius: 6px;
  padding: 18px !important;
  color: #090D2F;
  width: 100%;
  height: 50px;
  border: none;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}
.lessons-popup .gform_fields input:focus {
  outline: none;
  border: none;
}
.lessons-popup .gform_fields input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #53566D;
  opacity: 0.3;
}
.lessons-popup .gform_fields input::-moz-placeholder {
  text-transform: uppercase;
  color: #53566D;
  opacity: 0.3;
}
.lessons-popup .gform_fields input:-ms-input-placeholder {
  text-transform: uppercase;
  color: #53566D;
  opacity: 0.3;
}
.lessons-popup .gform_fields input::-ms-input-placeholder {
  text-transform: uppercase;
  color: #53566D;
  opacity: 0.3;
}
.lessons-popup .gform_fields input::placeholder {
  text-transform: uppercase;
  color: #53566D;
  opacity: 0.3;
}

.loader-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.loader-wrapper.hidden {
  opacity: 0;
  pointer-events: none;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 2px;
}
.loader.white {
  background-color: #fff;
  width: 300px;
}
.loader.colored {
  background-color: #FF8F2A;
  -webkit-animation: loader 2s infinite;
          animation: loader 2s infinite;
}

.blocked {
  overflow: hidden;
  height: 100vh;
}

@-webkit-keyframes loader {
  0% {
    width: 0;
  }
  65% {
    width: 300px;
  }
  90%, 100% {
    width: 0;
  }
}

@keyframes loader {
  0% {
    width: 0;
  }
  65% {
    width: 300px;
  }
  90%, 100% {
    width: 0;
  }
}
.single .qr-show, .blog .qr-show {
  display: none;
}

.quide .legal-doc, .quide .wistia_responsive_padding {
  margin-top: 30px;
}
.quide h4 {
  margin-bottom: 30px;
}
.quide p {
  margin-bottom: 20px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 69px;
  width: 100%;
  z-index: 999;
}
.header.header-bg {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media screen and (min-width: 906px) {
  .header {
    height: 80px;
  }
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 19px;
}
@media screen and (min-width: 906px) {
  .header__wrapper {
    padding: 26px 0 24px;
  }
}
.header__logo {
  margin-right: 20px;
  z-index: 103;
}
.header__mobile-hide {
  display: none;
}
@media screen and (min-width: 906px) {
  .header__mobile-hide {
    display: block;
  }
}
.header__nav {
  display: none;
  position: relative;
}
.header__nav .hero__qr-wrap {
  position: absolute;
  top: calc(100% + 5px);
  left: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  border-radius: 21px;
  padding: 10px;
  -webkit-box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.15);
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__nav .hero__qr-wrap .hero__qr {
  margin-bottom: 0;
}
.header__nav .hero__qr-wrap:before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  background-color: #fff;
  top: -17px;
  left: 50%;
  -webkit-transform: rotate(-45deg) translateX(-50%);
          transform: rotate(-45deg) translateX(-50%);
  z-index: 0;
  -webkit-box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 906px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu li:not(:last-child) {
  margin-right: 40px;
}
@media screen and (min-width: 1024px) {
  .header__menu li:not(:last-child) {
    margin-right: 60px;
  }
}
.header__menu a {
  text-transform: uppercase;
  color: rgba(9, 13, 47, 0.6);
  font-size: 12px;
  line-height: 1.16;
  font-weight: 700;
  padding: 10px 0 8px;
  letter-spacing: 2px;
}
.header__menu a:hover {
  color: #FF8F2A;
}
.header__log-in a {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 1px;
  color: #fff;
  background-color: #FF8F2A;
  border-radius: 8px;
  padding: 8px 43px 6px;
}
.header__log-in a:hover {
  background-color: transparent;
  color: #FF8F2A;
  -webkit-box-shadow: 0 0 0 1px #FF8F2A;
          box-shadow: 0 0 0 1px #FF8F2A;
}
.header__nav-mobile {
  position: absolute;
  margin-top: 69px;
  height: calc(100vh - 69px);
  width: 100vw;
  top: 0;
  left: 0;
  padding: 30px 16px;
  background-color: #fff;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-height: 650px) {
  .header__nav-mobile {
    overflow-y: scroll;
  }
}
.header__nav-mobile .menu-menu-header-container {
  width: 100%;
}
@media screen and (min-width: 906px) {
  .header__nav-mobile {
    display: none;
  }
}
.header__download-btns {
  padding: 30px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #ebebeb;
}
.header__download-btns a + a {
  margin-left: 20px;
}
.header__menu-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__menu-mobile li {
  padding: 20px 0;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (min-width: 768px) {
  .header__menu-mobile li {
    padding: 30px 0;
  }
}
.header__menu-mobile li:first-child {
  border-top: 1px solid #ebebeb;
}
.header__menu-mobile li:not(:last-child) a {
  background-image: url("../svg/menu-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
}
.header__menu-mobile a {
  color: #090D2F;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.27px;
  width: 100%;
}
.header__menu-mobile a:hover {
  color: #FF8F2A;
}
.header__menu-mobile .header__log-in a {
  text-transform: uppercase;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 2px;
  color: #fff;
  background-color: #FF8F2A;
  border-radius: 6px;
  padding: 23px;
  text-align: center;
}
.header__menu-mobile .header__log-in a:hover {
  background-color: transparent;
  color: #FF8F2A;
  -webkit-box-shadow: 0 0 0 1px #FF8F2A;
          box-shadow: 0 0 0 1px #FF8F2A;
}
.header__copyright {
  margin-bottom: 10px;
  margin-top: 30px;
  color: #565656;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.24px;
}
.header__privacy-policy {
  margin-bottom: 30px;
}
.header__privacy-policy a + a {
  margin-left: 40px;
}
.header__privacy-policy a {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.53;
  color: #FF8F2A;
  text-decoration: underline;
}
.header__privacy-policy a:hover {
  opacity: 1;
}
.header__privacy-policy a:first-child {
  position: relative;
}
.header__privacy-policy a:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  height: 100%;
  width: 2px;
  background-color: #fff;
  opacity: 0.4;
}
.header__nav-mobile.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.menu-toggle {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 29px;
  height: 29px;
  border-radius: 50%;
  z-index: 103;
}
@media screen and (min-width: 906px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle:hover .bar, .menu-toggle:focus .bar {
  background-color: #FF8F2A;
}

.checkbox4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 2px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
}

.bar1 {
  top: 2px;
}

.bar2,
.bar3 {
  top: 11px;
}

.bar3 {
  right: 0;
  top: 11px;
}

.bar4 {
  bottom: 0;
  top: 10px;
}

.bar5 {
  bottom: 0;
  top: 18px;
}

.hamburger .bar1 {
  padding: 0;
  width: 25px;
  height: 2px;
  background-color: #000;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
}

.hamburger .bar4,
.hamburger .bar5 {
  padding: 0;
  width: 25px;
  height: 2px;
  background-color: #000;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
}

.hamburger .bar2,
.hamburger .bar3 {
  padding: 0;
  width: 20px;
  height: 2px;
  background-color: #000;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
}

.hamburger4 .bar {
  -webkit-transition: all 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out 0.4s;
  transition: all 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out 0.4s;
  transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
  transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s, -webkit-transform 0.4s ease-in-out 0.4s;
}

.hamburger4 .bar2 {
  width: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 15px;
}

.hamburger4 .bar3 {
  width: 0;
  left: 15px;
}

.menu-toggle.rotate-burger .hamburger4 > .bar1 {
  top: 15px;
  background-color: transparent;
}

.menu-toggle.rotate-burger .hamburger4 > .bar2 {
  left: -2px;
  width: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #000;
}

.menu-toggle.rotate-burger .hamburger4 > .bar3 {
  left: -2px;
  width: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #000;
}

.menu-toggle.rotate-burger .hamburger4 > .bar4,
.menu-toggle.rotate-burger .hamburger4 > .bar5 {
  background-color: transparent;
}

.stop-scroll {
  height: 100vh;
  overflow: hidden;
}

.default-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.default-lang svg {
  margin-left: 3px;
}

.default-lang, .lang-item {
  color: rgba(9, 13, 47, 0.6);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.default-lang svg path, .lang-item svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.default-lang:hover, .lang-item:hover {
  color: #FF8F2A;
}
.default-lang:hover svg path, .lang-item:hover svg path {
  fill: #FF8F2A;
}

.header-lang-switcher {
  position: relative;
  margin-left: auto;
  margin-right: 40px;
}

.language-popup {
  display: none;
  position: absolute;
  top: 19px;
}
.language-popup.active {
  display: block;
}

.footer {
  background-color: #090D2F;
}
.footer__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
}
@media screen and (min-width: 1024px) {
  .footer__wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer-left__top, .footer-left__middle {
  position: relative;
}
.footer-left__top:after, .footer-left__middle:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
  opacity: 0.2;
}
.footer-left__contact-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer-left__contact-info-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.footer-left__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0 0;
}
@media screen and (min-width: 576px) {
  .footer-left__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 60px 0 0;
  }
}
.footer-left__logo {
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .footer-left__logo {
    margin: 0;
  }
}
.footer-left__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0 0;
}
.footer-left__bottom {
  padding: 60px 0 5px;
}
@media screen and (min-width: 768px) {
  .footer-left__bottom {
    padding: 60px 0;
  }
}
.footer-left__tawk-logo-desktop {
  margin-top: 29px;
}
@media screen and (min-width: 768px) {
  .footer-left__tawk-logo-desktop {
    margin-top: 0;
  }
}
.footer-left__download-btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 576px) {
  .footer-left__download-btns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 375px;
  }
}
.footer-left__download-btns a + a {
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .footer-left__download-btns a + a {
    margin-left: 35px;
  }
}
.footer-left__download-btns a {
  border-radius: 8px;
}
.footer-left__download-btns a:hover {
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
}
.footer-left__text h4, .footer-left__text p {
  color: #fff;
}
.footer-left__text h4 {
  max-width: 360px;
}
@media screen and (min-width: 576px) {
  .footer-left__text h4 {
    margin-bottom: 18px;
  }
}
.footer-left__text p {
  max-width: 150px;
  opacity: 0.4;
  display: none;
}
@media screen and (min-width: 576px) {
  .footer-left__text p {
    display: block;
  }
}
.footer-left__qr-code {
  margin-left: 20px;
  display: none;
}
@media screen and (min-width: 576px) {
  .footer-left__qr-code {
    display: block;
  }
}
.footer-left__socials {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  margin-right: -20px;
}
@media screen and (min-width: 768px) {
  .footer-left__socials {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 0;
  }
}
.footer-left__social-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .footer-left__social-logo {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.footer-left__social-logo:hover {
  border: 1px solid #fff;
}
.footer-left__tooltip {
  position: absolute;
  top: 60px;
  left: 116px;
  width: 232px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  padding: 8px 16px;
  border-radius: 10px;
  z-index: 1;
  -webkit-box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-left__tooltip:before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  background-color: #fff;
  top: -17px;
  left: 20px;
  -webkit-transform: rotate(-45deg) translateX(-50%);
          transform: rotate(-45deg) translateX(-50%);
  z-index: 0;
  -webkit-box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.15);
}
.footer-left__tooltip-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #a3a3a3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 8px 0;
}
.footer-left__tooltip-item:not(:last-child) {
  border-bottom: 1px solid #F7F7F7;
}
.footer-left__tooltip-item:hover {
  color: #FF8F2A;
}
.footer-left__tooltip-item img {
  margin-right: 10px;
}
.footer-left__contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}
.footer-left__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-left__contact-item + .footer-left__contact-item {
  margin-top: 10px;
}
.footer-left__contact-item img {
  margin-right: 10px;
}
.footer-left__contact-item p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.53;
  color: #fff;
  opacity: 0.4;
}
.footer-left__copyright {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.53;
  color: #fff;
  opacity: 0.4;
  margin-bottom: 10px;
}
.footer-left__privacy-policy a + a {
  margin-left: 40px;
}
.footer-left__privacy-policy a {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.53;
  color: #fff;
  opacity: 0.4;
  text-decoration: underline;
}
.footer-left__privacy-policy a:hover {
  opacity: 1;
}
.footer-left__privacy-policy a:first-child {
  position: relative;
}
.footer-left__privacy-policy a:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  height: 100%;
  width: 2px;
  background-color: #fff;
  opacity: 0.4;
}

.footer-right__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (min-width: 1024px) {
  .footer-right__image {
    margin-left: 46px;
  }
}

.hero {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-height: 1440px) {
  .hero {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
}
.hero__left {
  position: relative;
  z-index: 5;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 576px) {
  .hero__left {
    padding-top: 100px;
  }
}
@media screen and (max-height: 400px) {
  .hero__left {
    padding-top: 0;
  }
}
@media screen and (min-height: 1024px) {
  .hero__left {
    padding-top: 118px;
  }
}
.hero__download-btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 576px) {
  .hero__download-btns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .hero__download-btns {
    display: none;
  }
}
.hero__download-btns a + a {
  margin-left: 15px;
}
.hero__download-btns a {
  border-radius: 8px;
}
.hero__download-btns a:hover {
  -webkit-box-shadow: 0 0 0 1px #FF8F2A;
          box-shadow: 0 0 0 1px #FF8F2A;
}
.hero__title {
  max-width: 620px;
  margin-bottom: 20px;
  letter-spacing: 0.27px;
}
@media screen and (max-height: 500px) {
  .hero__title {
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) {
  .hero__title {
    margin-bottom: 9px;
  }
}
.hero__subtitle {
  max-width: 382px;
  margin-bottom: 35px;
  opacity: 0.6;
}
@media screen and (min-height: 768px) {
  .hero__subtitle {
    margin-bottom: 57px;
  }
}
.hero__qr {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px;
  max-width: 303px;
  border: 2px solid #FF8F2A;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .hero__qr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1440px) {
  .hero__qr {
    margin-bottom: 90px;
  }
}
.hero__qr:before, .hero__qr:after {
  content: "";
  position: absolute;
  z-index: 1;
  background: #fff;
}
.hero__qr:before {
  top: 50%;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% - 55px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero__qr:after {
  top: -4px;
  left: 50%;
  width: calc(100% - 55px);
  height: calc(100% + 8px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hero__qr-text {
  max-width: 136px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.3;
  color: #FF8F2A;
  margin-right: 12px;
  position: relative;
  z-index: 2;
}
.hero__qr-image {
  position: relative;
  z-index: 2;
}
.hero__find-out-more {
  display: none;
}
@media screen and (min-width: 1024px) {
  .hero__find-out-more {
    display: block;
  }
}
.hero__find-out-more span {
  text-transform: uppercase;
  color: #FF8F2A;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 2px;
  margin-bottom: 10px;
  display: block;
}
.hero__find-out-more .hero__find-out-more-dot {
  background-color: #FF8F2A;
  height: 5px;
  width: 5px;
  border-radius: 2.5px;
  margin-bottom: 18px;
  -webkit-animation: dotFlashing 1.25s infinite;
          animation: dotFlashing 1.25s infinite;
}
.hero__find-out-more .hero__find-out-more-dot:nth-child(2) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.hero__find-out-more .hero__find-out-more-dot:nth-child(3) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.hero__find-out-more .hero__find-out-more-dot:nth-child(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.hero__find-out-more .hero__find-out-more-dot:nth-child(5) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.hero__find-out-more .hero__find-out-more-dot:nth-child(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.hero__right {
  position: absolute;
  right: -20px;
  top: -65px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hero__right img {
  width: 100%;
}
@media screen and (max-height: 576px) {
  .hero__right {
    top: -50px !important;
  }
}
@media screen and (max-height: 300px) {
  .hero__right {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media screen and (min-width: 576px) {
  .hero__right {
    top: -13px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__right {
    top: -60px;
  }
}
@media screen and (min-width: 1537px) {
  .hero__right {
    top: 0;
  }
}
.hero__right .hero__right-desktop {
  display: none;
  max-width: 50%;
}
@media screen and (max-height: 576px) {
  .hero__right .hero__right-desktop {
    max-width: 50% !important;
  }
}
@media screen and (min-width: 576px) {
  .hero__right .hero__right-desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .hero__right .hero__right-desktop {
    max-width: 90%;
  }
}
@media screen and (min-width: 1537px) {
  .hero__right .hero__right-desktop {
    max-width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .hero__right .hero__right-mobile {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .hero__right {
    left: -20px;
  }
}
.hero__right .hero__right-linear {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12.45%, #FFFFFF), color-stop(76%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #FFFFFF 12.45%, rgba(255, 255, 255, 0) 76%);
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
          transform: matrix(1, 0, 0, -1, 0, 0);
}
@media screen and (min-width: 1024px) {
  .hero__right .hero__right-linear {
    display: none;
  }
}
@media screen and (min-height: 1440px) {
  .hero__right {
    margin: -15px -115px 0 -40px;
  }
}

.powerlinx-users {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #090D2F;
  padding: 30px 28px 74px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .powerlinx-users {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 50px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .powerlinx-users {
    padding: 80px 64px;
  }
}
.powerlinx-users__title {
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .powerlinx-users__title {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.powerlinx-users__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 713px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .powerlinx-users__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.powerlinx-users__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .powerlinx-users__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 210px;
  }
}
.powerlinx-users__item + .powerlinx-users__item {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .powerlinx-users__item + .powerlinx-users__item {
    margin-left: 20px;
    margin-top: 0;
  }
}
.powerlinx-users__percent {
  font-size: 57px;
  font-weight: 700;
  letter-spacing: -0.29px;
  margin-right: 19px;
  color: #FF8F2A;
}
@media screen and (min-width: 768px) {
  .powerlinx-users__percent {
    margin-bottom: 5px;
    margin-right: 0;
  }
}
.powerlinx-users__percent span {
  font-size: 33px;
}
.powerlinx-users__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.19px;
  color: #fff;
  opacity: 0.5;
}

.b2b__title {
  max-width: 710px;
  margin-bottom: 10px;
}
.b2b__title span {
  color: #FF8F2A;
}
.b2b__subtitle {
  margin-bottom: 23px;
  opacity: 0.6;
  max-width: 557px;
}
@media screen and (min-width: 768px) {
  .b2b__subtitle {
    margin-bottom: 31px;
  }
}
.b2b__info {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.b2b .slick-slider {
  margin-right: -20px;
}
@media screen and (min-width: 1300px) {
  .b2b .slick-slider {
    margin-right: 0;
  }
}
.b2b .slick-slider .slick-slide {
  margin: 0 11px;
}
@media screen and (min-width: 768px) {
  .b2b .slick-slider .slick-slide {
    margin: 0 5px;
  }
}
.b2b__counter-absolute {
  position: absolute;
  bottom: -30px;
  right: -235px;
  font-size: 180px;
  font-weight: 600;
  letter-spacing: -0.95px;
  line-height: 1;
  color: #fff;
  opacity: 0.1;
}
.b2b__item {
  width: 303px;
  position: relative;
  height: 360px;
  border-radius: 10px;
  padding: 40px;
  overflow: hidden;
}
.b2b__item:last-child .b2b__counter-absolute {
  right: -140px;
}
.b2b__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.b2b__counter {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -0.31px;
  color: #fff;
}
.b2b__info-title {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.19;
  color: #fff;
  opacity: 0.8;
  max-width: 165px;
}

.way-to-business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.way-to-business__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .way-to-business__head {
    margin-bottom: 65px;
  }
}
.way-to-business__head-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 427px;
  width: 100%;
}
.way-to-business__title {
  margin-bottom: 10px;
  letter-spacing: -0.27px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .way-to-business__title {
    margin-bottom: 4px;
  }
}
.way-to-business__subtitle {
  color: #fff;
  opacity: 0.6;
  letter-spacing: -0.12px;
  max-width: 300px;
}
.way-to-business__register, .way-to-business__register-mobile {
  height: 60px;
}
.way-to-business__register:hover, .way-to-business__register-mobile:hover {
  background-color: #fff;
  color: #FF8F2A;
  -webkit-box-shadow: 0 0 0 1px #FF8F2A;
          box-shadow: 0 0 0 1px #FF8F2A;
}
.way-to-business__register {
  display: none;
}
@media screen and (min-width: 768px) {
  .way-to-business__register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.way-to-business__register-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 420px) {
  .way-to-business__register-mobile {
    max-width: 302px;
  }
}
@media screen and (min-width: 768px) {
  .way-to-business__register-mobile {
    display: none;
  }
}
.way-to-business__gallery {
  margin-bottom: 30px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.way-to-business__gallery .way-to-business__gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#090D2F), to(rgba(9, 13, 47, 0)));
  background-image: linear-gradient(180deg, #090D2F 0%, rgba(9, 13, 47, 0) 100%);
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
          transform: matrix(1, 0, 0, -1, 0, 0);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .way-to-business__gallery .way-to-business__gradient {
    display: none;
  }
}
.way-to-business__gallery .way-to-business__gradient.hide {
  display: none;
}
.way-to-business__gallery .way-to-business__gallery-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  max-height: 200px;
  overflow: hidden;
}
.way-to-business__gallery .way-to-business__gallery-inner.max-height {
  max-height: 100%;
}
@media screen and (min-width: 420px) {
  .way-to-business__gallery .way-to-business__gallery-inner {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 60px;
  }
}
@media screen and (min-width: 576px) {
  .way-to-business__gallery .way-to-business__gallery-inner {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .way-to-business__gallery .way-to-business__gallery-inner {
    margin-bottom: 65px;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    grid-row-gap: 70px;
    max-height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .way-to-business__gallery .way-to-business__gallery-inner {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
}
.way-to-business__gallery .way-to-business__gallery-inner div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.way-to-business__gallery .way-to-business__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.way-to-business__bottom-text {
  display: none;
  text-align: center;
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .way-to-business__bottom-text {
    display: block;
  }
}
.way-to-business__show-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
}
.way-to-business__show-logos .way-to-business__hide {
  display: none;
}
.way-to-business__show-logos .way-to-business__hide.show {
  display: block;
}
.way-to-business__show-logos .way-to-business__show.hide {
  display: none;
}
.way-to-business__show-logos span {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.way-to-business__show-logos svg {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.way-to-business__show-logos.change-text span {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.way-to-business__show-logos.change-text svg {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .way-to-business__show-logos {
    display: none;
  }
}

.feedback__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .feedback__head {
    margin-bottom: 83px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.feedback__head-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 578px;
  width: 100%;
}
.feedback__title {
  margin-bottom: 10px;
  letter-spacing: -0.27px;
}
@media screen and (min-width: 768px) {
  .feedback__title {
    margin-bottom: 20px;
  }
}
.feedback__subtitle {
  opacity: 0.6;
  letter-spacing: -0.12px;
  max-width: 420px;
}
.feedback .slick-slider {
  margin-right: -20px;
}
@media screen and (min-width: 1440px) {
  .feedback .slick-slider {
    margin-right: 0;
  }
}
.feedback .slick-slider .slick-slide {
  margin: 0 9px;
}
@media screen and (min-width: 768px) {
  .feedback .slick-slider .slick-slide {
    margin: 0 5px;
  }
}
.feedback__slide {
  padding-top: 41px;
  max-width: 326px;
}
@media screen and (min-width: 1135px) {
  .feedback__slide {
    max-width: 511px;
  }
}
.feedback__slide-wrap {
  position: relative;
  width: 100%;
  padding: 17px;
  height: 322px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1135px) {
  .feedback__slide-wrap {
    height: 190px;
  }
}
.feedback__slide-img {
  position: absolute;
  left: 17px;
  top: -41px;
  border-radius: 10px;
}
.feedback__slide-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .feedback__slide-head {
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 1135px) {
  .feedback__slide-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.feedback__slide-head-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
}
@media screen and (min-width: 1135px) {
  .feedback__slide-head-block {
    margin-bottom: 0;
  }
}
.feedback__slide-title {
  font-weight: 700;
  margin-bottom: 2px;
}
.feedback__slide-subtitle {
  margin-bottom: 5px;
  font-size: 14px;
  opacity: 0.5;
  font-weight: 500;
}
.feedback__slide-job-title {
  font-size: 14px;
  opacity: 0.5;
  font-weight: 500;
}
.feedback__slide-head-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1135px) {
  .feedback__slide-head-date {
    margin-left: 0;
  }
}
.feedback__slide-head-date svg {
  margin-right: 10px;
}
.feedback__slide-date {
  font-size: 14px;
  opacity: 0.5;
  font-weight: 500;
}
.feedback__slide-text {
  width: 100%;
  font-size: 16px;
  opacity: 0.8;
  text-align: justify;
}

.lessons {
  background-color: #090D2F;
  padding: 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 231px;
}
@media screen and (min-width: 768px) {
  .lessons {
    padding: 57px 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.lessons__title {
  max-width: 400px;
  margin-right: 20px;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .lessons__title {
    margin-bottom: 0;
  }
}
.lessons__form {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lessons__form {
    max-width: 389px;
  }
}
.lessons form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.lessons .gform_wrapper,
.lessons .ginput_container,
.lessons .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.lessons .gform_footer {
  position: relative;
}
.lessons .gform_body {
  width: 100%;
}
.lessons .gform_button {
  width: 100%;
  height: 50px;
  background-color: #FF8F2A;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
}
.lessons .gform_button:focus {
  outline: none;
  border: none;
}
.lessons .gform_button:hover {
  background-color: #fff;
  color: #FF8F2A;
  -webkit-box-shadow: 0 0 0 1px #FF8F2A;
          box-shadow: 0 0 0 1px #FF8F2A;
}
.lessons .validation_message,
.lessons .validation_error,
.lessons .gform_validation_errors {
  display: none;
}
.lessons .gform_confirmation_message {
  color: #FF8F2A;
}
.lessons .gform_fields {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 9px;
}
.lessons .gform_fields .gfield {
  width: 100%;
}
.lessons .gform_fields .gfield_error input {
  background-color: #FEEBEB;
  color: #CF480E;
  border: none;
}
.lessons .gform_fields .gfield_error input::-webkit-input-placeholder {
  color: #CF480E;
}
.lessons .gform_fields .gfield_error input::-moz-placeholder {
  color: #CF480E;
}
.lessons .gform_fields .gfield_error input:-ms-input-placeholder {
  color: #CF480E;
}
.lessons .gform_fields .gfield_error input::-ms-input-placeholder {
  color: #CF480E;
}
.lessons .gform_fields .gfield_error input::placeholder {
  color: #CF480E;
}
.lessons .gform_fields input {
  background-color: #53566D;
  border-radius: 6px;
  padding: 18px !important;
  color: #090D2F;
  width: 100%;
  height: 50px;
  border: none;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}
.lessons .gform_fields input:focus {
  outline: none;
  border: none;
}
.lessons .gform_fields input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #A9ABB6;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}
.lessons .gform_fields input::-moz-placeholder {
  text-transform: uppercase;
  color: #A9ABB6;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}
.lessons .gform_fields input:-ms-input-placeholder {
  text-transform: uppercase;
  color: #A9ABB6;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}
.lessons .gform_fields input::-ms-input-placeholder {
  text-transform: uppercase;
  color: #A9ABB6;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}
.lessons .gform_fields input::placeholder {
  text-transform: uppercase;
  color: #A9ABB6;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}

.about__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .about__head {
    margin-bottom: 83px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.about__head-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 578px;
  width: 100%;
}
.about__title {
  margin-bottom: 10px;
  letter-spacing: -0.27px;
}
@media screen and (min-width: 768px) {
  .about__title {
    margin-bottom: 20px;
  }
}
.about .slick-slider {
  margin-right: -20px;
}
@media screen and (min-width: 1440px) {
  .about .slick-slider {
    margin-right: 0;
  }
}
.about .slick-slider .slick-slide {
  margin: 0 9px;
}
@media screen and (min-width: 768px) {
  .about .slick-slider .slick-slide {
    margin: 0 5px;
  }
}
.about__slide {
  max-width: 326px;
  position: relative;
  padding-top: 24px;
}
@media screen and (min-width: 1135px) {
  .about__slide {
    max-width: 511px;
    height: 191px;
  }
}
.about .about-dot {
  position: absolute;
  right: 11px;
  top: 18px;
  height: 12px;
  width: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.about .about-border {
  position: absolute;
  top: 12px;
  right: 17px;
  z-index: 2;
  display: none;
}
@media screen and (min-width: 1135px) {
  .about .about-border {
    display: block;
  }
}
.about .about-border__mobile {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 2;
}
@media screen and (min-width: 1135px) {
  .about .about-border__mobile {
    display: none;
  }
}
.about__slide-wrap {
  position: relative;
  width: 100%;
  border-radius: 10px;
  height: 187px;
  background-color: #F7F7F7;
  padding: 35px 17px 10px;
}
@media screen and (min-width: 1135px) {
  .about__slide-wrap {
    height: 141px;
  }
}
.about__slide-date {
  position: absolute;
  left: 17px;
  top: -24px;
  color: #fff;
  background-color: #FF8F2A;
  padding: 9px 16px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.2px;
  font-weight: 600;
  border-radius: 6px;
  z-index: 3;
}
.about__slide-event {
  width: 100%;
  font-size: 16px;
  opacity: 0.8;
}

.blog__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .blog__head {
    margin-bottom: 93px;
  }
}
.blog__head-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 427px;
  width: 100%;
}
.blog__title {
  margin-bottom: 10px;
  letter-spacing: -0.27px;
}
@media screen and (min-width: 768px) {
  .blog__title {
    margin-bottom: 4px;
  }
}
.blog__subtitle {
  letter-spacing: -0.12px;
  max-width: 345px;
}
.blog__register, .blog__register-mobile {
  height: 60px;
}
.blog__register:hover, .blog__register-mobile:hover {
  background-color: #fff;
  color: #FF8F2A;
  -webkit-box-shadow: 0 0 0 1px #FF8F2A;
          box-shadow: 0 0 0 1px #FF8F2A;
}
.blog__register {
  display: none;
}
@media screen and (min-width: 768px) {
  .blog__register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.blog__register-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 420px) {
  .blog__register-mobile {
    max-width: 302px;
  }
}
@media screen and (min-width: 768px) {
  .blog__register-mobile {
    display: none;
  }
}
.blog__posts {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .blog__posts {
    margin-bottom: 0;
  }
}
.blog .slick-slider {
  margin-right: -20px;
}
@media screen and (min-width: 1300px) {
  .blog .slick-slider {
    margin-right: 0;
  }
}
.blog .slick-slider .slick-slide {
  margin: 0 9px;
}
.blog__post {
  width: 326px;
}
@media screen and (min-width: 768px) {
  .blog__post {
    width: 407px;
  }
}
.blog__post-title {
  padding: 18px;
  letter-spacing: -0.13px;
  font-size: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.blog__post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  background-color: #fff;
}
.blog__post-image {
  height: 229px;
}
.blog__post-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.blog__post-author-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
}
.blog__post-author {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog__post-author svg {
  margin-right: 6px;
}
.blog__post-date {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog__post-date svg {
  margin-right: 6px;
}
.blog__post-text {
  padding: 18px 18px 36px;
  height: 375px;
  overflow: hidden;
}
.blog__post-text div:first-child:not(.at-above-post-homepage) {
  height: 100%;
  overflow: hidden;
}
.blog__post-text p {
  margin-bottom: 20px;
}
.blog__post-text a {
  color: #FF8F2A;
  display: inline;
}
.blog__post-text .more-link {
  color: #FF8F2A;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  text-align: end;
  display: inline-block;
}

.contact {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .contact {
    -ms-grid-columns: 407px 41px auto;
    grid-template-columns: 407px auto;
    grid-column-gap: 41px;
  }
}
.contact__left {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .contact__left {
    padding: 78px 0 122px;
  }
}
.contact__title {
  margin-bottom: 5px;
}
.contact__subtitle {
  max-width: 300px;
  margin-bottom: 20px;
}
.contact__form {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact__form {
    max-width: 407px;
    min-height: 371px;
  }
}
.contact__form .form-error {
  margin-top: 20px;
  color: #CF480E;
}
.contact__form .form-success {
  margin-top: 20px;
  color: #4BB543;
}
.contact .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.contact .form-group .inputs {
  width: 100%;
}
.contact .form-group .inputs__item {
  width: 100%;
  margin-bottom: 16px;
}
.contact .form-group .message-field {
  width: 100%;
}
.contact .form-group input, .contact .form-group textarea {
  background-color: #f3f3f5;
  border-radius: 6px;
  padding: 18px !important;
  color: rgba(9, 13, 47, 0.6);
  width: 100%;
  height: 50px;
  border: none;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}
.contact .form-group input:hover, .contact .form-group textarea:hover {
  border: 1px solid #D8D8D8;
}
.contact .form-group input:focus, .contact .form-group textarea:focus {
  outline: none;
  border: none;
}
.contact .form-group input::-webkit-input-placeholder, .contact .form-group textarea::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: rgba(9, 13, 47, 0.3);
}
.contact .form-group input::-moz-placeholder, .contact .form-group textarea::-moz-placeholder {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: rgba(9, 13, 47, 0.3);
}
.contact .form-group input:-ms-input-placeholder, .contact .form-group textarea:-ms-input-placeholder {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: rgba(9, 13, 47, 0.3);
}
.contact .form-group input::-ms-input-placeholder, .contact .form-group textarea::-ms-input-placeholder {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: rgba(9, 13, 47, 0.3);
}
.contact .form-group input::placeholder, .contact .form-group textarea::placeholder {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: rgba(9, 13, 47, 0.3);
}
.contact .form-group textarea {
  resize: none;
  height: 153px !important;
}
.contact .form-group input.error, .contact .form-group textarea.error {
  background-color: #FEEBEB;
}
.contact .form-group input.error::-webkit-input-placeholder, .contact .form-group textarea.error::-webkit-input-placeholder {
  color: #CF480E;
}
.contact .form-group input.error::-moz-placeholder, .contact .form-group textarea.error::-moz-placeholder {
  color: #CF480E;
}
.contact .form-group input.error:-ms-input-placeholder, .contact .form-group textarea.error:-ms-input-placeholder {
  color: #CF480E;
}
.contact .form-group input.error::-ms-input-placeholder, .contact .form-group textarea.error::-ms-input-placeholder {
  color: #CF480E;
}
.contact .form-group input.error::placeholder, .contact .form-group textarea.error::placeholder {
  color: #CF480E;
}
.contact #submitForm {
  width: 100%;
  height: 50px;
  background-color: #FF8F2A;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 10px;
}
.contact #submitForm:focus {
  outline: none;
  border: none;
}
.contact #submitForm:hover {
  background-color: #fff;
  color: #FF8F2A;
  -webkit-box-shadow: 0 0 0 1px #FF8F2A;
          box-shadow: 0 0 0 1px #FF8F2A;
}
.contact__right {
  display: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .contact__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1294px) {
  .contact__right {
    background-size: cover;
    background-position: center 20px;
  }
}
.contact__right-photo {
  margin-bottom: 18px;
}
.contact__right-name {
  color: #090D2F;
  font-weight: 700;
  margin-bottom: 2px;
}
.contact__right-job {
  font-size: 14px;
  color: #090D2F;
  opacity: 0.5;
  font-weight: 500;
}

.blog-page-wrapper {
  padding: 50px 0;
}

.single-post-wrapper {
  padding: 50px 0;
  background-color: #f2f0f0;
}

.blog-page-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #fff;
}

.blog-page {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .blog-page {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.blog-page__card {
  width: 324px;
  margin: 0 auto;
}
@media screen and (min-width: 420px) {
  .blog-page__card {
    width: 378px;
  }
}
@media screen and (min-width: 576px) {
  .blog-page__card {
    width: 514px;
  }
}
@media screen and (min-width: 768px) {
  .blog-page__card {
    width: 361px;
  }
}
@media screen and (min-width: 906px) {
  .blog-page__card {
    width: 410px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-page__card {
    width: 468px;
  }
}
@media screen and (min-width: 1440px) {
  .blog-page__card {
    width: 509px;
  }
}
.blog-page__post-title {
  margin-bottom: 50px;
}
.blog-page__title {
  margin-bottom: 20px;
  letter-spacing: -0.13px;
  font-size: 19px;
  height: 48px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.blog-page__title a {
  color: #000;
}
.blog-page__title:hover a {
  color: #FF8F2A;
}
.blog-page__post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  background-color: #fff;
}
.blog-page__post-image {
  height: auto;
}
.blog-page__post-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
  width: 100%;
}
.blog-page__post-author-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
}
.blog-page__post-author {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-page__post-author svg {
  margin-right: 6px;
}
.blog-page__post-date {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-page__post-date svg {
  margin-right: 6px;
}
.blog-page__post-text {
  padding: 18px 18px 36px;
  height: 375px;
  overflow: hidden;
}
.blog-page__post-text div:first-child:not(.at-above-post-homepage) {
  height: 100%;
  overflow: hidden;
}
.blog-page__post-text p {
  margin-bottom: 20px;
}
.blog-page__post-text a {
  color: #FF8F2A;
  display: inline;
}
.blog-page__post-text .more-link {
  color: #FF8F2A;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  text-align: end;
  display: inline-block;
}

.page-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.nav-previous {
  margin-right: 30px;
}
.nav-previous a, .nav-previous i {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-previous:hover a, .nav-previous:hover i {
  color: #FF8F2A;
}

.nav-next a, .nav-next i {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-next:hover a, .nav-next:hover i {
  color: #FF8F2A;
}

.single-post .at-above-post, .single-post .at-below-post {
  display: none;
}
.single-post__title {
  margin-bottom: 18px;
}

.single-post__content img {
  margin: 0 auto;
}
.single-post__content p {
  margin-bottom: 15px;
}
.single-post__content p b {
  font-size: 20px;
  font-weight: 600;
}
.single-post__content p a {
  color: #FF8F2A;
}
.single-post__content p a:hover {
  color: rgba(9, 13, 47, 0.6);
}

.back-btn {
  margin-bottom: 40px;
  color: #FF8F2A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.back-btn i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #FF8F2A;
  margin-right: 10px;
}
.back-btn:hover {
  color: #000;
}
.back-btn:hover i {
  color: #000;
}

.single h2 {
  font-size: 25px;
}