

/* Start:/local/templates/zolotoenasledie/css/normalize.css?17376379926829*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
       ========================================================================== */

/**
     * Remove the margin in all browsers.
     */

body {
  margin: 0;
}

/**
     * Render the `main` element consistently in IE.
     */

main {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
       ========================================================================== */

/**
     * Remove the gray background on active links in IE 10.
     */

a {
  background-color: transparent;
}

/**
     * 1. Remove the bottom border in Chrome 57-
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */

b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
     * Add the correct font size in all browsers.
     */

small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */

/**
     * Remove the border on images inside links in IE 10.
     */

img {
  border-style: none;
}

/* Forms
       ========================================================================== */

/**
     * 1. Change the font styles in all browsers.
     * 2. Remove the margin in Firefox and Safari.
     */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
     * Show the overflow in IE.
     * 1. Show the overflow in Edge.
     */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * Correct the inability to style clickable types in iOS and Safari.
     */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
     * Remove the inner border and padding in Firefox.
     */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
     * Restore the focus styles unset by the previous rule.
     */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Correct the padding in Firefox.
     */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
     * Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

progress {
  vertical-align: baseline;
}

/**
     * Remove the default vertical scrollbar in IE 10+.
     */

textarea {
  overflow: auto;
}

/**
     * 1. Add the correct box sizing in IE 10.
     * 2. Remove the padding in IE 10.
     */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
     * Remove the inner padding in Chrome and Safari on macOS.
     */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
       ========================================================================== */

/*
     * Add the correct display in Edge, IE 10+, and Firefox.
     */

details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */

summary {
  display: list-item;
}

/* Misc
       ========================================================================== */

/**
     * Add the correct display in IE 10+.
     */

template {
  display: none;
}

/**
     * Add the correct display in IE 10.
     */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/zolotoenasledie/css/style.css?17376379926215*/
/*@font-face {
  font-family: "Lato";
  src: url("/local/templates/zolotoenasledie/css/../fonts/Lato-Regular.ttf") format("ttf");
  font-weight: 400;
}

/* @font-face {
  font-family: "Vela Sans";
  src: url("/local/templates/zolotoenasledie/css/../fonts/VelaSans-Medium.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "Vela Sans";
  src: url("/local/templates/zolotoenasledie/css/../fonts/VelaSans-SemiBold.woff") format("woff");
  font-weight: 600;
} */
/*@font-face {
  font-family: "Lato";
  src: url("/local/templates/zolotoenasledie/css/../fonts/Lato-Semibold.ttf") format("ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Lato";
  src: url("/local/templates/zolotoenasledie/css/../fonts/Lato-Bold.ttf") format("ttf");
  font-weight: 700;
}*/


* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

:root {
  /*colors*/
  --color-black: #313131;
  --color-white: #ffffff;
  --color-light-grey: #fafafa;
  --color-grey: #dadada;
  --color-grey-1: #7f7f7f;
  --color-grey-2: #767676;
  --color-blue: #325fe8;
  --color-blue-1: #4870eb;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: var(--color-black);
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1440px;
  padding: 0 72px;
  margin: 0 auto;
}

.main-header {
  background-color: #283618;
;
  padding: 10px 0;
  /*border-bottom: 1px solid var(--color-grey);*/
  position: sticky;
  top: 0;
  z-index: 10;
}

a {
  text-decoration: none;
  transition: all 0.25s;
}

svg path {
  transition: all 0.25s;
}

.button {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
}

.header__menu {
  margin-left: auto;
}

.main-header-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header__search {
  margin-left: clamp(10px, 4.17vw, 60px);
}

.main-footer {
  padding: 60px 0;
  background-color: var(--color-light-grey);
  border-top: 1px solid var(--color-grey);
}

.footer__bottom {
  margin: 60px auto 0 auto;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 24px;
}

.footer__bottom .delimiter {
  width: 1px;
  height: 15px;
  background-color: var(--color-grey-1);
}

.footer__logo:hover svg g path {
  transition: all 0.25s;
}

.footer__logo:hover svg g path:first-child {
  stroke: var(--color-grey-2);
}

.footer__logo:hover svg g path:not(:first-child) {
  fill: var(--color-grey-2);
}

.footer__politic {
  font-size: 14px;
  color: var(--color-grey-1);
}

.footer__politic:hover {
  text-decoration: underline;
}

.footer__right {
  font-size: 14px;
  color: var(--color-grey-1);
  margin: 0;
}

.footer__title {
  margin: 0 0 30px 0;
  font-size: 16px;
  color: #808080;
  font-weight: 500;
}

.footer__top {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 10.4vw, 150px);
}

.footer__link-list {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--color-grey-1);
  font-size: 14px;
}

.footer__link-item {
  color: var(--color-grey-1);
}

.footer__link-item:hover {
  text-decoration: underline;
}

.white-button,
.blue-button {
  padding: 11.5px 30px;
  border: 2px solid var(--color-white);
  font-size: 16px;
  color: var(--color-white);
  font-weight: 500;
  display: inline-block;
}

.white-button:hover {
  color: var(--color-grey);
  border-color: var(--color-grey);
}

.blue-button {
  border-color: var(--color-blue);
  color: var(--color-blue);
}

.blue-button:hover {
  color: var(--color-blue-1);
  border-color: var(--color-blue-1);
}

.main-form__wrap {
  padding: 120px 0;
}

.main-form__container {
  margin: 0 auto;
  padding: 40px;
  max-width: 496px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.main-form__title {
  font-size: 32px;
  font-weight: 600;
}

.recall-form {
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.main-form__disclaimer {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
  color: var(--color-grey-1);
}

.main-form__submit.blue-button {
  margin-top: 15px;
  width: 196px;
  text-align: center;
}

.main-form__label {
  display: flex;
  flex-direction: column;
  margin: 0 0 15px 0;
  width: 100%;
}

.main-form__label span {
  font-size: 16px;
  color: var(--color-grey-2);
}

.input {
  width: 100%;
  padding: 18px 0 0 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid var(--color-grey-2);
  font-size: 18px;
  line-height: 24px;
}

.main-form__message {
  margin-top: 20px;
}

.main-form__message .success {
  color: green;
}

.main-form__message .error {
  color: red;
}

.footer__logo {
  margin-top: 30px;
  display: inline-block;
}

.header__menu-open,
.header__menu-close {
  display: none;
}

@media (max-width: 768px) {
  .container {
    padding: 0 12px;
  }

  .header__menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color-black);
    padding: 20px 12px;
    margin: 0;
    display: none;
  }

  .header__menu-open,
  .header__menu-close {
    display: inline-block;
  }

  .header__menu-close {
    margin-left: auto;
    display: block;
  }

  .header__logo img {
    width: 140px;
  }

  .header__search {
    margin-left: auto;
    width: 28px;
    height: 28px;
  }

  .header__menu-open {
    margin-left: 8px;
  }

  .main-form__wrap {
    padding: 100px 0;
  }

  .main-form__container {
    padding: 0 28px;
  }

  .main-form__title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
  }

  .main-form__submit.blue-button {
    font-weight: 700;
    width: 100%;
    font-weight: 700;
  }

  .main-footer {
    padding: 50px 0;
  }

  .footer__top {
    flex-direction: column;
    gap: 50px;
    text-align: center;
  }

  .footer__logo {
    margin-top: 40px;
  }

  .footer__bottom .delimiter {
    display: none;
  }

  .footer__bottom {
    margin-top: 30px;
    flex-direction: column;
    gap: 10px;
  }
}

