/*
 Theme Name:   Migsoft 2025
 Theme URI:    https://migsoft.by/
 Description:
 Author:       Iron318i
 Author URI:
 Template:     bricks
 Version:      1.01
 Text Domain:  bricks
*/
:root {
  --font-heading-scale: 1.0;
}

html {
  min-width: 375px;
  font-size: 8.9px;
}

:where(a) {
  color: #605C5C;
  transition: all 0.5s ease;
}

body {
  line-height: 1.4;
  font-size: 1.8rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}

.fsz-16 {
  font-size: 1.6rem;
}

.brxe-text-link:hover {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  width: 100%;
  font-weight: 700;
  line-height: 1.25;
}

h1, .h1 {
  font-size: calc(var(--font-heading-scale) * 2.6rem + 1.5vw);
}

h2, .h2, .title {
  font-size: calc(var(--font-heading-scale) * 2.6rem + 0.9vw);
}

h3, .h3 {
  font-size: calc(var(--font-heading-scale) * 1.8rem + 1.5vw);
}

h4, .h4 {
  font-size: calc(var(--font-heading-scale) * 1.7rem + 0.4vw);
}

h5, h5 {
  font-size: calc(var(--font-heading-scale) * 1.5rem + 0.4vw);
}

.text-uppercase {
  text-transform: uppercase;
}

.fw-bold {
  font-weight: 700;
}

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

.brxe-text p + ul, .brxe-text-basic p + ul {
  margin-top: 1.5rem;
}
.brxe-text h4, .brxe-text-basic h4 {
  color: var(--bricks-color-vnmxwp);
}

.brxe-text ul, .brxe-text-basic ul {
  padding-left: 0;
  list-style: none;
  margin: 0 0 1rem;
}
.brxe-text ul li, .brxe-text-basic ul li {
  margin: 0 0 1rem 0;
  padding-left: 3.5rem;
  position: relative;
}
.brxe-text ul li:before, .brxe-text-basic ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 2rem;
  height: 0.2rem;
  background-color: var(--bricks-color-vnmxwp);
}

.text-primary {
  color: var(--bricks-color-vnmxwp);
}

@media (min-width: 768px) and (max-width: 991px) {
  h1, .h1 {
    font-size: calc(var(--font-heading-scale) / 1.3 * 5.6rem);
  }
  h2, .h2, .title {
    font-size: calc(var(--font-heading-scale) / 1.3 * 4.8rem);
  }
  h3, .h3 {
    font-size: calc(var(--font-heading-scale) / 1.3 * 3.2rem);
  }
  h4, .h4 {
    font-size: calc(var(--font-heading-scale) / 1.3 * 2.6rem);
  }
  h5, .h5 {
    font-size: calc(var(--font-heading-scale) / 1.3 * 2.4rem);
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: calc(var(--font-heading-scale) * 5.6rem);
  }
  h2, .h2, .title {
    font-size: calc(var(--font-heading-scale) * 4.8rem);
  }
  h3, .h3 {
    font-size: calc(var(--font-heading-scale) * 3.2rem);
  }
  h4, .h4 {
    font-size: calc(var(--font-heading-scale) * 2.6rem);
  }
  h5, .h5 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}
.brxe-section {
  padding: 1rem 0;
}

.brxe-container {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.row {
  --gap: 2.4rem;
  flex-direction: row;
  gap: var(--gap);
}

.flex-wrap {
  flex-wrap: wrap;
}

.gap-0 {
  column-gap: 0;
}

.container-fluid {
  max-width: 100%;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

[class*=col-] {
  flex: 0 0 auto;
}

.col-auto {
  width: auto;
}

@media (min-width: 768px) {
  .col-md-6 {
    width: calc(50% - var(--gap) / 2);
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    width: calc(25% - var(--gap) / 4 * 3);
  }
  .col-lg-4 {
    width: calc(33.3333333333% - var(--gap) / 3 * 2);
  }
  .col-lg-5 {
    width: calc(41.6666666667% - var(--gap) / 12 * 5 * 2);
  }
  .col-lg-6 {
    width: calc(50% - var(--gap) / 2);
  }
  .col-lg-7 {
    width: calc(58.3333333333% - var(--gap) / 12 * 7 * 2);
  }
  .cols-lg-2 .brxe-block {
    width: calc(50% - var(--gap) / 2);
  }
}
@media (min-width: 1280px) {
  .brxe-container {
    max-width: 135rem;
  }
  .brxe-container.mw-115 {
    max-width: 115.8rem;
  }
  .brxe-container.mw-118 {
    max-width: 118.6rem;
  }
  .brxe-container.mw-120 {
    max-width: 120rem;
  }
  .cols-xl-4 .brxe-block {
    width: calc(25% - var(--gap) / 4 * 3);
  }
  .cols-xl-2 .brxe-block {
    width: calc(50% - var(--gap) / 2);
  }
}
.bricks-button {
  font-size: 1.6rem;
  letter-spacing: 0;
  padding: 1rem 2.5rem;
  border-radius: 5rem;
  font-weight: 600;
  transition: background-color 0.7s ease;
}
.bricks-button:hover {
  cursor: pointer;
}
.bricks-button.bricks-background-primary {
  color: #fff;
}
.bricks-button.bricks-background-primary:hover {
  background-color: rgb(188.4719827586, 23.4504310345, 13.0280172414);
}
.bricks-button.bricks-background-secondary {
  color: var(--bricks-color-vnmxwp);
}
.bricks-button.bricks-background-secondary:hover {
  background-color: rgb(216.75, 216.75, 216.75);
}
.bricks-button.bricks-background-light:hover {
  background-color: rgb(202.5, 202.5, 213);
}
.bricks-button.sm {
  font-size: 1.5rem;
  padding: 0.8rem 2rem;
}
.bricks-button.lg {
  font-size: 2rem;
  padding: 1.2rem 3.5rem;
}

@media (min-width: 992px) {
  .bricks-button {
    font-size: 2rem;
    padding: 1.2rem 3.5rem;
  }
  .bricks-button.lg {
    font-size: 2.4rem;
    padding: 1.6rem 3.5rem;
  }
}
.wpcf7 {
  border-radius: 1.8rem;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 1.8rem;
}
.wpcf7 h2 {
  --font-heading-scale: .83;
}

.input, input:not([type=submit]), select, textarea {
  border-radius: 1.2rem;
  border-color: #E2D1D1;
  line-height: 4.5rem;
}

.form-group {
  display: block;
  padding: 0 0 15px;
  width: 100%;
}

.label-float label {
  transform: translate(2rem, 80%);
  color: #ABAAAA;
  background-color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: none;
  display: inline-block;
  padding: 0 1rem;
  position: relative;
  z-index: 99;
}

.label, label {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-transform: none;
  color: #7F7F89;
}
.label a, label a {
  color: var(--bricks-color-vnmxwp);
}

.login-form {
  max-width: 65rem;
}

.row-update {
  margin-bottom: 2rem;
}
.row-update .brxe-div:nth-child(1) {
  font-weight: 700;
  font-size: 1.2em;
}

@media (min-width: 768px) {
  .wpcf7 {
    box-shadow: 0 0.4px 2rem 0.2rem rgba(0, 0, 0, 0.05);
    border-radius: 3rem;
    padding: 4rem;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 2rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .mt-3 {
    margin-top: 3rem;
  }
  .mb-3 {
    margin-bottom: 3rem;
  }
  .mb-4 {
    margin-bottom: 4rem;
  }
  .mb-5 {
    margin-bottom: 5rem;
  }
}
/*
JQuery Simple MobileMenu Slide
https://github.com/Position2/jQuery-Simple-MobileMenu
*/
/*Main style*/
body.mmactive {
  overflow: hidden;
}

.mobile_menu {
  display: none;
  position: relative;
  padding-left: 0;
  margin: 0;
}

.sm_menu_outer.active .mobile_menu {
  display: block;
}

.sm_menu_outer {
  min-height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  padding-bottom: 30vh;
  top: 60px;
  right: 0;
  bottom: 0;
  z-index: -9;
  width: 100%;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.sm_menu_outer.active {
  opacity: 1;
  z-index: 999;
}

.sm_menu_outer .mobile_menu li.back a {
  padding: 20px 5px 20px 35px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320.06 560'%3E%3Cpath d='M95.88,280,308.17,68.86l.26-.27a40.15,40.15,0,0,0-.26-56.78,40.81,40.81,0,0,0-57.43,0l-239,237.63A40,40,0,0,0,.06,280,40,40,0,0,0,11.8,310.55L250.74,548.18a40.79,40.79,0,0,0,57.43,0l.26-.27a40.15,40.15,0,0,0-.26-56.78Z' transform='translate(0 0)' fill='%23ce4263'/%3E%3C/svg%3E") 4% center/8px no-repeat;
  font-size: 2.4rem;
  color: #7F7F89;
}

.sm_menu_outer .mobile_menu :not(.li-heading) a {
  color: #111;
  display: block;
  padding: 13px 15px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}

/*Sub Menu anim */
.sm_menu_outer.slide .mobile_menu .submenu {
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  padding: 0;
}

.mobile_menu .submenu li a {
  color: #7F7F89;
  font-weight: 600;
  padding: 10px 15px;
}

.sm_menu_outer.slide .mobile_menu li.active > .submenu {
  right: 0;
}

.sm_menu_outer .mobile_menu li {
  list-style-type: none;
}

.sm_menu_outer.slide .mobile_menu li.hasChild {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320.03 560'%3E%3Cpath d='M11.89,491.13a40.15,40.15,0,0,0-.26,56.78l.26.27a40.79,40.79,0,0,0,57.43,0L308.26,310.55A40,40,0,0,0,320,280a40,40,0,0,0-11.7-30.56L69.32,11.81a40.81,40.81,0,0,0-57.43,0,40.15,40.15,0,0,0-.26,56.78l.26.27L224.18,280Z' fill='%23959595'/%3E%3C/svg%3E") 95% center/8px no-repeat;
}
.sm_menu_outer.slide .mobile_menu li.hasChild > a {
  padding-right: 4.2rem;
}

/*Hamburger Animation */
#sm_menu_ham {
  cursor: pointer;
  height: 25px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 28px;
  top: 15px;
  right: 15px;
  z-index: 9999;
}

#sm_menu_ham span {
  background-color: #111;
  display: block;
  height: 3px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 27px;
}

#sm_menu_ham span:nth-child(1) {
  top: 0;
}

#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
  width: 20px;
  margin-left: 7px;
  top: 9px;
}

