body {
  color: #424242;
  font-family: 'LatoWeb', 'Helvetica Neue', sans-serif;
  letter-spacing: 0;
  margin: 0;
}
.rub {
  font-family: Roboto, 'Helvetica Neue', sans-serif;
}
.btn {
  border-radius: 50px;
  cursor: pointer;
  font-size: 14px;
  padding: 13px 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-orange {
  background-color: #FF8923;
  color: white;
}
.btn-no-radius {
  border-radius: unset;
}
.color-blue {
  color: #283FA7;
}
.color-light {
  color: #484E56;
}
.color-orange {
  color: #FF8923;
}
.light {
  font-family: 'LatoWebThin';
}
.spacer {
  flex-grow: 1;
}
.padded-top {
  padding-top: 60px;
}
.padded-bottom {
  padding-bottom: 60px;
}

/* Font settings */
h1 {
  color: #5A5454;
  font-family: 'LatoWebBold';
}
h2 {
  color: #4B4A49;
  font-family: 'LatoWebBold';
  font-weight: 400;
}
p {
  color: #534D4D;
  padding-bottom: 20px;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 33px;
    line-height: 56px;
  }
  p {
    font-size: 22px;
    line-height: 40px;
  }
  .footer-menu a {
    font-size: 20px;
    margin-right: 30px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 850px) and (max-width: 1199px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
  p {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 20px;
  }
  .btn {
    font-size: 12px;
    padding: 8px 10px;
  }
  .footer-menu a {
    font-size: 14px;
    margin-right: 20px;
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 800px) and (max-width: 849px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 22px;
    line-height: 32px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
  }
  .btn {
    font-size: 10px;
    padding: 8px 10px;
  }
  .footer-menu a {
    font-size: 14px;
    margin-right: 20px;
    max-width: 450px;
    padding-bottom: 14px;
  }
}

@media screen and (min-width: 500px) and (max-width: 799px) {
  p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 499px) {
  h1 {
    font-size: 26px;
  }
  p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (min-width: 800px) {
  .desktop {
    display: block!important;
    position: relative;
    max-width: 1366px;
    margin: 0 auto;
  }
  .mobile {
    display: none!important;
  }
  header .menu {
    display: block;
  }
  .footer-menu {
    display: flex;
    flex-wrap: wrap;
  }
  footer .content {
    display: flex;
    padding-left: 50px;
    padding-right: 50px;
  }
  footer .left {
    margin-right: 100px;
  }
  footer .right {
    padding-top: 20px;
  }
}
@media screen and (max-width: 799px) {
  .desktop {
    display: none!important;
  }
  .mobile {
    display: block!important;
  }
  .footer-menu {
    text-align: center;
  }
  .footer-menu a {
    display: block;
    font-size: 18px;
    padding: 10px 0;
  }
  header .menu {
    display: none;
  }
  footer .left {
    display: block;
    margin: 0 auto;
    padding-bottom: 50px;
    width: 275px;
  }
  footer .right {
    display: block;
    margin: 0 auto;
    width: 275px;
  }
}
/* Main header responsive override */
@media screen and (min-width: 480px){
  .mobile h1,
  .mobile h2,
  .mobile p {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 400px) and (max-width: 479px) {
  .main .mobile h2 {
    left: 50px!important;
    right: 50px!important;
    top: 0!important;
  }
  .mobile h1,
  .mobile h2,
  .mobile p {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 399px) {
  .main .mobile h2 {
    left: 0!important;
    right: 0!important;
    top: 0!important;
  }
  .mobile h1,
  .mobile h2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mobile p {
    padding-left: 30px;
    padding-right: 30px;
  }
  .price-info .price-block {
    max-width: 300px!important;
  }
}
/* Counters responsive override */
@media screen and (min-width: 951px) and (max-width: 1180px) {
  .counters .content {
    top: 130px!important;
  }
  .counters .counter {
    margin-bottom: 0.5em!important;
  }
  .counters .image-wrapper {
    width: 60px!important;
  }
  .counters .counter img {
    height: 50px!important;
    width: 50px!important;
  }
  .counters .counter .value {
    font-size: 18px!important;
    height: 22px!important;
  }
}
@media screen and (min-width: 800px) and (max-width: 950px) {
  .counters .content {
    top: 90px!important;
  }
  .counters .counter .value {
    font-size: 14px!important;
    height: 17px!important;
  }
}
@media screen and (min-width: 800px) and (max-width: 1180px) {
  .counters .counter {
    margin-bottom: 0.5em!important;
  }
  .counters .image-wrapper {
    width: 80px!important;
  }
  .counters .counter img {
    height: 60px!important;
    width: 60px!important;
  }
  .counters .counter .description {
    font-size: 14px!important;
  }
}

@media screen and (min-width: 801px) {
  .counters .content {
    position: absolute;
    right: 70px;
    top: 160px;
    width: 32%;
  }
}
@media screen and (max-width: 800px) {
  .counters .content {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 1rem;
  }
}
/* Main Btns responsive override */
@media screen and (max-width: 414px){
  .main .btns {
    flex-direction: column;
    max-width: 220px!important;
  }
  .main .btns .btn {
    margin-bottom: 20px!important;
  }
}

/* Reviews responsive */
@media screen and (min-width: 801px) {
  #reviews .reviews-wrapper {
    padding: 0 30px;
  }
  #reviews .carousel-wrapper {
    border-left: 15px solid #FF8923;
    border-right: 15px solid #FF8923;
  }
  #reviews .item {
    display: flex;
    margin: 1rem 0;
  }
  #reviews .content-wrapper {
    padding: 0 30px;
  }
}
@media screen and (max-width: 800px) {
  #reviews .reviews-wrapper {
    padding: 0 15px;
  }
  #reviews .carousel-wrapper {
    border-left: 8px solid #FF8923;
    border-right: 8px solid #FF8923;
  }
  #reviews .image-wrapper {
    padding-left: 0!important;
    padding-right: 0!important;
    width: 100% !important;
  }
  #reviews .content-wrapper {
    padding: 0 15px;
  }
}