/* End */


/* Start:/local/templates/zolotoenasledie/components/bitrix/menu/header/style.css?1737995905720*/
.main-menu {
  list-style: none;
  padding: 10.5px 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: clamp(10px, 2.7vw, 40px);
}

.main-menu a {
  color: var(--color-white);
  font-size: 16px;
  line-height: normal;
}

.main-menu a:hover {
  color: var(--color-grey);
}

.main-menu a svg {
  display: none;
}

@media (max-width: 768px) {
  .main-menu a svg {
    display: inline-block;
  }

  .main-menu {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 50px;
    gap: 40px;
  }

  .main-menu li {
    width: 100%;
  }

  .main-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
  }
}

/* End */


/* Start:/local/templates/zolotoenasledie/styles.css?177505739145616*/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  /* background-color: #F8F6F2; */
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
}
main {
  min-height: -webkit-fill-available;
}
h1 {
  font-size: 40px;
  font-weight: 700;
}
h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 1.2rem;
}
h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 1rem;
}
h4 {
  font-size: 24px;
  font-weight: 700;
  margin: .8rem;
}
h5 {
  font-size: 20px;
  font-weight: 700;
  margin: .7rem;
}
h6  {
  font-size: 16px;
  font-weight: 700;
  margin: .6rem;
}
.container {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}
.bx-breadcrumb {
  max-width: 1440px;
  margin: auto;
  padding: 10px;
  color: black;
  font-weight: 500;
}
.bx-breadcrumb .bx-breadcrumb-item span {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {
  border-bottom: 0;
  color: #4271a6;
  font-weight: 600;
}
.text-uslugi {
  background: white;
  border-radius: 16px 0px;
  padding: 12px;
  flex: 1;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
}
.btnFirst {
  border-radius: 8px;
  border: 2px solid #4271A6;
  padding: 4px 16px;
  font-size: 18px;
  font-weight: 500;
  transition: all 1.25s;
  border-radius: 16px 0px;
}
.btnFirst a {
  color: #4271A6;
}
.btnFirst:hover{
  transition: all .35s;
  border: 1px solid #fff;
  border-radius: 0px 16px;
}
.btnFirst:hover a{
  color: #fff;
}
.btnFirst:hover:after{
  width: 100%;
}
.btnMain {
  color: #F8F6F2;
  border-radius: 16px 0px;
  border: 0px;
  padding: 12px 16px;
  font-size: 18px;
  background-color: #4271A6;
  font-weight: 500;
}
.btnMainUslugi {
  color: #F8F6F2;
  border-radius: 4px;
  border: 0px;
  padding: 4px 8px;
  font-size: 18px;
  background-color: #4271A6;
  font-weight: 500;
}
.svgTitleSocial {
    width: 24px;
    margin: 0px 8px;
    border-radius: 14px;
}
.svgTitleSocial:hover {
  background: #d3a253;
}
#main-header {
  background-color: #4271A6;
  position: sticky;
  top: 0;
  z-index: 10;
}
#main-header-inner {
  display: grid;
  grid:
    "logo address buttons buttons" auto
    "logo nav nav nav" auto / .6fr 2fr 1fr 1fr;
  gap: 8px;
}
#main-footer {
  background-color: #4271A6;
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 10;
}
#main-footer-inner {
  display: grid;
  grid:
    "logo address info" auto / .4fr 1fr 1fr;
}
#footerText {
  grid-area: address;
  color: white;
  align-self: center;
  justify-self: center;
}
#footerText p{
  margin: auto;
  font-weight: bold; 
}
.footer-info {
  grid-area: info;
  font-weight: bold;
  color: #F8F6F2;
  text-align: end;
  align-self: center;
}
.footer__logo {
  grid-area: logo;
}
.header__logo {
  grid-area: logo;
  align-content: center;
  justify-self: left;
}
.header__logo img {
  width: 180px;
  padding-right: 8px;
}
.header_tel {
  color: #ffffff;
}
.footer__logo img {
  width: 180px;
}
#headerButton {
  display: flex  ;
  gap: 12px;
  align-items: center;
  grid-area: buttons;
  justify-content: center;
}
#headerButton p {
  color: white;
  font-weight: 500;
  margin: auto;
  display: flex;
  align-items: center;
 }
.header__menu {
  margin-left: auto;
  width: 100%;
  grid-area: nav;
}
#headerText {
  grid-area: address;
  color: white;
  align-self: center;
}
#headerText p{
  margin: auto;
  font-weight: bold; 
}

/* content*/
main {
  display: block;
}

/*category*/
/* .categoryMain {
    display: grid;
    gap: 12px;
    grid:
        "cat cat" 1fr
        "cat cat" 1fr / 1fr 1fr;
}*/
.categoryMainDiv {
    width: 100%;
    background-color: #ECE9E2;
    border-radius: 56px 0px;
    align-items: center;
    display: grid;
    grid:
        "img" 1fr
        "name" 0.2fr
        "text" 1fr
        "button" 0.2fr / auto;
    gap: 12px;
}
.categoryMainDiv img {
    padding-top: 20px;
    align-self: center;
    justify-self: center;
    margin: auto;
    grid-area: img;
}
.categoryMainDiv h4 {
    color: #4271A6;
    font-size: 24px;
    text-align: center;
    grid-area: name;
    margin: 12px;
}
.categoryMainDiv button {
    margin-bottom: 4px;
    width: 50%;
    justify-self: center;
    grid-area: button;
    margin: 12px;
}
.categoryMainDiv p {
    color: #000000 !important;
    font-size: 18px !important;
    min-height: 60px;
    grid-area: text;
    padding: 0px 12px;
    font-weight: 500 !important;
} 
/*-----*/
.otzivi-map {
  display: grid;
  grid: "yandex other" 1fr / 1fr 1fr;
  gap: 20px;
}
.otzivi-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.otzivi-text p {
  background: white;
  border-radius: 16px 0px;
  padding: 12px;
  flex: 1;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
}
.mainCategoryPageDiv {
  width: 100%;
  background-color: #ffffff;
  border-radius: 56px 0px;
  align-items: center;
  display: grid;
  grid:
      "img name" auto
      "img text" auto
      "img button" auto / 1fr 2fr;
  gap: 12px;
  margin: 20px 0px;
  border-radius: 24px 0px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
  padding: 32px;
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
  position: relative;
  overflow: hidden;
}
.mainCategoryPageDiv::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: linear-gradient(90deg, #4271a6);
}
.mainCategoryPageDiv:hover {
  /* transform: translateY(-5px) scale(1.02); */
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 15px 30px rgba(0, 0, 0, 0.1);
}
.mainCategoryPageDiv h2, h3{
  font-size: 28px;
  font-weight: 700;
  color: #4271A6;
  margin: 40px 0 24px;
  position: relative;
  text-align: start;
 }
