/*
Theme Name: RegMed
*/

html,
body,
div,
span,
applet,
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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

:root {
  --font: "Montserrat", sans-serif;
  --base: #242424;
  --white: #FFFFFF;
  --blue: #63a2dd;
  --hover: #336FB3;
  --gray1: #7B7E84;
  --gray2: #ededed;
}

* {
  box-sizing: border-box;
  text-decoration: none;
  word-break: break-word;
}

*:hover,
*:focus {
  outline: 0;
}

body {
  background: var(--white);
  font: 400 16px/1.4 var(--font);
  color: var(--base);
}

body::-webkit-scrollbar {
  width: 10px;
  height: 0;
  background: var(--white);
}

body::-webkit-scrollbar-thumb {
  width: 10px;
  background: var(--base);
  border-radius: 10px;
}

body.hidden {
  overflow: hidden;
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-width: thin;
    scrollbar-color: var(--base) var(--white);
  }
}

#app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.wrapper {
  width: 100%;
  max-width: 1232px;
  padding: 0 16px;
  margin: 0 auto;
}

.overflowH {
  overflow: hidden;
}

a {
  color: var(--base);
  transition: 0.25s;
}

button {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font: 500 16px/1.2 var(--font);
  color: var(--base);
  cursor: pointer;
  transition: 0.25s;
}

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

svg {
  transition: 0.25s;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

h1,
.h1 {
  font: 500 40px/1.1 var(--font);
}

h2,
.h2 {
  font: 600 36px/1.2 var(--font);
}

h3,
.h3 {
  font: 600 24px/1.2 var(--font);
}

.h3-2 {
  font: 600 22px/1.2 var(--font);
}

h4,
.h4 {
  font: 600 20px/1.2 var(--font);
}

h5,
.h5 {
  font: 600 18px/1.2 var(--font);
}

.text14 {
  font-size: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  min-height: 50px;
  background: var(--blue);
  border: none;
  border-radius: 16px;
  padding: 12px 32px;
  font: 500 16px/1.2 var(--font);
  color: var(--white);
  cursor: pointer;
  transition: 0.25s;
  text-decoration: none !important;
}

.btn:has(.btn__icon) {
  text-align: left;
}

.btn__icon {
  flex-shrink: 0;
  width: 24px;
  margin-right: 12px;
}

.btn__text {
  max-width: 100%;
}

.btn_full {
  width: 100%;
}

.btn_sm {
  min-height: 40px;
  border-radius: 10px;
  padding: 8px 24px;
  font-size: 14px;
}

.btn_lg {
  min-height: 64px;
  padding: 16px 48px;
  font-size: 22px;
}

.btn_lg .btn__icon {
  width: 32px;
}

.btn_gray {
  background: var(--gray2);
  border: 1px solid var(--gray2);
  color: var(--blue);
}

.btn_bor1 {
  background: transparent;
  border: 1px solid var(--gray2);
  color: var(--base);
}

.btn_bor2 {
  background: transparent;
  border: 1px solid var(--blue);
  color: var(--blue);
}

.backBtn {
  display: inline-flex;
  align-items: center;
  font: 500 16px/1.2 var(--font);
  color: var(--blue);
}

.backBtn__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  transition: 0.25s;
}

.backBtn__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--blue);
}

.backBtn__text {
  position: relative;
}

.backBtn__text::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 1px;
  background: var(--hover);
  opacity: 0;
  transition: 0.25s;
}

.swiper-button-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

input {
  width: 100%;
  height: 50px;
  background: var(--white);
  border: 1px solid var(--gray1);
  border-radius: 12px;
  padding: 0 16px;
  font: 400 16px/1.2 var(--font);
  color: var(--base);
}

input::placeholder {
  font: 400 16px/1.2 var(--font);
  color: var(--gray1);
}

input:focus {
  border-color: var(--blue);
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  width: 100%;
  min-height: 160px;
  background: var(--white);
  border: 1px solid var(--gray1);
  border-radius: 12px;
  padding: 16px;
  font: 400 16px/1.2 var(--font);
  color: var(--base);
  resize: vertical;
}

textarea::placeholder {
  font: 400 16px/1.2 var(--font);
  color: var(--gray1);
}

textarea:focus {
  border-color: var(--blue);
}

.select {
  width: 100%;
  height: 50px;
  position: relative;
  background: var(--white);
  border: 1px solid var(--gray1);
  border-radius: 12px;
}

.select::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background: url("assets/img/icons/arrow-down.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.select select {
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: transparent;
  border: none;
  appearance: none;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  padding-right: 40px;
  font: 400 16px/1.2 var(--font);
  color: var(--base);
  text-overflow: ellipsis;
}

.textBlock h1,
.textBlock h2 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.textBlock h1:last-child,
.textBlock h2:last-child {
  margin-bottom: 0;
}

.textBlock h1:first-child,
.textBlock h2:first-child {
  margin-top: 0;
}

.textBlock h3 {
  margin-top: 32px;
  margin-bottom: 16px;
}

.textBlock h3:last-child {
  margin-bottom: 0;
}

.textBlock h3:first-child {
  margin-top: 0;
}

.textBlock h4 {
  margin-top: 24px;
  margin-bottom: 16px;
}

.textBlock h4:last-child {
  margin-bottom: 0;
}

.textBlock h4:first-child {
  margin-top: 0;
}

.textBlock h5,
.textBlock h6 {
  margin-top: 20px;
  margin-bottom: 12px;
}

.textBlock h5:last-child,
.textBlock h6:last-child {
  margin-bottom: 0;
}

.textBlock h5:first-child,
.textBlock h6:first-child {
  margin-top: 0;
}

.textBlock p {
  line-height: 1.6;
  margin-bottom: 20px;
}

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

.textBlock a:not(.btn) {
  color: var(--blue);
}

.textBlock a:not(.btn):hover {
  color: var(--hover);
  text-decoration: underline;
}

.textBlock ul {
  line-height: 1.6;
  margin-bottom: 20px;
}

