@font-face{font-family:'Mulish';src:url('../fonts/Mulish.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap;}
:root {
  --base-font: Mulish;
  --alt-font: Inter;
  --fs-normal: 1rem;
  --fw-bold: 700;
  --fw-medium: 600;
  --fw-normal: 400;
  --fs-12: 0.75rem;
  --fs-14: 0.875rem;
  --fs-16: 1rem;
  --fs-18: 1.125rem;
  --fs-20: 1.25rem;
  --fs-22: 1.375rem;
  --fs-24: 1.5rem;
  --fs-26: 1.625rem;
  --fs-28: 1.75rem;
  --fs-30: 1.875rem;
  --fs-32: 2rem;
  --fs-34: 2.125rem;
  --fs-36: 2.25rem;
  --fs-38: 2.375rem;
  --fs-40: 2.5rem;
  --fs-42: 2.625rem;
  --fs-44: 2.75rem;
  --fs-46: 2.875rem;
  --fs-48: 3rem;
  --fs-50: 3.125rem;
  --fs-52: 3.25rem;
  --fs-54: 3.375rem;
  --fs-56: 3.5rem;
  --fs-58: 3.625rem;
  --fs-60: 3.75rem;
  --fs-62: 3.875rem;
  --fs-64: 4rem;
  --main-color: #369fff;
  --placeholder-color: rgba(15, 20, 28, 0.3);
  --text-main-color: #0f141c;
  --text-dark-color: #899096;
  --text-light-color: #d7ecff;
  --text-white: #ffffff;
  --text-blue: #9acfff;
  --stroke-main-color: #e8ebee;
  --stroke-dark-color: #f4f4f5;
  --stroke-light-color: #9acfff;
  --bg-white: #ffffff;
  --bg-gray: #f7f9fd;
  --bg-dark-gray: #eef7ff;
  --bg-blue-gray: #42a5ff;
  --state-success: #64d423;
  --state-error: #dc3c0b;
  --btn-shadow: rgba(54, 159, 255, 0.3);
  --border-size: 1px;
  --radius: 10px;
  --radius-small: 4px;
  --radius-md: 16px;
  --radius-big: 22px;
  --grid-step: 12px;
  --grid-step-md: 24px;
  --grid-step-xl: 2rem;
  --grid-step-xxl: 3rem;
  --margin: 5.625rem;
  --btn-pad: 2.5rem;
  --transition: 0.2s ;
}

@media (max-width: 767px) {
  :root {
    --margin: 1.875rem;
  }
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  background: var(--bg-white);
  font-family: var(--base-font);
  font-weight: var(--fw-normal);
  letter-spacing: 0;
}

html {
  height: 100%;
}

body {
  overflow-x: hidden;
  min-height: 100%;
  position: relative;
  opacity:1;
  transition: opacity 0.5s;
}
body.loaded {
  opacity: 1;
}

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

hr {
  background-color: currentColor;
  border: 0;
}

p {
  margin-top: 0;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

sub,
sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
pre code {
  color: inherit;
  word-break: normal;
}

code {
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  line-height: inherit;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container-fluid {
  max-width: 1560px;
}

/*
@media (min-width: 1690px) {
  .container-fluid {
    padding-left: 180px;
    padding-right: 180px;
  }
}*/
h1, .h1 {
  font-size: 4.5rem;
  font-weight: var(--fw-medium);
  margin: 0 0 2rem 0;
  color: var(--text-main-color);
}

h2, .h3, .h2 {
  font-size: 3.75rem;
  font-weight: var(--fw-medium);
  margin: 0 0 1.5rem 0;
  line-height: 115%;
  color: var(--text-main-color);
}

h3 {
  font-size: 3rem;
  font-weight: var(--fw-medium);
  margin: 0 0 2rem 0;
  color: var(--text-main-color);
}

h4, .h4 {
  font-size: 2rem;
  font-weight: var(--fw-medium);
  margin: 3rem 0 1.5rem 0;
  color: var(--text-main-color);
}
* > h4:first-of-type, * > .h4:first-of-type {
  margin-top: 0;
}

h5, .h5 {
  font-size: 1.375rem;
  font-weight: var(--fw-medium);
  margin: 0 0 0.75rem;
  color: var(--text-main-color);
}

h6, .h6 {
  font-size: 1.175rem;
  font-weight: var(--fw-medium);
  color: var(--text-main-color);
}

.h1 {
  display: block;
}

.h2 {
  display: block;
}

.h3 {
  display: block;
}

.h4 {
  display: block;
}

.h5 {
  display: block;
}

.h6 {
  display: block;
}

h1.text-white, h2.text-white, h3.text-white, h4.text-white, h5.text-white, h6.text-white,
.h1.text-white, .h2.text-white, .h3.text-white, .h4.text-white, .h5.text-white, .h6.text-white {
  color: var(--white);
}

a {
  color: var(--text-main-color);
  text-decoration: none;
  transition: color var(--transition);
}
a:hover {
  color: var(--main-color);
}



.text-content ul {
  list-style: none;
  padding-left: 0;
}
.text-content ul li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 30px;
}
.text-content ul li:last-of-type {
  margin-bottom: 0;
}
.text-content ul li:before {
  position: absolute;
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url("../../img/icons/check_small.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
.text-content.text-white {
  color: var(--white);
}
.text-content.text-white ul li:before {
  background-image: url("../../img/icons/check-small.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.text-content.text-gray h1, .text-content.text-gray h2, .text-content.text-gray h3, .text-content.text-gray h4, .text-content.text-gray h5, .text-content.text-gray h6,
.text-content.text-gray .h1, .text-content.text-gray .h2, .text-content.text-gray .h3, .text-content.text-gray .h4, .text-content.text-gray .h5, .text-content.text-gray .h6 {
  color: var(--text-main-color);
}
.text-content.text-info {
  color: var(--main-color);
}

.text-info {
  color: var(--main-color);
}

.dots-ul ul li {
  padding-left: 15px;
  margin-bottom: 0.75rem;
}
.dots-ul ul li:before {
  background: var(--main-color);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  top: 0.75rem;
}

@media (max-width: 1599px) {
  h1, .h1 {
    font-size: 4rem;
  }
  h2, .h2, .h3 {
    font-size: 3.25rem;
  }
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2, .h3 {
    font-size: 2.25rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  h3, .h3 {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }
  h4, .h4 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  .text-content ul, .text-content ol, .text-content p {
    font-size: var(--fs-16);
  }
}
/*wp styles*/
.alignnone {
  margin: 5px 10px 10px 0;
}

.aligncenter, div.aligncenter {
  margin: auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 30px;
}

.alignleft {
  float: left;
  margin: 5px 30px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 30px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 30px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  width: 100% !important;
  margin: 2rem 0 !important;
}

.wp-caption img {
  display: block;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  max-width: 100%;
  height: auto;
}

.wp-caption p.wp-caption-text {
  padding-left: 20px;
  border-left: var(--border-size) solid var(--main-color);
  line-height: 120%;
  font-weight: var(--fw-medium);
  font-size: var(--fs-22);
  color: var(--text-main-color);
  font-style: italic;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  display: block;
  border-radius: var(--radius);
}

.video-responsive > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 576px) {
  .wp-caption p.wp-caption-text {
    font-size: var(--fs-18);
  }
}
/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
[type=text],
[type=tel],
[type=password],
[type=email],
textarea {
  border: var(--border-size) solid var(--stroke-main-color);
  border-radius: var(--radius);
  width: 100%;
  height: 55px;
  padding: var(--grid-step) var(--grid-step-md);
  font-size: var(--fs-18);
  transition: border-color var(--transition);
}
[type=text]::placeholder,
[type=tel]::placeholder,
[type=password]::placeholder,
[type=email]::placeholder,
textarea::placeholder {
  opacity: 0.3;
}
[type=text]:active, [type=text]:focus,
[type=tel]:active,
[type=tel]:focus,
[type=password]:active,
[type=password]:focus,
[type=email]:active,
[type=email]:focus,
textarea:active,
textarea:focus {
  border-color: var(--main-color);
}
[type=text][aria-invalid=true], [type=text].has-error,
[type=tel][aria-invalid=true],
[type=tel].has-error,
[type=password][aria-invalid=true],
[type=password].has-error,
[type=email][aria-invalid=true],
[type=email].has-error,
textarea[aria-invalid=true],
textarea.has-error {
  border-color: var(--state-error) !important;
}
[type=text].search-input,
[type=tel].search-input,
[type=password].search-input,
[type=email].search-input,
textarea.search-input {
  padding-left: 52px;
  background-image: url("../../img/icons/search.svg");
  background-position: 24px 50%;
  background-repeat: no-repeat;
}

textarea {
  height: 150px;
  resize: none;
}

.iti.opened {
  z-index: 3;
}
.iti.opened > input {
  border-color: var(--main-color);
}
.iti__selected-country {
  flex-direction: row-reverse;
  padding-left: 24px;
  padding-right: 6px;
}
.iti__selected-country-primary {
  height: 30px;
  border-right: 1px solid #E8EBEE;
  padding-right: 16px;
  background-color: transparent !important;
}
.iti__arrow {
  margin-left: 0;
}
.iti__globe {
  display: none;
}
.iti__search-input {
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: var(--fs-16);
}
.iti__country {
  padding: var(--grid-step) 0;
  border-bottom: 1px solid var(--stroke-main-color);
}
.iti__country-list {
  padding-left: var(--grid-step-md);
  padding-right: var(--grid-step-md);
}
.iti__country.iti__highlight {
  background: transparent;
  color: var(--main-color);
}
.iti--inline-dropdown .iti__dropdown-content {
  border: 1px solid var(--stroke-dark-color);
  box-shadow: none;
  border-bottom-right-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
  margin-top: -10px;
  border-top: 0;
  padding-top: 10px;
  z-index: 0;
}

.dropdown {
  position: relative;
}
.dropdown select {
  display: none !important;
}
.dropdown-selected {
  border: var(--border-size) solid var(--stroke-main-color);
  border-radius: var(--radius);
  width: 100%;
  height: 55px;
  padding: var(--grid-step) var(--grid-step-md);
  font-size: var(--fs-18);
  transition: border-color var(--transition);
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  background: var(--bg-white);
  position: relative;
  z-index: 2;
  font-weight: var(--fw-medium);
  justify-content: space-between;
}
.dropdown-selected.placeholder {
  font-weight: var(--fw-normal);
  color: var(--placeholder-color);
}
.dropdown-selected:hover, .dropdown-selected:focus {
  border-color: var(--main-color);
}
.dropdown-selected:after {
  content: "";
  display: block;
  transition: transform var(--transition);
  margin-left: 7.5px;
  width: 12px;
  height: 12px;
  background-image: url("../../img/icons/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.dropdown-center {
  display: inline-block;
}
.dropdown-center .dropdown-selected {
  display: inline-flex;
  width: auto;
  justify-content: center;
}
.dropdown-center .dropdown-selected.w-100 {
  width: 100%;
}
.dropdown-center .dropdown-list__item {
  text-align: center;
}
.dropdown-list {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  margin-top: -10px;
  padding: 10px var(--grid-step-md);
  left: 0;
  width: 100%;
  border: var(--border-size) solid var(--stroke-main-color);
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  background: var(--bg-white);
}
.dropdown-list__item {
  padding: var(--grid-step) 0;
  font-size: var(--fs-18);
  font-weight: var(--fw-medium);
  border-bottom: 1px solid var(--stroke-main-color);
  transition: color var(--transition);
  cursor: pointer;
}
.dropdown-list__item:hover, .dropdown-list__item.selected {
  color: var(--main-color);
}
.dropdown-list__item:hover a, .dropdown-list__item.selected a {
  color: var(--main-color);
}
.dropdown-list__item:last-of-type {
  border: 0;
}
.dropdown[aria-expanded="true"] .dropdown-selected {
  border-color: var(--main-color);
}
.dropdown[aria-expanded="true"] .dropdown-selected:after {
  transform: rotate(180deg);
}
.dropdown[aria-expanded="true"] .dropdown-list {
  opacity: 1;
  visibility: visible;
}
.dropdown.reverse .dropdown-list {
  top: auto;
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  margin-bottom: -10px;
}

.checkbox [type=checkbox] {
  display: none !important;
}
.checkbox span {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  user-select: none;
  font-size: var(--fs-18);
}
.checkbox span:before {
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  border-radius: 6px;
  border: 1px solid var(--stroke-main-color);
  margin-right: 10px;
  transition: var(--transition);
}
.checkbox span:after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: opacity var(--transition);
  width: 24px;
  height: 24px;
  background-image: url("../../img/icons/check-small.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity:1;
  content: "";
}
.checkbox [type=checkbox]:checked + span:before {
  border-color: var(--main-color);
  background-color: var(--main-color);
}
.checkbox [type=checkbox]:checked + span:after {
  opacity: 1;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  cursor: pointer;
  font-size: var(--fs-18);
  height: 55px;
  font-weight: var(--fw-medium);
  border: 0;
  box-shadow: none;
  outline: none;
  padding: 0 var(--btn-pad);
}
.btn-primary {
  background-color: #1991ff;
  color: var(--text-white);
  transition: background-color var(--transition);
}
.btn-primary:not(:disabled):hover {
  color: var(--text-white);
  background-color: #1683e5;
}
.btn-primary:disabled {
  color: var(--text-dark-color);
  background-color: var(--bg-gray);
  cursor: default;
}
.btn-primary-black {
  background-color: var(--text-main-color);
  color: var(--text-white);
  transition: var(--transition);
}
.btn-primary-black:not(:disabled):hover {
  color: var(--text-main-color);
  background-color: var(--bg-white);
}
.btn-primary-black:disabled {
  color: var(--text-dark-color);
  background-color: var(--bg-gray);
  cursor: default;
}
.btn-primary-black2 {
  background-color: var(--text-main-color);
  color: var(--text-white);
  transition: var(--transition);
}
.btn-primary-black2:not(:disabled):hover {
  color: var(--text-white);
  background-color: #262B33;
}
.btn-primary-black2:disabled {
  color: var(--text-dark-color);
  background-color: var(--bg-gray);
  cursor: default;
}
.btn-secondary {
  background-color: transparent;
  color: #1991ff;
  transition: var(--transition);
  border: 1px solid var(--stroke-main-color);
}
.btn-secondary:not(:disabled):hover {
  color: var(--text-white);
  background-color: #1991ff;
  border-color: #1991ff;
}
.btn-secondary:disabled {
  color: var(--text-dark-color);
  background-color: transparent;
  cursor: default;
}
.btn-white {
  background-color: var(--bg-white);
  color: var(--text-main-color);
  transition: var(--transition);
}
.btn-white:hover {
  color: var(--text-white);
  background-color: var(--text-main-color);
}
.btn svg {
  transition: var(--transition);
}
.btn.active svg.rotate18 {
  transform: rotate(180deg);
}

.menu-btn {
  display: flex;
  align-items: center;
  border-radius: var(--radius);
  cursor: pointer;
  font-size: var(--fs-18);
  height: 55px;
  font-weight: var(--fw-medium);
  border: 0;
  box-shadow: none;
  outline: none;
  padding: 0 var(--btn-pad);
  transition: var(--transition);
  background-color: var(--bg-gray);
  justify-content: space-between;
}
.menu-btn > span {
  display: flex;
  align-items: center;
}
.menu-btn > span svg {
  margin-right: 8px;
}
.menu-btn svg {
  transition: var(--transition);
}
.menu-btn-2 {
  background-color: var(--bg-white);
  padding: 0 var(--grid-step-xl);
  height: 76px;
}
.menu-btn:hover {
  color: var(--text-white);
  background-color: var(--main-color);
  box-shadow: 0 0 24px 0 var(--btn-shadow);
}
.menu-btn:hover span > svg path {
  fill: var(--bg-white);
}
.menu-btn:hover > svg path {
  stroke: var(--bg-white);
}
@media (max-width: 767px) {
  .menu-btn-2 {
    height: 50px;
    padding: 0.75rem;
  }
}

.text-btn {
  font-weight: var(--fw-medium);
  font-size: 1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: color var(--transition);
  color: var(--text-main-color);
}
.text-btn svg {
  margin-left: 6px;
}
.text-btn svg path {
  transition: var(--transition);
  stroke: var(--text-main-color);
}
.text-btn.reverse-btn svg {
  margin-right: 6px;
}
.text-btn:hover {
  color: var(--main-color);
}
.text-btn:hover svg path {
  stroke: var(--main-color);
}
.text-btn[aria-disabled=true], .text-btn[disabled] {
  color: var(--text-dark-color) !important;
}
.text-btn[aria-disabled=true] svg path, .text-btn[disabled] svg path {
  stroke: var(--text-dark-color) !important;
}

.form {
  padding: 3rem;
}
.form label {
  font-weight: var(--fw-medium);
  font-size: var(--fs-18);
  display: block;
  margin-bottom: 0.5rem;
}
.form-group {
  margin-bottom: var(--grid-step-md);
}
.form-group__title {
  font-size: 1.125rem;
  font-weight: var(--fw-medium);
  margin: 0 0 0.5rem;
}
.form-block {
  padding: 1.5rem;
  border-radius: var(--radius);
  margin-bottom: var(--grid-step-md);
}
.form-block * > .form-group:last-of-type {
  margin-bottom: 0;
}
.form-error__msg {
  font-size: var(--fs-14);
  font-family: var(--alt-font);
  line-height: 180%;
  color: var(--state-error);
}
.form .iti {
  display: block;
}
.form-thin .form-group {
  margin-bottom: 0.5rem;
}

.subscribe-form {
  background-color: var(--main-color);
  color: var(--text-white);
}
.subscribe-form__title {
  font-size: 2rem;
  font-weight: var(--fw-medium);
  margin-bottom: var(--grid-step-xl);
}
.subscribe-form input {
  background-color: transparent;
  color: var(--white);
  border: var(--border-size) solid rgba(255, 255, 255, 0.5) !important;
}
.subscribe-form input::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: var(--fw-normal);
}
.subscribe-form__inner {
  background-image: url("../../img/subscribe_left.png"), url("../../img/subscribe_right.png");
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .subscribe-form {
    padding: 2rem 1.25rem;
    background-image: url("../../img/subscribe_left2.png"), url("../../img/subscribe_right2.png");
    background-position: 0 100%, 100% 0;
    background-repeat: no-repeat;
  }
  .subscribe-form .form {
    padding: 0;
  }
  .subscribe-form [type=submit] {
    margin-top: 1rem;
  }
  .subscribe-form__inner {
    padding: 0 !important;
    background: none;
  }
}

.pagination {
  list-style: none;
  margin-top: var(--grid-step-md);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li {
  display: block;
}
.pagination li a {
  display: flex;
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  align-items: center;
  justify-content: center;
  font-weight: var(--fw-medium);
  font-size: var(--fs-18);
}
.pagination li.active a {
  background-color: var(--main-color);
  color: var(--text-white);
  cursor: default;
}
.pagination li.prev a, .pagination li.next a {
  border: 1px solid var(--stroke-main-color);
  transition: var(--transition);
}
.pagination li.prev a svg path, .pagination li.next a svg path {
  transition: var(--transition);
}
.pagination li.prev a:hover, .pagination li.next a:hover {
  background-color: var(--main-color);
  color: var(--text-white);
  border-color: var(--main-color);
}
.pagination li.prev a:hover svg path, .pagination li.next a:hover svg path {
  stroke: var(--bg-white);
}
.pagination li.prev {
  margin-right: 1rem;
}
.pagination li.next {
  margin-left: 1rem;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
}
.tabs-header {
  overflow: hidden;
  border: 1px solid var(--stroke-main-color);
  font-size: 1rem;
  font-weight: var(--fw-medium);
  display: flex;
  border-radius: var(--radius);
}
.tabs-header__btn {
  background-color: var(--bg-gray);
  cursor: pointer;
  transition: var(--transition);
  display: block;
  padding: var(--grid-step) var(--grid-step-md);
  white-space: nowrap;
}
.tabs-header__btn:hover {
  color: var(--main-color);
}
.tabs-header__btn.active {
  color: var(--text-white);
  background-color: var(--main-color);
  cursor: default;
}
.tabs-content:not(.active) {
  display: none;
  overflow: hidden;
}
.tabs.scrolled {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.tabs.scrolled .tabs-header {
  white-space: nowrap;
  overflow: visible;
  transition: transform var(--transition);
}
.tabs-next, .tabs-prev {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  cursor: pointer;
  border: 0;
  padding: 0 1rem;
  background-color: transparent;
  display: flex;
  align-items: center;
}
.tabs-next svg path, .tabs-prev svg path {
  transition: stroke var(--transition);
}
.tabs-next:hover svg path, .tabs-prev:hover svg path {
  stroke: var(--main-color);
}
.tabs-prev {
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 31%, rgb(255, 255, 255) 100%);
}
.tabs-next {
  right: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 31%, rgb(255, 255, 255) 100%);
}
.tabs-white .tabs-header__btn {
  background: var(--bg-white);
  border-left: var(--border-size) solid var(--stroke-main-color);
}
.tabs-white .tabs-header__btn.active {
  color: var(--text-white);
  background-color: var(--main-color);
  cursor: default;
}
.tabs-white .tabs-header__btn:first-of-type {
  border: 0;
  border-top-left-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
}
.tabs-white .tabs-header__btn:last-of-type {
  border-bottom-right-radius: var(--radius);
  border-top-right-radius: var(--radius);
}

.scroll-text {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  transform: translate(0, 0);
  height: 140px;
  border-top: var(--border-size) solid var(--stroke-main-color);
  border-bottom: var(--border-size) solid var(--stroke-main-color);
}
.scroll-text__item {
  display: inline-flex;
  font-size: var(--fs-48);
  font-weight: var(--fw-medium);
  padding-left: var(--grid-step-md);
  align-items: center;
}
.scroll-text__item:after {
  margin-left: var(--grid-step-md);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid var(--text-blue);
  content: "";
}
.scroll-text__item a {
  color: var(--main-color);
}
.scroll-text .first-half, .scroll-text .second-half {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  animation: runText 90s infinite linear forwards;
}
.scroll-text .second-half {
  animation: 90s runText 45s infinite linear forwards;
  transform: translate(100%, -50%);
}
@media (max-width: 1999px) {
  .scroll-text {
    height: 100px;
  }
  .scroll-text__item {
    font-size: var(--fs-32);
  }
}
@media (max-width: 767px) {
  .scroll-text {
    height: 60px;
  }
  .scroll-text__item {
    font-size: var(--fs-22);
  }
}

@keyframes runText {
  0% {
    transform: translate(100%, -50%);
  }
  50% {
    transform: translate(0, -50%);
  }
  100% {
    transform: translate(-100%, -50%);
  }
}
.badge {
  display: inline-block;
  border-radius: var(--radius-small);
  padding: 0 var(--grid-step);
  height: 1.75rem;
  line-height: 1.75rem;
}
.badge-success {
  color: var(--text-white);
  background: var(--state-success);
}
.badge-error {
  color: var(--text-white);
  background: var(--state-error);
}

.cards {
  counter-reset: cards-couner 0;
}
.card-1, .card-2 {
  text-align: center;
  background: var(--bg-gray);
  border-radius: 18px;
  padding: 2rem;
  height: 100%;
  display: block;
  transition: color, box-shadow var(--transition);
}
.card-1:before, .card-2:before {
  display: block;
  width: 176px;
  height: 176px;
  text-align: left;
  padding-left: 46px;
  line-height: 125px;
  margin: 0 auto -2.5rem;
  position: relative;
  transform: translateX(25%);
  background-image: url("../../img/card-1-icon.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "0" counter(cards-couner);
  counter-increment: cards-couner;
  color: var(--text-white);
}
.card-1 p, .card-2 p {
  color: var(--text-dark-color);
  font-size: var(--fs-16);
  line-height: 125%;
}
.card-1:hover, .card-2:hover {
  box-shadow: 0 0 24px 0 var(--btn-shadow);
}
.card-2:before {
  content: none;
  display: none;
}
.card-2__icon {
  display: block;
  width: 176px;
  height: 176px;
  text-align: left;
  padding-left: 40px;
  line-height: 120px;
  margin: 0 auto -2.5rem;
  position: relative;
  transform: translateX(25%);
  background-image: url("../../img/card-1-icon.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.card-3 {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  border-radius: 1.125rem;
  transition: color, box-shadow var(--transition);
}
.card-3__icon {
  display: block;
  width: 176px;
  height: 176px;
  text-align: left;
  padding-left: 40px;
  line-height: 120px;
  margin: 0 -2.5rem 0 0;
  position: relative;
  transform: translateY(1.125rem);
  background-image: url("../../img/card-1-icon.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.card-3:hover {
  box-shadow: 0 0 24px 0 var(--btn-shadow);
}
.card-4 {
  display: flex;
  padding: 3rem;
  border-radius: 1.125rem;
  transition: color, box-shadow var(--transition);
  flex-direction: column;
  text-align: left;
}
.card-4:hover {
  box-shadow: 0 0 24px 0 var(--btn-shadow);
}
.card-4:hover .text-btn {
  color: var(--main-color);
}
.card-4:hover .text-btn svg path {
  stroke: var(--main-color);
}
.card-contact {
  padding: 3rem;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.card-contact a[href^=tel]:not(:hover) {
  color: var(--text-dark-color);
}
@media (max-width: 767px) {
  .card-1, .card-2 {
    padding: 1rem;
    border-radius: 0.75rem;
    text-align: left;
  }
  .card-1:before, .card-2:before {
    display: none;
  }
  .card-1 h5, .card-2 h5 {
    display: flex;
    align-items: center;
  }
  .card-1 h5:before, .card-2 h5:before {
    display: block;
    width: 60px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    margin: 0 0.75rem 0 0;
    position: relative;
    flex-shrink: 0;
    background-image: url("../../img/card-1-icon2.png");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: "0" counter(cards-couner);
    counter-increment: cards-couner;
    color: var(--text-white);
  }
}

.post-card {
  height: 100%;
  display: flex;
  border-radius: 1rem;
}
.post-card.shadowed {
  transition: var(--transition);
}
.post-card.shadowed:hover {
  box-shadow: 0 0 24px 0 var(--btn-shadow);
}
.post-card.shadowed:hover .post-card__title {
  color: var(--main-color);
}
.post-card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 2rem;
}
.post-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  margin-bottom: var(--grid-step-md);
}
.post-card__title {
  font-weight: var(--fw-medium);
  font-size: var(--fs-22);
  display: block;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: var(--border-size) solid var(--stroke-main-color);
}
.post-card__title.noborder {
  border: 0;
  padding: 0;
  margin-bottom: 1rem;
}
.post-card__excerpt {
  color: var(--text-dark-color);
  padding-bottom: 2rem;
  line-height: 175%;
  display: block;
}
.post-card__summary {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.post-card__summary.f-top {
  align-items: flex-start;
}
.post-card__summary a {
  margin-bottom: 0.5rem;
}
.post-card__summary a:not(:hover) {
  color: var(--text-dark-color);
}
.post-card__summary a:not(:hover) svg path {
  stroke: var(--text-dark-color);
}
.post-card__author {
  display: inline-flex;
  align-items: center;
  color: var(--text-dark-color);
  font-size: var(--fs-14);
}
.post-card__author_img {
  border-radius: 50% !important;
  flex-shrink: 0 !important;
  height: 53px !important;
  width: auto !important;
  margin-right: 10px;
  margin-bottom: 0 !important;
}
.post-card__author_name {
  display: block;
  color: var(--text-main-color);
  font-size: var(--fs-16);
}
.post-card__tags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
}
.post-card__tags a {
  display: inline-block;
  height: 2.75rem;
  line-height: 2.75rem;
  border-radius: 1.375rem;
  background-color: rgba(54, 159, 255, 0.1);
  color: var(--main-color);
  margin-bottom: 2rem;
  font-weight: var(--fw-medium);
  padding: 0 var(--grid-step-md);
  transition: background-color, color var(--transition);
}
.post-card__tags a:hover {
  background-color: var(--main-color);
  color: var(--text-white);
}
.post-card__info {
  color: var(--text-dark-color);
  display: flex;
  align-items: center;
  font-weight: var(--fw-medium);
  margin: 1.5rem 0;
}
.post-card__info:before {
  display: block;
  content: "";
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background-image: url("../../img/icons/clock-gray.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.post-card__info > span {
  display: inline-flex;
  align-items: center;
  padding-left: 10px;
}
.post-card__info > span:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--text-dark-color);
  margin-right: 10px;
}
.post-card__info > span:first-of-type {
  padding: 0;
}
.post-card__info > span:first-of-type:before {
  display: none;
}
.post-card.b-left {
  border-left: 3px solid var(--main-color);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.post-card__event {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.post-card__event .page-label {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .post-card__info {
    font-size: var(--fs-14);
  }
}

.accordion {
  counter-reset: acc-counter;
}
.accordion-title {
  transition: background-color, color var(--transition);
  background-color: var(--bg-gray);
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  font-size: var(--fs-22);
  font-weight: var(--fw-medium);
  cursor: pointer;
}
.accordion-title > div:before {
  content: "0" counter(acc-counter) "/";
  counter-increment: acc-counter;
  margin-right: 1rem;
  color: var(--main-color);
}
.accordion-title > svg {
  transition: transform var(--transition);
}
.accordion-title > svg path {
  transition: var(--transition);
}
.accordion-title:hover {
  color: var(--main-color);
}
.accordion-title:hover > svg path {
  stroke: var(--main-color);
}
.accordion-block {
  transition: background-color var(--transition);
  margin-bottom: var(--grid-step-md);
  overflow: hidden;
  border-radius: 1.125rem;
}
.accordion-block:last-of-type {
  margin: 0;
}
.accordion-block.active {
  background-color: var(--main-color);
  color: var(--text-light-color);
}
.accordion-block.active .accordion-title {
  color: var(--text-white);
  background: transparent;
}
.accordion-block.active .accordion-title > svg {
  transform: rotate(45deg);
}
.accordion-block.active .accordion-title > svg path {
  stroke: var(--bg-white);
}
.accordion-block.active .accordion-title > div:before {
  color: var(--text-white);
}
.accordion-block.active .accordion-content__inner {
  border-color: var(--bg-white);
}
.accordion-content {
  overflow: hidden;
  display: none;
  padding: 0 var(--grid-step-xl) var(--grid-step-xl);
}
.accordion-content__inner {
  padding-top: var(--grid-step-md);
  border-top: var(--border-size) solid transparent;
}
.accordion-content__inner p:last-of-type {
  margin: 0;
}
@media (max-width: 767px) {
  .accordion-title > div:first-of-type {
    display: flex;
    align-items: center;
  }
}

.breadcrumbs {
  margin-bottom: 2rem;
  width: 100%;
}
.breadcrumbs ul, .breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumbs ul li, .breadcrumbs ol li {
  display: block;
  font-size: var(--fs-16);
}
.breadcrumbs ul li a:not(:hover), .breadcrumbs ol li a:not(:hover) {
  color: var(--text-dark-color);
}
.breadcrumbs ul li.breadcrumb-item + .breadcrumb-item, .breadcrumbs ol li.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumbs ul li.breadcrumb-item + .breadcrumb-item:before, .breadcrumbs ol li.breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumbs.left ul, .breadcrumbs.left ol {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 1rem;
  }
}

.compare-table__head {
  padding-bottom: 1.5rem;
  color: var(--main-color);
  font-weight: var(--fw-medium);
  font-size: var(--fs-22);
}
.compare-table__block {
  padding: 0 2rem;
  background-color: var(--bg-gray);
  border-radius: 0.75rem;
  margin-bottom: 0.75rem;
}
.compare-table__block:last-of-type {
  margin: 0;
}
.compare-table__block.active .compare-table__title {
  color: var(--main-color);
}
.compare-table__block.active .compare-table__title svg {
  transform: rotate(45deg);
}
.compare-table__block.active .compare-table__title svg path {
  stroke: var(--main-color);
}
.compare-table__title {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-size: var(--fs-22);
  font-weight: var(--fw-medium);
  padding: 1.5rem 0;
  transition: color var(--transition);
  user-select: none;
}
.compare-table__title svg {
  transition: transform var(--transition);
}
.compare-table__title svg path {
  transition: stroke var(--transition);
}
.compare-table__title:hover {
  color: var(--main-color);
}
.compare-table__line {
  font-size: var(--fs-18);
  border-bottom: var(--border-size) solid var(--stroke-main-color);
  padding: 1rem 0;
}
.compare-table__line .title {
  color: var(--text-dark-color);
  font-weight: var(--fw-normal);
}
.compare-table__items {
  display: none;
  padding: 0 0 1.5rem;
}

.rating {
  display: flex;
  align-items: center;
  font-size: var(--fs-18);
  font-weight: var(--fw-medium);
}
.rating-stars {
  position: relative;
  width: 120px;
  height: 24px;
  background-image: url("../../img/rating1.svg");
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.rating-stars__fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-image: url("../../img/rating2.svg");
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.info-box {
  background-color: var(--bg-gray);
  padding: 3.5rem 4.5rem;
  border-left: 1rem solid var(--main-color);
  font-size: var(--fs-22);
  font-weight: var(--fw-medium);
  border-radius: var(--radius);
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.spinner {
  width: 100px;
  position: relative;
}
.spinner input {
  max-width: 100%;
  min-width: 100%;
}
.spinner .button {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: 0;
  outline: none;
  display: block;
  background-color: transparent;
  background-image: url("../../img/icons/arrow-down.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 50%;
  right: 1rem;
}
.spinner .button[disabled] {
  opacity: 0.3;
}
.spinner .button input {
  padding-right: 2rem;
}
.spinner .button.inc {
  transform: rotate(180deg);
  top: auto;
  bottom: 50%;
}

.header {
  background-color: var(--bg-white);
  position: fixed;
  padding: 1.25rem 0;
  border-bottom: var(--border-size) solid var(--stroke-main-color);
  z-index: 50;
  left: 0;
  right: 0;
  top: 0;
}
.header-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-nav ul li {
  margin-right: 2rem;
}
.header-nav ul li:last-of-type {
  margin: 0;
}
.header-nav ul li a {
  display: flex;
  align-items: center;
  font-weight: var(--fw-medium);
  font-size: var(--fs-18);
}
.header-nav ul li.menu-item-has-children > a > svg, .header-nav ul li.has-children > a > svg {
  display: block;
  transition: transform var(--transition);
  width: 11px;
  height: 5px;
  flex-shrink: 0;
  margin-left: 10px;
}
.header-nav ul li.menu-item-has-children > a > svg path, .header-nav ul li.has-children > a > svg path {
  transition: var(--transition);
}
.header-nav ul li.menu-item-has-children:hover > a > svg, .header-nav ul li.has-children:hover > a > svg {
  transform: rotate(180deg);
}
.header-nav ul li.menu-item-has-children:hover > a > svg path, .header-nav ul li.has-children:hover > a > svg path {
  stroke: var(--main-color);
}
.header-nav ul li .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: var(--bg-white);
  opacity:1;
  visibility: hidden;
  padding: 1.5rem 0;
  margin-top: -1rem;
  border-bottom: var(--border-size) solid var(--stroke-main-color);
  box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.06);
}
.header-nav ul li .sub-menu__title {
  display: block;
  font-weight: var(--fw-medium);
  font-size: var(--fs-22);
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: var(--border-size) solid var(--stroke-main-color);
}
.header-nav ul li .sub-menu .menu-btn {
  margin-bottom: 0.75rem;
}
.header-nav ul li .sub-menu .menu-btn:last-of-type {
  margin: 0;
}
.header-nav ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.header-buttons .languages {
  margin-left: 1rem;
}
.header-buttons .languages .dropdown-selected {
  height: 47px;
  line-height: 47px;
  padding: 0 1rem;
}
.header-buttons .demo-btn {
  margin-left: 0.5rem;
  height: 47px;
  line-height: 47px;
  padding: 0 1rem;
}
.header-buttons .start-free-btn {
  margin-left: 1rem;
  height: 47px;
  line-height: 47px;
  padding: 0 1rem;
}
@media (max-width: 1365px) {
  .header-nav ul li {
    margin-right: 1rem;
  }
  .header-nav ul li a {
    font-size: var(--fs-16);
  }
}
@media (max-width: 1280px) {
  .header .languages .dropdown-list__item {
    padding: calc(var(--grid-step) / 2) 0;
    font-size: var(--fs-14);
  }
  .header-buttons .text-btn,
  .header-buttons .demo-btn,
  .header-buttons .languages .dropdown-selected,
  .header-buttons .start-free-btn {
    font-size: var(--fs-14);
    height: 40px;
    line-height: 40px;
  }
  .header-buttons .demo-btn,
  .header-buttons .start-free-btn {
    padding: 0 0.5rem;
  }
  .header-buttons .start-free-btn, .header-buttons .languages {
    margin-left: 0.5rem;
  }
  .header-nav ul li {
    margin-right: 0.5rem;
  }
  .header-nav ul li a {
    font-size: var(--fs-14);
  }
  .header-nav ul li.has-children > a > svg, .header-nav ul li.menu-item-has-children > a > svg {
    margin-left: 5px;
  }
}
@media (max-width: 991px) {
  .header-nav {
    visibility: hidden;
    opacity:1;
    transition: calc(var(--transition) * 2);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: calc(100vh - 66px);
    overflow: hidden;
    overflow-y: auto;
    background-color: var(--bg-white);
    transform: translateX(-105%);
    padding-left: var(--bs-gutter-x);
    padding-right: var(--bs-gutter-x);
    margin-top: 1px;
    padding-top: 1.75rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 2.375rem;
  }
  .header-nav ul.primary-menu {
    margin-top: 1.25rem;
    display: block;
  }
  .header-nav ul.primary-menu > li {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
  .header-nav ul.primary-menu > li > a {
    width: 100%;
    justify-content: space-between;
    font-size: var(--fs-22);
  }
  .header-nav ul.primary-menu > li.has-children > a > svg, .header-nav ul.primary-menu > li.menu-item-has-children > a > svg {
    width: 18px;
    height: 10px;
  }
  .header-nav ul.primary-menu > li.has-children > a.active, .header-nav ul.primary-menu > li.menu-item-has-children > a.active {
    color: var(--main-color);
  }
  .header-nav ul.primary-menu > li.has-children > a.active > svg, .header-nav ul.primary-menu > li.menu-item-has-children > a.active > svg {
    transform: rotate(180deg);
  }
  .header-nav ul.primary-menu > li.has-children > a.active > svg path, .header-nav ul.primary-menu > li.menu-item-has-children > a.active > svg path {
    stroke: var(--main-color);
  }
  .header-nav ul li .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    border: 0;
    transition: calc(var(--transition) * 2) !important;
    padding: 1.5rem 0;
    box-shadow: none;
    margin-top: 0;
  }
  .header-nav ul li .sub-menu__title {
    display: none;
  }
  .header-nav ul li .sub-menu .container-fluid {
    padding: 0;
  }
  .header-nav ul li .sub-menu .menu-btn {
    margin-bottom: 0.75rem !important;
  }
  .header-nav.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .header .btn-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 16px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    background-color: transparent;
    color: inherit;
    cursor: pointer;
    transition: var(--transition) ease;
    padding-top: 14px;
    position: relative;
    padding-bottom: 7px;
  }
  .header .btn-menu:before {
    content: "";
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #292D32;
    transition: var(--transition);
    position: absolute;
    top: 0;
  }
  .header .btn-menu:focus {
    outline: none;
  }
  .header .btn-menu__bars {
    display: block;
    position: relative;
    width: 30px;
    height: 2px;
    background-color: #292D32;
    transition: 0.3s;
  }
  .header .btn-menu__bars:before, .header .btn-menu__bars:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #292D32;
    transition: var(--transition);
  }
  .header .btn-menu__bars:before {
    transform: translate(0, -7px);
  }
  .header .btn-menu__bars:after {
    transform: translate(0, 7px);
  }
  .header .btn-menu.active {
    padding-top: 7px;
  }
  .header .btn-menu.active:before {
    width: 0;
  }
  .header .btn-menu.active .btn-menu__bars {
    background-color: transparent;
  }
  .header .btn-menu.active .btn-menu__bars:before {
    transform: rotate(45deg);
  }
  .header .btn-menu.active .btn-menu__bars:after {
    transform: rotate(-45deg);
  }
}

.footer-menu {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.footer-menu.sp-menu {
  margin-bottom: 4.5rem;
}
.footer-menu li {
  margin-bottom: var(--grid-step);
  font-size: 1rem;
  font-weight: var(--fw-medium);
}
.footer-menu li a:not([class*=btn]) {
  color: var(--text-dark-color);
}
.footer-menu li:last-of-type {
  margin: 0;
}
.footer-menu__title {
  font-weight: var(--fw-medium);
  font-size: var(--fs-22);
  margin-bottom: var(--grid-step-md);
  padding-bottom: var(--grid-step-md);
  border-bottom: var(--border-size) solid var(--stroke-main-color);
}
.footer-menu__title.simple {
  padding-bottom: 0;
  border: 0;
  margin-bottom: 12px;
}
.footer-middle {
  margin-top: 5.625rem;
}
.footer-socials {
  display: flex;
  column-gap: 0.75rem;
  row-gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}
.footer-socials a {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: var(--border-size) solid var(--stroke-main-color);
  border-radius: var(--radius);
}
.footer-socials a svg path {
  transition: fill var(--transition);
}
.footer-socials a:hover svg path {
  fill: var(--text-main-color);
}
.footer-app {
  display: inline-flex;
  flex-direction: column;
  row-gap: 1rem;
}
.footer-app a {
  display: block;
  border: var(--border-size) solid var(--stroke-main-color);
  padding: 0.75rem 2rem;
  border-radius: var(--radius);
}
.footer-bottom {
  background-color: var(--bg-gray);
  padding: 2rem 0 0;
  margin-top: var(--margin);
  align-items: center;
}
.footer-bottom__right {
  display: flex;
  column-gap: 1rem;
  justify-content: flex-end;
}
.footer-bottom__left {
  display: flex;
  column-gap: 2rem;
}
.footer-copyright {
  margin-top: 2rem;
  color: var(--text-dark-color);
  font-weight: var(--fw-medium);
  font-size: var(--fs-18);
  padding: var(--grid-step-md);
  border-top: var(--border-size) solid var(--stroke-main-color);
}
.footer-copyright a:not(:hover) {
  color: var(--text-dark-color);
}
@media (min-width: 576px) and (max-width: 991px) {
  .footer-app {
    flex-direction: row;
    column-gap: 1rem;
    display: flex;
  }
}
@media (max-width: 575px) {
  .footer-menu {
    display: none;
  }
  .footer-menus {
    display: none;
  }
  .footer-menu__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .footer-menu__title[data-el=menu-title]:after {
    display: block;
    transition: transform var(--transition);
    content: "";
    background-image: url("../../img/icons/arrow-down.svg");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 17px;
    height: 9px;
  }
  .footer-menu__title.active:after {
    transform: rotate(180deg);
  }
  .footer-middle {
    margin-top: 0;
  }
  .footer-middle .footer-menu {
    display: block;
  }
  .footer-bottom__left {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-bottom__right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 0.25rem;
    margin-top: 1rem;
  }
  .footer-bottom__right > * {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.features-card {
  background-color: var(--bg-gray);
  border-radius: var(--radius);
  padding: var(--grid-step-xl);
  transition: background-color var(--transition);
  height: 100%;
  position: relative;
}
.features-card__title {
  margin: var(--grid-step-xl) 0 var(--grid-step-md);
  padding-bottom: var(--grid-step-md);
  border-bottom: var(--border-size) solid var(--stroke-main-color);
}
.features-card__counter {
  position: absolute;
  top: var(--grid-step-xl);
  right: var(--grid-step-xl);
  font-weight: var(--fw-medium);
  color: var(--text-dark-color);
  opacity: 0.2;
}
.features-card ul {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}
.features-card ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: var(--grid-step);
  color: var(--text-dark-color);
  line-height: 175%;
  display: flex;
  justify-content: space-between;
}
.features-card ul li:last-of-type {
  margin-bottom: 0;
}
.features-card ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
  background-color: var(--main-color);
  display: block;
  width: 4px;
  height: 4px;
  transition: background-color var(--transition);
}
.features-card .btn {
  margin-top: 2.5rem;
}
.features-card:hover {
  background-color: var(--main-color);
  color: var(--text-white);
}
.features-card:hover ul li {
  color: var(--text-white);
}
.features-card:hover ul li:before {
  background-color: var(--bg-white);
}
.features-card:hover .features-card__title, .features-card:hover .features-card__counter {
  color: var(--text-white);
}
@media (max-width: 767px) {
  .features-card__head {
    display: flex;
    align-items: center;
    margin: 0 0 1rem;
    padding-bottom: 1rem;
    border-bottom: var(--border-size) solid var(--stroke-main-color);
  }
  .features-card__head img {
    flex-shrink: 0;
  }
  .features-card__title {
    border: 0;
    padding: 0;
    margin: 0;
  }
}

.free-plan {
  border-radius: var(--radius-big);
  background-color: var(--main-color);
  background-image: url("../../img/pattern3.png");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  color: var(--text-white);
  padding: 4rem;
  position: relative;
  height: 530px;
}
.free-plan__wrap {
  padding-top: var(--margin);
}
.free-plan__img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 628px;
}
.free-plan__img_mob, .free-plan__img_mb {
  display: none;
}
.free-plan-2 {
  height: 480px;
  padding: 4.5rem;
  background-image: url("../../img/pattern4.png");
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.free-plan-2 .free-plan__img {
  left: 4rem;
  right: auto;
  height: 605px;
}
@media (max-width: 1199px) {
  .free-plan__img {
    right: auto;
    left: 50%;
  }
  .free-plan-2 .free-plan__img {
    left: auto;
    right: 50%;
  }
}
@media (max-width: 767px) {
  .free-plan {
    height: auto;
    padding: 1.25rem 1.25rem 0;
  }
  .free-plan-2 {
    padding: 1.25rem;
  }
  .free-plan ul li {
    margin-bottom: 0.5rem;
  }
  .free-plan .btn {
    width: 100%;
  }
  .free-plan__img {
    display: none;
  }
  .free-plan__img_mob {
    display: block;
    height: auto;
    margin: 1.25rem -1.25rem 0;
  }
  .free-plan__img_mob img {
    display: block;
    width: 100%;
  }
  .free-plan__img_mb {
    height: auto;
    width: auto;
    margin: 1.25rem auto 0;
  }
}

.start-free {
  border-radius: var(--radius-big);
  background-color: var(--main-color);
  background-image: url("../../img/start_free.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  color: var(--text-white);
  padding: 4rem;
  position: relative;
}
.start-free h4 {
  margin: 0 0 1rem;
}

@media (max-width: 767px) {
  .start-free {
    padding: 1.25rem;
  }
  .start-free .btn {
    margin-top: 1.25rem;
  }
}

.img-block {
  margin: calc(var(--grid-step) * 3) 0 var(--margin);
}
.img-block__tab {
  display: flex;
  align-items: center;
  border-radius: var(--radius-md);
  cursor: pointer;
  font-size: var(--fs-18);
  font-weight: var(--fw-medium);
  border: 0;
  box-shadow: none;
  outline: none;
  padding: var(--grid-step-md) var(--btn-pad);
  transition: var(--transition);
  background-color: var(--bg-gray);
  flex-wrap: wrap;
  color: var(--text-dark-color);
  margin-bottom: var(--grid-step);
  position: relative;
  overflow: hidden;
}
* > .img-block__tab:last-of-type {
  margin-bottom: 0;
}
.img-block__tab:after {
  display: block;
  opacity:1;
  height: 100%;
  padding-left: 100%;
  background-image: url("../../img/icons/points_white.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  transform: translateX(49%);
  transition: opacity var(--transition);
  content: "";
  position: absolute;
}
.img-block__tab span:first-of-type {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: var(--text-main-color);
}
.img-block__tab span:first-of-type svg {
  margin-right: 10px;
}
.img-block__tab span:first-of-type svg path {
  fill: var(--main-color);
  transition: var(--transition);
}
.img-block__tab_inner {
  display: none;
  background-color: var(--bg-gray);
  border-radius: var(--radius);
}
.img-block__tab.active, .img-block__tab:hover {
  color: var(--text-white);
  background-color: var(--main-color);
  box-shadow: 0 0 24px 0 var(--btn-shadow);
}
.img-block__tab.active:after, .img-block__tab:hover:after {
  opacity: 0.1;
}
.img-block__tab.active span, .img-block__tab:hover span {
  color: var(--text-white);
}
.img-block__tab.active span svg path, .img-block__tab:hover span svg path {
  fill: var(--text-white);
}
.img-block__shadow {
  border-radius: var(--radius-big);
  box-shadow: 4px 4px 50px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 991px) {
  .img-block__tab_inner {
    margin-top: 0.75rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .img-block__tab_inner img {
    display: block;
    margin: 0 auto;
  }
}

.contacts-location {
  background-color: var(--bg-gray);
  border-radius: 1.375rem;
  padding: 4.5rem;
  background-image: url("../../img/contacts-location.png");
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.contacts-location p {
  color: var(--text-dark-color);
  margin: 0;
}
.contacts-location h4 {
  margin: 0 0 1rem;
}

.reviews-slider {
  overflow: visible !important;
}

.page-intro {
  position: relative;
  display: flex;
  justify-content: flex-end;
  background-position: 0 50%, 0 50%;
  background-repeat: repeat;
  padding-top: var(--margin);
  padding-bottom: var(--margin);
  flex-wrap: wrap;
}
.page-intro__buttons {
  margin-top: 2.5rem;
}

.page-intro__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-intro__img {
  max-width: 50%;
}
.page-static .page-intro__content {
  position: static;
  transform: none;
}
.page-section {
  margin-top: var(--margin);
  margin-bottom: var(--margin);
}
.page-section__inner {
  padding-top: var(--margin);
  padding-bottom: var(--margin);
}
.page-label {
  display: inline-block;
  height: 2.75rem;
  line-height: 2.75rem;
  border-radius: 1.375rem;
  color: var(--main-color);
  background-color: var(--bg-gray);
  margin-bottom: 2rem;
  font-weight: var(--fw-medium);
  padding: 0 var(--grid-step-md);
}
.page-label__transparent {
  color: var(--text-white);
  background-color: rgba(255, 255, 255, 0.1);
}
.page-label__main {
  background-color: rgba(54, 159, 255, 0.1);
  color: var(--main-color);
}
.page-content {
  color: var(--text-dark-color);
  font-size: var(--fw-medium);
}
.page-content ul li, .page-content ol li {
  margin-bottom: 0.75rem;
}
.page-content__summary {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: var(--border-size) solid var(--stroke-main-color);
}
@media (max-width: 991px) {
  .page-intro {
    background-position: 0 0, 0 0;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
  .page-intro__content {
    position: static;
    transform: none;
  }
  .page-intro__img {
    max-width: 100%;
    align-self: flex-end;
  }
}
@media (max-width: 767px) {
  .page-intro {
    padding-top: 2.5rem;
  }
  .page-label {
    height: 2rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    font-size: var(--fs-14);
  }
}
@media (max-width: 576px) {
  .page-intro__buttons {
    display: flex;
    column-gap: 4px;
  }
  .page-intro__buttons .btn {
    padding: 0 1rem;
    margin: 0;
    width: calc(50% - 2px);
  }
}

/* Вообще никаких картинок по умолчанию */
.home-intro h1::after {
  display: inline-block;
  /* background-image: url("../../img/icons/points.svg"); ← убрали */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  content: "";
  margin-left: 20px;
}

/* На десктопе (например, от 768px и выше) включаем фон-иконку */
@media (min-width: 768px) {
  .home-intro h1::after {
    background-image: url("../../img/icons/points.svg");
  }
}

.contacts-cards {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.contacts-cards > * {
  height: calc(50% - 0.75rem);
}

.pricing-title {
  border-radius: 1rem;
  color: var(--text-white);
  font-size: var(--fs-18);
  margin-bottom: 1.5rem;
  background-color: var(--main-color);
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 120px;
}
.pricing-title p {
  margin: 0.75rem 0 0;
}
.pricing-title h5 {
  color: var(--text-white);
  width: 100%;
  margin: 0;
}
.pricing-title__green {
  background-color: var(--state-success);
}
.pricing-content {
  padding: 2rem;
  border: var(--border-size) solid var(--stroke-main-color);
  border-radius: 1.125rem;
  margin-bottom: 1.25rem;
}
.pricing-content ul li {
  padding-left: 15px;
}
.pricing-content ul li:before {
  background: var(--main-color);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  top: 0.75rem;
}
.pricing-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-main-color);
  padding-top: 2rem;
  border-top: var(--border-size) solid var(--stroke-main-color);
  margin-top: 1.5rem;
}
.pricing-accordion {
  border: var(--border-size) solid var(--stroke-main-color);
  border-radius: 1rem;
  overflow: hidden;
}
.pricing-accordion__title {
  font-size: var(--fs-22);
  font-weight: var(--fw-medium);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2.5rem;
  cursor: pointer;
  transition: color var(--transition);
}
.pricing-accordion__title:hover {
  color: var(--main-color);
}
.pricing-accordion__title svg {
  transition: transform var(--transition);
}
.pricing-accordion__title > div:first-of-type {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.pricing-accordion__title > div:first-of-type:before {
  background: var(--state-success);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-top: 0.75rem;
  margin-right: 0.75rem;
  display: block;
  content: "";
}
.pricing-accordion .active .pricing-accordion__title svg {
  transform: rotate(180deg);
}
.pricing-accordion__content {
  overflow: hidden;
  display: none;
  padding: 0 2.5rem 1.5rem;
}
.pricing-accordion__content_inner {
  padding-top: 1.5rem;
  border-top: var(--border-size) solid var(--stroke-main-color);
}
.pricing-accordion__content_inner p:last-of-type {
  margin: 0;
}
.pricing-accordion__content_inner ul li {
  padding-left: 15px;
}
.pricing-accordion__content_inner ul li:before {
  background: var(--state-success);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  top: 0.75rem;
}
.pricing-accordion__item {
  margin-bottom: 1.25rem;
}
.pricing-checkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: var(--border-size) solid var(--stroke-main-color);
  border-radius: 1rem;
  padding: 1.1rem 2.5rem;
  cursor: pointer;
  user-select: none;
  font-size: var(--fs-14);
}
.pricing-checkbox [type=checkbox] {
  display: none !important;
}
.pricing-checkbox .check {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 1.5rem;
}
.pricing-checkbox .check:before {
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  border-radius: 6px;
  border: 1px solid var(--stroke-main-color);
  margin-right: 10px;
  transition: var(--transition);
}
.pricing-checkbox .check:after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: opacity var(--transition);
  width: 24px;
  height: 24px;
  background-image: url("../../img/icons/check-small.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity:1;
  content: "";
}
.pricing-checkbox [type=checkbox]:checked + span.check:before {
  border-color: var(--main-color);
  background-color: var(--main-color);
}
.pricing-checkbox [type=checkbox]:checked + span.check:after {
  opacity: 1;
}
.pricing-total {
  position: sticky;
  padding: 2rem;
  border-radius: 1.125rem;
  background: var(--bg-gray);
  top: 100px;
}
.pricing-total__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: var(--fw-medium);
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: var(--border-size) solid var(--stroke-main-color);
}
.pricing-total__item {
  color: var(--text-dark-color);
  margin-bottom: 0.75rem;
}
.pricing-total__item_remove {
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}
.pricing-total__item_remove svg {
  transform: rotate(45deg);
}
.pricing-total__item_remove svg path {
  transition: var(--transition);
  stroke: var(--text-dark-color);
}
.pricing-total__item_remove:hover svg path {
  stroke: var(--main-color);
}
.pricing-total__item_title {
  display: flex;
  align-items: center;
}
.pricing-total__item_title:before {
  background: var(--main-color);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  content: "";
  display: block;
  margin-right: 0.5rem;
}
.pricing-total__list {
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: var(--border-size) solid var(--stroke-main-color);
}
.pricing-total__full {
  font-size: var(--fs-22);
  color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pricing-total__full_price {
  font-size: var(--fs-32);
  color: var(--text-main-color);
}

.blog-filter {
  margin: 4rem 0 2.5rem;
}
.blog-img {
  display: block;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
.blog-info {
  font-size: var(--fs-18);
}
.blog-info .text-info {
  margin-bottom: 0.5rem;
}
.blog-sidebar {
  position: sticky;
  top: 100px;
  background-color: var(--bg-gray);
  border-radius: 1.125rem;
  padding: 2rem;
  font-size: var(--fs-16);
  font-weight: var(--fw-normal);
}
.blog-sidebar a.current {
  color: var(--main-color);
}
.blog-sidebar p {
  margin-bottom: 0.5rem;
}
.blog-sidebar p:last-of-type {
  margin: 0;
}
.blog-content ul {
  list-style: none;
  padding-left: 0;
}
.blog-content ul li {
  padding-left: 15px;
  margin-bottom: 0.75rem;
}
.blog-content ul li:last-of-type {
  margin-bottom: 0;
}
.blog-content ul li:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  background: var(--text-dark-color);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  top: 0.75rem;
}
.blog-content ol {
  list-style: none;
  padding-left: 0;
  counter-reset: ol-counter;
}
.blog-content ol li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
}
.blog-content ol li:last-of-type {
  margin-bottom: 0;
}
.blog-content ol li:before {
  content: "0" counter(ol-counter);
  counter-increment: ol-counter;
  color: var(--main-color);
  margin-right: 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
}
.blog-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: var(--border-size) solid var(--stroke-main-color);
  padding-top: 1.5rem;
}
.blog-share a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: var(--border-size) solid var(--stroke-main-color);
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
}
.blog-share a svg path {
  transition: fill var(--transition);
}
.blog-share a:hover svg path {
  fill: var(--text-main-color);
}
.blog-share__links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 0.5rem;
}
.blog-review {
  border-top: var(--border-size) solid var(--stroke-main-color);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  display: flex;
  column-gap: 0.75rem;
  font-size: var(--fs-14);
}
.blog-review p {
  font-size: var(--fs-14);
  line-height: 180%;
}
.blog-review__img {
  flex-shrink: 0;
}
.blog-review__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.blog-review__author {
  font-weight: var(--fw-medium);
  font-size: var(--fs-18);
  color: var(--text-main-color);
}
.blog-review__date {
  color: var(--text-dark-color);
  display: flex;
  align-items: center;
  font-weight: var(--fw-medium);
}
.blog-review__date > span {
  display: inline-flex;
  align-items: center;
  padding-left: 10px;
  font-size: var(--fs-14);
}
.blog-review__date > span:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--text-dark-color);
  margin-right: 10px;
}
.blog-review__date > span:first-of-type {
  padding: 0;
}
.blog-review__date > span:first-of-type:before {
  display: none;
}
.blog-review__content {
  height: auto;
  overflow: hidden;
}
.blog-review__content a {
  display: none;
}
.blog-reviews {
  border-radius: var(--radius);
  margin-top: 4rem;
  padding: 2rem;
}
.blog-reviews .form {
  padding: 0;
}
.blog-reviews__title {
  font-size: 1.375rem;
  font-weight: var(--fw-medium);
  color: var(--text-main-color);
  margin: 2rem 0 1.375rem;
}
.blog-reviews__more {
  border-top: var(--border-size) solid var(--stroke-main-color);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.blog-reviews__more a {
  font-size: var(--fs-16);
  font-weight: var(--fw-medium);
  text-decoration: underline;
}
.blog-reviews__more a:not(:hover) {
  color: var(--text-dark-color);
}
.blog-author {
  margin-top: 4rem;
  padding: 2rem;
  border-radius: var(--radius);
  background-color: var(--bg-gray);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.blog-author p {
  font-size: var(--fs-16);
  color: var(--text-dark-color);
}
.blog-author img {
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .blog-filter {
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 576px) {
  .blog-post__intro p {
    font-size: var(--fs-16);
  }
  .blog-post__content h4 {
    font-size: var(--fs-22);
    margin-bottom: 0.75rem;
  }
  .blog-info {
    font-size: var(--fs-16);
  }
  .blog-review {
    padding-top: 0.75rem;
    margin-top: 0.75rem;
  }
  .blog-reviews {
    padding: 1rem;
  }
  .blog-reviews__title {
    margin-top: 1rem;
    margin-bottom: 0.75rem;
  }
  .blog-reviews [type=submit] {
    width: 100%;
  }
  .blog-review__img {
    width: 44px;
  }
  .blog-review__author {
    font-size: var(--fs-16);
  }
  .blog-review__date {
    font-size: var(--fs-14);
  }
  .blog-review__date > span:last-of-type {
    display: none;
  }
  .blog-review__content {
    max-height: 100px;
    transition: max-height var(--transition);
    position: relative;
  }
  .blog-review__content.active {
    max-height: 400px;
  }
  .blog-review__content a {
    position: absolute;
    z-index: 1;
    background: var(--bg-gray);
    right: 0;
    bottom: 0;
    font-size: var(--fs-14);
    line-height: 165%;
    color: var(--main-color);
  }
  .blog-author {
    padding: 1rem;
  }
  .blog-author p {
    font-size: var(--fs-14);
    margin: 0;
  }
  .blog-author__head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.75rem;
  }
  .blog-author__head img {
    width: 60px;
    flex-shrink: 0;
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  .blog-author__head h5 {
    margin: 0;
    font-size: var(--fs-18);
  }
}
@media (max-width: 400px) {
  .blog-info {
    font-size: var(--fs-14);
  }
}

.page-404 {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url("../../img/404.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.page-404__num {
  margin-bottom: 2.5rem;
}
.page-404 .btn {
  margin-top: 2.5rem;
}
.page-404 h3 {
  margin-bottom: 0.75rem;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.rounded {
  border-radius: var(--radius-big);
}

.mt-block {
  margin-top: 5.625rem;
}

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

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

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

.text-gray {
  color: var(--text-dark-color);
}

.bg-white {
  background-color: var(--bg-white);
}

.bg-gray {
  background-color: var(--bg-gray);
}

.toggle-box {
  display: none;
}

.fw-medium {
  font-weight: 600;
}

.overflow-h {
  overflow: hidden !important;
}

.overflow-x {
  overflow-x: hidden !important;
}

.overflow-y {
  overflow-y: hidden !important;
}

.smb-0 {
  margin-bottom: 0rem;
}

.smt-0 {
  margin-top: 0rem;
}

.smb-1 {
  margin-bottom: 0.5rem;
}

.smt-1 {
  margin-top: 0.5rem;
}

.smb-2 {
  margin-bottom: 1rem;
}

.smt-2 {
  margin-top: 1rem;
}

.smb-3 {
  margin-bottom: 1.5rem;
}

.smt-3 {
  margin-top: 1.5rem;
}

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

.smt-4 {
  margin-top: 2rem;
}

.smb-5 {
  margin-bottom: 2.5rem;
}

.smt-5 {
  margin-top: 2.5rem;
}

.smb-6 {
  margin-bottom: 3rem;
}

.smt-6 {
  margin-top: 3rem;
}

.smb-7 {
  margin-bottom: 3.5rem;
}

.smt-7 {
  margin-top: 3.5rem;
}

.smb-8 {
  margin-bottom: 4rem;
}

.smt-8 {
  margin-top: 4rem;
}

.smb-9 {
  margin-bottom: 4.5rem;
}

.smt-9 {
  margin-top: 4.5rem;
}

.smb-10 {
  margin-bottom: 5rem;
}

.smt-10 {
  margin-top: 5rem;
}

.fs-12 {
  font-size: var(--fs-12);
}

.fs-14 {
  font-size: var(--fs-14);
}

.fs-16 {
  font-size: var(--fs-16);
}

.fs-18 {
  font-size: var(--fs-18);
}

.fs-20 {
  font-size: var(--fs-20);
}

.fs-22 {
  font-size: var(--fs-22);
}

.fs-24 {
  font-size: var(--fs-24);
}

.fs-26 {
  font-size: var(--fs-26);
}

.fs-28 {
  font-size: var(--fs-28);
}

.fs-30 {
  font-size: var(--fs-30);
}

.fs-32 {
  font-size: var(--fs-32);
}

.fs-34 {
  font-size: var(--fs-34);
}

.fs-36 {
  font-size: var(--fs-36);
}

.fs-38 {
  font-size: var(--fs-38);
}

.fs-40 {
  font-size: var(--fs-40);
}

.fs-42 {
  font-size: var(--fs-42);
}

.fs-44 {
  font-size: var(--fs-44);
}

.fs-46 {
  font-size: var(--fs-46);
}

.fs-48 {
  font-size: var(--fs-48);
}

.fs-50 {
  font-size: var(--fs-50);
}

.fs-52 {
  font-size: var(--fs-52);
}

.fs-54 {
  font-size: var(--fs-54);
}

.fs-56 {
  font-size: var(--fs-56);
}

.fs-58 {
  font-size: var(--fs-58);
}

.fs-60 {
  font-size: var(--fs-60);
}

.fs-62 {
  font-size: var(--fs-62);
}

.fs-64 {
  font-size: var(--fs-64);
}

@media (max-width: 767px) {
  .w-sm-25 {
    width: 25%;
  }
  .w-sm-50 {
    width: 50%;
  }
  .w-sm-75 {
    width: 75%;
  }
  .w-sm-100 {
    width: 100%;
  }
}

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