#sm_menu_ham span:nth-child(4) {
  top: 18px;
}

#sm_menu_ham.open span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0;
}

#sm_menu_ham.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sm_menu_ham.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#sm_menu_ham.open span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0;
}

@media (min-width: 768px) {
  #sm_menu_ham,
  .sm_menu_outer {
    display: none;
  }
}
@media (min-width: 375px) {
  .sm_menu_outer .mobile_menu :not(.li-heading) a {
    font-size: 16px;
  }
}
#brx-header {
  padding: 1rem 0;
}

.site-header {
  flex-direction: row;
  justify-content: space-between;
}
.site-header .row {
  justify-content: space-between;
  align-items: center;
}
.site-header .icon svg {
  fill: #09121F;
  stroke: #09121F;
  width: 1.5em;
  height: 1.5em;
}
.site-header .icon svg:hover {
  fill: var(--bricks-color-vnmxwp);
  stroke: var(--bricks-color-vnmxwp);
}
.site-header .bricks-button {
  font-weight: 700;
}
.site-header .bricks-button.bricks-background-light {
  color: var(--bricks-color-vnmxwp);
}

.main-logo {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
.main-logo .brxe-svg {
  width: 22.3rem;
}
.main-logo .brxe-text-basic {
  max-width: 27rem;
  line-height: 1;
}

.header-buttons {
  display: flex;
  align-items: center;
  column-gap: 2.5rem;
}

.main-menu {
  padding: 3rem 0;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100vh;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.7s ease-in-out;
  background-color: #fff;
}
.main-menu.show {
  opacity: 1;
  transform: translateY(0);
}

.menu-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
.menu-header .menu-btns {
  display: flex;
  align-items: center;
  column-gap: 2.5rem;
}
.menu-header .brxe-text-link {
  color: #000;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
}
.menu-header .brxe-text-link .icon {
  font-size: 3rem;
}
.menu-header .search-form {
  flex-grow: 1;
}
.menu-header .search-form .bricks-search-form {
  width: 100%;
  max-width: 60rem;
}

.tabs-menu {
  flex-direction: row;
}
.tabs-menu .tab-menu {
  width: 23rem;
  gap: 1rem;
}
.tabs-menu .tab-content {
  width: calc(100% - 23rem);
  padding-left: 3rem;
  border-left: 1px solid var(--bricks-color-mtncbg);
}
.tabs-menu .brxe-text-link {
  color: #000;
}
.tabs-menu .brxe-text-link,
.tabs-menu .brxe-icon-box {
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.5s ease;
  padding: 1rem 2rem;
  width: 21rem;
}
.tabs-menu .brx-open .brxe-icon-box {
  background: rgba(240, 50, 38, 0.15);
  color: #E82A1E;
}
.tabs-menu .tab-pane .row {
  --gap: 4rem;
}
.tabs-menu .bricks-nav-menu {
  flex-direction: column;
  margin-bottom: 4rem;
  font-size: 1.6rem;
  font-weight: 600;
}
.tabs-menu .bricks-nav-menu li {
  margin: 0 0 1rem;
  max-width: 100%;
}
.tabs-menu .bricks-nav-menu li a {
  color: #7F7F89;
}
.tabs-menu .bricks-nav-menu li a:hover {
  color: var(--bricks-color-vnmxwp);
}
.tabs-menu .solid li a {
  color: #000;
  font-size: 2rem;
}
.tabs-menu .solid li a:hover {
  color: var(--bricks-color-vnmxwp);
}
.tabs-menu h2 {
  --font-heading-scale: .875;
  margin-bottom: 3rem;
}
.tabs-menu h3 {
  --font-heading-scale: .625;
  font-weight: 600;
}

.mobile_menu .li-heading {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 13px 15px;
}
.mobile_menu .li-heading a {
  color: #111;
}

@media (min-width: 768px) {
  .site-header .icon svg {
    width: 1.25em;
    height: 1.25em;
  }
}
@media (min-width: 992px) {
  .tabs-menu .tab-menu {
    width: 29rem;
  }
  .tabs-menu .tab-content {
    width: calc(100% - 29rem);
  }
  .tabs-menu .brxe-text-link,
  .tabs-menu .brxe-icon-box {
    gap: 2rem;
    border-radius: 14px;
    font-size: 2.5rem;
    width: 26.3rem;
  }
}
@media (max-width: 991px) {
  .main-logo .brxe-text-basic {
    display: none;
  }
}
#brx-footer {
  margin-top: 5rem;
  position: relative;
  box-shadow: 0 0 5rem 1rem rgba(0, 0, 0, 0.05);
}

.site-footer {
  padding: 4.5rem 0;
  color: #605C5C;
  font-size: 1.6rem;
  line-height: 1.53;
  letter-spacing: -0.064rem;
}
.site-footer a {
  color: #605C5C;
}
.site-footer a:hover {
  color: var(--bricks-color-vnmxwp);
}
.site-footer .bricks-menu-item {
  margin: 0;
}