.mainCategoryPageDiv img {
  padding-top: 20px;
  align-self: center;
  justify-self: center;
  margin: auto;
  grid-area: img; 
}
.mainCategoryPageDiv button {
    margin-bottom: 4px;
    width: 50%;
    justify-self: center;
    grid-area: button;
    margin: 12px;
}
.mainCategoryPageDiv button a {
    color: #4271A6;
}
.mainCategoryPageDiv button:hover a {
    color: #ffffff;
}
.mainCategoryPageDiv div {
    color: #000000 !important;
    font-size: 18px !important;
    min-height: 60px;
    grid-area: text;
    padding: 0px 12px;
    font-weight: 500 !important;
}
.advantage-category {
  margin: 3rem 0px;
}
.advantage-category h3 {
  text-align: center;
}
.advantage-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 20px;
}
.item-advantage {
  background-color: #ffffff;
  border-radius: 24px 0px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  padding: 12px;
}
.item-advantage:hover {
  /* transform: translateY(-5px) scale(1.02); */
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 15px 30px rgba(0, 0, 0, 0.1);
}

#documentationBlog h2{
  font-size: 28px;
}
#mainFotoBlock {
  max-width: 1440px;
  margin: auto;
  padding: 24px 0px;
}
.photo-section {
    display: flex;
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 1197px;
}
.photo-section img {
    width: calc(100% / 4 - 12px);
}
#mainFirstBlock {
  display: grid;
  grid: "logo block" auto / 1fr 2fr;
  gap: 12px;
  max-width: 1440px;
  margin: 2rem auto;
  padding: 0px 1rem;
}
@media (max-width: 1100px) {
  #mainFirstBlock {
    grid: "logo" 1fr "block" 1fr / 1fr 1fr;
  }
  .mainCategoryPageDiv {
    grid:
      "img" auto
      "name" .2fr
      "text" 1fr
      "button" auto / 1fr;
    width: auto;
  }
}
#logoBlock {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  grid-area: logo;
  justify-content: center;
  position: relative;
}
#logoBlock button{
  position: absolute;
  bottom: 16px;
}
#logoBlock img{
  width: 60%;
}
.slider {
  grid-area: block;
  width: 100%;
}
.swiper {
  width: 100%;
}

#mainMission {
    background: #d3a253;
    color: #F8F6F2;
    margin: 80px 0px;
}
.flexBlock {
  display: flex;
  gap: 12px;
  justify-content: space-around;
}
.missionText {
  margin: 40px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #F8F6F2;
  width: 45%;
}
.missionText p {
  margin: 16px;
}
.missionTextH{
  font-size: 40px;
  font-weight: 700;
}
.missionImg {
  width: 55%;
  position: relative;
}
.missionImg img {
  left: 60px;
  position: absolute;
  top: 80px;
}
#mainCategory {
  margin: 160px 0px;
}
.colomBlock {
  display: flex;
  gap: 12px;
  flex-direction: column;
  max-width: 1440px;
  padding: 20px;
  margin: auto;
}
.colomBlock p {
  width: 100%;
  color: #4271A6;
  font-size: 40px;
  font-weight: 700;
}
.flexBlockDiv {
  width: calc(100% / 4 - 12px);
  background-color: #ECE9E2;
  border-radius: 56px 0px;
  align-items: center;
  display: grid;
    grid:
        "img" 1fr
        "text" 0.5fr
        "button" 0.5fr / auto;
        gap: 12px;
}
.flexBlockDiv p {
  color: #000000;
  font-size: 24px;
  min-height: 90px;
  text-align: center;
  grid-area: text;
}
.flexBlockDiv img {
    padding-top: 60px;
    align-self: center;
    justify-self: center;
    margin: auto;
    grid-area: img;
}
.flexBlockDiv button {
  margin-bottom: 4px;
  width: 50%;
  justify-self: center;
  grid-area: button;
}
#kabineti {
  max-width: 1000px;
  margin: auto;
  background-color: #4271A6;
  color: #F8F6F2;
  border-radius: 56px 0px;
  display: flex;
  gap: 8px;
  height: 400px;
  margin-bottom: 280px;
}
#kabineti2 {
  max-width: 1000px;
  margin: auto;
  background-color: #D3A253;
  color: #F8F6F2;
  border-radius: 56px 0px;
  display: flex;
  gap: 8px;
  height: 440px;
  margin-bottom: 160px;
}

#kabineti div {
  width: 50%;
}
.kabinetiImg {
  position: absolute;
  margin-top: -92;
  max-height: 640px;
  margin-left: 40px;
}
.kabinetiH {
  font-size: 40px;
  font-weight: 700;
  margin: auto;
  padding: 26px 26px 0px 26px;
}
.kabinetiH span {
  font-size: 100px;
}
.kabinetiDesc {
  font-size: 18px;
  font-weight: 600;
  margin: auto;
  padding: 26px;
  line-height: 120%;
}

