@charset "UTF-8";
/*
 * Стили всего сайта
 * Стили для профиля в файле profile.scss
 */
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

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

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  line-height: 1;
}

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

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

button {
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
  font-family: inherit;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 1072px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1024px;
  }
}
@media (min-width: 1272px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1272px;
  }
}
:root {
  --font-family-headings: 'Montserrat', sans-serif;
  --font-family-body: 'Montserrat', sans-serif;
  --color-text: #1A1A1A;
  --color-background: #fff;
  --color-background-button: var(--color-primary);
  --color-text-button: #fff;
  --color-border: #E8ECF3;
  --color-gray: #F5F6F8;
  --color-tr: #B5B9C3;
  --color-gray-text: #B7BAC2;
  --header-height: 124px;
  --section-paddings: 80px;
  --main-br: 60px;
  --section-wrapper: 60px;
}
@media (max-width: 1271.98px) {
  :root {
    --header-height: 124px;
  }
}
@media (max-width: 1071.98px) {
  :root {
    --section-wrapper: 15px;
    --section-paddings: 40px;
    --header-height: 60px;
    --main-br: 30px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --section-paddings: 20px;
  }
}

.header__menu li a:hover, .header__menu li.menu-item-has-children:hover > a, .color-primary {
  background: linear-gradient(135deg, var(--gradient-from) 0%, var(--gradient-to) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn--outline.btn--primary, .btn--outline-white, a.wp-element-button.wp-block-button__link, a.btn--primary.wp-element-button {
  border: 1px solid transparent;
  background: linear-gradient(#fff 0 0) padding-box, linear-gradient(135deg, var(--gradient-from) 0%, var(--gradient-to) 100%) border-box !important;
}

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

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

button {
  cursor: pointer;
}

p {
  margin: 0 0 0.67em 0;
}

html {
  min-width: 320px;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: var(--font-family-body);
  margin: 0;
}

body:not(.wp-admin) {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-text);
  background-color: var(--color-background);
  font-family: var(--font-family-body);
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-align: left;
  overflow-x: hidden;
  min-width: 320px;
  position: relative;
  width: 100%;
  height: 100%;
}
body:not(.wp-admin)._scroll-lock > .screen-page:after {
  visibility: visible;
  opacity: 1;
}
body:not(.wp-admin)._scroll-lock {
  overflow: hidden;
}

.img-cover {
  position: absolute;
  inset: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
}

.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.6);
}

.screen-page {
  width: 100%;
  min-height: 100%;
  position: relative;
}
.screen-page::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  background: rgba(var(--color-background), 0.5);
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: linear 300ms;
}
.screen-page._lock::after {
  visibility: visible;
  opacity: 1;
}

.link_to_edit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background-color: var(--color-background-button);
  color: var(--color-text-button);
  padding: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link_to_edit svg {
  width: 100%;
  height: 100%;
}
.link_to_edit svg path {
  fill: currentColor;
}

.bg-loading {
  --bg-loading-1: #F5F8FD;
  --bg-loading-2: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background-image: linear-gradient(60deg, var(--bg-loading-1) 30%, var(--bg-loading-2) 45%, var(--bg-loading-1) 60%);
  background-size: 200% 100%;
  animation: 0.9s bgLoadingAnimation linear infinite;
}

.b-loaded + noscript + .bg-loading,
.b-loaded + .bg-loading {
  display: none;
}

