@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Onest", sans-serif;
}
a, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  text-decoration: none;
  line-height: 1.2;
}
button:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none;
}
input:focus {
  outline: none !important;
}
a:active, a:focus {
  outline: 0;
  outline: none !important;
  -moz-outline-style: none;
}
span, button, img, a {
  transition: .3s all ease;
}
a, span, button {
  display: inline-block;
}


.wrapper {
  overflow: hidden;
  background-color: #1D1D1D;
  min-height: 100vh;
  padding-bottom: 16px;
  position: relative;
}
.vawe-bg {
  position: absolute;
  right: 0;
  top: 16px;
  /* z-index: -1; */
}
header {
  position: relative;
  z-index: 3;
}
main {
  position: relative;
  z-index: 2;
}

.green-blur {
  background: rgba(10, 172, 58, 0.17);
  filter: blur(56px);
  width: 520px;
  height: 348px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}
.breadcrumb-item.custom-divider::after {
  content: '>';
  padding-left: 0.5rem;
  color: #6c757d;
}
.breadcrumb-item.custom-divider::after {
  color: #009CF3;
  padding-left: 4px;
}
.breadcrumb {
  margin: 32px 0 0;
}
.breadcrumb-item {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 8px;
  background-color: rgba(0, 156, 243, 0.1);
  border-radius: 4px;
  margin-right: 4px;
}
.breadcrumb-item.active {
  color: #fff;
}
.breadcrumb-item a {
  color: #009CF3;
}
.breadcrumb-item.active {
  background-color: rgba(37, 37, 37, 1);
}