.textBlock ul:last-child {
  margin-bottom: 0;
}

.textBlock ul li {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
}

.textBlock ul li:last-child {
  margin-bottom: 0;
}

.textBlock ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--base);
}

.textBlock ol {
  line-height: 1.6;
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
}

.textBlock ol:last-child {
  margin-bottom: 0;
}

.textBlock ol li {
  margin-bottom: 4px;
}

.textBlock ol li:last-child {
  margin-bottom: 0;
}

.textBlock blockquote {
  position: relative;
  line-height: 1.6;
  font-style: italic;
  font-weight: 600;
  border-top: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
  padding: 12px 0;
  padding-left: 40px;
  margin-bottom: 20px;
}

.textBlock blockquote:last-child {
  margin-bottom: 0;
}

.textBlock blockquote::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 32px;
  height: 32px;
  background: url("assets/img/icons/blockquote-icon.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.textBlock_sm {
  font-size: 14px;
}

.textBlock_sm p {
  margin-bottom: 12px;
}

.textBlock_sm ul,
.textBlock_sm ol {
  margin-bottom: 12px;
}

.textBlock_sm ul li,
.textBlock_sm ol li {
  margin-bottom: 0;
}

.textBlock_white a {
  color: var(--white);
  text-decoration: underline;
}

.textBlock_white a:hover {
  color: var(--white);
}

.textBlock_white ul li::before {
  background: var(--white);
}

.topLine {
  border-bottom: 1px solid var(--gray2);
  padding: 8px 0;
}

.topLine__wrap {
  display: flex;
  align-items: center;
}

.topLineContact {
  display: flex;
  align-items: center;
  color: var(--gray1);
  margin-right: 40px;
}

.topLineContact:last-child {
  margin-right: 0;
}

.topLineContact__icon {
  width: 20px;
  margin-right: 8px;
}

.topLineContact_lang .topLineContact__icon {
  width: 24px;
}

a.topLineContact {
  color: var(--blue);
}

a.topLineContact:hover {
  color: var(--hover);
}

a.topLineContact:hover .topLineContact__text {
  text-decoration: underline;
}

.header {
  position: sticky;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-bottom: 1px solid var(--gray2);
  padding: 8px 0;
}

.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header__logo {
  position: relative;
  z-index: 51;
  width: 350px;
  max-width: 100%;
  display: flex;
  align-items: center;
}

.header__search {
  width: 40px;
  height: 40px;
  background: var(--blue);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__search svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--white);
}

.header__burger {
  display: none;
  position: relative;
  z-index: 51;
  width: 40px;
  height: 40px;
  background: var(--blue);
  border-radius: 8px;
  margin-left: 8px;
}

.header__burger svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--white);
}

.header__burger .close {
  display: none;
}

.header__burger.active .icon {
  display: none;
}

.header__burger.active .close {
  display: block;
}

.headerMenu {
  display: flex;
  align-items: center;
}

.headerMenu__link {
  display: block;
  padding: 8px 20px;
  font: 500 16px/1.2 var(--font);
}

.headerSubmenu {
  display: none;
  position: absolute;
  z-index: 51;
  top: calc(100% + 23px);
  left: 0;
  width: 260px;
  background: var(--white);
  border: 1px solid var(--gray2);
  border-radius: 0 0 8px 8px;
  font: 500 14px/1.2 var(--font);
}

.headerSubmenu__item {
  display: block;
  border-bottom: 1px solid var(--gray2);
  padding: 12px 16px;
}

.headerSubmenu__item:last-child {
  border-bottom: none;
}

.headerSubmenu__item.hiddenDesktop {
  display: none;
}

.servicesSubmenu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  background: #F4F8FC;
  border-radius: 0 0 8px 8px;
  font: 600 16px/1.2 var(--font);
}

.servicesSubmenu__wrap {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(4, 1fr);
  padding: 8px;
}

.servicesSubmenu__item {
  display: block;
  background: var(--white);
  border: 1px solid var(--gray2);
  border-radius: 8px;
  padding: 16px;
}

.servicesSubmenu__item.selected {
  border-color: var(--blue);
  color: var(--blue);
}

.servicesSubmenu__item.hiddenDesktop {
  display: none;
}

.footer {
  margin: auto;
  margin-bottom: 0;
  width: 100%;
  border-top: 1px solid var(--gray2);
  padding: 16px 0;
  font-size: 14px;
}

.footer__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer__side {
  display: flex;
  align-items: center;
}

.footer__text {
  margin-right: 40px;
}

.footer__text:last-child {
  margin-right: 0;
}

.footer__text a {
  text-decoration: underline;
}

.footerContact {
  display: flex;
  align-items: center;
  color: var(--gray1);
  margin-right: 40px;
}

.footerContact:last-child {
  margin-right: 0;
}

.footerContact__icon {
  width: 20px;
  margin-right: 8px;
}

.footerContact_lang .footerContact__icon {
  width: 24px;
}

a.footerContact {
  color: var(--blue);
}

.section {
  padding: 60px 0;
}

.section.section_noPad {
  padding: 0;
}

.section.section_noPadT {
  padding-top: 0;
}

.section.section_noPadB {
  padding-bottom: 0;
}

.section_sp {
  padding: 32px 0;
}

.section_spt {
  padding-top: 32px;
}

.section_spb {
  padding-bottom: 32px;
}

.section.section_np {
  padding: 0;
}

.section.section_npt {
  padding-top: 0;
}

.section.section_npb {
  padding-bottom: 0;
}

.section_bg {
  background: rgba(99, 162, 221, 0.15);
}

.section_bgi {
  background: url("assets/img/section-bg1.webp") no-repeat;
  position: relative;
  color: var(--white);
}

.section_bgi::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.section_bgi .wrapper {
  position: relative;
  z-index: 2;
}

.section_bgi2 {
  background: url("assets/img/section-bg2.webp") no-repeat;
  background-position: bottom center;
  position: relative;
  color: var(--white);
}

.section_bgi2::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.section_bgi2 .wrapper {
  position: relative;
  z-index: 2;
}