.footer-heading {
  font-weight: 700;
}

.footer-contacts {
  font-size: 1.4rem;
}

.footer-copyright {
  color: #737373;
  font-size: 12px;
}

@media (min-width: 768px) {
  .site-footer .col-chats {
    width: 31%;
    align-items: end;
  }
}
@media (max-width: 767px) {
  .footer-heading {
    color: #111;
    font-size: 16px;
  }
  .site-footer .col-chats {
    width: 100%;
  }
  .site-footer .col-chats > .brxe-div {
    width: 100%;
  }
  .site-footer .list-chats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .site-footer .list-chats li a {
    flex-direction: column;
    text-align: center;
  }
  .site-footer .list-chats li:first-child {
    grid-area: 1/1/2/2;
  }
  .site-footer .list-chats li:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .site-footer .list-chats li:nth-child(3) {
    grid-area: 2/1/3/3;
  }
  .footer-contacts {
    margin-bottom: 1rem;
    row-gap: 1rem;
  }
  .footer-contacts .brxe-text:nth-child(1) {
    order: 0;
    width: 100%;
    margin-top: 1rem;
  }
  .footer-contacts .brxe-text:nth-child(2) {
    order: 4;
    width: 100%;
  }
  .footer-contacts .brxe-text:nth-child(3) {
    order: 1;
  }
  .footer-contacts .brxe-text:nth-child(4) {
    order: 2;
  }
  .footer-contacts .brxe-text:nth-child(5) {
    order: 3;
  }
}
*:focus {
  outline: none !important;
}

.img-rounded {
  border-radius: 1.6rem;
}

[class*=card-] {
  background-color: var(--bricks-color-mtncbg);
  border-radius: 1.6rem;
  padding: 1.6rem;
  width: 100%;
  position: relative;
}
.row [class*=card-] {
  height: 100%;
}

.card-sm {
  padding: 1.6rem;
}
.card-sm .brxe-text-basic {
  font-size: 1.6rem;
  line-height: 1.5;
}
.card-sm .brxe-image {
  display: none;
}

.card-consultation {
  padding: 4rem 2rem;
}
.card-consultation h2 {
  line-height: 1.1;
}

.card-white {
  background-color: #fff;
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.25);
}

.icon svg, button svg {
  fill: currentColor;
  stroke: currentColor;
  width: 1em;
  height: 1em;
}

.bricks-search-form input[type=search] {
  border-color: var(--bricks-color-vnmxwp);
  line-height: calc(5rem - 2px);
  border-radius: 1.2rem 0 0 1.2rem;
  flex-grow: 1;
}
.bricks-search-form button {
  height: 5rem;
  width: 9rem;
  color: #fff;
  border-radius: 0 1.2rem 1.2rem 0;
}

.go-home {
  font-size: 1.4rem;
  color: #111;
  border-radius: 0.6rem;
  border: 1px solid rgba(18, 18, 18, 0.4);
  padding: 0.5rem 1.3rem;
  margin-bottom: 1rem;
  gap: 8px;
}
.go-home .icon {
  font-size: 1rem;
}

.slider-history .swiper-slide {
  text-align: left;
}
.slider-history .slider-content {
  padding: 0;
}
.slider-history .title {
  color: #000;
  margin-bottom: 2rem;
}
.slider-history .content {
  color: #000;
  font-size: 1.8rem;
}
.slider-history .swiper-button {
  background-color: #7D7D7D;
  border-radius: 50%;
}
.slider-history .bricks-swiper-button-prev {
  display: none !important;
}

.info-box {
  flex-direction: row;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.info-box .icon {
  margin-top: 3px;
}
.info-box .content p {
  margin-bottom: 0;
}
.info-box .content a {
  color: #000;
}

.list-chats {
  margin-top: 1.5rem;
}
.list-chats li {
  padding: 0.93rem 0.5rem;
  border-radius: 10px;
  background: #F3F3F3;
}
.list-chats a {
  color: #1B1919;
  font-size: 1.4rem;
  font-weight: 600;
  gap: 1rem;
}
.info-box + .list-chats {
  margin-top: -1.5rem !important;
}

.col-contacts .list-chats {
  margin-left: 3rem;
  margin-top: 0;
}
.col-contacts .list-chats .repeater-item {
  min-width: 24.5rem;
}

.warranty {
  padding-bottom: 2rem;
}
.warranty h3 {
  color: #959595;
}

.news-post-box {
  border-bottom: 1px solid #7F7F89;
  padding: 3rem 0;
  max-width: 105rem;
  width: 100%;
  display: flex;
  gap: 3rem;
}
.news-post-box .brxe-post-excerpt {
  color: #959595;
  position: relative;
  padding-left: 2rem;
}
.news-post-box .brxe-post-excerpt:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100%;
  background-color: var(--bricks-color-vnmxwp);
}
.news-post-box .post-date {
  color: var(--bricks-color-vnmxwp);
  text-align: center;
}
.news-post-box .post-day {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
.news-post-box .post-month {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.more-news {
  max-width: 105rem;
  width: 100% !important;
}

.brxe-post-author {
  align-items: center;
  --font-heading-scale: .83;
}

.single-post .post-title {
  max-width: 100rem;
}
.single-post .brxe-post-content {
  --font-heading-scale: .7;
  max-width: 71.8rem;
}
.single-post .meta-box {
  color: #B5B5B5;
}
.single-post .main-content .brxe-image {
  max-width: 71.8rem;
}

.heading-contents {
  --font-heading-scale: .7;
  color: #B5B5B5;
}

.toc-list {
  font-weight: 700;
  font-size: 2.4rem;
}
.toc-list li {
  margin-bottom: 2rem;
}
.toc-list .toc-link {
  text-decoration: underline;
}

.post-card,
.post-slide {
  --font-heading-scale: .83;
}
.post-card .brxe-image,
.post-slide .brxe-image {
  border-radius: 1.6rem;
  margin-bottom: 2rem;
}

.card-reviews {
  background-color: #000000;
  background-size: 60% !important;
  background-repeat: no-repeat;
  background-position: 175% 50%;
  color: #fff;
}
.card-reviews .brxe-block {
  max-width: 90%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.review {
  height: 100%;
}
.review .inner {
  border-radius: 3rem;
  background: #F5F5F7;
  padding: 3rem 2rem 0 3rem;
}
.review .brxe-heading {
  margin-bottom: 2.5rem;
}
.review .brxe-image {
  border-radius: 14px;
  box-shadow: 0 1.1rem 40rem 0.8rem rgba(0, 0, 0, 0.25);
}

.karera-cards h4 {
  --font-heading-scale: 1.15;
}
.karera-cards h5 {
  --font-heading-scale: 1.08;
}
.karera-cards .brxe-heading {
  max-width: 97%;
}

.btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.btn-list .bricks-button.sm {
  padding: 0.8rem 1.6rem;
}

.main-blog .main-post-card {
  position: relative;
  z-index: 1;
  width: 100%;
}
.main-blog .main-post-card .brxe-heading {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  padding: 0 1rem 0 1.9rem;
  z-index: 10;
  --font-heading-scale: .4;
}
.main-blog .main-post-card .brxe-image {
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 16/7;
}
.main-blog .main-post-card .brxe-image img {
  object-fit: cover;
}
.main-blog .main-post-card .brxe-image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.45) 100%);
}
.main-blog .brxe-block:nth-child(1) .brxe-image {
  aspect-ratio: 16/9;
}
.main-blog .brxe-block:nth-child(1) .brxe-heading {
  bottom: 2rem;
  padding: 0 1rem 0 3rem;
  --font-heading-scale: 0.8;
}