#kabineti2 div:first-child {
  width: 60%;
}
#kabineti2 div {
  width: 40%;
}
.kabinetiImg2 {
  position: absolute;
  margin-top: -64;
  max-height: 640px;
  margin-left: 40px;
}
.kabinetiH2 {
  font-size: 40px;
  font-weight: 700;
  margin: auto;
  padding: 26px 26px 0px 26px;
}
.kabinetiH2 span {
  font-size: 100px;
}
.kabinetiDesc2 {
  font-size: 18px;
  font-weight: 600;
  margin: auto;
  padding: 26px;
  line-height: 120%;
}
#podhod{
  display: flex;
  gap: 8px;
  max-width: 800px;
  margin: auto;
  align-items: flex-start;
  flex-wrap: wrap;
}
.podhodDiv1{
  width: calc(40% - 8px);
}
.podhodDiv2{
  width: calc(60% - 8px);
}
.podhodImg {
    position: absolute;
    margin-top: -96px;
    max-height: 432px;
    margin-left: -144px;
}
.podhodH {
  font-size: 40px;
  font-weight: 700;
  color: #4271A6;
}
.textBlockPodhod {
  font-size: 18px;
  font-weight: 600;
  color: #f8f6f2;
  background-color: #4271a6;
  border-radius: 0px 56px;
  width: 100% !important;
  min-height: 220px;
  display: flex;
  justify-content: flex-end;
}
.textBlockPodhod p {
  width: calc(60% - 8px);
}

#mainDirector {
  margin: 160px 0px;
}
.mainCitata {
  display: grid;
  grid: 
    "text text img" auto 
    ". text2 text2" auto / 2fr 1fr 1fr;
  max-width: 900px;
}
.citata {
  border-radius: 20px 0px 20px 0px;
  background: #4271A6;
  color: #F8F6F2;
  grid-area: text2;
  width: 56%;
  margin: auto;
  position: relative;
  margin-top: -12px;
  min-height: 100px;
  padding: 12px;
}
.mainCitata img {
  grid-area: img;
  z-index: 10;
}
.mainCitata div {
  grid-area: text;
}
.prostoText {
  font-size: 18px;
  margin: auto;
}

#price-main {
  padding: 20px;
}
.price-blocks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	gap: 20px;
	max-width: 1440px;
	counter-reset: price-block;
	margin: 40px auto;
}
.price-block {
  background: white;
  border-radius: 24px 0px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
  padding: 32px;
  max-width: 440px;
  width: 100%;
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
  position: relative;
  overflow: hidden;
  counter-increment:price-block;
}

    .price-block::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 30px;
      background: linear-gradient(90deg, #4271a6);
    }

    .price-block:hover {
      transform: translateY(-5px) scale(1.02);
      box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 15px 30px rgba(0, 0, 0, 0.1);
    }

    .price-block-title {
      font-size: 28px;
      font-weight: 700;
      color: #4271A6;
      margin-bottom: 12px;
      line-height: 1.3;
      text-align: center;
    }

    .price-block-title span {
      font-size: 18px;
      font-weight: 400;
      color: #000000;
      display: block;
      margin-top: 8px;
    }

    .price-block-time {
      display: inline-block;
      background: #dbeafe;
      color: #1d4ed8;
      padding: 8px 16px;
      border-radius: 50px;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 24px;
      text-align: center;
      width: 100%;
    }

    .price-block-desc {
      color: #475569;
      margin-bottom: 24px;
    }

    .price-block-desc p {
      font-weight: 600;
      color: #1e293b;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 12px;
    }

    .price-block-desc ul {
      list-style: none;
      padding-left: 0;
    }

    .price-block-desc li {
      padding: 8px 0;
      border-bottom: 1px dashed #e2e8f0;
      font-size: 15px;
      display: flex;
      align-items: flex-start;
    }

    .price-block-desc li:last-child {
      border-bottom: none;
    }

    .price-block-desc li::before {
      content: '•';
      color: #3b82f6;
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em;
    }

    .price-block-info {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #e2e8f0;
    }

    .price-block-info span {
      display: flex;
      align-items: center;
      font-size: 14px;
      color: #1e293b;
      font-weight: 500;
    }

    .price-block-info img {
      width: 18px;
      height: 18px;
      margin-right: 6px;
      filter: hue-rotate(120deg) brightness(1.2);
    }

    /* Анимации */
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .price-block {
      animation: fadeInUp 0.6s ease-out;
    }

    /* Responsive design */
    @media (max-width: 480px) {
      .price-block {
        padding: 24px;
      }
      .price-blocks {
        grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
      }

      .price-block-title {
        font-size: 24px;
      }

      .price-block-title span {
        font-size: 16px;
      }

      .price-block-time {
        font-size: 13px;
        padding: 6px 12px;
      }

      .price-block-desc li {
        font-size: 14px;
      }

      .price-block-info {
        flex-direction: column;
        align-items: center;
        gap: 12px;
      }
    }


.price-bonuse {
  display: flex;
  gap: 20px;
}
.price-bonuse div {
  align-content: center;
}
.price-bonuse div span{
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  color: #D3A253;
}
.price-bonuse img {
  width: 100px;
}
.bonuse-first{
  grid-area: first;
}
.bonuse-second{
  grid-area: second;
} 


.directorH {
  color: #4271A6;
  font-size: 40px;
  font-weight: 700;
  margin: 30px 0px;
}
.directorName {
  color: #4271A6;
  font-size: 26px;
  font-weight: 700;
  margin: auto;
}
.firstDetails{
  border-radius: 24px 0px;
}
.secondDetails {
  border-radius: 0px 24px;
}
details {
  border: 2px solid #4271a6;
  padding: 0.75em 0.75em 0;
  color: #242424;
  margin: 8px;
}

summary {
  font-weight: bold;
  margin: -0.75em -0.75em 0;
  padding: 0.75em;
}

details[open] {
  padding: 0.75em;
}

