/*!
Theme Name: nalogi
Theme URI: http://underscores.me/
Author: Ilya Beskaravainyi
Author URI: http://underscores.me/
Description: Custom theme 2026
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nalogi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

nalogi is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@charset "UTF-8";

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("assets/fonts/Inter-Black.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  src: url("assets/fonts/Inter-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  src: url("assets/fonts/Inter-SemiBoldItalic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  src: url("assets/fonts/Inter-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/Inter-Regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/Manrope-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/Manrope-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/Manrope-Semibold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/Manrope-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 900;
  src: url("assets/fonts/Manrope-ExtraBold.woff2") format("woff2");
}

:root {
  --content-width: 1820px;
  --content-fluid-width: 1700px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --container-fluid-width: calc(
    var(--content-fluid-width) + (var(--container-offset) * 2)
  );
  --font-family: "Manrope", sans-serif;
  --second-family: "Inter", sans-serif;
  --outline: #e1e1e8;
  --main-color: #1f1f20;
  --bg: #f7f7fb;
  --success: #27c340;
  --error: #e02828;
  --yellow: #ffc529;
  --disabled: #c5cfdc;
  --tetriary: #abc4e4;
  --gray: #8b8b8b;
  --gray2: #73737b;
  --blue: #1161b9;
  --dark-blue: #081943;
}

/* stylelint-disable */

/* stylelint-disable */

/* stylelint-disable */

.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

input[type="range"] {
  -webkit-appearance: none;
  /* Скрывает слайдер, чтобы можно было создать свой */
  width: 100%;
  /* Указание параметра ширины требуется для Firefox. */
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type="range"]:focus {
  outline: none;
  /* Убирает голубую границу у элемента. Хотя, возможно, и стоит создавать некоторое оформления для состояния фокуса в целях обеспечения доступности. */
}

input[type="range"]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  /* Скрывает слайдер, чтобы можно было добавить собственные стили. */
  border-color: transparent;
  color: transparent;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

button,
input,
select,
textarea {
  font: inherit;
  outline: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
}

ul[class] {
  list-style: none;
}

ul,
ol {
  list-style: none;
}

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

a {
  list-style: none;
  text-decoration: none;
  color: inherit;
  -webkit-transition:
    opacity 0.2s linear,
    color 0.2s linear;
  -o-transition:
    opacity 0.2s linear,
    color 0.2s linear;
  transition:
    opacity 0.2s linear,
    color 0.2s linear;
}

a svg {
  -webkit-transition:
    fill 0.2s linear,
    stroke 0.2s linear;
  -o-transition:
    fill 0.2s linear,
    stroke 0.2s linear;
  transition:
    fill 0.2s linear,
    stroke 0.2s linear;
}

a:hover {
  opacity: 1;
  text-decoration: none;
}

button {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  cursor: pointer;
}

button svg {
  -webkit-transition:
    fill 0.2s linear,
    stroke 0.2s linear;
  -o-transition:
    fill 0.2s linear,
    stroke 0.2s linear;
  transition:
    fill 0.2s linear,
    stroke 0.2s linear;
}

button:hover {
  opacity: 1;
}

input,
button,
textarea,
select {
  font: inherit;
  outline: none;
  border: none;
  background-color: transparent;
}