header {
  background-color: white;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
header .wrapper {
  align-items: center;
  display: flex;
  height: 60px;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}
header .title {
  font-size: 22px;
}
header .menu a {
  color: #FF8923;
  font-size: 14px;
  margin-right: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.logo {
  height: 40px;
  margin-right: 20px;
  width: 40px;
}
.head-placeholder {
  height: 60px
}
.section {
  display: block;
}
.cutted {
  display: block;
  max-width: 1366px;
  margin: 0 auto;
}
.video-container {
  margin-bottom: 3rem;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg {
  width: 100%;
}
.bg-gray {
  background-color: #FBFCFD;
}
.highlight {
  color: #FF8923;
}
.main {
  position: relative;
  width: 100%;
}
.main .content {
  position: absolute;
  left: 70px;
  top: 70px;
  width: 35%
}
.main .btns {
  align-items: stretch;
  display: flex;
  padding-bottom: 40px;
  margin: 0 auto;
  max-width: 500px;
}
.main .btns .btn {
  display: flex;
  flex: 1;
  margin: 5px;
  justify-content: center;
}
.main .free-info {
  align-items: center;
  color: #424242;
  display: flex;
  font-size: 20px;
  padding-bottom: 20px;
  justify-content: center;
}
.main .free-info img {
  height: 30px;
  margin-right: 5px;
}
.main .mobile h2 {
  position: absolute;
  top: 50px;
  left: 50px;
  line-height: 44px;
  right: 50px;
  text-align: center;
}
.counters .wrapper {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}
.counters .counter {
  margin-bottom: 1rem;
  display: flex;
}
.counters .image-wrapper,
.counters .text {
}
.counters .image-wrapper {
  width: 100px;
}
.counter .text {
  color: #747474;
  flex-grow: 1;
  text-align: center;
}
.counters .counter img {
  height: 80px;
  width: 80px;
}
.counters .counter .description {
  font-size: 16px;
}
.counters .counter .value {
  font-size: 22px;
  height: 27px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.lk .content {
  position: absolute;
  left: 70px;
  top: 70px;
  width: 35%;
}
.buyout-planning .content {
  position: absolute;
  right: 70px;
  top: 140px;
  width: 22%;
}
.pickers-setup .desktop h2 {
  position: absolute;
  left: 150px;
  top: 60px;
}
.pickers-setup .mobile h2 {
  position: absolute;
  left: 20px;
  right: 20px;
  top: -10px;
}
.pickers-setup .content {
  left: 150px;
  position: absolute;
  top: 180px;
  width: 20%;
}
.orders-change .content {
  position: absolute;
  right: 70px;
  top: 40px;
  width: 35%;
}
.buyout-sorting .content {
  position: absolute;
  left: 70px;
  top: 70px;
  width: 35%;
}
.income-info .content {
  position: absolute;
  right: 70px;
  top: 150px;
  width: 30%;
}
.sph-integration .content {
  position: absolute;
  left: 70px;
  top: 90px;
  width: 30%;
}
#reviews .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
}
#reviews .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
}
#reviews .owl-dot span {
  background-color: #FCEDE0;
}
#reviews .owl-dot.active span {
  background-color: #FF8923;
}
#reviews .reviews-wrapper {
  max-width: 1100px;
  margin: 30px auto 0 auto;
}
#reviews .item {
  width: 100%;
}
#reviews .image-wrapper {
  min-width: 140px;
  width: 140px;
  padding: 0 0 30px 30px;
}
#reviews .avatar-wrapper {
  border-radius: 50%;
  border: 11px solid #F6D8A1;
  height: 113px;
  margin: 0 auto 1rem auto;
  width: 113px;
}
#reviews .image-wrapper .avatar {
  border-radius: 50%;
  border: 7px solid #F1B36B;
  display: block;
  height: 100px;
  width: 100px;
}
#reviews .image-wrapper .name {
  color: #202020;
  font-size: 22px;
  padding-bottom: 0.5rem;
  text-align: center;
  width: 100%;
}
#reviews .image-wrapper .date {
  color: rgba(32, 32, 32, 0.5);
  font-size: 16px;
  text-align: center;
  width: 100%;
}
#reviews .content-wrapper {
  flex-grow: 1;
}
#reviews .content-wrapper .content {
  line-height: 1.5;
}
#reviews .content-wrapper .role {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.541176);
}
#reviews .content-wrapper .body {
  font-size: 18px;
  color: #534D4D;
}
.covid-19 .content {
  position: absolute;
  right: 70px;
  top: 90px;
  width: 40%;
}
.covid-19 .btn-wrapper {
  margin: 50px auto 50px auto;
  text-align: center;
  width: 200px;
}
.price-info {
  padding-bottom: 50px;
}
.price-info .price-block {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto 0 auto;
  max-width: 350px;
  position: relative;
}
.price-info .price-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.price-info .price-block .head {
  color: white;
  font-size: 36px;
  font-family: 'LatoWebSemibold';
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 35px;
  z-index: 2;
}
.price-info .price-block .info {
  padding-top: 250px;
}
.price-info .price-block .info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.price-info .price-block .info ul li {
  color: #534D4D;
  font-family: 'LatoWebSemibold';
  font-size: 20px;
  padding: 15px 0;
  margin: 0 30px;
}
.price-info .price-block .info ul li:nth-child(odd) {
  background-color: #F2F2F2;
}
.price-info .price-block .info .free-info {
  font-size: 22px;
  font-family: 'LatoWebSemibold';
  padding: 40px 0 20px 0;
  text-align: center;
}
.price-info .price-block .price {
  color: #424242;
  font-family: 'LatoWebBold';
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  right: 65px;
  top: 125px;
  width: 90px;
}
.price-info .price-block .actions {
  padding-bottom: 30px;
}
.price-info .price-block .actions .start {
  display: block;
  font-size: 20px;
  font-family: 'LatoWebSemibold';
  margin: 0 auto;
  width: 200px;
}
#vk-groups {
  margin: 0 auto;
}
.footer-menu a {
  color: #424242;
  font-family: 'LatoWebBold';
  text-decoration: none;
}
footer {
  background-color: #f5f5f7;
  display: block;
  width: 100%;
}
footer .content {
  max-width: 1366px;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 50px;
}
footer .left {
  width: 275px;
}
footer .right {
  flex: auto
}
footer .left .main-info {
  display: flex;
  width: 275px;
}
footer .left .title-wrapper {
  font-size: 20px;
  line-height: 40px;
  padding-bottom: 10px;
}
footer .left .mail-wrapper {
  display: flex;
}
footer .left .mail-wrapper a {
  color: #3652BA;
  text-decoration: none;
}
footer .left .mail-wrapper img {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  width: 18px;
}
footer .left .title-wrapper .date {
  position: relative;
  text-align: center;
}
footer .left .title-wrapper .date .copyright {
  font-size: 14px;
  position: absolute;
  top: -5px;
}
.image-wrapper {
  position: relative;
  width: 100%;
}
.section  h1,
.section  h2,
.image-wrapper h1,
.image-wrapper h2 {
  text-align: center;
}
.image-wrapper img {
  display: block;
  max-width: 100%;
}
.user-info {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 5em;
  padding: 0 20px 0 20px;
  text-align: justify;
  text-justify: inter-word;
}
.user-info p {
  font-size: 14px!important;
  line-height: 24px!important;
  padding-bottom: 5px!important;
}
.user-info li {
  font-size: 14px!important;
  line-height: 24px!important;
  list-style: decimal;
}
.user-info dt {
  font-weight: 700;
  min-width: 0;
  margin-bottom: .5em;
}
.user-info dd {
  margin: 0 0 1em 1em;
}
.user-info dl {
  display: grid;
  grid-template-columns: auto 1fr;
}