/*HEADER*/
.navbar-brand {
  background-color: #252525;
  padding: 18px 24px;
  border-radius: 12px;
  margin-right: 34px;
}
.navbar-expand-lg .navbar-nav {
  gap: 0 20px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  background: transparent;
  border: none;
}
header .dropdown-toggle::after {
  content: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  background: #252525;
  color: #fff;
}
header .dropdown-item {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #009CF3;
}
.header-right {
  display: flex;
  align-items: center;
}
.head-numb a {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  padding: 17px 24px;
  background-color: #252525;
  border-radius: 8px;
  margin-right: 4px;
  color: #fff;
}
.header-socials a:hover,
.head-numb a:hover {
  background-color: #404040;
  color: #fff;
}
.header-socials {
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.header-socials a {
  min-width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #252525;
  border-radius: 8px;
}
.login a {
  background-color: #009CF3;
  padding: 14px 34px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-left: 8px;
  color: #fff;
}
/*MAIN ERROR SECTION*/
.err-wrap {
  background-repeat: no-repeat;
  background-position: center;
  padding: 180px 150px 100px 150px;
}
.bg-503 {
  background-image: url("../images/bg-503.svg");
}
.bg-502 {
  background-image: url("../images/bg-502.svg");
}
.bg-404 {
  background-image: url("../images/background-404.svg");
}
.err-content {
  display: flex;
}
.err-title h2 {
  color: #9DA4AE;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  display: flex;
}
.err-num {
  padding-top: 22px;
}
.err-text {
  padding-left: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.err-text p {
  font-weight: 400;
  font-size: 18px;
  color: #9DA4AE;
  line-height: 28px;
}
.err-btn {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.border-btn {
  padding: 16px 24px;
  border-radius: 12px;
  border: 1px solid #fff;
}
.border-btn span {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.blue-btn {
  background-color: #009CF3;
  padding: 16px 24px;
  border-radius: 12px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.login a:hover,
.blue-btn:hover {
  color: #fff;
  background: #005B8D;
}
.reg-sec {
  margin: 80px 0;
}
.reg-wrap {
  background-color: #252525;
  border-radius: 48px;
  padding: 16px;
}
.reg-content {
  padding: 30px 48px;
  height: 100%;
}
.verifydb {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.verifydb p {
  margin-top: 32px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #9DA4AE;
}
.reg-redy {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.reg-form {
  display: flex;
  flex-flow: column;
  padding-top: 32px;
}
.reg-conf {
  display: flex;
  gap: 0 12px;
}
.reg-conf input {
  background-color: #1D1D1D;
  border-radius: 12px;
  color: #fff;
  width: 52px;
  height: 68px;
  border: none;
  text-align: center;
}
.reg-conf input::-webkit-outer-spin-button,
.reg-conf input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-title,
.reg-title {
  text-transform: uppercase;
  font-family: 'Panton';
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  color: #FFFFFF;
  letter-spacing: 0.02em;
}
.form-text,
.reg-text {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #9DA4AE;
}
.reg-title span {
  font-family: 'Panton';
  font-weight: 900;
  text-transform: uppercase;
  color: #009CF3;
}
.form-group,
.reg-name {
  display: flex;
  flex-flow: column;
  padding: 16px;
  background-color: #1D1D1D;
  border-radius: 12px;
}
.form-group input,
.reg-name input {
  padding: 0;
  background-color: transparent;
  border: none;
  font-family: 'Onest';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.form-group input::placeholder,
.reg-name input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.reg-domen {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
.form-group span,
.reg-name span,
.reg-email span,
.reg-promo span {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
.reg-email {
  display: flex;
  flex-flow: column;
  margin-top: 16px;
  margin-bottom: 4px;
  padding: 16px 16px;
  background-color: #1D1D1D;
  border-radius: 12px;
}
.reg-email input {
  background-color: transparent;
  border: none;
  caret-color: #fff;
  color: #fff;
}
.reg-promo {
  display: flex;
  flex-flow: column;
  padding: 16px 16px;
  background-color: #1D1D1D;
  border-radius: 12px;
}
.reg-promo input {
  background-color: transparent;
  border: none;
  caret-color: #fff;
  color: #fff;
}
.form-btn button,
.reg-btn button {
  border-radius: 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  background-color: #009CF3;
  margin-top: 32px;
  border: none;
  color: #fff;
  padding: 16px 24px;
}
.form-btn button:hover,
.reg-btn button:hover {
  background-color: #005B8D;
  color: #fff;
}
.form-note,
.reg-note {
  padding-top: 32px;
  max-width: 437px;
}
.form-note p,
.reg-note p {
  color: #fff;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
}
.form-note a,
.reg-note a {
  display: inline;
  color: #009CF3;
}
.form-note a:hover,
.reg-note a:hover {
  text-decoration: underline;
}
.form-img,
.reg-img {
  height: 100%;
}
.form-img img,
.reg-img img {
    border-radius: 24px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.loader {
  position: relative;
  width: 80px;
  height: 80px;
}
.circle {
  position: absolute;
  border: 4px solid transparent;
  border-radius: 50%;
}
.circle.one {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top-color: #00bfff;
  border-right-color: #00bfff;
  animation: spin-clockwise 1.5s linear infinite;
}
.circle.two {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-bottom-color: #66ccff;
  border-left-color: #66ccff;
  animation: spin-counter 2s linear infinite;
}
.circle.three {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-left-color: #3399ff;
  border-top-color: #3399ff;
  animation: spin-bounce 1.2s ease-in-out infinite alternate;
}
/*WEBINAR SEC*/
.webinar-sec {
  margin-bottom: 80px;
}
.webinar-body {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 64px;
}
.webinar-text {
  max-width: 520px;
  width: 100%;
  margin-right: auto;
}
.web-img {
  position: relative;
  padding: 60px;
}
.web-img img {
  z-index: 2;
  position: relative;
  width: 100%;
}
.blur-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 330px;
  height: 330px;
  background-color: #009cf3;
  filter: blur(56px);
  border-radius: 50%;
}
/*WEBINAR TAB SEC*/
.webinar-tab-wrap {
  padding-left: 64px;
  padding-right: 64px;
}
.webinar-tab-wrap .nav {
  justify-content: center;
  margin-bottom: 32px;
}
.webinar-tab-wrap .nav-pills .nav-link {
  border-bottom: 2px solid #9DA4AE;
  border-radius: 0;
}
.webinar-tab-wrap .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: transparent;
}
.webinar-tab-wrap .nav-link {
  color: #fff;
}
.webinar-tab-wrap .nav-link.active {
  border-bottom: 2px solid #009CF3;
}
.nav-link img {
  padding-right: 10px;
}
.tabs-card-item {
  border-radius: 24px;
  overflow: hidden;
}
.tabs-card-img {
  height: 180px;
  width: 100%;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}
.tabs-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabs-card-item:hover .tabs-card-img img {
  transform: scale(1.1);
}
.tabs-card-wrap {
  background: linear-gradient(103.15deg, rgba(0, 0, 0, 0) 17.92%, rgba(0, 156, 243, 0.2) 134.04%), #252525;
}
.tabs-card .row {
  margin-left: -4px;
  margin-right: -4px;
  gap: 8px 0;
}
.tabs-card .row > * {
  padding-left: 4px;
  padding-right: 4px;
}
.tabs-card-wrap {
  padding-left: 16px;
}
.tabs-card-time {
  display: flex;
  gap: 0 12px;
  padding: 24px 0;
}
.card-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EC4D74;
  border-radius: 32px;
  padding: 6px 12px;
}
.card-bg span {
  padding-left: 7px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.card-bg svg {
  margin-top: -2px;
}
.card-bg svg path {
  fill: #fff !important;
}
.tab-timeout {
  border: 1px solid #9DA4AE;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  padding: 6px 12px;
}
.tab-timeout svg {
  margin-top: -2px;
}
.tab-timeout svg path {
  fill: #9DA4AE;
}
.tab-timeout span {
  color: #9DA4AE;
  padding-left: 7px;
  font-size: 14px;
  line-height: 20px;
}
.tabs-card {
  margin-bottom: 32px;
}
.tabs-card-title {
  margin-bottom: 36px;
}
.tabs-card-title h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  height: 56px;
  overflow: hidden;
}
.auth-img {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.auth-img img {
  margin-left: -12px;
  position: relative;
  z-index: 2;
}
.auth-img img:first-child {
  margin-left: 0;
}
.auth-inf {
  margin-left: 16px;
}
.auth-inf h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.auth-inf p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9DA4AE;
}
.auth-btn {
  border-radius: 12px;
  background-color: #009CF3;
  color: #fff;
  padding: 8px 21px;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
.auth-btn:hover {
  background: #005B8D;
  color: #fff;
}
.tab-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-pagination .page-link {
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 8px 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}
.tab-pagination .page-link:hover,
.tab-pagination .page-link.active {
  background-color: #009CF3;
}
.tab-pagination .page-item:first-child .page-link,
.tab-pagination .page-item:last-child .page-link {
  border-radius: 0;
  background: transparent;
}
.tab-pagination .pagination {
  margin-bottom: 0;
}
/*NEWS SEC*/

.news-card .row {
  margin-left: -4px;
  margin-right: -4px;
  gap: 8px 0;
}
.news-card .row > * {
  padding-left: 4px;
  padding-right: 4px;
}
.news-card-item {
  border-radius: 24px;
  overflow: hidden;
}
.news-card-img {
  display: block;
  width: 100%;
  overflow: hidden;
}
.news-card-img img {
  width: 100%;
}
.news-card-item:hover .news-card-img img {
  transform: scale(1.1);
}
.news-card-body {
  background: linear-gradient(103.15deg, rgba(0, 0, 0, 0) 17.92%, rgba(0, 156, 243, 0.2) 134.04%), #252525;
  padding: 24px 16px;
}
.news-card-date {
  align-items: center;
  display: flex;
  gap: 0 12px;
}
.date-yl {
  background-color: #F36E0E;
  border-radius: 32px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 6px 12px;
}
.date-blue {
  background-color: #009CF3;
  border-radius: 32px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 6px 12px;
}
.news-day {
  font-size: 14px;
  line-height: 20px;
  color: #9DA4AE;
}
.news-card-text h3 {
  margin-top: 24px;
  margin-bottom: 20px;
  max-height: 48px;
  overflow: hidden;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #Ffff;
}
.news-card-text p {
  font-size: 16px;
  line-height: 20px;
  color: #9DA4AE;
  margin-bottom: 38px;
  height: 80px;
  overflow: hidden;
}
/*DOWNLOAD SEC*/
.download-wrap {
  padding-left: 64px;
}
.download-text {
  max-width: 546px;
  width: 100%;
}
.pl-64 {
  padding-left: 64px;
}
.down-title {
  text-transform: uppercase;
  font-family: 'Panton';
  font-weight: 900;
  font-size: 64px;
  line-height: 100%;
  color: #FFFFFF;
  letter-spacing: 0.02em;
}
.download {
  margin-left: 64px;
  margin-top: 64px;
}
.download .row {
  margin-left: -4px;
  margin-right: -4px;
}
.download .row > * {
  padding-left: 4px;
  padding-right: 4px;
}
.download-os {
  height: 100%;
  background-color: #252525;
  overflow: hidden;
  border-radius: 32px;
  padding: 56px 40px 62px 40px;
}

.download-title {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
}
.download-title p {
  font-family: 'Panton';
  font-weight: 800;
  font-size: 38px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #009CF3;
}
.download-title p span {
  color: #fff;
}
.download-title > span {
  padding: 6px 10px 3px 10px;
  background-color: #009CF3;
  font-family: 'Panton';
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0.02em;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
}
.download-title > span.pink {
  background-color: #C15AE6;
}
.download-link {
  min-height: 550px;
  height: 100%;
  padding: 56px 40px 62px 40px;
  position: relative;
  background-color: #252525;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.download-link img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}
.download-link:hover img {
  transform: scale(.96);
}
.download-img {
  text-align: center;
}
.download-boss img {
  width: 90%;
}
.download-terminal img {
  top: -80px;
}
/*BOSS SEC*/
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}

.boss-platforms {
  display: flex;
  flex-flow: wrap;
  gap: 8px;
  max-width: 352px;
  width: 100%;
}
.plt-btn {
  padding: 7px 8px;
  border: 1px solid #fff;
  color: #fff;
  min-width: 112px;
  max-width: 112px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.plt-btn:hover {
  border-color: #009CF3;
}

/*BOS TAB SEC*/
.tab-wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 32px 0;
  padding: 0 64px;
}
.tabs {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.tabs .nav-item .nav-link {
  font-size: 16px;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs .nav-pills .nav-link.active {
  background-color: transparent;
  color: #fff;
  border-bottom: 2px solid #009CF3;
}
.tabs .nav-link {
  padding: 12px 16px;
  color: #fff;
}
.tabs .boss-tabs-wrap {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 32px;
  padding: 32px 103px;
  background: linear-gradient(103.15deg, rgba(0, 0, 0, 0) 17.92%, rgba(0, 156, 243, 0.2) 134.04%), #252525;
}
.tabs,
.tab-content {
  width: 100%;
}
.tabs .fade {
  color: #fff;
}
.tab-qr {
  position: relative;
  width: 420px;
  text-align: center;
}
.tab-qr img {
  height: 196px;
  margin-left: 70px;
}

.for-blur .blur-bg {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  filter: blur(30px);
  left: 70px;
}
.tabs-item .item-text {
  max-width: 590px;
}
.tab-qr .blur-bg {
  width: 220px;
  height: 220px;
}
.tab-qr img {
  position: relative;
  max-height: 266px;
}
.win-img img {
  height: 266px;
}
.tabs-item {
  display: flex;
  flex-flow: column;
  gap: 32px 0;
}
.item-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
.item-text p {
  max-width: 590px;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
}
.item-text span {
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #009CF3;
  border-radius: 50%;
  color: #fff;
  min-width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*EQUIPMENT SEC*/
.equipment-wrap {
  margin: 80px 0;
  display: flex;
  justify-content: space-between;
  padding-left: 64px;
  align-items: center;
}
.equipment-title {
  max-width: 478px;
  display: flex;
  flex-flow: column;
  gap: 32px 0;
}
.equip-title {
  font-family: 'Panton';
  font-weight: 900;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}
.equipment-title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #9DA4AE;
}
.equip-btn {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #FFF;
  background-color: #009CF3;
  padding: 12px 24px;
  border-radius: 12px;
  margin-top: 32px;
}
.equip-img {
  background-image: url("../images/back-equip.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 699px;
  height: 484px;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  padding: 40px 52px 90px 25px;
}

/*TERMINAL SEC*/

.term span {
  display: inline-block;
  font-family: 'Panton';
  font-weight: 800;
  font-size: 36px;
  line-height: 1.2;
  padding: 9px 15px 5px 15px;
  border-radius: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFF;
  background-color: #009CF3;
  margin-bottom: 32px;
}
.term span.pink {
  background-color: #C15AE6;
}
/* calculator */
/*TARIFF SEC*/
.tariff-wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.calc {
  border-radius: 32px;
  margin: 32px 0;
  background: linear-gradient(99.1deg, rgba(0, 0, 0, 0) 17.82%, rgba(0, 156, 243, 0.2) 95.91%), #252525;
  padding: 32px 32px 32px 64px;
  display: flex;
  justify-content: space-between;
  gap: 0 64px;
  align-items: center;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.calc-body {
  max-width: 600px;
  width: 100%;
}
.calc-title h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 16px;
}

input[type=range] {
  -webkit-appearance: none;
  width: 600px;
  background: transparent;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  background-color: white;
  border: 5px solid #57d163;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 2px #57d163;
  margin-top: -10px;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 6px;
  background: transparent;
  border-radius: 3px;
}

input[type=range]::-moz-range-track {
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.range-num {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  bottom: -20px;
  left: 0
}

.range-num span {
  color: #9DA4AE;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  top: 4px;
}

.cal-form p {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 4px;
}

.cal-form form {
  position: relative;
}

.form-wrap {
  border: 1px solid #9DA4AE;
  border-radius: 12px;
  width: 600px;
  height: 52px;
}
.form-wrap .calc-group span {
  height: 2px;
  background: #64CC64;
  position: absolute;
  bottom: 0;
  left: 7px;
  width: 0;
  max-width: 98%;
}
.form-control:focus {
  box-shadow: none;
}
.check-calc {
  padding-top: 24px;
}
.cal-form {
  margin-bottom: 30px;
  height: 100%;
}
.form-check {
  margin-bottom: 12px;
  min-height: auto;
  padding-left: 30px;
}
.form-check label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
}

.form-check input {
  background-color: transparent;
  border: 2px solid #fff;
}
.form-check label span {
  color: #64CC64;
}
.form-wrap input:first-child {
  height: 52px;
  background-color: transparent;
  border: none;
  color: #fff;
}
.form-wrap input:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: -15px;
}


@keyframes spin-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-counter {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes spin-bounce {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}


.calc-result {
  padding: 32px;
  background-color: #1D1D1D;
  border-radius: 12px;
  max-width: 480px;
  width: 100%;
}
.calc-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4px;
  text-align: center;
  width: 100%;
  margin-bottom: 16px;
}
.calc-subtitle p {
  font-size: 24px;
  line-height: 28px;
  color: #fff;
}
.question-btn .dropdown-toggle {
  padding: 0;
  border: none;
  background: transparent;
}
.dropstart .dropdown-toggle::before,
.question-btn .dropdown-toggle::after {
  content: none;
}
.question-btn .dropdown-menu {
  min-width: 312px;
  background: #404040;
  padding: 12px 40px 12px 12px;
  border-radius: 12px;
  right: -13px !important;
  left: auto !important;
  top: 5px !important;
}
.question-btn.dropstart .dropdown-menu {
  left: -30px !important;
  right: auto !important;
  top: 30px !important;
}
.question-btn .drop-info p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
.drop-info a {
  font-size: 12px;
  line-height: 16px;
  color: #009CF3;
  text-decoration: underline;
}
.drop-info a:hover {
  text-decoration: none;
}
.question-btn .dropdown-menu .close {
  border: none;
  background: transparent;
  padding: 0;
  position: absolute;
  top: -1px;
  right: 6px;
}
.question-btn .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #404040;
  display: block;
  position: absolute;
  top: -8px;
  right: 10px;
  transform: rotate(180deg);
}
.question-btn.dropstart .dropdown-menu::before {
  right: auto;
  left: 10px;
}
.calc-text .result-price {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
}
.calc-total {
  background-color: #252525;
  padding: 13px 24px;
  border-radius: 8px;
  margin-bottom: 32px;
}
.calc-total h4 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #fff;
}
.q-block p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.calc-total .q-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.all-btn .green-btn,
.calc-btn .green-btn {
  padding: 16px 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  border-radius: 12px;
  background-color: #64CC64;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.green-btn:hover {
  background-color: #2e792e;
}
.calc-result .calc-btn .green-btn {
  width: 100%;
}
.calc-body .calc-btn .green-btn {
  margin-top: 20px;
}
.calc-word p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
}
.all-table.table-responsive,
.calc-table.table-responsive {
  padding: 32px 64px;
  width: 100%;
}
.calc-table.table-responsive {
  text-align: right;
}
.calc-table table thead tr .d-flex {
  align-items: center;
  justify-content: flex-end;
  gap: 0 4px;
}
.calc-table table thead th {
  width: 204px;
  text-align: right;
  position: relative;
}
.all-table table thead th h4,
.calc-table table thead th h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0;
}
.table>:not(:first-child) {
  border: none;
}
.all-table .table>:not(caption)>*>*,
.calc-table .table>:not(caption)>*>* {
  border-color: rgba(157, 164, 174, .2);
  padding: 12px 6px;
}

.definitions {
  padding-top: 80px;
}
.defin-title {
  text-align: center;
  margin-bottom: 34px;
  font-family: 'Panton';
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #fff;
  text-transform: uppercase;
}
.defin-text p {
  padding: 12px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border-bottom: 1px solid #404040;
}
.defin-text p:first-child {
  padding-top: 0;
}
.defin-text p:last-child {
  padding-bottom: 0;
  border: none;
}
.defin-text p .h4 {
  display: inline;
  font-weight: 600;
  color: #fff;
}



/*FOOTER*/
.footer {
  margin-top: 80px;
}
.footer-wrap {
  background: linear-gradient(99.1deg, rgba(0, 0, 0, 0) 17.82%, rgba(0, 156, 243, 0.2) 95.91%), #252525;
  padding: 56px 64px;
  border-radius: 32px;
  display: flex;
  gap: 0 32px;
}
.footer-left {
  max-width: 674px;
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 32px 0;
}
.footer-left span {
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #9DA4AE;
}
.foot-dis {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.foot-txt {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
}
.footer-end {
  gap: 8px 0;
}
.footer-end a {
  font-size: 14px;
  line-height: 20px;
  color: #009CF3;
}
.footer-end a:hover {
  color: #fff;
}
.footer-end p {
  color: #9DA4AE;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.social-icon {
  display: flex;
  gap: 0 12px;
  padding-top: 12px;
}
.social-icon a:hover img {
  transform: scale(1.1);
}
.social-icon a img {
  height: 24px;
}
.footer-right {
  display: flex;
  justify-content: space-between;
  max-width: 574px;
  width: 100%;
}
.foot-title {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.links {
  display: flex;
  flex-flow: column;
  gap: 12px 0;
  margin-bottom: 32px;
}
.links a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.links a:hover {
  text-decoration: underline;
}


/* interface */
.interface-sec {
  padding-top: 80px;
}
.interface-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 64px;
  width: 100%;
}
.interface-left {
  max-width: 520px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px 0;
}
.h1 {
  font-family: 'Panton';
  font-weight: 800;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}
.interface-left p {
  font-size: 16px;
  line-height: 24px;
  color: #9DA4AE;
}

.interface-reverse {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 30px;
  padding-top: 80px;
  position: relative;
}
.ir-right {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  position: relative;
}
.ir-right .green-blur {
  height: 180px;
  left: 160px;
  top: 60px;
}
.ir-right-item {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #404040;
  display: flex;
  align-items: center;
  gap: 12px;
}
.ir-right-item.active {
  border-color: #009CF3;
}
.ir-right-item span {
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #353535;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Panton';
  font-weight: 800;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}
.ir-right-item p {
  font-size: 16px;
  line-height: 24px;
  color: #9DA4AE;
}
/* contacts */
.contact-sec {
  padding: 80px 0;
}
.contact-sec .container {
  padding-left: 64px;
  padding-right: 64px;
}
.contact-sec .title h1 {
  text-align: center;
  font-family: 'Panton';
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 32px;
}

.contact-block {
  border-radius: 24px;
  padding: 24px;
  background: linear-gradient(103.15deg, rgba(0, 0, 0, 0) 17.92%, rgba(0, 156, 243, 0.2) 134.04%), #252525;
  height: 100%;
}
.contact-icon {
  margin-bottom: 32px;
}
.contact-title h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 16px;
}
.contact-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 12px;
}
.contact-item:last-child {
  margin-bottom: 0;
}
.contact-item a {
  font-size: 14px;
  line-height: 20px;
  color: #009CF3;
}
.contact-item span {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.contact-social {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.box,
.title,
.executor-block > div,
.contact-box > div {
  position: relative;
  z-index: 2;
}
.contact-box .row {
  margin-left: -4px;
  margin-right: -4px;
  gap: 8px 0;
}
.contact-box .row > * {
  padding-left: 4px;
  padding-right: 4px;
}
.contact-box .green-blur {
  left: auto;
  right: 0;
  top: 100px;
}

.executor-block .green-blur {
  left: -200px;
}

/* executor */

.executor-block {
  position: relative;
  margin-top: 80px;
  border-radius: 24px;
  padding: 56px;
  background: linear-gradient(103.15deg, rgba(0, 0, 0, 0) 17.92%, rgba(0, 156, 243, 0.2) 134.04%), #252525;
}
.executor-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #9DA4AE;
}
.executor-item:nth-last-child(2) {
  border: none;
}
.title h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #fff;
}
.executor-item span {
  color: #9DA4AE;
  font-size: 14px;
  line-height: 20px;
}
.executor-item p {
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.executor-link a {
  font-size: 14px;
  line-height: 20px;
  color: #009CF3;
}

.map {
  position: relative;
  height: 576px;
  border-radius: 32px;
  overflow: hidden;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/* main page */
.main-sec {
  padding-top: 50px;
}
.main-block {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.main-left {
  max-width: 674px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 64px;
}
.main-left h1 {
  font-family: 'Panton';
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 32px;
}
.big-title .title-h1 span,
.main-left h1 span {
  display: inline;
  color: #009CF3;
}
.big-title .title-h1 {
  font-family: 'Panton';
  font-weight: 800;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}
.main-left p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #9DA4AE;
  margin-bottom: 32px;
}
.main-left > span {
  font-size: 12px;
  line-height: 16px;
  color: #9DA4AE;
  margin-top: 32px;
}
.main-left > h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #9DA4AE;
  margin-bottom: 4px;
}
.main-left .h2 {
  font-family: 'Panton';
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 32px;
}
.main-right {
  position: relative;
  max-width: 700px;
}
.main-right img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.main-right .blur-bg {
  left: auto;
}

.main-links {
  margin: 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
.main-links .green-blur {
  left: auto;
  right: 0;
}
.main-links-left {
  display: flex;
  align-items: center;
  gap: 0 32px;
  padding-left: 64px;
}
.main-links-left span {
  display: flex;
  align-items: center;
  gap: 0 12px;
  font-size: 10px;
  line-height: 12px;
  color: #9DA4AE;
}
.main-links-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 16px;
  padding: 30px 32px;
  border-radius: 12px;
  background-color: #E40038;
}
.main-links-right a {
  min-width: 112px;
  max-width: 112px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}
.main-links-right a:hover {
  transform: scale(1.05);
}

.main-slide-sec {
  padding-bottom: 80px;
}
.main-slide {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.main-slide::after,
.main-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 144px;
  z-index: 2;
}
.main-slide::before {
  background: linear-gradient(88deg, #1D1D1D 24.64%, rgba(29, 29, 29, 0) 100%);
  left: 0;
}
.main-slide::after {
  background: linear-gradient(270deg, #1D1D1D 24.64%, rgba(29, 29, 29, 0) 100%);
  right: 0;
}
.card-slide {
  padding: 24px;
  border-radius: 12px;
  background: #252525;
  height: 196px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px 0;
  overflow: hidden;
  position: relative;
}
.card-slide-head h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.card-slide-head p {
  font-size: 12px;
  line-height: 16px;
  color: #9DA4AE;
}
.card-slide-btn,
.card-slide-head {
  position: relative;
  z-index: 2;
}
.card-slide-btn a {
  background-color: #353535;
  border-radius: 12px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #009CF3;
}
.card-slide-btn a:hover {
  background-color: #009CF3;
  color: #fff;
}
.card-slide-img {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 12px;
}
.similar-sec {
  position: relative;
}
.similar-vawe {
  position: absolute;
  top: 530px;
  right: 200px;
}
.similar-sec .main-block {
  padding: 20px 0;
  position: relative;
}
.main-block.two .green-blur {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}

/* banner home */
.banner-sec {
  padding: 80px 0;
}
.banner-block {
  border-radius: 32px;
  background: linear-gradient(180deg, #009CF3 0%, #005B8D 100%);
  padding: 56px;
  text-align: center;
}
.banner-block .title-h2 {
  font-family: 'Panton';
  font-weight: 800;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.banner-block p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
}

.white-border-btn {
  padding: 16px 24px;
  border-radius: 12px;
  border: 1px solid #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.white-border-btn:hover {
  color: #009CF3;
  background: #fff;
}

/* Панель управления */
.cp-sec {
  padding-bottom: 80px;
}
.cp-block {
  padding: 56px 56px 0;
  border-radius: 32px;
  background: linear-gradient(180deg, #009CF3 0%, #005B8D 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cp-text {
  margin-bottom: 32px;
}
.cp-text .title-h3 {
  font-family: 'Panton';
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.cp-text p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.cp-btn {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 56px;
  z-index: 2;
}
.white-btn {
  padding: 16px 60px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #009CF3;
  border-radius: 12px;
  background-color: #fff;
}
.white-btn:hover {
  background-color: #1D1D1D;
  color: #fff;
}
.blue-radial {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -500px;
  margin: auto;
  background-color: #009CF3;
  filter: blur(113px);
  width: 848px;
  height: 612px;
}

/* payment home */
.payment-sec {
  padding: 80px 0;
}
.payment-block {
  padding: 16px;
  border-radius: 32px;
  background: #252525;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payment-left {
  max-width: 672px;
  width: 100%;
  padding: 56px;
}
.payment-title span {
  font-family: 'Panton';
  font-weight: 800;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.payment-title p {
  font-size: 16px;
  line-height: 24px;
  color: #9DA4AE;
  margin-bottom: 50px;
}
.payment-btns {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.link-btn {
  border-radius: 12px;
  padding: 16px 24px;
  background: transparent;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #009CF3;
}
.link-btn:hover {
  color: #fff;
}
.payment-right {
  background-color: #64CC64;
  padding: 56px;
  border-radius: 36px;
}
.payment-right-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.payment-right-title h3 {
  font-family: 'Panton';
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}
.payment-right-title span {
  font-family: 'Panton';
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #252525;
}
.payment-right-text {
  display: flex;
  align-items: flex-start;
  gap: 0 16px;
  margin-bottom: 32px;
}
.payment-right-text > p {
  font-size: 14px;
  line-height: 20px;
  max-width: 260px;
  color: #252525;
}
.payment-right-text ul {
  margin: 0;
  padding-left: 20px;
}
.payment-right-text ul li {
  font-size: 14px;
  line-height: 20px;
  color: #252525;
}
.payment-right-body {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.payment-right-item {
  border-radius: 12px;
  background-color: #5BBC5B;
  padding: 16px;
  max-width: 49.6%;
  width: 100%;
}
.payment-right-item h5 {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.payment-right-item p {
  font-size: 12px;
  line-height: 16px;
  color: #353535;
  max-width: 240px;
}

/* parten sec */
.partner-sec {
  padding: 56px 0;
}
.partner-title {
  text-align: center;
}
.partner-title .title-h2 {
  font-family: 'Panton';
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 32px;
}
.partner-title .title-h2 .blue-text {
  color: #009CF3;
}
.partner-title p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #9DA4AE;
  margin-bottom: 32px;
}
.partner-slide {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.partner-slide::before,
.partner-slide::after {
  content: "";
  display: block;
  position: absolute;
  top: -50%;
  height: 132px;
  width: 150px;
  z-index: 2;
}
.partner-slide::before {
  left: 0;
  background: linear-gradient(88deg, #1D1D1D 24.64%, rgba(29, 29, 29, 0) 100%);
}
.partner-slide::after {
  background: linear-gradient(270deg, #1D1D1D 24.64%, rgba(29, 29, 29, 0) 100%);
  right: 0;
}
.partner-block {
  width: 178px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-block img {
  object-fit: contain;
}
.partner-btn {
  text-align: center;
  margin-top: 60px;
}

/* form sec */
.form-sec .reg-email{
  margin: 0;
}
.form-sec .reg-form {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
}
/* baza znaniy sec */
.baza-sec {
  padding-top: 80px;
}
.baza-sec .title {
  text-align: center;
}
.title .h2 {
  font-family: 'Panton';
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 32px;
}
.h3 {
  font-family: 'Panton';
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}
.h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #9DA4AE;
}
.baza-block {
  padding: 0 64px 56px;
}
.baza-item {
  padding: 24px;
}
.baza-item h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 12px;
}
.baza-item ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.baza-item ul li {
  font-size: 12px;
  line-height: 16px;
  color: #9DA4AE;
  margin-bottom: 10px;
}
.baza-link a {
  font-size: 12px;
  line-height: 16px;
  color: #009CF3;
}
.baza-link a:hover {
  color: #fff;
}
.baza-rov {
  margin-left: -2px;
  margin-right: -2px;
  gap: 4px 0;
}
.baza-rov > * {
  padding-left: 2px;
  padding-right: 2px;
}

/* partners page */
.title-h2 h2 {
  font-family: 'Panton';
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
  color: #fff;
}
.title-h2 h2 span {
  color: #009CF3;
}

.companion-block {
  padding: 0 64px;
}
.partners-search {
  position: relative;
}
.partners-search input {
  padding: 12px 14px 12px 40px;
  background: linear-gradient(103.15deg, rgba(0, 0, 0, 0) 17.92%, rgba(0, 156, 243, 0.2) 134.04%), #252525;
  width: 100%;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.partners-search input::placeholder {
  color: #9DA4AE;
}
.partner-search-btn {
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 2px;
  margin: auto;
  padding: 0;
  border: none;
  background: transparent;
}

.table-responsive {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(103.15deg, rgba(0, 0, 0, 0) 17.92%, rgba(0, 156, 243, 0.2) 134.04%), #252525;
  margin-top: 32px;
}
.table {
  margin-bottom: 0;
}
.table tbody tr td {
  font-size: 14px;
  line-height: 20px;
  color: #9DA4AE;
  padding: 12px 6px;
}
.table tbody tr td:first-child {
  padding-left: 0;
}
.table tbody tr td:last-child {
  padding-right: 0;
}
.table tbody tr td.city {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.table tbody tr td.name,
.table tbody tr td.city ,
.table tbody tr td.street {
  width: 260px;
}
.table tbody tr td.tel {
  width: 160px;
}

.table tbody tr td.tel a,
.table tbody tr td.mail a {
  font-size: 14px;
  line-height: 20px;
  color: #009CF3;
}
.table tbody tr td.tel a:hover,
.table tbody tr td.mail a:hover {
  color: #fff;
}
.table>:not(caption)>*>* {
  box-shadow: none;
  border-color: #9DA4AE;
}
.table tbody tr:last-child td {
  border: none;
}

.show-more {
  text-align: center;
  margin-top: 32px;
}
.show-more-btn {
  border: 1px solid #009CF3;
  border-radius: 12px;
  width: 320px;
  padding: 16px;
  background: transparent;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #009CF3;
}
.show-more-btn:hover {
  background: #009CF3;
  color: #fff;
}
.partners-list .table tbody tr {
    display: none;
}
.partners-list .table tbody tr.visible {
    display: table-row;
}

/* automation */
.system-block {
  padding: 0 64px;
  position: relative;
}
.system-block .right-pos {
  left: auto;
  right: 0;
}
.system-block .left-pos {
  top: 420px;
}
.system-block > div {
  position: relative;
  z-index: 2;
}
.system-item {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(103.15deg, rgba(0, 0, 0, 0) 17.92%, rgba(0, 156, 243, 0.2) 134.04%), #252525;
  height: 316px;
  display: flex;
  flex-direction: column;
}

.system-item .system-icon {
  margin-bottom: 32px;
}
.system-item .system-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.system-item .system-text h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.system-item .system-text p {
  font-size: 14px;
  line-height: 20px;
  color: #9DA4AE;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 16px;
}
.system-item .system-btn a {
  font-size: 14px;
  line-height: 20px;
  color: #009CF3;
}
.rov-8 {
  margin-left: -4px;
  margin-right: -4px;
  gap: 8px 0;
}
.rov-8 > * {
  padding-left: 4px;
  padding-right: 4px;
}
.main-left .main-left-title {
  font-family: 'Panton';
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0;
}
.regular-text p {
  font-size: 16px;
  line-height: 24px;
  color: #9DA4AE;
}

.automation-sec {
  padding-bottom: 80px;
}
.automation-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 64px;
  gap: 20px;
}
.automation-block.reverse {
  padding-right: 64px;
}
.automation-text {
  display: flex;
  flex-direction: column;
  max-width: 520px;
}
.automation-text h4 {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #9DA4AE;
}
.automation-title span {
  font-family: 'Panton';
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 32px;
  display: block;
}
.regular-text p {
  font-size: 16px;
  line-height: 24px;
  color: #9DA4AE;
}
.automation-text .regular-text {
  margin-bottom: 32px;
}
.automation-text > div:last-child {
  margin-bottom: 0;
}
.automation-right {
  max-width: 700px;
  width: 100%;
}
.automation-right img {
  width: 100%;
}

/* business section */
.business-block {
  padding: 0 64px;
}
.business-title {
  margin-bottom: 32px;
}
.business-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px 0;
}
.business-item span {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
}
.px-64 {
  padding-left: 64px;
  padding-right: 64px;
}

.complect-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  gap: 32px;
  background: linear-gradient(103.15deg, rgba(0, 0, 0, 0) 17.92%, rgba(0, 156, 243, 0.2) 134.04%), #252525;
  border-radius: 32px;
  height: 100%;
}
.complect-img img {
  width: 100%;
}
.complect-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.complect-text .h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 32px;
}
.complect-text ul li {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.complect-text ul {
  margin: 0 0 32px;
  padding-left: 25px;
}
.complect-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.complect-btn a {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.complect-btn p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

/* integration */
.integration-title {
  margin-bottom: 32px;
}
.integration-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  background: linear-gradient(103.15deg, rgba(0, 0, 0, 0) 17.92%, rgba(0, 156, 243, 0.2) 134.04%), #252525;
  border-radius: 32px;
  gap: 32px;
}
.integration-img {
  text-align: center;
  width: 100%;
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.integration-item h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
}
.integration-item p {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* automation line */
.line-sec {
  padding-bottom: 56px;
}
.line-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 64px;
  gap: 20px;
}
.line-block.reverse {
  padding-right: 64px;
}
.line-text {
  display: flex;
  flex-direction: column;
  max-width: 520px;
}
.line-text h4 {
  margin-bottom: 4px;
}
.line-title span {
  font-family: 'Panton';
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 32px;
  display: block;
}
.line-right {
  max-width: 800px;
  width: 100%;
}
.line-right img {
  width: 90%;
}

/* new pages */
.equipment-sec {
  padding-top: 80px;
}
.eq-item {
  height: 100%;
}
.eq-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 40px;
  background: linear-gradient(103.15deg, rgba(0, 0, 0, 0) 17.92%, rgba(0, 156, 243, 0.2) 134.04%), #252525;
  border-radius: 32px;
  gap: 32px;
  height: 100%;
}
.eq-block:hover {
  background: linear-gradient(180.15deg, rgba(0, 0, 0, 0) 17.92%, rgba(0, 156, 243, 0.2) 100%), #252525;
}
.eq-block:hover .h2 {
  color: #009CF3;
}
.eq-block .h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
}
.eq-block .eq-img {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.eq-block .eq-img img {
  max-height: 200px;
}
.eq-btn {
  text-align: center;
  margin-top: 32px;
}

.top-sec {
  padding-top: 80px;
  position: relative;
}
.top-sec .container {
  position: relative;
  z-index: 2;
}
.top-item {
  height: 100%;
}
.top-block {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  padding: 24px;
  border-radius: 24px;
  height: 100%;
}
.top-block:hover {
  background: linear-gradient(180deg, rgba(0, 156, 243, 0) 0%, rgba(3, 155, 229, 0.2) 100%), #252525;
}
.top-block span {
  display: block;
}
.top-block .top-img {
  height: 220px;
  overflow: hidden;
}
.top-block .top-img img {
  object-fit: cover;
  height: 100%;
}
.top-block .h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 12px;
}
.top-block .h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.top-block .top-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.bank-sec {
  padding-top: 80px;
}
.bank-table table thead th,
.bank-table table tbody td {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #fff;
  max-width: 264px;
  vertical-align: middle;
}
.bank-table table thead th:first-child,
.bank-table table tbody td:first-child {
  text-align: left;
}
.bank-table table tbody td .green-btn {
  max-width: 200px;
}
.bank-name {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.bank-name span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.have-sec {
  padding-top: 80px;
}
.have-subtitle .h1 {
  font-family: 'Onest';
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 32px;
  text-transform: none;
}
.have-block {
  display: flex;
}
.have-left {
  padding-right: 20px;
}
.have-block .for-border {
  padding-left: 30px;
}
.have-block > div .h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 20px;
}
.have-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px 0;
  margin-bottom: 20px;
}
.have-item:last-child {
  margin-bottom: 0;
}
.have-item .subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 16px;
}
.have-item .d-flex {
  align-items: center;
  gap: 0 32px;
}
.have-item .d-flex p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #9DA4AE;
  min-width: 240px;
}
.have-item .d-flex span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.right-col {
  padding-left: 30px;
  border-left: 1px solid #404040;
}
.have-right {
  padding-left: 20px;
}
.custom-title .h1 {
  font-family: 'Onest';
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 32px;
  text-transform: none;
}

.recommend-block {
  padding-top: 32px;
}
.recommend-item .recomment-end p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #9DA4AE;
}
.recommend-item .recomment-end p a {
  display: inline;
  color: #009CF3;
}
.recommend-item .recomment-end p.red {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #EC4D74;
  margin-top: 20px;
}
.recommend-item .recomment-end {
  margin-top: 20px;
}
.recommend-block .d-flex {
  align-items: center;
  gap: 0 12px;
  margin-bottom: 12px;
}
.recommend-block .d-flex p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #9DA4AE;
  min-width: 120px;
}
.recommend-block .d-flex span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.recommend-block ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}
.recommend-block ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 12px;
}
.recommend-block ul li:last-child {
  margin-bottom: 0;
}

.check-code {
  padding-top: 32px;
}
.check-code .title .h1 {
  font-family: 'Onest';
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  text-transform: none;
  margin-bottom: 32px;
}
.check-code .title .h1 span {
  color: #009CF3;
}
.check-code .d-flex {
  align-items: center;
  gap: 0 12px;
}
.check-code .d-flex .check-form {
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  background-color: #252525;
  display: flex;
  flex-direction: column;
}
.check-code .d-flex .check-form h6 {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
.check-code .d-flex .check-form input {
  background: transparent;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 0;
  height: 20px;
}
.check-code .d-flex .check-form input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.check-code .blue-btn {
  border: none;
}
.recommend-item .text {
  margin: 20px 0 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.order-btn {
  text-align: center;
  margin-top: 32px;
}

/* online kassi */
.online-sec {
  padding-top: 80px;
}
.online-sec .title .h1 {
  font-family: 'Panton';
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
}

.online-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 32px;
  gap: 32px;
  background: linear-gradient(103.15deg, rgba(0, 0, 0, 0) 17.92%, rgba(0, 156, 243, 0.2) 134.04%), #252525;
  border-radius: 32px;
  margin-bottom: 8px;
}
.online-block .online-img {
  max-width: 320px;
  width: 100%;
  text-align: center;
}
.online-block .online-img img {
  height: 140px;
}
.online-block .online-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.online-block .online-text h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.online-block .online-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.online-block .online-price {
  max-width: 290px;
  width: 100%;
  background: #252525;
  padding: 24px 32px;
  text-align: right;
  border-radius: 12px;
}
.online-block .online-price .h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
}
.online-sec .tabs .nav-pills {
  width: 100%;
  justify-content: center;
}
.online-sec .tabs {
  position: relative;
  z-index: 2;
}
.online-sec .tabs > ul,
.online-sec .tabs > div {
  position: relative;
  z-index: 2;
}

.online-sec .green-blur {
  top: 300px;
  bottom: auto;
}
.online-sec .blue-radial {
  right: 50px;
  left: auto;
  top: 330px;
  bottom: auto;
  width: 620px;
  height: 360px;
  z-index: -1;
  opacity: 0.2;
}

/* inner page */
.inner-sec {
  position: relative;
  padding-top: 80px;
}
.inner-box {
  position: relative;
}
.inner-box .green-blur.left {
  background: rgba(10, 172, 58, 0.17);
  height: 200px;
  width: 500px;
  top: 210px;
}
.inner-box .green-blur.right {
  left: auto;
  right: 0;
  background: rgba(10, 172, 58, 0.17);
  height: 200px;
  width: 500px;
}
.inner-box .blue-radial {
  opacity: 0.3;
  left: auto;
  right: 0;
}
.inner-block {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 32px;
}
.inner-link a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #009CF3;
}
.inner-text {
  max-width: 458px;
  width: 100%;
}
.inner-text > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #fff;
}
.inner-info .h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #fff;
}
.inner-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  position: relative;
}
.inner-list hr {
  width: 100%;
  background: #fff;
  position: relative;
  bottom: -6px;
}
.inner-list p,
.inner-list span {
  padding: 0 8px;
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
}
.inner-list p {
  padding-left: 0;
}
.inner-list span {
  padding-right: 0;
}
.inner-price {
  padding: 24px 32px;
  background: #252525;
  max-width: 290px;
  width: 100%;
  border-radius: 12px;
  text-align: right;
}
.inner-price .h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: right;
  color: #fff;
}

.inner-tabs {
  padding: 0 32px;
  position: relative;
  z-index: 2;
}
.inner-tab-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
  color: #fff;
}

/* service page */
.service-sec {
  padding-top: 80px;
}
.service-block {
  border-radius: 24px;
  overflow: hidden;
}
.service-block .service-img {
  display: block;
  overflow: hidden;
}
.service-block .service-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.service-block .service-img:hover img {
  transform: scale(1.1);
}
.service-block .service-body {
  padding: 24px 16px;
  gap: 16px;
  background: linear-gradient(103.15deg, rgba(0, 0, 0, 0) 17.92%, rgba(0, 156, 243, 0.2) 134.04%), #252525;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.service-block .service-tag {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 6px 12px;
  border-radius: 32px;
  background-color: #9DA4AE;
}
.service-body .h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
}
.service-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9DA4AE;
}
.service-body a {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #009CF3;
}
.service-body a:hover {
  text-decoration: underline;
}
.tabs {
  position: relative;
}

