@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Raleway";
  padding: 0px;
  margin: 0px auto;
  line-height: 1;
  color: #111133;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

body.menuIsOpened {
  overflow: hidden;
}

body .bodyWrap {
  position: relative;
  overflow: hidden;
}
img {
  max-width: 100%;
}

.bodyModal .bodyWrap {
  z-index: 0;
}

.containerLg {
  max-width: 1440px;
  width: 100%;
  padding: 0px 15px;
  margin: 0px auto;
}
.containerSlider {
  max-width: 1640px;
  width: 100%;
  position: relative;
}

.container {
  width: 1310px;
  padding: 0px 15px;
  margin: 0px auto;
}

.containerMd {
  width: 1090px;
  padding: 0px 15px;
  margin: 0px auto;
}

.containerSm {
  max-width: 870px;
  margin: 0px auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

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

a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
}

select,
input,
textarea {
  width: 100%;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  font-family: "Raleway";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  padding: 0px;
  font-family: "Raleway";
  background-color: transparent;
  border: none;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

.siteTabs .tabContent {
  display: none;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.siteTabs .tabContent.active {
  display: block;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.siteLogo {
  width: 200px;
  position: relative;
  z-index: 1;
}

.siteLogo > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

/* .siteLogo img {
  width: 100%;
} */

.siteLogo.lg {
  width: 510px;
}

@media (max-width: 1329px) {
  .siteLogo.lg {
    width: 247px;
  }
  .containerSlider {
    max-width: 850px;
  }
  .teamSlider .slider {
    width: 100%;
  }
  .next_wrap {
    right: -2%;
    width: 30%;
  }
}
@media (max-width: 767px) {
  .siteLogo.lg {
    width: 208px;
  }
}

.outLink {
  position: relative;
  padding-right: 23px;
  display: inline-block;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 24px;
  color: #608eeb;
  text-decoration: underline;
  text-decoration-color: #608eeb;
  -webkit-transition: text-decoration-color 0.3s;
  -moz-transition: text-decoration-color 0.3s;
  -o-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}

.outLink:hover {
  text-decoration-color: transparent;
}

.outLink::before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  font-family: "icomoon";
  font-size: 10px;
  color: #608eeb;
}

@media (max-width: 1329px) {
  .outLink {
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
  }
}

.moreLink {
  position: relative;
  padding-right: 27px;
  display: inline-block;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 22px;
  color: #608eeb;
  text-decoration: underline;
  text-decoration-color: #608eeb;
  -webkit-transition: text-decoration-color 0.3s;
  -moz-transition: text-decoration-color 0.3s;
  -o-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}

.moreLink:hover {
  text-decoration-color: transparent;
}

.moreLink::before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  font-family: "icomoon";
  font-size: 14px;
  color: #608eeb;
}

@media (max-width: 1329px) {
  .moreLink {
    padding-right: 20px;
    font-size: 12px;
    line-height: 20px;
  }

  .moreLink::before {
    top: -1px;
    font-size: 11px;
  }
}

.siteLink {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #608eeb;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #608eeb;
  -webkit-transition: text-decoration-color 0.3s;
  -moz-transition: text-decoration-color 0.3s;
  -o-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}
.manageSection__inner{
  text-align: center;
  max-width: 1064px;
  margin: 0 auto;
  font-family: "Open Sans";
}
.manageSection__inner p{
  font-size: 22px;
line-height: 34px;
color: #111133;
font-family: "Open Sans";
}

.siteLink:hover {
  text-decoration-color: transparent !important;
}

@media (max-width: 1329px) {
  .siteLink {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .siteLink {
    font-size: 16px;
    line-height: 26px;
  }
}

.siteLink.md {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 24px;
  color: #0546c9;
}

@media (max-width: 1329px) {
  .siteLink.md {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .siteLink.md {
    font-size: 12px;
    line-height: 18px;
  }
}

.siteLink.sm {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 1329px) {
  .siteLink.sm {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .siteLink.sm {
    font-size: 12px;
    line-height: 20px;
  }
}

.siteLink.invert {
  color: white;
  text-decoration-color: white;
}

.footLink {
  display: inline-block;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 26px;
  color: #e9edff;
  text-decoration: underline;
  text-decoration-color: #e9edff;
  -webkit-transition: text-decoration-color 0.3s;
  -moz-transition: text-decoration-color 0.3s;
  -o-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  margin-bottom: 5px;
}

.footLink:hover {
  text-decoration-color: transparent;
}

.footLink.simple {
  text-decoration-color: transparent;
}

.footLink.simple:hover {
  text-decoration-color: #e9edff;
}

.footLink.sm {
  font-size: 12px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .footLink.sm {
    line-height: 18px;
  }
}

@media (max-width: 1329px) {
  .footLink {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .footLink {
    font-size: 12px;
    line-height: 18px;
  }
}

.breadcrumbs {
  display: flex;
}

@media (max-width: 767px) {
  .breadcrumbs {
    position: relative;
    white-space: nowrap;
  }
}

.breadcrumbs li {
  position: relative;
}

.breadcrumbs li a {
  display: inline-block;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 22px;
  color: #608eeb;
  -webkit-transition: text-decoration-color 0.3s;
  -moz-transition: text-decoration-color 0.3s;
  -o-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}

@media (max-width: 1329px) {
  .breadcrumbs li a {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs li a {
    line-height: 18px;
  }
}

.breadcrumbs li span {
  display: inline-block;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 22px;
  color: #8b8da3;
}

@media (max-width: 1329px) {
  .breadcrumbs li span {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs li span {
    line-height: 18px;
  }
}

.breadcrumbs li + li {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .breadcrumbs li + li {
    margin-left: 28px;
  }
}

.breadcrumbs li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: calc(100% + 15px);
  margin-top: -4px;
  font-family: "icomoon";
  font-size: 10px;
  color: #a2a5bd;
}

@media (max-width: 767px) {
  .breadcrumbs li + li::before {
    right: calc(100% + 9px);
    margin-top: -3px;
    font-size: 7px;
  }
}

.breadcrumbs.invert li a,
.breadcrumbs.invert li span {
  color: white;
  opacity: 0.7;
}

.breadcrumbs.invert li + li::before {
  color: white;
  opacity: 0.7;
}

.linksMenu {
  display: flex;
}

.linksMenu li a {
  display: inline-block;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 26px;
  color: #608eeb;
  text-decoration: underline;
  text-decoration-color: #608eeb;
  -webkit-transition: text-decoration-color 0.3s;
  -moz-transition: text-decoration-color 0.3s;
  -o-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}

.linksMenu li a:hover {
  text-decoration-color: transparent;
}

.linksMenu li + li {
  margin-left: 40px;
}

.linksMenu + * {
  margin-top: 80px;
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagination .controls {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  min-width: 56px;
  height: 56px;
  font-size: 20px;
  color: #a2a5bd;
  text-align: center;
  background-color: transparent;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.pagination .controls > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

@media (max-width: 1329px) {
  .pagination .controls {
    min-width: 48px;
    height: 48px;
    font-size: 16px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
  }
}

.pagination .controls:hover {
  color: #0546c9;
  background-color: #0546c910;
}

.pagination .nums {
  margin-left: 0px;
  margin-right: 0px;
}

@media (max-width: 1329px) {
  .pagination .nums {
    margin-left: 4px;
    margin-right: 4px;
  }
}

.pagination .nums ul {
  display: flex;
}

.pagination .nums ul li {
  flex-shrink: 0;
}

.pagination .nums .num {
  position: relative;
  min-width: 56px;
  height: 56px;
  background-color: transparent;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  z-index: 1;
}

@media (max-width: 1329px) {
  .pagination .nums .num {
    min-width: 48px;
    height: 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
  }
}

.pagination .nums .num a {
  display: block;
  padding: 0px 12px;
  font-size: 22px;
  line-height: 56px;
  color: #111133;
  font-weight: 500;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

@media (max-width: 1329px) {
  .pagination .nums .num a {
    padding: 0px 8px;
    font-size: 18px;
    line-height: 48px;
  }
}

.pagination .nums .num:hover {
  background-color: #0546c910;
}

.pagination .nums .num:hover a {
  color: #0546c9;
}

.pagination .nums .num.active {
  background-color: #0546c9;
}

.pagination .nums .num.active a {
  color: white;
}

.pagination .nums .num + .num {
  margin-left: 0px;
}

@media (max-width: 1329px) {
  .pagination .nums .num + .num {
    margin-left: 0px;
  }
}

.pagination + * {
  margin-top: 60px;
}

.paginationSm {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.paginationSm .controls {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  font-size: 15px;
  color: #a2a5bd;
  text-align: center;
  background-color: transparent;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  border-radius: 21px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.paginationSm .controls > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.paginationSm .controls:hover {
  color: #0546c9;
  background-color: #0546c910;
}

.paginationSm .num {
  width: 130px;
  margin: 0px 26px;
}

.paginationSm .num span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #111133;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
}

.paginationSm .num span + input {
  margin-top: 8px;
}

.paginationSm .num input {
  display: block;
  padding: 9px;
  font-size: 16px;
  line-height: 24px;
  color: #111133;
  font-weight: 500;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  background-color: #f6f6fa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.backLink {
  display: table;
  position: relative;
  z-index: 1;
  font-size: 36px;
}

.backLink > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.backLink.invert {
  color: white;
}

.btnBorder {
  display: inline-block;
  min-width: 84px;
  padding: 7px 20px;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 20px;
  color: #111133 ;
  font-weight: 600;
  text-align: center;
  background-color: transparent;
  border: 1px solid #617197;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: color 0.3s, background-color 0.3s, border 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border 0.3s;
  transition: color 0.3s, background-color 0.3s, border 0.3s;
}
footer .btnBorder{
  color: white;
}

@media (max-width: 767px) {
  .btnBorder {
    min-width: 70px;
    padding: 6px 15px;
    font-size: 12px;
    line-height: 18px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }
}

.btnBorder:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid transparent;
}

.btnBorder:active {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid transparent;
}

.btnFill {
  position: relative;
  display: inline-block;
  padding: 12px 38px;
  font-size: 16px;
  line-height: 24px;
  color: #0057ff !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  background-color: white;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-shadow: 0px 4px 8px transparent;
  -moz-box-shadow: 0px 4px 8px transparent;
  box-shadow: 0px 4px 8px transparent;
  -webkit-transition: background-color 0.3s, box-shadow 0.3s;
  -moz-transition: background-color 0.3s, box-shadow 0.3s;
  -o-transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
  z-index: 1;
}

@media (max-width: 1329px) {
  .btnFill {
    padding-left: 31px;
    padding-right: 31px;
  }
}

@media (max-width: 767px) {
  .btnFill {
    min-width: 180px;
    padding: 10px 27px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.06em;
  }
}

.btnFill.md {
  padding: 10px 27px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.06em;
}

@media (max-width: 767px) {
  .btnFill.md {
    min-width: 146px;
    padding: 8px 15px;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.06em;
  }
}

.btnFill.dark {
  color: #111133 !important;
}

.btnFill:hover {
  background-color: #e9edff;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 64, 188, 0.5);
  -moz-box-shadow: 0px 4px 8px rgba(0, 64, 188, 0.5);
  box-shadow: 0px 4px 8px rgba(0, 64, 188, 0.5);
}

.btnFill:active {
  background-color: #c7cdea;
  -webkit-box-shadow: 0px 4px 8px transparent;
  -moz-box-shadow: 0px 4px 8px transparent;
  box-shadow: 0px 4px 8px transparent;
}

.btnSecondary {
  position: relative;
  display: inline-block;
  min-width: 260px;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 24px;
  color: white !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  border-radius: 34px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  z-index: 1;
}

@media (max-width: 1329px) {
  .btnSecondary {
    min-width: 206px;
    padding: 11px 15px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.06em;
  }
}

@media (max-width: 767px) {
  .btnSecondary {
    min-width: 146px;
    padding: 8px 15px;
    font-size: 10px;
    line-height: 14px;
  }
}

.btnGrad {
  position: relative;
  display: inline-block;
  padding: 12px 42px;
  font-size: 16px;
  line-height: 24px;
  color: white !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #ff2222;
  background: -moz-linear-gradient(left, #ff2222 0%, #ffb800 100%);
  background: -webkit-linear-gradient(left, #ff2222 0%, #ffb800 100%);
  background: linear-gradient(to right, #ff2222 0%, #ffb800 100%);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-shadow: 0px 4px 8px transparent;
  -moz-box-shadow: 0px 4px 8px transparent;
  box-shadow: 0px 4px 8px transparent;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  overflow: hidden;
  z-index: 1;
}

.btnGrad::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #111133;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
}

.btnGrad:hover {
  -webkit-box-shadow: 0px 4px 8px rgba(255, 105, 18, 0.3);
  -moz-box-shadow: 0px 4px 8px rgba(255, 105, 18, 0.3);
  box-shadow: 0px 4px 8px rgba(255, 105, 18, 0.3);
}

.btnGrad:hover::before {
  opacity: 0.1;
}

.btnGrad:active {
  -webkit-box-shadow: 0px 4px 8px transparent;
  -moz-box-shadow: 0px 4px 8px transparent;
  box-shadow: 0px 4px 8px transparent;
}

.btnGrad:active::before {
  opacity: 0.2;
}

@media (max-width: 767px) {
  .btnGrad {
    min-width: 180px;
    padding: 10px 23px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
  }
}

.btnSimple {
  display: block;
  padding: 12px;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 26px;
  color: #608eeb;
  text-align: center;
  background-color: #e9edff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}

.btnSecondary2 {
  position: relative;
  display: inline-block;
  min-width: 210px;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #111133 !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  background-color: #e9edff;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  border-radius: 34px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  z-index: 1;
}

@media (max-width: 1329px) {
  .btnSecondary2 {
    min-width: 206px;
    padding: 11px 15px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.06em;
  }
}

@media (max-width: 767px) {
  .btnSecondary2 {
    min-width: 146px;
    padding: 8px 15px;
    font-size: 10px;
    line-height: 14px;
  }
}

.formTemplate .formHeader + .formContent {
  margin-top: 30px;
}

.formTemplate .formContent + .formFooter {
  margin-top: 40px;
}

.formTemplate .title {
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #111133;
  font-weight: 700;
  font-feature-settings: "pnum" on, "lnum" on;
}

.formTemplate .fieldset + .fieldset {
  margin-top: 24px;
}

.formTemplate .fieldsWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 42px;
  row-gap: 26px;
}

.formTemplate .fieldItem + .fieldItem {
  margin-top: 26px;
}

.formTemplate .formFooter {
  display: flex;
  align-items: center;
}

.formTemplate .formFooter .note {
  margin-left: 40px;
}

.formTemplate .note {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 22px;
  color: #a1a1b9;
}

.formTemplate .note span {
  color: #e83a21;
}

.formTemplate .formWrapper {
  display: flex;
}

.formTemplate .formWrapper .col {
  flex-grow: 1;
}

.formTemplate .formWrapper .col.sm {
  width: 300px;
  flex-grow: 0;
}

.formTemplate .formWrapper .col + .col {
  margin-left: 40px;
}

.formTemplate.sm {
  max-width: 642px;
}

.formTemplate.sm .attachBtn {
  padding-top: 24px;
}

.formTemplate + * {
  margin-top: 120px;
}

.inBlock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.inBlock > label {
  display: block;
  font-family: "Raleway";
  font-size: 12px;
  line-height: 20px;
  color: #111133;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-feature-settings: "pnum" on, "lnum" on;
}

.inBlock > label span {
  color: #e83a21;
}

.inBlock > label + .inWrap {
  margin-top: 8px;
}

.inBlock .inWrap {
  flex-grow: 1;
}

.inBlock .inWrap input {
  padding: 0px 16px;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 46px;
  color: #111133;
  background-color: #f6f6fa;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.inBlock .inWrap textarea {
  padding: 8px 16px;
  min-height: 138px;
  max-width: 100%;
  height: 100%;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 24px;
  color: #111133;
  background-color: #f6f6fa;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.inBlock .selectric {
  height: 46px;
  background-color: #f6f6fa;
  border: 1px solid #f6f6fa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.inBlock .selectric .label {
  margin: 0px;
  padding-left: 15px;
  padding-top: 9px;
  padding-right: 39px;
  padding-bottom: 9px;
  height: 46px;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 26px;
  color: #111133;
}

.inBlock .selectric .button {
  width: 40px;
  height: 44px;
  background-color: transparent;
}

.inBlock .selectric .button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 15px;
  width: 12px;
  height: 12px;
  font-family: "icomoon";
  font-size: 9px;
  line-height: 12px;
  color: #111133;
  text-align: center;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.inBlock .selectric .button::after {
  display: none;
}

@media (max-width: 767px) {
  .inBlock .selectric {
    height: 42px;
  }

  .inBlock .selectric .label {
    padding-top: 11px;
    padding-right: 35px;
    padding-bottom: 11px;
    height: 42px;
    font-size: 12px;
    line-height: 18px;
    color: #111133;
  }

  .inBlock .selectric .button {
    width: 36px;
    height: 40px;
  }

  .inBlock .selectric .button::before {
    right: 11px;
  }
}

.inBlock .selectric-items {
  width: 100% !important;
  padding-top: 15px;
  padding-bottom: 20px;
  background-color: white;
  background: white;
  border-top: none;
  border-left: 1px solid #e7e7eb;
  border-right: 1px solid #e7e7eb;
  border-bottom: 1px solid #e7e7eb;
  -webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  -ms-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.inBlock .selectric-items::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 8px;
  width: calc(100% - 16px);
  height: 1px;
  background-color: #e7e7eb;
}

.inBlock .selectric-items li {
  min-height: auto;
  padding: 0px 16px;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 26px;
  color: #111133;
  background-color: transparent;
}

.inBlock .selectric-items li + li {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .inBlock .selectric-items li {
    font-size: 12px;
    line-height: 18px;
    color: #111133;
  }

  .inBlock .selectric-items li + li {
    margin-top: 16px;
  }
}

.inBlock .selectric-open.selectric-below .selectric {
  background-color: white;
  border-color: #e7e7eb;
  border-bottom-color: transparent;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  -ms-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
}

.inBlock .selectric-open.selectric-above .selectric {
  background-color: white;
  border-color: #e7e7eb;
  border-top-color: transparent;
  -webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  -ms-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
}

.inBlock .selectric-open.selectric-above .selectric-items {
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: none;
  border-top: 1px solid #e7e7eb;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  -ms-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
}

.inBlock .selectric-open.selectric-above .selectric-items::before {
  top: auto;
  bottom: 0px;
}

.inBlock .selectric-open .button::before {
  -moz-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.attachBtn {
  position: relative;
  display: inline-block;
}

.attachBtn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  opacity: 0;
}

.attachBtn label {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 24px;
  color: #111133;
  cursor: pointer;
}

@media (max-width: 1329px) {
  .attachBtn label {
    font-size: 14px;
  }
}

.attachBtn label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -11px;
  font-family: "icomoon";
  font-size: 20px;
  color: #111133;
}

.radioBtn {
  position: relative;
}

.radioBtn input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
}

.radioBtn input:checked + label::after {
  opacity: 1;
}

.radioBtn label {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-family: "Raleway";
  font-size: 16px;
  line-height: 28px;
  color: white;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 767px) {
  .radioBtn label {
    line-height: 24px;
  }
}

.radioBtn label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.radioBtn label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 28px;
  height: 28px;
  border: 8px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

header {
  position: relative;
  background-color: #ffffff;
}

header .headerWrapper {
  height: 90px;
  display: flex;
  justify-content: space-between;
}

header .leftSide {
  padding-top: 0px;
  display: flex;
  align-items: center;
  margin-top: -3px;
}

header .rightSide {
  padding-top: 7px;
}

header .logoWrapper {
  position: relative;
  left: -39px;
  top: -1px;
}

header .openMenuBtn {
  margin-left: 42px;
}

header .showMD {
  display: none;
}

header.pageHeader {
  background-color: #212154;
}

.headerInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.headerInfo .loginBlock {
  margin-left: 33px;
  order: 2;
  margin-top: -2px;
}
.loginBlock .btnGrad{
  margin-right: 15px;
}

.headerInfo .navBlock {
  order: 1;
}

.headerInfo .menuBlock {
  width: 100%;
  margin-top: 7px;
  order: 3;
}

.navList {
  display: flex;
}

.navList > li > a {
  padding: 6px 0px;
  display: flex;
  align-items: center;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 18px;
  color: #111133;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.headerInfo .btnBorder {
  font-size: 18px;
}

/* .navList > li > a:hover {
  color: white;
} */

.navList > li [class*="icon"] {
  position: relative;
  top: 1px;
  margin-left: 10px;
  font-size: 9px;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.navList > li + li {
  margin-left: 28px;
}

.navList > li.active > a {
  color: white;
}

.navList > li.active [class*="icon"] {
  -moz-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.navList .dropdown {
  padding-right: 2px;
}

.navList .dropdown + .dropdown {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.navList .simpleMenu {
  position: relative;
}

.dropdownMenu {
  display: none;
  position: absolute;
  top: 100%;
  left: -40px;
  z-index: 7;
}

.navDropdownBlock {
  position: absolute;
  display: none;
  top: 100%;
  left: 0px;
  width: 100vw;
  z-index: 5;
}

.menuList {
  display: flex;
  justify-content: flex-end;
}

.menuList li > a,
.menuList li > span {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 26px;
  color: white;
  font-weight: 500;
}

.menuList li + li {
  margin-left: 40px;
}

.dropdownMenu {
  padding-top: 12px;
}

.dropdownMenu .inner {
  display: flex;
  padding: 20px 40px 28px;
  background-color: white;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1329px) {
  .dropdownMenu .inner {
    padding: 0px;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

.dropdownMenu .item {
  width: 180px;
}

.dropdownMenu .item + .item {
  margin-left: 40px;
}

.dropdownMenu .title {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #8b8da3;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dropdownMenu .title + ul {
  margin-top: 12px;
}

.dropdownMenu ul li a {
  display: inline-block;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 18px;
  color: #608eeb;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: #608eeb;
  -webkit-transition: text-decoration-color 0.3s;
  -moz-transition: text-decoration-color 0.3s;
  -o-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}

.dropdownMenu ul li a:hover {
  text-decoration-color: transparent;
}

.dropdownMenu ul li + li {
  margin-top: 16px;
}

.openMenuBtn {
  display: none;
  width: 27px;
  cursor: pointer;
}

.openMenuBtn span {
  position: relative;
  display: block;
  height: 1px;
  background-color: black;
  opacity: 1;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: opacity 0.3s, transform 0.3s, transform-origin 0.3s;
  -moz-transition: opacity 0.3s, transform 0.3s, transform-origin 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s, transform-origin 0.3s;
  transition: opacity 0.3s, transform 0.3s, transform-origin 0.3s;
}

.openMenuBtn span + span {
  margin-top: 8px;
}

.openMenuBtn.active span:nth-child(1) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform-origin: 1px 0px;
  -ms-transform-origin: 1px 0px;
  -webkit-transform-origin: 1px 0px;
  -o-transform-origin: 1px 0px;
  transform-origin: 1px 0px;
}

.openMenuBtn.active span:nth-child(2) {
  opacity: 0;
}

.openMenuBtn.active span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform-origin: 0px 1px;
  -ms-transform-origin: 0px 1px;
  -webkit-transform-origin: 0px 1px;
  -o-transform-origin: 0px 1px;
  transform-origin: 0px 1px;
}

.headerSection {
  background: radial-gradient(circle at top right, rgba(24, 96, 163, 0.5) 0%, #212154 100%), #212154;
}

.productsList .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.productsList .item:nth-child(odd) .productItem::before {
  right: 0px;
}

.productsList .item:nth-child(even) .productItem {
  padding-left: 40px;
}

.productsList .item:nth-child(even) .productItem img {
  margin-right: -80px;
}

.productsList .item:nth-child(even) .productItem::before {
  left: 0px;
}

.productItem {
  position: relative;
  padding-top: 40px;
  padding-bottom: 56px;
  height: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 1;
}

.productItem img {
  position: absolute;
  display: block;
  bottom: 20px;
  right: 20px;
}

.productItem .wrap + [class*="btn"] {
  margin-top: 28px;
}

.productItem .title {
  display: flex;
  align-items: flex-end;
}

.productItem .title + .subtitle {
  margin-top: 8px;
}

.productItem .subtitle + .content {
  margin-top: 12px;
}

.productItem .content {
  max-width: 420px;
  opacity: 0.8;
}

.productItem .note {
  position: absolute;
  display: block;
  left: 0px;
  bottom: 11px;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 20px;
  color: white;
  opacity: 0.5;
  white-space: nowrap;
}

.productItem::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100vw;
  z-index: -1;
}

.productItem.type1 {
  background-color: #05052b;
}

.productItem.type1 .name {
  color: #e83a21;
}

.productItem.type1::before {
  background-color: #05052b;
}

.productItem.type2 {
  background-color: #26317e;
}

.productItem.type2 .name {
  color: #608eeb;
}

.productItem.type2::before {
  background-color: #26317e;
}

.productItem.type3 {
  background-color: #1d5c86;
}

.productItem.type3 .name {
  color: #16f2d7;
}

.productItem.type3::before {
  background-color: #1d5c86;
}

.productItem.type4 {
  background-color: #451669;
}

.productItem.type4 .name {
  color: #eecd56;
}

.productItem.type4::before {
  background-color: #451669;
}

.startScreen {
  position: relative;
  padding-top: 156px;
  padding-bottom: 44px;
  z-index: 1;
  background-image: url(/upload/images/start-bg.png);
  background-size: cover;

}

.startScreen .wrapper {
  max-width: 603px;
}

.startScreen .wrapper + .demoBlock {
  margin-top: 60px;
}

.startScreen .titleContainer + .contentContainer {
  margin-top: 20px;
}

.startScreen .contentContainer {
  color: #d3d5e4;
}

.startScreen .contentContainer .textBlock p,
.startScreen .contentContainer .textBlock span {
  color: inherit;
}

.startScreen .demoBlock + .clientsBlock {
  margin-top: 101px;
}

.startScreen .img {
  position: absolute;
  top: 65px;
  right: 50%;
  margin-right: -796px;
  width: 776px;
  z-index: -1;
}

.startScreen .img svg {
  width: 100%;
}

.demoBlock {
  display: flex;
  align-items: center;
}

.demoBlock [class*="btn"] + span {
  margin-left: 20px;
}

.demoBlock span {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 18px;
  color: #a2a5bd;
  letter-spacing: 0.02em;
}

.clientsBlock .title {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #707092;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.clientsBlock .title + .wrap {
  margin-top: 32px;
}

.clientsBlock .clientsSlider {
  display: flex;
}

.clientsBlock .clientsSlider .owl-stage {
  display: flex !important;
  align-items: center;
}

.clientsBlock .clientsSlider img {
  max-width: 100%;
  margin: 0 auto;
  width: auto;
}

.clientsBlock .clientsSlider img.md {
  display: none;
}

.contentSection {
  padding-top: 115px;
  /* padding-bottom: 120px; */
}

.manageSection .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.manageSection .rightSide {
  max-width: 510px;
}

.manageSection .titleContainer + .contentContainer {
  margin-top: 8px;
}

.manageSection + .dataSection {
  margin-top: 190px;
}

.manageImg {
  width: 730px;
}

.manageImg.md,
.manageImg.sm {
  display: none;
}

.dataSection .wrapper {
  display: flex;
  justify-content: space-between;
}

.dataSection .leftSide {
  max-width: 510px;
  padding-top: 4px;
}

.dataSection .titleContainer + .contentContainer {
  margin-top: 8px;
}

.dataSection .info + .img {
  margin-top: 40px;
}

.dataSection .img {
  position: relative;
  left: -10px;
}

.dataSection .dataDemo {
  position: relative;
  top: -3px;
  right: -167px;
}

.dataSection + .cycleSection {
  margin-top: 195px;
}

.iconsImg {
  width: 534px;
}

.dataDemo {
  position: relative;
  width: 595px;
  z-index: 1;
}

.dataDemo::before {
  content: "";
  display: block;
  position: absolute;
  top: -41px;
  right: -42px;
  width: 919px;
  height: 553px;
  background-image: url(../../img/slider_back.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.dataDemo::after {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  right: -22px;
  width: 644px;
  height: 414px;
  background-image: url(../../img/slider.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.dataSlider .item {
  width: 595px;
}

.dataSlider .item img {
  width: 100%;
  height: auto;
}

.dataSlider .slickSliderDots {
  margin-top: 153px;
  padding-left: 10px;
  justify-content: flex-start;
}

.slickSliderDots {
  display: flex;
  justify-content: center;
}

.slickSliderDots li {
  width: 40px;
  height: 6px;
  background-color: #212154;
  opacity: 0.2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.slickSliderDots li button {
  font-size: 0px;
  line-height: 0px;
}

.slickSliderDots li.slick-active,
.slickSliderDots li:hover {
  opacity: 1;
}

.slickSliderDots li + li {
  margin-left: 8px;
}

.cycleSection {
  position: relative;
  z-index: 1;
}

.cycleSection .titleContainer {
  position: relative;
  max-width: 950px;
  margin: 0px auto;
  padding-left: 115px;
  text-align: center;
  z-index: 1;
}

.cycleSection .titleContainer::before {
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: -45px;
  width: 208px;
  height: 208px;
  background: #e8403a;
  background: -moz-linear-gradient(top, #e8403a 0%, rgba(232, 64, 58, 0.1) 100%);
  background: -webkit-linear-gradient(top, #e8403a 0%, rgba(232, 64, 58, 0.1) 100%);
  background: linear-gradient(to bottom, #e8403a 0%, rgba(232, 64, 58, 0.1) 100%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}

.cycleSection .titleContainer + .contentContainer {
  margin-top: 78px;
}

.cycleSection .cycleWrapper + .noteBlock {
  margin-top: 105px;
}

.cycleSection::before {
  /* content: ""; */
  display: block;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -663px;
  width: 146px;
  height: 146px;
  background: #eecd55;
  background: -moz-linear-gradient(top, #eecd55 0%, rgba(238, 205, 85, 0.1) 100%);
  background: -webkit-linear-gradient(top, #eecd55 0%, rgba(238, 205, 85, 0.1) 100%);
  background: linear-gradient(to bottom, #eecd55 0%, rgba(238, 205, 85, 0.1) 100%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}

.platformSection {
  margin: 100px 0;
}
.small-info{
  padding-bottom: 80px;
  max-width: 1068px;
  margin: 0 auto;
}
.small-info .container{
  width: auto;
  max-width: 1310px;
}
.small-info__inner{
  text-align: center;
}
.small-info__inner img{
  margin-bottom: 20px;
}
.small-info__inner p{
  margin-bottom: 30px;
  line-height: 34px;
  font-size: 22px;
  font-family: "Open Sans";
}
.cycleBlock {
  position: relative;
}

.cycleBlock .img {
  position: relative;
  left: 110px;
}

.cycleBlock .img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 110px;
  width: 48px;
  height: 48px;
  background-color: #9fe4f3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.cycleBlock .title {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #111133;
  font-weight: bold;
}

.cycleBlock .title + .content {
  margin-top: 8px;
}

.cycleBlock .content {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 26px;
}

.cycleBlock .content span {
  display: block;
}

.cycleBlock .list li {
  position: absolute;
}

.cycleBlock .list li:nth-child(1) {
  left: 46px;
  bottom: 58px;
  text-align: right;
}

.cycleBlock .list li:nth-child(2) {
  right: 215px;
  bottom: 233px;
}

.cycleBlock .list li:nth-child(3) {
  right: 137px;
  top: 339px;
}

.cycleBlock .list li:nth-child(4) {
  right: 150px;
  top: 80px;
}

.cycleBlock .list li:nth-child(5) {
  left: 113px;
  top: 159px;
  text-align: right;
}

.cycleBlock .list li:nth-child(6) {
  left: -15px;
  top: 379px;
  text-align: right;
}

.cycleImg {
  width: 1250px;
}

.noteBlock {
  position: relative;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 91px 60px;
  font-size: 26px;
  line-height: 40px;
  color: #111133;
  font-weight: 500;
  text-align: center;
  background-color: #f6f6fa;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
}

.noteBlock .img {
  position: absolute;
  top: -35px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}

.platformSection .titleContainer + .contentContainer {
  margin-top: 40px;
}

.platformSection + .toolsSection {
  margin-top: 135px;
}

.platformList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 41px;
  row-gap: 76px;
}

.platformItem {
  position: relative;
  padding-left: 69px;
}

.platformItem .num {
  position: absolute;
  display: block;
  top: -2px;
  left: 0px;
  font-family: "PF Agora Sans Pro";
  font-size: 40px;
  line-height: 1;
  color: #dce5f7;
  font-weight: bold;
}

.platformItem .title + .info {
  margin-top: 8px;
}

.platformItem .info + .outLink {
  margin-top: 12px;
}

.toolsSection .titleContainer {
  /* max-width: 800px; */
  text-align: center;
}

.toolsSection .titleContainer + .contentContainer {
  margin-top: 40px;
}

.toolsSection + .newsSection {
  margin-top: 120px;
}

.toolsList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.toolsList .item:nth-child(1) {
  grid-column: 1/3;
}

.toolsList .item:nth-child(2) {
  grid-column: 3;
  grid-row: 1/2;
}

.toolsList .item:nth-child(5) {
  grid-column: 1/3;
}
.toolsList .item:nth-child(6) {
  grid-column: 3/3;
grid-row: 2/4;
}

.toolsList .item:nth-child(7) {
  grid-column: 1/3;
}
.requestBlock-main{
  margin-top: 120px;
}

.weWork{
  padding: 130px 0 0px;
}
.weWork .title.fourthCap{
  font-size: 20px;
}
  .weWork .button {
    margin: 80px auto 0px;
    display: block;
    background: unset;
    background-color: #e9edff;
    color: #608eeb;
    text-align: center;
    border-radius: 5px;
    width: 95%;
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
  }

.toolItem {
  position: relative;
  width: 100% !important;
  min-height: 340px;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.toolItem .wrap {
  max-width: 320px;
}

.toolItem .title + .content {
  margin-top: 6px;
}

.toolItem .content p {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 22px;
  color: #111133;
}

.toolItem .content p.invert {
  color: black;
}

.toolItem img {
  position: absolute;
}

.toolItem.type1 {
  background-color: #9fe4f3;
}

.toolItem.type2 {
  background-color: transparent;
  border: 1px solid #d7d7d7;
  border-radius: 20px;
  background-image: url(/upload/images/card2.svg);
  justify-content: flex-start;
}

.toolItem.type3 {
  background-color: rgba(161, 200, 235, 0.23);
}

.toolItem.type4 {
  background-image: url(/upload/images/card4.png);
  justify-content: flex-start;
  background-size: cover;
}
.toolItem.type4 .fourthCap,
.toolItem.type4 .content p.invert {
  color: white;
}

.toolItem.type5 {
  background-color: white;
  border: 1px solid #d7d7d7;
}

.toolItem.type5 .wrap {
  max-width: 360px;
}

.toolItem.type6 {
   background-image: url(/upload/images/card5.png);
  justify-content: flex-start;

}

.toolItem.type7 {
  background-image: url(../../img/card-back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.toolItem.type7 .wrap {
  max-width: 360px;
}

.toolItem.top img {
  top: 0px;
  right: 0px;
}

.toolItem.left img {
  top: 0px;
  right: 0px;
}

.toolItem.right .wrap {
  margin-left: auto;
}

.toolItem.right img {
  top: 0px;
  left: 0px;
}

.newsSection .titleContainer + .contentContainer {
  margin-top: 40px;
}

.newsList {
  padding-right: 40px;
}

.newsList .owl-dots {
  margin-top: 61px;
  padding-left: 40px;
  display: flex;
  justify-content: center;
}

.newsList .owl-dots .owl-dot {
  width: 40px;
  height: 6px;
  background-color: #212154;
  opacity: 0.2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.newsList .owl-dots .owl-dot.active,
.newsList .owl-dots .owl-dot:hover {
  opacity: 1;
}

.newsList .owl-dots .owl-dot + .owl-dot {
  margin-left: 8px;
}

.newsItem .logo {
  width: 136px;
  display: flex;
  align-items: center;
}

.newsItem .logo img {
  width: 100% !important;
}

.newsItem .logo + .date {
  margin-top: 12px;
}

.newsItem .date {
  display: block;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 22px;
  color: #8b8da3;
}

.newsItem .date + .title {
  margin-top: 12px;
}

.newsItem .title + .content {
  margin-top: 12px;
}

.newsItem .content {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 22px;
  color: #111133;
}

.newsItem .content + .moreLink {
  margin-top: 12px;
}

.viewSection {
  padding-top: 78px;
  padding-bottom: 80px;
}
.footer-flex{
  display: flex;
align-items: center;
background-color: #F5F5F5;
padding-right: 25px;
}
.footer-inf{
  text-align: left;
  padding: 0 25px;
  max-width: 55%;
}
.viewSection .wrapper {
  /* max-width: 620px; */
  margin: 0px auto;
  text-align: center;
}

.viewSection .logo + .title {
  margin-top: 36px;
}

.viewSection .title + .info {
  margin-top: 12px;
}

.viewSection .info + [class*="btn"] {
  margin-top: 40px;
}

.errorSection {
  padding-top: 80px;
}

.errorSection .wrapper {
  max-width: 870px;
  margin: 0px auto;
  text-align: center;
}

.errorSection .name {
  display: block;
  font-size: 22px;
  line-height: 34px;
  color: #8b8da3;
  font-weight: 500;
  font-feature-settings: "pnum" on, "lnum" on;
}

.errorSection .name + .title {
  margin-top: 16px;
}

.errorSection .title + .info {
  margin-top: 20px;
}

.errorSection .info + .links {
  margin-top: 40px;
}

.errorSection .links {
  display: flex;
  justify-content: center;
}

.errorSection .links li {
  position: relative;
}

.errorSection .links li a {
  font-size: 22px;
  line-height: 34px;
}

.errorSection .links li + li {
  margin-left: 48px;
}

.errorSection .links li + li::before {
  content: "";
  display: block;
  position: absolute;
  right: calc(100% + 21px);
  top: 50%;
  margin-top: -1.5px;
  width: 3px;
  height: 3px;
  background-color: #d3d5e4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.errorSection .img {
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.errorSection .img img {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.errorSection .error404 {
  margin-top: 80px;
}

.errorSection .error500 {
  margin-top: 60px;
}

.aboutSection {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.aboutSection .wrapper {
  max-width: 840px;
  height: 660px;
  margin: 0px auto;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.aboutSection .titleContainer + .contentContainer {
  margin-top: 12px;
}

.aboutSection .imgSm {
  display: none;
}

.historySection {
  padding: 60px 0px;
}

.historySection .wrapper {
  max-width: 840px;
  margin: 0px auto;
}

.historySection .titleContainer + .contentContainer {
  margin-top: 40px;
}

.historyList .historyItem + .historyItem {
  margin-top: 60px;
}

.historyItem {
  position: relative;
  display: flex;
}

.historyItem .date {
  width: 220px;
  flex-shrink: 0;
}

.historyItem .content {
  flex-grow: 1;
}

.historyItem .mark {
  position: absolute;
  top: -18px;
  right: calc(100% + 40px);
  width: 70px;
}

.clientsSection {
  padding-top: 60px;
  padding-bottom: 105px;
}

.clientsSection .wrapper {
  max-width: 1440px;
  margin: 0px auto;
  padding: 0px 15px;
}

.clientsSection .titleContainer {
  text-align: center;
}

.clientsSection .titleContainer + .contentContainer {
  margin-top: 60px;
}

.clientsList {
  display: flex;
  flex-wrap: wrap;
  margin: -23px -21px;
  justify-content: center;
}

.clientsList .item {
  padding: 23px 21px;
}

.clientItem {
  position: relative;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}

.clientItem .img {
  position: relative;
  top: 0px;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}

.clientItem .img img {
  width: 100%;
}

.clientItem .img + .link {
  margin-top: -13px;
}

.clientItem .link {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.clientItem::before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: -30px;
  width: calc(100% + 60px);
  height: 180px;
  background-color: white;
  -webkit-box-shadow: 0px 16px 30px -10px rgba(58, 58, 116, 0.15), 0px 20px 60px -20px rgba(58, 58, 116, 0.15);
  -moz-box-shadow: 0px 16px 30px -10px rgba(58, 58, 116, 0.15), 0px 20px 60px -20px rgba(58, 58, 116, 0.15);
  box-shadow: 0px 16px 30px -10px rgba(58, 58, 116, 0.15), 0px 20px 60px -20px rgba(58, 58, 116, 0.15);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
}

.clientItem:hover .img {
  top: -18px;
}

.clientItem:hover .link {
  opacity: 1;
}

.clientItem:hover::before {
  opacity: 1;
}

.innerPage {
  padding-top: 20px;
}

.innerPage .breadcrumbs {
  margin-bottom: 20px;
}

.postInfo {
  display: flex;
  margin-right: -31px;
}

.postInfo li {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 22px;
  color: #a2a5bd;
  margin-right: 31px;
  margin-top: 10px;
}

.postInfo li [class*="icon"] {
  margin-right: 8px;
  font-size: 16px;
}

.postInfo li::after {
  content: "/";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(100% + 12px);
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 22px;
  color: #dddeea;
}

.postInfo li:last-child:after {
  display: none;
}

.blogSection {
  padding-top: 32px;
  padding-bottom: 140px;
}

.blogSection .breadcrumbs {
  margin-bottom: 52px;
}

.blogSection .contentBlockSm {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}

.blogSection .contentWrapper {
  max-width: 1326px;
  margin-left: auto;
  margin-right: auto;
}

.blogSection .titleContainer .title + .info {
  margin-top: 6px;
}

.blogSection .titleContainer + .contentContainer {
  margin-top: 40px;
}

.blogSection .textBlock .note {
  max-width: 642px;
  margin-left: auto;
  margin-right: auto;
}

.blogSection .secCap + *,
.blogSection .thirdCap + * {
  margin-top: 20px;
}

.blogSection .fourthCap + * {
  margin-top: 10px;
}

.blogSection .fifthCap + * {
  margin-top: 12px;
}

.blogSection .sixthCap + * {
  margin-top: 8px;
}

.blogSection .markedList,
.blogSection .numList {
  max-width: 642px;
}

.blogSection * + .secCap {
  margin-top: 92px;
}

.blogSection * + .thirdCap {
  margin-top: 52px;
}

.blogSection * + .fourthCap {
  margin-top: 60px;
}

.blogSection * + .fifthCap {
  margin-top: 60px;
}

.blogSection * + .sixthCap {
  margin-top: 60px;
}

.blogSection * + .imageTemplate {
  margin-top: 52px;
}

.blogSection * + .linksList {
  margin-top: 78px;
}

.blogSection * + .noteTemplate {
  margin-top: 80px;
}

.blogSection * + .withNote {
  margin-top: 60px;
}

.blogSection * + .galleryTemplate {
  margin-top: 60px;
}

.blogSection * + .quoteBlock {
  margin-top: 110px;
}

.blogSection * + .sliderTemplate {
  margin-top: 80px;
}

.blogSection * + .tableBlock {
  margin-top: 88px;
}

.blogSection * + .tabsBlock {
  margin-top: 80px;
}

.blogSection * + .linksMenu {
  margin-top: 80px;
}

.blogSection * + .pagination {
  margin-top: 80px;
}

.blogSection * + .formTemplate {
  margin-top: 180px;
}

.blogSection .formTemplate + * {
  margin-top: 120px;
}

.blogSection .tabsOptions {
  display: none;
}

.blogSection .pagination + * {
  margin-top: 180px;
}

.blogSection .paginationSm {
  display: none;
}

.imageTemplate img {
  width: 100%;
}

.imageTemplate .cap {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 22px;
  color: #a1a1b9;
}

.imageTemplate .cap a {
  color: #608eeb;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.3s;
  -moz-transition: text-decoration-color 0.3s;
  -o-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}

.imageTemplate .cap a:hover {
  text-decoration-color: #608eeb;
}

.imageTemplate + * {
  margin-top: 52px;
}

.linksList {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
}

.linksList .col {
  width: 334px;
}

.linksList .item + .item {
  margin-top: 48px;
}

.linksList .title + ul {
  margin-top: 6px;
}

.linksList ul li + li {
  margin-top: 16px;
}

.linksList + * {
  margin-top: 80px;
}

.noteTemplate {
  padding: 60px 114px;
  font-size: 26px;
  line-height: 40px;
  color: #111133;
  font-weight: 500;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  background-color: #f6f6fa;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
}

.noteTemplate + * {
  margin-top: 60px;
}

.withNote {
  position: relative;
  margin-left: max(calc((100% - 870px) / 2), 0px);
}

.withNote .wrapper {
  display: flex;
  align-items: center;
}

.withNote .content {
  max-width: 640px;
}

.withNote .content + .note {
  margin-left: 44px;
}

.withNote .note {
  width: 404px;
  padding-left: 28px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 30px;
  color: #111133;
  border-left: 4px solid #d0d5ec;
}

.withNote + * {
  margin-top: 60px;
}

.galleryTemplate {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px;
}

.galleryTemplate .img {
  height: 420px;
}

.galleryTemplate .img img {
  height: 100%;
  object-fit: cover;
}

.galleryTemplate + * {
  margin-top: 60px;
}

.remarkBlock {
  display: flex;
}

.remarkBlock .remark {
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 18px;
  color: #a1a1b9;
}

.remarkBlock .remark span {
  color: #e83a21;
}

.remarkBlock .remark.sm {
  width: 300px;
  flex-shrink: 0;
}

.remarkBlock .remark + .remark {
  margin-left: 42px;
}

.quoteBlock {
  position: relative;
  padding-top: 70px;
  padding-bottom: 60px;
  padding-right: 114px;
  background-color: #f6f6fa;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
}

.quoteBlock::before,
.quoteBlock::after {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 53.5px;
  height: 80px;
}

.quoteBlock::before {
  right: 32px;
  background-image: url(../../img/quote_1.svg);
  background-position: left top;
  background-repeat: no-repeat;
}

.quoteBlock::after {
  right: -32px;
  background-image: url(../../img/quote_2.svg);
  background-position: left top;
  background-repeat: no-repeat;
}

.quoteBlock .wrap {
  display: flex;
  max-width: 950px;
  margin-left: 230px;
}

.quoteBlock .img {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.quoteBlock .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quoteBlock .img + .content {
  margin-left: 40px;
}

.quoteBlock .quote {
  font-size: 26px;
  line-height: 40px;
  color: #111133;
  font-weight: 500;
}

.quoteBlock .quote + .author {
  margin-top: 12px;
}

.quoteBlock .author {
  display: block;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 26px;
  color: #8b8da3;
}

.quoteBlock + * {
  margin-top: 60px;
}

.sliderTemplate {
  position: relative;
  max-width: 1182px;
  margin-left: auto;
  margin-right: auto;
}

.sliderTemplate .item {
  width: 100%;
}

.sliderTemplate .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sliderTemplate .owl-nav .owl-prev,
.sliderTemplate .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  font-size: 30px !important;
  color: #212154;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}

.sliderTemplate .owl-nav .owl-prev:hover,
.sliderTemplate .owl-nav .owl-next:hover {
  color: #111133;
}

.sliderTemplate .owl-nav .owl-prev {
  right: calc(100% + 36px);
}

.sliderTemplate .owl-nav .owl-next {
  left: calc(100% + 36px);
}

.sliderTemplate .owl-dots {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.sliderTemplate .owl-dots .owl-dot {
  width: 40px;
  height: 6px;
  background-color: #212154;
  opacity: 0.2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.sliderTemplate .owl-dots .owl-dot.active,
.sliderTemplate .owl-dots .owl-dot:hover {
  opacity: 1;
}

.sliderTemplate .owl-dots .owl-dot + .owl-dot {
  margin-left: 8px;
}

.sliderTemplate + * {
  margin-top: 88px;
}

.tableBlock .title {
  display: block;
  font-size: 26px;
  line-height: 34px;
  color: #111133;
  font-weight: 700;
}

.tableBlock .title + .table {
  margin-top: 40px;
}

.tableBlock + * {
  margin-top: 120px;
}

.tableTemplate {
  width: 100%;
  display: table;
}

.tableTemplate .tableHead {
  display: table-row;
}

.tableTemplate .tableHead .tableCell {
  padding-bottom: 11px;
  font-family: "Raleway";
  font-size: 16px;
  line-height: 24px;
  color: #111133;
  font-weight: 700;
  font-feature-settings: "pnum" on, "lnum" on;
  border-bottom: 1px solid #1586c5;
}

.tableTemplate .tableBody {
  display: table-row-group;
}

.tableTemplate .tableRow {
  display: table-row;
}

.tableTemplate .tableRow .tableCell {
  padding-top: 29px;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 26px;
  color: #111133;
}

.tableTemplate .tableRow:not(:last-child) .tableCell {
  padding-bottom: 32px;
}

.tableTemplate .tableRow + .tableRow .tableCell {
  border-top: 1px dashed #1586c5;
}

.tableTemplate .tableCell {
  display: table-cell;
}

.tableTemplate .tableCell:not(:last-child) {
  padding-right: 43px;
}

.tableTemplate .tableCell.type {
  width: 228px;
}

.tableTemplate .tableCell.date {
  width: 228px;
}

.tableTemplate .tableCell.cap {
  width: 458px;
}

.tabsBlock + * {
  margin-top: 80px;
}

.tabsTemplate .tabContent {
  display: none;
  padding-top: 16px;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.tabsTemplate .tabContent.active {
  display: block;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.tabsList {
  display: flex;
}

.tabsList ul {
  display: flex;
  border-bottom: 4px solid #0546c910;
}

.tabsList ul li {
  position: relative;
  flex-shrink: 0;
}

.tabsList ul li .tabEl {
  display: block;
  font-family: "Open Sans";
  font-size: inherit;
  line-height: inherit;
  color: #111133;
  -webkit-transition: font-weight 0.3s, color 0.3s;
  -moz-transition: font-weight 0.3s, color 0.3s;
  -o-transition: font-weight 0.3s, color 0.3s;
  transition: font-weight 0.3s, color 0.3s;
}

.tabsList ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 4px;
  background-color: #111133;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.tabsList ul li.active .tabEl,
.tabsList ul li.ui-state-active .tabEl {
  font-weight: 600;
  color: #111133;
}

.tabsList ul li.active::before,
.tabsList ul li.ui-state-active::before {
  opacity: 1;
}

.tabsList ul li:hover .tabEl {
  color: #111133;
}

.tabsList.lg li {
  font-size: 24px;
  line-height: 32px;
}

.tabsList.lg li .tabEl {
  padding-bottom: 10px;
}

.tabsList.lg li + li {
  margin-left: 40px;
}

.tabsList.sm li {
  font-size: 18px;
  line-height: 24px;
}

.tabsList.sm li .tabEl {
  padding-bottom: 12px;
}

.tabsList.sm li + li {
  margin-left: 32px;
}

.productsSection .titleContainer + .contentContainer {
  margin-top: 31px;
}

.productsBlock {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.teamSection {
  padding-top: 100px;
  padding-bottom: 116px;
}

.teamSection .titleContainer {
  text-align: center;
}

.teamSection .titleContainer + .contentContainer {
  margin-top: 28px;
}

.teamSection .tabsOptions {
  display: none;
}

.tabsTemplate3 .tabsList {
  display: flex;
  justify-content: center;
}

.tabsTemplate3 .tabsList li {
  min-width: 200px;
  text-align: center;
  border-bottom: 4px solid #e9edff;
}

.tabsTemplate3 .tabsList li .tabEl {
  position: relative;
  display: block;
  padding-bottom: 12px;
  font-family: "Open Sans";
  font-size: 24px;
  line-height: 32px;
  color: #8b8da3;
  font-weight: 400;
  -webkit-transition: font-weight 0.3s, color 0.3s;
  -moz-transition: font-weight 0.3s, color 0.3s;
  -o-transition: font-weight 0.3s, color 0.3s;
  transition: font-weight 0.3s, color 0.3s;
}

.tabsTemplate3 .tabsList li .tabEl::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: calc(100% - 54px);
  height: 4px;
  background-color: #212154;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.tabsTemplate3 .tabsList li .tabEl:hover {
  color: #212154;
}

.tabsTemplate3 .tabsList li.ui-state-active,
.tabsTemplate3 .tabsList li.active {
  cursor: default;
}

.tabsTemplate3 .tabsList li.ui-state-active a,
.tabsTemplate3 .tabsList li.active a {
  font-weight: 600;
  color: #212154;
  cursor: default !important;
}

.tabsTemplate3 .tabsList li.ui-state-active a::before,
.tabsTemplate3 .tabsList li.active a::before {
  opacity: 1;
}

.tabsTemplate3 .tabContent {
  padding-top: 60px;
}

.productBanner {
  position: relative;
  z-index: 1;
}
.productBanner.type11{
  background-color: #26317E;
}
.productBanner .firstCap{
  font-size: 44px;
}
.productBanner .fourthCap.invert{
  font-size: 20px;
  color: white;
}

.productBanner .productBannerImg {
  position: absolute;
  display: block;
  right: 50%;
  margin-right: -650px;
  top: 50%;
  margin-top: -240px;
  z-index: -1;
}

.productBanner .bannerWrapper {
  min-height: 500px;
  padding-top: 20px;
  padding-bottom: 62px;
  display: flex;
  flex-direction: column;
}

.productBanner .breadcrumbs + * {
  margin-top: 32px;
}

.productBanner .wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding-left: 110px;
}

.productBanner .titleContainer + .contentContainer {
  margin-top: 12px;
}

.productBanner .title + .subtitle {
  margin-top: 12px;
}

.productBanner .contentContainer {
  max-width: 510px;
  opacity: 0.8;
}

.productBanner .btnContainer {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.productBanner .note {
  display: block;
  margin-left: 40px;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 22px;
  color: white;
  opacity: 0.5;
  white-space: nowrap;
}

.productBanner .backLink {
  position: absolute;
  top: 7px;
  left: 1px;
}

.productBanner.type1 {
  background-color: #05052b;
}

.productBanner.type1 .name {
  color: #e83a21;
}

.productBanner.type2 {
  background-color: #26317e;
}

.productBanner.type2 .name {
  color: #608eeb;
}

.productBanner.type3 {
  background-color: #1d5c86;
}

.productBanner.type3 .name {
  color: #16f2d7;
}

.productBanner.type4 {
  background-color: #451669;
}

.productBanner.type4 .name {
  color: #eecd56;
}

.productBanner + .advantagesSection {
  margin-top: 80px;
}

.whomSection {
  padding-top: 142px;
}

.whomSection .wrapper {
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.whomSection .item {
  max-width: 400px;
}

.whomSection.lg {
  padding-top: 100px;
}

.whomSection.lg .wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.whomSection + * {
  margin-top: 120px;
}

.whomItem .img {
  position: relative;
  width: 290px;
  z-index: 1;
}

.whomItem .img .image {
  width: 100%;
}

.whomItem .img .back {
  position: absolute;
  z-index: -1;
}

.whomItem .img .front {
  position: absolute;
}

.whomItem .img.type1 .back {
  top: -60px;
  left: -77px;
}

.whomItem .img.type1 .front {
  top: -34px;
  right: -42px;
}

.whomItem .img.type2 .back {
  top: 32px;
  left: -80px;
  z-index: 1;
}

.whomItem .img + .title {
  margin-top: 24px;
}

.whomItem .title + .content {
  margin-top: 12px;
}

.whomItem.sm {
  text-align: center;
}

.whomItem.sm .img {
  width: 100%;
  height: auto;
}

.whomItem.sm .img img {
  width: 100%;
}

.whomItem.sm .img + .title {
  margin-top: 20px;
}

.whomItem.sm .title + .content {
  margin-top: 8px;
}

* + .descriptionBlock {
  margin-top: 120px;
}

.descriptionBlock {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px;
  display: flex;
  justify-content: center;
  background-color: #f5f6fa;
}

.descriptionBlock .title {
  width: 510px;
}

.descriptionBlock .content {
  width: 510px;
  margin-left: 40px;
  padding-top: 12px;
}

.descriptionBlock + * {
  margin-top: 120px;
}

* + .respSection {
  margin-top: 120px;
}

.respSection .titleContainer {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.respSection .titleContainer + .contentContainer {
  margin-top: 62px;
}

.respSection .wrapper {
  display: flex;
  align-items: center;
}

.respSection .img + .content {
  margin-left: 70px;
}

.respSection .content {
  width: 510px;
}

.respSection + * {
  margin-top: 120px;
}

* + .requestBlock {
  margin-top: 120px;
}

.requestBlock {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 29px 55px;
  display: flex;
  align-items: center;
  background-color: #f5f6fa;
}

.requestBlock .logo {
  flex-shrink: 0;
}

.requestBlock .logo + .content {
  margin-left: 60px;
}

.requestBlock .content {
  max-width: 580px;
  flex-shrink: 0;
}

.requestBlock .content + [class*="btn"] {
  margin-left: auto;
}

.requestBlock .title + .info {
  margin-top: 12px;
}

.requestBlock [class*="btn"] {
  flex-shrink: 0;
}

.requestBlock + * {
  margin-top: 120px;
}

* + .advantagesSection {
  margin-top: 120px;
}

.advantagesSection .titleContainer + .contentContainer {
  margin-top: 20px;
}

.advantagesSection .noteBlock {
  margin-top: 160px;
}

.advantagesSection + * {
  margin-top: 120px;
}

.advantagesList {
  display: grid;
  grid-template-columns: repeat(4, 270px);
  gap: 60px;
}

.advantagesList.sm {
  grid-template-columns: repeat(3, 360px);
  gap: 80px;
}

.advantageItem {
  position: relative;
  padding-top: 86px;
  z-index: 1;
}

.advantageItem .num {
  position: absolute;
  display: block;
  top: -15px;
  left: 0px;
  font-family: "PF Agora Sans Pro";
  font-size: 174px;
  line-height: 1;
  color: #f1f3f8;
  font-weight: 400;
  z-index: -1;
}

.advantageItem .title + .content {
  margin-top: 12px;
}

* + .productDescription {
  margin-top: 120px;
}

.productDescription .titleContainer .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.productDescription .titleContainer + .contentContainer {
  margin-top: 60px;
}

.productDescription .info {
  padding-top: 12px;
}

.productDescription .contentContainer .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 580px);
  gap: 80px;
}

.productDescription + * {
  margin-top: 120px;
}

.descriptionCard {
  display: flex;
}

.descriptionCard .img {
  flex-shrink: 0;
}

.descriptionCard .img + .wrap {
  margin-left: 40px;
}

.descriptionCard .title + .content {
  margin-top: 16px;
}

.descriptionCard .content .text + .text {
  margin-top: 16px;
}

* + .researchSection {
  margin-top: 120px;
}

.researchSection .titleContainer + .contentContainer {
  margin-top: 40px;
}

.researchSection + * {
  margin-top: 120px;
}

.researchList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 41px;
  row-gap: 61px;
}

.researchItem {
  position: relative;
  padding-left: 72px;
}

.researchItem .num {
  position: absolute;
  display: block;
  top: -2px;
  left: 0px;
  font-family: "PF Agora Sans Pro";
  font-size: 40px;
  line-height: 1;
  color: #c8d5f0;
  font-weight: bold;
}

.researchItem .title + .info {
  margin-top: 12px;
}

* + .resultSection {
  margin-top: 120px;
}

.resultSection {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 66px;
  background-color: #e9edfd;
}

.resultSection .titleContainer {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.resultSection .titleContainer + .contentContainer {
  margin-top: 60px;
}

.resultSection + * {
  margin-top: 120px;
}

.resultList .resultItem + .resultItem {
  margin-top: 33px;
}

.resultItem {
  display: flex;
  align-items: center;
}

.resultItem .wrap {
  max-width: 400px;
}

.resultItem .imgWrap {
  margin-left: 40px;
  margin-right: 40px;
  width: 730px;
  height: 460px;
}

.resultItem .imgWrap .in {
  position: relative;
  width: 730px;
  height: 460px;
  z-index: 1;
}

.resultItem .imgWrap .back {
  position: absolute;
  z-index: -1;
}

.resultItem .imgWrap .img {
  position: absolute;
  z-index: 1;
}

.resultItem .imgWrap.lg {
  width: 744px;
  height: 478px;
}

.resultItem .imgWrap.lg .in {
  width: 744px;
  height: 478px;
}

.resultItem .imgWrap.type1 .back {
  top: 0px;
  left: 0px;
}

.resultItem .imgWrap.type1 .img {
  top: 42px;
  left: 52px;
}

.resultItem .imgWrap.type2 .back {
  top: 92px;
  left: 0px;
}

.resultItem .imgWrap.type2 .img {
  top: 37px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}

.resultItem .imgWrap.type3 .back {
  top: 0px;
  left: 22px;
}

.resultItem .imgWrap.type3 .img {
  bottom: 33px;
  left: 61px;
}

.resultItem .imgWrap.type4 .back {
  top: 13px;
  left: 0px;
}

.resultItem .imgWrap.type4 .img {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

.resultItem .imgWrap.type5 .back {
  top: 5px;
  left: 0px;
}

.resultItem .imgWrap.type5 .img {
  height: 388px;
  top: 32px;
  left: 52px;
}

.resultItem .imgWrap.type6 .back {
  top: 0px;
  right: 0px;
}

.resultItem .imgWrap.type6 .img {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

.resultItem .imgWrap.type7 .back {
  top: 92px;
  left: 0px;
}

.resultItem .imgWrap.type7 .img {
  top: 37px;
  right: 30px;
}

.resultItem .imgWrap.type8 .back {
  top: 0px;
  left: 10px;
}

.resultItem .imgWrap.type8 .img {
  left: 51px;
  bottom: 47px;
}

.resultItem .imgWrap.type9 .back {
  top: 92px;
  left: 0px;
}

.resultItem .imgWrap.type9 .img {
  top: 37px;
  right: 30px;
}

.resultItem .imgWrap.type9 .back {
  top: 0px;
  left: 0px;
}

.resultItem .imgWrap.type9 .img {
  top: 42px;
  left: 52px;
}

.resultItem .img {
  position: relative;
  height: 360px;
  width: 600px;
  padding: 10px;
  -webkit-box-shadow: 0px 20px 30px -12px rgba(67, 71, 88, 0.2);
  -moz-box-shadow: 0px 20px 30px -12px rgba(67, 71, 88, 0.2);
  box-shadow: 0px 20px 30px -12px rgba(67, 71, 88, 0.2);
}

.resultItem .img.lg {
  width: 642px;
}

.resultItem .img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #f6f7fb;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.resultItem .img .image {
  position: relative;
  display: block;
  margin: 0px auto;
  height: 100%;
  width: auto;
  z-index: 1;
}

.resultItem.reverse {
  flex-direction: row-reverse;
}

.resultItem .subtitle + .title {
  margin-top: 12px;
}

.resultItem .title + .content {
  margin-top: 12px;
}

* + .testToolsSection {
  margin-top: 120px;
}

.testToolsSection .titleContainer {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.testToolsSection .titleContainer + .contentContainer {
  margin-top: 60px;
}

.testToolsSection + * {
  margin-top: 130px;
}

.testToolsList {
  display: grid;
  grid-template-columns: repeat(2, 400px);
  gap: 40px;
  justify-content: center;
}

.testToolItem .img img {
  width: 100%;
}

.testToolItem .img + .title {
  margin-top: 28px;
}

.testToolItem .title {
  text-align: center;
}

.testToolItem .title + .content {
  margin-top: 4px;
}

.testToolItem .content {
  text-align: center;
}

* + .uxFeaturesSection {
  margin-top: 130px;
}

.uxFeaturesSection {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-top: 82px;
  padding-right: 40px;
  padding-bottom: 64px;
  background-color: #f5f6fa;
}

.uxFeaturesSection .titleContainer {
  text-align: center;
}

.uxFeaturesSection .titleContainer + .contentContainer {
  margin-top: 60px;
}

.uxFeaturesSection + * {
  margin-top: 120px;
}

.uxFeaturesList {
  display: grid;
  grid-template-columns: repeat(3, 400px);
  gap: 40px;
}

.uxFeaturesList .item {
  display: flex;
}

.uxFeaturesList .img {
  flex-shrink: 0;
}

.uxFeaturesList .img + .wrap {
  margin-left: 20px;
}

.uxFeaturesList .title + .content {
  margin-top: 8px;
}

* + .stepsSection {
  margin-top: 120px;
}

.stepsSection .wrapper {
  max-width: 1060px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}

.stepsSection .titleContainer {
  width: 510px;
}

.stepsSection .titleContainer .name {
  color: #e83a21;
}

.stepsSection .contentContainer {
  width: 400px;
}

.stepsSection + * {
  margin-top: 120px;
}

.stepsList .stepItem + .stepItem {
  margin-top: 52px;
}

.stepsList.sm .stepItem + .stepItem {
  margin-top: 40px;
}

.stepItem {
  position: relative;
  display: flex;
}

.stepItem .num {
  display: block;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-family: "PF Agora Sans Pro";
  font-size: 40px;
  line-height: 40px;
  color: white;
  font-weight: bold;
  background-color: #dfe7f9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.stepItem .num + .content {
  margin-left: 20px;
}

.stepItem .content {
  flex-grow: 1;
  align-self: center;
}

* + .featuresSection {
  margin-top: 120px;
}

.featuresSection .titleContainer {
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
  text-align: center;
}

.featuresSection .titleContainer + .contentContainer {
  margin-top: 40px;
}

.featuresSection .hideContent {
  margin-top: 40px;
}

.featuresSection + * {
  margin-top: 120px;
}

.featuresList .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

.featuresList .wrapper + .hiddenBlock {
  margin-top: 40px;
  display: none;
}

.featuresList .item.left {
  grid-column: 1/3;
  width: 100% !important;
}

.featuresList .item.right {
  grid-column: 2/4;
  width: 100% !important;
}

.featureItem {
  position: relative;
  padding: 40px;
  min-height: 340px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
}

.featureItem .wrap {
  max-width: 360px;
}

.featureItem .title + .content {
  margin-top: 12px;
}

.featureItem .content {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 22px;
  color: #111133;
}

.featureItem .content.invert {
  color: white;
}

.featureItem img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 100%;
  z-index: -1;
}

.featureItem img.sm {
  width: 100%;
  height: auto;
}

.featureItem.type1 {
  background-image: url(../../img/card_back_1.png);
}

.featureItem.type2 {
  background-color: white;
  -webkit-box-shadow: inset 0px 0px 0px 1px #d7d7d7;
  -moz-box-shadow: inset 0px 0px 0px 1px #d7d7d7;
  box-shadow: inset 0px 0px 0px 1px #d7d7d7;
}

.featureItem.type3 {
  background-color: #eec834;
}

.featureItem.type4 {
  background-color: #212154;
}

.featureItem.type5 {
  background-color: rgba(161, 200, 235, 0.23);
}

.featureItem.type6 {
  background-image: url(../../img/card_back_2.png);
}

.featureItem.type7 {
  background-image: url(../../img/card_back_3.png);
}

.featureItem.type8 {
  background-color: #9fe4f3;
}

.featureItem.type9 {
  background-color: #e83a21;
}

* + .tariffsSection {
  margin-top: 120px;
}

.tariffsSection {
  padding-top: 60px;
  padding-bottom: 88px;
  background-color: #25287d;
}

.tariffsSection * + .tariffsTableWrapper {
  margin-top: 57px;
}

.tariffsSection * + .tariffsTableWrapper.sm {
  margin-top: 40px;
}

.tariffsSection * + .tariffsTableWrapper.md {
  margin-top: 47px;
}

.tariffsSection * + .tariffInfo {
  margin-top: 60px;
}

.tariffsSection.type1 {
  background-color: #05052b;
}

.tariffsSection.type2 {
  background-color: #25287d;
}

.tariffsSection.type3 {
  background-color: #1d5c86;
}

.tariffsSection.type4 {
  background-color: #451669;
}

.tariffsSection .tariffsMob {
  display: none;
}

.tariffsIntro {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.tariffsIntro .logoWrapper {
  position: relative;
}

@media (max-width: 1329px) {
  .toolItem.type2{
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .tariffsIntro .logo {
    width: 247px;
  }

  .tariffsIntro .logo img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tariffsIntro .logo {
    width: 208px;
  }
}

.tariffsIntro .infoWrapper {
  max-width: 570px;
  margin-left: 18px;
  padding-left: 40px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.tariffsIntro .title + .content {
  margin-top: 8px;
}

.tariffsIntro .content {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 22px;
  color: white;
  opacity: 0.7;
}

.tariffsIntro.center {
  justify-content: center;
  padding-right: 30px;
}

.tariffsTable {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  z-index: 1;
}

.tariffsTable .tHead,
.tariffsTable .tRow {
  display: flex;
}

.tariffsTable .tHead .tCell .in {
  padding-top: 28px;
  padding-bottom: 20px;
}

.tariffsTable .tHead .tCell:last-child {
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  -ms-border-radius: 20px 20px 0px 0px;
  border-radius: 20px 20px 0px 0px;
}

.tariffsTable .tRow .tCell {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 26px;
  color: white;
  font-feature-settings: "pnum" on, "lnum" on;
}

.tariffsTable .tRow:not(:last-child) .in {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.tariffsTable .tRow:last-child .tCell:last-child {
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  -ms-border-radius: 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px;
}

.tariffsTable .tRow:last-child .in {
  padding-bottom: 36px;
}

.tariffsTable .tCell {
  width: 25%;
  flex-basis: 25%;
  flex-shrink: 0;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.tariffsTable .tCell .in {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 15px;
}

.tariffsTable .tCell .disabled {
  color: #e83a21;
}

.tariffsTable .tCell .check {
  font-size: 22px;
  color: #09d768;
}

.tariffsTable .tCell:first-child {
  text-align: left;
}

.tariffsTable .tCell:first-child .in {
  justify-content: flex-start;
}

.tariffsTable .tCell:last-child {
  background-color: #f5f6fa10;
}

.tariffsTable .tCell.lg {
  width: 50%;
  flex-basis: 50%;
}

.tariffsTable .dataBlock {
  position: relative;
  max-width: 500px;
  padding-left: 80px;
  text-align: left;
}

.tariffsTable .dataBlock [class*="icon"] {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 60px;
  color: white;
}

.tariffsTable .dataBlock .title {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 28px;
}

.tariffsTable .dataBlock .title + .content {
  margin-top: 4px;
}

.tariffsTable .dataBlock .content {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 22px;
  color: white;
  opacity: 0.5;
}

.tariffsTable .dataOptions {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 2px;
  text-align: left;
}

.tariffsTable .dataOptions li + li {
  margin-top: 16px;
}

.tariffsTable .dataOptions .note {
  margin-top: 2px;
  padding-left: 40px;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 22px;
  color: white;
  opacity: 0.5;
}

.tariffsTable .price {
  padding-top: 8px;
  padding-bottom: 4px;
}

.tariffsTable .price span {
  display: block;
}

.tariffsTable .price span + span {
  margin-top: 6px;
}

.tariffsTable .price .rub {
  font-family: "Raleway";
  font-size: 26px;
  line-height: 34px;
  color: white;
  font-weight: 700;
  font-feature-settings: "pnum" on, "lnum" on;
}

.tariffsTable .price .usd {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 26px;
  color: white;
  font-feature-settings: "pnum" on, "lnum" on;
  opacity: 0.5;
}

.tariffsTable .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
}

.tariffsTable .buttons [class*="btn"] + .siteLink {
  margin-top: 20px;
}

.tariffsTable .payment {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 26px;
}

.tariffsTable .costParam {
  padding-top: 4px;
  padding-bottom: 4px;
}

.tariffsTable .costParam .cost {
  display: block !important;
  font-family: "Raleway";
  font-size: 22px;
  line-height: 34px;
}

.tariffsTable .costParam .cost + span {
  display: block !important;
  opacity: 0.5;
}

.tariffsTable .costData {
  font-family: "Raleway";
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
}

.tariffsTable .siteLink {
  opacity: 0.5;
}

.tariffsTable.sm .tRow {
  padding-right: 40px;
  justify-content: center;
}

.tariffsTable.sm .tRow:nth-child(1) .tCell {
  padding-top: 28px;
}

.tariffsTable.sm .tRow:nth-child(1) .tCell:last-child {
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  -ms-border-radius: 20px 20px 0px 0px;
  border-radius: 20px 20px 0px 0px;
}

.tariffsTable.sm .tCell {
  width: 400px;
  flex-basis: 400px;
  padding-left: 40px;
  padding-right: 40px;
}

.tariffsTable.sm .param {
  width: 700px;
  flex-basis: 700px;
}

.tariffsTable.sm .param span {
  display: inline-block;
}

.tariffsTable.sm .param span span {
  display: inline-block;
  opacity: 0.5;
}

.tariffsTable.sm a {
  margin: 10px auto 4px;
  font-size: 18px;
  line-height: 26px;
}

.tariffsTable.sm .siteLink {
  margin-top: 13px;
}

.tariffsTable.md .tRow,
.tariffsTable.md .tHead {
  justify-content: center;
}

.tariffsTable.md .param {
  width: 440px;
  flex-basis: 440px;
}

.tariffInfo {
  text-align: center;
}

.tariffInfo .title + .info {
  margin-top: 12px;
}

.tariffInfo .info {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.tariffInfo .info + [class*="btn"] {
  margin-top: 40px;
}

.mainBlogSection {
  padding-bottom: 94px;
}

.mainBlogSection .titleContainer + .contentContainer {
  margin-top: 18px;
}

.mainBlogSection .tabsOptions {
  display: none;
}

.mainBlogSection .pagination {
  margin-top: 84px;
}

.mainBlogSection .paginationSm {
  display: none;
}

.tabsTemplate2 .tabsList {
  display: flex;
  width: 100%;
  border-bottom: 4px solid #0546c910;
}

.tabsTemplate2 .tabsList li {
  position: relative;
}

.tabsTemplate2 .tabsList li .tabEl {
  display: block;
  padding-bottom: 10px;
  padding-right: 12px;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 26px;
  color: #8b8da3;
  font-weight: 400;
  -webkit-transition: color 0.3s, font-weight 0.3s;
  -moz-transition: color 0.3s, font-weight 0.3s;
  -o-transition: color 0.3s, font-weight 0.3s;
  transition: color 0.3s, font-weight 0.3s;
  cursor: pointer;
}

.tabsTemplate2 .tabsList li::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 4px;
  background-color: #111133;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.tabsTemplate2 .tabsList li.active .tabEl,
.tabsTemplate2 .tabsList li.ui-state-active .tabEl {
  color: #111133;
  font-weight: bold;
}

.tabsTemplate2 .tabsList li.active::before,
.tabsTemplate2 .tabsList li.ui-state-active::before {
  opacity: 1;
}

.tabsTemplate2 .tabsList li:hover .tabEl {
  color: #111133;
}

.tabsTemplate2 .tabsList li + li {
  margin-left: 16px;
}

.tabsTemplate2 .tabsList li + li .tabEl {
  padding-left: 12px;
}

.tabsTemplate2 .tabContent {
  padding-top: 40px;
}

.primaryBlogSection {
  display: grid;
  grid-template-columns: 600px 400px;
  row-gap: 40px;
  column-gap: 60px;
}

.primaryBlogSection .item.lg {
  grid-row: 1/4;
}

.primaryBlogSection + * {
  margin-top: 60px;
}

* + .simpleBlogSection {
  padding-top: 40px;
  border-top: 2px solid #111133;
}

* + .secondaryBlogSection {
  padding-top: 60px;
  border-top: 2px solid #111133;
}

.simpleBlogSection {
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 28px;
  column-gap: 120px;
}

.simpleBlogSection + * {
  margin-top: 40px;
}

.secondaryBlogSection {
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 64px;
  column-gap: 80px;
}

[class*="blogItem"] {
  position: relative;
  z-index: 1;
}

[class*="blogItem"] > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

[class*="blogItem"] .img {
  overflow: hidden;
}

[class*="blogItem"] .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[class*="blogItem"] .info {
  display: flex;
}

[class*="blogItem"] .info li {
  display: flex;
  align-items: center;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 22px;
  color: #8b8da3;
}

[class*="blogItem"] .info li [class*="icon"] {
  margin-right: 8px;
  font-size: 16px;
}

[class*="blogItem"] .info li + li {
  margin-left: 20px;
}

.blogItemLg {
  max-width: 600px;
  width: 100%;
}

.blogItemLg .img {
  height: 360px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.blogItemLg .contentWrap {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 40px;
}

.blogItemLg .info + .title {
  margin-top: 8px;
}

.blogItemLg .title + .content {
  margin-top: 8px;
}

.blogItemSm .info + .title {
  margin-top: 8px;
}

.blogItemSm .title + .content {
  margin-top: 8px;
}

.blogItemMd {
  max-width: 470px;
  width: 100%;
}

.blogItemMd .img {
  height: 280px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
}

.blogItemMd .contentWrap {
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.blogItemMd .info + .title {
  margin-top: 4px;
}

.blogItemMd .title + .content {
  margin-top: 4px;
}

.forTeamsSection {
  padding-top: 38px;
  padding-bottom: 60px;
}

.forTeamsSection .info {
  max-width: 760px;
}

.forTeamsSection .info + .teamsList {
  margin-top: 74px;
}

.teamsList .teamItem + .teamItem {
  margin-top: 19px;
}

.teamItem.dropdownItem .head {
  max-width: 840px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 81px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 4px;
  padding-top: 0px;
  background-color: transparent;
  border-bottom: 2px solid #f5f6fa;
}

.teamItem.dropdownItem .head::before {
  display: none;
}

.teamItem.dropdownItem .head .title {
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #111133;
  font-weight: bold;
}

.teamItem.dropdownItem .head .button {
  width: 61px;
  height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f6fa;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.teamItem.dropdownItem .head .button [class*="icon"] {
  display: block;
  font-size: 17px;
  color: #0546c9;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transform-origin: 40% 50%;
  -ms-transform-origin: 40% 50%;
  -webkit-transform-origin: 40% 50%;
  -o-transform-origin: 40% 50%;
  transform-origin: 40% 50%;
  -webkit-transition: color 0.3s, transform 0.3s;
  -moz-transition: color 0.3s, transform 0.3s;
  -o-transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s;
}

.teamItem.dropdownItem .head:hover,
.teamItem.dropdownItem .head.active {
  background-color: transparent;
}

.teamItem.dropdownItem .head.active .button {
  background-color: #0546c9;
}

.teamItem.dropdownItem .head.active .button [class*="icon"] {
  color: white;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.teamItem.dropdownItem .content {
  padding: 0px;
}

.teamItem.dropdownItem .content .in {
  padding-top: 69px;
  padding-bottom: 50px;
  width: 1280px;
}

.teamTabContent {
  display: flex;
  flex-direction: row-reverse;
}

.teamTabContent .imgContainer {
  position: relative;
  width: 850px;
}

.teamTabContent .imgContainer .back {
  display: block;
  width: 100%;
  margin-left: auto;
}

.teamTabContent .imgContainer .backSm {
  display: none;
}

.teamTabContent .imgContainer .img {
  position: absolute;
  top: 12.5%;
  left: 14%;
  width: 56%;
  height: auto;
}

.teamTabContent .imgContainer + .textContainer {
  max-width: 400px;
  padding-top: 69px;
  flex-shrink: 0;
}

.teamTabContent .textContainer {
  width: 730px;
  margin-right: auto;
}

.firstCap {
  display: block;
  font-size: 56px;
  line-height: 60px;
  color: #111133;
  font-weight: bold;
  font-feature-settings: "pnum" on, "lnum" on;
  font-family: "Raleway";
}
.lead.invert{
  font-family: "Raleway";
}

@media (max-width: 1329px) {
  .firstCap {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .firstCap {
    font-size: 24px;
    line-height: 32px;
  }
}

.firstCap.invert {
  color: white;
}

.secCap {
  display: block;
  font-size: 36px;
  line-height: 48px;
  color: #111133;
  font-weight: bold;
  font-feature-settings: "pnum" on, "lnum" on;
  font-family: "Raleway";
}

@media (max-width: 1329px) {
  .secCap {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .secCap {
    font-size: 22px;
    line-height: 30px;
  }
}

.secCap.invert {
  color: white;
}

.secCap.grad {
  background: #0546c9;
  background: -moz-linear-gradient(left, #0546c9 0%, #9e1f63 100%);
  background: -webkit-linear-gradient(left, #0546c9 0%, #9e1f63 100%);
  background: linear-gradient(to right, #0546c9 0%, #9e1f63 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.thirdCap {
  display: block;
  font-size: 26px;
  line-height: 34px;
  color: #111133;
  font-weight: bold;
  font-feature-settings: "pnum" on, "lnum" on;
  font-family: "Raleway";
}

@media (max-width: 1329px) {
  .thirdCap {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .thirdCap {
    font-size: 20px;
    line-height: 28px;
  }
}

.thirdCap.invert {
  color: white;
}
.type3 .fourthCap {
  max-width: 50%;
}

.fourthCap {
  display: block;
  font-size: 26px;
  line-height: 28px;
  color: #111133;
  font-weight: bold;
  font-feature-settings: "pnum" on, "lnum" on;
  font-family: "Raleway";

}

@media (max-width: 1329px) {
  .fourthCap {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .fourthCap {
    font-size: 16px;
    line-height: 24px;
  }
}

.fourthCap.invert {
  color: black;
}

.fifthCap {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #111133;
  font-weight: bold;
  font-feature-settings: "pnum" on, "lnum" on;
}

@media (max-width: 1329px) {
  .fifthCap {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .fifthCap {
    font-size: 14px;
    line-height: 18px;
  }
}

.fifthCap.invert {
  color: white;
}

.sixthCap {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #111133;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-feature-settings: "pnum" on, "lnum" on;
}

@media (max-width: 767px) {
  .sixthCap {
    font-size: 12px;
    line-height: 18px;
  }
}

.sixthCap.invert {
  color: white;
}

.textBlock .lead {
  font-size: 22px;
  line-height: 34px;
  color: #111133;
  font-weight: 500;
  font-feature-settings: "pnum" on, "lnum" on;
}

@media (max-width: 1329px) {
  .textBlock .lead {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .textBlock .lead {
    font-size: 16px;
    line-height: 24px;
  }
}

.textBlock .lead.invert {
  color: white;
}

.textBlock .note {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 30px;
  color: #111133;
  font-feature-settings: "pnum" on, "lnum" on;
}

@media (max-width: 1329px) {
  .textBlock .note {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .textBlock .note {
    font-size: 14px;
    line-height: 24px;
  }
}

.textBlock .note.invert {
  color: white;
}

.textBlock .note + * {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .textBlock .note + * {
    margin-top: 28px;
  }
}

.textBlock .text {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 26px;
  color: #111133;
  font-feature-settings: "pnum" on, "lnum" on;
}

.textBlock .text .subtitle {
  display: block;
  font-weight: 600;
}

.textBlock .text + .text {
  margin-top: 20px;
}

@media (max-width: 1329px) {
  .textBlock .text {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .textBlock .text {
    font-size: 12px;
    line-height: 18px;
  }
}

.textBlock .text.invert {
  color: white;
}

.textBlock .text.sm {
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 1329px) {
  .textBlock .text.sm {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .textBlock .text.sm {
    line-height: 18px;
  }
}

.textBlock .descr {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 22px;
  color: #8b8da3;
}

@media (max-width: 1329px) {
  .textBlock .descr {
    font-size: 12px;
    line-height: 20px;
  }
}

.textBlock p a {
  font-size: inherit;
  line-height: inherit;
  color: #608eeb;
  text-decoration: underline;
  text-decoration-color: #608eeb;
  -webkit-transition: text-decoration-color 0.3s;
  -moz-transition: text-decoration-color 0.3s;
  -o-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}

.textBlock p a:hover {
  text-decoration-color: transparent;
}

.textBlock p + .note {
  margin-top: 48px;
}

@media (max-width: 1329px) {
  .textBlock p + .note {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .textBlock p + .note {
    margin-top: 28px;
  }
}

.textBlock p + p,
.textBlock p + ul {
  margin-top: 28px;
}

@media (max-width: 1329px) {
  .textBlock p + p,
  .textBlock p + ul {
    margin-top: 20px;
  }
}

.textBlock p + ol {
  margin-top: 40px;
}

@media (max-width: 1329px) {
  .textBlock p + ol {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .textBlock p + ol {
    margin-top: 22px;
  }
}

.textBlock p + .simpleList {
  margin-top: 12px;
}

@media (max-width: 1329px) {
  .textBlock p + .simpleList {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .textBlock p + .simpleList {
    margin-top: 4px;
  }
}

.simpleList li {
  position: relative;
  padding-left: 28px;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 26px;
  color: #111133;
}

@media (max-width: 1329px) {
  .simpleList li {
    padding-left: 26px;
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .simpleList li {
    padding-left: 20px;
    font-size: 12px;
    line-height: 18px;
  }
}

.simpleList li::before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 0px;
  width: 16px;
  height: 1px;
  background-color: #111133;
}

@media (max-width: 1329px) {
  .simpleList li::before {
    top: 12px;
    width: 14px;
  }
}

@media (max-width: 767px) {
  .simpleList li::before {
    top: 10px;
    width: 12px;
  }
}

.simpleList > li + li {
  margin-top: 12px;
}

@media (max-width: 1329px) {
  .simpleList > li + li {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .simpleList > li + li {
    margin-top: 4px;
  }
}

.markedList {
  padding-left: 20px;
}

@media (max-width: 1329px) {
  .markedList br {
    display: none;
  }
}

@media (max-width: 767px) {
  .markedList {
    padding-left: 12px;
  }
}

.markedList li {
  position: relative;
  padding-left: 32px;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 26px;
  color: #111133;
}

@media (max-width: 1329px) {
  .markedList li {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .markedList li {
    padding-left: 28px;
    font-size: 12px;
    line-height: 18px;
  }

  .markedList li ul {
    padding-left: 4px;
  }
}

.markedList li::before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 0px;
  width: 20px;
  height: 2px;
  background-color: #a2a5bd;
}

@media (max-width: 767px) {
  .markedList li::before {
    width: 16px;
    height: 1px;
    top: 9px;
  }
}

.markedList li ul {
  margin-top: 20px;
}

@media (max-width: 1329px) {
  .markedList li ul {
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .markedList li ul {
    margin-top: 12px;
  }
}

.markedList li li::before {
  background-color: #d0d5ec;
}

.markedList li + li {
  margin-top: 20px;
}

@media (max-width: 1329px) {
  .markedList li + li {
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .markedList li + li {
    margin-top: 12px;
  }
}

.markedList > li + li {
  margin-top: 28px;
}

@media (max-width: 1329px) {
  .markedList > li + li {
    margin-top: 20px;
  }
}

.markedList2 li {
  position: relative;
  padding-left: 22px;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 26px;
  color: #111133;
}

@media (max-width: 1329px) {
  .markedList2 li {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .markedList2 li {
    padding-left: 18px;
    font-size: 12px;
    line-height: 18px;
  }
}

.markedList2 li::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 6px;
  height: 6px;
  background-color: #0546c9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .markedList2 li::before {
    top: 6px;
  }
}

.markedList2 li + li {
  margin-top: 8px;
}

@media (max-width: 1329px) {
  .markedList2 li + li {
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .markedList2 li + li {
    margin-top: 8px;
  }
}

.numList {
  padding-left: 12px;
  counter-reset: item;
  list-style-type: none;
}

@media (max-width: 1329px) {
  .numList {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .numList {
    padding-left: 16px;
  }
}

.numList li {
  position: relative;
  padding-left: 24px;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 26px;
  color: #111133;
  font-feature-settings: "pnum" on, "lnum" on;
}

@media (max-width: 1329px) {
  .numList li {
    padding-left: 18px;
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .numList li {
    padding-left: 20px;
    font-size: 12px;
    line-height: 18px;
  }
}

.numList li ol {
  margin-top: 20px;
  padding-left: 0px;
  counter-reset: item;
  list-style-type: none;
}

@media (max-width: 1329px) {
  .numList li ol {
    padding-left: 6px;
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .numList li ol {
    padding-left: 0px;
  }
}

.numList li li {
  padding-left: 40px;
}

@media (max-width: 1329px) {
  .numList li li {
    padding-left: 34px;
  }
}

@media (max-width: 767px) {
  .numList li li {
    padding-left: 28px;
  }
}

.numList li li::before {
  opacity: 0.75;
}

.numList li li li {
  padding-left: 54px;
}

@media (max-width: 767px) {
  .numList li li li {
    padding-left: 36px;
  }
}

.numList li li li::before {
  opacity: 0.5;
}

.numList li::before {
  counter-increment: item;
  content: counters(item, ".") ". ";
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 26px;
  color: #0546c9;
  font-feature-settings: "pnum" on, "lnum" on;
}

@media (max-width: 1329px) {
  .numList li::before {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .numList li::before {
    font-size: 12px;
    line-height: 18px;
  }
}

.numList li + li {
  margin-top: 20px;
}

@media (max-width: 1329px) {
  .numList li + li {
    margin-top: 16px;
  }
}

.numList > li + li {
  margin-top: 28px;
}

@media (max-width: 1329px) {
  .numList > li + li {
    margin-top: 20px;
  }
}

footer {
  padding-top: 40px;
  background-color: #212154;
}

.footMenu {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.footer__item-wrap .dropdownMenu {
  top: 0px;
  right: 0px;
  left: auto;
}
.footer__item-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footMenu .item__second {
  margin-right: auto;
}
.footMenu .item {
  min-width: 290px;
}

.footMenu .item + .item {
  margin-left: 40px;
}

.footMenu .title {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #8b8da3;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footMenu .title + ul {
  margin-top: 12px;
}

.footMenu ul li {
  width: 180px;
}

.footMenu ul li + li {
  margin-top: 12px;
}

.footMenu ul.cols {
  display: flex;
}

.footMenu ul.cols > li + li {
  margin-top: 0px;
  margin-left: 40px;
}

.footMenu ul.contacts li + li {
  margin-top: 12px;
}

.footMenu ul.contacts li + li:last-child {
  margin-top: 20px;
}

.footMenu + .footInfo {
  margin-top: 40px;
}

.footInfo {
  position: relative;
  padding-top: 12px;
  padding-bottom: 23px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footInfo .logoBlock {
  position: relative;
  top: -2px;
  left: -40px;
  margin-right: -40px;
}

.footInfo .copyrightBlock {
  margin-left: 6px;
}

.footInfo .socBlock {
  margin-left: 40px;
}

.footInfo .loginBlock {
  margin-left: 90px;
  margin-right: 40px;
}

.footInfo .infoBlock {
  margin-left: auto;
}

.copyrightBlock {
  max-width: 240px;
}

.copyright {
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 20px;
  color: #e9edff;
}

.copyright span {
  display: block;
  margin-top: 10px;
  opacity: 0.5;
}

.socBlock .title {
  display: block;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 20px;
  color: #e9edff;
}

.socBlock .title + * {
  margin-top: 10px;
}

.socList {
  display: flex;
}

.socList li {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.09)), drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
  -moz-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.09)), drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
  -ms-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.09)), drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
  -o-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.09)), drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.09)), drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
  position: relative;
  z-index: 1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: background-color 0.3s, border 0.3s;
  -moz-transition: background-color 0.3s, border 0.3s;
  -o-transition: background-color 0.3s, border 0.3s;
  transition: background-color 0.3s, border 0.3s;
}

.socList li > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.socList li [class*="icon"] {
  font-size: 22px;
  color: white;
}

.socList li [class*="soc2"] {
  font-size: 20px;
}

.socList li [class*="soc3"] {
  font-size: 18px;
}

.socList li + li {
  margin-left: 16px;
}

.socList li:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid transparent;
}

.infoBlock {
  width: 290px;
  padding-bottom: 30px;
}

.infoBlock ul {
  display: flex;
}

.infoBlock ul li + li {
  margin-left: 28px;
}

.devCopyright {
  position: absolute;
  bottom: 23px;
  right: 0px;
  width: 290px;
  display: none;
}

.devCopyright .devLogo {
  position: relative;
  z-index: 1;
}

.devCopyright .devLogo > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.devCopyright .devLogo + span {
  margin-left: 16px;
}

.devCopyright span {
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 18px;
  color: white;
  opacity: 0.4;
}

.bodyModal {
  overflow: hidden;
}

.modalsScroll {
  overflow: auto;
  overflow-x: hidden;
  position: fixed;
  z-index: -1;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  display: none;
}

.modalsScroll.open {
  z-index: 55;
  display: block;
}

.modals {
  height: 100vh;
  width: 100vw;
}

.modals.table {
  display: table;
}

.modals > .tCell {
  padding: 30px;
  overflow: auto;
  display: table-cell;
  vertical-align: middle;
}

.overlayModal {
  z-index: 1;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 51, 0.8);
  cursor: pointer;
  display: none;
}

.tariffModal {
  height: calc(100vh - 60px);
  max-width: 1326px;
  width: calc(100vw - 60px);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.tariffModal .close {
  display: none;
}

.tariffModal .modalHead {
  padding-left: 133px;
  padding-right: 133px;
  background-color: #212154;
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  -ms-border-radius: 20px 20px 0px 0px;
  border-radius: 20px 20px 0px 0px;
}

.tariffModal .modalHead .wrapper {
  margin: 0px -20px;
  height: 90px;
  display: flex;
  align-items: center;
}

.tariffModal .modalHead .col {
  width: 330px;
  max-width: 330px;
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: min(330px, 25%);
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.tariffModal .modalHead .param {
  width: 440px;
  max-width: 440px;
  flex-basis: min(330px, 25%);
  text-align: left;
}

.tariffModal .modalContent {
  height: calc(100% - 90px);
  padding-left: 113px;
  padding-right: 36px;
  padding-bottom: 40px;
  background-color: white;
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  -ms-border-radius: 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px;
}

.tariffModal .customScrollbar {
  height: 100%;
}

.tariffModal .dropdownList {
  padding-top: 40px;
}

.customScrollbar .mCSB_inside > .mCSB_container {
  margin-right: 97px;
}

.customScrollbar .mCSB_scrollTools {
  opacity: 1;
  margin-top: 40px;
}

.customScrollbar .mCSB_scrollTools .mCSB_draggerRail {
  margin-right: 0px;
  width: 8px;
  background-color: rgba(33, 33, 84, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.customScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin-right: 0px;
  width: 8px;
  background-color: #212154;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.dropdownList .dropdownItem + .dropdownItem {
  border-top: 1px solid rgba(33, 33, 84, 0.15);
}

.dropdownItem .head {
  padding-left: 20px;
  padding-top: 19px;
  padding-right: 24px;
  padding-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}

.dropdownItem .head .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.dropdownItem .head .title span {
  margin-right: 12px;
}

.dropdownItem .head [class*="icon"] {
  position: relative;
  top: -2px;
  display: block;
  font-size: 16px;
  color: #111133;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}

.dropdownItem .head .note {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 22px;
  color: #111133;
}

@media (max-width: 1329px) {
  .dropdownItem .head .note {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .dropdownItem .head .note {
    line-height: 18px;
  }
}

.dropdownItem .head.active {
  background-color: #e9edff;
}

.dropdownItem .head.active [class*="icon"] {
  -moz-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.dropdownItem .head.active + .content {
  display: block;
}

.dropdownItem .head:hover {
  background-color: #e9edff;
}

.dropdownItem .content {
  display: none;
  padding-left: 20px;
}

.tableTemplate3 .tHead {
  display: none;
}

@media (max-width: 1329px) {
  .tableTemplate3 .tHead {
    display: flex;
    margin: 0px -10px;
  }

  .tableTemplate3 .tHead .tCell .in {
    padding-bottom: 0px;
  }
}

.tableTemplate3 .tRow {
  display: flex;
  margin: 0px -20px;
}

@media (max-width: 1329px) {
  .tableTemplate3 .tRow {
    margin: 0px -10px;
  }
}

.tableTemplate3 .tRow + .tRow .in {
  border-top: 1px solid rgba(33, 33, 84, 0.15);
}

.tableTemplate3 .tCell {
  width: 330px;
  max-width: 330px;
  flex-basis: min(330px, 25%);
  padding-left: 20px;
  padding-right: 20px;
  flex-shrink: 0;
  flex-grow: 1;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 26px;
  color: #111133;
  font-feature-settings: "pnum" on, "lnum" on;
  text-align: center;
}

.tableTemplate3 .tCell:first-child {
  margin-left: auto;
}

.tableTemplate3 .tCell:last-child {
  margin-right: auto;
}

@media (max-width: 1329px) {
  .tableTemplate3 .tCell {
    padding-left: 10px;
    padding-right: 10px;
    flex-basis: 276px;
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .tableTemplate3 .tCell {
    flex-basis: 200px;
    font-size: 12px;
    line-height: 18px;
  }
}

.tableTemplate3 .tCell .in {
  height: 100%;
  padding-top: 16px;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tableTemplate3 .param {
  max-width: 440px;
  width: 440px;
  flex-grow: 1;
  flex-basis: min(330px, 25%);
  text-align: left;
}

@media (max-width: 1329px) {
  .tableTemplate3 .param {
    flex-basis: 276px;
  }
}

@media (max-width: 767px) {
  .tableTemplate3 .param {
    flex-basis: 200px;
  }
}

.tableTemplate3 .param .in {
  justify-content: flex-start;
}

.tableTemplate3 .check {
  font-size: 22px;
  color: #09d768;
}

@media (max-width: 1329px) {
  .tableTemplate3 .check {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .tableTemplate3 .check {
    font-size: 16px;
  }
}

.tableTemplate3 .disabled {
  color: #e83a21;
}

@media (max-width: 1329px) {
  .tableTemplate3 .disabled {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .tableTemplate3 .disabled {
    font-size: 16px;
  }
}

.tableTemplate3 [class*="btn"] {
  margin-top: 24px;
}

@media (max-width: 1329px) {
  .tableTemplate3 [class*="btn"] {
    margin-top: 0px;
    min-width: min(206px, 100%);
  }
}

@media (max-width: 1329px) {
  .tariffModal {
    position: relative;
    max-width: 706px;
  }

  .tariffModal .close {
    position: absolute;
    display: block;
    width: 32px;
    font-size: 32px;
    color: white;
    left: 0px;
    right: 0px;
    bottom: calc(100% + 28px);
    margin: 0px auto;
    cursor: pointer;
  }

  .tariffModal .modalHead {
    padding-left: 17px;
    padding-right: 17px;
  }

  .tariffModal .modalHead .wrapper {
    height: 60px;
  }

  .tariffModal .modalHead .col {
    display: none;
  }

  .tariffModal .modalHead .param {
    display: block;
  }

  .tariffModal .modalContent {
    height: calc(100% - 60px);
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 22px;
  }

  .tariffModal .customScrollbar {
    padding-left: 17px;
    padding-right: 17px;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .tariffModal .tableWrapper {
    margin-left: -17px;
    padding-left: 17px;
    overflow-x: scroll;
  }

  .tariffModal .dropdownList {
    padding-top: 0px;
  }

  .dropdownItem .head {
    position: relative;
    padding-left: 0px;
    padding-top: 16px;
    padding-right: 0px;
    padding-bottom: 15px;
    z-index: 1;
  }

  .dropdownItem .head [class*="icon"] {
    font-size: 10px;
  }

  .dropdownItem .head::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -17px;
    width: calc(100% + 34px);
    height: calc(100% + 2px);
    background-color: transparent;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    z-index: -1;
  }

  .dropdownItem .head.active::before,
  .dropdownItem .head:hover::before {
    background-color: #e9edff;
  }

  .dropdownItem .content {
    padding-left: 0px;
    margin-right: -17px;
  }

  .tariffOne .dropdownList .head {
    padding-left: 20px;
    padding-top: 19px;
    padding-right: 24px;
    padding-bottom: 18px;
  }

  .tariffOne .dropdownList .head::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  .tariffOne .customScrollbar {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .modals > .tCell {
    padding-top: 88px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .tariffModal {
    position: relative;
    max-width: 100vw;
    width: 100vw;
    height: calc(100vh - 88px);
  }

  .tariffModal .modalHead {
    overflow: hidden;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
  }

  .tariffModal .modalContent {
    overflow: hidden;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
  }
}

.tariffOne {
  position: relative;
}

.tariffOne .tableWrapper {
  margin-left: 0;
  padding-left: 0;
  overflow-x: hidden;
  padding-bottom: 20px;
}

.tariffOne .dropdownList {
  padding: 0;
}

.tariffOne .dropdownList .head {
  padding-left: 20px;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
}

.tariffOne .dropdownList .head [class*="icon"] {
  top: 0;
  right: -5px;
}

.tariffOne .dropdownList .dropdownItem + .dropdownItem {
  border-top: 0;
}

.tariffOne .dropdownItem .content {
  margin: 0;
  padding: 0 10px;
}

.tariffOne .btn {
  margin: 30px auto 0;
  width: 100%;
  max-width: 281px;
  background-color: #111133;
  color: #fff !important;
  display: table;
}

.tariffOne .tableTemplate3 .tRow {
  margin: 0;
}

.tariffOne .tableTemplate3 .tRow + .tRow .in {
  border-top: 0;
}

.tariffOne .tableTemplate3 .tCell {
  width: 50%;
  max-width: 50%;
  flex-basis: min(50%, 25%);
  border-bottom: 1px solid rgba(33, 33, 84, 0.15);
}

.tariffOne .tableTemplate3 .tCell:first-child {
  width: 50%;
  max-width: 50%;
}

.tariffOne .tableTemplate3 .tCell .cross {
  color: #e83a21;
  left: -2px;
  position: relative;
}

.tariffOne .tableTemplate3 .tCell .in {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobileMenu .navList{
  display: flex;
  flex-direction: column;
}
.mobileMenu .navList{
  order: 2;
}
.link-form{
  font-size: 20px;
line-height: 18px;
color: #111133;
text-decoration: underline;
text-decoration-color: #8b8da3;
margin-top: 16px;
font-family: "Open Sans";
transition: all 0.3s;

}
.link-form:hover{
text-decoration-color: transparent;
}
.mobileMenu .navList > li + li{
  margin-left: 0;
margin-top: 16px;
}

@media (min-width: 1330px) {
  .mobileMenu {
    display: flex !important;
  }
  .mobileMenu .navBlock{
    display: none;
  }
}

@media (max-width: 1329px) {
  .container,
  .containerLg,
  .containerMd {
    width: 768px;
    padding: 0px 31px;
  }
  .leftSide .navBlock{
    display: none;
  }

  .containerSm {
    max-width: 522px;
  }

  .containerSm.full {
    max-width: 100%;
  }

  .siteLogo {
    width: 254px;
  }

  .headerSection {
    background: #212154;
    background: -moz-linear-gradient(left, #212154 0%, #283d79 100%);
    background: -webkit-linear-gradient(left, #212154 0%, #283d79 100%);
    background: linear-gradient(to right, #212154 0%, #283d79 100%);
  }

  /* header .headerWrapper {
    height: 100px;
  } */

  header .leftSide {
    padding-top: 0px;
  }

  header .rightSide {
    padding-top: 0px;
    padding-right: 3px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
  }

  header .logoWrapper {
    left: -30px;
  }

  header .loginBlock {
    position: relative;
    display: inline-block;
    z-index: 7;
  }

  header .menuList {
    margin-top: 35px;
  }

  .mobileMenu {
    display: none;
  }

  .headerInfo {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    padding-top: 35px;
    max-width: 768px;
    padding-left: 31px;
    padding-right: 31px;
    z-index: 5;
  }

  .headerInfo::before {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    height: 100%;
    background-color: white;
    z-index: -1;
  }

  .headerInfo .loginBlock {
    display: none;
  }

  .openMenuBtn {
    position: relative;
    display: block;
    z-index: 7;
  }

  .navList .dropdown {
    padding: 0px;
  }

  .navList .dropdown [class*="icon"] {
    display: none;
  }

  .navList .dropdown + .dropdown {
    margin-left: 28px;
    padding-left: 0px;
    border-left: none;
  }

  .navList > li > a {
    padding: 0px;
    text-decoration: underline;
    text-decoration-color: #8b8da3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .navList > li > a:hover {
    /* color: white; */
    text-decoration-color: transparent;
  }
.demo-but{
  order: 2;
}
.demo-but button{
  
}
  .menuList {
    display: block;
    position: relative;
    padding-top: 28px;
    padding-bottom: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .menuList li > a,
  .menuList li > span {
    display: inline-block;
    text-decoration: underline;
    text-decoration-color: white;
    -webkit-transition: text-decoration-color 0.3s;
    -moz-transition: text-decoration-color 0.3s;
    -o-transition: text-decoration-color 0.3s;
    transition: text-decoration-color 0.3s;
  }

  .menuList li > a:hover,
  .menuList li > span:hover {
    text-decoration-color: transparent;
  }

  .menuList li + li {
    margin-left: 0px;
    margin-top: 12px;
  }

  .startScreen {
    padding-top: 60px;
    padding-bottom: 35px;
  }

  .startScreen .wrapper + .demoBlock {
    margin-top: 16px;
  }

  .startScreen .demoBlock + .clientsBlock {
    margin-top: 50px;
  }

  .startScreen .titleContainer + .contentContainer {
    margin-top: 13px;
  }

  .startScreen .contentContainer {
    max-width: 338px;
  }

  .startScreen .img {
    width: 550px;
    top: 50px;
    margin-right: -670px;
  }

  .demoBlock {
    display: block;
    max-width: 340px;
  }

  .demoBlock [class*="btn"] + span {
    margin-left: 0px;
    margin-top: 18px;
  }

  .demoBlock span {
    display: block;
    line-height: 20px;
    text-align: center;
  }

  .demoBlock span br {
    display: none;
  }

  .clientsBlock .title {
    font-size: 14px;
    line-height: 20px;
  }

  .clientsBlock .title + .wrap {
    margin-top: 30px;
  }

  .clientsBlock .clientsSlider img.lg {
    display: none;
  }

  .clientsBlock .clientsSlider img.md {
    display: block;
  }

  .contentSection {
    padding-top: 62px;
    /* padding-bottom: 48px; */
  }

  .manageSection .wrapper {
    display: block;
    max-width: 522px;
    width: 100%;
    margin: 0px auto;
  }

  .manageSection .rightSide {
    margin-top: 10px;
  }

  .manageSection .titleContainer + .contentContainer {
    margin-top: 20px;
  }

  .manageSection + .dataSection {
    margin-top: 100px;
  }

  .manageImg {
    max-width: 522px;
    width: 100%;
  }

  .manageImg.lg {
    display: none;
  }

  .manageImg.md {
    display: block;
  }

  .dataSection .wrapper {
    display: block;
    max-width: 522px;
    margin: 0px auto;
  }

  .dataSection .titleContainer + .contentContainer {
    margin-top: 20px;
  }

  .dataSection .info + .img {
    margin-top: 12px;
  }

  .dataSection .img {
    left: 0px;
  }

  .iconsImg {
    max-width: 340px;
    width: 100%;
  }

  .dataSection .dataDemo {
    top: 0px;
    right: -50px;
    -moz-transform: scale(0.73);
    -ms-transform: scale(0.73);
    -webkit-transform: scale(0.73);
    -o-transform: scale(0.73);
    transform: scale(0.73);
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -webkit-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
  }

  .dataSection .dataDemo .slickSliderDots {
    -moz-transform: scale(1.37);
    -ms-transform: scale(1.37);
    -webkit-transform: scale(1.37);
    -o-transform: scale(1.37);
    transform: scale(1.37);
    -moz-transform-origin: 0%;
    -ms-transform-origin: 0%;
    -webkit-transform-origin: 0%;
    -o-transform-origin: 0%;
    transform-origin: 0%;
  }

  .dataSection + .cycleSection {
    margin-top: 105px;
  }

  .dataSlider .slickSliderDots {
    padding-left: 63px;
  }

  .cycleSection .titleContainer {
    padding-left: 0px;
  }

  .cycleSection .titleContainer + .contentContainer {
    margin-top: 34px;
  }

  .cycleSection .titleContainer::before {
    width: 160px;
    height: 160px;
    top: -60px;
    margin-left: -82px;
  }

  .cycleSection .cycleWrapper + .noteBlock {
    margin-top: 92px;
  }

  .cycleSection + .platformSection {
    margin-top: 80px;
  }

  .cycleBlock .img {
    left: -22px;
  }

  .cycleBlock .img::before {
    display: none;
  }

  .cycleBlock .title {
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
  }

  .cycleBlock .title + .content {
    margin-top: 4px;
  }

  .cycleBlock .content {
    font-size: 12px;
    line-height: 16px;
  }

  .cycleBlock .list li:nth-child(1) {
    width: 140px;
    left: 0px;
    bottom: 60px;
    text-align: left;
  }

  .cycleBlock .list li:nth-child(1) .content {
    padding-right: 30px;
  }

  .cycleBlock .list li:nth-child(2) {
    right: 61px;
    bottom: 152px;
  }

  .cycleBlock .list li:nth-child(3) {
    right: 5px;
    top: 239px;
  }

  .cycleBlock .list li:nth-child(4) {
    right: 32px;
    top: 52px;
  }

  .cycleBlock .list li:nth-child(5) {
    left: 12px;
    top: 111px;
  }

  .cycleBlock .list li:nth-child(6) {
    width: 120px;
    left: -3px;
    top: 266px;
  }

  .cycleImg {
    width: 894px;
  }

  .noteBlock {
    max-width: 706px;
    padding: 60px 40px 54px;
    font-size: 22px;
    line-height: 32px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }

  .noteBlock .img {
    width: 158px;
    top: -34px;
  }

  .platformSection .titleContainer {
    text-align: center;
  }

  .platformSection + .toolsSection {
    margin-top: 72px;
  }

  .platformList {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 26px;
  }

  .platformItem {
    padding-left: 92px;
  }

  .toolsSection .titleContainer {
    text-align: center;
  }

  .toolsSection .titleContainer + .contentContainer {
    margin-top: 32px;
  }

  .toolsSection + .newsSection {
    margin-top: 110px;
  }

  .toolsList {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .toolsList .item:nth-child(1) {
    grid-column: 1/3;
  }

  .toolsList .item:nth-child(2) {
    grid-column: 2;
    grid-row: 2/4;
  }

  .toolsList .item:nth-child(5) {
    grid-column: 1/3;
  }

  /* .toolsList .item:nth-child(6) {
    grid-row: 6;
  } */

  .toolsList .item:nth-child(7) {
    grid-column: 1/3;
  }

  .toolItem {
    min-height: 280px;
    padding: 28px;
  }

  .toolItem .wrap {
    max-width: 400px !important;
  }

  .toolItem .title + .content {
    margin-top: 8px;
  }

  .toolItem:not(.top) {
    justify-content: flex-start;
  }

  .toolItem.left img {
   top: 125px;
right: -28px;
height: 70%;
  }

  .toolItem.right img {
    left: -40px;
    height: 100%;
  }

  .toolItem.type2 img {
    -moz-transform: scale(0.63);
    -ms-transform: scale(0.63);
    -webkit-transform: scale(0.63);
    -o-transform: scale(0.63);
    transform: scale(0.63);
    -moz-transform-origin: 73% 17%;
    -ms-transform-origin: 73% 17%;
    -webkit-transform-origin: 73% 17%;
    -o-transform-origin: 73% 17%;
    transform-origin: 73% 17%;
  }

  .toolItem.type3 img {
    max-width: 44%;
    -moz-transform: scale(0.83);
    -ms-transform: scale(0.83);
    -webkit-transform: scale(0.83);
    -o-transform: scale(0.83);
    transform: scale(0.83);
    -moz-transform-origin: 65% 0%;
    -ms-transform-origin: 65% 0%;
    -webkit-transform-origin: 65% 0%;
    -o-transform-origin: 65% 0%;
    transform-origin: 65% 0%;
  }

  .toolItem.type5 img {
    top: 80px;
    right: -5px;
    height: 85%;
  }

  .newsSlider {
    display: block;
  }

  .newsSlider .item {
    display: none;
  }

  .newsSlider .item:nth-child(1),
  .newsSlider .item:nth-child(2),
  .newsSlider .item:nth-child(3) {
    display: block;
  }

  .newsSection .titleContainer + .contentContainer {
    margin-top: 34px;
  }

  .newsList {
    padding-right: 0px;
  }

  .newsList .item + .item {
    margin-top: 40px;
  }

  .newsItem {
    position: relative;
    padding-left: 184px;
    max-width: 590px;
  }

  .newsItem .logo {
    position: absolute;
    top: 0px;
    left: 20px;
  }

  .newsItem .logo + .date {
    margin-top: 0px;
  }

  .newsItem .date {
    font-size: 12px;
    line-height: 20px;
  }

  .newsItem .title + .content {
    margin-top: 8px;
  }

  .newsItem .content {
    font-size: 12px;
    line-height: 20px;
  }

  .viewSection {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .viewSection .logo {
    max-width: 100px;
    position: relative;
    left: 5px;
  }
  .footer-flex{
    padding: 25px;
  }
  .footer-flex .btnGrad{
font-size: 14px;
  }

  .viewSection .logo + .title {
    margin-top: 16px;
  }

  footer {
    padding-top: 28px;
  }

  .footMenu {
    padding-right: 65px;
  }

  .footMenu .item {
    min-width: 180px;
  }

  .footMenu .item + .item {
    margin-left: 36px;
  }

  .footMenu .title + ul {
    margin-top: 12px;
  }

  .footMenu ul li + li {
    margin-top: 16px;
  }

  .footMenu ul.cols {
    display: block;
  }

  .footMenu ul.cols > li + li {
    margin-top: 16px;
    margin-left: 0px;
  }

  .footMenu ul.contacts li + li {
    margin-top: 14px;
  }

  .footMenu ul.contacts li + li:last-child {
    margin-top: 16px;
  }

  .footMenu + .footInfo {
    margin-top: 40px;
  }

  .footInfo {
    position: relative;
    padding-left: 225px;
    padding-top: 28px;
    padding-bottom: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .footInfo .logoBlock {
    position: absolute;
    top: 6px;
    left: -31px;
  }

  .footInfo .copyrightBlock {
    padding-top: 0px;
    margin-left: 18px;
  }

  .footInfo .copyrightBlock + .socBlock {
    margin-left: 16px;
  }

  .footInfo .loginBlock {
    margin-left: 18px;
    margin-right: 0px;
    padding-top: 12px;
  }

  .footInfo .infoBlock {
    margin-left: 18px;
  }

  .footInfo > * {
    width: 200px;
  }

  .copyright span {
    margin-top: 8px;
  }

  .socBlock .title + * {
    margin-top: 8px;
  }

  .infoBlock {
    padding-bottom: 0px;
  }

  .infoBlock ul {
    display: block;
  }

  .infoBlock ul li + li {
    margin-left: 0px;
    margin-top: 8px;
  }

  .devCopyright {
    width: auto;
    right: auto;
    left: 0px;
    bottom: 42px;
  }

  .errorSection {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .errorSection .name {
    font-size: 18px;
    line-height: 28px;
  }

  .errorSection .name + .title {
    margin-top: 12px;
  }

  .errorSection .title + .info {
    margin-top: 16px;
  }

  .errorSection .info + .links {
    margin-top: 28px;
  }

  .errorSection .links {
    flex-wrap: wrap;
    align-items: center;
  }

  .errorSection .links li a {
    font-size: 18px;
    line-height: 28px;
  }

  .errorSection .links li + li {
    margin-left: 47px;
  }

  .errorSection .img {
    max-width: 705px;
  }

  .errorSection .img img {
    width: 100%;
  }

  .errorSection .error404 {
    margin-top: 80px;
  }

  .errorSection .error500 {
    margin-top: 140px;
  }

  .aboutSection {
    background-image: url(../../img/about_md.jpg) !important;
    background-position: center;
  }

  .aboutSection .wrapper {
    max-width: 522px;
    height: 500px;
    padding-bottom: 40px;
  }

  .historySection .wrapper {
    max-width: 615px;
    margin-right: 0px;
  }

  .historySection .titleContainer + .contentContainer {
    margin-top: 50px;
  }

  .historyList .historyItem + .historyItem {
    margin-top: 40px;
  }

  .historyItem .date {
    width: 185px;
  }

  .historyItem .content p + p {
    margin-top: 18px;
  }

  .historyItem .mark {
    top: -15px;
    right: calc(100% + 28px);
    width: 65px;
  }

  .clientsSection {
    padding-top: 40px;
    padding-bottom: 55px;
  }

  .clientsSection .titleContainer + .contentContainer {
    margin-top: 42px;
  }

  .clientsList {
    margin: -20px -15px;
  }

  .clientsList .item {
    padding: 20px 15px;
  }

  .clientItem {
    width: 246px;
    -webkit-transition: z-index 0.3s;
    -moz-transition: z-index 0.3s;
    -o-transition: z-index 0.3s;
    transition: z-index 0.3s;
  }

  .clientItem .link {
    position: relative;
    top: 20px;
  }

  .clientItem::before {
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: 160px;
  }

  .clientItem:hover {
    z-index: 2;
  }

  .clientItem:hover .img {
    top: 0px;
  }

  .innerPage .breadcrumbs {
    margin-bottom: 12px;
  }

  .productsSection .titleConatiner + .contentContainer {
    margin-top: 28px;
  }

  .productsBlock {
    display: block;
  }

  .productsBlock .item + .item {
    margin-top: 20px;
  }

  .productsList .item:nth-child(even) .productItem img {
    margin-right: 0px;
  }

  .productItem {
    min-height: 320px;
    padding-left: 60px !important;
  }

  .productItem .note {
    left: 60px;
  }

  .productItem img {
    bottom: 10px;
    right: 0px;
  }

  .productItem::before {
    width: 100%;
  }

  .teamSection {
    padding-top: 80px;
    padding-bottom: 72px;
  }

  .tabsTemplate3 .tabsList li .tabEl {
    font-size: 22px;
    line-height: 28px;
  }

  .tabsTemplate3 .tabContent {
    padding-top: 40px;
  }

  .mainBlogSection {
    padding-top: 8px;
    padding-bottom: 98px;
  }

  .mainBlogSection .titleContainer + .contentContainer {
    margin-top: 16px;
  }

  .mainBlogSection .pagination {
    margin-top: 78px;
  }

  .tabsTemplate2 .tabsList li .tabEl {
    padding-right: 8px;
    padding-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .tabsTemplate2 .tabsList li + li {
    margin-left: 10px;
  }

  .tabsTemplate2 .tabsList li + li .tabEl {
    padding-left: 8px;
  }

  .primaryBlogSection {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 34px;
    column-gap: 30px;
  }

  * + .simpleBlogSection {
    margin-top: 54px;
  }

  .simpleBlogSection {
    padding-left: 0px;
    padding-right: 0px;
    row-gap: 40px;
    column-gap: 30px;
  }

  .secondaryBlogSection {
    padding-left: 0px;
    padding-right: 0px;
    row-gap: 32px;
    column-gap: 30px;
  }

  [class*="blogItem"] .info li {
    font-size: 12px;
    line-height: 20px;
  }

  .blogItemLg .img {
    height: 220px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
  }

  .blogItemLg .contentWrap {
    padding-top: 16px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .blogItemMd .img {
    height: 200px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
  }

  .blogItemMd .contentWrap {
    padding-left: 0px;
    padding-right: 0px;
  }

  .blogSection {
    padding-top: 8px;
    padding-bottom: 80px;
  }

  .blogSection .titleContainer .title + .info {
    margin-top: 2px;
  }

  .blogSection .titleContainer + .contentContainer {
    margin-top: 20px;
  }

  .blogSection .textBlock .note {
    max-width: 442px;
  }

  .blogSection * + .secCap,
  .blogSection * + .thirdCap {
    margin-top: 40px;
  }

  .blogSection * + .fourthCap {
    margin-top: 60px;
  }

  .blogSection * + .fifthCap {
    margin-top: 40px;
  }

  .blogSection * + .sixthCap {
    margin-top: 40px;
  }

  .blogSection * + .imageTemplate {
    margin-top: 28px;
  }

  .blogSection * + .linksList {
    margin-top: 28px;
  }

  .blogSection * + .noteTemplate {
    margin-top: 60px;
  }

  .blogSection * + .galleryTemplate {
    margin-top: 40px;
  }

  .blogSection * + .quoteBlock {
    margin-top: 90px;
  }

  .blogSection * + .sliderTemplate {
    margin-top: 60px;
  }

  .blogSection * + .tableBlock {
    margin-top: 60px;
  }

  .blogSection * + .tabsBlock {
    margin-top: 115px;
  }

  .blogSection * + .linksMenu {
    margin-top: 40px;
  }

  .blogSection * + .tableTemplate {
    margin-top: 115px;
  }

  .blogSection * + .pagination {
    margin-top: 40px;
  }

  .blogSection * + .formTemplate {
    margin-top: 80px;
  }

  .blogSection .secCap + *,
  .blogSection .thirdCap + *,
  .blogSection .fourthCap + * {
    margin-top: 12px;
  }

  .blogSection .fifthCap + * {
    margin-top: 8px;
  }

  .blogSection .tableTemplate + * {
    margin-top: 40px;
  }

  .blogSection .pagination + * {
    margin-top: 80px;
  }

  .blogSection .tabsBlock + * {
    margin-top: 40px;
  }

  .blogSection .formTemplate + * {
    margin-top: 80px;
  }

  .postInfo {
    margin-right: -29px;
  }

  .postInfo li {
    font-size: 12px;
    line-height: 20px;
    margin-right: 29px;
  }

  .postInfo li::after {
    font-size: 12px;
    line-height: 20px;
  }

  .imageTemplate .cap {
    margin-top: 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .imageTemplate + * {
    margin-top: 20px;
  }

  .linksList {
    display: block;
  }

  .linksList .title + ul {
    margin-top: 8px;
  }

  .linksList .col {
    width: 100%;
  }

  .linksList .col + .col {
    margin-top: 28px;
  }

  .linksList .item + .item {
    margin-top: 28px;
  }

  .linksList ul li + li {
    margin-top: 8px;
  }

  .linksList + * {
    margin-top: 60px;
  }

  .noteTemplate {
    padding: 40px;
    font-size: 22px;
    line-height: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }

  .noteTemplate + * {
    margin-top: 60px;
  }

  .withNote .note {
    padding-left: 19px;
    font-size: 16px;
    line-height: 26px;
  }

  .withNote + * {
    margin-top: 40px;
  }

  .galleryTemplate {
    gap: 30px;
  }

  .galleryTemplate .img {
    height: 220px;
  }

  .galleryTemplate + * {
    margin-top: 40px;
  }

  .remarkBlock .remark {
    line-height: 20px;
  }

  .remarkBlock .remark.sm {
    width: 246px;
  }

  .quoteBlock {
    padding: 60px 60px 40px;
  }

  .quoteBlock::before,
  .quoteBlock::after {
    top: -32px;
    width: 42px;
    height: 62px;
    background-size: contain;
  }

  .quoteBlock::before {
    right: 24px;
  }

  .quoteBlock::after {
    right: -24px;
  }

  .quoteBlock .wrap {
    margin-left: 0px;
  }

  .quoteBlock .img {
    width: 70px;
    height: 70px;
  }

  .quoteBlock .img + .content {
    margin-left: 20px;
  }

  .quoteBlock .quote {
    font-size: 22px;
    line-height: 30px;
  }

  .quoteBlock .quote + .author {
    margin-top: 12px;
  }

  .quoteBlock .author {
    font-size: 12px;
    line-height: 20px;
  }

  .quoteBlock + * {
    margin-top: 40px;
  }

  .sliderTemplate {
    max-width: 586px;
  }

  .sliderTemplate .item {
    height: 288px;
  }

  .sliderTemplate .owl-nav .owl-prev,
  .sliderTemplate .owl-nav .owl-next {
    margin-top: -30px;
    font-size: 28px !important;
  }

  .sliderTemplate .owl-nav .owl-prev {
    right: calc(100% + 28px);
  }

  .sliderTemplate .owl-nav .owl-next {
    left: calc(100% + 28px);
  }

  .sliderTemplate .owl-dots {
    margin-top: 16px;
  }

  .sliderTemplate .owl-dots .owl-dot {
    width: 30px;
    height: 4px;
  }

  .sliderTemplate .owl-dots .owl-dot + .owl-dot {
    margin-left: 4px;
  }

  .sliderTemplate + * {
    margin-top: 60px;
  }

  .tableBlock .title {
    font-size: 22px;
    line-height: 30px;
  }

  .tableBlock .title + .table {
    margin-top: 20px;
  }

  .tableBlock .table {
    margin-right: calc((100vw - 706px) / -2);
    overflow-x: scroll;
  }

  .tableBlock + * {
    margin-top: 115px;
  }

  .tableTemplate {
    display: block;
  }

  .tableTemplate .tableHead {
    display: flex;
  }

  .tableTemplate .tableHead .tableCell {
    font-size: 14px;
    line-height: 20px;
  }

  .tableTemplate .tableRow {
    display: flex;
  }

  .tableTemplate .tableRow .tableCell {
    padding-top: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .tableTemplate .tableRow:not(:last-child) .tableCell {
    padding-bottom: 27px;
  }

  .tableTemplate .tableCell {
    flex-shrink: 0;
  }

  .tableTemplate .tableCell:not(:last-child) {
    padding-right: 32px;
  }

  .tableTemplate .tableCell.type {
    width: 185px;
  }

  .tableTemplate .tableCell.date {
    width: 185px;
  }

  .tableTemplate .tableCell.cap {
    width: 275px;
  }

  .tableTemplate .tableCell.text {
    width: 335px;
  }

  .tabsBlock + * {
    margin-top: 40px;
  }

  .tabsList.lg li {
    font-size: 18px;
    line-height: 28px;
  }

  .tabsList.lg li .tabEl {
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 12px;
  }

  .tabsList.lg li + li {
    margin-left: 2px;
  }

  .tabsList.sm li {
    font-size: 14px;
    line-height: 22px;
  }

  .tabsList.sm li .tabEl {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 16px;
  }

  .tabsList.sm li + li {
    margin-left: 4px;
  }

  .linksMenu li a {
    font-size: 14px;
    line-height: 22px;
  }

  .linksMenu + * {
    margin-top: 40px;
  }

  .formTemplate.sm {
    max-width: 100%;
  }

  .formTemplate.lg .formFooter {
    margin-top: 29px;
  }

  .formTemplate .formHeader + .formContent {
    margin-top: 20px;
  }

  .formTemplate .fieldsWrap {
    column-gap: 30px;
    row-gap: 24px;
  }

  .formTemplate .formWrapper .col.sm {
    width: 245px;
  }

  .formTemplate .formWrapper .col + .col {
    margin-left: 30px;
  }

  .formTemplate .fieldItem + .fieldItem {
    margin-top: 25px;
  }

  .formTemplate .formFooter .note {
    margin-left: 20px;
  }

  .formTemplate .note {
    font-size: 12px;
    line-height: 20px;
  }

  .productBanner .productBannerImg {
    max-width: 400px;
    margin-right: -450px;
    margin-top: -180px;
  }

  .productBanner .bannerWrapper {
    min-height: auto;
    padding-bottom: 52px;
  }

  .productBanner .breadcrumbs + * {
    margin-top: 18px;
  }
  .productBanner.type11 {
    background-color: #26317e;
  }
  .productBanner .wrapper {
    max-width: 410px;
    padding-left: 0px;
  }

  .productBanner .backLink {
    display: none;
  }

  .productBanner .text + .text {
    margin-top: 14px;
  }

  .productBanner .btnContainer {
    display: block;
    margin-top: 16px;
  }

  .productBanner .note {
    margin-left: 0px;
    margin-top: 16px;
    font-size: 12px;
    line-height: 20px;
  }

  .whomSection {
    padding-top: 80px;
  }

  .whomSection .titleContainer {
    font-size: 42px;
    line-height: 50px;
  }

  .whomSection .titleContainer + .contentContainer {
    margin-top: 75px;
  }

  .whomSection .wrapper {
    display: block;
    width: 100%;
    padding-bottom: 33px;
  }

  .whomSection .item {
    position: relative;
    max-width: 100%;
  }
  .product__banner-resheniya {
    background-color: #26317e;
  }
  .whomSection .item:nth-child(odd) .whomItem {
    margin-left: auto;
  }

  .whomSection .item:nth-child(odd) .img {
    top: 5px;
    left: 74px;
  }

  .whomSection .item:nth-child(even) .img {
    top: -30px;
    right: -25px;
  }

  .whomSection .item + .item {
    margin-top: 135px;
  }

  .whomSection.lg {
    padding-top: 60px;
  }

  .whomSection.lg .wrapper {
    display: block;
    padding-bottom: 0px;
  }

  .whomSection.lg .item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .whomSection.lg .item + .item {
    margin-top: 40px;
  }

  .whomSection + * {
    margin-top: 80px;
  }

  .whomItem {
    max-width: 338px;
  }

  .whomItem .title {
    margin-top: 0px;
  }

  .whomItem .img {
    position: absolute;
    -moz-transform: scale(0.66);
    -ms-transform: scale(0.66);
    -webkit-transform: scale(0.66);
    -o-transform: scale(0.66);
    transform: scale(0.66);
    -moz-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    -webkit-transform-origin: 0px 0px;
    -o-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
  }

  .whomItem.sm {
    max-width: 100%;
  }

  .whomItem.sm .img {
    position: static;
    height: 212px;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    -webkit-transform-origin: 0px 0px;
    -o-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
  }

  .whomItem.sm .img img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0px auto;
  }

  * + .descriptionBlock {
    margin-top: 80px;
  }

  .descriptionBlock {
    display: block;
    max-width: 706px;
    padding: 40px;
  }

  .descriptionBlock .title,
  .descriptionBlock .content {
    max-width: 522px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .descriptionBlock .content {
    margin-top: 20px;
    padding-top: 0px;
  }

  .descriptionBlock + * {
    margin-top: 80px;
  }

  * + .respSection {
    margin-top: 80px;
  }

  .respSection .titleContainer + .contentContainer {
    margin-top: 40px;
  }

  .respSection .wrapper {
    display: block;
    align-items: center;
  }

  .respSection .img {
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }

  .respSection .img img {
    width: 100%;
  }

  .respSection .img + .content {
    margin-left: auto;
    margin-top: 36px;
  }

  .respSection .content {
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .respSection + * {
    margin-top: 80px;
  }

  * + .requestBlock {
    margin-top: 80px;
  }

  .requestBlock {
    position: relative;
    max-width: 706px;
    padding-left: 216px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 60px;
    display: block;
  }

  .requestBlock .logo {
    position: absolute;
    top: 40px;
    left: 26px;
    width: 158px;
  }

  .requestBlock .logo img {
    width: 100%;
  }

  .requestBlock .logo + .content {
    margin-left: 0px;
  }

  .requestBlock .content {
    max-width: 580px;
  }

  .requestBlock .content + [class*="btn"] {
    margin-left: 0px;
    margin-top: 20px;
  }

  .requestBlock .title + .info {
    margin-top: 8px;
  }

  .requestBlock + * {
    margin-top: 80px;
  }

  * + .advantagesSection {
    margin-top: 80px;
  }

  .advantagesSection .noteBlock {
    margin-top: 108px;
  }

  .advantagesSection .noteBlock br {
    display: none;
  }

  .advantagesSection + * {
    margin-top: 80px;
  }

  .advantagesList {
    grid-template-columns: repeat(2, 300px);
    column-gap: 68px;
    row-gap: 24px;
  }

  .advantagesList.sm {
    grid-template-columns: repeat(2, 300px);
    column-gap: 68px;
    row-gap: 24px;
  }

  .advantageItem {
    padding-top: 60px;
  }

  .advantageItem .num {
    font-size: 120px;
    line-height: 120px;
  }

  .advantageItem .title + .content {
    margin-top: 8px;
  }

  * + .productDescription {
    margin-top: 80px;
  }

  .productDescription .titleContainer {
    text-align: center;
  }

  .productDescription .titleContainer .wrapper {
    display: block;
  }

  .productDescription .titleContainer + .contentContainer {
    margin-top: 40px;
  }

  .productDescription .info {
    padding-top: 0px;
    margin-top: 28px;
  }

  .productDescription .contentContainer .wrapper {
    display: block;
  }

  .productDescription .contentContainer .item {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }

  .productDescription .contentContainer .item + .item {
    margin-top: 40px;
  }

  .productDescription + * {
    margin-top: 80px;
  }

  .descriptionCard {
    display: flex;
  }

  .descriptionCard .title + .content {
    margin-top: 12px;
  }

  .descriptionCard .content .text + .text {
    margin-top: 12px;
  }

  * + .researchSection {
    margin-top: 80px;
  }

  .researchSection + * {
    margin-top: 80px;
  }

  .researchList {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 44px;
  }

  * + .resultSection {
    margin-top: 80px;
  }

  .resultSection {
    max-width: 706px;
    padding-top: 60px;
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 90px;
  }

  .resultSection .titleContainer + .contentContainer {
    margin-top: 40px;
  }

  .resultSection + * {
    margin-top: 80px;
  }

  .resultList .resultItem + .resultItem {
    margin-top: 72px;
  }

  .resultItem {
    display: block;
  }

  .resultItem .imgWrap {
    margin-left: auto;
    margin-right: auto;
    width: 522px;
    height: 328px;
  }

  .resultItem .imgWrap.lg {
    width: 522px;
    height: 335px;
  }

  .resultItem .imgWrap .in {
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  .resultItem .wrap {
    max-width: 338px;
    margin-left: auto;
    margin-right: auto;
  }

  .resultItem .subtitle + .title {
    margin-top: 8px;
  }

  .resultItem .title + .content {
    margin-top: 8px;
  }

  * + .testToolsSection {
    margin-top: 80px;
  }

  .testToolsSection .titleContainer + .contentContainer {
    margin-top: 40px;
  }

  .testToolsSection + * {
    margin-top: 100px;
  }

  .testToolsList {
    grid-template-columns: repeat(2, 338px);
    gap: 30px;
  }

  .testToolItem .img + .title {
    margin-top: 20px;
  }

  .testToolItem .title + .content {
    margin-top: 8px;
  }

  * + .uxFeaturesSection {
    margin-top: 100px;
  }

  .uxFeaturesSection {
    max-width: 706px;
    padding: 40px 30px;
  }

  .uxFeaturesSection .titleContainer + .contentContainer {
    margin-top: 40px;
  }

  .uxFeaturesSection + * {
    margin-top: 80px;
  }

  .uxFeaturesList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .uxFeaturesList .img {
    width: 62px;
    height: 62px;
  }

  .uxFeaturesList .img img {
    width: 100%;
  }

  * + .stepsSection {
    margin-top: 80px;
  }

  .stepsSection .titleContainer {
    width: 338px;
  }

  .stepsSection .contentContainer {
    margin-left: 30px;
    width: 338px;
  }

  .stepsSection + * {
    margin-top: 80px;
  }

  .stepsList .stepItem + .stepItem {
    margin-top: 40px;
  }

  .stepItem .num {
    position: relative;
    top: 4px;
    width: 62px;
    height: 62px;
    font-size: 30px;
    line-height: 30px;
  }

  * + .featuresSection {
    margin-top: 80px;
  }

  .featuresSection .titleContainer {
    font-size: 30px;
    line-height: 38px;
  }

  .featuresSection .hideContent {
    margin-top: 30px;
  }

  .featuresSection + * {
    margin-top: 80px;
  }

  .featuresList .wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    grid-auto-flow: row dense;
  }

  .featuresList .wrapper + .hiddenBlock {
    margin-top: 30px;
  }

  .featuresList .item.left,
  .featuresList .item.right {
    grid-column: 1/3;
  }

  .featureItem {
    padding: 28px;
    min-height: 280px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
  }

  .featureItem .title + .content {
    margin-top: 8px;
  }

  * + .tariffsSection {
    margin-top: 80px;
  }

  .tariffsSection {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tariffsSection * + .tariffsTableWrapper {
    margin-top: 85px;
  }

  .tariffsSection * + .tariffsTableWrapper.sm {
    margin-top: 22px;
  }

  .tariffsSection * + .tariffsTableWrapper.md {
    margin-top: 6px;
  }

  .tariffsSection * + .tariffInfo {
    margin-top: 40px;
  }

  .tariffsIntro {
    padding-right: 0px;
  }

  .tariffsIntro .infoWrapper {
    max-width: 500px;
    margin-left: 28px;
    padding-left: 29px;
    padding-top: 12px;
    padding-bottom: 4px;
  }

  .tariffsIntro .title + .content {
    margin-top: 8px;
  }

  .tariffsIntro.center {
    padding-right: 0px;
  }

  .tariffsTable {
    margin-left: 0;
    margin-right: 0;
  }

  .tariffsTable .tHead .tCell .in {
    padding-bottom: 7px;
  }

  .tariffsTable .tHead .tCell:last-child {
    background-color: transparent;
  }

  .tariffsTable .tHead + .tRow .tCell {
    padding-top: 11px;
  }

  .tariffsTable .tHead + .tRow .tCell:last-child {
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    -ms-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
  }

  .tariffsTable .tHead [class*="Cap"] {
    font-size: 20px;
    line-height: 28px;
  }

  .tariffsTable [class*="btn"] {
    min-width: 140px;
  }

  .tariffsTable .tRow .tCell {
    font-size: 14px;
    line-height: 22px;
  }

  .tariffsTable .tRow .disabled {
    font-size: 16px;
  }

  .tariffsTable .tRow:last-child .in {
    padding-bottom: 26px;
  }

  .tariffsTable .tCell {
    padding-left: 0;
    padding-right: 0;
    width: 187px;
    flex-basis: 187px;
  }

  .tariffsTable .tCell .in {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tariffsTable .tCell.lg {
    flex-basis: max(552px, 50%);
  }

  .tariffsTable .dataBlock {
    padding-left: 9px;
  }

  .tariffsTable .dataBlock [class*="icon"] {
    display: none;
  }

  .tariffsTable .dataBlock .title {
    font-size: 14px;
    line-height: 24px;
  }

  .tariffsTable .dataBlock .title + .content {
    margin-top: 8px;
  }

  .tariffsTable .dataBlock .content {
    font-size: 14px;
    line-height: 22px;
  }

  .tariffsTable .dataOptions {
    padding-left: 9px;
  }

  .tariffsTable .dataOptions label {
    font-size: 14px;
    line-height: 24px;
    padding-left: 37px;
  }

  .tariffsTable .dataOptions .note {
    margin-top: 6px;
  }

  .tariffsTable .price {
    padding-top: 0px;
  }

  .tariffsTable .price span + span {
    margin-top: 0;
  }

  .tariffsTable .price .rub {
    font-size: 18px;
    line-height: 26px;
  }

  .tariffsTable .price .usd {
    font-size: 14px;
    line-height: 22px;
  }

  .tariffsTable .buttons {
    margin-top: 8px;
  }

  .tariffsTable .buttons [class*="btn"] + a {
    margin-top: 18px;
  }

  .tariffsTable .payment {
    font-size: 16px;
    line-height: 26px;
  }

  .tariffsTable .costParam {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tariffsTable .costParam .cost {
    font-size: 14px;
    line-height: 22px;
  }

  .tariffsTable .costData {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
  }

  .tariffsTable .dataOptions .note {
    padding-left: 0;
  }

  .tariffsTable.sm .tRow {
    padding-right: 0px;
    justify-content: center;
  }

  .tariffsTable.sm .tRow:nth-child(1) .tCell {
    padding-top: 23px;
  }

  .tariffsTable.sm .tCell {
    width: 148px;
    flex-basis: 148px;
    flex-grow: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .tariffsTable.sm .tCell:last-child {
    margin-right: auto;
  }

  .tariffsTable.sm .param {
    margin-left: auto;
    width: calc(100% - 148px);
    flex-basis: initial;
  }

  .tariffsTable.sm .param span span {
    display: block;
  }

  .tariffsTable.sm a {
    margin: 0px auto;
    font-size: 14px;
    line-height: 20px;
  }

  .tariffsTable.sm .siteLink {
    margin-top: 18px;
  }

  .tariffsTable.md .tRow,
  .tariffsTable.md .tHead {
    justify-content: flex-start;
  }

  .tariffsTable.md .tCell:last-child {
    margin-right: auto;
  }

  .tariffsTable.md .tCell .in {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tariffsTable.md .tHead .tCell .in {
    padding-bottom: 17px;
  }

  .tariffsTable.md .param {
    width: calc(100% - 374px);
    flex-basis: initial;
    margin-left: auto;
  }

  .tariffInfo .info + [class*="btn"] {
    margin-top: 28px;
  }

  .forTeamsSection {
    padding-top: 21px;
    padding-bottom: 64px;
  }

  .forTeamsSection .info + .teamsList {
    margin-top: 56px;
  }

  .teamsList .teamItem + .teamItem {
    margin-top: 10px;
  }

  .teamItem.dropdownItem .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 61px;
    padding-bottom: 10px;
    padding-right: 7px;
  }

  .teamItem.dropdownItem .head .title {
    font-size: 16px;
    line-height: 24px;
  }

  .teamItem.dropdownItem .head .button {
    width: 37px;
    height: 37px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }

  .teamItem.dropdownItem .head .button [class*="icon"] {
    font-size: 12px;
    -moz-transform-origin: 35% 45%;
    -ms-transform-origin: 35% 45%;
    -webkit-transform-origin: 35% 45%;
    -o-transform-origin: 35% 45%;
    transform-origin: 35% 45%;
  }

  .teamItem.dropdownItem .content {
    padding: 0px;
  }

  .teamItem.dropdownItem .content .in {
    padding-top: 29px;
    padding-bottom: 25px;
    width: 100%;
  }

  .teamTabContent {
    flex-direction: column-reverse;
  }

  .teamTabContent .imgContainer {
    width: 100%;
    margin-top: 21px;
  }

  .teamTabContent .imgContainer + .textContainer {
    max-width: 100%;
    padding-top: 0px;
  }

  .teamTabContent .textContainer {
    width: 100%;
    padding: 18px !important;
    background-color: #f5f6fa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }
}
@media (max-width: 1024px) {
.startScreen .img {
  width: 500px;
  top: 60px;
  margin-right: -560px;
}
}
@media (max-width: 767px) {

 .startScreen .demoBlock + .clientsBlock{
    margin-top: 500px !important;
  }
  .startScreen .img {
  width: 340px;
  top: 350px;
  margin-right: -150px;
}
  .container,
  .containerLg,
  .containerMd {
    width: 100%;
    max-width: 400px;
    padding: 0px 17px;
  }

  .owl-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
  }

  .siteLogo {
    width: 184px;
    top: -2px;
  }

  .headerSection {
    background: #212154;
  }

  header .headerWrapper {
    height: 60px;
  }

  header .logoWrapper {
    left: -20px;
    top: 0;
    margin-right: -38px;
    z-index: 7;
  }

  header .openMenuBtn {
    margin-left: 18px;
  }

  header .menuList {
    margin-top: 28px;
  }

  .openMenuBtn {
    width: 20px;
  }

  .openMenuBtn span + span {
    margin-top: 6px;
  }

  .headerInfo {
    max-width: 400px;
    padding-top: 75px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 12px;
  }

  .navList {
    display: block;
    padding-left: 43px;
  }

  .navList .dropdown + .dropdown {
    margin-left: 0px;
  }

  .navList li + li {
    margin-left: 0px;
    margin-top: 16px;
  }

  .menuList {
    display: block;
    padding-left: 43px;
    padding-top: 28px;
  }

  .menuList li > a,
  .menuList li > span {
    padding-right: 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .menuList li + li {
    margin-top: 16px;
  }

  .dropdownMenu {
    padding-top: 20px;
    padding-left: 20px;
  }

  .dropdownMenu .inner {
    display: block;
  }

  .dropdownMenu .item + .item {
    margin-left: 0px;
    margin-top: 28px;
  }

  .startScreen {
    padding-bottom: 30px;
  }

  .startScreen .img {
    width: 90%;
    top: 380px;
    margin-right: auto;
    right: 5%;
  }

  .startScreen .titleContainer br {
    display: none;
  }

  .startScreen .wrapper + .demoBlock {
    margin-top: 40px;
  }

  .startScreen .demoBlock + .clientsBlock {
    margin-top: 40px;
  }

  .demoBlock {
    max-width: 285px;
    text-align: center;
  }

  .demoBlock [class*="btn"] {
    width: 100%;
  }

  .demoBlock [class*="btn"] + span {
    margin-top: 12px;
  }

  .demoBlock span {
    font-size: 12px;
  }

  .clientsBlock .title + .wrap {
    margin-top: 24px;
  }

  .clientsBlock .wrap {
    position: relative;
  }

  .clientsBlock .wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: -17px;
    width: 97px;
    height: 100%;
    background: rgba(33, 33, 84, 0);
    background: -moz-linear-gradient(left, rgba(33, 33, 84, 0) 0%, #212154 100%);
    background: -webkit-linear-gradient(left, rgba(33, 33, 84, 0) 0%, #212154 100%);
    background: linear-gradient(to right, rgba(33, 33, 84, 0) 0%, #212154 100%);
    z-index: 2;
  }

  .clientsBlock .wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: -17px;
    width: 17px;
    height: 100%;
    background: #212154;
    background: -moz-linear-gradient(left, #212154 0%, rgba(33, 33, 84, 0) 100%);
    background: -webkit-linear-gradient(left, #212154 0%, rgba(33, 33, 84, 0) 100%);
    background: linear-gradient(to right, #212154 0%, rgba(33, 33, 84, 0) 100%);
    z-index: 3;
  }

  .clientsBlock .clientsSlider {
    margin: 0 -17px;
    width: auto;
  }

  .clientsBlock .clientsSlider .logoItem {
    padding: 0 17px;
  }

  .contentSection {
    /* padding-bottom: 40px; */
  }

  .manageImg.md {
    display: none;
  }

  .manageImg.sm {
    display: block;
  }

  .manageSection .rightSide {
    margin-top: 12px;
  }

  .manageSection .titleContainer + .contentContainer {
    margin-top: 16px;
  }

  .manageSection + .dataSection {
    margin-top: 75px;
  }

  .dataSection .rightSide {
    height: 270px;
  }

  .dataSection .info + .img {
    margin-top: 20px;
  }

  .dataSection .titleContainer + .contentContainer {
    margin-top: 16px;
  }

  .dataSection .dataDemo {
    top: 39px;
    right: auto;
    left: 50%;
    margin-left: -76px;
    -moz-transform: scale(0.435);
    -ms-transform: scale(0.435);
    -webkit-transform: scale(0.435);
    -o-transform: scale(0.435);
    transform: scale(0.435);
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  .dataSection .dataDemo .slickSliderDots {
    -moz-transform: scale(1.73);
    -ms-transform: scale(1.73);
    -webkit-transform: scale(1.73);
    -o-transform: scale(1.73);
    transform: scale(1.73);
    -moz-transform-origin: 0%;
    -ms-transform-origin: 0%;
    -webkit-transform-origin: 0%;
    -o-transform-origin: 0%;
    transform-origin: 0%;
  }

  .dataSection + .cycleSection {
    margin-top: 121px;
  }

  .dataSlider .slickSliderDots {
    margin-top: 147px;
    padding-left: 33px;
  }

  .slickSliderDots li + li {
    margin-left: 11px;
  }

  .cycleSection .titleContainer::before {
    top: -40px;
    margin-left: -65px;
    width: 130px;
    height: 130px;
  }

  .cycleSection .titleContainer + .contentContainer {
    margin-top: 18px;
  }

  .cycleSection .cycleWrapper + .noteBlock {
    margin-top: 112px;
  }

  .cycleSection + .platformSection {
    margin-top: 74px;
  }

  .cycleWrapper {
    position: relative;
    display: flex;
    justify-content: center;
    margin-left: calc(((100vw - 400px) / -2) - 17px);
    margin-right: calc(((100vw - 400px) / -2) - 17px);
    height: 479px;
  }

  .cycleBlock {
    width: 760px;
    height: 620px;
    margin: 0px auto;
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  .cycleBlock .img {
    width: 760px;
    left: 0px;
    overflow: hidden;
  }

  .cycleBlock .list {
    width: 895px;
  }

  .cycleBlock .list li:nth-child(1) {
    left: 20px;
    bottom: 63px;
  }

  .cycleBlock .list li:nth-child(2) {
    right: 100px;
  }

  .cycleBlock .list li:nth-child(3) {
    right: 35px;
  }

  .cycleBlock .list li:nth-child(4) {
    right: 60px;
    top: 44px;
  }

  .cycleBlock .list li:nth-child(5) {
    left: 37px;
    top: 105px;
  }

  .cycleBlock .list li:nth-child(6) {
    left: 20px;
    top: 260px;
  }

  .noteBlock {
    margin-left: -40px;
    margin-right: -40px;
    padding: 46px 57px 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .noteBlock .img {
    width: 130px;
    top: -35px;
  }

  .platformSection .titleContainer {
    text-align: left;
  }

  .platformSection + .toolsSection {
    margin-top: 80px;
  }

  .platformList {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 32px;
  }

  .platformItem {
    padding-left: 77px;
  }

  .platformItem .content {
    padding-right: 5px;
  }

  .platformItem .title + .info {
    margin-top: 4px;
  }

  .toolsSection .titleContainer {
    text-align: left;
  }

  .toolsSection .titleContainer + .contentContainer {
    margin-top: 20px;
  }

  .toolsSection + .newsSection {
    margin-top: 60px;
  }

  .toolsList {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .toolsList .item + .item {
    margin-top: 16px;
  }

  .toolsList .item:nth-child(1) {
    order: 1;
  }

  .toolsList .item:nth-child(2) {
    order: 4;
  }

  .toolsList .item:nth-child(3) {
    order: 2;
  }

  .toolsList .item:nth-child(4) {
    order: 3;
  }

  .toolsList .item:nth-child(5) {
    order: 7;
  }

  .toolsList .item:nth-child(6) {
    order: 5;
  }

  .toolsList .item:nth-child(7) {
    order: 6;
  }

  .toolItem {
    padding: 20px;
    min-height: 200px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
  }

  .toolItem img {
    display: none !important;
  }

  .toolItem .title {
    font-size: 16px;
    line-height: 24px;
  }

  .toolItem .title + .content {
    margin-top: 8px;
  }

  .toolItem .content p {
    font-size: 12px;
    line-height: 18px;
  }

  .toolItem:not(.top) {
    justify-content: flex-end;
  }

  .newsSection .titleContainer + .contentContainer {
    margin-top: 20px;
  }

  .newsItem {
    padding-left: 0px;
  }

  .newsItem .logo {
    display: none;
  }

  .newsItem .logo + .date {
    margin-top: 0px;
  }

  .newsItem .date + .title {
    margin-top: 6px;
  }

  .newsItem .title + .content {
    margin-top: 5px;
  }

  .newsItem .content + .moreLink {
    margin-top: 8px;
  }

  .viewSection {
    padding-top: 33px;
    padding-bottom: 60px;
  }

  .viewSection .logo {
    left: 5px;
    max-width: 240px;
  }

  .viewSection .logo + .title {
    margin-top: 21px;
  }

  .viewSection .title + .info {
    margin-top: 12px;
  }

  .viewSection .info + [class*="btn"] {
    margin-top: 28px;
  }

  footer {
    padding-top: 28px;
  }

  .footMenu {
    padding-right: 0px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footMenu .item {
    width: 130px;
    min-width: 130px;
    padding-right: 16px;
  }

  .footMenu .item:last-child {
    margin-top: 28px;
  }

  .footMenu .item + .item {
    margin-left: 0px;
  }

  .footMenu .title {
    line-height: 18px;
    margin-bottom: 20px;
  }

  .footMenu .title + .contacts {
    margin-top: 8px;
  }

  .footMenu ul li {
    min-width: 130px;
    max-width: 100%;
  }

  .footMenu ul.cols {
    display: block;
  }

  .footMenu ul.cols li + li {
    margin-top: 16px;
    margin-left: 0px;
  }

  .footMenu ul.contacts li + li {
    margin-top: 12px;
  }

  .footMenu + .footInfo {
    margin-top: 28px;
  }

  .footInfo {
    padding-top: 20px;
    padding-left: 0px;
    padding-bottom: 28px;
    flex-direction: column;
    align-items: center;
  }

  .footInfo > * {
    width: 100%;
  }

  .footInfo .logoBlock {
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: 0px;
    display: flex;
    justify-content: center;
    order: 1;
  }

  .footInfo .logoBlock .siteLogo {
    width: 200px;
  }

  .footInfo .copyrightBlock {
    margin-left: 0px;
    margin-top: 10px;
    order: 2;
  }

  .footInfo .copyrightBlock + .socBlock {
    margin-left: 0px;
  }

  .footInfo .socBlock {
    padding-top: 20px;
    order: 4;
  }

  .footInfo .loginBlock {
    margin-left: 0px;
    margin-top: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    order: 3;
  }

  .footInfo .infoBlock {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
    text-align: center;
    order: 5;
  }

  .footInfo .infoBlock ul li + li {
    margin-top: 12px;
  }

  .footInfo .devCopyright {
    position: static;
    margin-top: 28px;
    width: 100%;
    justify-content: center;
    order: 6;
  }

  .copyright {
    line-height: 18px;
    text-align: center;
  }

  .socBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .socBlock .title {
    line-height: 16px;
  }

  .socList li + li {
    margin-left: 13px;
  }

  .errorSection {
    padding-top: 40px;
    padding-bottom: 5px;
  }

  .errorSection .name {
    font-size: 16px;
    line-height: 24px;
  }

  .errorSection .name + .title {
    margin-top: 8px;
  }

  .errorSection .title + .info {
    margin-top: 12px;
  }

  .errorSection .links {
    flex-direction: column;
    align-items: center;
  }

  .errorSection .links li a {
    font-size: 16px;
    line-height: 24px;
  }

  .errorSection .links li + li {
    margin-left: 0px;
    margin-top: 16px;
  }

  .errorSection .links li + li::before {
    display: none;
  }

  .errorSection .img {
    position: relative;
    width: 100%;
    height: 212px;
  }

  .errorSection .img img {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
  }

  .errorSection .error404 {
    margin-top: 40px;
  }

  .errorSection .error500 {
    margin-top: 60px;
  }

  .aboutSection {
    background-image: none !important;
  }

  .aboutSection .imgSm {
    display: block;
    margin-bottom: 20px;
  }

  .aboutSection .imgSm img {
    display: block;
    max-width: 100%;
    min-height: 220px;
  }

  .aboutSection .wrapper {
    height: auto;
    padding-bottom: 0px;
  }

  .aboutSection .titleContainer span {
    color: #111133;
  }

  .aboutSection .titleContainer + .contentContainer {
    margin-top: 8px;
  }

  .aboutSection .contentContainer .lead {
    color: #111133;
  }

  .historySection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .historySection .wrapper {
    width: 100%;
  }

  .historySection .titleContainer + .contentContainer {
    margin-top: 20px;
  }

  .historyItem {
    display: block;
  }

  .historyItem .date {
    position: relative;
    display: inline-block;
    width: auto;
  }

  .historyItem .date + .content {
    margin-top: 12px;
  }

  .historyItem .content p + p {
    margin-top: 20px;
  }

  .historyItem .mark {
    top: -24px;
    right: auto;
    left: calc(100% + 10px);
    width: 50px;
  }

  .clientsSection {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .clientsSection .wrapper {
    padding-left: 17px;
    padding-right: 17px;
    max-width: 400px;
  }

  .clientsSection .titleContainer {
    text-align: left;
  }

  .clientsSection .titleContainer + .contentContainer {
    margin-top: 22px;
  }

  .clientsList {
    margin: -18px -13px;
  }

  .clientsList .item {
    padding: 18px 13px;
  }

  .clientItem {
    width: 130px;
  }

  .clientItem a {
    padding-right: 0px;
    font-size: 12px;
    line-height: 18px;
  }

  .clientItem a::before {
    display: none;
  }

  .clientItem::before {
    top: -11px;
    left: -13px;
    width: calc(100% + 24px);
    height: 95px;
  }

  .innerPage {
    padding-top: 12px;
  }

  .productsSection .titleContainer + .contentContainer {
    margin-top: 20px;
  }

  .productsBlock .item + .item {
    margin-top: 12px;
  }

  .productItem {
    min-height: 300px;
    margin-left: -17px;
    margin-right: -17px;
    padding-left: 17px !important;
    padding-right: 17px;
    padding-top: 28px;
    padding-bottom: 200px;
    overflow: hidden;
  }

  .productItem img {
    bottom: 0px;
    right: 0px;
    margin: 0px auto !important;
  }

  .productItem .wrap + [class*="btn"] {
    margin-top: 20px;
  }

  .productItem .note {
    left: 17px;
    bottom: 170px;
  }

  .productItem .title + .subtitle {
    margin-top: 4px;
  }

  .productItem .subtitle + .content {
    margin-top: 8px;
  }

  .teamSection {
    padding-top: 74px;
  }

  .teamSection .tabsOptions {
    display: block;
  }

  .tabsTemplate3 .tabsList {
    display: none;
  }

  .mainBlogSection {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .mainBlogSection .titleContainer + .contentContainer {
    margin-top: 12px;
  }

  .mainBlogSection .tabsOptions {
    display: block;
  }

  .mainBlogSection .pagination {
    display: none;
  }

  .mainBlogSection .paginationSm {
    display: flex;
    margin-top: 60px;
  }

  .tabsTemplate2 .tabsList {
    display: none;
  }

  .tabsTemplate2 .tabContent {
    padding-top: 28px;
  }

  .primaryBlogSection {
    display: block;
  }

  .primaryBlogSection .item + .item {
    margin-top: 40px;
  }

  .primaryBlogSection + * {
    margin-top: 40px;
  }

  * + .simpleBlogSection {
    padding-top: 28px;
  }

  * + .secondaryBlogSection {
    padding-top: 40px;
  }

  .simpleBlogSection {
    display: block;
  }

  .simpleBlogSection .item + .item {
    margin-top: 28px;
  }

  .simpleBlogSection + * {
    margin-top: 28px;
  }

  .secondaryBlogSection {
    display: block;
  }

  .secondaryBlogSection .item + .item {
    margin-top: 40px;
  }

  .blogItemLg .img {
    height: 180px;
  }

  .blogItemMd .img {
    width: 208px;
    height: 124px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
  }

  .blogItemMd .contentWrap {
    padding-top: 12px;
  }

  .blogSection {
    padding-bottom: 60px;
  }

  .blogSection .titleContainer .title + .info {
    margin-top: -2px;
  }

  .blogSection .titleContainer + .contentContainer {
    margin-top: 22px;
  }

  .blogSection .textBlock .note {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blogSection * + .fourthCap {
    margin-top: 25px;
  }

  .blogSection * + .imageTemplate {
    margin-top: 20px;
  }

  .blogSection * + .noteTemplate {
    margin-top: 40px;
  }

  .blogSection * + .withNote {
    margin-top: 25px;
  }

  .blogSection * + .galleryTemplate {
    margin-top: 28px;
  }

  .blogSection * + .quoteBlock {
    margin-top: 72px;
  }

  .blogSection * + .sliderTemplate {
    margin-top: 40px;
  }

  .blogSection * + .tableBlock {
    margin-top: 69px;
  }

  .blogSection * + .tabsBlock {
    margin-top: 60px;
  }

  .blogSection * + .linksMenu {
    margin-top: 40px;
  }

  .blogSection * + .tableTemplate {
    margin-top: 115px;
  }

  .blogSection * + .paginationSm {
    margin-top: 40px;
  }

  .blogSection * + .formTemplate {
    margin-top: 105px;
  }

  .blogSection .secCap + *,
  .blogSection .thirdCap + *,
  .blogSection .fourthCap + * {
    margin-top: 12px;
  }

  .blogSection .tableTemplate + * {
    margin-top: 40px;
  }

  .blogSection .pagination + * {
    margin-top: 40px;
  }

  .blogSection .tabsTemplate .tabsList {
    display: none;
  }

  .blogSection .tabsBlock + .tabsBlock {
    margin-top: 28px;
  }

  .blogSection .tabsBlock + * {
    margin-top: 40px;
  }

  .blogSection .pagination {
    display: none;
  }

  .blogSection .paginationSm {
    display: flex;
  }

  .blogSection .formTemplate + * {
    margin-top: 40px;
  }

  .postInfo {
    flex-wrap: wrap;
    margin-right: -21px;
  }

  .postInfo li {
    font-size: 12px;
    line-height: 18px;
    margin-right: 21px;
  }

  .postInfo li [class*="icon"] {
    margin-right: 4px;
    font-size: 12px;
  }

  .postInfo li::after {
    left: calc(100% + 8px);
    font-size: 12px;
    line-height: 18px;
  }

  .imageTemplate {
    margin-left: -17px;
    margin-right: -17px;
  }

  .imageTemplate .cap {
    margin-top: 8px;
    padding-left: 17px;
    padding-right: 17px;
    line-height: 18px;
  }

  .imageTemplate + * {
    margin-top: 24px;
  }

  .linksList {
    padding-left: 20px;
    padding-right: 20px;
  }

  .linksList .title + ul {
    margin-top: 4px;
  }

  .linksList .col + .col {
    margin-top: 20px;
  }

  .linksList .item + .item {
    margin-top: 20px;
  }

  .linksList ul li + li {
    margin-top: 12px;
  }

  .linksList + * {
    margin-top: 40px;
  }

  .noteTemplate {
    margin-left: -17px;
    margin-right: -17px;
    padding: 28px 17px;
    font-size: 16px;
    line-height: 24px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
  }

  .noteTemplate + * {
    margin-top: 25px;
  }

  .withNote .wrapper {
    display: block;
  }

  .withNote .content + .note {
    margin-left: 20px;
    margin-top: 26px;
  }

  .withNote .note {
    width: 100%;
    padding-left: 16px;
    padding-right: 17px;
    font-size: 14px;
    line-height: 22px;
  }

  .withNote + * {
    margin-top: 28px;
  }

  .galleryTemplate {
    display: block;
  }

  .galleryTemplate .imageTemplate {
    margin: 0px;
  }

  .galleryTemplate .item + .item {
    margin-top: 20px;
  }

  .galleryTemplate .img {
    height: 180px;
  }

  .galleryTemplate .cap {
    padding: 0px;
  }

  .remarkBlock {
    display: block;
  }

  .remarkBlock .remark {
    width: 100%;
    line-height: 18px;
  }

  .remarkBlock .remark.sm {
    width: 100%;
  }

  .remarkBlock .remark + .remark {
    margin-left: 0px;
    margin-top: 20px;
  }

  .quoteBlock {
    position: relative;
    padding: 50px 17px 28px;
    margin-left: -17px;
    margin-right: -17px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
  }

  .quoteBlock::before,
  .quoteBlock::after {
    left: auto;
    top: -28px;
    margin: 0px;
  }

  .quoteBlock::before {
    right: 42px;
  }

  .quoteBlock::after {
    right: 20px;
  }

  .quoteBlock .img {
    position: absolute;
    top: -32px;
    left: 17px;
  }

  .quoteBlock .img + .content {
    margin-left: 0px;
  }

  .quoteBlock .quote {
    font-size: 16px;
    line-height: 24px;
  }

  .quoteBlock .author {
    line-height: 18px;
  }

  .quoteBlock + * {
    margin-top: 28px;
  }

  .sliderTemplate .item {
    height: 160px;
  }

  .sliderTemplate .owl-nav .owl-prev,
  .sliderTemplate .owl-nav .owl-next {
    top: 100%;
    margin-top: -8px;
    font-size: 14px !important;
  }

  .sliderTemplate .owl-nav .owl-prev {
    right: calc(100% - 73px);
  }

  .sliderTemplate .owl-nav .owl-next {
    left: calc(100% - 73px);
  }

  .sliderTemplate .owl-dots {
    margin-top: 17px;
  }

  .sliderTemplate .owl-dots .owl-dot {
    width: 20px;
    height: 2px;
  }

  .sliderTemplate + * {
    margin-top: 69px;
  }

  .tableBlock .title {
    font-size: 20px;
    line-height: 28px;
  }

  .tableBlock .table {
    margin-right: calc((100vw - 366px) / -2);
  }

  .tableBlock + * {
    margin-top: 60px;
  }

  .tableTemplate .tableHead .tableCell {
    line-height: 18px;
    padding-bottom: 19px;
  }

  .tableTemplate .tableRow .tableCell {
    padding-top: 16px;
    font-size: 12px;
    line-height: 18px;
  }

  .tableTemplate .tableCell {
    flex-shrink: 0;
  }

  .tableTemplate .tableCell:not(:last-child) {
    padding-right: 16px;
  }

  .tableTemplate .tableCell.type {
    width: 155px;
  }

  .tableTemplate .tableCell.date {
    width: 155px;
  }

  .tableTemplate .tableCell.cap {
    width: 245px;
  }

  .tableTemplate .tableCell.text {
    width: 285px;
  }

  .tabsBlock .tabsOptions {
    display: block;
  }

  .tabsList.lg li {
    font-size: 18px;
    line-height: 28px;
  }

  .tabsList.lg li .tabEl {
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 12px;
  }

  .tabsList.lg li + li {
    margin-left: 2px;
  }

  .tabsList.sm li {
    font-size: 14px;
    line-height: 22px;
  }

  .tabsList.sm li .tabEl {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 16px;
  }

  .tabsList.sm li + li {
    margin-left: 4px;
  }

  .linksMenu {
    display: block;
    padding-left: 40px;
  }

  .linksMenu li + li {
    margin-left: 0px;
    margin-top: 16px;
  }

  .linksMenu + * {
    margin-top: 40px;
  }

  .formTemplate.sm .attachBtn {
    padding-top: 16px;
  }

  .formTemplate.lg .formFooter {
    margin-top: 30px;
  }

  .formTemplate .formContent + .formFooter {
    margin-top: 30px;
  }

  .formTemplate .fieldset + .fieldset {
    margin-top: 16px;
  }

  .formTemplate .fieldsWrap {
    display: block;
  }

  .formTemplate .inBlock + .inBlock {
    margin-top: 16px;
  }

  .formTemplate .formWrapper {
    display: block;
  }

  .formTemplate .formWrapper .col {
    width: 100%;
  }

  .formTemplate .formWrapper .col.sm {
    width: 100%;
  }

  .formTemplate .formWrapper .col + .col {
    margin-left: 0px;
    margin-top: 16px;
  }

  .formTemplate .fieldItem + .fieldItem {
    margin-top: 16px;
  }

  .formTemplate .attachBtn {
    display: block;
    padding-top: 16px;
    text-align: center;
  }

  .formTemplate .formFooter {
    flex-direction: column;
    align-items: center;
  }

  .formTemplate .formFooter [class*="btn"] {
    width: 100%;
  }

  .formTemplate .formFooter .note {
    margin-left: 0px;
    margin-top: 16px;
  }

  .formTemplate .note {
    line-height: 18px;
    text-align: center;
  }

  .productBanner .productBannerImg {
    position: static;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
  }

  .productBanner {
    padding-bottom: 20px;
  }

  .productBanner .bannerWrapper {
    padding-top: 12px;
    padding-bottom: 52px;
  }

  .productBanner .breadcrumbs + * {
    margin-top: 22px;
  }

  .productBanner .titleContainer + .contentContainer {
    margin-top: 12px;
  }

  .productBanner .text + .text {
    margin-top: 16px;
  }

  .productBanner .btnContainer {
    margin-top: 28px;
  }

  .productBanner .note {
    position: absolute;
    top: calc(100% + 12px);
    left: 0px;
    margin-top: 0px;
  }

  .productBanner + .advantagesSection {
    margin-top: 60px;
  }

  .whomSection {
    padding-top: 60px;
  }

  .whomSection .titleContainer {
    font-size: 36px;
    line-height: 43px;
  }

  .whomSection .titleContainer + .contentContainer {
    margin-top: 62px;
  }

  .whomSection .wrapper {
    padding-bottom: 0px;
  }

  .whomSection .item:nth-child(odd) .img {
    top: 0px;
    left: -10px;
    right: 0px;
    margin: 0px auto;
  }

  .whomSection .item:nth-child(even) .img {
    top: 8px;
    left: -2px;
    right: 0px;
    margin: 0px auto;
    -moz-transform: scale(0.56);
    -ms-transform: scale(0.56);
    -webkit-transform: scale(0.56);
    -o-transform: scale(0.56);
    transform: scale(0.56);
  }

  .whomSection .item + .item {
    margin-top: 45px;
  }

  .whomSection.lg {
    padding-top: 40px;
  }

  .whomSection.lg .item + .item {
    margin-top: 28px;
  }

  .whomSection + * {
    margin-top: 60px;
  }

  .whomItem {
    position: relative;
    max-width: 100%;
    padding-top: 207px;
  }

  .whomItem .img {
    -moz-transform: scale(0.58);
    -ms-transform: scale(0.58);
    -webkit-transform: scale(0.58);
    -o-transform: scale(0.58);
    transform: scale(0.58);
    -moz-transform-origin: 50% 0px;
    -ms-transform-origin: 50% 0px;
    -webkit-transform-origin: 50% 0px;
    -o-transform-origin: 50% 0px;
    transform-origin: 50% 0px;
  }

  .whomItem .img + .title {
    margin-top: 0px;
  }

  .whomItem .title + .content {
    margin-top: 8px;
  }

  .whomItem .textBlock .lead {
    font-size: 16px;
    line-height: 24px;
  }

  .whomItem.sm {
    padding-top: 0px;
  }

  .whomItem.sm .img {
    height: 180px;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  .whomItem.sm .img + .title {
    margin-top: 12px;
  }

  * + .descriptionBlock {
    margin-top: 60px;
  }

  .descriptionBlock {
    max-width: 400px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .descriptionBlock .content {
    margin-top: 12px;
  }

  .descriptionBlock + * {
    margin-top: 60px;
  }

  * + .respSection {
    margin-top: 60px;
  }

  .respSection .img + .content {
    margin-top: 26px;
  }

  .respSection + * {
    margin-top: 60px;
  }

  * + .requestBlock {
    margin-top: 60px;
  }

  .requestBlock {
    max-width: 400px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .requestBlock .logo {
    position: static;
    width: 130px;
    margin-left: auto;
    margin-right: auto;
  }

  .requestBlock .logo + .content {
    margin-top: 16px;
  }

  .requestBlock .title + .info {
    margin-top: 12px;
  }

  .requestBlock .content + [class*="btn"] {
    margin-top: 20px;
  }

  .requestBlock + * {
    margin-top: 60px;
  }

  * + .advantagesSection {
    margin-top: 60px;
  }

  .advantagesSection .titleContainer + .contentContainer {
    margin-top: 28px;
  }

  .advantagesSection .noteBlock {
    margin-top: 94px;
  }

  .advantagesSection + * {
    margin-top: 60px;
  }

  .advantagesList {
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
  }

  .advantagesList.sm {
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
  }

  .advantageItem {
    padding-top: 0px;
    padding-left: 78px;
  }

  .advantageItem .num {
    top: -5px;
    left: -17px;
    font-size: 76px;
    line-height: 76px;
  }

  * + .productDescription {
    margin-top: 60px;
  }

  .productDescription + * {
    margin-top: 60px;
  }

  .descriptionCard {
    display: flex;
  }

  .descriptionCard .img {
    width: 62px;
    height: 62px;
  }

  .descriptionCard .img img {
    width: 100%;
  }

  .descriptionCard .img + .wrap {
    margin-left: 20px;
  }

  .descriptionCard .title + .content {
    margin-top: 8px;
  }

  .descriptionCard .content .text + .text {
    margin-top: 8px;
  }

  * + .researchSection {
    margin-top: 60px;
  }

  .researchSection .titleContainer + .contentContainer {
    margin-top: 28px;
  }

  .researchSection + * {
    margin-top: 60px;
  }

  .researchList {
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
  }

  .researchItem {
    padding-left: 78px;
  }

  .researchItem .num {
    top: -4px;
  }

  * + .resultSection {
    margin-top: 60px;
  }

  .resultSection {
    max-width: 400px;
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 52px;
  }

  .resultSection .wrapper {
    max-width: 400px;
    margin: 0px auto;
  }

  .resultSection .titleContainer {
    padding-left: 17px;
    padding-right: 17px;
  }

  .resultSection .titleContainer + .contentContainer {
    margin-top: 27px;
  }

  .resultSection + * {
    margin-top: 60px;
  }

  .resultList .resultItem + .resultItem {
    margin-top: 39px;
  }

  .resultItem .imgWrap {
    width: 320px;
    height: 202px;
  }

  .resultItem .imgWrap.lg {
    width: 320px;
    height: 206px;
  }

  .resultItem .imgWrap .in {
    -moz-transform: scale(0.43);
    -ms-transform: scale(0.43);
    -webkit-transform: scale(0.43);
    -o-transform: scale(0.43);
    transform: scale(0.43);
  }

  .resultItem .wrap {
    max-width: 286px;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  * + .testToolsSection {
    margin-top: 60px;
  }

  .testToolsSection + * {
    margin-top: 60px;
  }

  .testToolsList {
    display: block;
  }

  .testToolsList .item + .item {
    margin-top: 40px;
  }

  .testToolItem .img {
    width: 182px;
    margin: 0px auto;
  }

  .testToolItem .img + .title {
    margin-top: 16px;
  }

  * + .uxFeaturesSection {
    margin-top: 60px;
  }

  .uxFeaturesSection {
    max-width: 400px;
    padding: 30px 17px;
  }

  .uxFeaturesSection + * {
    margin-top: 60px;
  }

  .uxFeaturesList {
    display: block;
  }

  .uxFeaturesList .item + .item {
    margin-top: 40px;
  }

  .uxFeaturesList .img {
    width: 52px;
    height: 52px;
  }

  * + .stepsSection {
    margin-top: 60px;
  }

  .stepsSection .wrapper {
    display: block;
  }

  .stepsSection .titleContainer {
    width: 100%;
  }

  .stepsSection .contentContainer {
    width: 100%;
    margin-left: 0px;
    margin-top: 28px;
  }

  .stepsSection + * {
    margin-top: 60px;
  }

  .stepsList .stepItem + .stepItem {
    margin-top: 28px;
  }

  .stepsList.sm .stepItem + .stepItem {
    margin-top: 28px;
  }

  .stepItem .num {
    position: relative;
    top: 0px;
    width: 52px;
    height: 52px;
    font-size: 26px;
    line-height: 26px;
  }

  .stepItem .num + .content {
    margin-left: 26px;
  }

  * + .featuresSection {
    margin-top: 60px;
  }

  .featuresSection .titleContainer {
    font-size: 22px;
    line-height: 30px;
  }

  .featuresSection .titleContainer + .contentContainer {
    margin-top: 20px;
  }

  .featuresSection .hideContent {
    margin-top: 16px;
  }

  .featuresSection + * {
    margin-top: 60px;
  }

  .featuresList .wrapper {
    display: block;
  }

  .featuresList .wrapper + .hiddenBlock {
    margin-top: 16px;
  }

  .featuresList .item + .item {
    margin-top: 16px;
  }

  .featureItem {
    padding: 20px;
    min-height: 200px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
  }

  .featureItem .title + .content {
    margin-top: 4px;
  }

  .featureItem .content {
    font-size: 12px;
    line-height: 18px;
  }

  .featureItem img {
    display: none;
  }

  * + .tariffsSection {
    margin-top: 60px;
  }

  .tariffsSection {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .tariffsSection * + .tariffsTableWrapper {
    margin-top: 50px;
  }

  .tariffsSection * + .tariffsTableWrapper.sm {
    margin-top: 24px;
  }

  .tariffsSection * + .tariffsTableWrapper .md {
    margin-top: 23px;
  }

  .tariffsSection .tariffsDesk {
    display: none;
  }

  .tariffsSection .tariffsMob {
    display: block;
    padding-bottom: 15px;
  }

  .tariffsIntro {
    display: block;
  }

  .tariffsIntro .logoWrapper {
    display: flex;
    justify-content: center;
  }

  .tariffsIntro .infoWrapper {
    margin-left: 0px;
    margin-top: 13px;
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    text-align: center;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .tariffsIntro .content {
    font-size: 12px;
    line-height: 18px;
  }

  .tariffsTable .tHead .tCell {
    width: 100%;
  }

  .tariffsTable .tHead .tCell:first-child {
    display: none;
  }

  .tariffsTable .tHead .tCell .in {
    padding-top: 16px;
    padding-bottom: 12px;
    justify-content: flex-start;
  }

  .tariffsTable .tRow .tCell {
    font-size: 12px;
    line-height: 18px;
  }

  .tariffsTable .tRow .disabled,
  .tariffsTable .tRow .check {
    font-size: 16px;
  }

  .tariffsTable .tRow:last-child .in {
    padding-bottom: 16px;
  }

  .tariffsTable .tCell {
    padding-left: 0;
    padding-right: 0;
    width: 145px;
    flex-basis: 145px;
  }

  .tariffsTable .dataBlock .title + .content {
    margin-top: 4px;
  }

  .tariffsTable .dataBlock .content {
    font-size: 12px;
    line-height: 18px;
  }

  .tariffsTable .dataOptions {
    padding: 0px;
  }

  .tariffsTable .dataOptions .note {
    font-size: 12px;
    line-height: 18px;
  }

  .tariffsTable .price span + span {
    margin-top: 4px;
  }

  .tariffsTable .price .rub {
    font-size: 12px;
    line-height: 18px;
  }

  .tariffsTable .price .usd {
    font-size: 12px;
    line-height: 18px;
  }

  .tariffsTable .buttons {
    margin-top: 4px;
  }

  .tariffsTable .buttons [class*="btn"] + a {
    margin-top: 16px;
  }

  .tariffsTable .payment {
    font-size: 12px;
    line-height: 18px;
  }

  .tariffsTable .costParam .cost {
    font-size: 12px;
    line-height: 18px;
  }

  .tariffsTable .costData {
    font-size: 12px;
    line-height: 18px;
  }

  .tariffsTable .dataBlock .title {
    font-size: 14px;
    line-height: 18px;
  }

  .tariffsTable .dataOptions label {
    font-size: 14px;
    line-height: 18px;
    padding-left: 26px;
  }

  .tariffsTable .dataOptions label:before {
    width: 18px;
    height: 18px;
  }

  .tariffsTable .dataOptions label:after {
    width: 18px;
    height: 18px;
    border-width: 4px;
  }

  .tariffsTable .buttons {
    width: calc(100vw - 34px);
  }

  .tariffsTable [class*="btn"] {
    min-width: 121px;
    max-width: 100%;
  }

  .tariffsTable.sm .tRow {
    justify-content: flex-start;
  }

  .tariffsTable.sm .tRow:nth-child(1) .tCell {
    padding-top: 6px;
  }

  .tariffsTable.sm .tCell {
    width: 130px;
    max-width: auto;
    flex-basis: 130px;
  }

  .tariffsTable.sm .param {
    width: calc(100% - 130px);
    max-width: auto;
    flex-basis: initial;
  }

  .tariffsTable.sm a {
    font-size: 12px;
    line-height: 18px;
  }

  .tariffsTable.sm .siteLink {
    margin-top: 0;
  }

  .tariffsTable.md .param {
    width: calc(100% - 145px);
    flex-basis: initial;
  }

  .tariffsTable.md .tCell .in {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tariffsTable.md .tCell:last-child {
    background-color: transparent;
  }

  .tariffsTable.md .tHead .tCell .in {
    padding-bottom: 0;
  }

  .tariffsTable.md:nth-child(2):before {
    content: "";
    display: block;
    position: absolute;
    background-color: #f5f6fa10;
    height: calc(100% + 15px);
    width: 100vw;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    z-index: -1;
  }

  .teamTabContent .imgContainer .back {
    display: none;
  }

  .teamTabContent .imgContainer .backSm {
    display: block;
    width: 100%;
  }

  .teamTabContent .imgContainer .img {
    top: 16%;
    left: 0%;
    width: 100%;
  }
}

@media (max-width: 550px) {
  .cycleWrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    display: block;
  }

  .cycleBlock {
    height: auto;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
}

@media (max-width: 400px) {
  .next_vac,
  .prev_vac {
    height: 20px;
    width: ;
  }
  .cycleWrapper {
    margin-left: -17px;
    margin-right: -17px;
  }

  .tableBlock .table {
    margin-right: -17px;
  }
  .vacancy .button {
    font-size: 11px;
  }
}

/*# sourceMappingURL=style.css.map */

/*septemberStyle*/

.philoSect {
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url(../../img/philo.svg);
}

.philo-left {
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../../img/philo-left.svg);
  margin-top: 60px;
}

.dev-sect {
  background-repeat: no-repeat;
  background-position: right;
  background-image: url(../../img/develop.svg);
}

.content-bg {
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../../img/dev-elsvg.svg);
}

.client {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url(../../img/dich.svg);
  padding-bottom: 100px;
}

.client-bg {
  margin-top: 120px;
  background-repeat: no-repeat;
  background-image: url(../../img/circle.svg);
  background-position: top left;
}

.team-pic {
  background-repeat: no-repeat;
  background-position: right;
  background-image: url(../../img/team-left.svg);
}

.team-bg {
  background-repeat: no-repeat;
  background-image: url(../../img/team-sun.svg);
  background-position: left;
}

.vac-pic {
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../../img/vac-box.svg);
  position: relative;
}

.container-rel {
  position: relative;
}

.cont-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.myblock {
  display: flex;
}

.img-flex {
  max-width: 25%;
}

.left.text.invert {
  padding-right: 0;
  max-width: 39%;
}

.next_vac {
  background-image: url(../../img/prev-arrow.svg);
  height: 40px;
  width: 40px;
  right: 14%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  cursor: pointer;
  z-index: 5;
  transform: translateY(-50%);
  top: 50%;
}

.prev_vac {
  background-image: url(../../img/next-arrow.svg);
  height: 40px;
  width: 40px;
  left: -44px;
  top: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  cursor: pointer;
  transform: translateY(-50%) rotate(180deg);
  z-index: 5;
}

.next_wrap {
  right: 0;
  top: 0%;
  position: absolute;
  height: 105%;
  width: 33%;
  background: linear-gradient(to right, #fff0, white 55%);
  z-index: 2;
}

.teamSlider .slide::before,
.teamSlider .slide::after {
  display: none;
}

@media (max-width: 1000px) {
  .cont-flex {
    flex-direction: column;
  }
}

.slider::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: 0px;
  border: 20px solid transparent;
  border-top: 20px solid white;
  border-right: 20px solid white;
  z-index: 10;
}

.slider::before {
  z-index: 10;
  border: 20px solid transparent;
  border-bottom: 20px solid white;
  border-left: 20px solid white;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: -2px;
}

.button.white {
  padding: 0px 35px;
  background-color: white;
  height: auto;
}

.vacancy .description {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.buttons .button {
  margin-bottom: 8px;
}
.team__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 60px;
}

@media (max-width: 1330px) {
  .manageSection__inner p,
  .small-info__inner p{
    font-size: 18px;
  }
  .vacancy .description {
    min-height: 136px;
    -webkit-line-clamp: 6;
    line-height: 17px;
  }
  .team__container {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
  }
  .teamSlider {
    display: flex;
    flex-direction: column;
  }
  .team-left,
  .team-right {
    width: 100% !important;
  }
  .team-left {
    margin-bottom: 20px;
  }
  .secCap {
    text-align: center;
  }
  .cont-flex {
    flex-direction: column;
  }
  .left.text.invert {
    max-width: 100%;
    width: 100%;
  }
  .contentContainer .right {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 1000px) {
  .vacancys .vacancy {
    margin-right: 20px;
  }
}

@media (max-width: 834px) {
  .philoSect,
  .philo-left,
  .dev-sect,
  .content-bg,
  .client,
  .client-bg,
  .team-pic,
  .team-bg,
  .vac-pic,
  .blog-bg {
    background-image: none;
  }
}

@media (max-width: 768px) {
  .toolItem.type2{
    background-image: none;
  }
  .footer-flex{
    flex-direction: column;
  }
  .footer-inf{
    max-width: 100%;
    text-align: center;
  }
    .footer-inf .text{
      margin: 15px 0;
    }
  .next_wrap {
    display: none;
  }
  .containerSlider {
    max-width: 600px;
    padding: 0 10px;
  }
  .vacancys {
    width: auto;
  }
  .prev_vac {
    width: 30px;
    height: 30px;
    left: -26px;
  }
  .next_vac {
    right: -11px;
    width: 30px;
    height: 30px;
  }
  .team__container {
    grid-template-columns: repeat(2, 1fr);
  }
  .container {
    max-width: 600px !important;
  }
}
@media (max-width: 600px) {
  .arrow_left,
  .arrow_right {
    display: none !important;
  }
  .container-rel {
    max-width: 95%;
  }
  .photo img {
    max-width: 233px;
  }
  .prev_vac {
    left: 26px;
  }
  .next_vac {
    right: 10px;
  }
  .team__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 20px;
  }
  .team__member {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .button.big {
    font-size: 16px;
  }
  .prev_vac {
    left: -20px;
    /* top: 46%; */
    height: 35px;
    width: 35px;
  }
  .next_vac {
    height: 35px;
    width: 35px;
  }
}
.slick-dots {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.slick-dots li {
  margin-right: 5px;
  font-size: 0;
  width: 15px;
  height: 3px;
  background-color: #d3d3dc;
}
.slick-dots .slick-active {
  background-color: #111133;
}
.slick-dots li button {
  font-size: 0;
}
.blog-bg {
  background-image: url(../../img/blog-img.svg);
  background-position: top right;
  background-repeat: no-repeat;
}
.timeline .line {
  margin-left: 0;
}
#margin {
  padding-left: 18px;
}
@media (max-width: 1600px) {
  .next_vac {
    right: 10% !important;
  }
}
@media (max-width: 1400px) {
  .next_vac {
    right: 5% !important;
  }
}
@media (max-width: 480px) {
  .weWork{
    padding-top: 80px;
  }
  .toolItem.type2{
    justify-content: flex-end;
  }
  .type3 .fourthCap{
    max-width: none;
  }
  .platformSection{
    margin-top: 50px;
  }
  .manageSection__inner p, .small-info__inner p{
    font-size: 14px;
    line-height: 1.4;
  }
  .footer-flex{
    padding: 25px 5px;
  }
  .startScreen .img {
    width: 90%;
    margin-right: auto;
    right: 5%;
    top: 390px;
}
.startScreen .demoBlock + .clientsBlock {
  margin-top: 370px !important;
}
  .advantageItem {
    padding-left: 100px;
  }
  .advantageItem .num {
    left: 0;
  }
  .timeline .time_block_2016 {
    margin-left: 215px;
  }
  .timeline .time_block_2015 {
    width: 450px;
  }
  .timeline .line.top,
  .timeline .line.bottom {
    width: 1400px;
  }
}
.vac-title {
  margin-bottom: 20px;
}
.tabsTemplate2 .tabsList li .tabEl {
}

.resheniya-choose {
  display: flex;
  justify-content: space-between;
  padding: 70px 0;
  align-items: center;
  flex-wrap: nowrap;
}
.resheniya-choose span {
  font-size: 36px;
  display: inline-block;
  margin-bottom: 20px;
}

.resheniya-choose .text {
  margin-bottom: 30px;
}
.resheniya-choose .resheniya-choose__img {
  max-width: 45%;
  margin-right: 230px;
}
.resheniya-choose .wrap {
  max-width: 45%;
}

.startList {
  grid-template-columns: repeat(3, 1fr);
}
.margin-r {
  margin-right: -200px;
}
@media (max-width: 1330px) {
  .margin-r {
    margin-right: 0;
  }
  .resheniya-choose {
    flex-wrap: wrap;
    justify-content: center;
  }
  .resheniya-choose .resheniya-choose__img {
    max-width: 100%;
  }
  .resheniya-choose .wrap {
    max-width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .resheniya-choose span {
    font-size: 30px;
  }
}
@media (max-width: 1330px) {
  .startList {
    grid-template-columns: repeat(1, 1fr);
  }
}
.iti {
  width: 100% !important;
}
.iti input {
  height: 50px;
  display: block;
  background: white;
  margin-top: 10px !important;
}
