/* mixin ============================================== */
@font-face {
  font-family: Ubuntu;
  font-display: swap;
  src: url("/templates/webcode_v2/fonts/Ubuntu-Bold.woff2") format("woff2"), url("/templates/webcode_v2/fonts/Ubuntu-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Ubuntu;
  font-display: swap;
  src: url("/templates/webcode_v2/fonts/Ubuntu-Light.woff2") format("woff2"), url("/templates/webcode_v2/fonts/Ubuntu-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Ubuntu;
  font-display: swap;
  src: url("/templates/webcode_v2/fonts/Ubuntu-Medium.woff2") format("woff2"), url("/templates/webcode_v2/fonts/Ubuntu-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Ubuntu;
  font-display: swap;
  src: url("/templates/webcode_v2/fonts/Ubuntu-Regular.woff2") format("woff2"), url("/templates/webcode_v2/fonts/Ubuntu-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* mixin ============================================== */
:root {
  --bgColor: #ffffff;
  --font:	Ubuntu, Arial, sans-serif;
  --color: #000;
  --size: 16px;
  --accent: #0580E0;
}

/* Normalize =========================================== */
/* NORMALIZE */
/* ================================================ */
html, body, div, span, applet, main, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

article, aside, details, main, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input, textarea {
  color: #333;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type=button], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}

td, form {
  margin: 0px;
  padding: 0px;
}

a {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

*:focus, *:active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

p:last-child {
  margin-bottom: 0;
}

img {
  display: block;
  max-width: 100%;
}

html {
  font-size: 100%;
}

html.lock, html.lock body {
  overflow: hidden;
}
html.navLock, html.navLock body {
  overflow: hidden;
}

body {
  color: var(--color);
  font: 400 var(--size) var(--font);
  line-height: 1.4;
  background: var(--bgColor);
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.nowrap {
  white-space: nowrap;
}

.ttu {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

.font-500 {
  font-weight: 500;
}

.font-400 {
  font-weight: 400;
}

.font-300 {
  font-weight: 300;
}

.font-100 {
  font-weight: 100;
}

.size-sm {
  font-size: 14px !important;
}

.size-lg {
  font-size: 20px !important;
}

.color-gray {
  color: #555555 !important;
}

.margin > *:last-child {
  margin-bottom: 0;
}
.margin > *:first-child {
  margin-top: 0;
}

/* Elements ============ */
/* Tabs */
/* --------------------------------------------------------------- */
/* Accoordion */
/* --------------------------------------------------------------- */
/* Social */
/* --------------------------------------------------------------- */
/* Swiper */
/* --------------------------------------------------------------- */
.swiper-pagination {
  position: static;
  margin-top: 16px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-pagination-bullet {
  background: #D9D9D9;
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #838383;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  margin-top: -19px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next .icon,
.swiper-button-prev .icon {
  pointer-events: none;
  stroke-width: 1px;
  color: #000;
  font-size: 16px;
}

.swiper-button-prev .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Crumbs */
/* --------------------------------------------------------------- */
.breadcrumbs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 10px 20px;
}
.breadcrumbs__item {
  position: relative;
}
.breadcrumbs__item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 100%;
  margin-left: 8px;
  background: url("/templates/webcode_v2/img/breadcrumbs-bg.svg") no-repeat center;
  width: 4px;
  height: 7px;
}
.breadcrumbs__item a {
  text-decoration: none;
}
.breadcrumbs__item a:hover {
  text-decoration: underline;
}

/* Text Collapse */
/* --------------------------------------------------------------- */
._text-collapse .more-wrap {
  display: none;
}
._text-collapse._full .more-wrap {
  display: block;
}

._text-collapse-block {
  overflow: hidden;
  position: relative;
}
._text-collapse-block._short:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.25rem;
  width: 100%;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 251, 251, 0)), to(#fbfbfb));
  background: -o-linear-gradient(top, rgba(251, 251, 251, 0), #fbfbfb);
  background: linear-gradient(to bottom, rgba(251, 251, 251, 0), #fbfbfb);
}
._text-collapse-block._full {
  max-height: none;
}
._text-collapse-block._full:after {
  display: none;
}

/* Counter */
/* --------------------------------------------------------------- */
.counter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.counter__val {
  width: 1.875rem;
  text-align: center;
  line-height: 1.5625rem;
}
.counter__btn {
  height: 1.5625rem;
  width: 1.5625rem;
  border: none;
  padding: 0;
  text-align: center;
}
.counter--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Video */
/* Range bootstrap */
/* Range */
.button, .r-form__button, a.button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  height: 42px;
  padding: 0 20px;
  color: #fff;
  font: 500 16px/16px var(--font);
  text-align: center;
  text-decoration: none;
  background: var(--accent);
  border: none;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .button, .r-form__button, a.button {
    height: 40px;
    font-size: 14px;
    line-height: 14px;
  }
}
.button:hover, .r-form__button:hover, a.button:hover {
  background: #0073CD;
  color: #fff;
}
.button--info, a.button--info {
  background: #EBF0F6;
  color: var(--accent);
}
.button--sm, a.button--sm {
  padding: 0 12px;
  font-size: 14px;
  height: 32px;
}
.button--lg, a.button--lg {
  height: 54px;
  font-size: 20px;
}
.button--xs, a.button--xs {
  height: 24px;
  font-size: 12px;
  padding: 0 10px;
}
.button--rounded, a.button--rounded {
  border-radius: 5px;
}
.button--block, a.button--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: none;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

/* Form =========================================== */
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.9375rem;
}
.form-row__col {
  padding: 0 0.9375rem;
}
.form-field {
  margin-bottom: 1.25rem;
  position: relative;
}
.form-input_v1 {
  display: block;
  width: 100%;
  height: 54px;
  padding: 0 25px;
  color: #000;
  font: 400 15px var(--font);
  line-height: normal;
  border: none;
  background: #DDF0FF;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-input_v1:focus:-ms-input-placeholder {
  opacity: 0;
}
.form-input_v1:focus::-moz-placeholder {
  opacity: 0;
}
.form-input_v1:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form-input_v1:focus::-ms-input-placeholder {
  opacity: 0;
}
.form-input_v1:focus::placeholder {
  opacity: 0;
}
.form-input_v1:-ms-input-placeholder {
  color: #868686;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.form-input_v1::-moz-placeholder {
  color: #868686;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.form-input_v1::-webkit-input-placeholder {
  color: #868686;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.form-input_v1::-ms-input-placeholder {
  color: #868686;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.form-input_v1::placeholder {
  color: #868686;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.form-input_v1._error {
  border-color: red;
}
.form-input._valid {
  border-color: green;
}
.form-input_v1--outline {
  background: #fff;
  border: 1px solid #D9D9D9;
}
.form-button {
  margin-top: 1.25rem;
}
.form-links a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

textarea.form-input_v1 {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
  overflow: auto;
}

label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  font-size: 15px;
}

/* Checkbox	======================================= */
.checkbox, .radio {
  display: block;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  line-height: 1.125rem;
  position: relative;
}
.checkbox input, .radio input {
  display: none;
}
.checkbox__text, .radio__text {
  padding-left: 1.5625rem;
  display: block;
}
.checkbox__text:before, .radio__text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  background: #DDF0FF;
  border: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.checkbox._error .checkbox__text:before, .radio._error .checkbox__text:before {
  border-color: red;
}

.checkbox input:checked ~ .checkbox__text:before {
  background: #000;
}

.radio input:checked ~ .radio__text:before {
  background: #000;
}
.radio input:checked ~ .radio__text__text:before {
  border-radius: 50%;
}

.switch {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 35px;
  height: 20px;
  border-radius: 100px;
  background: #B6D6EE;
  cursor: pointer;
}
.switch__handler {
  background: #0580E0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
}
.switch:has(input:checked) {
  background: #75D9C0;
}
.switch:has(input:checked) .switch__handler {
  background: #05795D;
  left: 20px;
}

/* Selectbox	======================================= */
.selectbox {
  position: relative;
}
.selectbox__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  border: 1px solid #D9D9D9;
  border-radius: 100px;
  cursor: pointer;
  background: #fff;
  position: relative;
}
.selectbox__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  padding: 0 20px;
  max-width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font: 400 15px var(--font);
  color: #000;
  line-height: 34px;
}
.selectbox__caret {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 10px;
  width: 18px;
  height: 100%;
  background: url("/templates/webcode_v2/img/select-arrow.svg") no-repeat center;
}
.selectbox__drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  width: 100%;
  z-index: 10;
  border: 1px solid #D9D9D9;
  border-top: none;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.selectbox__drop ul {
  max-height: 10.75rem;
  overflow: hidden;
  overflow-y: auto;
}
.selectbox__drop ul li {
  padding: 5px 13px;
  font-size: 14px;
  color: var(--color);
  cursor: pointer;
}
@media (any-hover: hover) {
  .selectbox__drop ul li:hover {
    background: #F5F5F5;
  }
}
.selectbox__drop ul li._selected {
  background: #F5F5F5;
}
.selectbox__search {
  margin-left: -0.0625rem;
  margin-right: -0.0625rem;
  position: relative;
}
.selectbox__search .icon-zoom {
  position: absolute;
  left: 0.8125rem;
  top: 0.625rem;
  font-size: 1rem;
  color: #aaa;
}
.selectbox__search .form-input {
  padding-left: 2.4375rem;
}
.selectbox._open .selectbox__head {
  z-index: 11;
  border-radius: 10px 10px 0 0;
}
.selectbox._open .selectbox__caret {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.selectbox._open .selectbox__drop {
  display: block;
}
.selectbox__drop ul::-webkit-scrollbar {
  width: 0.125rem;
}

.selectbox__drop ul::-webkit-scrollbar-track {
  background: #aaa;
}

.selectbox__drop ul::-webkit-scrollbar-thumb {
  background: #000;
}

.selectbox__drop ul::-webkit-scrollbar-button {
  display: none;
}

/* File	=========================================== */
.file {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14.375rem;
  position: relative;
  overflow: hidden;
}
.file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
  cursor: pointer;
}
.file__name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-decoration: underline;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 0 1.25rem;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.file:active .jq-file__name, .file:active .jq-file__browse .icon {
  color: #00669b;
}

@media screen and (max-width: 575px) {
  .form-links a {
    font-size: 16px;
  }
}
/* icons ============ */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  position: relative;
}
.icon-wallet, .icon-user, .icon-help, .icon-monitor, .icon-server, .icon-domens, .icon-email, .icon-grid, .icon-database, .icon-settings, .icon-bill-list, .icon-library, .icon-driver-refresh {
  fill: none;
}

/* HEADER */
/* ================================================ */
.header {
  width: 100%;
  min-width: 20rem;
  text-align: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 1239px) {
  .header {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .header {
    margin-bottom: 0;
  }
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width: 991px) {
  .header__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
@media screen and (max-width: 991px) {
  .header__right {
    gap: 24px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 144px;
  }
}

.burger {
  display: none;
}
@media screen and (max-width: 991px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    border: none;
    padding: 0;
    width: 30px;
    height: 30px;
    background: transparent;
  }
}
.burger .icon {
  font-size: 30px;
}

.support__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .support__link {
    font-size: 14px;
  }
}
.support__link .icon {
  font-size: 25px;
  fill: none;
  color: var(--accent);
}
@media screen and (max-width: 767px) {
  .support__link .icon {
    top: -2px;
  }
}

.main-menu {
  margin-top: 22px;
}
@media screen and (max-width: 991px) {
  .main-menu {
    display: none;
  }
}

.main-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  gap: 10px 21px;
}
@media screen and (max-width: 1239px) {
  .main-menu-list {
    gap: 12px;
  }
}
.main-menu-list a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1239px) {
  .main-menu-list a {
    font-size: 13px;
  }
}

.offcanvas {
  background: #1D264F;
  color: #fff;
  border: none !important;
}
.offcanvas .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  font-size: 22px;
  color: #fff;
  opacity: 1;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.offcanvas-body {
  padding-top: 60px;
}

.mobile-menu {
  list-style-type: none;
  margin: 0;
}
.mobile-menu a {
  display: block;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 500;
}
.mobile-menu a:hover {
  color: #fff;
}

.header-cabinet {
  background: #1D264F;
}
.header-cabinet__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}
@media screen and (max-width: 575px) {
  .header-cabinet__container {
    height: 58px;
  }
}
.header-cabinet__right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 575px) {
  .header-cabinet__right {
    gap: 13px;
  }
}
.header-cabinet__right .burger .icon {
  color: #fff;
}
.header-cabinet__logo img {
  max-height: 50px;
}
@media screen and (max-width: 575px) {
  .header-cabinet__logo img {
    max-width: 125px;
  }
}