details[open] summary {
  border-bottom: 1px solid #4271a6;
  margin-bottom: 0.75em;
  color: #4271a6;
}
.detailsText {
  color: #242424;
}
.aboutDirector {
  display: grid;
  grid:
      "title title" auto
      "picture text" auto / 1fr 3fr;
  gap: 16px;
  padding: 0px;
  border: 3px solid #4271a6;
  border-radius: 0px 28px;
}
.directorH2 {
  font-size: 24px;
  grid-area: title;
  color: #f8f6f2;
  background-color: #4271a6;
  margin: 0px;
  border-radius: 0px 22px 0px 0px;
  padding: 12px;
}
.fio {
color: #4271a6;
font-size: 24px;
}
.director-text {
  grid-area: text;
}
.director-text a {
  color: #4271a6;
}
.aboutDirector img {
  grid-area: picture;
  justify-self: center;
}
.vacancies {
  display: grid;
  grid: "item item" 1fr / 1fr 1fr;
  gap: 12px;
}
.vacancy-item {
  border: 1px solid #4271a6;
  border-radius: 0px 28px;
}
.vacancy-item h4 {
  background-color: #4271a6;
  color: white;
  margin: 0px;
  border-radius: 0px 25px 0px 0px;
  padding: 8px
}
.vacancy-item p {
  padding-left: 12px;
}
#contactInfo {
  display: grid;
  grid: "div1 div2" auto / 1fr 1fr;
  gap: 12px;
  padding: 60px 0px;
}
.contactText {
  grid-area: div1;
  align-self: center;
}
.contactText strong {
  color: #4271A6;
}
.contactMap {
  grid-area: div2;
}
#formResult {
  margin: 3rem 0px;
}
.atmosfera {
  display: grid;
  grid:
      "img1 h3 img2" auto
      "foto foto foto" auto / 1fr 2.1fr 1fr;
  gap: 8px;
}
.atmosfera-img1 {
  grid-area: img1;
  justify-self: end;
  align-self: center;
}
.atmosfera-img2 {
  grid-area: img2;
  align-self: center;
}
.atmosfera-h3 {
  grid-area: h3;
  text-align: center;
  color: #4271A6;
  font-size: 38px;
}
#mainIndividual {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.individ {
  display: grid;
  grid: 
      "picture title title" 1fr
      "picture text text" 1fr / 1fr 1fr 1fr;
}
.individ-img {
  grid-area: picture;
  width: 400px;
}
.individ-h {
  grid-area: title;
  color: #4271A6;
  padding-left: 2rem;
}
.individ-text {
  grid-area: text;
  color: #ffffff;
  max-width: 500px;
  padding-left: 2rem;
  font-weight: 600;
}
.individ-div {
  display: flex
;
    grid-area: text;
    background-color: #4271A6;
    z-index: -1;
    position: relative;
    left: -212px;
    max-width: 1000px;
    border-radius: 0px 28px;
}
.about-main {
  padding: 0px 12px;
}
/* content*/

@media (max-width: 600px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 20px;
  }
  #main-header-inner {
    grid: "logo social nav" auto / 1fr 1fr .5fr;
    padding: 8px;
  }
  #headerButton {
    display: none;
  }
  #headerText {
    display: none;
  }
  #main-footer-inner {
    grid:
        "logo" auto
        "address" auto
        "info" auto / 1fr;
        padding: 12px;
    text-align: center;
    gap: 16px;
  }
  .footer__logo img {
    width: 140px;
  }
  .footer__logo {
    margin: 20px;
  }
  #iconHeaderSocial {
    grid-area: social;
    align-content: center;
  }
  .container {
    padding: 0px;
  }
  .header__logo img {
    width: 92px;
    padding-left: 8px;
  }
  #mainFirstBlock {
    grid: "block" 1fr "logo" 1fr / 1fr;
    gap: 40px;
  }
  #logoBlock button {
    position: static;
  }
  .infoDiv {
    margin: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-radius: 28px 0px;
  }
  #info1Block img {  
    padding: 16px;
  }
  #info1Block p {
    padding: 8px 16px 16px;
    font-size: 18px;
  }
  #info3Block {
    display: grid;
    grid:
      "h img" auto
      "text img" auto / 1fr 1fr;
      gap: 0px;
  }
  .infoTopText {
    grid-area: h;
    font-size: 36px;
    padding: 12px 4px 4px 12px;
  }
  #info3Block img {
    grid-area: img;
    aspect-ratio: 1.15 / 1;
    object-fit: cover;
    border-radius: 32px 0px;
  }
  .infoBotText {
    grid-area: text;
    font-size: 18px;
    padding: 4px 4px 4px 12px;
  }
  #info3Block img {
    padding: 12px;
  }
  .flexBlock {
    gap: 12px;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .missionImg2 {
    width: 100%;
    position: relative;
  }
  .missionText {
    width: 100%;
    margin: auto;
    font-size: 18px;
  }
  .missionTextH {
    font-size: 24px;
  }
  .missionImg2 img {
    right: 0px;
    position: absolute;
    top: 0px;
    height: 300px;
    }
  .missionImg {
    display: none;
  }
  #mainMission {
    height: 650px;
    margin: 100px 0px 160px;
  }
  .flexCategory {
    order: 1;
  }
  .colomBlock p {
    font-size: 24px;
  }
  .colomBlock p:first-child {
    margin: 20px 0px 0px;
  }
  .flexBlockDiv {
    width: 100%;
    grid:
        "img text" 1fr
        "img button" 0.5fr / 1fr 1fr;
        gap: 4px;
  }
  .flexBlockDiv p {
    font-size: 18px;
    text-align: left;
    min-height: auto;
  }
  .flexBlockDiv img {
      padding: 12px;
      max-height: 100px;
  }
  .flexBlockDiv button {
    margin-bottom: auto;
    justify-self: flex-start;
    width: auto;
  }
  .kabinetiImg {
    display: none;
  }
  .podhodImg {
    display: none;
  }
  .podhodH {
    font-size: 18px;
  }
  #mainCategory {
    margin: 80px 16px;
  }
  .kabinetiH {
    font-size: 26px;
    grid-area: h;
    color: #f8f6f2;
    background-color: #4271a6;
    border-radius: 56px 0px;
    width: calc(100% + 50px);
    min-height: 140px;
    padding: 16px 16px 8px 16px;
  }
  .kabinetiH2 {
    font-size: 26px;
    grid-area: h;
    color: #f8f6f2;
    background-color: #D3A253;
    border-radius: 56px 0px;
    width: calc(100% + 50px);
    min-height: 140px;
    padding: 16px 16px 8px 16px;
  }
  #kabineti {
    display: none;
  }
  #kabinetiMob {
    max-width: 100%;
    margin: auto;
    background-color: #f8f6f2;
    color: #F8F6F2;
    border-radius: 0px;
    display: grid;
    gap: 0px;
    height: auto;
    margin-bottom: 40px;
    grid:
        ". img" .3fr
        "h img" 1fr
        "text text" auto / 1fr 1.5fr;
    margin-left: 16px;
  }
  #kabineti2 {
    display: none;
  }
  #kabinetiMob2 {
    max-width: 100%;
    margin: auto;
    background-color: #f8f6f2;
    color: #F8F6F2;
    border-radius: 0px;
    display: grid;
    gap: 0px;
    height: auto;
    margin-bottom: 40px;
    grid:
        ". img" .3fr
        "h img" 1fr
        "text text" auto / 1fr 1.5fr;
    margin-left: 16px;
  }
  .kabinetiImgMob {
    grid-area: img;
  }
  .kabinetiImgMob2 {
    grid-area: img;
  }
  .kabinetiDesc {
    grid-area: text;
    padding: 12px 0px;
  }
  .kabinetiDesc2 {
    grid-area: text;
    padding: 12px 0px;
  }
  .prostoText {
    font-size: 18px;
    margin: auto;
    color: black;
    font-weight: 400;
  }
  .textBlockPodhod {
    min-height: 160px;
    margin: 16px;
    margin-top: -52px;
    padding-top: 36px;
    z-index: -1;
  }
  .textBlockPodhod p {
    width: 100%; 
    margin: 20px;
  }
  #mainDirector {
    margin: 80px 16px;
  }
  .mainCitata {
    grid:
        ". . img" 1fr
        "text2 text2 img" 1fr
        "text text text" auto / 1fr 1fr 1.5fr;
  }
  .citata {
    width: calc(100% + 50px);
    margin-top: 0px;
    margin-right: -50px;
    padding-right: 40px;
  }
  #directorHome {
    display: none;
  }
  .directorName {
    font-size: 24px;
    margin: 12px 0px;
  }
  .mobiNumber {
    flex-direction: column;
  }
  .btnMainUslugi {
    color: #4271a6;
    border-radius: 0px;
    border: 0px;
    padding: 0px;
    font-size: 18px;
    background-color: #ece9e2;
    font-weight: bold;
  }
  #contactInfo {
    grid:
        "div1" auto
        "div2" auto / 1fr;
    padding: 12px;
  }
  .atmosfera {
    display: grid;
    grid:
        "h3" auto
        "foto" auto / 1fr;
    gap: 8px;
  }
  .atmosfera-img1 {
    display: none;
  }
  .atmosfera-img2 {
    display: none;
  }
  .atmosfera-h3 {
    font-size: 20px;
  }
  .individ {
    grid:
        "title title" auto
        "picture picture" 1fr
        "text text" auto / 1fr 1fr;
    gap: 12px;
    padding: 12px;
  }
  .individ-img {
    grid-area: picture;
    width: 50%;
    margin: auto;
  }
  .individ-div {
    top: -70px;
    max-width: 1000px;
    border-radius: 0px 28px;
    padding-top: 80px;
    left: 0px;
    height: 250px;
 }
 .aboutDirector {
  grid:
      "title" auto
      "picture" auto 
      "text" auto / 1fr;
  gap: 4px;
  }
  .director-text {
    padding: 8px;
  }
}
@media (min-width: 601px) {
  .banner-mob {
    display: none;
  }
  .mobiNumber {
    flex-direction: row;
  }
  #kabinetiMob {
    display: none;
  }
  #kabinetiMob2 {
    display: none;
  }
  .sect-dom-mob {
    display: none;
  }
  .img-mob {
    display: none;
  }
  #iconHeaderSocial {
    display: none;
  }
  .missionImg2 {
    display: none;
  }
  .kabinetiImgMob {
    display: none;
  }
  .podhodImgMob {
    display: none;
  }
}



