:root {
  --labelWidth: 120px;
  --cardMinHeight: 40px;
  --card-border-radius: 16px;
  --titleWidth: 90%;
}

@media (max-width: 767px) {

  :root,
  :root *::after,
  :root *::before {
    --titleFont: 100%;
  }
}


@media (max-width: 768px) {
  :root,
  :root *::after,
  :root *::before {
    --cardMinHeight: 400px;
  }
}

* {
  outline: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  -webkit-appearance: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
  /* min-height: 100%; */
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  display: flex;
}

body {
  min-height: calc(var(--vh, 1vh) * 100);
  background: var(--bgColor);
  position: relative;
}

/* LABEL */
label {
  padding: 0;
  margin: 0 0 0rem 0;
}

/* LINK */

p a {
  line-height: inherit;
  font-size: inherit;
}

a.no-border {
  border: none;
}

/* IMG */
img {
  max-width: 100%;
  height: auto;
}

.page-hero .image-wrapper img {
  width: 100%;
}

@media (max-width: 768px) {
  .full-width {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .full-width>.vc_column-inner {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

.lowContrastBG {
  background-color: var(--lowContrastColor);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #eee inset !important;
}

table {
  border-collapse: collapse;
  direction: unset;
}

colgroup {
  display: none;
}

col {
  width: unset;
}

td,
tr,
table {
  width: auto;
}

td {
  vertical-align: top;
  text-align: left;
  padding: var(--gapX3) var(--gapX8) 0 0;
}

th {
  border-bottom: .5px solid rgba(0, 0, 0, .25);
  padding: 0 1em 0 0;
  vertical-align: bottom;
  text-align: left;
}

.grecaptcha-badge {
  display: none !important;
}

.no-mb {
  margin-bottom: 0;
}

.dark {
  color: var(--mainColor);
  fill: var(--mainColor);
  border-color: var(--mainColor);
}

.white {
  color: var(--white);
  fill: var(--white);
}

@media (min-width: 481px) {
  .desktop-hide {
    display: none;
  }
}

.wpb_raw_code {
  margin: 0 !important;
  width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: #f4524d;
}

.another-margin-bottom-20 .wpb_content_element {
  margin-bottom: 2.5rem !important;
}

.options-wrapper .vc_row {
  align-items: baseline;
}

.feedback-phone::placeholder {
  color: #fff;
}

.btn-blue {
  background: #1c20cb;
  color: #fff;
}

.btn-blue:hover {
  background: #111219;
}

.hero-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  align-items: center;
}

.hero-btn-wrapper a {
  border-bottom-color: var(--white);
}

.hero-btn-wrapper a:hover {
  border-bottom-color: #1c20cb;
  color: #1c20cb !important;
}

.feedback-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 5rem;
}

.feedback-btn-wrapper p {
  margin-bottom: 0;
}

.mobile-app {
  display: flex;
  gap: 2rem;
}

.mobile-app a {
  border-bottom-style: none;
}

.wpb-image-block .wpb-image-block-text {
  margin-top: 1rem;
}

.accesories-wrapper .wpb-image-block .wpb-image-block-text {
  font-size: 3rem;
}

.accesories-wrapper .wpb-image-block .wpb-image-block-text strong {
  margin-top: 2rem;
  display: block;
}

.page-hero {
  flex-direction: column;
}

.vc_row.project-card {
  --outerGap: 16px;
  padding: var(--gapX10) var(--gapX8);
  border-radius: 24px;
  background-color: #0001;
}


.vc_row.project-card.invert-colors {
  background: #000;
}

.vc_row.project-card+.vc_row.project-card {
  margin-top: 25px;
}

@media (max-width: 1024px) {

  .vc_row.project-card {
    padding: 24px var(--outerGap) 28px;
    border-radius: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .vc_row.project-card+.vc_row.project-card {
    margin-top: 0;
  }
}
.wpb_raw_code .wpb_wrapper iframe {
  width: 100%;
}

body.single-post .image-main img{
    width: 100%;
}

body.single-post .tags {
  display: flex;
  flex-direction: row;
  gap: var(--gapX2);
}

body.single-post .tags>div {
  border-radius: var(--roundedXS);
  border: 1px solid rgba(0, 0, 0, 0.502);
}

body.single-post .tags>div p {
  padding: var(--gapX2);
}

@media (max-width: 767px){
    body.single-post .tags{
        flex-wrap: wrap;
  }
}

.single-articles .wpb-content-wrapper h2 + p {
	margin-top: 1em;
}

.single-articles .wpb-content-wrapper p + h2 {
	margin-top: 1em;
}

.single-articles .wpb-content-wrapper h3 + p {
	margin-top: 1em;
}

.single-articles .wpb-content-wrapper p + h3 {
	margin-top: 1em;
}

.single-articles .wpb-content-wrapper h2 + h3 {
	margin-top: 1em;
}

.single-articles .page-hero .tags {
	gap: var(--gapX4);
}

@media (max-width: 767px){
  .xs-order {
    order: -1;
  }
}