/* media page */
.media-sec {
  padding-top: 80px;
}
.media-block {
  padding-right: 30px;
}
.media-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 12px;
}
.media-text p:last-child {
  margin-bottom: 0;
}
.media-text {
  margin-bottom: 20px;
}
.media-text h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 16px;
}

.media-img img {
  width: 100%;
}
.media-right .promo {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.media-right h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 12px;
}
.media-right .promo span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.media-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.media-contact .tel {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 8px;
}
.media-contact .mail:hover,
.media-contact .tel:hover {
  text-decoration: underline;
}
.media-contact .mail {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #009CF3;
  margin-bottom: 8px;
}
.media-social {
  display: flex;
  align-items: center;
  gap: 0 12px;
}

/* Для кого */
.for-whom {
  padding-bottom: 80px;
}
.whom-box {
  padding: 64px;
  position: relative;
}
.mb-80 {
  margin-bottom: 80px;
}
.mt-80 {
  margin-top: 80px;
}
.whom-img img {
  width: 100%;
}
.whom-box .green-blur {
  left: auto;
  right: 0;
  background: #0AAC3A2B;
}
.whom-block {
  margin-left: -20px;
  margin-right: -20px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.whom-block > * {
  padding-left: 20px;
  padding-right: 20px;
}
.whom-text .h2 {
  font-family: 'Panton';
  font-weight: 800;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 32px;
}
.whom-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #9DA4AE;
}
.automation-block {
  position: relative;
}
.automation-block .automation-right,
.automation-block .automation-text {
  position: relative;
  z-index: 2;
}
.complect-text .h1 {
  font-family: 'Onest';
  text-transform: none;
  letter-spacing: 0;
}
.complect-btn p {
  opacity: 0.5;
}