/*table*/
table {
  width: 100%;
}
table td,
table th {
  color: black;
  padding: 10px;
}
table td {
  text-align: center;
  vertical-align: middle;
}
table td:last-child {
  font-size: 0.95em;
  line-height: 1.4;
  text-align: center;
}
table th {
    background-color: #D3A253;
    font-weight: 700;
    color: white;
}
table tr:nth-child(2n) {
  background-color: white;
}
table tr:nth-child(2n + 1) {
  background-color: #00000000;
}

@media (max-width: 700px) {
  table,
  tr,
  td {
    display: block;
  }

  td:first-child {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
  }
  td:not(:first-child) {
    clear: both;
    margin-left: 100px;
    padding: 4px 20px 4px 180px;
    position: relative;
    text-align: left !important;
  }
  td:not(:first-child):before {
    color: #4271a6;
    font-weight: 700;
    content: "";
    display: block;
    left: 0;
    position: absolute;
  }
  td:nth-child(2):before {
    content: "Название программы:";
  }
  td:nth-child(3):before {
    content: "Кол-во часов:";
  }
  td:nth-child(4):before {
    content: "Стоимость, руб.:";
  }

  tr {
    padding: 10px 0;
    position: relative;
  }
  tr:first-child {
    display: none;
  }
}
@media (max-width: 500px) {
  td:first-child {
    background-color: #4271a6;
    border-bottom: 1px solid #4271a6;
    border-radius: 10px 10px 0 0;
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
    color: white;
  }
  td:not(:first-child) {
    margin: 0;
    padding: 5px 1em;
    width: 100%;
  }
  td:not(:first-child):before {
    font-size: 0.8em;
    padding-top: 0.3em;
    position: relative;
    font-weight: 700;
  }
  td:last-child {
    padding-bottom: 1rem !important;
  }
  tr {
    background-color: white !important;
    border: 1px solid #4271a6;
    border-radius: 10px;
    margin: 0.5rem 0;
    padding: 0;
  
  }
}




.swiper-button-next:after, .swiper-button-prev:after {
  font-size: medium !important;
  color: #ffffff;
  font-weight: bold;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  background: #4271a6;
  border-radius: 30px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  background: #4271a6;
  border-radius: 30px;
}

    .directorH {
      font-size: 36px;
      font-weight: 700;
      color: #4271a6;
      margin-bottom: 24px;
      position: relative;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .directorH img {
      width: 32px;
      height: 32px;
    }

    .download-link {
      color: #3b82f6;
      text-decoration: none;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 32px;
      display: inline-flex;
      align-items: center;
      transition: all 0.3s ease;
    }

    .download-link:hover {
      color: #1d4ed8;
      transform: translateX(5px);
    }

    .download-link::after {
      content: ' →';
      transition: all 0.3s ease;
    }

    .download-link:hover::after {
      content: ' ↗';
      margin-left: 2px;
    }

    .price-title {
      font-size: 24px;
      font-weight: 600;
      color: #4271A6;
      margin: 40px 0 24px;
      text-align: center;
      position: relative;
    }
    .price-bonuses {
      display: flex;
      gap: 24px;
      margin: 32px 0;
      flex-wrap: wrap;
    }

    .price-bonuse {
      background: white;
      border-radius: 16px;
      padding: 24px;
      flex: 1;
      min-width: 300px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
      border: 1px solid #e2e8f0;
      transition: all 0.3s ease;
      display: flex;
      align-items: flex-start;
      gap: 16px;
    }

    .price-bonuse:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    }

    .price-bonuse img {
      width: 50px;
      height: 50px;
      flex-shrink: 0;
    }

    .price-bonuse p {
      font-size: 16px;
      line-height: 1.5;
      margin: 0;
    }

    .price-bonuse span {
      font-weight: 600;
      color: #3b82f6;
    }

    h2 {
      font-size: 28px;
      font-weight: 700;
      color: #4271A6;
      margin: 40px 0 24px;
      text-align: center;
      position: relative;
    }