.sectionHead {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.sectionHead:last-child {
  margin-bottom: 0;
}

.sectionHead_lpb {
  margin-bottom: 60px;
}

.sectionHead__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: var(--hover);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.sectionHead__icon img {
  width: 24px;
}

.sectionHead__title {
  width: calc(100% - 56px);
}

.sectionHead__subtitle {
  max-width: 900px;
  line-height: 1.6;
  color: var(--gray1);
  margin-top: 16px;
}

.sectionHead__subtitle p {
  margin-bottom: 16px;
}

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

.sectionHead__subtitle.base {
  color: var(--base);
}

.sectionHead__subtitle.full {
  max-width: 100%;
}

.pageHead {
  background: var(--hover);
  padding: 20px 0;
  color: var(--white);
}

.pageHead__wrap {
  display: flex;
  align-items: center;
}

.pageHead__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: var(--white);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.pageHead__icon img {
  width: 32px;
}

.pageHead__content {
  width: 100%;
}

.pageHead__title {
  margin-bottom: 8px;
}

.pageHead__title:last-child {
  margin-bottom: 0;
}

.crumbs {
  font-size: 14px;
  color: var(--gray1);
  margin-bottom: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.crumbs a {
  color: var(--blue);
}

.mainServices__list {
  display: grid;
  grid-gap: 48px;
  grid-template-columns: repeat(3, 1fr);
}

.mainServices__btn {
  margin-top: 48px;
}

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

.mainServicesItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.mainServicesItem__icon {
  width: 200px;
  height: 200px;
  background: var(--blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 20px;
  transition: 0.25s;
}

.mainServicesItem__icon img {
  width: 100px;
}

.mainServicesItem__title {
  margin-bottom: 12px;
}

.mainServicesItem__text {
  color: var(--gray1);
  margin-bottom: 16px;
}

.mainServicesItem__btn {
  margin: auto;
  margin-bottom: 0;
  width: 100%;
}

.digitsBlock {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}

.digitsItem {
  border: 1px solid var(--gray2);
  border-radius: 8px;
  padding: 16px;
}

.digitsItem__head {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.digitsItem__icon {
  flex-shrink: 0;
  width: 48px;
  margin-right: 16px;
}

.digitsItem__title {
  font: 600 48px/1.1 var(--font);
}

.mainAdvan {
  display: grid;
  grid-gap: 48px;
  grid-template-columns: repeat(2, 1fr);
}

.mainAdvan__block:first-child .mainAdvanItem {
  padding-right: 0;
  padding-left: 32px;
  text-align: right;
}

.mainAdvan__block:first-child .mainAdvanItem::after {
  left: auto;
  right: 40px;
}

.mainAdvan__block:first-child .mainAdvanItem__icon {
  order: 2;
  margin-right: 0;
  margin-left: 32px;
}

.mainAdvan__block:first-child .mainAdvanItem__content {
  order: 1;
}

.mainAdvanItem {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 32px;
  margin-bottom: 60px;
}

.mainAdvanItem:last-child {
  margin-bottom: 0;
}

.mainAdvanItem::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  width: 1px;
  height: 150px;
  background: var(--gray2);
}

.mainAdvanItem:last-child::after {
  display: none;
}

.mainAdvanItem__icon {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  width: 80px;
  height: 80px;
  background: var(--white);
  border: 1px solid var(--gray2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 32px;
}

.mainAdvanItem__icon img {
  width: 40px;
}

.mainAdvanItem__content {
  width: 100%;
}

.mainAdvanItem__title {
  margin-bottom: 12px;
}

.formSection__wrap {
  display: grid;
  grid-gap: 48px;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
}

.formSectionBlock {
  margin-bottom: 40px;
}

.formSectionBlock:last-child {
  margin-bottom: 0;
}

.formSectionBlock__head {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.formSectionBlock__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: var(--white);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.formSectionBlock__icon img {
  width: 28px;
}

.formSectionBlock__text p {
  margin-bottom: 8px;
}

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

.formSectionBlock__text strong {
  font-weight: 600;
}

.formSectionForm {
  background: var(--white);
  border-radius: 16px;
  padding: 24px;
}

.formSectionForm.nopad {
  padding: 0;
}

.formSectionForm__inputs {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 16px;
}

.formSectionForm__input {
  display: flex;
  align-items: center;
}

.formSectionForm__input.full {
  grid-column: span 2;
}

.info {
  display: grid;
  grid-gap: 48px;
  grid-template-columns: repeat(12, 1fr);
}

.info__right {
  grid-column: span 7;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
}

.infoText {
  grid-column: span 5;
}

.infoText__title {
  margin-bottom: 20px;
}

.infoText__text p,
.infoText__text ul,
.infoText__text ol {
  line-height: 1.4;
}

.infoText__btn {
  margin-top: 16px;
}

.infoContacts {
  grid-column: span 2;
}

.infoContacts__title {
  margin-bottom: 20px;
}

.infoContacts__btn {
  margin-top: 16px;
}

.infoContactsItem {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.infoContactsItem:last-child {
  margin-bottom: 0;
}

.infoContactsItem__icon {
  flex-shrink: 0;
  width: 24px;
  margin-right: 12px;
}

.infoCert {
  background: #fbfdf6;
  border: 1px solid #aed957;
  border-radius: 8px;
  padding: 16px;
  font: 400 18px/1.5 var(--font);
}

.infoAssot__text {
  font: 400 18px/1.5 var(--font);
  margin-bottom: 12px;
}

.infoAssot__image {
  max-width: 260px;
}

.infoServices {
  grid-column: span 12;
}

.infoServices__title {
  text-align: center;
  margin-bottom: 20px;
}

.infoServices__wrap {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(4, 1fr);
  padding: 8px;
  font: 600 16px/1.2 var(--font);
}

.infoServices__item {
  display: block;
  background: var(--white);
  border: 1px solid var(--gray2);
  border-radius: 8px;
  padding: 16px;
}

.servicesList__title {
  margin-bottom: 40px;
}

.servicesList__wrap {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(4, 1fr);
}

.servicesItem {
  border: 1px solid var(--gray2);
  border-radius: 16px;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.servicesItem__icon {
  width: 200px;
  height: 200px;
  background: var(--blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 16px;
  transition: 0.25s;
}

.servicesItem__icon img {
  width: 100px;
}

.servicesItem__title {
  font: 600 16px/1.2 var(--font);
  color: var(--base);
}

.advan1 {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}

.advan1Item {
  display: flex;
  align-items: flex-start;
}

.advan1Item__icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: var(--blue);
  border: 4px solid var(--gray2);
  border-radius: 3% 50% 3% 50%/3% 50% 3% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.advan1Item__icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: var(--white);
}

.advan1Item__content {
  width: 100%;
}

.advan1Item__title {
  margin-bottom: 12px;
}

.advan1Item__text {
  font-size: 14px;
}

.advan2 {
  display: grid;
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}

.advan2Item__head {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.advan2Item__icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border: 1px solid var(--gray2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.advan2Item__icon img {
  width: 32px;
}

.advan2Item__title {
  width: 100%;
}

.advan2Item__text {
  font-size: 14px;
}

.advan2Item__text p {
  margin-bottom: 12px;
}

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

.pageNotification {
  background: #f6fcfc;
  border: 1px solid #4ecdc4;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  margin: 32px 0;
}

.pageNotification:last-child {
  margin-bottom: 0;
}

.pageNotification:first-child {
  margin-top: 0;
}

.pageNotification__icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: #4ecdc4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.pageNotification__icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: var(--white);
}

.pageNotification__text {
  width: 100%;
}

.pageNotification__text p {
  margin-bottom: 12px;
}

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

.pageNotification__text a {
  color: var(--blue);
  text-decoration: underline;
}

.pageNorification2 {
  text-align: center;
  font: 400 22px/1.5 var(--font);
  color: var(--white);
}

.pageNorification2 p {
  margin-bottom: 20px;
}

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

.companyHistory {
  max-width: 900px;
}

.companyHistory__title {
  margin-bottom: 24px;
}

.aboutLeader {
  display: flex;
  align-items: flex-start;
}

.aboutLeader__content {
  width: 100%;
}

.aboutLeader__title {
  margin-bottom: 24px;
}

.aboutLeaderLeft {
  flex-shrink: 0;
  width: 342px;
  background: var(--white);
  border-radius: 16px;
  padding: 20px;
  color: var(--base);
  margin-right: 48px;
}

.aboutLeaderLeft__image {
  display: block;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}

.aboutLeaderLeft__image::before {
  content: "";
  display: block;
  padding-top: 65%;
}

.aboutLeaderLeft__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutLeaderLeft__title {
  display: block;
  text-align: center;
  color: var(--base);
  margin-bottom: 4px;
}

.aboutLeaderLeft__text {
  display: block;
  text-align: center;
  font-size: 14px;
  color: var(--base);
  color: var(--gray1);
}

.aboutLeaderLeft__more {
  display: block;
  margin-top: 16px;
}

.pageYoutube {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.pageYoutube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.pageYoutube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.teamWrap {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}

.teamItem {
  border: 1px solid var(--gray2);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.teamItem__image {
  display: block;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}

.teamItem__image::before {
  content: "";
  display: block;
  padding-top: 60%;
}

.teamItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teamItem__title {
  display: block;
  color: var(--base);
  margin-bottom: 8px;
}

.teamItem__subtitle {
  display: block;
  font-size: 14px;
  color: var(--gray1);
  margin-bottom: 16px;
}

.teamItem__btn {
  margin: auto;
  margin-bottom: 0;
  width: 100%;
}

.specialist__head {
  border-bottom: 1px solid var(--gray2);
  padding-bottom: 32px;
  margin-bottom: 24px;
}

.specialist__subtitle {
  margin-top: 12px;
  color: var(--gray1);
}

.specialist__wrap {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(12, 1fr);
}

.specialist__image {
  grid-column: span 7;
}

.specialist__image img {
  width: 100%;
  border-radius: 16px;
}

.specialist__text {
  grid-column: span 5;
}

.specialistVideo {
  grid-column: span 12;
  padding-top: 60px;
}

.specialistVideo__title {
  text-align: center;
  margin-bottom: 20px;
}

.specialistVideo__video {
  max-width: 900px;
  margin: 0 auto;
}

.reviewsList {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(2, 1fr);
}

.reviewsItem {
  border: 1px solid var(--gray2);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.reviewsItem img {
  width: 100%;
}

.blag {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}

.blag__image img {
  width: 100%;
  max-width: 900px;
  border-radius: 16px;
}

.blagItem {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.blagItem:last-child {
  margin-bottom: 0;
}

.blagItem__icon {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  background: #434B56;
  border: 10px solid #ffe500;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}

.blagItem__icon img {
  width: 40px;
}

.blagItem__text {
  width: 100%;
}

.blagItem__title {
  margin-bottom: 12px;
}

.blagItem__subtitle {
  font-size: 14px;
  color: var(--gray);
  margin-top: 8px;
}

.blagItem:nth-child(2n) .blagItem__icon {
  border-color: #19ff1d;
}

.articlesList__wrap {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.articlesList__btn {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.articlesItem {
  border: 1px solid var(--gray2);
  border-radius: 12px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.articlesItem__image {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}

.articlesItem__image::before {
  content: "";
  display: block;
  padding-top: 60%;
}

.articlesItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.articlesItem__title {
  display: block;
  padding: 0 16px;
  color: var(--base);
  margin-bottom: 16px;
}

.articlesItem__bottom {
  margin: auto;
  margin-bottom: 0;
  width: 100%;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.articlesItem__date {
  max-width: 100%;
  font: 600 14px/1.4 var(--font);
  color: var(--gray1);
}

.articlesItem__btn {
  flex-shrink: 0;
  margin-left: 12px;
}

.article {
  padding-top: 16px;
}

.article__wrap {
  display: flex;
  align-items: flex-start;
}

.article__content {
  width: 100%;
}

.article__image {
  max-width: 800px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
}

.article__image::before {
  content: "";
  display: block;
  padding-top: 60%;
}

.article__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.articleHead {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.articleHead__content {
  width: 100%;
}

.articleHead__back {
  margin-bottom: 20px;
}

.articleDate {
  flex-shrink: 0;
  width: 220px;
  margin-right: 40px;
}

.articleDate__text {
  font: 500 14px/1.2 var(--font);
  color: var(--gray1);
  margin-top: 4px;
}

.articleShare {
  position: sticky;
  top: 100px;
  left: 0;
  flex-shrink: 0;
  width: 220px;
  margin-right: 40px;
}

.articleShare__title {
  margin-bottom: 16px;
}

.articleShare__list {
  display: flex;
  flex-direction: column;
}

.articleShare__item {
  width: 72px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.articleShare__item:last-child {
  margin-bottom: 0;
}

.articleShare__item img {
  width: 100%;
}

.articleShare__item:hover {
  transform: scale(1.1);
}

.clients__wrap {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}

.clients__side {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 1fr;
}

.clients__btn {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.clientsItem {
  border: 1px solid var(--gray2);
  border-radius: 12px;
  padding: 16px;
  padding-top: 20px;
}

.clientsItem__head {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.clientsItem__icon {
  flex-shrink: 0;
  width: 32px;
  margin-right: 10px;
}

.clientsItem__title {
  width: 100%;
}

.clientsItem__list {
  font: 500 14px/1.4 var(--font);
}

.clientsItem__list li {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}

.clientsItem__list li:last-child {
  margin-bottom: 0;
}

.clientsItem__list li::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("assets/img/icons/checked-blue.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.contactsPage {
  display: grid;
  grid-gap: 48px;
  grid-template-columns: repeat(2, 1fr);
}

.contactsPageTitle {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.contactsPageTitle__icon {
  flex-shrink: 0;
  width: 40px;
  margin-right: 12px;
}

.contactsPageTitle__text {
  width: 100%;
  font-size: 32px;
}

.contactsPageItem {
  margin-bottom: 40px;
}

.contactsPageItem:last-child {
  margin-bottom: 0;
}

.contactsPageItem__title {
  margin-bottom: 24px;
}

.contactsPageItem__elem {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.contactsPageItem__elem:last-child {
  margin-bottom: 0;
}

.contactsPageItem__icon {
  flex-shrink: 0;
  width: 24px;
  margin-right: 8px;
}

.contactsPageItem__text {
  width: 100%;
}

.contactsForm__inputs {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 16px;
}

.contactsForm__input {
  display: flex;
  align-items: center;
}

.contactsForm__input.full {
  grid-column: span 2;
}

.servicePossibilities {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}

.servicePossibilities.half {
  grid-template-columns: repeat(2, 1fr);
}

.servicePossibility {
  position: relative;
  padding-left: 40px;
}

.servicePossibility::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 40px;
  height: 40px;
  background: url("assets/img/icons/checked-blue.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.servicePossibility__title {
  margin-bottom: 12px;
}

.servicePossibility__title:last-child {
  margin-bottom: 0;
}

.servicePossibility__text {
  font-size: 14px;
  color: var(--gray1);
}

.serviceSteps {
  display: flex;
  align-items: flex-start;
}

.serviceStepsInfo {
  width: 340px;
  background: var(--blue);
  border-radius: 20px;
  padding: 20px;
  color: var(--white);
  margin-left: 20px
}

.serviceSteps__content {
  width: calc(100% - 360px);
  display: grid;
  grid-gap: 48px;
  grid-template-columns: 1fr;
}

.serviceSteps__content:only-child {
  width: 100%;
  max-width: 900px;
}

.serviceStepsItem {
  display: flex;
  align-items: center;
  position: relative;
}

.serviceStepsItem::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: 1px;
  height: calc(100% + 50px);
  background: var(--gray2);
}

.serviceStepsItem:last-child::after {
  display: none;
}

.serviceStepsItem__digit {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  width: 70px;
  height: 70px;
  background: var(--white);
  border: 1px solid var(--gray2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font: 600 32px/1.2 var(--font);
  color: var(--blue);
  margin-right: 20px;
}

.serviceStepsItem__content {
  width: 100%;
}

.serviceStepsItem__text {
  color: var(--gray);
  margin-top: 16px;
}

.serviceStepsItem:has(.serviceStepsItem__text) {
  align-items: flex-start;
}

.serviceSteps2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.serviceSteps2__content {
  width: calc(100% - 540px);
}

.serviceSteps2__image {
  flex-shrink: 0;
  width: 500px;
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.serviceSteps2__image img {
  width: 100%;
  border-radius: 12px;
}

.serviceSteps2Tabs {
  width: 100%;
  margin-bottom: 32px;
  overflow: hidden;
}

.serviceSteps2Tabs__wrap {
  display: flex;
  flex-wrap: nowrap;
}

.serviceSteps2Tabs__item {
  flex-shrink: 0;
  min-height: 40px;
  background: var(--white);
  border: 1px solid var(--blue);
  border-radius: 20px;
  padding: 4px 20px;
  margin-right: 8px;
}

.serviceSteps2Tabs__item:last-child {
  margin-right: 0;
}

.serviceSteps2Tabs__item.active {
  background: var(--blue);
  color: var(--white);
}

.serviceSteps2Item {
  display: none;
}

.serviceSteps2Item.active {
  display: block;
}

.serviceSteps2Item__title {
  margin-bottom: 16px;
}

.thanksBlock {
  text-align: center;
}

.thanksBlock__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.thanksBlock__icon img {
  width: 120px;
}

.thanksBlock__title {
  margin-bottom: 12px;
}

.thanksBlock__text {
  font-size: 20px;
  color: var(--gray1);
  margin-bottom: 40px;
}

.thanksBlock__btn {
  display: flex;
  justify-content: center;
}

.errorBlock {
  text-align: center;
}

.errorBlock__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.errorBlock__icon img {
  width: 200px;
}

.errorBlock__title {
  margin-bottom: 40px;
}

.errorBlock__btn {
  display: flex;
  justify-content: center;
}

.searchOverlay {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.searchModal {
  display: none;
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1200px;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  background: var(--white);
  border-radius: 8px;
  padding: 24px;
  overflow: auto;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
}

.searchModal::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.searchModal__results {
  display: none;
  padding-top: 20px;
}

.searchModal__results.active {
  display: block;
}

.searchModal__result {
  min-height: 40px;
  border-top: 1px solid var(--gray2);
  padding: 8px 0;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: var(--base);
}

.searchModal__result:first-child {
  border-top: none;
}

.searchModal__result:hover {
  color: var(--blue);
}

.searchForm {
  display: flex;
  align-items: center;
}

.searchForm__input {
  width: 100%;
}

.searchForm__close {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: var(--blue);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
}

.searchForm__close svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--white);
}

.searchModalResults {
  margin-bottom: 40px;
}

.searchModalResults:last-child {
  margin-bottom: 0;
}

.searchModalResults__title {
  color: var(--hover);
  margin-bottom: 12px;
}

.searchModalResults__list {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

.searchModalResults__item {
  border: 1px solid var(--gray2);
  border-radius: 12px;
  padding: 16px;
  font: 600 16px/1.2 var(--font);
}

@media screen and (min-width: 1100px) {
  .headerMenu__item {
    position: relative;
  }

  .headerMenu__item::after {
    display: none;
    content: "";
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    width: 100%;
    height: 28px;
  }

  .headerMenu__item_serv {
    position: static;
  }

  .headerMenu__item_serv::after {
    top: calc(100% - 20px);
    height: 44px;
  }

  .headerMenu__item:hover::after {
    display: block;
  }

  .headerMenu__item:hover .headerSubmenu,
  .headerMenu__item:hover .servicesSubmenu {
    display: block;
  }
}

@media screen and (max-width: 1099px) {
  body {
    font-size: 15px;
  }

  h1,
  .h1 {
    font-size: 32px;
  }

  h2,
  .h2 {
    font-size: 28px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  .h3-2 {
    font-size: 20px;
  }

  h4,
  .h4 {
    font-size: 18px;
  }

  h5,
  .h5 {
    font-size: 16px;
  }

  .btn {
    padding: 12px 24px;
  }

  .btn__icon {
    width: 20px;
    margin-right: 10px;
  }

  .btn_lg {
    min-height: 56px;
    padding: 12px 24px;
    font-size: 18px;
  }

  .btn_lg .btn__icon {
    width: 24px;
  }

  .textBlock h1,
  .textBlock h2 {
    margin-bottom: 20px;
  }

  .textBlock ul li {
    padding-left: 16px;
  }

  .textBlock ul li::before {
    top: 8px;
    left: 4px;
  }

  .textBlock ol {
    margin-left: 16px;
  }

  .textBlock blockquote {
    padding-top: 8px;
    padding-left: 0;
    padding-top: 48px;
    margin-bottom: 16px;
  }

  .textBlock blockquote::before {
    top: 8px;
  }

  .topLine {
    display: none;
  }

  .header__logo {
    width: 228px;
  }

  .header__right {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-left: 12px;
  }

  .header__burger {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .headerMenu {
    display: none;
    position: fixed;
    z-index: 50;
    top: 59px;
    left: 0;
    width: 100%;
    height: calc(100vh - 59px);
    background: var(--white);
    padding: 16px;
    overflow: auto;
    -ms-overflow-style: none;
    overflow-y: scroll;
    scrollbar-width: none;
  }

  .headerMenu::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .headerMenu__item:has(.headerSubmenu) .headerMenu__link span,
  .headerMenu__item:has(.servicesSubmenu) .headerMenu__link span {
    position: relative;
  }

  .headerMenu__item:has(.headerSubmenu) .headerMenu__link span::after,
  .headerMenu__item:has(.servicesSubmenu) .headerMenu__link span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 8px);
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    background: url("assets/img/icons/arrow-down.svg") no-repeat;
    background-size: cover;
    background-position: center;
  }

  .headerMenu__item.active .headerMenu__link span::after {
    transform: scale(1, -1) translate(0, 50%);
  }

  .headerMenu__link {
    padding: 12px 0;
    font-size: 20px;
  }

  .headerSubmenu {
    position: static;
    top: unset;
    left: unset;
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 0;
  }

  .headerSubmenu__item.hiddenDesktop {
    display: block;
  }

  .servicesSubmenu {
    position: static;
    top: unset;
    left: unset;
    background: transparent;
    border-radius: 0;
    font: 500 14px/1.2 var(--font);
  }

  .servicesSubmenu__wrap {
    display: block;
    padding: 0;
  }

  .servicesSubmenu__item {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--gray2);
    border-radius: 0;
    padding: 12px 16px;
  }

  .servicesSubmenu__item:last-child {
    border-bottom: none;
  }

  .servicesSubmenu__item.selected {
    border-bottom-color: var(--gray2);
    color: var(--base);
  }

  .servicesSubmenu__item.hiddenDesktop {
    display: block;
  }

  .footer {
    font-size: 12px;
  }

  .footer__wrap {
    display: block;
  }

  .footer__side {
    display: block;
    margin-bottom: 8px;
  }

  .footer__side:last-child {
    margin-bottom: 0;
  }

  .footer__text {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .footer__text:last-child {
    margin-bottom: 0;
  }

  .footerContact {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .footerContact:last-child {
    margin-bottom: 0;
  }

  .section {
    padding: 40px 0;
  }

  .section_sp {
    padding: 24px 0;
  }

  .section_spt {
    padding-top: 24px;
  }

  .section_spb {
    padding-bottom: 24px;
  }

  .sectionHead {
    display: block;
    margin-bottom: 32px;
  }

  .sectionHead__icon {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .sectionHead__title {
    width: 100%;
  }

  .sectionHead__subtitle {
    margin-top: 12px;
  }

  .sectionHead__subtitle p {
    margin-bottom: 8px;
  }

  .mainServices__list {
    grid-gap: 32px;
    grid-template-columns: 1fr;
  }

  .mainServices__btn {
    margin-top: 24px;
  }

  .mainServicesItem__image {
    width: 180px;
    height: 180px;
    margin-bottom: 12px;
  }

  .mainServicesItem__title {
    margin-bottom: 8px;
  }

  .mainServicesItem__title br {
    display: none;
  }

  .mainServicesItem__text {
    margin-bottom: 12px;
  }

  .mainServicesItem__btn .btn {
    min-width: 200px;
  }

  .digitsBlock {
    grid-gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }

  .digitsItem__icon {
    width: 40px;
  }

  .digitsItem__title {
    font-size: 40px;
  }

  .mainAdvan {
    grid-gap: 24px;
    grid-template-columns: 1fr;
  }

  .mainAdvan__block:first-child .mainAdvanItem {
    padding: 0;
    text-align: left;
  }

  .mainAdvan__block:first-child .mainAdvanItem__icon {
    order: 1;
    margin-left: 0;
    margin-right: 16px;
  }

  .mainAdvan__block:first-child .mainAdvanItem__content {
    order: 2;
  }

  .mainAdvanItem {
    padding: 0;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .mainAdvanItem::after {
    display: none;
  }

  .mainAdvanItem__icon {
    width: 60px;
    height: 60px;
    margin-right: 16px;
  }

  .mainAdvanItem__icon img {
    width: 32px;
  }

  .mainAdvanItem__title {
    margin-bottom: 8px;
  }

  .formSection__wrap {
    grid-gap: 24px;
    grid-template-columns: 1fr;
  }

  .formSectionBlock {
    margin-bottom: 24px;
  }

  .formSectionBlock__head {
    margin-bottom: 12px;
  }

  .formSectionBlock__icon {
    width: 32px;
    height: 32px;
  }

  .formSectionBlock__icon img {
    width: 20px;
  }

  .formSectionForm {
    transform: translate(-8px, 0);
    width: calc(100% + 16px);
    padding: 16px;
  }

  .formSectionForm.nopad {
    transform: none;
    width: auto;
  }

  .formSectionForm__inputs {
    grid-template-columns: 1fr;
  }

  .formSectionForm__input.full {
    grid-column: unset;
  }

  .info {
    grid-gap: 32px;
    grid-template-columns: 1fr;
  }

  .info__right {
    grid-column: unset;
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }

  .infoText {
    grid-column: unset;
  }

  .infoText__title {
    margin-bottom: 12px;
  }

  .infoText__btn {
    margin-top: 8px;
  }

  .infoText__btn .btn {
    width: 100%;
  }

  .infoContacts {
    grid-column: unset;
  }

  .infoContacts__title {
    margin-bottom: 12px;
  }

  .infoContacts__btn {
    margin-top: 8px;
  }

  .infoContacts__btn .btn {
    width: 100%;
  }

  .infoContactsItem {
    margin-bottom: 8px;
  }

  .infoContactsItem__icon {
    margin-right: 8px;
  }

  .infoCert {
    font-size: 16px;
  }

  .infoAssot__text {
    font-size: 16px;
  }

  .infoServices {
    grid-column: unset;
  }

  .infoServices__title {
    margin-bottom: 12px;
  }

  .infoServices__wrap {
    padding: 0;
    grid-gap: 4px;
    grid-template-columns: 1fr;
    font-size: 14px;
  }

  .infoServices__item {
    padding: 12px;
  }

  .servicesList__title {
    margin-bottom: 24px;
  }

  .servicesList__wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .servicesItem__icon {
    width: 160px;
    height: 160px;
    margin-bottom: 12px;
  }

  .servicesItem__icon img {
    width: 80px;
  }

  .advan1 {
    grid-gap: 24px;
    grid-template-columns: 1fr;
  }

  .advan2 {
    grid-gap: 24px;
    grid-template-columns: 1fr;
  }

  .advan2Item__head {
    margin-bottom: 12px;
  }

  .advan2Item__icon {
    width: 48px;
    height: 48px;
  }

  .advan2Item__icon img {
    width: 24px;
  }

  .pageNotification {
    display: block;
  }

  .pageNotification__icon {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .pageNorification2 {
    font-size: 18px;
  }

  .pageNorification2 p {
    margin-bottom: 12px;
  }

  .companyHistory {
    max-width: 100%;
  }

  .aboutLeader {
    flex-wrap: wrap;
  }

  .aboutLeader__content {
    order: 1;
  }

  .aboutLeaderLeft {
    order: 2;
    width: 100%;
    padding: 16px;
    margin-right: 0;
    margin-top: 32px;
  }

  .pageYoutube {
    transform: translate(-8px, 0);
    width: calc(100% + 16px);
    border-radius: 10px;
  }

  .teamWrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .specialist__head {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .specialist__wrap {
    grid-gap: 16px;
    grid-template-columns: 1fr;
  }

  .specialist__image {
    grid-column: unset;
  }

  .specialist__image img {
    max-width: 900px;
    border-radius: 12px;
  }

  .specialist__text {
    grid-column: unset;
  }

  .specialistVideo {
    grid-column: unset;
  }

  .blag {
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }

  .blagItem__icon {
    width: 60px;
    height: 60px;
    border-width: 5px;
    margin-right: 16px;
  }

  .blagItem__icon img {
    width: 28px;
  }

  .articlesList__wrap {
    grid-gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }

  .articlesList__btn {
    margin-top: 24px;
  }

  .articlesList__btn .btn {
    width: 100%;
  }

  .article__wrap {
    flex-wrap: wrap;
  }

  .article__content {
    order: 1;
    margin-bottom: 16px;
  }

  .article__image {
    margin-bottom: 20px;
    border-radius: 12px;
  }

  .articleHead {
    flex-wrap: wrap;
    border-bottom: 1px solid var(--gray2);
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .articleHead__content {
    order: 1;
    margin-bottom: 20px;
  }

  .articleHead__title {
    font-size: 24px;
  }

  .articleDate {
    order: 2;
    width: 100%;
    display: flex;
    align-items: flex-end;
  }

  .articleDate__text {
    margin-top: 0;
    margin-left: 8px;
    margin-bottom: 4px;
  }

  .articleShare {
    position: static;
    order: 2;
    width: 100%;
    border-top: 1px solid var(--gray2);
    padding-top: 16px;
  }

  .articleShare__list {
    flex-direction: row;
    align-items: center;
  }

  .articleShare__item {
    width: 60px;
    margin-bottom: 0;
    margin-right: 12px;
  }

  .articleShare__item:last-child {
    margin-right: 0;
  }

  .clients__wrap {
    grid-template-columns: 1fr;
  }

  .contactsPage {
    grid-template-columns: 1fr;
  }

  .contactsPageTitle {
    margin-bottom: 24px;
  }

  .contactsPageTitle__icon {
    width: 24px;
    margin-right: 8px;
  }

  .contactsPageTitle__text {
    font-size: 24px;
  }

  .contactsPageItem {
    margin-bottom: 24px;
  }

  .contactsPageItem__title {
    margin-bottom: 16px;
  }

  .contactsPageItem__icon {
    width: 20px;
  }

  .servicePossibilities {
    grid-template-columns: repeat(2, 1fr);
  }

  .servicePossibility__title {
    margin-bottom: 8px;
  }

  .serviceSteps {
    display: block;
    width: 100%;
  }

  .serviceStepsInfo {
    width: 100%;
    margin-left: 0;
    margin-top: 32px;
  }

  .serviceSteps__content {
    width: 100%;
    grid-gap: 40px;
  }

  .serviceSteps__content:only-child {
    max-width: 100%;
  }

  .serviceStepsItem {
    display: block;
  }

  .serviceStepsItem::after {
    display: none;
  }

  .serviceStepsItem__digit {
    width: 60px;
    height: 60px;
    font-size: 32px;
    margin-bottom: 8px;
  }

  .serviceSteps2 {
    display: block;
  }

  .serviceSteps2__content {
    width: 100%;
  }

  .serviceSteps2__image {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }

  .serviceSteps2__image img {
    max-width: 560px;
  }

  .serviceSteps2Tabs {
    transform: translate(-16px, 0);
    width: calc(100% + 32px);
    padding: 0 16px;
    margin-bottom: 20px;
  }

  .serviceSteps2Tabs__tab {
    min-height: 36px;
    border-radius: 16px;
    padding: 4px 12px;
    font-size: 14px;
  }

  .searchModal {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
    padding: 16px 15px;
  }

  .searchForm__close {
    margin-left: 8px;
  }

  .searchForm__close svg {
    width: 20px;
    height: 20px;
  }

  .searchModalResults {
    margin-bottom: 32px;
  }

  .searchModalResults__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .searchModalResults__item {
    padding: 12px 16px;
    font: 500 14px/1.2 var(--font);
  }
}

@media screen and (max-width: 767px) {
  .digitsBlock {
    grid-template-columns: 1fr;
  }

  .servicesList__wrap {
    grid-gap: 8px;
    grid-template-columns: 1fr;
  }

  .teamWrap {
    grid-template-columns: 1fr;
  }

  .reviewsList {
    grid-gap: 12px;
    grid-template-columns: 1fr;
  }

  .articlesList__wrap {
    grid-template-columns: 1fr;
  }

  .servicePossibilities {
    grid-gap: 24px;
    grid-template-columns: 1fr;
  }

  .servicePossibilities.half {
    grid-template-columns: 1fr;
  }

  .searchModalResults__list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 560px) {
  .pageHead.smMob .pageHead__icon {
    width: 32px;
    height: 32px;
    margin-right: 12px;
  }

  .pageHead.smMob .pageHead__icon img {
    width: 20px;
  }

  .pageHead.smMob .pageHead__title {
    font-size: 24px;
  }
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: var(--blue);
  }

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

  .btn_gray:hover {
    background: var(--blue);
    border-color: var(--blue);
    color: var(--white);
  }

  .btn_bor1:hover {
    background: var(--blue);
    border-color: var(--blue);
    color: var(--white);
  }

  .btn_bor2:hover {
    background: var(--blue);
    border-color: var(--blue);
    color: var(--white);
  }

  .backBtn:hover {
    color: var(--hover);
  }

  .backBtn:hover .backBtn__icon {
    transform: translate(-4px, 0);
  }

  .backBtn:hover .backBtn__icon svg {
    stroke: var(--hover);
  }

  .backBtn:hover .backBtn__text::after {
    width: 100%;
    opacity: 1;
  }

  .header__search:hover {
    background: var(--hover);
    transform: scale(1.05);
  }

  .servicesSubmenu__item:hover {
    border-color: var(--blue);
  }

  .servicesSubmenu__item.selected:hover {
    border-color: var(--hover);
    color: var(--hover);
  }

  a.footerContact:hover {
    color: var(--hover);
  }

  a.footerContact:hover .footerContact__text {
    text-decoration: underline;
  }

  .crumbs a:hover {
    color: var(--hover);
  }

  .mainServicesItem:hover .mainServicesItem__icon {
    transform: scale(1.025);
    background: var(--hover);
  }

  .infoServices__item:hover {
    border-color: var(--blue);
  }

  .servicesItem:hover {
    transform: scale(1.025);
    border-color: var(--blue);
  }

  .pageNotification__text a:hover {
    color: var(--hover);
  }

  .teamItem:hover {
    transform: scale(1.025);
    border-color: var(--blue);
  }

  .articlesItem:hover {
    transform: scale(1.025);
    border-color: var(--blue);
  }

  .serviceSteps2Tabs__item:not(.active):hover {
    background: rgba(99, 162, 221, 0.2);
    color: var(--blue);
  }

  .searchForm__close:hover {
    background: var(--hover);
  }
}