.mb-32 {
  margin-bottom: 32px;
}
.mt-32 {
  margin-top: 32px;
}
.mob {display: none !important;}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1410px;
  }
}

@media (max-width: 1200px) {
  .calc {
    flex-direction: column;
    gap: 32px 0;
  }
  .calc-result {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .calc {
    padding: 24px;
  }
  input[type=range],
  .form-wrap {
    width: 100%;
  }
}


@media only screen and (max-width: 576px){
  .mob {display: block !important;}
  .pc {display: none !important;}

  .vawe-bg {
    display: none;
  }
  .main-left {
    padding: 0;
    order: 2;
  }
  .main-right {
    order: 1;
  }
  .main-block {
    flex-direction: column;
  }
  .main-left h1 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 16px;
  }
  .main-left p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .main-sec .blue-btn {
    display: none;
  }
  .main-left > span {
    margin-top: 0;
  }
  .main-links .green-blur {
    display: none;
  }
  .main-links-left {
    padding-left: 0;
  }
  .navbar-brand {
    padding: 0;
    background: transparent;
    margin-right: 8px;
    position: relative;
    z-index: 11;
  }
  .navbar-brand img {
    height: 27px;
  }
  header .navbar {
    padding: 6px 0;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .collapse:not(.show) {
    display: block;
  }
  header {
    z-index: 3;
  }
  .navbar-collapse .nav-parent {
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 10;
    width: 100%;
    background: #1D1D1D;
    padding: 80px 16px 20px;
    height: 100%;
    transition: .5s all ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .navbar-collapse .nav-parent.active {
    left: 0;
  }
  .navbar-expand-lg .navbar-nav {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .header-right .head-numb a,
  .header-right .header-socials a {
    display: none;
  }
  body.no-scroll {
    overflow: hidden;
  }
  .navbar-collapse .nav-parent .mob {
    display: flex !important;
    flex-direction: column;
    gap: 16px 0;
    margin-top: 20px;
  }
  .menu-opener {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    gap: 3px 0;
    position: relative;
    z-index: 11;
    transition: .3s all ease;
    cursor: pointer;
    background-color: #252525;
    border-radius: 8px;
    border: none;
    margin-right: 12px;
  }
  .menu-opener span {
    width: 20px;
    height: 3px;
    background: #FFFFFF;
    position: relative;
    transition: .3s all ease;
    border-radius: 2px;
  }
  .menu-opener.active span.one {
    transform: rotate(45deg);
    top: 6px;
  }
  .menu-opener.active span.three {
    transform: rotate(-45deg);
    top: -6px;
  }
  .menu-opener.active span.two {
    opacity: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
    margin-bottom: 20px;
    text-align: left;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 12px;
  }
  header .dropdown-item {
    padding: 0 20px 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #fff;
  }
  header .dropdown-menu li:last-child .dropdown-item {
    border: none;
  }
  .navbar-expand-lg .navbar-nav .nav-link.show {
    padding-bottom: 0;
    border-color: transparent;
  }
  .login a {
    font-size: 14px;
    line-height: 18px;
    padding: 11px 13px;
    position: relative;
    z-index: 11;
  }
  .header-right {
    justify-content: flex-end;
  }
  .main-sec {
    padding-top: 10px;
  }
  .main-links-left span {
    gap: 0 10px;
    font-size: 9px;
  }
  .main-links {
    margin: 16px 0 0;
    gap: 28px 0;
  }
  .main-links-right {
    border-radius: 16px;
    padding: 18px;
    gap: 7px;
  }
  .main-links-right a {
    min-width: 100px;
    max-width: 100px;
    height: 30px;
    padding: 5px 12px;
  }
  .main-links-right a img {
    width: 100%;
    object-fit: cover;
  }
  .main-slide-sec {
    display: none;
  }
  .main-left > h4 {
    font-size: 14px;
    line-height: 18px;
  }
  .main-left .h2 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 16px;
  }
  .similar-sec .main-left p {
    font-size: 14px;
    line-height: 20px;
  }
  .blue-btn {
    width: 100%;
  }
  .baza-block {
    padding: 0;
  }
  .footer-wrap {
    padding: 20px;
    flex-direction: column;
  }
  .footer-right {
    flex-direction: column;
    margin-top: 20px;
  }
  .foot-title {
    margin-bottom: 12px;
  }
  .footer-right .links {
    flex-flow: row;
    flex-wrap: wrap;
  }
  .footer-right .links a {
    width: 50%;
  }
  .footer-right .posts a {
    width: 100%;
  }
  .footer-left {
    gap: 20px 0;
  }
  .foot-txt {
    font-size: 18px;
    line-height: 24px;
  }
  .footer-wrap {
    gap: 0;
    border-radius: 16px;
  }
  .footer-address .foot-txt {
    letter-spacing: -0.02em;
  }
  .footer {
    margin-top: 24px;
  }
  .social-icon {
    gap: 10px 20px;
  }
  .baza-item {
    padding: 0;
    padding-left: 20px;
  }
  .baza-sec {
    padding: 32px 0;
  }
  .title .h2 {
    margin-bottom: 16px;
    font-size: 24px;
    text-align: left;
  }
  .baza-item h3 {
    position: relative;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }
  .baza-item h3::before {
    content: "";
    display: block;
    background-image: url('../images/baza-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    position: absolute;
    left: -20px;
    top: 4px;
    transform: rotate(-90deg);
    transition: .3s all ease;
  }
  .baza-item h3.active::before {
    transform: rotate(0deg);
    top: 6px;
  }
  .baza-in {
    display: none;
    margin-top: 8px;
  }
  .baza-rov {
    gap: 16px 0;
  }
  .reg-content {
    padding: 0;
  }
  .reg-wrap {
    padding: 20px;
    border-radius: 16px;
    background: linear-gradient(239.18deg, rgba(0, 0, 0, 0) 62.42%, rgba(0, 156, 243, 0.2) 100.66%), linear-gradient(99.1deg, rgba(0, 0, 0, 0) 17.82%, rgba(0, 156, 243, 0.2) 95.91%), #252525;
    min-height: 580px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .form-title, .reg-title {
    font-size: 24px;
    letter-spacing: 0.01em;
  }
  .form-text, .reg-text {
    font-size: 14px;
    line-height: 20px;
  }
  .form-img, .reg-img {
    display: none;
  }
  .form-btn button, .reg-btn button {
    width: 100%;
  }
  .partner-block {
    width: 100%;
  }
  .partner-slide::before, .partner-slide::after {
    content: none;
  }
  .partner-slide {
    padding: 0 80px;
    overflow: visible;
  }
  .partner-title .title-h2 {
    font-size: 24px;
    max-width: 320px;
  }
  .partner-title p {
    font-size: 14px;
    line-height: 20px;
    max-width: 320px;
  }
  .payment-block {
    flex-direction: column;
    border-radius: 16px;
    background: linear-gradient(239.18deg, rgba(0, 0, 0, 0) 62.42%, rgba(0, 156, 243, 0.2) 100.66%), linear-gradient(99.1deg, rgba(0, 0, 0, 0) 17.82%, rgba(0, 156, 243, 0.2) 95.91%), #252525;
  }
  .payment-right-body {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .banner-block .title-h2 {
    font-size: 24px;
    line-height: 120%;
  }
  .banner-block {
    padding: 64px 20px;
    border-radius: 12px;
  }
  .banner-sec .container {
    padding: 0;
  }
  .white-border-btn {
    width: 100%;
  }
  .banner-sec {
    padding: 36px 0 10px;
  }
  .similar-sec.pb-80 {
    padding-bottom: 36px;
  }
  .cp-block {
    padding: 64px 20px;
    border-radius: 12px;
  }
  .cp-sec {
    padding-bottom: 20px;
  }
  .cp-sec .container {
    padding: 0;
  }
  .cp-text .title-h3 {
    font-size: 24px;
    line-height: 120%;
  }
  .cp-text p {
    display: none;
  }
  .cp-text p:first-child {
    display: block;
  }
  .cp-img {
    display: none;
  }
  .cp-btn {
    position: relative;
    bottom: 0;
    margin-top: 32px;
    width: 100%;
  }
  .cp-btn a {
    width: 100%;
  }
  .cp-text {
    margin-bottom: 0;
  }
  .payment-sec {
    padding: 30px 0 20px;
  }
  .payment-left {
    padding: 0;
  }
  .payment-title span {
    font-size: 24px;
    line-height: 120%;
  }
  .payment-title > .mob {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
    color: #9DA4AE;
  }
  .payment-title p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .payment-right {
    padding: 16px;
    border-radius: 12px;
    width: 100%;
  }
  .payment-right-title {
    margin-bottom: 10px;
  }
  .payment-right-title h3 {
    font-size: 24px;
    line-height: 120%;
  }
  .payment-right-text {
    flex-direction: column;
    gap: 10px 0;
    margin-bottom: 14px;
  }
  .payment-right-item {
    min-width: 210px;
  }
  .payment-btns {
    margin-top: 16px;
  }
  .payment-btns .link-btn {
    margin-top: 16px;
    text-align: center;
    width: 100%;
  }
  
  .interface-block {
    padding-left: 0;
    flex-direction: column;
  }
  .big-title .title-h1 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 10px;
  }
  .interface-left {
    gap: 16px 0;
    order: 2;
  }
  .interface-right {
    order: 1;
  }
  .interface-right img {
    width: 100%;
  }
  .interface-sec {
    padding: 10px 0;
  }
  .interface-reverse {
    flex-direction: column;
    padding-top: 10px;
  }
  .ir-left img {
    width: 100%;
  }
  .ir-right-item {
    padding: 16px;
  }
  .ir-right .green-blur {
    height: 280px;
    left: -50px;
    top: -40px;
  }
  .form-sec.pt-80 {
    padding-top: 0;
  }
  .breadcrumb {
    margin: 8px 0;
  }
  .similar-sec.mob-p0 {
    padding: 0;
  }
  .system-block {
    padding-left: 0;
    padding-right: 0;
  }
  .system-block > .row {
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 8px;
  }
  .system-block .rov-8 > * {
    max-width: 90%;
  }
  .main-left .boss-platforms {
    margin-bottom: 16px;
    max-width: 100%;
  }
  .main-left-btn {
    width: 100%;
  }
  .plt-btn {
    min-width: 110px;
    max-width: 110px;
    height: 30px;
    padding: 6px 10px;
  }
  .plt-btn img {
    width: 100%;
  }
  .system-sec {
    padding-top: 50px;
  }
  .system-block .title {
    margin-bottom: 0;
  }
  .system-item .system-text h2 {
    font-size: 19px;
    line-height: 25px;
  }
  .automation-block {
    padding-left: 0;
    flex-direction: column;
  }
  .automation-text {
    order: 2;
  }
  .automation-right {
    order: 1;
    text-align: center;
    position: relative;
  }
  .automation-right .green-blur {
    right: 0;
    bottom: 0;
    margin: auto;
    height: 170px;
  }
  .automation-right .vawe {
    position: absolute;
    left: 0;
    top: -70px;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .automation-right img {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .automation-title span {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 120%;
  }
  .automation-block.reverse {
    padding-right: 0;
  }
  .automation-block.pb-80 {
    padding-bottom: 35px;
  }
  .automation-block.last {
    gap: 0;
  }
  .business-block {
    padding: 0;
  }
  .business-block .row {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .business-block .row > div {
    max-width: 320px;
  }
  .business-item span {
    font-size: 18px;
    line-height: 24px;
    width: 83%;
  }
  .automation-sec {
    padding-bottom: 30px;
  }
  .automation-text {
    position: relative;
  }
  .automation-text .blur-bg {
    width: 190px;
    height: 250px;
    z-index: -1;
  }
  .h3 {
    font-size: 24px;
    line-height: 120%;
  }
  .px-64 {
    padding-left: 0;
    padding-right: 0;
  }
  .complect-item {
    border-radius: 12px;
    padding: 20px;
    gap: 20px 0;
  }
  .complect-btn a {
    width: auto;
    font-size: 16px;
    line-height: 110%;
    padding: 14px 20px;
  }
  .complect-text ul li,
  .complect-btn p {
    font-size: 14px;
    line-height: 20px;
  }
  .complect-text .h1 {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
  }
  .complect-block .row {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .complect-block .row > div {
    max-width: 92%;
  }
  .h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .h3 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 0;
  }
  .integration-item {
    border-radius: 12px;
    padding: 20px;
    gap: 24px 0;
  }
  .integration-item h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .integration-item p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  .integration .row {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .integration .row > div {
    max-width: 92%;
  }
  .integration-title {
    margin-bottom: 24px;
  }
  .line-block {
    padding-left: 0;
    flex-direction: column;
  }
  .line-title span {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 16px;
  }
  .regular-text p {
    font-size: 14px;
    line-height: 20px;
  }
  .line-right img {
    width: 100%;
    margin-left: -20px;
  }
  .line-sec {
    padding-bottom: 20px;
  }
  .contact-sec .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .contact-block {
    border-radius: 12px;
  }
  .contact-sec .title h1 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 120%;
    text-align: left;
  }
  .contact-sec {
    padding: 20px 0;
  }
  .contact-box .row {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .contact-box .row > div {
    max-width: 92%;
  }
  .contact-title h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .executor-block {
    margin-top: 68px;
    padding: 24px;
    border-radius: 12px;
  }
  .title h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .executor-item {
    flex-direction: column;
  }
  .executor-item p {
    text-align: left;
  }
  .executor-item span {
    margin-bottom: 12px;
  }
  .map-sec {
    padding-bottom: 36px;
  }
  .companion-block {
    padding: 0;
  }
  .title-h2 h2 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 24px;
    text-align: left;
  }
  .table tbody tr td.tel,
  .table tbody tr td.name, .table tbody tr td.city, .table tbody tr td.street {
    width: auto;
  }
  .partners-list .table tbody tr.visible {
    display: flex;
    flex-direction: column;
  }
  .table>:not(caption)>*>* {
    border: none;
  }
  .table tbody tr td {
    padding: 6px 0;
  }
  .table tbody tr {
    border-bottom: 1px solid #9DA4AE;
  }
  .show-more {
    margin-top: 24px;
  }
  .map-sec.mob-pt0 {
    padding-top: 56px;
  }
  .reg-sec {
    margin: 8px 0 0;
  }
  .reg-conf input {
    width: 43px;
  }
  .verifydb p {
    font-size: 13.6px;
    line-height: 20px;
  }
  .webinar-tab-wrap {
    padding: 0;
  }
  .webinar-tab-wrap .nav-item {
    /* width: 100%; */
  }
  .webinar-tab-wrap .nav-pills .nav-link {
    padding: 10px 12px;
    /* width: 100%; */
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
  }
  .webinar-tab-wrap .nav {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .nav-link img {
    padding-right: 8px;
  }
  .tabs-card-time {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .card-bg span,
  .tab-timeout span {
    white-space: nowrap;
  }
  .tabs-card-title h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .tab-pagination .page-link {
    font-size: 14px;
    line-height: 20px;
  }
  .tab-pagination .page-link {
    padding: 0;
    min-width: 32px;
    height: 32px;
    border-radius: 16px;
    padding: 0;
  }
  .tabs-card {
    margin-bottom: 24px;
  }
  .news-similar {
    padding-top: 0;
  }
  .news-similar.similar-sec .main-left p {
    margin-bottom: 0;
  }
  .news-card-text h3 {
    font-size: 18px;
    line-height: 24px;
    max-height: 72px;
  }
  .news-card-text p {
    height: 100px;
    margin-bottom: 16px;
  }
  .pl-64 {
    padding-left: 0;
  }
  .down-title {
    font-size: 24px;
    line-height: 120%;
  }
  .download-text {
    padding: 20px;
  }
  .download-text .reg-text br {
    display: none;
  }
  .download {
    margin: 16px 0 0;
  }
  .download-link {
    min-height: auto;
    padding: 40px 24px;
  }
  .download-terminal img {
    top: 0;
  }
  .download-link img {
    position: relative;
  }
  .download-title > span {
    padding: 3px 8px;
    font-size: 20px;
  }
  .download-title p {
    font-size: 30px;
  }
  .download .row {
    gap: 8px 0;
  }
  .download-sec {
    padding-top: 8px;
  }
  .term span {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .mob-mt0 {
    margin-top: 0;
  }
  .term-tab {
    padding-top: 36px;
  }
  .tab-wrap {
    padding: 0;
    align-items: flex-start;
    gap: 16px 0;
  }
  .tab-wrap .reg-title {
    text-align: left;
  }
  .tabs .nav-pills {
    flex-wrap: nowrap;
    overflow: auto;
    align-items: flex-start;
    width: 100%;
  }
  .tabs .nav-item .nav-link {
    white-space: nowrap;
  }
  .tabs .boss-tabs-wrap {
    padding: 40px 16px;
    flex-direction: column;
    gap: 32px 0;
  }
  .tab-qr {
    width: 100%;
    text-align: center;
  }
  .tab-qr img {
    margin-left: 0;
  }
  .for-blur .blur-bg {
    left: 0;
  }
  .item-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .item-text span {
    min-width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 24px;
  }
  .boss-platforms .plt-btn {
    min-width: 100px;
    max-width: 100px;
  }
  .mt-24 {
    margin-top: 24px;
  }
  .terminal-similar {
    padding-top: 36px;
  }
  .similar-sec .main-left p br {
    display: none;
  }
  .boss-wrap {
    padding-left: 0;
    flex-direction: column;
  }
  .boss-similar {
    padding: 16px 0 36px;
  }
  .error-sec .container {
    padding: 0;
  }
  .err-wrap {
    padding: 24px;
    background-size: 122%;
    background-position: -40px 10px;
  }
  .err-title h2 {
    font-size: 28px;
    line-height: 24px;
  }
  .err-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .err-text {
    padding-left: 0;
    margin-top: 32px;
  }
  .err-text p {
    font-size: 14px;
    line-height: 20px;
  }
  .err-btn a {
    width: auto;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
  }
  .border-btn span {
    font-size: 14px;
    line-height: 20px;
  }
  .border-btn span img {
    height: 18px;
  }
  .err-num {
    position: relative;
  }
  .err-num img {
    width: 100%;
    max-width: 242px;
    position: relative;
    z-index: 2;
  }
  .err-num .mob {
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: 1;
  }
  /* new pages */
  .online-block {
    flex-direction: column;
  }
  .eq-block .eq-img img {
    width: 100%;
  }
  .eq-block .h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .eq-block {
    padding: 16px;
    gap: 16px;
  }
  .top-sec .rov-8 {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .top-sec .rov-8 > div {
    max-width: 314px;
  }
  .inner-sec,
  .inner-sec,
  .top-sec,
  .equipment-sec,
  .bank-sec,
  .have-sec {
    padding-top: 40px;
  }
  .top-block {
    background: linear-gradient(180deg, rgba(0, 156, 243, 0) 0%, rgba(3, 155, 229, 0.2) 100%), #252525;
  }
  .all-table.table-responsive, .calc-table.table-responsive {
    padding: 24px;
  }
  .all-table .table>:not(caption)>*>*, .calc-table .table>:not(caption)>*>* {
    min-width: 200px;
  }
  .have-subtitle .h1 {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .have-block .for-border {
    padding-left: 12px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .right-col {
    padding-left: 0;
    border: none;
  }
  .have-item .d-flex p {
    min-width: 150px;
    max-width: 150px;
  }
  .have-item .d-flex {
    gap: 0 16px;
    width: 100%;
    align-items: flex-start;
  }
  .recommend-block {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .custom-title .h1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .check-code .title .h1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .check-code .d-flex {
    flex-direction: column;
    gap: 12px 0;
  }
  .inner-block {
    flex-direction: column;
    padding: 0;
  }
  .inner-block > div {
    width: 100%;
  }
  .inner-tabs {
    padding: 0;
  }
  .inner-price {
    order: 2;
    margin: -20px 0 20px;
    max-width: 100%;
    text-align: right;
  }
  .inner-text {
    order: 3;
  }
  .inner-img {
    order: 1;
    text-align: right;
  }
  .inner-tabs {
    padding-top: 40px;
  }
  .have-block > div .h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .whom-box {
    padding: 20px;
  }
  .mb-80 {
    margin-bottom: 24px;
  }
  .mt-80 {
    margin-top: 24px;
  }
  .for-whom {
    padding: 32px 0 0;
  }
  .whom-text .h2 {
    margin: 24px 0 16px;
    font-size: 24px;
  }

  .reg-wrap .row {
    width: 100%;
  }
  .reg-wrap .row > *,
  .reg-wrap .row .col-xl-6 {
    padding: 0;
  }
  .range-num span {
    display: none;
  }
  .range-num span:first-child,
  .range-num span:nth-child(3),
  .range-num span:last-child {
    display: block;
  }

  /* footer */

}
#menu-footer1{
      list-style-type: none;
    padding-left: 0px;
    line-height: 2rem;
}