/* Services Section */
    .services-section {
      padding: 40px 0;
    }

    .section-title {
      text-align: center;
      font-size: 2.5rem;
      color: #4271a6;
      margin-bottom: 60px;
      position: relative;
    }

    .section-title::after {
      content: "";
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 4px;
      background: var(--accent);
      border-radius: 2px;
    }

    .services {
      display: flex;
      gap: 30px;
      flex-direction: column;
    }

    .service-card {
      background: white;
      overflow: hidden;
      height: 100%;
      display: flex;
      flex-direction: column;
      border-radius: 24px 0px;
      transition: transform 0.3s ease-out;
      margin: 0px 12px;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    }

    .service-header {
      background: #4271a6;
      color: #ffffff;
      padding: 25px 30px;
      font-size: 1.6rem;
      font-weight: 600;
      position: relative;
      display: grid; 
      grid:
          "title btn" auto
          "text btn" auto / 1fr .4fr;
    }
    .service-header h3 {
      color: #ffffff;
      grid-area: title;
      margin: 10px 0px;
    }
    .service-header span {
      grid-area: text;
    }
    .service-more {
      grid-area: btn;
      display: flex;
      align-items: end;
      justify-content: right;
    }
    .service-more .button {
      background: #4271a6;
      color: #ffffff;
      border: 3px solid #ffffff;
    }
    .service-header::after {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background: var(--accent);
      border-radius: 2px;
    }

    .service-body {
      padding: 30px;
      flex-grow: 1;
      display: none;
    }

    .service-body.active {
      display: block;
    }

    .service-description {
      font-size: 1.1rem;
      margin-bottom: 20px;
      line-height: 1.8;
    }

    .features {
      list-style: none;
      margin-bottom: 25px;
    }

    .feature {
      padding: 8px 0;
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 1rem;
    }

    .feature-icon {
      color: var(--accent);
      font-size: 1.2rem;
      flex-shrink: 0;
      margin-top: 2px;
    }

    .feature-text {
      flex-grow: 1;
    }

    .info-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 15px;
      margin-bottom: 25px;
    }

    .info-item {
      background: #4271a614;
      padding: 15px;
      text-align: center;
      border-radius: 20px 0px;
    }

    .info-label {
      font-weight: 600;
      color: var(--primary);
      display: block;
      margin-bottom: 5px;
    }

    .info-value {
      font-size: 1rem;
      color: var(--dark);
    }

    .activity-list {
      list-style: none;
      margin-bottom: 25px;
    }

    .activity-list li {
      padding: 8px 0;
      border-bottom: 1px dashed var(--gray);
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 1rem;
    }

    .activity-list li:last-child {
      border-bottom: none;
    }

    .activity-icon {
      color: var(--accent);
      font-size: 1.2rem;
    }

    .advantages {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-bottom: 40px;
    }

    .advantage {
      background: white;
      border-radius: var(--border-radius);
      padding: 25px;
      box-shadow: var(--shadow);
      text-align: center;
      transition: var(--transition);
    }

    .advantage:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }

    .advantage-icon {
      font-size: 2.5rem;
      color: var(--primary);
      margin-bottom: 15px;
    }

    .advantage-title {
      font-size: 1.3rem;
      font-weight: 600;
      color: var(--dark);
      margin-bottom: 10px;
    }

    .contact-section {
      background: linear-gradient(135deg, var(--primary), var(--secondary));
      color: white;
      padding: 80px 0;
      text-align: center;
      border-radius: 0 0 var(--border-radius) var(--border-radius);
    }

    .contact-section h2 {
      font-size: 2.5rem;
      margin-bottom: 20px;
      font-weight: 700;
    }

    .contact-section p {
      font-size: 1.3rem;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      opacity: 0.9;
    }

    .phone {
      font-size: 2rem;
      font-weight: 700;
      color: #4271a6;
      text-decoration: none;
      margin: 0 15px;
      transition: var(--transition);
    }

    .phone:hover {
      color: var(--accent);
      transform: scale(1.1);
    }

    .button {
      background: #4271a6;
      color: white;
      border: none;
      padding: 15px 40px;
      font-size: 1.3rem;
      font-weight: 600;
      border-radius: var(--border-radius);
      cursor: pointer;
      transition: var(--transition);
      margin-top: 20px;
      box-shadow: 0 5px 15px #4271a68c;
      border-radius: 20px 0px;
    }

    .button:hover {
      background: white;
      transform: translateY(-3px);
      box-shadow: 0 8px 20px #4271a68c;
      color: #4271a6;
    }

    .button-small {
      background: transparent;
      color: white;
      border: 2px solid white;
      padding: 10px 25px;
      font-size: 1rem;
      font-weight: 600;
      border-radius: var(--border-radius);
      cursor: pointer;
      transition: var(--transition);
      margin-top: 15px;
    }

    .button-small:hover {
      background: rgba(255, 255, 255, 0.2);
      transform: scale(1.05);
    }

    /* Modal */
    .modal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      animation: fadeIn 0.3s ease;
    }

    .modal-content {
      background-color: white;
      margin: 10% auto;
      padding: 40px;
      border-radius: var(--border-radius);
      width: 90%;
      max-width: 500px;
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
      animation: slideUp 0.5s ease;
    }

    .modal-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
      border-bottom: 2px solid var(--primary);
      padding-bottom: 10px;
    }

    .modal-title {
      font-size: 1.8rem;
      font-weight: 700;
      color: var(--primary);
    }

    .close {
      font-size: 1.8rem;
      color: var(--dark);
      cursor: pointer;
      transition: var(--transition);
    }

    .close:hover {
      color: var(--primary);
    }

    .form-group {
      margin-bottom: 20px;
    }

    .form-label {
      display: block;
      font-weight: 600;
      margin-bottom: 8px;
      color: var(--dark);
    }

    .form-input {
      width: 100%;
      padding: 12px 15px;
      border: 2px solid var(--gray);
      border-radius: var(--border-radius);
      font-size: 1rem;
      transition: var(--transition);
    }

    .form-input:focus {
      outline: none;
      border-color: var(--primary);
      box-shadow: 0 0 0 3px rgba(211, 84, 0, 0.2);
    }

    .submit-btn {
      background: var(--primary);
      color: white;
      border: none;
      padding: 15px 40px;
      font-size: 1.2rem;
      font-weight: 600;
      border-radius: var(--border-radius);
      cursor: pointer;
      transition: var(--transition);
      width: 100%;
    }

    .submit-btn:hover {
      background: var(--secondary);
      transform: translateY(-3px);
    }

    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }

    @keyframes slideUp {
      from { transform: translateY(50px); opacity: 0; }
      to { transform: translateY(0); opacity: 1; }
    }

    /* Responsive */
    @media (max-width: 768px) {
      header h1 {
        font-size: 2.4rem;
      }

      header p {
        font-size: 1.1rem;
      }

      .nav-container {
        gap: 10px;
      }

      .nav-link {
        padding: 6px 12px;
        font-size: 1rem;
      }

      .section-title {
        font-size: 2rem;
      }

      .service-header {
        grid:
        "title" auto
        "text" auto
        "btn" auto / 1fr;
      }
      .service-header h3 {
        margin: 0;
      }
      .service-header span {
        font-size: 18px;
      }
      .contact-section h2 {
        font-size: 2rem;
      }

      .phone {
        font-size: 1.2rem;
      }
      .vacancies {
        grid: "item" 1fr / 1fr;
      }
    }

    @media (max-width: 480px) {
      header h1 {
        font-size: 2rem;
      }

      .section-title {
        font-size: 1.8rem;
      }

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

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

      .button {
        padding: 10px;
        font-size: 1.1rem;
        margin: auto;
      }
    }




