@charset "UTF-8";
@font-face {
  font-family: "Mulish";
  src: url("fonts/Mulish-SemiBold.woff2") format("woff2"), url("fonts/Mulish-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("fonts/Mulish-ExtraBold.woff2") format("woff2"), url("fonts/Mulish-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("fonts/Mulish-Regular.woff2") format("woff2"), url("fonts/Mulish-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --scroll-offset: 100px;
  /* Значение по умолчанию */
}
@media (max-width: 690px) {
  :root {
    --scroll-offset: 60px;
  }
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  outline: none;
}

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

input,
button,
textarea {
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

strong {
  font-weight: 700;
}

a {
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
  background-color: rgb(248, 248, 248);
  padding: 0 var(--padding-right) 0 0;
}

.container {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1218px;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.container._wide {
  max-width: 1280px;
  width: calc(100% + 62px);
}
@media (max-width: 1280px) {
  .container {
    margin-left: 25px;
    margin-right: 25px;
    max-width: calc(100% - 50px);
  }
}
@media (max-width: 690px) {
  .container {
    margin-left: 15px;
    margin-right: 15px;
    max-width: calc(100% - 30px);
  }
}

.page {
  background-color: rgb(248, 248, 248);
}

.wide {
  margin-left: -31px !important;
  margin-right: -31px !important;
  width: calc(100% + 62px);
}
@media (max-width: 1350px) {
  .wide {
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.topBg {
  position: relative;
  z-index: 33;
  overflow: hidden;
  padding-bottom: 45px;
}
.topBg__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 690px) {
  .topBg__img {
    top: auto;
    bottom: 0;
  }
}
.topBg__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (max-width: 690px) {
  .topBg__img img {
    -o-object-position: 60% bottom;
       object-position: 60% bottom;
  }
}

.header {
  padding-top: 14px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 555;
  background: #fff;
  padding-bottom: 20px;
  padding-right: var(--padding-right, 0);
}
@media (max-width: 999px) {
  .header {
    max-width: 100%;
  }
}
@media (max-width: 690px) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header.scrolled {
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header.scrolled .navigation {
  margin-top: 10px;
}
.header__burger {
  display: none !important;
}
@media (max-width: 690px) {
  .header__burger {
    display: flex !important;
  }
}
.header__main {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .header__main {
    gap: 20px;
  }
}
@media (max-width: 999px) {
  .header__main {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .header__main {
    gap: 20px;
  }
}
@media (max-width: 690px) {
  .header__main {
    width: calc(100vw - 30px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.header .logo {
  align-self: stretch;
  display: flex;
  align-items: stretch;
  gap: 20px;
  color: rgb(8, 15, 47);
  margin: auto 0;
  font: 800 14px/1 "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
}
@media (max-width: 1100px) {
  .header .logo {
    font: 800 13px/1 "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
  }
}
@media (max-width: 690px) {
  .header .logo {
    font: 800 12px/1 "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
    gap: 12px;
    width: 98px;
  }
}
.header .logo__image {
  aspect-ratio: 1.8;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  min-width: 107px;
  width: 189px;
  flex-shrink: 0;
  max-width: 100%;
}
@media (max-width: 416px) {
  .header .logo__image {
    min-width: 98px;
    width: 98px;
  }
}
.header .logo__text {
  margin: auto 0;
  max-width: 180px;
}
@media (max-width: 690px) {
  .header .logo__text {
    display: none;
  }
}
.header__contacts {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 30px;
  font-family: "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
  justify-content: flex-end;
  margin: auto 0;
  flex-grow: 1;
}
@media (max-width: 1100px) {
  .header__contacts {
    gap: 20px;
  }
}
@media (max-width: 999px) {
  .header__contacts {
    max-width: 330px;
    display: flex;
    min-width: 0;
  }
}
@media (max-width: 690px) {
  .header__contacts {
    flex-direction: column;
    flex-grow: 0;
    margin: 0 auto;
    align-items: center;
  }
}
.header__contacts__item {
  align-self: stretch;
  display: flex;
  align-items: stretch;
  gap: 16px;
  margin: auto 0;
}
@media (max-width: 999px) {
  .header__contacts__item:first-child {
    display: none;
  }
}
@media (max-width: 690px) {
  .header__contacts__item {
    align-self: unset;
    width: 100%;
  }
  .header__contacts__item:first-child {
    display: flex;
  }
}
.header__contacts__icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  border: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__contacts__icon img {
  width: 18px;
}
.header__contacts__info {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1100px) and (min-width: 660px) {
  .header__contacts__info {
    font-size: 14px;
  }
}
.header__contacts__address {
  color: rgb(8, 15, 47);
  font-weight: 800;
}
.header__contacts__schedule {
  color: rgb(151, 154, 169);
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
}
@media (max-width: 1100px) and (min-width: 660px) {
  .header__contacts__schedule {
    font-size: 11px;
  }
}
@media (max-width: 999px) {
  .header__contacts__schedule {
    margin-right: 10px;
  }
}
.header__contacts__phone {
  color: rgb(8, 15, 47);
  font-weight: 800;
}
.header__contacts__callback {
  color: rgb(75, 122, 253);
  font-size: 12px;
  font-weight: 600;
  align-self: start;
  margin-top: 4px;
  cursor: pointer;
}
.header__contacts__callback:hover {
  text-decoration: underline;
}

.social {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: start;
  margin: auto 0;
}
.social__btn {
  height: 36px;
  width: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.2s;
}
@media (max-width: 690px) {
  .social__btn {
    height: 32px;
    width: 32px;
  }
  .social__btn img {
    width: 20px;
    height: 20px;
  }
}
.social__btn._wa {
  background: #29ad33;
}
.social__btn._wa:hover {
  background: #32c53d;
}
.social__btn._wa:active {
  background: #228b2a;
}
.social__btn._tg {
  background: #0e73c0;
}
.social__btn._tg:hover {
  background: #618bff;
}
.social__btn._tg:active {
  background: #436ce0;
}

.burger {
  background: none;
  border: none;
  padding: 0;
  min-width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.burger__line {
  width: 100%;
  height: 2px;
  background-color: rgb(8, 15, 47);
  border-radius: 1px;
}

.navigation {
  align-self: start;
  margin-top: 28px;
  align-items: center;
  color: rgb(8, 15, 47);
  justify-content: start;
  flex-wrap: wrap;
  font: 600 12px "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
  transition-duration: 0.15s;
}
.navigation ul {
  display: flex;
  gap: 29px;
}
@media (max-width: 999px) {
  .navigation ul {
    display: flex;
  }
}
@media (max-width: 690px) {
  .navigation ul {
    text-align: center;
    gap: 20px;
  }
}
@media (max-width: 690px) {
  .navigation {
    margin-top: 0;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100vw;
    background: #fff;
    height: 100dvh;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    font-size: 16px;
  }
  .navigation.active {
    transform: translateX(0);
  }
  .navigation ul {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .navigation__close {
    position: absolute;
    right: 5px;
    top: 8px;
    border-radius: 22px;
    align-self: stretch;
    display: flex;
    margin: auto 0;
    width: 44px;
    flex-shrink: 0;
    height: 44px;
    background: #fff url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L13 1' stroke='%232B2F41' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1L13 13' stroke='%232B2F41' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: 20px auto;
  }
}
.navigation__link {
  align-self: stretch;
  margin: auto 0;
  text-decoration: none;
  color: inherit;
  transition-duration: 0.2s;
}
.navigation__link:hover {
  color: rgb(41, 173, 51);
}

.hero {
  position: relative;
  z-index: 4;
  padding-top: 200px;
  width: 100%;
}
@media (max-width: 690px) {
  .hero {
    padding-top: 90px;
  }
}
.hero__title {
  max-width: 410px;
  color: rgb(8, 15, 47);
  align-self: start;
  font: 800 36px "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
}
@media (max-width: 999px) {
  .hero__title {
    margin-top: 40px;
  }
}
@media (max-width: 690px) {
  .hero__title {
    font: 800 30px "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
  }
}
.hero__title strong {
  color: #29ad33;
}

.wpcf7-spinner {
  display: none;
}

.callback-form {
  border-radius: 18px;
  background-color: rgb(255, 255, 255);
  display: flex;
  margin-top: 36px;
  width: 520px;
  max-width: 100%;
  flex-direction: column;
  align-items: start;
  padding: 15px 30px 35px;
  border: 1px solid rgb(243, 243, 243);
  /* Стили для обертки CF7 */
}
@media (max-width: 999px) {
  .callback-form {
    padding: 15px 20px 25px;
  }
}
.callback-form .wpcf7 {
  width: 100%;
}
.callback-form .wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
}
.callback-form__title {
  color: rgb(8, 15, 47);
  font: 800 20px "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
}
@media (max-width: 690px) {
  .callback-form__title br {
    display: none;
  }
}
.callback-form__title-accent {
  color: rgb(8, 15, 47);
}
.callback-form__subtitle {
  color: rgb(8, 15, 47);
  font: 400 16px "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
  margin-top: 6px;
}
.callback-form__input {
  border-radius: 10px;
  margin-top: 20px;
  width: 252px;
  max-width: 100%;
  color: rgb(138, 138, 138);
  font: 400 14px "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
}
@media (max-width: 690px) {
  .callback-form__input {
    width: 100%;
  }
}
.callback-form__button {
  align-self: end;
  z-index: 10;
  min-height: 44px;
  margin-top: -44px;
}
@media (max-width: 690px) {
  .callback-form__button {
    margin-top: 10px;
  }
}
.callback-form__agreement {
  margin-top: 20px;
}
.callback-form .wpcf7-form-control-wrap {
  display: contents; /* Убираем лишнюю обертку */
}

.input {
  border-radius: 10px;
  background-color: rgb(237, 237, 240);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 13px;
  border: none;
  width: 100%;
  font: 400 14px "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
  color: rgb(8, 15, 47);
}
@media (max-width: 999px) {
  .input {
    padding-right: 20px;
  }
}
.input--white {
  background-color: rgb(255, 255, 255);
}
.input.wpcf7-not-valid {
  box-shadow: inset 0 0 0 1px #DA1B1B;
  color: #DA1B1B;
}
.input::-moz-placeholder {
  color: rgb(138, 138, 138);
}
.input::placeholder {
  color: rgb(138, 138, 138);
}
.input--big {
  border-radius: 12px;
  background-color: #fff;
  padding: 21px 20px;
  border: 1px solid rgb(237, 237, 237);
  font: 400 16px/1 "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
}
@media (max-width: 590px) {
  .input--big {
    padding: 15px;
  }
}
.input--textarea {
  height: 98px;
  resize: vertical;
  align-items: start;
  padding-bottom: 56px;
}

.button {
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font: 600 14px "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
  border: none;
  cursor: pointer;
  width: 198px;
  padding: 13px 20px;
  transition-duration: 0.2s;
}
@media (max-width: 690px) {
  .button {
    width: 100%;
    padding: 13px 15px;
  }
}
.button--green {
  background-color: rgb(41, 173, 51);
  color: rgb(255, 255, 255);
}
.button--green:hover {
  background: #32c53d;
}
.button--green:active {
  background: #228b2a;
}
.button--white {
  background-color: rgb(255, 255, 255);
  color: #080F2F;
}
.button--white:hover {
  background: rgba(255, 255, 255, 0.9);
}
.button--white:active {
  background: rgba(255, 255, 255, 0.8);
}
.button--blue {
  background: #4b7afd;
  color: rgb(255, 255, 255);
}
.button--blue:hover {
  background: #618bff;
}
.button--blue:active {
  background: #436ce0;
}

.agreement {
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: stretch;
  gap: 6px;
}
.agreement__checkbox {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}
.agreement .wpcf7-list-item-label {
  cursor: pointer;
  color: rgb(8, 15, 47);
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  font: 400 10px "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}
.agreement .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border-radius: 3px;
  width: 12px;
  height: 12px;
  background: #4b7afd 50% 50% no-repeat;
}
.agreement:has(.agreement__checkbox:checked) .wpcf7-list-item-label::before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.01496 0.984914C7.08518 1.05523 7.12463 1.15054 7.12463 1.24991C7.12463 1.34929 7.08518 1.4446 7.01496 1.51491L3.51495 5.01491C3.44464 5.08514 3.34933 5.12458 3.24995 5.12458C3.15058 5.12458 3.05527 5.08514 2.98496 5.01491L0.984955 3.01491C0.948111 2.98058 0.91856 2.93918 0.898064 2.89318C0.877568 2.84718 0.866547 2.79753 0.865659 2.74718C0.864771 2.69682 0.874033 2.64681 0.892893 2.60012C0.911754 2.55342 0.939826 2.511 0.975435 2.4754C1.01104 2.43979 1.05346 2.41171 1.10016 2.39285C1.14685 2.37399 1.19686 2.36473 1.24722 2.36562C1.29757 2.36651 1.34722 2.37753 1.39322 2.39802C1.43922 2.41852 1.48062 2.44807 1.51495 2.48491L3.24995 4.21991L6.48495 0.984914C6.55527 0.914689 6.65058 0.875244 6.74996 0.875244C6.84933 0.875244 6.94464 0.914689 7.01496 0.984914Z' fill='white' /%3E%3C/svg%3E");
}
.agreement__link {
  text-decoration: underline;
}
.agreement__link--white {
  color: rgb(255, 255, 255);
}
.agreement--white .agreement__text {
  color: rgb(255, 255, 255);
}

.features {
  display: flex;
  margin-top: 51px;
  align-items: center;
  gap: 30px;
  color: rgb(255, 255, 255);
  justify-content: start;
  font: 700 14px "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 1350px) {
  .features {
    gap: 20px;
  }
}
@media (max-width: 1100px) {
  .features {
    gap: 10px;
    flex-wrap: wrap;
  }
}
@media (max-width: 999px) {
  .features {
    max-width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 690px) {
  .features {
    gap: 12px;
  }
}
.features__card {
  border-radius: 18px;
  background-color: rgb(41, 173, 51);
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  padding: 12px 8px;
  align-items: center;
  align-self: stretch;
  min-width: 240px;
  width: calc(25% - 22.5px);
  margin: auto 0;
  height: 60px;
}
@media (max-width: 1350px) {
  .features__card {
    width: calc(25% - 15px);
  }
}
@media (max-width: 1100px) {
  .features__card {
    width: calc(50% - 6.6666666667px);
    padding: 8px 8px;
    height: 52px;
  }
}
@media (max-width: 999px) {
  .features__card {
    padding: 0 20px;
  }
}
@media (max-width: 690px) {
  .features__card {
    width: 100%;
  }
}
.features__card__icon {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  flex-shrink: 0;
}
.features__card__text {
  flex-shrink: 1;
}

.h2 {
  color: rgb(8, 15, 47);
  font-family: "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  align-self: start;
}
@media (max-width: 999px) {
  .h2 {
    font-size: 28px;
  }
}
@media (max-width: 690px) {
  .h2 {
    font-size: 24px;
  }
}
@media (max-width: 999px) {
  .h2 {
    max-width: 100%;
    margin-top: 20px;
  }
}

.advantages {
  margin-top: 30px;
}
.advantages__grid {
  display: flex;
  margin-top: 80px;
  align-items: start;
  gap: 60px 32px;
  font-family: "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
  color: rgb(8, 15, 47);
  justify-content: start;
  flex-wrap: wrap;
}
@media (max-width: 999px) {
  .advantages__grid {
    max-width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 690px) {
  .advantages__grid {
    gap: 20px;
    flex-direction: column;
  }
}
.advantages__item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  justify-content: start;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  z-index: 4;
  width: calc(33.33% - 21.3333333333px);
}
@media (max-width: 999px) {
  .advantages__item {
    width: calc(50% - 21.3333333333px);
  }
}
@media (max-width: 690px) {
  .advantages__item {
    width: 100%;
  }
}
.advantages__item__icon {
  padding-left: 13px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  min-height: 52px;
  display: flex;
}
.advantages__item__icon::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 36px;
  height: 36px;
  background: #29ad33;
  border-radius: 100%;
  z-index: -1;
}
@media (max-width: 690px) {
  .advantages__item__icon {
    min-height: 42px;
    padding-left: 10px;
  }
  .advantages__item__icon img {
    height: 42px;
  }
  .advantages__item__icon::before {
    top: 6px;
    width: 30px;
    height: 30px;
  }
}
.advantages__item__title {
  color: rgb(8, 15, 47);
  font-family: "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  margin-top: 20px;
}
@media (max-width: 999px) {
  .advantages__item__title {
    font-size: 20px;
  }
}
@media (max-width: 690px) {
  .advantages__item__title {
    font-size: 16px;
  }
}
@media (max-width: 999px) {
  .advantages__item__title {
    margin-top: 10px;
  }
}
.advantages__item__description {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}
@media (max-width: 999px) {
  .advantages__item__description {
    margin-top: 16px;
  }
}
@media (max-width: 690px) {
  .advantages__item__description {
    font-size: 14px;
  }
}

.services__title {
  margin-top: 100px;
}
@media (max-width: 999px) {
  .services__title {
    margin-top: 40px;
  }
}
.services__grid {
  display: flex;
  margin-top: 40px;
  align-items: start;
  gap: 40px 29px;
  color: rgb(8, 15, 47);
  justify-content: start;
  flex-wrap: wrap;
  font: 800 16px "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
}
@media (max-width: 999px) {
  .services__grid {
    max-width: 100%;
    margin-right: 3px;
    gap: 20px;
  }
}
.services__item {
  border-radius: 18px;
  background-color: rgb(255, 255, 255);
  position: relative;
  display: flex;
  min-width: 240px;
  min-height: 476px;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  flex-shrink: 1;
  width: calc(33.33% - 19.3333333333px);
  padding: 29px 51px;
  border: 1px solid rgb(243, 243, 243);
}
@media (max-width: 1100px) {
  .services__item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 999px) {
  .services__item {
    width: calc(100% - 10px);
  }
}
@media (max-width: 999px) {
  .services__item {
    padding: 10px 20px 30px;
    min-height: 0;
  }
}
.service-card__image {
  aspect-ratio: 1.57;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 283px;
  z-index: 0;
  max-width: 100%;
}
.service-card__title {
  color: rgb(8, 15, 47);
  font-family: "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  z-index: 0;
  margin-top: 23px;
}
@media (max-width: 999px) {
  .service-card__title {
    font-size: 20px;
  }
}
@media (max-width: 690px) {
  .service-card__title {
    font-size: 16px;
  }
}
.service-card__description {
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  z-index: 0;
  margin-top: 23px;
}
.service-card__price {
  text-align: center;
  z-index: 0;
  margin-top: 23px;
  margin-bottom: 20px;
}

.what {
  width: 100%;
}
.what__title {
  margin-top: 80px;
}
@media (max-width: 999px) {
  .what__title {
    margin-top: 40px;
  }
}
.what__grid {
  margin-top: 40px;
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media (max-width: 999px) {
  .what__grid {
    margin-top: 10px;
    align-items: stretch;
    gap: 0px;
    max-width: 100%;
    margin-right: 3px;
  }
}
@media (max-width: 690px) {
  .what__grid {
    width: 100%;
    gap: 10px;
  }
}
.what__grid:last-child {
  margin-bottom: 0;
}
.what__item {
  width: calc(25% - 22.5px);
  border-radius: 18px;
  background-color: rgb(237, 237, 240);
  display: flex;
  min-height: 139px;
  flex-direction: column;
  align-items: stretch;
  color: rgb(8, 15, 47);
  justify-content: center;
  padding: 24px 15px;
  font: 800 18px "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
  text-align: center;
}
@media (max-width: 999px) {
  .what__item {
    width: calc(50% - 15px);
    margin-top: 25px;
    padding: 0 20px;
  }
}
@media (max-width: 690px) {
  .what__item {
    margin-top: 0px;
  }
}
@media (max-width: 690px) {
  .what__item {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 999px) {
  .what__item:nth-child(2), .what__item:nth-child(4), .what__item:nth-child(5), .what__item:nth-child(7) {
    background-color: transparent;
  }
}
@media (max-width: 999px) {
  .what__item:nth-child(4n+2), .what__item:nth-child(4n+3) {
    background-color: transparent;
  }
}
@media (max-width: 690px) {
  .what__item {
    justify-content: flex-start;
    width: calc(50% - 5px);
    font: 800 12px "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: 0;
  }
}
.what__item__content {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  align-items: stretch;
}
.what__item__icon {
  padding-left: 13px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  z-index: 4;
}
.what__item__icon::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 36px;
  height: 36px;
  background: #29ad33;
  border-radius: 100%;
  z-index: -1;
}
@media (max-width: 690px) {
  .what__item__icon {
    min-height: 42px;
    padding-left: 10px;
  }
  .what__item__icon img {
    height: 42px;
  }
  .what__item__icon::before {
    top: 6px;
    width: 30px;
    height: 30px;
  }
}
.what__item__text {
  margin-top: 20px;
}

.cta {
  position: relative;
  border-radius: 18px;
  background-color: rgb(75, 122, 253);
  margin: 60px 21px 0 0;
}
.cta--green {
  background-color: rgb(41, 173, 51);
}
.cta--green .button {
  background: #4b7afd;
  color: rgb(255, 255, 255);
}
.cta--green .button:hover {
  background: #618bff;
}
.cta--green .button:active {
  background: #436ce0;
}
@media (max-width: 999px) {
  .cta {
    max-width: 100%;
    margin: 40px 10px 0 0;
  }
}
.cta .h2,
.cta h2 {
  color: #fff;
}
@media (max-width: 1350px) {
  .cta .h2,
  .cta h2 {
    font-size: 32px;
  }
}
.cta__content {
  display: flex;
  gap: 20px;
  padding: 30px 30px 33px 175px;
}
@media (max-width: 999px) {
  .cta__content {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
}
@media (max-width: 690px) {
  .cta__content {
    padding: 25px 20px;
  }
}
.cta__info {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
}
@media (max-width: 999px) {
  .cta__info {
    width: 100%;
  }
}
.cta__image {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 26%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 999px) {
  .cta__image {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
.cta__img {
  aspect-ratio: 0.9;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 169px;
  border-radius: 0px 0px 0px 0px;
  flex-shrink: 0;
  max-width: 100%;
  flex-grow: 1;
}
@media (max-width: 999px) {
  .cta__img {
    margin-top: 6px;
    display: flex;
  }
}
@media (max-width: 690px) {
  .cta__img {
    display: none;
  }
}
.cta__text {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  align-items: stretch;
  font-family: "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
  color: rgb(255, 255, 255);
  margin: auto 0;
  position: relative;
  margin-right: -2%;
}
@media (max-width: 999px) {
  .cta__text {
    max-width: 100%;
    margin-top: 0;
  }
}
.cta__title {
  font-size: 36px;
  font-weight: 800;
  margin-top: 0;
  line-height: 1.25;
}
@media (max-width: 999px) {
  .cta__title {
    max-width: 100%;
  }
}
.cta__subtitle {
  font-size: 20px;
  font-weight: 400;
  align-self: start;
  margin-top: 10px;
}
@media (min-width: 660px) {
  .cta__subtitle br {
    display: none;
  }
}
.cta__form {
  display: flex;
  align-self: stretch;
  font-family: "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
  flex-direction: column;
  align-items: stretch;
  margin: auto 0;
  min-width: 51.5%;
}
@media (max-width: 1100px) {
  .cta__form {
    min-width: 61%;
  }
}
@media (max-width: 999px) {
  .cta__form {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cta__form .wpcf7-list-item-label {
  color: rgb(255, 255, 255);
}
.cta__form .wpcf7-list-item-label::before {
  background-color: rgb(255, 255, 255);
}
.cta__form .agreement:has(.agreement__checkbox:checked) .wpcf7-list-item-label::before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.01508 0.984914C7.0853 1.05523 7.12475 1.15054 7.12475 1.24991C7.12475 1.34929 7.0853 1.4446 7.01508 1.51491L3.51508 5.01491C3.44476 5.08514 3.34945 5.12458 3.25008 5.12458C3.1507 5.12458 3.05539 5.08514 2.98508 5.01491L0.985077 3.01491C0.948233 2.98058 0.918682 2.93918 0.898186 2.89318C0.87769 2.84718 0.866669 2.79753 0.865781 2.74718C0.864893 2.69682 0.874155 2.64681 0.893015 2.60012C0.911876 2.55342 0.939948 2.511 0.975558 2.4754C1.01117 2.43979 1.05358 2.41171 1.10028 2.39285C1.14697 2.37399 1.19699 2.36473 1.24734 2.36562C1.29769 2.36651 1.34735 2.37753 1.39335 2.39802C1.43935 2.41852 1.48075 2.44807 1.51508 2.48491L3.25008 4.21991L6.48508 0.984914C6.55539 0.914689 6.6507 0.875244 6.75008 0.875244C6.84945 0.875244 6.94477 0.914689 7.01508 0.984914Z' fill='%234B7AFD' /%3E%3C/svg%3E");
}
.cta__form-row {
  display: flex;
  flex-direction: row;
  font-weight: 400;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  width: 100%;
  gap: 20px;
}
@media (max-width: 690px) {
  .cta__form-row {
    flex-direction: column;
    gap: 10px;
  }
}
.cta__button {
  align-self: start;
  display: flex;
  min-height: 44px;
  align-items: center;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  justify-content: center;
  width: 195px;
  min-width: 195px;
  padding: 13px 10px;
}
@media (max-width: 999px) {
  .cta__button {
    padding: 0 20px;
  }
}
@media (max-width: 690px) {
  .cta__button {
    width: 100%;
  }
}
.cta__agreement {
  align-self: start;
  display: flex;
  margin-top: 0;
  align-items: stretch;
  gap: 6px;
  font-size: 10px;
  color: rgb(255, 255, 255);
}

.clients {
  border-radius: 18px;
  background-color: rgb(237, 237, 240);
  display: flex;
  align-items: center;
  gap: 40px 58px;
  justify-content: start;
  flex-wrap: wrap;
  margin: 60px 21px 0 0;
  padding: 31px;
}
@media (max-width: 999px) {
  .clients {
    max-width: 100%;
    margin: 40px 10px 0 0;
    padding: 0 20px 35px;
  }
}
.clients__content {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 50px;
  justify-content: start;
}
.clients__text {
  align-self: stretch;
  min-width: 240px;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 999px) {
  .clients__text {
    max-width: 100%;
  }
}
.clients__image {
  border-radius: 12px;
}
@media (max-width: 1270px) {
  .clients__image {
    display: none;
  }
}
.clients__title {
  color: rgb(8, 15, 47);
}
@media (max-width: 999px) {
  .clients__title {
    max-width: 100%;
  }
}
.clients__list {
  margin-top: 36px;
  max-width: 100%;
  display: flex;
  gap: 30px;
}
@media (max-width: 999px) {
  .clients__list {
    gap: 0px;
    white-space: unset;
  }
}
@media (max-width: 767px) {
  .clients__list {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
}
.clients li {
  color: rgb(8, 15, 47);
  font: 700 16px "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
  position: relative;
  padding-left: 50px;
}
.clients li::before {
  position: absolute;
  content: "";
  left: 9px;
  top: 2px;
  width: 22px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.05 1.28335C21.2841 1.51773 21.4155 1.83543 21.4155 2.16669C21.4155 2.49794 21.2841 2.81564 21.05 3.05002L9.3833 14.7167C9.14893 14.9508 8.83122 15.0823 8.49997 15.0823C8.16872 15.0823 7.85101 14.9508 7.61664 14.7167L0.949971 8.05002C0.827159 7.93558 0.728656 7.79758 0.660336 7.64425C0.592016 7.49092 0.55528 7.32539 0.552319 7.15756C0.549357 6.98972 0.580231 6.823 0.6431 6.66736C0.705968 6.51171 0.799542 6.37032 0.91824 6.25162C1.03694 6.13292 1.17833 6.03935 1.33397 5.97648C1.48962 5.91361 1.65634 5.88274 1.82418 5.8857C1.99201 5.88866 2.15754 5.9254 2.31087 5.99372C2.4642 6.06204 2.6022 6.16054 2.71664 6.28335L8.49997 12.0667L19.2833 1.28335C19.5177 1.04927 19.8354 0.917786 20.1666 0.917786C20.4979 0.917786 20.8156 1.04927 21.05 1.28335Z' fill='%234B7AFD'/%3E%3C/svg%3E%0A") 0 0 no-repeat;
}
.clients li:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 999px) {
  .clients li:not(:first-child) {
    margin-top: 20px;
  }
}

.trust {
  display: flex;
  margin-top: 60px;
  width: 100%;
  flex-direction: column;
  align-items: start;
}
@media (max-width: 999px) {
  .trust {
    max-width: 100%;
    margin-top: 40px;
  }
}
.trust__title {
  color: rgb(8, 15, 47);
  font: 800 36px "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
}
.trust__partners {
  display: flex;
  margin-top: 38px;
  gap: 26px 30px;
  justify-content: start;
  flex-wrap: wrap;
}
@media (max-width: 999px) {
  .trust__partners {
    margin-top: 20px;
    gap: 20px;
  }
}
@media (max-width: 690px) {
  .trust__partners {
    gap: 10px;
  }
}
.trust__partner {
  border-radius: 0px 0px 0px 0px;
  min-width: 240px;
  flex-grow: 1;
  flex-shrink: 1;
}

.partner-logo {
  border-radius: 18px;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border: 1px solid rgb(243, 243, 243);
}
@media (max-width: 999px) {
  .partner-logo {
    padding: 0 20px;
  }
}
.partner-logo__image {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 200px;
}

.licenses {
  margin-top: 72px;
  width: 100%;
}
@media (max-width: 1350px) {
  .licenses {
    margin-left: 50px;
    margin-right: 50px;
    width: calc(100% - 100px);
  }
}
@media (max-width: 1100px) {
  .licenses {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100% - 0px);
  }
}
@media (max-width: 999px) {
  .licenses {
    margin-top: 40px;
  }
}
.licenses__subtitle {
  color: rgb(8, 15, 47);
  font: 400 30px/1.5 "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
}
@media (max-width: 999px) {
  .licenses__subtitle {
    font: 400 24px/1.5 "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
    max-width: 100%;
  }
}
@media (max-width: 690px) {
  .licenses__subtitle {
    font: 400 20px/1.5 "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
  }
  .licenses__subtitle br {
    display: none;
  }
}
.licenses__arrows {
  position: absolute;
  top: 149.5px;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 1100px) {
  .licenses__arrows {
    display: none;
  }
}
.licenses__arrows__prev, .licenses__arrows__next {
  right: -51px;
  position: absolute;
  top: 0;
  width: 22px;
  height: 141px;
  cursor: pointer;
  z-index: 10;
  background: url("data:image/svg+xml,%3Csvg width='22' height='141' viewBox='0 0 22 141' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.25' d='M0.999999 1L21 70.5L0.999999 140' stroke='%23202129'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
  transform: translateY(-50%);
}
.licenses__arrows__prev {
  left: -51px;
  transform: rotate(180deg) translateY(50%);
}
.licenses__slider {
  position: relative;
  margin-top: 60px;
  width: 100%;
  align-items: stretch;
  gap: 40px 57px;
  font-family: "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
  color: rgb(8, 15, 47);
  position: relative;
}
@media (max-width: 999px) {
  .licenses__slider {
    width: 100vw;
    margin-top: 40px;
    margin-left: -25px;
    margin-right: -25px;
  }
  .licenses__slider .swiper {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.license-card {
  border-radius: 4px;
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: stretch;
  margin: auto 0;
}
@media (max-width: 999px) {
  .license-card {
    min-width: 0;
  }
}
.license-card__image {
  aspect-ratio: 0.75;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 223px;
  border-radius: 4px;
  display: block;
  align-self: end;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.license-card__title {
  font-size: 20px;
  font-weight: 800;
  align-self: start;
  margin-top: 30px;
}
.license-card__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 10px;
}
@media (max-width: 999px) {
  .license-card__description {
    margin-right: 10px;
  }
}

.contacts {
  display: flex;
  margin-top: 80px;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  font-family: "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
  justify-content: start;
}
@media (max-width: 999px) {
  .contacts {
    max-width: 100%;
    margin-top: 40px;
  }
}
.contacts__header {
  align-self: center;
  display: flex;
  align-items: center;
  gap: 40px 91px;
  justify-content: start;
  flex-wrap: wrap;
}
@media (max-width: 999px) {
  .contacts__header {
    max-width: 100%;
    gap: 20px;
  }
  .contacts__header .social__btn {
    height: 36px;
    width: 36px;
  }
  .contacts__header .social__btn img {
    width: auto;
    height: auto;
  }
}
.contacts__title {
  color: rgb(8, 15, 47);
  font-size: 30px;
  font-weight: 400;
  align-self: stretch;
  margin: auto 0;
}
.contacts__info {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: stretch;
  gap: 40px 100px;
  flex-wrap: wrap;
  width: 762px;
  margin: auto 0;
}
@media (max-width: 999px) {
  .contacts__info {
    max-width: calc(100% - 102px);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .contacts__info {
    max-width: 100%;
  }
}
.contacts__item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1100px) {
  .contacts__item {
    gap: 10px;
  }
}
.contacts__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts__icon img {
  width: 24px;
}
.contacts__details {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.contacts__address {
  color: rgb(8, 15, 47);
  font-size: 20px;
  font-weight: 800;
}
@media (max-width: 999px) {
  .contacts__address {
    font-size: 18px;
  }
}
.contacts__schedule {
  color: rgb(151, 154, 169);
  font-size: 14px;
  font-weight: 400;
  align-self: start;
  margin-top: 6px;
}
.contacts__phone {
  flex-basis: auto;
  font-size: 20px;
  color: rgb(8, 15, 47);
  font-weight: 800;
}
@media (max-width: 1100px) {
  .contacts__phone {
    font-size: 18px;
  }
}
.contacts__map {
  width: 100%;
  border-radius: 12px;
  margin-top: 40px;
  overflow: hidden;
}
@media (max-width: 999px) {
  .contacts__map {
    max-width: 100%;
  }
  .contacts__map iframe {
    height: 300px;
  }
}

.footer {
  background-color: rgb(26, 26, 26);
  align-self: stretch;
  display: flex;
  margin-top: 43px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  font-family: "Mulish", -apple-system, Roboto, Helvetica, sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 400;
  justify-content: center;
  padding: 38px 70px;
}
@media (max-width: 999px) {
  .footer {
    max-width: 100%;
    margin-top: 40px;
    padding: 38px 25px;
  }
}
.footer__links {
  margin-top: 12px;
}
.footer__links p {
  margin-top: 4px;
}
.footer__links p a {
  font-size: 12px;
  text-decoration: underline;
}
.footer__links p a:hover {
  text-decoration: none;
}
.footer__content {
  display: flex;
  align-items: start;
  gap: 40px 129px;
  justify-content: start;
  flex-wrap: wrap;
}
@media (max-width: 999px) {
  .footer__content {
    max-width: 100%;
  }
}
@media (max-width: 690px) {
  .footer__content {
    gap: 20px;
  }
}
.footer__company {
  min-width: 240px;
  width: 356px;
}
.footer__title {
  font-size: 30px;
  font-size: 22px;
}
.footer__title:nth-child(2) {
  font-weight: 400;
}
.footer__description {
  font-size: 16px;
  line-height: 1.19;
  margin-top: 20px;
  opacity: 0.7;
}
.footer__contacts {
  min-width: 240px;
  font-size: 16px;
  width: 323px;
}
.footer__contact-item {
  display: flex;
  margin-top: 15px;
  max-width: 100%;
  font-weight: 800;
  width: 323px;
  align-items: stretch;
  gap: 16px;
}
.footer__contact-item:last-child {
  width: 270px;
  align-items: center;
}
.footer__contact-text {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin: auto 0;
}
.footer__contact-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  border: 1px solid #464646;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__contact-icon img {
  width: 18px;
  filter: invert(1);
}
.footer__credentials {
  width: 233px;
}
.footer__credentials-text {
  font-size: 14px;
  line-height: 1.21;
  margin-top: 20px;
  opacity: 0.7;
}
.footer .social {
  gap: 6px;
}
.footer .social__btn {
  height: 24px;
  width: 24px;
}
.footer .social__btn img {
  width: 12px;
  height: 12px;
}

.popup {
  border-radius: 0;
  max-width: 675px;
  position: relative;
  margin: auto;
}
.popup__wrap {
  position: fixed;
  z-index: 222;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  flex-direction: column;
  display: none;
}
.popup__wrap._active {
  display: flex;
}
@media (max-width: 476px) {
  .popup__wrap {
    padding: 10px;
  }
}
.popup__close {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  align-self: end;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 18L12 12M12 12L6 6M12 12L18 6M12 12L6 18' stroke='%23080F2F' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
}
@media (max-width: 999px) {
  .popup__close {
    margin-right: 10px;
  }
}
.popup__close-icon {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 24px;
}
.popup__content {
  border-radius: 36px;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  padding: 40px 40px 29px;
}
@media (max-width: 999px) {
  .popup__content {
    max-width: 100%;
    padding: 30px 20px;
  }
}
.popup--thanks .popup__content {
  background: #29AD33;
  width: 675px;
  height: 465px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  text-align: center;
}
.popup--thanks .popup__content .button {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .popup--thanks .popup__content {
    width: 100%;
    height: 355px;
  }
}
.popup__thanks {
  font-size: 36px;
  font-weight: 800;
  margin: 6px 0;
}
.popup__thanks__icon {
  width: 66px;
  height: 66px;
  margin-left: auto;
  margin-right: auto;
  background: url("data:image/svg+xml,%3Csvg width='66' height='66' viewBox='0 0 66 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.5826 21.9174C49.9688 22.3041 50.1857 22.8283 50.1857 23.3749C50.1857 23.9215 49.9688 24.4457 49.5826 24.8324L30.3326 44.0824C29.9458 44.4686 29.4216 44.6856 28.8751 44.6856C28.3285 44.6856 27.8043 44.4686 27.4176 44.0824L16.4176 33.0824C16.2149 32.8936 16.0524 32.6659 15.9397 32.4129C15.8269 32.1599 15.7663 31.8868 15.7614 31.6098C15.7565 31.3329 15.8075 31.0578 15.9112 30.801C16.015 30.5442 16.1693 30.3109 16.3652 30.115C16.5611 29.9192 16.7943 29.7648 17.0512 29.6611C17.308 29.5573 17.5831 29.5064 17.86 29.5113C18.1369 29.5162 18.41 29.5768 18.663 29.6895C18.916 29.8022 19.1437 29.9648 19.3326 30.1674L28.8751 39.7099L46.6676 21.9174C47.0543 21.5312 47.5785 21.3142 48.1251 21.3142C48.6716 21.3142 49.1958 21.5312 49.5826 21.9174Z' fill='white'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
}
.popup__afThanks {
  margin-bottom: 40px;
}
.popup__title {
  color: rgb(8, 15, 47);
  align-self: start;
  margin: 0;
  font: 800 36px/1 Mulish, -apple-system, Roboto, Helvetica, sans-serif;
}
@media (max-width: 590px) {
  .popup__title {
    font-size: 28px;
  }
}

.feedback-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 26px;
}
@media (max-width: 590px) {
  .feedback-form {
    gap: 20px;
  }
}
.feedback-form__row {
  display: flex;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 590px) {
  .feedback-form__row {
    flex-direction: column;
    gap: 20px;
  }
}
.feedback-form .wpcf7-list-item {
  margin: 0;
}
.feedback-form .agreement {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  /* Текст соглашения */
  /* Ссылка в соглашении */
}
.feedback-form .agreement__checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.feedback-form .agreement__text {
  font: 400 14px/14px Mulish, -apple-system, Roboto, Helvetica, sans-serif;
  color: rgb(142, 144, 154);
}
.feedback-form .agreement__link {
  text-decoration: underline;
  cursor: pointer;
  color: inherit;
}
.feedback-form .agreement__link:hover {
  color: rgb(41, 173, 51);
}
.feedback-form .input__wrap {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Mulish, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 400;
}
.feedback-form .input__wrap--full-width {
  width: 100%;
  flex: none;
}
@media (max-width: 999px) {
  .feedback-form .input__wrap--full-width {
    max-width: 100%;
  }
}
.feedback-form .input__wrap__label {
  display: block;
  color: rgb(8, 15, 47);
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.feedback-form .file-upload {
  font-family: Mulish, -apple-system, Roboto, Helvetica, sans-serif;
  color: rgb(8, 15, 47);
  font-weight: 400;
}
@media (max-width: 999px) {
  .feedback-form .file-upload {
    max-width: 100%;
  }
}
.feedback-form .file-upload__label {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 999px) {
  .feedback-form .file-upload__label {
    max-width: 100%;
  }
}
.feedback-form .file-upload__dropzone {
  border-radius: 0;
  display: flex;
  width: 100%;
  max-width: 594px;
  flex-direction: column;
  align-items: stretch;
  font-size: 16px;
  line-height: 1;
  position: relative;
}
@media (max-width: 999px) {
  .feedback-form .file-upload__dropzone {
    max-width: 100%;
  }
}
.feedback-form .file-upload__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.feedback-form .file-upload__area {
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  justify-content: start;
  padding: 21px 26px;
  border: 1px dashed rgb(194, 194, 194);
  cursor: pointer;
  transition: border-color 0.2s ease;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 21H18M12 3V17M12 17L17 12M12 17L7 12' stroke='%23080F2F' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") calc(100% - 26px) center no-repeat;
}
.feedback-form .file-upload__area:hover {
  border-color: rgb(41, 173, 51);
}
@media (max-width: 999px) {
  .feedback-form .file-upload__area {
    padding: 0 20px;
  }
}
.feedback-form .file-upload__text {
  align-self: stretch;
  margin: auto 0;
}
.feedback-form .file-upload__icon {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 24px;
  align-self: end;
  z-index: 10;
  margin: -41px 26px 0 0;
}
@media (max-width: 999px) {
  .feedback-form .file-upload__icon {
    margin-right: 10px;
  }
}
.feedback-form .file-list {
  align-self: start;
  z-index: 10;
  margin-top: 21px;
}
@media (max-width: 999px) {
  .feedback-form .file-list {
    margin-left: 2px;
  }
}
.feedback-form .file-item {
  display: flex;
  align-items: center;
  color: rgb(8, 15, 47);
  white-space: nowrap;
  justify-content: start;
  font: 400 12px/1 Mulish, -apple-system, Roboto, Helvetica, sans-serif;
  margin-bottom: 10px;
}
.feedback-form .file-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 999px) {
  .feedback-form .file-item {
    white-space: initial;
  }
}
.feedback-form .file-item .icon {
  display: none;
}
.feedback-form .file-item .text {
  border-radius: 2px;
  background-color: rgb(245, 247, 248);
  display: flex;
  min-height: 30px;
  align-items: center;
  padding: 9px 26px 9px 9px;
  flex-grow: 1;
}
@media (max-width: 999px) {
  .feedback-form .file-item .text {
    white-space: initial;
  }
}
.feedback-form .file-item .remove-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-decoration: none;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.66667 7H9.33333M7 12.25C6.31056 12.25 5.62787 12.1142 4.99091 11.8504C4.35395 11.5865 3.7752 11.1998 3.28769 10.7123C2.80018 10.2248 2.41347 9.64605 2.14963 9.00909C1.8858 8.37213 1.75 7.68944 1.75 7C1.75 6.31056 1.8858 5.62787 2.14963 4.99091C2.41347 4.35395 2.80018 3.7752 3.28769 3.28769C3.7752 2.80018 4.35395 2.41347 4.99091 2.14963C5.62787 1.8858 6.31056 1.75 7 1.75C8.39239 1.75 9.72774 2.30312 10.7123 3.28769C11.6969 4.27226 12.25 5.60761 12.25 7C12.25 8.39239 11.6969 9.72774 10.7123 10.7123C9.72774 11.6969 8.39239 12.25 7 12.25Z' stroke='%23080F2F' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
}
.feedback-form .file-item .remove-btn img {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 14px;
}
.feedback-form .form-actions {
  display: flex;
  width: 100%;
  align-items: stretch;
  gap: 18px;
}
@media (max-width: 999px) {
  .feedback-form .form-actions {
    max-width: 100%;
  }
}
@media (max-width: 590px) {
  .feedback-form .form-actions {
    flex-direction: column;
  }
}
.feedback-form .submit-button {
  border-radius: 14px;
  background-color: rgb(41, 173, 51);
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  color: rgb(255, 255, 255);
  justify-content: center;
  padding: 19px 37px;
  font: 700 16px Mulish, -apple-system, Roboto, Helvetica, sans-serif;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}
.feedback-form .submit-button:hover {
  background-color: rgb(35, 147, 43);
}
.feedback-form .submit-button:active {
  background-color: rgb(29, 122, 36);
}
@media (max-width: 999px) {
  .feedback-form .submit-button {
    padding: 0 20px;
  }
}
.feedback-form .submit-button__text {
  align-self: stretch;
  margin: auto 0;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-not-valid-tip {
  /*display: none !important; */
	font-size: 12px;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 12px;
  margin: 20px 0 0 0;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px #DA1B1B;
  padding: 10px;
  border: 0;
  background: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  box-shadow: inset 0 0 0 1px rgb(41, 173, 51);
}

.agreement__label {
  cursor: pointer;
}

body:not(.page-template-front-page) .topBg__img {
  display: none;
}

.page-template-default {
  background: #fff;
}
.page-template-default .content {
  padding-top: 8rem;
}
@media (max-width: 690px) {
  .page-template-default .content {
    padding-top: 2rem;
  }
}
.page-template-default .page {
  background: #fff;
}
.page-template-default .page p {
  margin-bottom: 10px;
}
.page-template-default .page h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (max-width: 690px) {
  .page-template-default .page h1 {
    font-size: 1.8rem;
  }
}

.goUp {
  position: fixed;
  cursor: pointer;
  z-index: 333;
  right: 40px;
  bottom: 40px;
  border-radius: 22px;
  border: 2px solid #fff;
  align-self: stretch;
  display: flex;
  margin: auto 0;
  width: 44px;
  flex-shrink: 0;
  height: 44px;
  background: #fff url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8L8 1' stroke='%232B2F41' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 8L8 1' stroke='%232B2F41' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 1L8 16' stroke='%232B2F41' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
}
@media (max-width: 590px) {
  .goUp {
    right: 20px;
    bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */



.lwptoc_itemWrap1 {
    margin: 10px 0px 10px 15px;
}

.lwptoc_item {margin-top:15px;}
    
    
.lwptoc_toggle:before {
    content: '['
}

.lwptoc_toggle:after {
    content: ']'
} 

.lwptoc_toggle {display:flex;}

.lwptoc_header {display:flex; gap:15px;}
    
.lwptoc_i{margin-bottom:25px;}



.post.page p {margin-bottom:15px}

.post.page h3 {font-size:22px}

.post.page a {color: rgb(75, 122, 253); }

.post.page h1, h2, h3 {margin-bottom:15px}


.topBg__img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}


.devws-contact-modal__agreement-icon {display:none!important}
.devws-contact-modal__agreement {display:flex!important; gap: 10px;}
.devws-contact-modal__agreement input {display: block!important}