.product-banner {
  color: #fff;
  border-radius: 0 0 1rem 2rem;
  background: linear-gradient(270deg, #DF2D42 5.79%, #3E309D 51.31%, #1D1A80 106.78%), linear-gradient(270deg, #6482E9 43.72%, #2321A1 100.59%);
  padding-top: 4rem;
  padding-bottom: 9rem;
}
.postid-83 .product-banner {
  background: linear-gradient(270deg, #DC2014 5.76%, #2F0268 61.09%, #02004B 98.54%);
}
.postid-3435 .product-banner {
  background: linear-gradient(270deg, #EB5B1D 33.11%, #891C15 100.36%);
}
.product-banner .row {
  min-height: 50rem;
  align-items: center;
}
.product-banner .brxe-heading {
  margin-bottom: 2rem;
}
.product-banner .brxe-text-basic {
  margin-bottom: 3rem;
  max-width: 52rem;
  font-size: 2.4rem;
}

.product-features {
  padding: 0;
  color: #111;
  font-size: 1.6rem;
}
.product-features .row {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 3px 2rem 0 rgba(0, 0, 0, 0.1);
  padding: 3rem 4rem;
}
.product-features h3 {
  --font-heading-scale: .75;
}

.card-product-primary {
  background-color: var(--bricks-color-vnmxwp);
  color: #fff;
}
.card-product-primary .brxe-heading {
  max-width: 90%;
}

.compatibility {
  --gap: 2.4rem;
}
.compatibility .brxe-icon-box {
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  border-radius: 2.1rem;
  background: #F5F5F7;
  padding: 2.5rem 2.5rem 2.5rem 3rem;
}
.compatibility .brxe-icon-box .icon {
  font-size: 6rem;
  max-width: 6.6rem;
}
.compatibility .brxe-icon-box .icon svg {
  fill: var(--bricks-color-vnmxwp);
}
.compatibility .brxe-icon-box h4 {
  margin-bottom: 0;
}

.card-feature {
  padding: 0;
  min-height: 35rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-feature + .card-feature {
  margin-top: 2.4rem;
}
.fsz-16 .card-feature .brxe-heading {
  --font-heading-scale: .875;
}
.card-feature .inner {
  padding: 1.6rem 1.6rem 0;
}
.card-feature img {
  align-self: center;
  margin-left: auto;
}

.slider-wrp {
  overflow: hidden;
}
.slider-wrp .brxe-container:not(.text-center-lg) {
  padding-right: 0;
}

.splide__arrows .splide__arrow {
  background-color: rgba(125, 125, 125, 0.8);
  border-radius: 10rem;
  color: #fff;
  font-size: 1.5rem;
  width: 4rem;
  height: 4rem;
}
.splide__arrows .splide__arrow:disabled {
  opacity: 0;
}

.advantages .card-md h3 {
  --font-heading-scale: .875;
}

.card-use {
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
}
.card-use > .brxe-block {
  align-items: center;
}

.program-dev {
  width: 100%;
  text-align: center;
  color: var(--bricks-color-vnmxwp);
  border-radius: 3rem;
  border: 1px dashed #000;
  padding: 4.4rem 7rem;
}

.heading-faq {
  border-radius: 14px;
  background-color: #F5F5F7;
  padding: 2.2rem 4rem;
}

.brxe-accordion .title {
  --font-heading-scale: .5;
}
.brxe-accordion .accordion-item {
  border-bottom: 1px solid #7F7F89;
}
.brxe-accordion .accordion-content-wrapper {
  color: #7F7F89;
}
.brxe-accordion .icon {
  color: #787884;
  font-size: 2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  background-color: #F5F5F7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brxe-accordion .brx-open .icon.expanded {
  display: flex !important;
}

.accordion-wrap .heading-faq .brxe-icon {
  color: #787884;
  font-size: 3rem;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.accordion-wrap .brx-open .heading-faq .brxe-icon {
  transform: rotate(-45deg);
}

.card-dark {
  background: linear-gradient(90deg, #151414 0%, #3B3B44 100%), #F8F8F8;
  color: #fff;
}

.slider-logo .splide__track,
.slider-products .splide__track {
  overflow: visible;
}

/* Slides without the splide__slide class are hidden */
.splide__list > .brxe-block:not(.splide__slide) {
  display: none;
}

.card-product {
  padding: 0 !important;
  min-height: 54rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
.card-product .inner {
  padding: 3rem 3rem 0;
}
.card-product .img-wrp {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.home .card-product .img-wrp {
  padding-bottom: 2rem;
}
.card-product .brxe-heading {
  color: var(--bricks-color-vnmxwp);
  text-align: center;
  margin-bottom: 2rem;
}
.card-product .brxe-text, .card-product .brxe-text-basic {
  font-size: 1.6rem;
}
.card-product .btn-more {
  transition: all 0.5s ease;
  position: absolute;
  bottom: -4rem;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
}
.card-product:hover {
  background-color: var(--bricks-color-vnmxwp);
  color: #fff;
}
.card-product:hover .brxe-heading,
.card-product:hover .brxe-heading a {
  color: #fff;
}
.card-product:hover .brxe-text ul li:before, .card-product:hover .brxe-text-basic ul li:before {
  background-color: #fff;
}
.card-product:hover .btn-more {
  bottom: 4rem;
  opacity: 1;
}

.all-country .brxe-text ul {
  columns: 2;
  column-gap: 2rem;
  max-width: 25rem;
  margin-bottom: 0;
}
.all-country .brxe-text ul li {
  margin-bottom: 0;
}
.all-country .brxe-text ul li:before {
  background-color: #fff;
}

.our-achievements [class*=card-] {
  border-radius: 1.4rem;
  background: url("./img/bg-achievements.png") center/contain repeat-y;
  box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}
.our-achievements .card-md {
  min-height: 27.7rem;
}
.our-achievements .card-md h3 {
  --font-heading-scale: .84;
}
.our-achievements .card-md .brxe-text-basic {
  font-size: 1.5rem;
  width: 33%;
}
.our-achievements .card-md .brxe-image {
  margin-top: 2rem;
  width: 66%;
}
.our-achievements .card-md .inner {
  display: flex;
  justify-content: space-between;
}
.our-achievements .card-sm {
  display: flex;
  align-items: center;
  gap: 2rem;
  min-height: 11.6rem;
}
.our-achievements .card-sm .brxe-heading {
  font-size: 2.6rem;
  margin-bottom: 0;
}
.our-achievements .card-sm .brxe-text-basic {
  max-width: 100%;
  font-size: 1.8rem;
}

.reason-box {
  width: 100%;
}
.reason-box + .reason-box {
  margin-top: 2rem;
}
.reason-box .brxe-heading {
  line-height: 1.1;
}
.reason-box .brxe-image {
  width: 6rem;
  margin-bottom: 2rem;
}

.how-work-web,
.how-we-work {
  border-radius: 3rem;
  background: #FFF;
  box-shadow: 0 0.4rem 1.7rem 0 rgba(0, 0, 0, 0.25);
  position: relative;
  padding-top: 2rem;
}
.how-work-web .brxe-block,
.how-we-work .brxe-block {
  align-items: unset;
}
.how-work-web .row,
.how-we-work .row {
  align-items: center;
  justify-content: space-between;
}
.how-work-web h2,
.how-we-work h2 {
  --font-heading-scale: .83;
}
.how-work-web ol,
.how-we-work ol {
  list-style-type: none;
  counter-reset: num;
  margin: 0;
  padding: 0;
}
.how-work-web ol li,
.how-we-work ol li {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.2rem 0 0.2rem 4.5rem;
}
.how-work-web ol li + li,
.how-we-work ol li + li {
  margin-top: 1.5rem;
}
.how-work-web ol li::before,
.how-we-work ol li::before {
  content: counter(num);
  counter-increment: num;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--bricks-color-vnmxwp);
  border: 1px solid var(--bricks-color-vnmxwp);
}
.how-work-web.no-border,
.how-we-work.no-border {
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
}

.how-work-web {
  padding-bottom: 3rem;
}

.newslatter {
  text-align: center;
  border-radius: 3rem;
  background: #F9F9FA;
  padding: 3rem 2rem;
  align-items: center;
}
.newslatter .brxe-text-basic {
  color: #ABAAAA;
  font-size: 2rem;
  letter-spacing: -0.4px;
}
.newslatter .wpcf7 {
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
  max-width: 60rem;
  margin: 0 auto;
  text-align: left;
}
.newslatter .wpcf7 .row {
  align-items: end;
}
.newslatter .wpcf7 .col-auto {
  justify-content: end;
}
.newslatter .wpcf7 .wpcf7-spinner {
  display: none;
}
.newslatter .label-float label {
  background: linear-gradient(180deg, rgb(249, 249, 250) 0%, rgb(249, 249, 250) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}

.card-review-small {
  display: flex;
  gap: 2.5rem;
}
.card-review-small .inner {
  width: calc(100% - 68px);
}
.card-review-small .img-wrp {
  width: 68px;
  border-radius: 0.7rem;
  box-shadow: 0 2.4px 4.5px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.card-review-small .brxe-heading {
  margin-bottom: 0.5rem;
}
.card-review-small .brxe-text-basic {
  font-size: 9.7px;
  color: #4E4848;
  max-height: 9rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.card-review-small .rev-position {
  margin-bottom: 1rem;
  font-weight: 700;
  color: #000;
}

.item-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}
.item-logo .brxe-image {
  margin-bottom: 5rem;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all 0.5s ease-in-out;
}
.item-logo:hover .brxe-image {
  -webkit-filter: none;
  filter: none;
}
.item-logo .brxe-text-basic {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  padding: 0 1rem;
}

.slider-logo .splide__slide {
  height: 100% !important;
}

.our-resource-center [class*=card-] {
  border-radius: 1.4rem;
  background: url("./img/bg-achievements.png") center/contain repeat-y;
  box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.our-resource-center [class*=card-] .inner {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.our-resource-center [class*=card-] .inner .sep {
  flex-grow: 1;
  margin: 0 0 1rem;
}
.our-resource-center [class*=card-] .img-wrp {
  width: 40%;
}
.our-resource-center .card-lg .brxe-text-basic {
  line-height: 1.1;
}

.brx-popup .brx-popup-content {
  max-width: 80.5rem;
  border-radius: 3rem;
}

.banner-cost {
  background: #000 url("./img/bg-cost.png") 25% 50%/cover no-repeat;
  color: #fff;
  padding: 4rem;
  border-radius: 1.6rem;
}
.banner-cost .brxe-heading {
  margin-bottom: 0;
}

.cost-accordion .accordion-title-wrapper {
  padding: 0.5rem 0;
}
.cost-accordion .accordion-item {
  border: 0 none;
  padding: 1rem 1.5rem;
  border-radius: 1.6rem;
  background: #FFF;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.05);
}
.cost-accordion .accordion-title {
  min-height: 7rem;
}
.cost-accordion .title {
  padding-right: 3rem;
  font-size: 1.8rem;
}
.cost-accordion .title strong {
  font-size: 2.2rem;
  font-weight: 800;
}
.cost-accordion .icon {
  color: var(--bricks-color-vnmxwp);
}

.process-steps .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 10rem;
  background-color: #F5F5F7;
  color: var(--bricks-color-vnmxwp);
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
  justify-self: center;
}
.process-steps .text {
  color: #111;
  font-size: 2rem;
  font-weight: 700;
}

.advantages .col-md-6:has(> .vnedrenie-01) {
  width: 100% !important;
}

.vnedrenie-01 {
  background: linear-gradient(104deg, #040988 2.12%, #3B8BEA 101.79%), linear-gradient(0deg, #F5F5F7 0%, #F5F5F7 100%), rgba(0, 0, 0, 0.2);
  color: #fff;
}

.vnedrenie-02, .vnedrenie-03 {
  background: linear-gradient(97deg, #040988 -3.45%, #3B8BEA 71.68%), #F5F5F7;
  color: #fff;
}

.pink-banner {
  width: 100%;
  border-radius: 1.6rem;
  background: linear-gradient(103deg, #FF4850 -23.7%, #7916B5 102.02%);
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.1;
  padding: 2rem 3rem;
}

.content-wrp .col-heading .brxe-heading {
  color: #959595;
}
.content-wrp .brxe-divider {
  margin: 5rem 0;
  color: #959595;
}
.content-wrp table {
  border-radius: 1.4rem;
  background: #F5F5F7;
  box-shadow: 0px 4px 14.7px 0px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  text-align: left;
  border-collapse: collapse;
  overflow: hidden;
}
.content-wrp table td, .content-wrp table th {
  border: 1px solid #7F7F89;
  padding: 1rem 1.5rem;
}
.content-wrp table th {
  border-top: 0 !important;
}
.content-wrp table th:first-child,
.content-wrp table td:first-child {
  border-left: 0;
}
.content-wrp table th:last-child,
.content-wrp table td:last-child {
  border-right: 0;
}
.content-wrp table tr:last-child td {
  border-bottom: 0;
}
.content-wrp table .bb-none {
  border-bottom: 0 none !important;
}
.content-wrp .table-text-big table th {
  font-size: 1.6rem;
}
.content-wrp .table-text-big table td {
  font-size: 1.5rem;
}

.home-new-post {
  padding: 2rem 2.5rem;
  display: flex;
  align-items: center;
  background: #F5F5F7;
  gap: 3rem;
  border-radius: 1.4rem;
  --font-heading-scale: .83;
}
.home-new-post .brxe-post-excerpt {
  color: #959595;
  position: relative;
  padding-left: 2rem;
}
.home-new-post .brxe-post-excerpt:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100%;
  background-color: var(--bricks-color-vnmxwp);
}
.home-new-post .post-date {
  color: var(--bricks-color-vnmxwp);
  text-align: center;
}
.home-new-post .post-day {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
.home-new-post .post-month {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.seo-01 .card-feature .brxe-image {
  margin-top: -2rem;
}

.social-card {
  border-radius: 1.5rem;
  background: #FFF;
  box-shadow: 0 0.22rem 2.2rem 0 rgba(0, 0, 0, 0.1);
  padding: 1.4rem;
}
.social-card .brxe-image {
  margin-bottom: 2rem;
}
.social-card .brxe-heading {
  --font-heading-scale: .75;
}
.social-card .brxe-text-basic {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  max-width: 95%;
  min-height: 11rem;
}

.tablepress-id-4 td {
  --padding: 1rem;
  --border-color: #7F7F89;
}
.tablepress-id-4 th {
  --head-bg-color: #F5F5F7;
  --padding: 1.5rem 1rem;
  --border-color: #F5F5F7;
}
.tablepress-id-4 td[colspan] {
  border-top: 3rem solid #fff;
  background-color: #F5F5F7;
  --padding: 1.5rem 1rem;
}
.tablepress-id-4 td[colspan] + td {
  border: 0 none;
}
.tablepress-id-4 tr:has(td[colspan]) + tr td {
  border: 0 none;
}
.tablepress-id-4 .column-1, .tablepress-id-4 .column-2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.tablepress-id-4 .column-3 {
  font-weight: 600;
}

.vacancy-header {
  flex-direction: row;
  align-items: center;
  border-radius: 1.4rem;
  background: #F5F5F7;
}
.vacancy-header > div {
  padding: 1.5rem 2rem;
  font-size: 2rem;
  font-weight: 700;
  flex: 0 0 auto;
}

.v-position {
  width: 36%;
}

.v-busyness {
  width: 23%;
}

.v-city {
  width: 15%;
}

.v-pay {
  width: 26%;
}

.accordion-vacancies .brxe-icon {
  color: #787884;
  font-size: 3rem;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  background-color: #F5F5F7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-vacancies .brx-open .brxe-icon {
  transform: rotate(-45deg);
}
.accordion-vacancies .accordion-title-wrapper .brxe-block {
  flex-direction: row;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
}
.accordion-vacancies .accordion-title-wrapper .brxe-block > div {
  padding: 0 2rem;
  flex: 0 0 auto;
}
.accordion-vacancies .accordion-title-wrapper .v-position {
  font-size: 2rem;
  font-weight: 700;
}
.accordion-vacancies .accordion-title-wrapper .v-busyness {
  text-align: center;
}
.accordion-vacancies .accordion-title-wrapper .v-city {
  text-align: center;
}
.accordion-vacancies .accordion-title-wrapper .v-pay {
  text-align: center;
}
.accordion-vacancies .accordion-content-wrapper .brxe-text h3 {
  font-weight: 600;
  --font-heading-scale: .875;
  margin: 2.5rem 0;
}
.accordion-vacancies .accordion-content-wrapper .brxe-text ol {
  list-style-type: none;
  counter-reset: num;
  padding: 0;
}
.accordion-vacancies .accordion-content-wrapper .brxe-text ol li {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.2rem 0 0.2rem 3.5rem;
}
.accordion-vacancies .accordion-content-wrapper .brxe-text ol li + li {
  margin-top: 1.5rem;
}
.accordion-vacancies .accordion-content-wrapper .brxe-text ol li::before {
  content: counter(num);
  counter-increment: num;
  width: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--bricks-color-vnmxwp);
  font-weight: 700;
}
.accordion-vacancies .accordion-content-wrapper .wpcf7 {
  max-width: 53rem;
  margin-left: auto;
}
.accordion-vacancies .accordion-content-wrapper .wpcf7 .wpcf7-spinner {
  display: none !important;
}
.accordion-vacancies .accordion-content-wrapper .wpcf7 .codedropz-upload-inner {
  font-size: 1.4rem;
}
.accordion-vacancies .accordion-content-wrapper .wpcf7 .codedropz-upload-inner > span {
  display: none;
}

.practic .brxe-text, .practic .wpcf7 {
  max-width: 69rem;
}

.main-slider {
  align-items: unset;
  overflow: hidden;
}
.main-slider .slide {
  color: #fff;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
}
.main-slider .slide .inner {
  opacity: 0;
  transition: all 0.7s ease;
  height: 0;
}
.main-slider .slide .brxe-text {
  transition: all 0.3s ease;
  font-size: 1rem;
}
.main-slider .slide ul li:before {
  top: 1.2rem;
}
.main-slider .slide .brxe-heading {
  transition: all 0.1s ease;
  --font-heading-scale: .45;
}
.main-slider .slide .img-wrp {
  transition: all 0.5s ease;
  flex-grow: 1;
  display: flex;
  align-items: end;
  justify-content: center;
}
.main-slider .active .inner {
  opacity: 1;
  height: auto;
}
.main-slider .active .brxe-text {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  html {
    font-size: 8.6px;
  }
  .hide-md-up {
    display: none !important;
  }
  .text-center-lg {
    text-align: center;
  }
  [class*=card-] {
    padding: 2.8rem 3.2rem;
  }
  .card-sm {
    min-height: 26.5rem;
    padding: 2.5rem 3rem;
  }
  .card-sm .brxe-text-basic {
    max-width: 50%;
  }
  .card-sm .brxe-image {
    display: block;
    position: absolute;
    right: 1.5rem;
    bottom: 0;
    max-width: 50%;
  }
  .card-feature {
    padding: 0;
  }
  .card-feature .inner {
    padding: 2.8rem 3.2rem 0;
  }
  .slider-history .content {
    line-height: 1;
  }
  .slider-history .slider-content {
    padding: 0 8rem 0 0;
  }
  .slider-history .title {
    margin-bottom: 3rem;
  }
  .card-consultation h2 {
    max-width: 90%;
  }
  .list-chats li {
    padding: 0.93rem 2.1rem;
    margin-bottom: 1.2rem;
  }
  .col-contacts {
    width: 36%;
  }
  .card-white {
    box-shadow: 0 0.6rem 18rem 0.2rem rgba(0, 0, 0, 0.1);
  }
  .home-new-post {
    min-height: 13rem;
  }
  .news-post-box .post-day, .home-new-post .post-day {
    font-size: 4.8rem;
    width: 5.5rem;
  }
  .news-post-box .post-month, .home-new-post .post-month {
    font-size: 1.8rem;
  }
  .card-reviews {
    background-size: 40% !important;
    background-position: 133% 50%;
  }
  .card-reviews .brxe-block {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .karera-cards .card-md {
    min-height: 18rem;
  }
  .main-blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
  }
  .main-blog .brxe-block:nth-child(1) {
    grid-area: 1/1/3/3;
  }
  .main-blog .brxe-block:nth-child(2) {
    grid-area: 1/3/2/4;
  }
  .main-blog .brxe-block:nth-child(3) {
    grid-area: 2/3/3/4;
  }
  .main-blog .main-post-card .brxe-image {
    aspect-ratio: 1;
  }
  .main-blog .brxe-block:nth-child(1) .brxe-image {
    aspect-ratio: 1;
  }
  .main-blog .brxe-block:nth-child(1) .brxe-heading {
    bottom: 4rem;
    --font-heading-scale: 1.1;
  }
  .product-features {
    transform: translateY(-50%);
  }
  .functional-features {
    padding-top: 15rem;
  }
  .functional-features .splide__pagination li {
    padding: 0 5rem;
  }
  .card-feature {
    min-height: 42.4rem;
  }
  .small .card-feature {
    min-height: 32rem;
  }
  .seo-01 .card-feature:first-child {
    min-height: 36rem;
  }
  .advantages .card-md {
    min-height: 26rem;
  }
  .postid-78 .card-possibility {
    min-height: 28rem;
    padding: 1.8rem 3.2rem;
  }
  .postid-78 .card-possibility .content-wrp {
    padding-top: 1rem;
  }
  .card-possibility.img-bottom .image-wrp {
    align-items: end;
    margin-bottom: -1.8rem;
  }
  .card-possibility.offset-img .brxe-image {
    max-width: 133%;
  }
  .card-product-primary .brxe-text-basic {
    font-size: 2.4rem;
  }
  .reason-box {
    width: 33rem;
  }
  .reason-box:nth-child(1) {
    min-height: 23rem;
  }
  .reason-box:nth-child(2) {
    min-height: 30rem;
  }
  .reason-box + .reason-box {
    margin-top: 3rem;
  }
  .reason-box .brxe-image {
    width: 8.8rem;
    margin-bottom: 3rem;
  }
  .how-work-web,
  .how-we-work {
    padding: 0;
  }
  .how-work-web .row,
  .how-we-work .row {
    flex-direction: row-reverse;
  }
  .how-work-web ol li,
  .how-we-work ol li {
    font-weight: 700;
  }
  .how-work-web ol li::before,
  .how-we-work ol li::before {
    border: 1px dashed #7F7F89;
  }
  .how-work-web ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 2rem;
  }
  .how-work-web ol li {
    flex: 0 0 auto;
    max-width: 38rem;
    font-weight: 400;
    margin: 0 !important;
  }
  .how-work-web ol li:after {
    display: none !important;
  }
  .card-review-small .inner {
    width: calc(100% - 14.5rem);
  }
  .card-review-small .img-wrp {
    width: 14.5rem;
    border-radius: 1.4rem;
    overflow: hidden;
    box-shadow: 0 0.5rem 0.92rem 0 rgba(0, 0, 0, 0.25);
  }
  .card-review-small .brxe-heading {
    margin-bottom: 1rem;
  }
  .card-review-small .brxe-text-basic {
    font-size: 2rem;
    max-height: 9rem;
    -webkit-line-clamp: 3;
  }
  .brxe-accordion .accordion-item {
    padding: 2rem 4rem;
  }
  .cost-accordion .accordion-item {
    padding: 1rem 2.4rem;
  }
  .cost-accordion .title {
    padding-right: 5rem;
  }
  .our-resource-center [class*=card-] .inner {
    width: 50%;
  }
  .our-resource-center [class*=card-] .img-wrp {
    width: 50%;
    text-align: right;
  }
  .our-resource-center .card-lg .inner {
    max-width: 63rem;
  }
  .our-resource-center .card-lg .brxe-text-basic {
    font-size: 2.4rem;
  }
  .our-resource-center .card-lg .img-wrp {
    padding: 2rem 0;
  }
  .our-resource-center .card-md {
    min-height: 31rem;
  }
  .card-possibility {
    display: flex;
    gap: 2rem;
    min-height: 26rem;
  }
  .card-possibility .content-wrp {
    width: calc(100% - 27rem);
  }
  .card-possibility .image-wrp {
    width: 25rem;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .process-steps {
    display: flex;
    flex-direction: row;
    max-width: 113rem;
    justify-content: space-evenly;
    margin: 0 auto;
    position: relative;
  }
  .process-steps:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 18%;
    height: 1px;
    width: 100%;
    background-color: #E3E3E3;
  }
  .process-steps .item {
    text-align: center;
  }
  .process-steps .num-wrp {
    display: inline-block;
    padding: 0 4rem;
    position: relative;
    z-index: 2;
    background-color: #fff;
  }
  .process-steps .num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 10rem;
    background-color: #F5F5F7;
    color: var(--bricks-color-vnmxwp);
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 2rem;
    justify-self: center;
  }
  .process-steps .text {
    color: #111;
    font-size: 2rem;
    font-weight: 700;
  }
  .card-about-us {
    padding-bottom: 0 !important;
  }
  .card-about-us .brxe-text {
    line-height: 1.1;
  }
  .card-about-us .col-lg-7 {
    width: calc(100% - 41rem);
    padding-bottom: 5rem;
  }
  .card-about-us .col-lg-5 {
    width: 38.1rem;
    align-self: end;
  }
  .how-work-web {
    padding: 5rem;
  }
  .web-restart {
    flex-direction: row-reverse;
    font-size: 2rem;
  }
  .web-restart .brxe-heading {
    --font-heading-scale: .83;
  }
  .tablepress-id-4 td {
    --padding: 3rem;
  }
  .tablepress-id-4 th {
    --padding: 2rem 3rem;
  }
  .tablepress-id-4 td[colspan] {
    border-top: 5rem solid #fff;
    --padding: 2rem 3rem;
  }
  .tablepress-id-4 .column-1, .tablepress-id-4 .column-2 {
    font-size: 2.4rem;
  }
  .tablepress-id-4 .column-3 {
    font-size: 2rem;
  }
  .accordion-vacancies .accordion-title-wrapper {
    margin-bottom: 5rem;
  }
  .accordion-vacancies .accordion-content-wrapper .brxe-text {
    padding-left: 4rem;
  }
  .functional-features {
    padding-top: 10rem;
  }
  .functional-features .splide__track {
    overflow: visible;
  }
  .functional-features .splide__pagination {
    top: 0;
    bottom: auto;
    counter-reset: pagination-num;
    width: 100%;
    max-width: 113rem;
    justify-content: space-evenly;
  }
  .functional-features .splide__pagination:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background-color: #E3E3E3;
  }
  .functional-features .splide__pagination li {
    padding: 0 1rem;
    background-color: #fff;
    z-index: 1;
  }
  .functional-features .splide__pagination .splide__pagination__page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    background-color: #F5F5F7;
    color: var(--bricks-color-vnmxwp);
    font-size: 2.4rem;
    font-weight: 700;
  }
  .functional-features .splide__pagination .splide__pagination__page.is-active {
    background-color: var(--bricks-color-vnmxwp);
    color: #fff;
  }
  .functional-features .splide__pagination__page:before {
    counter-increment: pagination-num;
    content: counter(pagination-num);
  }
  .row-update {
    flex-direction: row;
    gap: 2rem;
  }
  .row-update .brxe-div {
    flex: 0 0 auto;
  }
  .row-update .brxe-div:nth-child(1) {
    flex-grow: 1;
  }
  .row-update .brxe-div:nth-child(2) {
    width: 12rem;
  }
  .row-update .brxe-div:nth-child(3) {
    width: 16rem;
  }
  .row-update .brxe-div:nth-child(4) {
    width: 9rem;
  }
  .row-update .brxe-div:nth-child(5) {
    width: 9rem;
  }
  .main-slider {
    flex-direction: row;
    max-width: 1440px;
  }
  .main-slider .slide {
    width: 27%;
    height: 64rem;
  }
  .main-slider .active {
    width: 46%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-banner .col-lg-7, .product-banner .col-lg-5 {
    width: calc(50% - var(--gap) / 2);
  }
}
@media (min-width: 992px) {
  .warranty {
    padding-top: 5rem;
    padding-bottom: 5rem;
    border-bottom: 1px solid #CFCFCF;
  }
  .warranty h3 {
    max-width: 80%;
  }
  .karera-cards .card-md {
    min-height: 29rem;
  }
  .main-blog {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .main-blog .brxe-block:nth-child(1) {
    grid-area: 1/1/3/4;
  }
  .main-blog .brxe-block:nth-child(2) {
    grid-area: 1/4/2/5;
  }
  .main-blog .brxe-block:nth-child(3) {
    grid-area: 2/4/3/5;
  }
  .main-blog .main-post-card .brxe-heading {
    --font-heading-scale: .78;
  }
  .main-blog .brxe-block:nth-child(1) .brxe-image {
    aspect-ratio: 16/10.65;
  }
  .main-blog .brxe-block:nth-child(1) .brxe-heading {
    --font-heading-scale: 1.5;
  }
  .how-work-web,
  .how-we-work {
    max-width: 124rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .how-work-web .col-md-6:first-child,
  .how-we-work .col-md-6:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .how-work-web .row,
  .how-we-work .row {
    --gap: 10rem;
  }
  .how-work-web h2,
  .how-we-work h2 {
    margin-bottom: 3rem;
  }
  .how-work-web ol li,
  .how-we-work ol li {
    font-size: 2rem;
    padding: 0.5rem 0 0.5rem 6rem;
  }
  .how-work-web ol li + li,
  .how-we-work ol li + li {
    margin-top: 3rem;
  }
  .how-work-web ol li::before,
  .how-we-work ol li::before {
    width: 4rem;
    height: 4rem;
  }
  .how-work-web ol li:hover,
  .how-we-work ol li:hover {
    cursor: pointer;
  }
  .how-work-web ol li:hover:after, .how-work-web ol:not(:hover) li:first-child:after,
  .how-we-work ol li:hover:after,
  .how-we-work ol:not(:hover) li:first-child:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-20%);
    width: 0.8rem;
    height: 5.4rem;
    border-radius: 3rem 0 0 3rem;
    background: var(--bricks-color-vnmxwp);
  }
  .how-work-web ol li:hover:before, .how-work-web ol:not(:hover) li:first-child::before,
  .how-we-work ol li:hover:before,
  .how-we-work ol:not(:hover) li:first-child::before {
    border: 1px solid var(--bricks-color-vnmxwp);
  }
  .hide-stick ol li:hover:after, .hide-stick ol:not(:hover) li:first-child:after {
    display: none !important;
  }
  .slider-2-cols .reason-box {
    width: 100%;
  }
  .slider-2-cols .reason-box .brxe-text-basic {
    max-width: 40rem;
  }
  .pink-banner {
    font-size: 3.2rem;
    display: flex;
    align-items: center;
    padding: 0;
  }
  .pink-banner .brxe-text-basic {
    padding: 4rem 5rem 4rem 5rem;
    width: calc(100% - 38.4rem);
  }
  .pink-banner img {
    width: 38.4rem;
  }
  .content-block {
    display: flex;
    flex-direction: row;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    border-bottom: 1px solid #959595;
  }
  .content-block .col-heading {
    width: 40rem;
    padding-right: 5rem;
  }
  .content-block .col-content {
    width: calc(100% - 40rem);
    font-size: 2.4rem;
  }
  .content-wrp table td, .content-wrp table th {
    border: 1px solid #7F7F89;
    padding: 2.5rem 2rem;
  }
  .card-about-us .brxe-text {
    font-size: 2.4rem;
  }
  .how-work-web ol {
    row-gap: 4rem;
  }
  .how-work-web ol li {
    max-width: 48rem;
  }
  .table-text-big table th {
    font-size: 2rem;
    padding: 4rem 3.5rem;
  }
  .table-text-big table td {
    padding: 4rem 3.5rem;
  }
  .main-slider .slide {
    height: 73rem;
  }
}
@media (min-width: 1280px) {
  .slider-history .content {
    font-size: 3.2rem;
  }
  .card-consultation {
    padding: 4rem 7rem;
  }
  .card-white {
    padding: 5rem 4rem 5rem 5rem;
  }
  .card-white h3 {
    --font-heading-scale: .95;
  }
  .col-contacts .brxe-text {
    max-width: 80%;
  }
  .main-blog .brxe-block:nth-child(1) .brxe-heading {
    bottom: 6rem;
    padding: 0 1rem 0 4.6rem;
    --font-heading-scale: 2;
    max-width: 74rem;
  }
  .card-product-primary {
    padding: 3rem 7rem;
    max-width: 125rem;
    margin-left: auto;
    margin-right: auto;
  }
  .card-use {
    padding-left: 7rem;
  }
  .card-dark {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .all-country .brxe-text ul {
    column-gap: 7rem;
    max-width: 35rem;
  }
  .all-country .brxe-text ul li {
    margin-bottom: 1rem;
  }
  .our-achievements .card-sm .brxe-text-basic {
    font-size: 2.4rem;
  }
  .brx-popup .brx-popup-content {
    padding: 4rem;
  }
  .product-banner [class*=col-]:last-child {
    align-items: end;
  }
  .vnedrenie-01 .brxe-heading {
    font-size: 4.2rem;
  }
  .how-work-web {
    padding: 5rem 6.5rem;
  }
  .vacancy-header > div {
    padding: 1.5rem 4rem;
    font-size: 3rem;
  }
  .accordion-vacancies .accordion-title-wrapper .brxe-block > div {
    padding: 0 4rem;
  }
  .accordion-vacancies .accordion-title-wrapper .v-position {
    font-size: 2.8rem;
    font-weight: 700;
  }
  .splide__arrows .splide__arrow {
    width: 7rem;
    height: 7rem;
    font-size: 3rem;
    transform: translate(50%, -50%);
  }
  .splide__arrows .splide__arrow--prev {
    transform: translate(-50%, -50%) scaleX(-1) !important;
  }
  .main-slider .slide {
    padding: 3rem 4rem;
  }
  .main-slider .slide .brxe-heading {
    --font-heading-scale: .55;
    max-width: 85%;
  }
  .main-slider .slide ul li:before {
    top: 1.9rem;
  }
  .main-slider .active .brxe-text {
    font-size: 2rem;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 9px;
  }
}
@media (min-width: 1500px) {
  html {
    font-size: 10px;
  }
  .product-banner .brxe-container {
    max-width: 120rem;
  }
}
@media (max-width: 991px) {
  .hide-md {
    display: none !important;
  }
  .warranty {
    flex-direction: column;
  }
  .functional-features, .slider-products {
    max-width: 90%;
  }
  .content-block .col-heading, .content-block .col-content {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .hide-sm {
    display: none !important;
  }
  .card-sm .brxe-image {
    display: none;
  }
  .slider-history .swiper-wrapper {
    display: block !important;
    transform: none !important;
  }
  .slider-history .swiper-slide-duplicate {
    display: none !important;
  }
  .slider-history .swiper-button {
    display: none !important;
  }
  .slider-history .swiper-slide {
    margin-bottom: 2rem;
  }
  .card-consultation {
    text-align: center;
  }
  .card-consultation .row {
    justify-content: center;
  }
  .card-consultation .brxe-text-basic {
    align-self: center;
  }
  .col-contacts .list-chats {
    margin-left: 3.3rem;
  }
  .col-contacts .list-chats li {
    padding: 0;
    border-radius: 0;
    background: none;
  }
  .col-contacts .list-chats .icon {
    display: none;
  }
  .col-contacts .list-chats a {
    font-size: 1.8rem;
    font-weight: 400;
  }
  .slider-logo,
  .slider-posts {
    width: 80%;
  }
  .slider-logo .splide__track,
  .slider-posts .splide__track {
    overflow: visible;
  }
  .slider-products {
    width: 85%;
  }
  .slider-products .splide__track {
    overflow: visible;
  }
  .all-country {
    background-size: 84% !important;
    background-position: 365% 50% !important;
  }
  .all-country h2 {
    --font-heading-scale: .74;
  }
  .our-resource-center .brxe-text-basic {
    font-size: 14px;
    line-height: 1.2;
    padding-right: 1rem;
  }
  .our-resource-center .brxe-button {
    color: #fff;
    background-color: var(--bricks-color-vnmxwp) !important;
    padding: 0.3rem 2rem;
    font-size: 14px;
  }
  .our-resource-center .card-md {
    align-items: center;
  }
  .our-resource-center .card-md .img-wrp {
    text-align: center;
  }
  .our-resource-center .card-md .img-wrp img {
    max-width: 11rem;
  }
  .card-product .btn-more {
    bottom: 4rem;
    opacity: 1;
    background-color: var(--bricks-color-vnmxwp) !important;
    color: #fff;
  }
  .card-possibility .image-wrp {
    display: none;
  }
  .product-banner .col-lg-5 {
    padding: 5% 15% 0;
  }
  .process-steps .item {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .process-steps .num {
    margin-bottom: 0;
  }
  .vacancy-header {
    display: none !important;
  }
  .accordion-vacancies .v-position {
    width: auto;
  }
  .accordion-vacancies .v-busyness, .accordion-vacancies .v-city, .accordion-vacancies .v-pay {
    display: none !important;
  }
  .accordion-vacancies .accordion-title-wrapper {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
    padding-right: 2rem;
  }
  .accordion-vacancies .accordion-title-wrapper .brxe-block {
    width: auto;
  }
  .functional-features .splide__pagination {
    display: none;
  }
  .main-slider .slide {
    position: relative;
  }
  .main-slider .slide .img-wrp {
    position: absolute;
    width: 9rem;
    top: 2rem;
    right: 2rem;
  }
  .main-slider .active .img-wrp {
    position: static;
    width: auto;
  }
}
@media (max-width: 477px) {
  .card-dark {
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