#mainCategory p:first-of-type {
  font-size: 2.3rem;
  color: #4271a6;
  font-weight: 600;
  opacity: 0.9;
  max-width: 1440px;
  margin: auto;
}
#mainCategory p:last-of-type {
  font-size: 2.3rem;
  color: #4271a6;
  font-weight: 600;
  opacity: 0.9;
  max-width: 1440px;
  margin: auto;
}
/* Контейнер для карточек */
.categoryMain {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(560px, 1fr));
  gap: 30px;
  margin-top: 20px;
}
.categoryMainDiv {
  background: white;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #e0e0e0;
}
.categoryMainDiv:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}
.btnFirst:hover {
  background-color: #d3a253;
  transform: scale(1.05);
}

.footer-info-phone a {
  color: white;
}
/* Адаптивность */
@media (max-width: 768px) {
  .categoryMain {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  }
  .categoryMainDiv {
    grid:
        "img" auto
        "name" 0.2fr
        "text" 1fr
        "button" 0.2fr / auto;
  }
  .colomBlock {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0px;
  }
  .container {
    padding: 20px;
  }
  #mainCategory p:first-of-type,
  #mainCategory p:last-of-type {
    font-size: 1.1rem;
  }
  .categoryMainDiv {
    padding: 24px;
  }
  .categoryMainDiv img {
    width: 100px;
    height: 100px;
  }
  .footer-info-phone {
    text-align: center;
  }
}

#popupFormModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popupFormContent {
    background: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
}


#mainAdvantages {
  padding: 60px 0;
}


.advantage-item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  background: white;
  border-radius: 16px 0px;
  padding: 24px;
  flex: 1;
  min-width: 300px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.advantage-content {
  flex: 1;
  text-align: center;
}

.advantage-title {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 20px;
  position: relative;
  color: #4271A6;
  text-align: center;
}

.advantage-description {
  color: #000000;
  font-size: 18px;
  min-height: 60px;
  padding: 0px 12px;
  font-weight: 500;
  text-align: justify;
}

.advantage-image {
  flex: 0 0 auto;
  max-width: 300px;
}

.advantage-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Адаптивность */
@media (max-width: 768px) {
  .advantage-item {
    flex-direction: column;
    text-align: center;
  }

  .advantage-title::after {
    margin-left: auto;
    margin-right: auto;
  }

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



.slider-container {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    grid-area: foto;
}

.slider-wrapper {
    overflow: hidden;
    border-radius: 15px;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider-slide {
    flex: 0 0 33.333%; /* 3 картинки на десктопе */
    padding: 10px;
    box-sizing: border-box;
}

.slider-slide img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.8);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    display: none; /* По умолчанию скрыты на десктопе */
}

.slider-btn:hover {
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.slider-dots {
    display: none; /* По умолчанию скрыты на десктопе */
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

.slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.slider-dot.active {
    background: #007bff;
}

/* Мобильные стили */
@media (max-width: 768px) {
    .slider-slide {
        flex: 0 0 100%; /* 1 картинка на мобильных */
    }
    
    .slider-slide img {
        height: 300px; /* Чуть выше на мобильных */
    }
    
    .slider-btn {
        display: block; /* Показываем кнопки на мобильных */
    }
    
    .slider-dots {
        display: flex; /* Показываем точки на мобильных */
    }
    
    /* Уменьшаем кнопки для мобильных */
    .slider-btn {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}





/* FAQ — Вопрос–Ответ */
.faq-section {
    max-width: 800px;
    margin: 3rem auto;
    padding: 0 1rem;
}

.faq-title {
    text-align: center;
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 2.5rem;
    font-weight: 700;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: box-shadow 0.2s;
}

.faq-item:hover {
    box-shadow: 0 4px 12px rgba(66, 113, 166, 0.15);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1.25rem 1.5rem;
    background: #f8fafc;
    border: none;
    text-align: left;
    font-size: 1.125rem;
    color: #1e293b;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.faq-question:hover {
    background: #f1f5f9;
}

.faq-number {
    color: #4271a6;
    font-weight: bold;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    transition: transform 0.3s ease;
    color: #4271a6;
}

/* Раскрытый вопрос */
.faq-item[open] .faq-question,
.faq-question[aria-expanded="true"] {
    background: #edf2f7;
    color: #1e3a8a;
}

.faq-question[aria-expanded="true"] .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 1.5rem;
    overflow: hidden;
    transition: padding 0.3s ease;
}

.faq-answer[hidden] {
    display: none;
}

.faq-answer-content {
    padding-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #475569;
}

.faq-answer-content strong {
    color: #1e3a8a;
}

.faq-answer-content br + br {
    margin-top: 0.5rem;
    display: block;
}

/* Адаптив */
@media (max-width: 600px) {
    .faq-title {
        font-size: 1.75rem;
    }

    .faq-question {
        padding: 1rem;
        font-size: 1rem;
    }

    .faq-answer {
        padding: 0 1rem;
    }

    .faq-answer-content {
        font-size: 0.95rem;
    }
    .otzivi-map {
    grid: "yandex" auto "other" auto / 1fr;
  }
    .directorH {
      font-size: 24px;
    }
}



/* End */
/* /local/templates/zolotoenasledie/css/normalize.css?17376379926829 */
/* /local/templates/zolotoenasledie/css/style.css?17376379926215 */
/* /local/templates/zolotoenasledie/components/bitrix/menu/header/style.css?1737995905720 */
/* /local/templates/zolotoenasledie/styles.css?177505739145616 */