.hc-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  list-style-type: none;
}
@media screen and (max-width: 575px) {
  .hc-menu {
    gap: 13px;
  }
}
.hc-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  background: transparent;
  border: none;
  padding: 0;
  text-align: left;
}
.hc-menu__link .icon {
  font-size: 25px;
}
.hc-menu__link .icon-wallet {
  top: -1px;
}
@media screen and (max-width: 991px) {
  .hc-menu__link:after {
    display: none;
  }
}
.hc-menu__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
}
.hc-menu__icon.is-active:before {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #FF9B0C;
}
@media screen and (max-width: 991px) {
  .hc-menu__text {
    display: none;
  }
}

/* MAIN */
/* ================================================ */
.main-wrapper {
  padding: 0;
  min-width: 320px;
  position: relative;
  overflow: hidden;
  opacity: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  min-height: 100vh;
  width: 100%;
}

.main {
  width: 100%;
  min-width: 320px;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.container {
  --containerPadding: 40px;
  width: 100%;
  min-width: 320px;
  padding: 0 var(--containerPadding);
  position: relative;
  max-width: 1375px !important;
}
@media screen and (max-width: 1239px) {
  .container {
    --containerPadding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    --containerPadding: 20px;
  }
}
@media screen and (max-width: 370px) {
  .container {
    --containerPadding: 15px;
  }
}

.section {
  padding: 40px 0;
}
.section__head {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .section__head {
    margin-bottom: 25px;
  }
}
.section__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .section__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .section__title {
    font-size: 24px;
  }
}
.section__subtitle {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .section__subtitle {
    font-size: 20px;
  }
}
.section__text {
  margin-top: 25px;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section__text {
    margin-top: 15px;
  }
}
.section__button {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .section__button {
    margin-top: 24px;
  }
}