@keyframes bgLoadingAnimation {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -200%;
  }
}
.follow-cursor {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  z-index: 999;
  pointer-events: none;
  transition: width 0.64s, height 0.64s, border-radius 0.64s, background-color 0.64s;
}
.follow-cursor:before {
  content: "Перейти";
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.follow-cursor.follow-cursor_active {
  height: 128px;
  width: 128px;
  background: var(--color-background-button);
  color: var(--color-text-button);
}
.follow-cursor.follow-cursor_active:before {
  visibility: visible;
  opacity: 1;
}

.img-cover {
  position: absolute;
  inset: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
}

main {
  padding-top: var(--header-height);
}
main > section:not(.hero):not(.breadcrumbs):not(.kurban) {
  padding-top: var(--section-paddings);
  padding-bottom: var(--section-paddings);
}
main > section.breadcrumbs {
  padding-bottom: 20px;
}
main > section.breadcrumbs + section:not(.hero):not(.hero):not(.breadcrumbs):not(.kurban) {
  padding-top: 0;
}

.breadcrumbs {
  color: var(--color-tr);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2em;
}
.breadcrumbs .kama_breadcrumbs {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 7px;
}
.breadcrumbs {
  text-transform: lowercase;
}
.breadcrumbs svg {
  display: inline-block;
}
.breadcrumbs a {
  color: inherit;
  padding: 5px;
  margin: -5px;
  display: block;
}
.breadcrumbs a:hover {
  color: var(--color-text);
}

.form-response:empty {
  display: none;
}
.form-response--error {
  font-weight: 500;
  color: var(--color-error, #df3434);
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.2em;
  display: block;
}
.form-response:not(:empty) {
  position: relative;
  padding: 6px 6px 6px 40px;
  background: linear-gradient(90deg, #ed4f4f 0, #df3434 50.19%);
  color: #fff;
  font-size: 14px;
  border-radius: 12px;
  min-height: 37px;
  margin-top: 10px;
}
.form-response:not(:empty) > div {
  margin-top: 0.2em;
}
.form-response:not(:empty):before {
  content: "";
  background-position: center;
  background-size: contain;
  margin-right: 15px;
  display: block;
  position: absolute;
  left: 6px;
  top: 6px;
  min-width: 24px;
  width: 24px;
  height: 24px;
  z-index: 2;
  background-image: 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='M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 8V13' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.9961 16H12.0051' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.form-response:not(:empty).form-response--success {
  background: var(--color-gray);
  color: var(--color-text);
}
.form-response:not(:empty).form-response--success:before {
  background-color: #47A23F;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-image: none;
  mask-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 30.25C24.0625 30.25 30.25 24.0625 30.25 16.5C30.25 8.9375 24.0625 2.75 16.5 2.75C8.9375 2.75 2.75 8.9375 2.75 16.5C2.75 24.0625 8.9375 30.25 16.5 30.25Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5 16.5L15.0741 21L22 13' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.form-response:not(:empty).form-response--edit {
  background: #30b72e;
  color: #fff;
}
.form-response:not(:empty).form-response--edit:before {
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-image: none;
  mask-image: 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='M22.6999 19L13.5999 9.90001C14.4999 7.60001 13.9999 4.90001 12.0999 3.00001C10.0999 1.00001 7.09994 0.600012 4.69994 1.70001L8.99994 6.00001L5.99994 9.00001L1.59994 4.70001C0.399939 7.10001 0.899939 10.1 2.89994 12.1C4.79994 14 7.49994 14.5 9.79994 13.6L18.8999 22.7C19.2999 23.1 19.8999 23.1 20.2999 22.7L22.5999 20.4C23.0999 20 23.0999 19.3 22.6999 19Z' fill='black'%3E%3C/path%3E%3C/svg%3E");
}
.form-response__close {
  position: absolute;
  right: 6px;
  top: 6px;
  color: currentColor;
}

@media (max-width: 1071.98px) {
  .hide-md-md {
    display: none !important;
  }
}

@media (min-width: 1072px) {
  .hide-up-lg {
    display: none !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-headings);
}

h1,
.h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.6em;
}
@media (max-width: 1271.98px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}
@media (max-width: 1071.98px) {
  h1,
  .h1 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 22px;
  }
}

h2,
.h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.6em;
}
@media (max-width: 1271.98px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media (max-width: 1071.98px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  h2,
  .h2 {
    font-size: 22px;
  }
}

h3,
.h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 1271.98px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}
@media (max-width: 1071.98px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

h5,
.h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

h6,
.h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.content-field p,
.content-field li {
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.01em;
}
@media (max-width: 1071.98px) {
  .content-field p,
  .content-field li {
    font-size: 14px;
  }
}
.content-field p:not(:last-child),
.content-field li:not(:last-child) {
  margin-bottom: 1em;
}
.content-field ol,
.content-field ul {
  margin-bottom: 1em;
  padding-left: 1.8em;
}
.content-field ul li {
  list-style: disc;
}
.btn, a.wp-element-button {
  min-height: 64px;
  padding: 0 34px;
  font-family: var(--ff);
  letter-spacing: 0.01em;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border-radius: 32px;
  background: var(--gradient-site);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, transform 0.2s ease, filter 0.2s ease, border-color 0.2s ease;
  position: relative;
}
@media (max-width: 1071.98px) {
  .btn, a.wp-element-button {
    min-height: 45px;
    padding: 0 24px;
    font-size: 18px;
  }
}
.btn--icon:after {
  content: "";
  margin-left: 1.2em;
  display: block;
  background: currentColor;
  height: 16px;
  width: 16px;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.66666 16.3334L11.4033 10.2963C12.1989 9.58335 12.1989 8.41669 11.4033 7.70372L4.66666 1.66669' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.btn--icon.btn--icon-bottom:after {
  mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3.4375V17.7768' stroke='white' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M4.8125 12.375L11 18.5625L17.1875 12.375' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.btn:hover, a.wp-element-button:hover, .btn:focus-visible, a.wp-element-button:focus-visible {
  filter: brightness(1.1);
}
.btn:active, a.wp-element-button:active {
  transform: translateY(3px);
}
@media (max-width: 1071.98px) {
  .btn, a.wp-element-button {
    font-size: 14px;
  }
}
.btn span:only-child, a.wp-element-button span:only-child {
  margin-top: -0.1em;
}
.btn:disabled, a.wp-element-button:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.btn--tr {
  background: #f5f6f8;
  color: var(--black);
}
.btn--tr:hover, .btn--tr:focus-visible {
  background: #e3e4dc;
  color: var(--black);
}
.btn--outline, a.wp-element-button {
  color: var(--black);
  background: transparent;
  border-width: 1px;
  border-style: solid;
}
.btn--outline:hover, a.wp-element-button:hover, .btn--outline:focus-visible, a.wp-element-button:focus-visible {
  border-color: var(--primary-hover);
  background: var(--primary-hover);
  color: var(--white);
}
.btn--outline.btn--border, a.btn--border.wp-element-button {
  border-color: var(--color-border);
}
.btn--outline.btn--border:hover, a.btn--border.wp-element-button:hover, .btn--outline.btn--border:focus-visible, a.btn--border.wp-element-button:focus-visible {
  background-image: var(--primary);
  border-color: transparent;
}
.btn--outline.btn--light, a.btn--light.wp-element-button {
  border-color: rgba(35, 32, 46, 0.062745098);
}
.btn--outline.btn--tr, a.btn--tr.wp-element-button {
  border-color: var(--color-border);
  color: var(--black);
}
.btn--outline.btn--tr:hover, a.btn--tr.wp-element-button:hover, .btn--outline.btn--tr:focus-visible, a.btn--tr.wp-element-button:focus-visible {
  color: var(--white);
  border-color: var(--primary-hover);
}
.btn--white {
  background: var(--white);
  color: var(--black);
}
.btn--white:hover, .btn--white:focus-visible {
  background: #e3e4dc;
  color: var(--black);
}
.btn--black {
  background: var(--black);
  color: var(--white);
}
.btn--black:hover, .btn--black:focus-visible {
  background: #797979;
  color: var(--white);
}
.btn--sm, a.wp-element-button {
  min-height: 44px;
  border-radius: 24px;
  font-size: 14px;
  padding: 0 26px;
}
@media (max-width: 1071.98px) {
  .btn--sm, a.wp-element-button {
    font-size: 12px;
    padding: 0 22px;
    min-height: 44px;
  }
}
.btn > .svg-use, a.wp-element-button > .svg-use {
  margin-left: 14px;
  margin-right: -10px;
}
.btn--xs {
  font-size: 10px;
  min-height: 24px;
  padding: 0 12px;
  font-weight: 600;
}
@media (max-width: 1071.98px) {
  .btn--xs {
    font-size: 10px;
    padding: 0 12px;
    min-height: 24px;
  }
}
.btn--disabled {
  background: #c4c0b5;
  color: var(--white);
}

.is-layout-flex {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.has-medium-font-size {
  font-size: 22px;
}
@media (max-width: 1071.98px) {
  .has-medium-font-size {
    font-size: 18px;
  }
}

.wp-block-button__link {
  text-decoration: none;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--color-border);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: var(--color-text);
}

.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 12px;
  background-color: var(--color-background-button);
  color: var(--color-text-button);
  padding: 16px 20px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.alignwide {
  max-width: 1400px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1071.98px) {
  .alignwide {
    max-width: 100%;
  }
}

.alignfull {
  max-width: 100%;
}
.alignfull > .container {
  width: 100%;
  max-width: 100%;
}

.alignleft,
.alignright,
.aligncenter {
  clear: both;
}

.alignleft {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}

.alignright {
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

a.wp-element-button {
  background-color: transparent;
  text-decoration: none;
  border-radius: 24px;
}
.header {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
}
.header.fixed {
  position: fixed;
  top: var(--admin-bar-height, 0px);
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 4px 0px 44px 0px rgba(0, 0, 0, 0.0901960784);
  animation: HeaderAnim ease-in-out 0.4s alternate;
}
.header.fixed .header__top {
  display: none;
}
@media (min-width: 1072px) {
  .header.fixed .header__main-inner {
    padding: 10px 0;
  }
}
.header.fixed.hidden {
  transform: translateY(-100%);
}
.header__edit-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  font-size: 12px;
  padding: 6px 12px;
  background: var(--color-primary, #47a23f);
  color: #fff !important;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: opacity 0.2s;
}
.header__edit-btn:hover {
  opacity: 0.9;
  color: #fff !important;
}
.header__field-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.header__field-wrap .link_to_edit {
  position: relative;
  top: auto;
  right: auto;
  width: 22px;
  height: 22px;
  padding: 4px;
  opacity: 0.7;
}
.header__field-wrap .link_to_edit:hover {
  opacity: 1;
}
.header__field-wrap .link_to_edit svg {
  width: 12px;
  height: 12px;
}
.header__field-wrap_address {
  align-items: flex-end;
}
.header__field-wrap_address svg {
  --icon-color: url(#svg-gradient);
}
.header__field-wrap_phone {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.header__field-wrap-content {
  position: relative;
}
.header__top {
  background-color: var(--color-gray);
  font-weight: 500;
  line-height: 1.2em;
}
@media (max-width: 1071.98px) {
  .header__top {
    display: none;
  }
}
.header__top-inner {
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1271.98px) {
  .header__top-inner {
    gap: 10px;
  }
}
@media (min-width: 1072px) {
  .header__top-inner > *:nth-child(2) {
    margin-right: auto;
  }
}
.header__time {
  color: var(--color-tr);
  font-size: 10px;
  line-height: 1.2em;
  font-weight: 500;
}
.header__address {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.01em;
  line-height: 1.2em;
}
@media (max-width: 1271.98px) {
  .header__address {
    font-size: 10px;
  }
}
.header__address svg {
  min-width: 12px;
  display: block;
}
.header__email {
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 500;
}
@media (max-width: 1271.98px) {
  .header__email {
    font-size: 10px;
  }
}
.header__email:hover {
  color: var(--color-primary);
}
.header__phone {
  display: flex;
  align-items: center;
  gap: 5px;
  letter-spacing: -0.02em;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.2em;
}
@media (max-width: 1271.98px) {
  .header__phone {
    font-size: 16px;
  }
}
.header__phone:hover {
  color: var(--color-primary);
}
.header__phone svg {
  display: block;
}
@media (min-width: 1072px) {
  .header__phone svg {
    display: none;
  }
}
.header__phone-text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1em;
}
.header__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1271.98px) {
  .header__socials {
    gap: 5px;
  }
}
.header__social {
  background-color: #fff;
  border: 1px solid var(--color-border);
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 22px;
  line-height: 1.2em;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media (max-width: 1271.98px) {
  .header__social {
    padding: 6px 10px;
    border-radius: 18px;
  }
}
.header__social svg {
  display: block;
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.header__social:hover {
  color: #fff;
  background-image: var(--gradient-site);
}
.header__main-inner {
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1271.98px) {
  .header__main-inner {
    gap: 10px;
  }
}
@media (max-width: 1071.98px) {
  .header__main-inner {
    gap: 5px;
    padding: 10px 0;
  }
}
@media (max-width: 1071.98px) {
  .header__main-inner .header__actions {
    margin-left: auto;
  }
}
@media (max-width: 575.98px) {
  .header__main .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.header__location {
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.01em;
  line-height: 1.2em;
}
.header__logo-wrap {
  position: relative;
}
.header__logo {
  display: block;
  height: 60px;
  width: 180px;
  min-width: 180px;
  object-fit: contain;
  object-position: left center;
  position: relative;
}
@media (max-width: 1271.98px) {
  .header__logo {
    height: 40px;
    width: 120px;
    min-width: 120px;
  }
}
@media (max-width: 1071.98px) {
  .header__logo {
    min-width: auto;
    width: 100%;
    max-width: 120px;
  }
}
.header__logo img {
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  width: 100%;
  display: block;
  object-fit: contain;
  object-position: left center;
}
.header__logo .bg-loading {
  border-radius: 20px;
}
.header__slogan {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  color: var(--color-text);
}
@media (max-width: 1271.98px) {
  .header__slogan {
    font-size: 10px;
  }
}
@media (max-width: 575.98px) {
  .header__slogan {
    display: none;
  }
}
.header__nav {
  flex-grow: 1;
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 26px;
}
@media (max-width: 1271.98px) {
  .header__menu {
    gap: 10px 16px;
  }
}
.header__menu li a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.2em;
}
.header__menu li a:hover .menu-projects-count {
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: initial;
  color: #fff;
}
@media (max-width: 1271.98px) {
  .header__menu li a {
    font-size: 14px;
  }
}
@media (max-width: 1071.98px) {
  .header__menu li a {
    font-size: 12px;
  }
}
.header__menu li.menu-item-type-fund {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.header__menu li.menu-item-type-fund:before {
  content: "";
  display: block;
  margin-right: 3px;
  width: 16px;
  min-width: 16px;
  height: 18px;
  mask-size: 16px 5.5px;
  mask-repeat: repeat-y;
  mask-position: top left;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='2' viewBox='0 0 16 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75H14.5' stroke='%231A1A1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
@media (max-width: 1071.98px) {
  .header__menu li.menu-item-type-fund:before {
    width: 14px;
    min-width: 14px;
    height: 13px;
    mask-size: 14px 4.5px;
  }
}
.header__menu li.menu-item-type-num .menu-projects-count {
  background: var(--gradient-site);
  padding: 3px 6px;
  border-radius: 24px;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1em;
  min-width: 22px;
  text-align: center;
  display: inline-block;
}
@media (max-width: 1071.98px) {
  .header__menu li.menu-item-type-num .menu-projects-count {
    font-size: 12px;
    padding: 2px 4px;
    min-width: 18px;
  }
}
.header__menu li.menu-item-has-children {
  position: relative;
}
.header__menu li.menu-item-has-children > .sub-menu {
  visibility: hidden;
  opacity: 0;
  margin-top: 20px;
  position: absolute;
  width: max-content;
  min-width: 160px;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 24px;
  box-shadow: 0px 4px 34px rgba(26, 26, 26, 0.08);
  transition: visibility 0.2s, opacity 0.2s, margin-top 0.2s;
  z-index: 10;
}
.header__menu li.menu-item-has-children > .sub-menu:before {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
  background: transparent;
}
.header__menu li.menu-item-has-children > .sub-menu li a {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: normal;
  padding: 6px 16px;
  text-align: left;
  border-radius: 20px;
  display: block;
}
.header__menu li.menu-item-has-children > .sub-menu li a:hover {
  background-color: var(--color-gray);
}
.header__menu li.menu-item-has-children:hover:before {
  background: var(--gradient-site);
}
.header__menu li.menu-item-has-children:hover .menu-projects-count {
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: initial;
  color: #fff;
}
@media (min-width: 1072px) {
  .header__menu li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 10px;
  }
}
.header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 1271.98px) {
  .header__actions {
    gap: 5px;
  }
  .header__actions .btn {
    font-size: 12px;
    padding: 0 16px;
    height: 36px;
    min-height: 36px;
  }
}
@media (min-width: 1072px) {
  .header__mobile-trigger {
    display: none;
  }
}
@media (max-width: 1071.98px) {
  .header__mobile-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__mobile-trigger svg:last-child {
    display: none;
  }
  .header__mobile-trigger.toggled svg:first-child {
    display: none;
  }
  .header__mobile-trigger.toggled svg:last-child {
    display: block;
  }
}
@media (min-width: 1072px) {
  .header__dropdown {
    display: none !important;
  }
}
.header__dropdown {
  --header-bg: var(--white);
  --header-color: var(--black);
  --header-socials-border: var(--border);
  --header-logo-black-display: block;
  --header-logo-white-display: none;
  --header-socials-filter: none;
  --header-logo-after-color: none;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  position: absolute;
  height: calc(var(--vh, 1vh) * 100 - var(--header-height, 0px) - var(--admin-bar-height, 0px));
  background-color: #fff;
  top: var(--header-height, 0px);
  width: 0;
  overflow: auto;
  transition: visibility 0.2s ease, opacity 0.2s ease;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
}
.header__dropdown .container {
  flex-grow: 1;
}
.header__dropdown-flex {
  padding: 20px 0;
  padding-bottom: 50px;
  color: var(--black);
  height: 100%;
}
.header__dropdown-flex .header__menu {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  margin-bottom: 20px;
}
.header__dropdown-flex .header__menu > li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-border);
  padding: 10px 0;
}
.header__dropdown-flex .header__menu > li > a {
  font-size: 16px;
  flex-grow: 1;
}
.header__dropdown-flex .header__menu > li:last-child {
  border-bottom: none;
}
.header__dropdown-flex .header__address {
  font-size: 12px;
  margin-top: 15px;
}
.header__dropdown-flex .header__address svg {
  width: 14px;
  height: 14px;
  min-width: 14px;
  margin-right: 4px;
}
.header__dropdown-flex .header__address + .header__time {
  padding-left: 23px;
  margin-top: 5px;
}
.header__dropdown-flex .header__time {
  display: block;
}
.header__dropdown-flex .header__phone {
  margin-top: 15px;
  font-size: 14px;
}
.header__dropdown-flex .header__phone + .header__email {
  padding-left: 23px;
}
.header__dropdown-flex .header__socials {
  margin-top: 15px;
}
.header__dropdown-flex .header__socials .header__social {
  flex-grow: 1;
  flex-basis: 0;
  background-color: var(--color-gray);
  padding: 10px 14px;
}
.header__dropdown-flex .header__socials .header__social img,
.header__dropdown-flex .header__socials .header__social svg {
  width: 14px;
  height: 14px;
  min-width: 14px;
}
.header__dropdown-flex .header__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.header__dropdown-flex .header__actions > * {
  flex-grow: 1;
  flex-basis: 0;
}
.header__dropdown-flex .header__actions > * a {
  width: 100%;
}
.header__dropdown.toggled {
  visibility: visible;
  opacity: 1;
  transform: translate(0);
  pointer-events: all;
  width: 100%;
  transition: visibility 0.2s ease, opacity 0.2s ease, translate 0.2s ease;
}

@keyframes HeaderAnim {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0%);
  }
}
.alert-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  pointer-events: none;
  z-index: 90;
}
.alert-wrapper .message {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  padding: 12px 25px;
  padding-right: 40px;
  color: #fff;
  pointer-events: all;
  user-select: none;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 400;
  max-width: 420px;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 51, 153, 0.08), 0 4px 8px rgba(0, 51, 153, 0.08);
}
@media (max-width: 1071.98px) {
  .alert-wrapper .message {
    max-width: 320px;
  }
}
.alert-wrapper .message .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
}
.alert-wrapper .message .close:hover {
  opacity: 0.5;
}
.alert-wrapper .message:after {
  content: "";
  display: block;
  clear: both;
}
.alert-wrapper .message.show {
  opacity: 1;
  transform: translateY(0);
}
.alert-wrapper .message.removing {
  opacity: 0;
  transform: translateY(20px);
}
.alert-wrapper .success {
  background-color: #28a745;
}
.alert-wrapper .warning {
  background-color: #a79428;
}
.alert-wrapper .error {
  background-color: #cf000f;
}

.footer {
  padding: 40px 0;
}
@media (max-width: 1071.98px) {
  .footer {
    padding: 20px 0;
    padding-bottom: 40px;
  }
}
.footer__copyright {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px 20px;
  max-width: calc(var(--kurban-content-size) + var(--kurban-gutter));
}
.footer__copyright-item {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2em;
  color: var(--color-tr);
  display: block;
  padding: 5px;
  margin: -5px;
}
.footer__copyright-item:is(a):hover {
  color: var(--color-primary);
}

.section-404__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
@media (max-width: 1071.98px) {
  .section-404__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 1071.98px) {
  .section-404__title {
    font-size: 22px;
  }
}
.section-404__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 1071.98px) {
  .section-404__content {
    gap: 0px;
  }
}
.section-404__image svg {
  width: 100%;
  height: auto;
}

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