.btn-check:focus + .btn,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a {
  text-decoration: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-footer button:active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

html,
body {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  color: var(--main-color);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

body.hidden {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  width: 100%;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sect.pb-0 {
  padding-bottom: 0;
}

.sect.pt-0 {
  padding-top: 0;
}

.formInput {
  height: 52px;
  border-radius: 50px;
  background-color: #ffffff;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}

.formInput::-webkit-input-placeholder {
  color: var(--gray2);
  font-size: 16px;
}

.formInput::-moz-placeholder {
  color: var(--gray2);
  font-size: 16px;
}

.formInput:-ms-input-placeholder {
  color: var(--gray2);
  font-size: 16px;
}

.formInput::-ms-input-placeholder {
  color: var(--gray2);
  font-size: 16px;
}

.formInput::placeholder {
  color: var(--gray2);
  font-size: 16px;
}

.formInput.border-outline {
  border: 1px solid var(--outline);
}

.formInput.border-outline:focus {
  border-color: var(--main-color);
}

.formInput--search {
  background-image: url("assets/img/icons/search.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 21px;
  padding-right: 50px;
}

.formSelect {
  background-color: #fff;
  height: 52px;
  border-radius: 40px;
  padding-left: 28px;
  padding-right: 40px;
  width: 100%;
  cursor: pointer;
  background-position: right 30px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("assets/img/icons/arrow-down.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.formSelect.border-outline {
  border: 1px solid var(--outline);
}

.formSelect.border-outline:focus {
  border-color: var(--main-color);
}

.input-name {
  font-size: 14px;
}

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

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

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

.sectHead {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sectPage {
  padding-top: 60px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-top: -60px;
  background-color: #fff;
}

.pageHead {
  padding-bottom: 50px;
  padding-top: 30px;
  background-color: var(--bg);
}

.pageHead.py-4 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pageHead .h1 {
  margin-top: 20px;
  max-width: 900px;
}

.pageHeadArticle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pageHead--long {
  padding-bottom: 110px;
}

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

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  background-color: #fff;
  padding-top: 192px;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  z-index: 1;
  background-color: #fff;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container {
  padding: 0 15px;
}

.container {
  padding: 0 var(--container-offset);
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--font-family);
  color: var(--main-color);
  font-weight: 600;
  line-height: normal;
}

h1,
.h1 {
  font-size: 44px;
  line-height: 120%;
  font-weight: 800;
  text-transform: uppercase;
}

h1 span,
.h1 span {
  color: var(--blue);
}

h1.text-normal,
.h1.text-normal {
  text-transform: unset;
  font-weight: 600;
}

h2,
.h2 {
  font-size: 44px;
  font-weight: 600;
}

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

.underline {
  text-decoration: underline;
}

@-webkit-keyframes shows {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes shows {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.content {
  line-height: 150%;
}

.content > p {
  margin-bottom: 15px;
}

.content > p a {
  display: inline;
  border-bottom: 1px solid #000;
}

.content > ul {
  margin-top: 15px;
  margin-bottom: 15px;
  list-style-type: disc;
  padding-left: 20px;
  list-style: none;
  padding-left: 0;
}
.content > ul li {
  position: relative;
  padding-left: 20px;
}
.content > ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--blue);
  display: block;
}

.content > a {
  display: inline;
  border-bottom: 1px solid #000;
}

.content h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
}

@media (max-width: 1199px) {
  .content h2 {
    font-size: 24px;
  }
}

.content h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mail {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.mail:hover {
  text-decoration: underline;
  color: var(--blue);
}

.arrow-round {
  border: 1px solid var(--outline);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.arrow-round svg {
  fill: var(--main-color);
  stroke: var(--main-color);
  width: 18px;
  height: 18px;
}

.text--md {
  font-size: 20px;
  line-height: 150%;
}

.color-white {
  color: #fff;
}

.color-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

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

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

.color-gray2 {
  color: var(--gray2);
}

.rounded-25 {
  border-radius: 25px;
}

.d-block {
  display: block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-70 {
  gap: 70px;
}

.p-30 {
  padding: 30px;
}

.d-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
}

.d-grid.grid-column-3 .col {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}

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

.agreement {
  font-size: 14px;
}

.agreement label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  cursor: pointer;
}

.agreement input {
  display: none;
}

.agreement .rect {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.agreement a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.agreement a:hover {
  text-decoration: underline;
  opacity: 0.85;
}

.agreementFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.agreementFlex .button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.socialsForm input {
  display: none;
}

.socialsForm input:checked + label {
  background: #72b0f3;
}

.socialsForm label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 52px;
  background-color: #fff;
  border-radius: 50px;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
  cursor: pointer;
}

.socialsForm label:hover {
  background: #72b0f3;
}

.navArrow {
  border-radius: 50%;
  border: 1px solid var(--outline);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}

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

.navArrow.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.navArrowW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.sliderW {
  overflow: hidden;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-18 {
  font-size: 18px;
}

.fz-20 {
  font-size: 20px;
}

.d-md-block {
  display: none;
}

.d-lg-block {
  display: none;
}

.d-lg-flex {
  display: none;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition:
    background-color 0.2s linear,
    color 0.2s linear;
  -o-transition:
    background-color 0.2s linear,
    color 0.2s linear;
  transition:
    background-color 0.2s linear,
    color 0.2s linear;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  min-height: 52px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 50px;
  cursor: pointer;
}

.button--lg {
  height: 65px;
}

.button--sm {
  min-height: 34px;
  padding-left: 16px;
  padding-right: 16px;
}

.button--white {
  background-color: #fff;
}

.button--blue {
  background-color: var(--blue);
  color: #fff;
}

.button--blue:hover {
  background-color: var(--dark-blue);
}

.button--blue .arrow {
  background-color: #fff;
  border-radius: 50%;
}

.button--dark-blue {
  background-color: var(--dark-blue);
  color: #fff;
}

.button--dark-blue:hover {
  background-color: #fff;
  color: var(--main-color);
}

.button svg {
  width: 16px;
  height: 16px;
  stroke: #000;
}

.button .arrow {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.button.pr-4 {
  padding-right: 4px;
}

.button.pl-20 {
  padding-left: 20px;
}

.button.h-50 {
  min-height: 50px;
}

.button.w-100 {
  width: 100%;
}

.button.pe-none {
  pointer-events: none;
}

.button.min-w-320 {
  min-width: 320px;
}

.button.d-lg-flex {
  display: none;
}

.loadmore {
  margin-top: 50px;
}

.authorContentBtn {
  height: 50px;
  padding-left: 28px;
  padding-right: 28px;
  border: 1px solid var(--outline);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: var(--blue);
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.authorContentBtn:hover {
  background-color: var(--outline);
}

.vacItemBtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f7f7fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("assets/img/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

/* Hamburger Menu */

.hamburger {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 4px;
  width: 36px;
  height: 36px;
  background-color: var(--dark-blue);
  border-radius: 50%;
  margin-right: 0;
  cursor: pointer;
  padding-left: 9px;
  padding-right: 9px;
  position: relative;
  display: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.hamburger div {
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
}

.hamburger .meat {
  width: 100%;
}

.top-bun.active,
.meat.active,
.bottom-bun.active {
  opacity: 0;
}

.aioseo-breadcrumbs {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.aioseo-breadcrumbs a {
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #000;
}

.aioseo-breadcrumbs a:hover {
  color: var(--blue);
}

.modal {
  display: none;
  border-radius: 25px;
  padding: 60px;
  width: 800px;
  color: var(--main-color);
  background-color: #f7f7fb;
}

.modal .h2 {
  font-size: 44px;
  line-height: normal;
  margin-bottom: 30px;
}

.modalDescr {
  line-height: 150%;
  margin-bottom: 30px;
}

.modal .agreement .rect {
  background-color: #fff;
  border: 1px solid var(--outline);
}

.modal .agreement input:checked + label .rect {
  background: var(--dark-blue) url("assets/img/icons/check-white.svg") no-repeat
    center center/11px;
  border-color: var(--dark-blue);
}

.fancybox__backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}

.f-button.is-close-btn {
  border-radius: 50%;
  top: 10px;
  background-color: transparent;
}

.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  padding: 4px;
  background-color: var(--background);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 15px;
}

.tabs__nav-btn {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 14px;
  padding-left: 16px;
  padding-right: 16px;
}

.tabs__nav-btn--active {
  background-color: var(--primary);
  color: #fff;
}

.tabs__panel {
  display: none;
}

.tabs__panel--active {
  display: block;
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  background-color: #fff;
}

.headerT {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: var(--bg);
}

.headerTW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.headerTNav.active {
  display: block;
  -webkit-animation: shows 0.5s;
  animation: shows 0.5s;
}

.headerTNav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.headerTNav > ul li a:hover {
  color: var(--blue);
}

.headerTNav > ul li .sub-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 15px;
}

.headerTNav > ul li .sub-menu a {
  color: var(--gray2);
}

.headerTR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerC {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--outline);
}

.headerCW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.headerCR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerPhone {
  font-size: 20px;
  font-weight: 500;
  background: url("assets/img/icons/phone.svg") no-repeat left center/20px;
  padding-left: 35px;
}

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

.headerContacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerContacts img {
  width: 20px;
}

.headerContacts.d-lg-flex {
  display: none;
}

.headerWork {
  color: #73737b;
  margin-top: 2px;
}

.headerB {
  padding-top: 15px;
  padding-bottom: 15px;
}

.headerBNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 30px;
}

.headerBNav ul li a:hover {
  color: var(--blue);
}

.header .logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header .logo:hover {
  opacity: 0.85;
}

.header .logo img {
  width: 175px;
}

.header .logo--mobile {
  display: none;
}

.header .phone-mobile {
  display: none;
}

.header .socials ul li a .social-item-sm {
  display: none;
}

.headerNavMail {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 20px;
  text-decoration: none;
}

.headerNavMail img {
  width: 20px;
}

.socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.socials ul li a:hover {
  opacity: 0.85;
}

.socials ul li a img {
  width: 32px;
}

.articleShare ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.articleShare ul li {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}

.articleShare ul li a {
  border: 1px solid var(--outline);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.articleShare ul li a:hover {
  background-color: #2aabee;
}

.articleShare ul li a img {
  width: 30px;
}

.intro {
  background-color: var(--bg);
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

.introGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  margin-bottom: 50px;
}

.introGrid .col {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.introTitle {
  text-transform: uppercase;
}

.intro .arrow-round {
  margin-bottom: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.introImage {
  border-radius: 25px;
  width: 100%;
}

.introImage--sm {
  display: none;
  border-radius: 16px;
}

.about-intro-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  gap: 55px;
}

.aboutIntro {
  padding-top: 30px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}

.aboutIntro h1 {
  margin-bottom: 30px;
}

.aboutIntro .introGrid {
  margin-top: 50px;
}

.aboutIntro .arrow-round {
  margin-bottom: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.servicesSlider .servicesSlide {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
  height: auto;
}

.servicesSlider .servicesSlide .servicesItem {
  height: 100%;
}

.servicesSlider .swiper-pagination {
  position: relative;
  bottom: unset;
  margin-top: 5px;
}

.servicesSlider .swiper-pagination-bullet {
  opacity: 1;
  background-color: #e1e1e8;
}

.servicesSlider .swiper-pagination-bullet-active {
  background-color: #1161b9;
}

.servicesGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.servicesGrid .servicesItem {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}

.servicesItem {
  padding: 20px;
  border: 1px solid #e1e1e8;
  -webkit-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}

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

.servicesItemTitle {
  margin-bottom: 15px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.servicesItemHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 30px;
}

.servicesItemImg {
  width: 100px;
}

.servicesItemLinks {
  padding-top: 30px;
  border-top: 1px solid var(--outline);
}

.servicesItemLinks li:not(:last-child) {
  margin-bottom: 15px;
}

.servicesItemLinks li a {
  padding-left: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("assets/img/icons/arrow-list.svg") no-repeat left top/16px;
}

.servicesItemLinks li a:hover {
  color: var(--blue);
}

.servicesItem--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.servicesItem--row .servicesItemHead {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-width: 550px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.servicesItem--row .servicesItemLinks {
  border-top: 0;
  border-left: 1px solid var(--outline);
  padding-left: 50px;
  margin-left: 50px;
}

.about {
  overflow: hidden;
}

.aboutW {
  padding: 70px;
  background-color: var(--bg);
}

.aboutGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.aboutGrid .col {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.aboutAdv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 30px;
}

.aboutAdvItem:last-child .aboutAdvItemDescr {
  max-width: 172px;
}

.aboutAdvItemCount {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 64px;
  letter-spacing: 0.05em;
  color: #1161b9;
  margin-bottom: 15px;
}

.whenGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  counter-reset: my-counter;
}

.whenItem {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
  padding: 30px;
  background-color: var(--bg);
  counter-increment: my-counter;
  position: relative;
  overflow: hidden;
}

.whenItem::before {
  content: counter(my-counter);
  position: absolute;
  bottom: -70px;
  right: 5px;
  font-family: var(--second-family);
  font-weight: 900;
  font-size: 140px;
  color: #1161b9;
  opacity: 0.1;
}

.whenItemTitle {
  margin-bottom: 15px;
  font-size: 18px;
}

.order {
  overflow: hidden;
}

.order .h2 {
  color: #fff;
  margin-bottom: 30px;
}

.no-webp .orderW {
  background: #1161b9 url("assets/img/order/order-bg.png") no-repeat left
    top/contain;
}

.orderW {
  padding: 60px;
  border-radius: 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  position: relative;
}

.orderW > .col {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.orderBg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.order .input-name {
  color: #fff;
}

.order .agreement {
  color: #fff;
}

.order .agreement .rect {
  background-color: #fff;
}

.order .agreement input:checked + label .rect {
  background: var(--dark-blue) url("assets/img/icons/check-white.svg") no-repeat
    center center/11px;
}

.order .button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.newsNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  margin-bottom: 50px;
}

.newsSlider {
  overflow: visible;
}

.newsSlider .swiper-slide {
  height: auto;
}

.newsSlider .swiper-slide .newsCard {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.newsGrid .newsCard {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}

.newsCard {
  padding: 25px;
  border: 1px solid var(--outline);
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}

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

.newsCardDate {
  font-size: 13px;
  color: #73737b;
  margin-bottom: 15px;
}

.newsCardTitle {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 40px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 50px;
}

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

.newsCardCat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: auto;
}

.newsCardCat li a {
  padding: 8px 16px;
  white-space: nowrap;
  border-radius: 50px;
  background: #f7f7fb;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.newsCardCat li a:hover {
  background-color: var(--outline);
}

.newsFilter {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}

.newsFilter .col:nth-child(1) {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.newsFilter .col:nth-child(2) {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}

.newsFilter .col:nth-child(3) {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}

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

.article-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.articleSectW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: start;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  margin-bottom: 50px;
}

.article-sidebar {
  width: 367px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .article-sidebar {
    position: sticky;
    top: 20px;
  }
}

.article-sidebar-title {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 600;
}

.article-sidebar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}

.article-sidebar-list .newsCard .newsCardTitle {
  min-height: unset;
}

.authorW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--outline);
}

.author-image {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.authorContent {
  padding: 20px;
  background: #f7f7fb;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.authorContent h3 {
  font-size: 18px !important;
  margin: 0;
}

.authorGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.authorImage {
  width: 450px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 25px;
  margin-top: -150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.authorTextTop {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--outline);
}

.authorText {
  max-width: 950px;
  width: 100%;
}

.authorText .teamSlideItem {
  padding-top: 30px;
  padding-bottom: 30px;
}

.authorText .teamSlideItem {
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.mapW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.mapContent {
  height: 100%;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px;
  background-color: #f7f7fb;
  width: 400px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mapInner {
  width: 100%;
}

.maps__map {
  width: 100%;
  min-height: 500px;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}

.serviceIntro {
  padding-top: 30px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.serviceIntro .h1 {
  margin-bottom: 50px;
}

.serviceIntroWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  margin-top: 50px;
}

.serviceIntroImg {
  width: 600px;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.serviceIntro .content {
  margin-bottom: 30px;
}

.serviceIntroB {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.serviceIntroB .col {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.serviceIntroAdv {
  border-radius: 15px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-weight: 500;
  font-size: 18px;
  padding-left: 56px;
  background: #fff url("assets/img/icons/serv-adv.svg") no-repeat left 20px
    center/26px;
}

.serviceIntroAdvList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}

.serviceIntroPrice {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 10px;
}

.serviceIntroPriceW {
  border: 1px solid #e1e1e8;
  border-radius: 15px;
  padding: 30px;
}

.service-other-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}

.service-other-item {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
  border: 1px solid #e1e1e8;
  border-radius: 25px;
  padding: 20px;
}

.service-other-item-img {
  width: 100px;
  margin-bottom: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.service-other-item h3 {
  font-size: 20px;
}

.pricesHead {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding: 20px;
  background: #f7f7fb;
  border-radius: 15px;
}

.pricesHead .col {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.pricesHead .col:has(.col-inner) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.pricesHead .col:has(.col-inner) .col-inner {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.pricesRow {
  padding: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  border-bottom: 1px solid #e1e1e8;
}

.pricesRow .col {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.pricesRow .col:has(.col-inner) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.pricesRow .col:has(.col-inner) .col-inner {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.auditW {
  border-radius: 25px;
  padding: 70px;
  background: #f7f7fb;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.auditW .col {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.auditL {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.auditIcon {
  width: 160px;
}

.auditIcon--expertiza {
  width: 175px;
}

.includeSlider .swiper-slide {
  height: auto;
}

.accordion h3 {
  padding: 30px;
  border-radius: 25px;
  background-color: var(--bg);
  margin-top: 10px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  font-size: 24px;
  line-height: normal;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.accordion h3.ui-accordion-header-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ui-accordion-content {
  padding: 30px;
  padding-top: 0;
  background-color: var(--bg);
}

.ui-accordion-content.ui-accordion-content-active {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.ui-accordion-header-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e1e1e8 url("assets/img/icons/plus.svg") no-repeat center
    center/18px;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ui-accordion-header-active .ui-accordion-header-icon {
  background: #1161b9 url("assets/img/icons/minus.svg") no-repeat center
    center/18px;
}

.resultSliderW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-left: -75px;
  margin-right: -75px;
}

.resultSlider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.resultSlider .swiper-pagination {
  position: relative;
  bottom: unset;
  margin-top: 5px;
  display: none;
}

.resultSlider .swiper-pagination-bullet {
  opacity: 1;
  background-color: #e1e1e8;
}

.resultSlider .swiper-pagination-bullet-active {
  background-color: #1161b9;
}

.resultSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.resultSlideImg {
  width: 400px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 24px;
}

.resultSlideTitle {
  margin-bottom: 15px;
  font-size: 24px;
  max-width: 715px;
}

.resultSlideTask {
  padding-left: 25px;
  margin-bottom: 25px;
}

.resultSlideTask ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.resultSlideTask ul li:not(:last-child) {
  margin-bottom: 10px;
}

.resultSlideTask ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--blue);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 7px;
}

.resultSlideFooter {
  border-radius: 15px;
  background: #f7f7fb;
  padding: 20px 25px;
}

.resultSlideFooterGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 10px;
}

.resultSlideFooterGrid .col {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}

.resultSlideFooterTitle {
  font-weight: 600;
  font-size: 24px;
  color: #1161b9;
  margin-bottom: 15px;
}

.teamW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.teamThumbSlider {
  width: 484px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /* max-height: 500px; */
}

.teamThumbSlider .swiper-slide {
  padding: 15px 20px;
  font-weight: 600;
  border-radius: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #f7f7fb;
  -webkit-transition:
    background-color 0.2s linear,
    color 0.2s linear;
  -o-transition:
    background-color 0.2s linear,
    color 0.2s linear;
  transition:
    background-color 0.2s linear,
    color 0.2s linear;
  cursor: pointer;
}

.teamThumbSlider .swiper-slide:hover {
  background-color: var(--blue);
  color: #fff;
}

.teamThumbSlider .swiper-slide.swiper-slide-thumb-active {
  background-color: var(--blue);
  color: #fff;
}

.teamSlider {
  width: 100%;
}

.teamSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.teamSlideImg {
  width: 370px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.teamSlideTitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

.teamSlideWork {
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f6;
  width: 100%;
}

.teamSlideContent {
  width: 100%;
}

.teamSlideItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.teamSlideItem:not(:last-child) {
  border-bottom: 1px solid #f2f2f6;
}

.teamSlideItemName {
  min-width: 130px;
}

.teamSlideItem ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.teamSlideItem ul li:not(:last-child) {
  margin-bottom: 10px;
}

.teamSlideItem ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--blue);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  margin-top: 7px;
}

.stepsGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  counter-reset: my-counter;
}

.stepsItem {
  border-radius: 25px;
  padding: 30px 90px 30px 30px;
  background-color: var(--bg);
  -ms-grid-column-span: 4;
  grid-column: 4 span;
  counter-increment: my-counter;
  position: relative;
  overflow: hidden;
}

.stepsItem::before {
  content: counter(my-counter);
  position: absolute;
  bottom: -70px;
  right: 5px;
  font-family: var(--second-family);
  font-weight: 900;
  font-size: 140px;
  color: #1161b9;
  opacity: 0.1;
}

.stepsItem--lg {
  -ms-grid-column-span: 8;
  grid-column: 8 span;
}

.stepsItemW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.stepsItem .button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.advGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}

.advItem {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
  border: 1px solid #e1e1e8;
  border-radius: 15px;
  padding: 30px;
}

.docsW {
  background: #f7f7fb;
  border-radius: 25px;
  padding: 50px;
}

.docSlider .swiper-slide {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.docSlider .swiper-slide img {
  width: 100%;
  height: 480px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 15px;
}

.docSlider .swiper-slide:hover {
  opacity: 0.85;
}

.docSlider .swiper-pagination {
  position: relative;
  bottom: unset;
  margin-top: 5px;
  display: none;
}

.docSlider .swiper-pagination-bullet {
  opacity: 1;
  background-color: #e1e1e8;
}

.docSlider .swiper-pagination-bullet-active {
  background-color: #1161b9;
}

.galSliderW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.galSlide img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.galSlide img:hover {
  opacity: 0.85;
}

.vacList {
  width: 100%;
}

.vacWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.vacItem {
  border: 1px solid #e1e1e8;
  border-radius: 25px;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

.vacItem:hover {
  background-color: #f7f7fb;
}

.vacItem:hover .vacItemBtn {
  background-color: var(--blue);
  background-image: url("assets/img/icons/arrow-down-white.svg");
}

.vacItem:not(:last-child) {
  margin-bottom: 10px;
}

.vacItemHead {
  cursor: pointer;
  padding: 30px;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.vacItemHeadTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vacItemHead.active .vacItemBtn {
  background-image: url("assets/img/icons/arrow-up-white.svg");
  background-color: var(--blue);
}

.vacItemHeadBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  row-gap: 10px;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vacItemBody {
  padding: 30px;
  padding-top: 0;
}

.vacItem h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.vacBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #f2f2f6;
}

.vacBlockTitle {
  min-width: 150px;
  max-width: 150px;
  color: var(--gray2);
}

.vacBlock ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.vacBlock ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--main-color);
  position: relative;
  top: 7px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
}

.vacForm {
  background-color: #1161b9;
  border-radius: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 40px;
  width: 560px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.vacForm .h2 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 30px;
}

.vacForm .formInput {
  background-color: #fff;
}

.vacForm .selectW select {
  background-color: #fff;
}

.vacForm .agreement {
  color: #fff;
}

.vacForm .agreement .rect {
  background-color: #fff;
  border: 1px solid var(--outline);
}

.vacForm .agreement input:checked + label .rect {
  background: var(--dark-blue) url("assets/img/icons/check-white.svg") no-repeat
    center center/11px;
  border-color: var(--dark-blue);
}

.vacFormTitle {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 15px;
}

.vacFormDescr {
  line-height: 150%;
  margin-bottom: 30px;
}

.vacForm .vacFormFileInput {
  display: none;
}

.vacForm .vacFormFile {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 15px 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  width: 100%;
}

.contactsGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 50px;
  row-gap: 20px;
}

.contactsGrid .col {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}

.copyBtnW {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.copyText {
  display: none;
  position: absolute;
  right: calc(100% + 5px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.copyText.active {
  display: block;
}

.req .sectHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 130px;
  -moz-column-gap: 130px;
  column-gap: 130px;
  margin-bottom: 50px;
}

.reqContent ul li {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #e1e1e8;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
}

.reqContent ul li:hover {
  background-color: var(--bg);
}

.reqContent ul li:hover .reqItemBtn {
  opacity: 1;
  visibility: visible;
}

.reqContent ul li span:nth-child(1) {
  width: 400px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #73737b;
}

.reqContent ul li span:nth-child(2) {
  width: calc(100% - 110px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reqContent ul li .copyTextOfItem {
  position: absolute;
  right: 20px;
  bottom: -5px;
  display: none;
  padding: 3px;
  font-size: 14px;
}

.reqContent ul li .copyTextOfItem.active {
  display: block;
}

.reqItemBtn {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    opacity 0.2s linear,
    visibility 0.2s linear;
  -o-transition:
    opacity 0.2s linear,
    visibility 0.2s linear;
  transition:
    opacity 0.2s linear,
    visibility 0.2s linear;
  background: url("assets/img/icons/copy-black.svg") no-repeat center
    center/16px;
}

.reqItemBtn:hover {
  opacity: 0.85;
}

.footer {
  background-color: var(--dark-blue);
  margin-top: -50px;
}

.footerT {
  padding-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footerC {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.footerC .col.w-200 {
  width: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footerC .col.w-250 {
  width: 250px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footerC .col.w-300 {
  width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footerB {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.footerNavTitle {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}

.footerNav ul li:not(:last-child) {
  margin-bottom: 20px;
}

.footerNav ul li a {
  -webkit-transition: -webkit-text-decoration-color 0.2s linear;
  transition: -webkit-text-decoration-color 0.2s linear;
  -o-transition: text-decoration-color 0.2s linear;
  transition: text-decoration-color 0.2s linear;
  transition:
    text-decoration-color 0.2s linear,
    -webkit-text-decoration-color 0.2s linear;
  color: #fff;
  -webkit-text-decoration-color: transparent !important;
  text-decoration-color: transparent !important;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.footerNav ul li a:hover {
  -webkit-text-decoration-color: #fff !important;
  text-decoration-color: #fff !important;
}

.footerNav--pt {
  padding-top: 55px;
}

.footer .logo:hover {
  opacity: 0.85;
}

.footer .logo img {
  width: 175px;
}

.footer a.color-white {
  -webkit-transition: -webkit-text-decoration-color 0.2s linear;
  transition: -webkit-text-decoration-color 0.2s linear;
  -o-transition: text-decoration-color 0.2s linear;
  transition: text-decoration-color 0.2s linear;
  transition:
    text-decoration-color 0.2s linear,
    -webkit-text-decoration-color 0.2s linear;
  color: #fff;
  -webkit-text-decoration-color: transparent !important;
  text-decoration-color: transparent !important;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.footer a.color-white:hover {
  -webkit-text-decoration-color: #fff !important;
  text-decoration-color: #fff !important;
}

.develop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
}

.develop:hover {
  opacity: 0.85;
}

.order-fixed {
  position: fixed;
  right: 20px;
  bottom: 75px;
  background-color: #081943;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(8, 25, 67, 0.25);
  box-shadow: 0 0 20px 0 rgba(8, 25, 67, 0.25);
}

.order-fixed:hover {
  background-color: var(--blue);
}

@media (min-width: 575.98px) {
  .container {
    max-width: 540px;
    margin: auto;
    padding: 0;
  }
}

@media (min-width: 767.98px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 768px) {
  .servicesSlider .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [12];
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
  }
}

@media (min-width: 991.98px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 992px) {
  .headerC.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .headerB.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    top: 85px;
  }
}

@media (min-width: 1199.98px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1370px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}

@media (max-width: 1700px) {
  .resultSliderW {
    margin-left: unset;
    margin-right: unset;
  }
}

@media (max-width: 1599px) {
  .headerBNav ul {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .headerBNav ul li a {
    font-size: 15px;
  }

  .authorImage {
    width: 420px;
  }

  .docSlider .swiper-slide img {
    height: 430px;
  }
}

@media (max-width: 1400px) {
  section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

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

  .arrow-round {
    width: 46px;
    height: 46px;
  }

  .arrow-round svg {
    width: 14px;
    height: 14px;
  }

  .text--md {
    font-size: 18px;
  }

  .headerCR {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    row-gap: 15px;
  }

  .headerContacts {
    width: 310px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .headerB {
    display: none;
  }

  .intro .arrow-round {
    margin-bottom: 15px;
  }

  .aboutIntro .arrow-round {
    margin-bottom: 15px;
  }

  .servicesItemHead {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .servicesItemImg {
    width: 80px;
  }

  .aboutW {
    padding: 60px;
  }

  .aboutGrid {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .aboutAdvItemCount {
    font-size: 50px;
  }

  .orderW > .col:nth-child(1) {
    -ms-grid-column-span: 5;
    grid-column: 5 span;
  }

  .orderW > .col:nth-child(2) {
    -ms-grid-column-span: 7;
    grid-column: 7 span;
  }

  .authorImage {
    width: 350px;
    margin-top: unset;
  }

  .mapContent {
    min-height: 400px;
  }

  .maps__map {
    min-height: 400px;
  }

  .serviceIntroWrapper {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .serviceIntroB {
    row-gap: 20px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .serviceIntroB .col {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .service-other-item-img {
    width: 80px;
  }

  .auditW {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding: 50px;
  }

  .resultSlider .swiper-slide {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .resultSlideImg {
    width: 300px;
    border-radius: 16px;
  }

  .resultSlideFooterGrid .col {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .teamThumbSlider {
    width: 350px;
  }

  .teamSlideImg {
    width: 250px;
  }

  .vacItem {
    padding: 25px;
  }

  .vacItem h3 {
    font-size: 23px;
  }

  .vacForm {
    width: 450px;
  }

  .footerC .col.w-200 {
    width: 180px;
  }

  .footerC .col.w-250 {
    width: 220px;
  }

  .footerC .col.w-300 {
    width: 240px;
  }
}

@media (max-width: 1199px) {
  .sectHead {
    margin-bottom: 40px;
  }

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

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

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

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

  .text--md {
    font-size: 14px;
  }

  .fz-xl-14 {
    font-size: 14px;
  }

  .modal .h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .modalDescr {
    margin-bottom: 20px;
  }

  .headerTNav > ul {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .headerPhone {
    font-size: 18px;
  }

  .aboutIntro .introGrid {
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .servicesSlider .servicesSlide {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .servicesGrid .servicesItem {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .servicesItemTitle {
    font-size: 18px;
    line-height: normal;
  }

  .servicesItemDescr {
    font-size: 14px;
  }

  .servicesItemHead {
    padding-bottom: 20px;
  }

  .servicesItemLinks {
    padding-top: 20px;
  }

  .servicesItemLinks li:not(:last-child) {
    margin-bottom: 12px;
  }

  .servicesItemLinks li a {
    font-size: 14px;
    background: url("assets/img/icons/arrow-list.svg") no-repeat left top
      2px/12px;
    padding-left: 26px;
  }

  .servicesItem--row .servicesItemHead {
    max-width: 400px;
  }

  .aboutAdv {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .aboutAdvItemCount {
    font-size: 40px;
  }

  .whenItem {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .whenItemTitle {
    font-size: 16px;
  }

  .whenItemDescr {
    font-size: 14px;
  }

  .newsGrid .newsCard {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }

  .newsFilter .col:nth-child(2) {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .newsFilter .col:nth-child(3) {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .article-sidebar-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .serviceIntroImg {
    width: 500px;
    height: 350px;
  }

  .service-other-grid {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }

  .service-other-item {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .pricesHead {
    font-size: 12px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .pricesHead .col:has(.col-inner) {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .pricesRow {
    font-size: 14px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .pricesRow .col:has(.col-inner) {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .teamSlide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }

  .teamSlideTitle {
    font-size: 18px;
  }

  .stepsItem h3 {
    font-size: 18px;
  }

  .advItem h3 {
    font-size: 18px;
  }

  .vacWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vacForm {
    margin-top: 30px;
    width: 100%;
  }

  .vacFormTitle {
    font-size: 24px;
  }

  .footerT {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
  }

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

  .footerC .col.w-250 {
    width: 240px;
  }

  .footerB {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }
}

@media (max-width: 991px) {
  section {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .formInput {
    padding-left: 16px;
    height: 43px;
  }

  .formSelect {
    padding-left: 16px;
    height: 43px;
  }

  .sectHead {
    margin-bottom: 30px;
    row-gap: 10px;
  }

  .sectPage {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding-top: 30px;
  }

  .pageHead--long {
    padding-bottom: 80px;
  }

  .wrapper {
    padding-top: 60px;
  }

  .main {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  .content.content-lg-14 {
    font-size: 14px;
  }

  .mb-15.mb-lg-10 {
    margin-bottom: 10px;
  }

  .mb-25.mb-lg-20 {
    margin-bottom: 20px;
  }

  .mb-50.mb-lg-30 {
    margin-bottom: 30px;
  }

  .mb-20.mb-lg-10 {
    margin-bottom: 10px;
  }

  .p-30.p-lg-20 {
    padding: 20px;
  }

  .d-grid.grid-column-3.grid-column-sm-2 .col {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .fz-14.fz-lg-12 {
    font-size: 12px;
  }

  .fz-18.fz-lg-16 {
    font-size: 16px;
  }

  .d-lg-block {
    display: block;
  }

  .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .d-lg-flex-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .d-lg-none {
    display: none;
  }

  .fz-lg-14 {
    font-size: 14px;
  }

  .button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button--lg {
    height: 50px;
  }

  .button.d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .loadmore {
    margin-top: 30px;
  }

  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .aioseo-breadcrumbs {
    font-size: 12px;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
  }

  .modal {
    padding: 38px 20px;
    border-radius: 16px;
  }

  .headerT {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
  }

  .headerTNav {
    display: none;
    z-index: 2;
    position: fixed;
    left: 0;
    bottom: 0;
    height: calc(100% - 60px);
    overflow-y: scroll;
    padding: 30px 0 60px;
    background-color: var(--bg);
    width: 100%;
    padding-left: calc((100vw - 720px) / 2);
    padding-right: calc((100vw - 720px) / 2);
  }

  .headerTNav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
    padding-bottom: 90px;
    border-bottom: 1px solid #ebebef;
    margin-bottom: 30px;
  }

  .headerTNav > ul li a {
    font-size: 14px;
  }

  .headerTNav > ul li .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    padding-top: 15px;
  }

  .headerC {
    display: none;
  }

  .headerPhone {
    font-size: 16px;
  }

  .headerContacts {
    padding-top: 30px;
    border-top: 1px solid var(--outline);
    margin-top: 30px;
    width: 100%;
  }

  .headerContacts.d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header .logo img {
    width: 110px;
  }

  .header .logo--mobile {
    display: block;
  }

  .header .mail--lg {
    display: none;
  }

  .header .phone-mobile {
    display: block;
  }

  .header .socials ul li a .social-item-lg {
    display: none;
  }

  .header .socials ul li a .social-item-sm {
    display: block;
  }

  .articleShare ul {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }

  .articleShare ul li a {
    border-radius: 30px;
  }

  .articleShare ul li a img {
    width: 25px;
  }

  .intro {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  .introGrid {
    margin-bottom: 30px;
  }

  .introGrid .col {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .introTitle {
    margin-bottom: 20px;
  }

  .intro .arrow-round {
    margin-bottom: 0;
  }

  .introImage--sm {
    display: block;
  }

  .introImage--lg {
    display: none;
  }

  .introRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .aboutIntro {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  .aboutIntro .introGrid {
    row-gap: 30px;
  }

  .aboutIntro .arrow-round {
    margin-bottom: 0;
  }

  .servicesItemImg {
    width: 60px;
  }

  .servicesItem--row .servicesItemHead {
    max-width: 320px;
  }

  .servicesItem--row .servicesItemLinks {
    padding-left: 30px;
    margin-left: 30px;
  }

  .aboutGrid {
    row-gap: 10px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .aboutGrid .col {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .orderW > .col:nth-child(1) {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .orderW > .col:nth-child(2) {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .newsNav {
    margin-bottom: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .newsGrid .newsCard {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .newsCardTitle {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .newsFilter {
    row-gap: 10px;
    margin-bottom: 30px;
  }

  .articleSectW {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
  }

  .article-sidebar {
    width: 100%;
  }

  .authorW {
    padding-bottom: 30px;
    margin-bottom: 30px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .authorGrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 20px;
  }

  .authorTextTop {
    padding-bottom: 20px;
  }

  .authorText .teamSlideItem {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mapW {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }

  .mapContent {
    width: 100%;
  }

  .serviceIntro {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  .serviceIntro .h1 {
    margin-bottom: 20px;
  }

  .serviceIntroWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
    margin-top: 20px;
  }

  .serviceIntroImg {
    width: 100%;
  }

  .serviceIntro .content {
    margin-bottom: 20px;
  }

  .serviceIntroAdv {
    border-radius: 10px;
    font-size: 14px;
    padding-left: 46px;
    background: #fff url("assets/img/icons/serv-adv.svg") no-repeat left 16px
      center/20px;
  }

  .serviceIntroAdvList {
    row-gap: 5px;
  }

  .serviceIntroPrice {
    font-size: 24px;
  }

  .serviceIntroPriceW {
    padding: 20px;
    border-radius: 10px;
  }

  .service-other-item-img {
    width: 60px;
  }

  .service-other-item-descr {
    font-size: 14px;
  }

  .auditW {
    row-gap: 30px;
  }

  .auditW .col {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .auditL {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .auditIcon {
    width: 80px;
  }

  .auditIcon--expertiza {
    width: 130px;
  }

  .accordion h3 {
    font-size: 18px;
    padding: 15px;
    border-radius: 16px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    margin-top: 5px;
  }

  .ui-accordion-content {
    padding: 15px;
    padding-top: 0;
  }

  .ui-accordion-content.ui-accordion-content-active {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  .ui-accordion-header-icon {
    width: 36px;
    height: 36px;
    background: #e1e1e8 url("assets/img/icons/plus.svg") no-repeat center
      center/12px;
  }

  .ui-accordion-header-active .ui-accordion-header-icon {
    background: #1161b9 url("assets/img/icons/minus.svg") no-repeat center
      center/12px;
  }

  .resultSliderW .navArrow {
    display: none;
  }

  .resultSlider .swiper-pagination {
    display: block;
  }

  .resultSlide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }

  .resultSlideTitle {
    font-size: 18px;
  }

  .resultSlideTask {
    padding-left: 15px;
    margin-bottom: 20px;
  }

  .resultSlideTask ul li:not(:last-child) {
    margin-bottom: 5px;
  }

  .resultSlideTask ul li {
    font-size: 14px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .resultSlideTask ul li::before {
    margin-top: 5px;
  }

  .resultSlideFooter {
    padding: 15px;
  }

  .resultSlideFooterGrid {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .resultSlideFooterTitle {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .resultSlideFooterDescr {
    font-size: 14px;
  }

  .teamThumbSlider {
    display: none;
  }

  .stepsItem {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
    padding-right: 60px;
  }

  .stepsItem--lg {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .stepsItemW {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 20px;
  }

  .advGrid {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }

  .advItem {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
    padding: 20px;
  }

  .docSlider .swiper-pagination {
    display: block;
  }

  .galSliderW .navArrow {
    display: none;
  }

  .galSlide img {
    height: 250px;
    border-radius: 16px;
  }

  .vacItem {
    font-size: 14px;
    border-radius: 16px;
  }

  .vacItem {
    padding: 18px;
  }

  .vacItemHead {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .vacItemBody {
    padding-left: 0;
    padding-right: 0;
  }

  .vacItem h3 {
    font-size: 18px;
  }

  .vacBlock {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .vacForm {
    padding: 30px 20px;
  }

  .vacForm .h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .vacFormDescr {
    margin-bottom: 20px;
  }

  .vacForm .vacFormFile {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .contactsGrid .col {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .copyText {
    right: unset;
    left: 100%;
    margin-left: 10px;
    font-size: 14px;
  }

  .req .sectHead {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    margin-bottom: 10px;
  }

  .reqContent ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .reqContent ul li:hover {
    background-color: transparent;
  }

  .reqContent ul li span:nth-child(1) {
    width: calc(100% - 38px);
  }

  .reqContent ul li span:nth-child(2) {
    width: 100%;
  }

  .reqContent ul li .copyTextOfItem {
    font-size: 12px;
    bottom: 2px;
    right: 0;
  }

  .reqItemBtn {
    visibility: visible;
    opacity: 1;
    position: absolute;
    right: 0px;
    top: 15px;
  }

  .footerT {
    padding-top: 115px;
  }

  .footerB {
    padding-bottom: 50px;
  }

  .order-fixed {
    width: 80px;
    height: 80px;
    font-size: 12px;
    line-height: 110%;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .gap-70.gap-md-15 {
    gap: 15px;
  }

  .agreement {
    font-size: 12px;
  }

  .agreementFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
  }

  .socialsForm label {
    font-size: 14px;
    height: 43px;
  }

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

  .flex-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mx-md-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .d-md-none {
    display: none;
  }

  .d-md-block {
    display: block;
  }

  .footerNavTitle {
    width: 100%;
  }

  .fz-md-14 {
    font-size: 14px;
  }

  .headerTNav {
    padding-left: calc((100vw - 540px) / 2);
    padding-right: calc((100vw - 540px) / 2);
  }

  .servicesItem--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .servicesItem--row .servicesItemHead {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: unset;
  }

  .servicesItem--row .servicesItemLinks {
    border-left: none;
    border-top: 1px solid var(--outline);
    padding-left: 0;
    margin-left: 0;
  }

  .aboutAdv {
    -ms-grid-columns: (1fr) [12];
    grid-template-columns: repeat(12, 1fr);
    display: -ms-grid;
    display: grid;
  }

  .aboutAdvItem {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }

  .aboutAdvItemCount {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .aboutAdvItemDescr {
    font-size: 12px;
  }

  .whenGrid {
    gap: 10px;
  }

  .whenItem {
    padding: 20px;
  }

  .whenItem::before {
    font-size: 100px;
    bottom: -40px;
  }

  .orderW {
    padding: 30px 20px;
    border-radius: 24px;
  }

  .newsFilter .col:nth-child(1) {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .newsFilter .col:nth-child(2) {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .newsFilter .col:nth-child(3) {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .teamSlideWork {
    font-size: 14px;
    padding-bottom: 10px;
  }

  .teamSlideItem {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
  }

  .teamSlideItemName {
    font-size: 14px;
  }

  .teamSlideItem ul li {
    font-size: 14px;
  }

  .stepsGrid {
    gap: 10px;
  }

  .stepsItem {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 16px;
  }

  .stepsItem::before {
    font-size: 100px;
    bottom: -50px;
  }

  .docsW {
    padding-left: 10px;
    padding-right: 10px;
  }

  .docSlider .swiper-slide img {
    height: 300px;
  }

  .footerT {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footerC {
    padding-bottom: 30px;
    row-gap: 30px;
  }

  .footerC .col.w-200 {
    width: 160px;
  }

  .footerC .col.w-300 {
    width: 150px;
  }

  .footerB {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    row-gap: 30px;
  }

  .footerNavTitle {
    margin-bottom: 0;
    font-size: 14px;
  }

  .footerNav ul li {
    text-align: center;
  }

  .footerNav ul li:not(:last-child) {
    margin-bottom: 15px;
  }

  .footerNav ul li a {
    font-size: 14px;
  }

  .footerNav--pt {
    padding-top: 0;
  }
}

@media (max-width: 575px) {
  .container {
    padding: 0 12px;
  }

  .rounded-25.rounded-sm-16 {
    border-radius: 16px;
  }

  .rounded-25.rounded-sm-24 {
    border-radius: 24px;
  }

  .gap-10.gap-sm-5 {
    gap: 5px;
  }

  .navArrow {
    width: 43px;
    height: 43px;
  }

  .navArrow img {
    width: 15px;
  }

  .navArrowW {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .fz-13.fz-sm-12 {
    font-size: 12px;
  }

  .fz-20.fz-sm-22 {
    font-size: 22px;
  }

  .button .arrow {
    width: 34px;
    height: 34px;
  }

  .button.h-50 {
    min-height: 42px;
  }

  .button-sm-fz-14 {
    font-size: 14px;
  }

  .button-sm-w-100 {
    width: 100%;
  }

  .button-sm-h-43 {
    min-height: 43px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .authorContentBtn {
    font-size: 14px;
    height: 42px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .headerTNav {
    padding-left: 10px;
    padding-right: 10px;
  }

  .articleShare ul {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }

  .articleShare ul li {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .introGrid {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .aboutW {
    padding: 50px 10px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .whenItem {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .no-webp .orderW {
    background: #1161b9 url("assets/img/order/order-bg-sm.png") no-repeat left
      bottom/cover;
  }

  .orderW {
    margin-left: -12px;
    margin-right: -12px;
  }

  .newsNav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .newsSlider {
    padding-right: 40px;
  }

  .newsGrid {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 10px;
  }

  .newsGrid .newsCard {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .newsCard {
    padding: 20px;
    border-radius: 16px;
  }

  .newsCardDate {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .newsCardCat li a {
    font-size: 12px;
  }

  .author-image {
    width: 50px;
    height: 50px;
  }

  .authorContent {
    padding: 16px;
    border-radius: 16px;
  }

  .authorImage {
    width: 100%;
    border-radius: 16px;
    max-width: 200px;
  }

  .mapContent {
    padding: 20px;
    border-radius: 16px;
    min-height: unset;
  }

  .maps__map {
    border-radius: 16px;
    min-height: 450px;
  }

  .serviceIntroImg {
    height: 75vw;
  }

  .service-other-item {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .service-other-item-img {
    margin-bottom: 0;
  }

  .pricesHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricesHead .col {
    width: 116px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .pricesHead .col:has(.col-inner) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 155px);
  }

  .pricesHead .col:has(.col-inner) .col-inner {
    width: 50%;
    text-align: end;
  }

  .pricesRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricesRow .col {
    width: 116px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .pricesRow .col:has(.col-inner) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 155px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricesRow .col:has(.col-inner) .col-inner {
    width: 50%;
    text-align: end;
  }

  .auditW {
    padding: 50px 10px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin-left: -12px;
    margin-right: -12px;
  }

  .includeSlider {
    overflow: visible;
  }

  .includeSlider {
    padding-right: 50px;
  }

  .resultSlideImg {
    width: 100%;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }

  .teamSlideImg {
    width: 100%;
    height: 100vw;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
  }

  .stepsItem {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
    padding-right: 40px;
  }

  .advItem {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .docsW {
    margin-left: -12px;
    margin-right: -12px;
  }

  .docSlider .swiper-slide img {
    height: 130vw;
  }

  .galSlider {
    padding-right: 50px;
    overflow: visible;
    width: 100%;
  }

  .galSlide img {
    height: 60vw;
  }

  .vacBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
  }

  .contactsGrid .col {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .copyBtnW {
    margin-right: 0;
    margin-left: unset;
  }

  .req .sectHead {
    margin-bottom: 10px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.webp .orderW {
  background: #1161b9 url(assets/img/order/order-bg.webp) no-repeat left
    top/contain;
}

@media (max-width: 575px) {
  .webp .orderW {
    background: #1161b9 url(assets/img/order/order-bg-sm.webp) no-repeat left
      bottom/cover;
  }
}

.order .agreement:has(input:checked) label .rect,
.modal .agreement:has(input:checked) label .rect,
.vacForm .agreement:has(input:checked) label .rect {
  background: var(--dark-blue) url("assets/img/icons/check-white.svg") no-repeat
    center center/11px;
}

.order .wpcf7 form .wpcf7-response-output,
.vacForm .wpcf7 form .wpcf7-response-output {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  border-radius: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 15px;
}

.modal .wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  border-radius: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 15px;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}

.agreementW > .wpcf7-form-control-wrap {
  display: none;
}

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

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

.errorDescr {
  margin-bottom: 20px;
}

.searchBtn {
  margin-left: auto;
  margin-right: auto;
}

.article-content {
  width: 100%;
}

.article-content .wp-block-quote {
  padding: 25px;
  background-color: var(--bg);
  border-radius: 25px;
}
.article-content h3 {
  font-size: 32px;
}

.article-content .wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.article-content .wp-block-gallery .wp-block-image {
  width: 100% !important;
}
.article-content .wp-block-gallery img {
  width: 100%;
  border-radius: 25px;
}

.wp-block-video {
  position: relative;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 1/0.46;
  background-color: var(--bg);
  margin: 25px 0px;
  z-index: 1;
}
.wp-block-video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wp-block-video-play {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  width: 75px;
  height: 75px;
  cursor: pointer;

  border-radius: 50%;
  background-color: var(--outline);

  color: var(--dark-blue);

  transition:
    color 0.3s ease,
    background-color 0.3s ease;
}
.wp-block-video-play svg {
  width: 30px;
  height: 30px;
}
.wp-block-video-play:hover {
  background-color: var(--dark-blue);
  color: white;
}

@media (max-width: 991px) {
  .article-content h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .article-content .wp-block-quote {
    padding: 18px;
    border-radius: 18px;
  }
  .article-content h3 {
    font-size: 24px;
  }
  .article-content .wp-block-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .article-content .wp-block-gallery img {
    border-radius: 18px;
  }
  .wp-block-video {
    border-radius: 18px;
  }
}

.catalog-wrap .newsCard {
  opacity: 0;
  /* Изначально карточки скрыты */
  max-height: 0;
  /* Скрываем по высоте */
  -webkit-transition:
    opacity 0.5s ease-out,
    max-height 0.5s ease-out,
    margin-bottom 0.5s ease-out;
  -o-transition:
    opacity 0.5s ease-out,
    max-height 0.5s ease-out,
    margin-bottom 0.5s ease-out;
  transition:
    opacity 0.5s ease-out,
    max-height 0.5s ease-out,
    margin-bottom 0.5s ease-out;
  /* Плавное появление */
  margin-bottom: 0;
  /* Изначально нет отступа, чтобы не занимали место */
}

.catalog-wrap .newsCard.visible {
  opacity: 1;
  /* Появляются */
  max-height: unset;
  /* Устанавливаем достаточную высоту (возможно, потребуется подстроить) */
  /* margin-bottom: 35px; */
  /* Добавляем отступ после появления */
}
.catalog-wrap .newsCard:not(.visible) {
  padding: 0;
  display: none;
}
.archive h1 span {
  color: var(--main-color);
}
.catalog-wrap .loadmore {
  grid-column: 12 span;
}
.searchW-relative {
  position: relative;
}
.searchW button {
  position: absolute;
  right: 10px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
@media (max-width: 991px) {
  .searchW button {
    width: 43px;
    height: 43px;
    right: 15px;
  }
}
.searchW-relative .formInput--search {
  background-image: none;
}
.page-title.text-center {
  text-align: center;
  margin-bottom: 15px;
}

.links_wthtext_box .ful_box_link {
  padding: 30px;
  border-radius: 25px;
  background-color: var(--bg);
  margin-top: 10px;
  display: block;
}
.links_wthtext_box .ful_box_link .title_link_box {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.links_wthtext_box .title_link_box h3 {
  font-size: 24px;
  display: block;
  width: calc(80% - 10px);
  line-height: 1.2em;
}
.wrap_btn_box {
  width: calc(20% - 10px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.links_wthtext_box .ful_box_link button {
  font-size: 16px;
  font-weight: 400;
}
.links_wthtext_box .ful_box_link .sas_open {
  margin-top: 10px;
  line-height: 1.5em;
  width: 85%;
}
@media (max-width: 991px) {
  .links_wthtext_box .title_link_box h3 {
    width: 100%;
    order: 1;
    font-size: 18px;
  }
  .wrap_btn_box {
    width: 100%;
    order: 3;
  }
  .links_wthtext_box .ful_box_link button {
    font-size: 14px;
  }
  .links_wthtext_box .ful_box_link .sas_open {
    width: 100%;
    margin-top: 0;
    order: 2;
  }
}

.b-cookie {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 500;
  border: #f7f4ed;
  border-radius: 12px;
  background-color: white;
  box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.25);
  width: 500px;
  max-width: calc(100% - 30px);
  font-size: 15px;

  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;
}
.b-cookie._open {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
.b-cookie._hide {
  opacity: 0;
}
.b-cookie__body {
  padding: 15px 20px 20px 20px;
}
.b-cookie__close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0px 0px 15px auto;

  transition: opacity 0.3s ease;
}
.b-cookie__close svg {
  width: 100%;
  height: 100%;
}
.b-cookie__close:hover {
  opacity: 0.7;
}
.b-cookie__content {
  margin: 0;
}
.b-cookie__content a {
  text-decoration: underline;
}
.b-cookie__content a:hover {
  text-decoration: none;
}
.b-cookie__btn {
  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  width: 100%;
  max-width: 100%;
  padding: 12px 20px;
  border-radius: 4px;
  margin-top: 15px;

  user-select: none;
  background-color: var(--blue);
  color: white;

  transition: opacity 0.3s ease;
}
.b-cookie__btn:hover {
  opacity: 0.8;
}
.b-cookie__toggle {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  user-select: none;
  font-size: 14px;
  cursor: pointer;
  border-radius: 50%;
  left: 15px;
  bottom: 15px;
  width: 55px;
  height: 55px;

  background-color: var(--blue);
  color: white;
  z-index: 490;

  transition: opacity 0.3s ease;
}
.b-cookie__toggle:hover {
  opacity: 0.8;
}
.b-cookie__toggle._hide {
  opacity: 0;
}

.get_price_btn {
  font-size: 16px;
}
@media (max-width: 991px) {
  .get_price_btn {
    font-size: 14px;
  }
}
.article-comments {
  margin-top: 100px;
}
.article-comments__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 50px;
}
.comment-reply-title {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 50px;
}
.comment-reply-title span {
  color: #a7a7a7;
}
.comment-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.comment-form__input {
  display: block;
  padding: 20px 25px;
  outline: none;
  border: 1px solid #e1e1e8;
  border-radius: 25px;
  font-size: 16px;
  width: 100%;

  transition: border-color 0.3s ease;
}
textarea.comment-form__input {
  min-height: 125px;
  resize: none;
}
.comment-form__input:focus {
  border-color: var(--dark-blue);
}
.comment-form__control {
  width: 100%;
}
.comment-form__control._author {
  order: 0;
}
.comment-form__control._comment {
  order: 1;
}
.comment-form .form-submit {
  order: 2;
}
.comment-form__submit {
  width: 215px;

  transition: opacity .3s ease, color .3s ease, background-color .3s ease;
}
.comment-form__submit:hover {
  background-color: var(--blue);
  color: white;
}
.comment-form__submit._load {
  pointer-events: none;
  opacity: 0.7;
}

.card-comment {
  width: 100%;
}
.card-comment__head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.card-comment__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bg);
  flex-shrink: 0;

  width: 85px;
  height: 85px;

  user-select: none;
  pointer-events: none;

  text-transform: uppercase;
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  color: rgba(31, 31, 32, 0.6);
}
.card-comment__info-head {
}
.card-comment__name {
  font-weight: 600;
  font-size: 18px;
}
.card-comment__time {
  margin-top: 2px;
  font-size: 13px;
  color: var(--gray2);
}
.card-comment__content {
  margin: 15px 0px 0px 0px;
}
.article-comments__btn-more {
  margin-top: 50px;
  user-select: none;
  width: 100%;
  
  transition: background .3s ease, color .3s ease, opacity .3s ease;
}
.article-comments__btn-more._load {
  pointer-events: none;
  opacity: 0.6;
}

@media (max-width: 1399px) {
  .article-comments {
    margin-top: 50px;
  }
  .comment-reply-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .comment-reply-title {
    font-size: 24px;
  }
  .article-comments__list {
    margin-top: 30px;
  }
  .article-comments__btn-more {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .card-comment__circle {
    width: 65px;
    height: 65px;
    font-size: 36px;
  }
  .comment-form__input {
    padding: 16px 20px;
    border-radius: 18px;
  }
}
@media (max-width: 575px) {
  .comment-form__submit {
    width: 100%;
  }
}