a:hover {
  color: var(--accent);
}

.sec-services {
  padding: 55px 0;
}
@media screen and (max-width: 767px) {
  .sec-services {
    padding: 30px 0;
  }
}

.services {
  gap: 60px 0;
}
@media screen and (max-width: 1239px) {
  .services {
    gap: 20px 0;
  }
}
.services__item:nth-child(2n) .services-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .services__item:nth-child(2n) .services-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 40px;
}
@media screen and (max-width: 1239px) {
  .services-item {
    gap: 20px 30px;
  }
}
@media screen and (max-width: 991px) {
  .services-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 20px;
  }
}
.services-item__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 200px;
}
@media screen and (max-width: 1239px) {
  .services-item__img {
    width: 160px;
  }
}
@media screen and (max-width: 991px) {
  .services-item__img {
    height: 144px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .services-item__img {
    height: auto;
  }
}
.services-item__img img {
  max-height: 100%;
}
.services-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 991px) {
  .services-item__content {
    width: 100%;
  }
}
.services-item__title {
  font-size: 32px;
  margin-bottom: 24px;
  line-height: 1;
}
@media screen and (max-width: 1239px) {
  .services-item__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .services-item__title {
    font-size: 20px;
  }
}
.services-item__text {
  font-size: 15px;
  color: #555;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 1239px) {
  .services-item__text {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.services-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px;
}
.services-item__footer-txt {
  color: var(--accent);
  font-weight: 700;
}

.sec-register {
  padding: 0 !important;
}

.register {
  background: url("/templates/webcode_v2/img/register-bg.webp") no-repeat center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  padding: 45px 45px 80px;
}
@media screen and (max-width: 767px) {
  .register {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: var(--containerPadding);
    padding-right: var(--containerPadding);
    margin-left: calc(var(--containerPadding) * -1);
    margin-right: calc(var(--containerPadding) * -1);
  }
}
.register__head {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .register__head {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .register__head {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .register__head {
    text-align: left;
  }
}
.register__head .section__title {
  font-weight: 400;
}
.register .section__text {
  font-size: 18px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 32px;
}
@media screen and (max-width: 575px) {
  .register .section__text {
    text-align: left;
  }
}
.register__list {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .register__list {
    margin-left: 0;
  }
}
.register__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px 60px;
  list-style-type: none;
}
@media screen and (max-width: 991px) {
  .register__list ul {
    gap: 15px 30px;
  }
}
@media screen and (max-width: 575px) {
  .register__list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.register__list ul li {
  color: #159576;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  padding-left: 32px;
}
.register__list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  background: url("/templates/webcode_v2/img/check.svg") no-repeat center;
  background-size: contain;
}
.register__form {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.r-form__input {
  position: relative;
}
.r-form__input input {
  border-radius: 100px;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 20px 0px #B8DDD6;
          box-shadow: 0px 10px 20px 0px #B8DDD6;
  display: block;
  width: 100%;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 500;
  border: none;
  height: 62px;
  padding-right: 160px;
  padding-left: 25px;
}
.r-form__button {
  position: absolute;
  top: 2px;
  right: 2px;
  height: calc(100% - 4px);
  width: 137px;
}
@media screen and (max-width: 767px) {
  .r-form__button {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .r-form__button span {
    display: none;
  }
}
.r-form__button .icon {
  display: none;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .r-form__button .icon {
    display: block;
  }
}
.r-form__domens {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px 24px;
}
@media screen and (max-width: 575px) {
  .r-form__domens {
    gap: 10px 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.domen-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 10px;
  font-size: 14px;
  color: #000;
}
.domen-item span {
  background: #fff;
  border-radius: 100px;
  line-height: 26px;
  padding: 0 11px;
}

.desing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 90px;
}
@media screen and (max-width: 991px) {
  .desing {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .desing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.desing__img {
  width: calc(50% - 45px);
}
@media screen and (max-width: 767px) {
  .desing__img {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.desing__img img {
  margin-left: auto;
  margin-bottom: -20px;
}
@media screen and (max-width: 767px) {
  .desing__img img {
    margin-right: auto;
  }
}
.desing__content {
  width: calc(50% - 45px);
  max-width: 460px;
}
@media screen and (max-width: 767px) {
  .desing__content {
    width: 100%;
    max-width: 100%;
  }
}

.sec-promo {
  padding: 0 !important;
}

.promo {
  border-radius: 20px;
  background: var(--Linear, linear-gradient(90deg, rgba(251, 194, 235, 0.4) 0%, rgba(166, 193, 238, 0.3) 100%));
  position: relative;
  padding: 64px;
  overflow: hidden;
}
@media screen and (max-width: 1239px) {
  .promo {
    padding: 50px;
  }
}
@media screen and (max-width: 991px) {
  .promo {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .promo {
    margin-left: calc(var(--containerPadding) * -1);
    margin-right: calc(var(--containerPadding) * -1);
    padding: 25px var(--containerPadding);
  }
}
@media screen and (max-width: 575px) {
  .promo {
    padding-top: 300px;
  }
}
.promo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 7.5%;
  background: url("/templates/webcode_v2/img/promo-bg.png") no-repeat center top;
  background-size: contain;
  width: 40%;
  max-width: 517px;
  min-width: 280px;
  height: 458px;
}
@media screen and (max-width: 1239px) {
  .promo:after {
    max-width: 400px;
    right: -90px;
    background-position: center center;
    max-height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .promo:after {
    max-width: 300px;
  }
}
@media screen and (max-width: 575px) {
  .promo:after {
    height: 300px;
    max-height: 300px;
    max-width: none;
    width: 100%;
    max-width: 380px;
  }
}
.promo__content {
  width: calc(100% - 520px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1239px) {
  .promo__content {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 991px) {
  .promo__content {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 575px) {
  .promo__content {
    width: auto;
  }
}
.promo .section__text {
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 1239px) {
  .promo .section__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .promo .section__text {
    font-size: 16px;
  }
}

.why-we {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
.why-we__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .why-we__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.why-we__item:last-child {
  margin-bottom: 0;
}
.why-we__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .why-we__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.why-we__item:nth-child(even) .why-we__img {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .why-we__item:nth-child(even) .why-we__img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.why-we__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.why-we__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .why-we__img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.why-we__section {
  position: relative;
  padding-left: 45px;
  margin-bottom: 30px;
}
.why-we__section:last-child {
  margin-bottom: 0;
}
.why-we__section:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent);
}
.why-we__section:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 10px;
  height: calc(100% - 20px);
  min-height: 20px;
  width: 1px;
  background: var(--accent);
}
.why-we__title {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .why-we__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .why-we__title {
    font-size: 20px;
  }
}
.why-we__text {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .why-we__text {
    font-size: 14px;
  }
}

.sec-faq {
  background: #F0F0F0;
}

.faq {
  max-width: 882px;
  margin-left: auto;
  margin-right: auto;
}

.faq-spoller__item {
  border-radius: 10px;
  background: #FFF;
  margin-bottom: 13px;
}
.faq-spoller__item:last-child {
  margin-bottom: 0;
}
.faq-spoller__head {
  border: none;
  background: transparent;
  padding: 19px 50px 19px 27px;
  text-align: left;
  font-family: var(--font);
  font-size: 20px;
  font-weight: 400;
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .faq-spoller__head {
    font-size: 16px;
    padding: 10px 50px 10px 15px;
  }
}
@media screen and (max-width: 575px) {
  .faq-spoller__head {
    font-size: 14px;
  }
}
.faq-spoller__head:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  width: 15px;
  height: 10px;
  margin-top: -5px;
  background: url("/templates/webcode_v2/img/caret.svg") no-repeat center;
  background-size: contain;
}
.faq-spoller__body {
  padding: 5px 27px 25px;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .faq-spoller__body {
    font-size: 14px;
    padding: 5px 15px 20px;
  }
}
.faq-spoller__body ol, .faq-spoller__body ul {
  margin-left: 16px;
}

.sec-domens {
  padding-bottom: 0 !important;
}

.wix-nav {
  padding: 15px 20px;
  border-radius: 10px;
  background: #1D264F;
  margin-bottom: 24px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .wix-nav {
    padding: 0;
  }
}
.wix-nav__button {
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wix-nav__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    color: #fff;
    background: transparent;
    border: none;
    padding: 15px 20px;
    width: 100%;
    font-weight: 500;
  }
}
.wix-nav__button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  width: 15px;
  height: 10px;
  margin-top: -5px;
  background: url("/templates/webcode_v2/img/caret.svg") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .wix-nav__nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .wix-nav__nav.is-active {
    display: block;
    padding-bottom: 10px;
  }
}
.wix-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .wix-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wix-nav__list a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: block;
  padding: 10px;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .wix-nav__list a {
    padding: 10px 20px;
    border-radius: 0;
    font-weight: 400;
  }
}
.wix-nav__list a.is-active, .wix-nav__list a:hover {
  background: var(--accent);
}

.wix-body {
  border-radius: 10px;
  background: #F0F0F0;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .wix-body {
    margin-left: calc(var(--containerPadding) * -1);
    margin-right: calc(var(--containerPadding) * -1);
    padding: 20px var(--containerPadding);
  }
}

.wix-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 40px;
}
@media screen and (max-width: 991px) {
  .wix-columns {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wix-columns {
    gap: 10px;
  }
}

.wix-item {
  width: calc(25% - 30px);
  border-radius: 10px;
  background: #FFF;
  padding: 22px 20px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .wix-item {
    width: calc(33.33% - 27px);
  }
}
@media screen and (max-width: 991px) {
  .wix-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .wix-item {
    width: calc(50% - 5px);
    padding: 15px;
  }
}
@media screen and (max-width: 575px) {
  .wix-item {
    width: 100%;
  }
}
.wix-item__name {
  font-size: 36px;
  font-weight: 700;
  color: var(--accent);
  white-space: nowrap;
  margin-bottom: 25px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .wix-item__name {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.wix-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.wix-item__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}
.wix-item__column:nth-child(2) {
  border-left: 1px dashed #ADCDE4;
}
.wix-item__label {
  font-size: 15px;
  color: rgba(85, 85, 85, 0.5);
}
@media screen and (max-width: 767px) {
  .wix-item__label {
    font-size: 14px;
  }
}
.wix-item__sticky {
  position: absolute;
  top: 8px;
  right: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 100px 0px 0px 100px;
  background: #00C897;
  padding: 0 18px;
  line-height: 37px;
}
@media screen and (max-width: 575px) {
  .wix-item__sticky {
    font-size: 10px;
  }
}
.wix-item:hover, .wix-item.is-active {
  background: var(--accent);
  color: #fff;
}
.wix-item:hover .wix-item__name, .wix-item.is-active .wix-item__name {
  color: #B6E0FF;
}
.wix-item:hover .wi-price-old, .wix-item:hover .wix-item__label, .wix-item.is-active .wi-price-old, .wix-item.is-active .wix-item__label {
  color: rgba(255, 255, 255, 0.5);
}

.wix-link {
  text-align: center;
  margin-top: 27px;
}
.wix-link a {
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .wix-link a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wix-link a {
    font-size: 18px;
  }
}

.wi-price {
  font-size: 20px;
  font-weight: 500;
  display: block;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .wi-price {
    font-size: 18px;
  }
}

.wi-price-old {
  color: #ADCDE4;
  font-size: 16px;
  font-weight: 500;
  text-decoration: line-through;
  margin-bottom: 2px;
  display: block;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .wi-price-old {
    font-size: 14px;
  }
}

.solutions {
  gap: 60px 0;
  padding-top: 30px;
}
@media screen and (max-width: 1239px) {
  .solutions {
    gap: 20px 0;
  }
}
.solutions__item:nth-child(2n) .solutions-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .solutions__item:nth-child(2n) .solutions-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.solutions-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .solutions-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.solutions-item__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 285px;
}
@media screen and (max-width: 1239px) {
  .solutions-item__img {
    width: 160px;
  }
}
@media screen and (max-width: 991px) {
  .solutions-item__img {
    height: 144px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .solutions-item__img {
    height: auto;
  }
}
.solutions-item__img img {
  max-height: 100%;
}
.solutions-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 991px) {
  .solutions-item__content {
    width: 100%;
  }
}
.solutions-item__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 1239px) {
  .solutions-item__title {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .solutions-item__title {
    font-size: 20px;
  }
}
.solutions-item__text {
  font-size: 16px;
  color: #555;
  line-height: 1.2;
  margin-bottom: 30px;
}
.solutions-item__text p {
  margin-bottom: 15px;
}
.solutions-item__text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1239px) {
  .solutions-item__text {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.solutions-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px;
}
.solutions-item__footer-txt {
  color: var(--accent);
  font-weight: 700;
}

.banner {
  position: relative;
  min-height: 116px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  gap: 10px 24px;
  border-radius: 10px;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .banner {
    background-position: 70% center;
  }
}
.banner__title {
  font-size: 24px;
  font-weight: 500;
}

.wgws {
  padding-top: 10px;
  margin-bottom: 20px;
}

.wgws-item {
  text-align: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.wgws-item__img {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .wgws-item__img {
    margin-bottom: 20px;
  }
}
.wgws-item__img img {
  max-height: 100%;
}
.wgws-item__title {
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .wgws-item__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wgws-item__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.wgws-item__text {
  font-size: 16px;
  color: #555;
}
@media screen and (max-width: 767px) {
  .wgws-item__text {
    font-size: 14px;
  }
}

.main-styled {
  background: #F2F2F2;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .main-styled {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.cabinet-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cabinet-wrap__side {
  width: 250px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.cabinet-wrap__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
}

.cw-side {
  border-radius: 10px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .cw-side {
    display: none;
  }
}
.cw-side__menu {
  list-style-type: none;
}
.cw-side__menu-item {
  margin-bottom: 4px;
}
.cw-side__menu-item:last-child {
  margin-bottom: 0;
}
.cw-side__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: #555;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 0;
}
.cw-side__menu-link .icon {
  font-size: 25px;
  color: #B6D6EE;
}
@media screen and (max-width: 991px) {
  .cw-side__menu-link {
    color: #fff;
  }
}
.cw-side__menu-link.is-dropdown:after {
  content: "";
  display: block;
  background: url("/templates/webcode_v2/img/cw-menu-caret.svg") no-repeat center;
  background-size: contain;
  width: 10px;
  height: 7px;
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.cw-side__menu-link.collapsed:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cw-side__menu-link.active,.cw-side__menu-link:hover, .cw-side__menu-link.is-dropdown:not(.collapsed) {
  color: var(--color);
}
@media screen and (max-width: 991px) {
  .cw-side__menu-link.active,.cw-side__menu-link:hover, .cw-side__menu-link.is-dropdown:not(.collapsed) {
    color: #fff;
  }
}
.cw-side__menu-link.active .icon,.cw-side__menu-link:hover .icon, .cw-side__menu-link.is-dropdown:not(.collapsed) .icon {
  color: #0580E0;
}
.cw-side__dropdown {
  list-style-type: none;
  margin-left: 40px;
  padding: 5px 0;
}
.cw-side__dropdown-link {
  color: #898989;
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 4px 0;
}
@media screen and (max-width: 991px) {
  .cw-side__dropdown-link {
    color: #aaa;
  }
}
.cw-side__dropdown-link:hover {
  color: var(--color);
}

.banner-side {
  background: #D9D9D9;
  border-radius: 10px;
  width: 209px;
  height: 256px;
}

.box {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .box {
    border-radius: 0;
    padding: 15px;
    margin-left: calc(var(--containerPadding) * -1);
    margin-right: calc(var(--containerPadding) * -1);
  }
}
.box__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  .box__title {
    margin-top: 0;
  }
}

.grid-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 8px;
}
.grid-menu-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  width: 57px;
  height: 57px;
}
.grid-menu-item__icon .icon {
  fill: none;
  font-size: 25px;
  color: #fff;
}
.grid-menu-item__title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.grid-menu-item:hover {
  color: var(--color);
}
.grid-menu-item--styled1 .grid-menu-item__icon {
  background: #F1FFFE;
  -webkit-box-shadow: 0px 20px 20px 0px #75D9C0;
          box-shadow: 0px 20px 20px 0px #75D9C0;
}
.grid-menu-item--styled1 .grid-menu-item__icon .icon {
  color: #3DA58B;
}
.grid-menu-item--styled2 .grid-menu-item__icon {
  background: #EFEEFB;
  -webkit-box-shadow: 0px 20px 40px 0px #B7B7E9;
          box-shadow: 0px 20px 40px 0px #B7B7E9;
}
.grid-menu-item--styled2 .grid-menu-item__icon .icon {
  color: #646AE3;
}
.grid-menu-item--styled3 .grid-menu-item__icon {
  background: #FDF4F5;
  -webkit-box-shadow: 0px 20px 40px 0px #D9BAD2;
          box-shadow: 0px 20px 40px 0px #D9BAD2;
}
.grid-menu-item--styled3 .grid-menu-item__icon .icon {
  color: #B75B95;
}
.grid-menu-item--styled4 .grid-menu-item__icon {
  background: -webkit-gradient(linear, left top, right top, from(#FF5858), to(#F09819));
  background: -o-linear-gradient(left, #FF5858 0%, #F09819 100%);
  background: linear-gradient(90deg, #FF5858 0%, #F09819 100%);
  -webkit-box-shadow: 0px 20px 40px 0px #E0B2A3;
          box-shadow: 0px 20px 40px 0px #E0B2A3;
}

.tariff {
  font-size: 32px;
  line-height: 1.1;
}
.tariff div {
  font-size: 12px;
  color: #555;
}

.tariff-details__label {
  font-size: 12px;
  color: #555;
  line-height: 1;
}
.tariff-details__labeled {
  font-size: 18px;
  line-height: 1.2;
}

.progress-box__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 5px;
}
.progress-box__label {
  font-weight: 700;
  font-size: 12px;
}
.progress-box__line {
  border-radius: 10px;
  background: #B6D6EE;
  position: relative;
  height: 8px;
  overflow: hidden;
}
.progress-box__line div {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: #E99A83;
}

.copy-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
}
.copy-list__item:last-child {
  margin-bottom: 0;
}
.copy-list__title {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 60px;
}
.copy-list__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.copy-list__copy {
  border: none;
  padding: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  font-size: 18px;
  color: #0580E0;
}

.settings-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.settings-list__item:last-child {
  margin-bottom: 0;
}
.settings-list__title {
  font-size: 14px;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.settings-list__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.popup {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.8);
}
.popup-top {
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .popup-top {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .popup-top__logo {
    margin-bottom: 15px;
  }
}
.popup-top__logo img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .popup-top__logo img {
    max-width: 180px;
  }
}
.popup-top__title {
  color: #fff;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .popup-top__title {
    font-size: 20px;
  }
}



.popup .modal-body {
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .popup .modal-body {
    padding: 45px 30px 40px;
  }
}
@media screen and (max-width: 575px) {
  .popup .modal-body {
    padding: 45px 20px 30px;
  }
}
.popup .modal-form {
  max-width: 368px;
  margin: 0 auto;
}

.modal-dialog-centered {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 470px;
  }
}
#login_modal {
  background: url("/templates/webcode_v2/img/modal-bg.webp") no-repeat center;
  background-size: cover;
}
#login_modal .modal-content.popup__content{ background: none;border:none;padding:0;width: 100%;position: inherit;}
#login_modal .modal-dialog{ max-width: 400px;}

#recovery_modal {
  background: url("/templates/webcode_v2/img/modal-bg.webp") no-repeat center;
  background-size: cover;
}
#recovery_modal .modal-content.popup__content{ background: none;border:none;padding:0;width: 100%;position: inherit;}
#recovery_modal .modal-dialog{ max-width: 400px;}

#register_modal {
  background: url("/templates/webcode_v2/img/modal-bg.webp") no-repeat center;
  background-size: cover;
}
#register_modal .modal-content.popup__content{ background: none;border:none;padding:0;width: 100%;position: inherit;}
#register_modal .modal-dialog{ max-width: 400px;}

#login_modal.popup .modal-title,#recovery_modal.popup .modal-title,#register_modal.popup .modal-title {
  font-size: 36px;
  font-weight: 300;
  color: #fff;
}
#login_modal.popup .modal-header,#recovery_modal.popup .modal-header,#register_modal.popup .modal-header {
  background: url("/templates/webcode_v2/img/modal-header-bg.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  border-radius: 0;
  display: block;
  color: #fff;
}

#login_modal.popup .btn-close,#recovery_modal.popup .btn-close,#register_modal.popup .btn-close {
  position: absolute;
  top: 10px;
  background: none;
  right: 10px;
  padding: 0;
  width: 25px;
  height: 25px;
  opacity: 1;
  z-index: 3;
}
#login_modal.popup .btn-close .icon,#recovery_modal.popup .btn-close .icon,#register_modal.popup .btn-close .icon {
  color: #000;
  font-size: 25px;
}
/* FOOTER */
/* ================================================ */
.footer {
  width: 100%;
  min-width: 20rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #1D264F;
  color: #fff;
  padding: 32px 0;
  margin-top: 5px;
}
.footer__title {
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 20px;
  font-weight: 500;
}
.footer__menu {
  list-style-type: none;
  font-size: 14px;
}
.footer__menu li {
  margin-bottom: 11px;
}

.copyright {
  margin-top: 40px;
  font-size: 12px;
  line-height: 1.66;
}
@media screen and (max-width: 991px) {
  .copyright {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .copyright {
    margin-top: 20px;
  }
}
