

/* Start:/local/templates/kskkaluga/public/main.min.css?1771415148193917*/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  line-height: 1.2;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Inter", Helvetica, Arial, sans-serif;
}

a, body a:hover {
  text-decoration: none;
  color: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

button {
  padding: 0;
  font: inherit;
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

input {
  padding: 0;
  /* шрифт унаследуется у body */
  font: inherit;
  border: none;
  margin: 0;
  background-color: transparent;
}

address {
  font-style: normal;
}

i {
  font-style: italic;
}

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

body {
  --theme-color: #157efb;
  --theme-color-light: #eef5ff;
  --theme-input-hover: #b5d6ff;
  --theme-btn-hover: #3f9fff;
  --theme-menu-left: #fafcff;
}

.theme-customer {
  --theme-color: #157efb;
  --theme-color-light: #eef5ff;
  --theme-input-hover: #b5d6ff;
  --theme-btn-hover: #3f9fff;
  --theme-menu-left: #fafcff;
}

.theme-legal {
  --theme-color: #20bf55;
  --theme-color-light: #ebfff2;
  --theme-input-hover: #72fd9e;
  --theme-btn-hover: #2fd34a;
  --theme-menu-left: #f9fffb;
}
.theme-legal .footer__users-nav-wrapper .header__users-nav-link {
  font-size: 14px;
}
.theme-legal .footer__nav .header__nav-link {
  font-size: 14px;
}
.theme-legal .header__bottom-inner .header__nav-li {
  margin-right: 18px;
}
.theme-legal .header__bottom-inner .header__nav-link {
  font-size: 15px;
}
@media (max-width: 1400px) {
  .theme-legal .header__bottom-inner .header__nav-link {
    font-size: 12px;
  }
}

.theme-energy {
  --theme-color: #ff6f1f;
  --theme-color-light: #fff1e9;
  --theme-input-hover: #ffc6a8;
  --theme-btn-hover: #fc8f53;
  --theme-menu-left: #fff9f6;
}

*,
*:before,
*:after {
  transition: 0.05s ease-in;
}

.bx-component-opener {
  transition: none;
}

body {
  position: relative;
  transition: padding-right 0s;
  display: flex;
  flex-direction: column;
}

html,
body {
  height: 100%;
}

.content-without-footer {
  flex: 1 0 auto;
}

ol {
  margin: 0;
}

.main-row {
  display: flex;
}
@media (max-width: 1199px) {
  .main-row {
    flex-direction: column;
  }
}

.sidebar-col {
  flex-shrink: 0;
  width: 362px;
  margin-right: 32px;
}
@media (max-width: 1399px) {
  .sidebar-col {
    width: 346px;
  }
}
@media (max-width: 1199px) {
  .sidebar-col {
    order: 2;
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
}
.sidebar-col > * {
  margin-bottom: 20px;
}
.sidebar-col > :last-child {
  margin-bottom: 0;
}

.main-content-col {
  width: 966px;
}
@media (max-width: 1399px) {
  .main-content-col {
    width: 738px;
  }
}
@media (max-width: 1199px) {
  .main-content-col {
    width: 100%;
  }
}
.main-content-col > * {
  margin-bottom: 20px;
}
.main-content-col > :last-child {
  margin-bottom: 0;
}
.main-content-col > h1 {
  margin-bottom: 30px;
}
.main-content-col > ul li {
  position: relative;
  padding-left: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #323232;
}
.main-content-col > ul li::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--theme-color);
}
.main-content-col > p > a:not(.btn) {
  color: #157efb;
  border-bottom: 1px solid #157efb;
}
.main-content-col > p > a:not(.btn):hover {
  color: #157efb;
  opacity: 0.72;
}

.green-wrapper {
  padding: 8px 13px 13px 13px;
  background: #20bf55;
  border-radius: 20px;
}
.green-wrapper > * {
  color: white;
}

.bg-theme-light,
.content-wrapper.bg-theme-light {
  background-color: var(--theme-color-light);
}

.gray-wrapper {
  padding: 20px 32px;
  background: #fafafa;
  border-radius: 20px;
  color: #727272;
}
.gray-wrapper > * {
  color: #727272;
}

.gray-wrapper-2.content-wrapper {
  padding: 32px;
  padding-bottom: 20px;
  background: #f9f9f9;
}
.gray-wrapper-2.content-wrapper > * {
  color: #727272;
}

.gray-wrapper-3.content-wrapper {
  padding: 24px;
  background-color: #f9f9f9;
  box-shadow: none;
}

.shares-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
}
.shares-container > :first-child {
  width: 33%;
}
.shares-container > :last-child {
  width: 65%;
}
@media (max-width: 759px) {
  .shares-container {
    row-gap: 20px;
  }
  .shares-container > :first-child {
    width: 100%;
  }
  .shares-container > :last-child {
    width: 100%;
  }
}

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

.invisible {
  display: none !important;
}

.inner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.inner-full-img {
  width: auto;
  height: 95%;
}

.full-width {
  width: 100%;
}

.container-bg {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

div.page-subheading-wrapper {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  div.page-subheading-wrapper {
    margin-bottom: 20px;
  }
}
div.page-subheading-wrapper h1 {
  margin-bottom: 0;
}

.page-link-back {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  margin-top: 11px;
  margin-right: 16px;
}
.page-link-back::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 4px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #323232;
  border-right: 2px solid #323232;
  transform: rotate(-135deg);
}
.page-link-back:hover::after {
  border-color: #157efb;
}

.link-with-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.link-with-icon__icon {
  margin-right: 7px;
}
.link-with-icon__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #157efb;
  border-bottom: 1px solid transparent;
}
.link-with-icon:hover .link-with-icon__text {
  color: #3f9fff;
  border-bottom: 1px solid #3f9fff;
}
.link-with-icon:hover .link-with-icon__text-span {
  color: #3f9fff;
}
.link-with-icon--small .link-with-icon__icon {
  margin-right: 9px;
}
.link-with-icon--small .link-with-icon__text {
  font-weight: 400;
  font-size: 16px;
  color: #303030;
}
.link-with-icon--small .link-with-icon__text-span {
  font-weight: 500;
}
.link-with-icon--small-2 .link-with-icon__icon {
  margin-right: 9px;
}
.link-with-icon--small-2 .link-with-icon__text {
  font-weight: 400;
  font-size: 16px;
  color: #303030;
}
.link-with-icon--small-2 .link-with-icon__text-span {
  font-weight: 500;
}
.link-with-icon--dividends .link-with-icon__text {
  font-weight: 600;
  letter-spacing: -0.64px;
  border-bottom: 1px solid #3f9fff;
}
.link-with-icon--dividends:hover .link-with-icon__text {
  opacity: 0.72;
}

.text-with-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.text-with-icon__icon {
  margin-right: 7px;
}

.purchase-filters-form {
  position: relative;
  display: flex;
}
@media (max-width: 1399px) {
  .purchase-filters-form {
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  .purchase-filters-form {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .purchase-filters-form {
    flex-wrap: wrap;
  }
}
.purchase-filters-form > * {
  width: 49%;
}
.purchase-filters-form > *:first-child {
  margin-right: 2%;
}
@media (max-width: 1399px) {
  .purchase-filters-form > * {
    width: 100%;
  }
  .purchase-filters-form > *:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .purchase-filters-form > * {
    width: 49%;
  }
  .purchase-filters-form > *:first-child {
    margin-right: 2%;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .purchase-filters-form > * {
    width: 100%;
  }
  .purchase-filters-form > *:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.cols-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 759px) {
  .cols-2 {
    flex-direction: column;
  }
}
.cols-2 > * {
  width: calc(50% - 10px);
}
@media (max-width: 759px) {
  .cols-2 > * {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cols-2--switch-991 {
    flex-direction: column;
  }
  .cols-2--switch-991 > * {
    width: 100%;
  }
}

.cols-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 759px) {
  .cols-3 {
    flex-direction: column;
  }
}
.cols-3 > * {
  width: calc(33.33% - 13.3px);
}
@media (max-width: 1199px) {
  .cols-3 > * {
    width: calc(50% - 10px);
  }
}
@media (max-width: 759px) {
  .cols-3 > * {
    width: 100%;
  }
}

.manage-purchases {
  display: flex;
  justify-content: flex-end;
}
.manage-purchases .link-with-icon__text {
  font-size: 14px;
  border-bottom: none;
}
.manage-purchases .link-with-icon__icon {
  height: 16px;
  margin-right: 4px;
  margin-bottom: 1px;
}
.manage-purchases:hover .link-with-icon__text {
  border-bottom: none;
}
.manage-purchases:hover .link-with-icon__icon {
  color: #0080ff;
  opacity: 0.82;
}

.disclosed-documents-link a {
  display: block;
  width: 209px;
  margin-right: auto;
  margin-left: auto;
}
.disclosed-documents-link img {
  width: 100%;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.dividends-heading {
  max-width: 723px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  color: #323232;
  text-align: center;
  font-family: "Mulish", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.72px;
}

.contacts-cols-2.content-wrapper__flex-container {
  column-gap: 103px;
  align-items: flex-start;
}

.green {
  color: #20bf55;
}

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

.h3-theme span {
  color: var(--theme-color);
}

.address__title {
  color: #727272;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.28px;
}
.address__text {
  color: #323232;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.28px;
}

.btn-energy-lk {
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-energy-lk .btn__icon {
  margin-right: 9px;
}

em {
  font-style: italic;
}

sub {
  line-height: 0;
}

.gray-wrapper-4 {
  padding: 32px;
  background: #f9f9f9;
}
@media (max-width: 759px) {
  .gray-wrapper-4 {
    padding: 10px;
  }
}

.page-description p {
  color: #323232;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%; /* 18px */
  letter-spacing: -0.24px;
}

.container {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 575px) {
  .container--header-top {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 556px;
  }
}
@media (min-width: 760px) {
  .container {
    max-width: 776px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 976px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1156px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
.input {
  position: relative;
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #323232;
}
.input:hover {
  border: 1px solid #b5d6ff;
}

.input::placeholder {
  color: #727272;
}

.input:focus {
  border: 1px solid #157EFB;
}

.input--has-icon {
  padding-left: 48px;
}

.input--error {
  border-color: #F23333;
}

.header-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.header-wrapper--main-page {
  margin-bottom: 0;
}
.header {
  position: relative;
}
.header__top {
  background: var(--theme-color-light);
  position: relative;
  z-index: 501;
}
.header__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
}
.header__users-nav {
  display: flex;
  height: 100%;
}
@media (max-width: 1199px) {
  .header__users-nav {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .header__users-nav {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-height: none;
    scrollbar-width: none;
  }
  .header__users-nav::-webkit-scrollbar {
    height: 0px;
    background: transparent;
  }
}
.header__users-nav-li {
  height: 100%;
  margin-right: 23px;
}
.header__users-nav-li:last-child {
  margin-right: 0;
}
@media (max-width: 575px) {
  .header__users-nav-li {
    flex-shrink: 0;
  }
  .header__users-nav-li:last-child {
    padding-right: 20px;
  }
  .header__users-nav-li:first-child {
    margin-left: 20px;
  }
}
.header__users-nav-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #727272;
}
.header__users-nav-link:hover {
  color: var(--theme-color);
}
.header__users-nav-link--active {
  color: var(--theme-color);
}
.header__users-nav-link--active::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  background-color: var(--theme-color);
}
@media (max-width: 991px) {
  .header__users-nav-link--active::after {
    content: none;
  }
}
@media (max-width: 1399px) {
  .header__users-nav-link {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .header__users-nav-link {
    font-size: 14px;
  }
}
.header__nav {
  height: 100%;
  opacity: 1;
}
.header__nav--invisible {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .header__nav {
    display: none;
  }
}
.header__nav-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header__nav-li {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 42px;
}
.header__nav-li:last-child {
  margin-right: 0;
}
@media (max-width: 1399px) {
  .header__nav-li {
    margin-right: 23px;
  }
}
.header__nav-li--active::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  background-color: var(--theme-color);
}
.header__nav-li--active .header__nav-link {
  color: var(--theme-color);
}
.header__nav-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #323232;
}
.header__nav-link:hover {
  color: var(--theme-color);
}
@media (max-width: 1399px) {
  .header__nav-link {
    font-size: 15px;
  }
}
.header__nav-sub-menu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 100000;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  display: flex;
  /*max-height: 445px;*/
  max-height:min-content;
  padding: 20px 18px 32px;
  background-color: #fff;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.09);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.header__nav-sub-ul {
  flex-shrink: 0;
  width: 262px;
  margin-right: 14px;
  margin-left: 14px;
}
.header__nav-sub-li {
  margin-bottom: 15px;
}
.header__nav-sub-li:last-child {
  margin-bottom: 0;
}
.header__nav-sub-link {
  display: block;
}
.header__nav-sub-link:hover {
  color: var(--theme-color);
}
.header__middle {
  background-color: #fff;
  border-bottom: 1px solid #ececec;
}
.header__middle-right-container {
  display: flex;
  align-items: center;
}
.header__middle-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 21px;
  padding-bottom: 14px;
}
@media (max-width: 1199px) {
  .header__middle-inner {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .header__middle-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header__logo-link {
  margin-right: 96px;
}
@media (max-width: 1399px) {
  .header__logo-link {
    margin-right: 39px;
  }
}
@media (max-width: 1399px) {
  .header__logo {
    max-width: 128px;
  }
}
@media (max-width: 991px) {
  .header__logo {
    max-width: 142px;
  }
}
.header__search-wrapper {
  position: relative;
  width: 419px;
  margin-right: 35px;
}
@media (max-width: 1399px) {
  .header__search-wrapper {
    width: 281px;
    margin-right: 45px;
  }
}
@media (max-width: 1199px) {
  .header__search-wrapper {
    display: none;
  }
}
.header__search-close {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 11px;
  width: 20px;
  height: 20px;
  opacity: 0;
  cursor: pointer;
}
.header__search-close::before, .header__search-close::after {
  position: absolute;
  top: 2px;
  left: 9px;
  content: " ";
  height: 16px;
  width: 2px;
  background-color: var(--theme-color);
}
.header__search-close::before {
  transform: rotate(45deg);
}
.header__search-close::after {
  transform: rotate(-45deg);
}
.header__search-input {
  width: 100%;
  background-image: url("/local/templates/kskkaluga/public/../assets/icons/search.svg");
  background-repeat: no-repeat;
  background-position: 18px 12px;
}
.header__search-input:hover {
  border: 1px solid var(--theme-input-hover);
}
.header__search-input:focus {
  padding-right: 44px;
  border: 1px solid var(--theme-color);
}
.header__search-input:focus + .header__search-close {
  opacity: 1;
}
.header__phone-wrapper {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding-left: 32px;
  padding-right: 25px;
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
  margin-right: 32px;
}
@media (max-width: 1399px) {
  .header__phone-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .header__phone-wrapper {
    display: none;
  }
}
.header__phone-icon {
  margin-top: 6px;
  margin-right: 12px;
}
.header__phone-text {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #323232;
}
.header__phone-text span {
  display: inline-block;
  margin-right: 6px;
  font-weight: 600;
  color: #8e8e8e;
}
.header__phone-text .phones {
  display: flex;
  flex-direction: column;
}
.header__phone-link:hover {
  color: var(--theme-color);
}
.header__lk-btn {
  background: var(--theme-color);
}
.header__lk-btn:hover {
  background: var(--theme-btn-hover);
}
@media (max-width: 380px) {
  .header__lk-btn {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .header__lk-btn-span {
    display: none;
  }
  .header__lk-btn.btn--lk {
    padding: 4px;
  }
  .header__lk-btn.btn--lk .btn__icon {
    margin-right: 0;
  }
}
.header__burger-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 22px;
  height: 41px;
  cursor: pointer;
  z-index: 11;
  margin-left: 31px;
}
@media (max-width: 575px) {
  .header__burger-btn {
    margin-left: 20px;
  }
}
.header__burger-btn-line {
  position: relative;
  width: 22px;
  height: 2px;
  background-color: #000000;
  transition: 0.2s ease-in;
}
.header__burger-btn-line::before {
  position: absolute;
  left: 0;
  top: -5px;
  content: "";
  width: 22px;
  height: 2px;
  background-color: #000000;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s, background-color 0.2s ease-in;
}
.header__burger-btn-line::after {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 22px;
  height: 2px;
  background-color: #000000;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s, background-color 0.2s ease-in;
}
.header__burger-btn--active .header__burger-btn-line {
  background-color: transparent;
}
.header__burger-btn--active .header__burger-btn-line::before {
  transform: rotate(45deg);
  top: 0;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
}
.header__burger-btn--active .header__burger-btn-line::after {
  transform: rotate(-45deg);
  top: 0;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
}
.header__bottom {
  background-color: #fff;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 1199px) {
  .header__bottom {
    display: none;
  }
}
.header--scroll .header__bottom {
  box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.14);
}
.header__bottom-inner {
  height: 59px;
}
.header__bottom-inner .header__nav-li {
  margin-right: 30px;
}
.header__bottom-inner .header__nav-li:last-child {
  margin-right: 0;
}
.header__bottom-inner .header__nav-li--has-submenu {
  position: relative;
  padding-right: 22px;
  cursor: pointer;
}
.header__bottom-inner .header__nav-li--has-submenu::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 24px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--theme-color);
  border-right: 2px solid var(--theme-color);
  transform: rotate(135deg);
}
.header__bottom-inner .header__nav-li--has-submenu:hover::after {
  transform: rotate(-45deg);
  top: 28px;
}
.header__bottom-inner .header__nav-li--has-submenu:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  background-color: var(--theme-color);
}
.header__bottom-inner .header__nav-li--has-submenu:hover .header__nav-link {
  color: var(--theme-color);
}
.header__bottom-inner .header__nav-li--has-submenu:hover .header__nav-sub-menu {
  opacity: 1;
  pointer-events: all;
}
.header__bottom-inner .header__nav-link {
  font-size: 15px;
}
.header__adapt-menu {
  display: none;
}

@media (max-width: 1200px) {
  .header__adapt-menu {
    display: none;
    position: fixed;
    z-index: 100;
    top: 52px;
    right: 0;
    left: 0;
    bottom: 0;
    background: #ffffff;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header__adapt-menu::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
  .header__adapt-menu--active {
    display: block;
  }
  .header__adapt-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    padding-bottom: 15px;
  }
  .header__adapt-phone-link {
    display: inline-block;
    padding-left: 30px;
    background: url("/local/templates/kskkaluga/public/../assets/icons/green-tel.svg") no-repeat;
    background-position: 0 4px;
    margin-bottom: 9px;
  }
  .header__adapt-phone-description {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #8e8e8e;
    padding-left: 30px;
  }
  .header__adapt-close {
    position: relative;
    width: 40px;
    height: 40px;
  }
  .header__adapt-close:hover {
    opacity: 1;
  }
  .header__adapt-close:before, .header__adapt-close:after {
    position: absolute;
    top: 11px;
    left: 20px;
    content: " ";
    height: 20px;
    width: 2px;
    background-color: #323232;
  }
  .header__adapt-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header__adapt-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header__adapt-li {
    position: relative;
    border-bottom: 1px solid #ececec;
  }
  .header__adapt-li:first-child {
    border-top: 1px solid #ececec;
  }
  .header__adapt-li--has-submenu > .header__adapt-li-arrow {
    display: block;
  }
  .header__adapt-li--main .header__adapt-link {
    color: #323232;
  }
  .header__adapt-li--active > .header__adapt-submenu {
    display: block;
  }
  .header__adapt-li--active .header__adapt-link {
    color: #ffffff;
    background: var(--theme-color);
  }
  .header__adapt-li--active > .header__adapt-li-arrow::after {
    border-top-color: white;
    border-right-color: white;
    top: 18px;
    transform: rotate(-45deg);
  }
  .header__adapt-link {
    display: block;
    padding: 16px 44px 16px 20px;
    color: #727272;
  }
  .header__adapt-li-arrow {
    display: none;
    position: absolute;
    top: 9px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .header__adapt-li-arrow::after {
    content: "";
    position: absolute;
    top: 14px;
    right: 16px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #323232;
    border-right: 2px solid #323232;
    transform: rotate(135deg);
  }
  .header__adapt-submenu {
    display: none;
  }
  .header__adapt-subli {
    position: relative;
  }
  .header__adapt-subli--has-submenu > .header__adapt-li-arrow {
    display: block;
  }
  .header__adapt-subli--active {
    background-color: var(--theme-color-light);
  }
  .header__adapt-subli--active > .header__adapt-submenu {
    display: block;
  }
  .header__adapt-subli--active > .header__adapt-sublink {
    color: var(--theme-color);
    font-weight: 700;
  }
  .header__adapt-subli--active > .header__adapt-li-arrow::after {
    top: 18px;
    transform: rotate(-45deg);
  }
  .header__adapt-subli .header__adapt-subli .header__adapt-sublink {
    padding-left: 51px;
  }
  .header__adapt-subli .header__adapt-subli .header__adapt-submenu .header__adapt-subli .header__adapt-sublink {
    padding-left: 66px;
  }
  .header__adapt-sublink {
    display: block;
    padding: 16px 44px 16px 36px;
    font-size: 14px;
    line-height: 172%;
    letter-spacing: -0.02em;
    color: #323232;
  }
}
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.preloader {
  display: block;
  border: 16px solid #f0f0f0;
  border-top-color: #157EFB;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
h1,
.h1 {
  font-family: "Mulish", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #323232;
  margin-bottom: 30px;
}
@media (max-width: 400px) {
  h1,
  .h1 {
    font-size: 28px;
  }
}

h2,
.h2 {
  font-family: "Mulish", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.04em;
  color: #323232;
}
@media (max-width: 400px) {
  h2,
  .h2 {
    font-size: 22px;
  }
}

h3,
.h3 {
  font-family: "Mulish", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.04em;
  color: #323232;
}
@media (max-width: 400px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}

h4,
.h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #323232;
}

p,
.body-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #323232;
}

.table-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #323232;
}

.bold-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #323232;
  margin-bottom: 20px;
}

.page-subheading {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #333333;
}

.page-heading {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .page-heading {
    margin-bottom: 20px;
  }
}

.link {
  color: #157efb;
  border-bottom: 1px solid #157efb;
}
.link:hover {
  color: #157efb;
  opacity: 0.72;
}

small {
  color: #727272;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.28px;
}
small > a {
  text-decoration: underline;
}
small > a:hover {
  text-decoration: underline;
  color: #157efb;
}

hr {
  height: 1px;
  border: 0;
  background-color: #E9E9E9;
}

.font-size-14 {
  color: #323232;
  font-size: 14px;
  font-weight: 500;
  line-height: 142%;
  letter-spacing: -0.28px;
}

.font-size-42 {
  font-size: 42px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.84px;
}

.color-red {
  color: #F23333;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  transition: 0.25s;
  color: #ffffff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover {
  color: #ffffff;
}
.btn--blue {
  background: #157efb;
}
.btn--blue:hover {
  background: #3f9fff;
}
.btn--green {
  background: #20bf55;
}
.btn--green:hover {
  background: #2fd34a;
}
.btn--light-green {
  background: rgba(32, 191, 85, 0.05);
  color: #20bf55;
}
.btn--light-green:hover {
  background: rgba(32, 191, 85, 0.1);
  color: #20bf55;
}
.btn--orange {
  background: #ff6f1f;
}
.btn--orange:hover {
  background: #fc8f53;
}
.btn--white {
  color: #f74811;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.09);
}
.btn--white:hover {
  background: #f7f6f6;
  color: #f74811;
}
.btn--theme {
  background: var(--theme-color);
}
.btn--theme:hover {
  background: var(--theme-btn-hover);
}
.btn--small {
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 149%;
  letter-spacing: -0.005em;
}
.btn--middle {
  padding: 14px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
}
.btn--big {
  padding: 14px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 18px;
  line-height: 172%;
  letter-spacing: -0.02em;
}
.btn--big .btn__icon {
  margin-right: 12px;
}
@media (max-width: 991px) {
  .btn--big {
    padding: 14px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 150%;
  }
}
.btn--lk {
  padding: 8px 12px 8px 7px;
  border-radius: 72px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 379px) {
  .btn--lk {
    text-align: left;
    font-size: 13px;
  }
}
.btn--lk .btn__icon {
  margin-right: 11px;
}
.btn--call {
  width: 100%;
  font-family: "Mulish", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.04em;
}
.btn--call .btn__icon {
  margin-right: 16px;
}
.btn--call-small {
  width: auto;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.8px;
}
.btn--call-small .btn__icon {
  width: 42px;
  height: 42px;
}
.btn--news {
  padding: 6px 14px;
  border-radius: 52px;
}
.btn--disabled {
  background-color: #eeeeee;
  pointer-events: none;
}

.section-heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: black;
}
.section-heading--has-arrow {
  position: relative;
  padding-left: 44px;
}
.section-heading--has-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #E2E2E2;
  transform: translateY(-50%);
}
.section-heading--has-arrow::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 14px;
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #F9F9F9;
  border-right: 2px solid #F9F9F9;
  transform: rotate(-135deg) translateY(-50%);
}
@media (max-width: 576px) {
  .section-heading--has-arrow {
    padding-left: 29px;
  }
  .section-heading--has-arrow::before {
    width: 20px;
    height: 20px;
  }
  .section-heading--has-arrow::after {
    top: 9px;
    left: 10px;
    width: 7px;
    height: 7px;
  }
}
@media (max-width: 576px) {
  .section-heading {
    font-size: 20px;
  }
}

.checkbox {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 2px solid #DBDDE4;
  background-color: #FAFAFB;
  appearance: none;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 12px;
}

.checkbox:checked {
  background-color: #DBDDE4;
}

.checkbox:checked::after {
  position: absolute;
  top: 40%;
  left: 58%;
  transform: translate(-60%, -40%) rotate(-45deg);
  content: "";
  width: 11px;
  height: 6px;
  border-bottom: 2px solid #FAFAFB;
  border-left: 2px solid #FAFAFB;
}

.bread-crumbs {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .bread-crumbs {
    display: none;
  }
}
.bread-crumbs__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 14px 32px;
  background: #f9f9f9;
  border-radius: 12px;
}
.bread-crumbs__link {
  position: relative;
  padding-right: 27px;
  margin-right: 17px;
}
.bread-crumbs__link:hover .bread-crumbs__link-text {
  color: #157efb;
  border-bottom: 1px solid #157efb;
}
.bread-crumbs__link::after {
  content: "";
  position: absolute;
  right: 2px;
  top: calc(50% - 3px);
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #8e8e8e;
  border-right: 2px solid #8e8e8e;
  transform: rotate(45deg);
}
.bread-crumbs__link:last-child::after {
  content: none;
}
.bread-crumbs__link:last-child:hover .bread-crumbs__link-text {
  color: #8e8e8e;
  border-bottom: 1px solid transparent;
}
.bread-crumbs__link-text {
  display: inline;
  border-bottom: 1px solid transparent;
  font-weight: 500;
  font-size: 14px;
  line-height: 175%;
  letter-spacing: -0.02em;
  color: #8e8e8e;
}
.bread-crumbs__home-icon {
  margin-top: 1px;
}
.bread-crumbs__home-icon path {
  fill: var(--theme-color);
}
@media (max-width: 1199px) {
  .bread-crumbs--quiz {
    display: block;
  }
}
@media (max-width: 991px) {
  .bread-crumbs--quiz {
    display: none;
  }
}

.nav__li {
  position: relative;
}
.nav__li--has-submenu .nav__li-arrow {
  display: block;
}
.nav__li--active .nav__li-arrow::after {
  transform: rotate(-45deg);
  top: calc(50% - 2px);
}
.nav__li--active .nav__submenu-ul {
  display: block;
}
.nav__li-arrow {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  cursor: pointer;
}
.nav__li-arrow::after {
  content: "";
  position: absolute;
  right: 5px;
  top: calc(50% - 5px);
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(135deg);
}
.nav__link {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 13px 25px 13px 0;
}
.nav__link:hover {
  color: white;
  opacity: 0.72;
}
.nav__submenu-ul {
  display: none;
}
.nav__submenu-li {
  margin-bottom: 12px;
}
.nav__submenu-link {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  padding-right: 25px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
}
.nav__submenu-link:hover {
  opacity: 0.72;
}
.nav--sidebar {
  padding: 12px 21px 12px;
  background: var(--theme-color);
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .nav--sidebar {
    display: none;
  }
}
.nav--sidebar .nav__li {
  border-bottom: 1px solid #e9e9e9;
}
.nav--sidebar .nav__li:last-child {
  border-bottom: none;
}
.nav--sidebar .nav__li--active .nav__link {
  padding-left: 10px;
}
.nav--sidebar .nav__li--active .nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 2px;
  height: calc(100% - 26px);
  background-color: #fff;
  border-radius: 2px;
}
.nav--sidebar .nav__link {
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.nav--sidebar .nav__submenu-li--active .nav__submenu-link::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.nav--sidebar .nav__submenu-link {
  color: #ffffff;
}
.nav--sidebar .nav__submenu-link:hover {
  color: white;
}
.nav--desktop-menu .nav__li {
  transition: all 0.25s, border-bottom 0s;
}
.nav--desktop-menu .nav__li--active {
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 22px;
}
.nav--desktop-menu .nav__li--active > .nav__link {
  color: var(--theme-color);
}
.nav--desktop-menu .nav__li-arrow::after {
  border-color: var(--theme-color);
}
.nav--desktop-menu .nav__link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #323232;
  transition: 0.05s ease-in;
}
.nav--desktop-menu .nav__link:hover {
  opacity: 1;
  color: var(--theme-color);
}
.nav--desktop-menu .nav__submenu-li {
  margin-bottom: 16px;
}
.nav--desktop-menu .nav__submenu-li:first-child {
  margin-top: 10px;
}
.nav--desktop-menu .nav__submenu-li:last-child {
  margin-bottom: 20px;
}
.nav--desktop-menu .nav__submenu-li--active .nav__submenu-link {
  color: var(--theme-color);
}
.nav--desktop-menu .nav__submenu-li--active .nav__submenu-link:hover {
  opacity: 1;
  color: var(--theme-color);
}
.nav--desktop-menu .nav__submenu-link {
  padding-left: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 132%;
  letter-spacing: -0.02em;
  color: #323232;
  transition: 0.05s ease-in;
}
.nav--desktop-menu .nav__submenu-link:hover {
  opacity: 1;
  color: var(--theme-color);
}

.table-wrapper {
  width: calc(100% + 40px);
  margin-right: -20px;
  margin-left: -20px;
}
@media (max-width: 1399px) {
  .table-wrapper {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-height: none;
    scrollbar-width: none;
  }
  .table-wrapper::-webkit-scrollbar {
    height: 0px;
    background: transparent;
  }
}
@media (max-width: 991px) {
  .table-wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.table-wrapper--hor-long {
  position: relative;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-height: none;
  scrollbar-width: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.table-wrapper--hor-long::-webkit-scrollbar {
  height: 0px;
  background: transparent;
}

.table-wrapper-2 {
  position: relative;
}
.table-wrapper-2::after {
  opacity: 0;
  position: absolute;
  content: "";
  top: 36px;
  bottom: 0;
  right: -20px;
  width: 88px;
  background: linear-gradient(270deg, #fff 50.94%, rgba(255, 255, 255, 0) 100%);
  transition: 0.25s ease-in;
}
.table-wrapper-2::before {
  opacity: 0;
  position: absolute;
  content: "";
  z-index: 1;
  top: 36px;
  bottom: 0;
  left: -20px;
  width: 88px;
  background: linear-gradient(-270deg, #fff 50.94%, rgba(255, 255, 255, 0) 100%);
  transition: 0.25s ease-in;
}
@media (max-width: 759px) {
  .table-wrapper-2::before {
    display: none;
  }
}
.table-wrapper-2--gradient-right::after {
  opacity: 1;
}
.table-wrapper-2--gradient-left::before {
  opacity: 1;
}

.table-explanation {
  display: flex;
  align-items: center;
  width: 198px;
  padding: 4px 12px;
  margin-left: auto;
  margin-bottom: 8px;
  color: #323232;
  font-size: 12px;
  font-weight: 500;
  line-height: 172%; /* 20.64px */
  letter-spacing: -0.24px;
  border-radius: 4px;
  background: #f9f9f9;
}
.table-explanation .icon {
  margin-right: 12px;
}

table {
  width: 100%;
}
table.white tr {
  background: #fff;
}
table.white tr:first-child {
  background: #e9e9e9;
}
table.white tr:nth-child(2) {
  background: #f9f9f9;
}

td,
th {
  padding: 15px;
  text-align: left;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #323232;
}
td:first-child, td.first,
th:first-child,
th.first {
  padding-left: 20px;
}
td:last-child,
th:last-child {
  padding-right: 20px;
}
td.li,
th.li {
  position: relative;
  padding-left: 31px;
}
td.li::before,
th.li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 22px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #323232;
}
td.left,
th.left {
  text-align: left;
}
td.right,
th.right {
  text-align: right;
}
td.center,
th.center {
  text-align: center;
}
td.thin,
th.thin {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (max-width: 991px) {
  td,
  th {
    padding: 10px;
  }
  td:first-child,
  th:first-child {
    padding-left: 17px;
  }
  td:last-child,
  th:last-child {
    padding-right: 17px;
  }
}

th {
  font-weight: 700;
}

tr {
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
}
tr:nth-of-type(2n + 1) {
  background: #f9f9f9;
}
tr:first-child {
  background: #e9e9e9;
}
tr.border-off {
  border-bottom: none;
}
tr.bg-off {
  background: #fff;
}
tr.dark-grey {
  background: #E9E9E9;
}
tr.white-borders td,
tr.white-borders th {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
tr.white-borders td:last-child,
tr.white-borders th:last-child {
  border-right: none;
}

table.--actual-electricity-supply {
  min-width: 736px;
}
table.--actual-electricity-supply th:last-child {
  text-align: center;
}
table.--actual-electricity-supply tr {
  background: #fff;
}
table.--actual-electricity-supply tr:first-child {
  background: #e9e9e9;
}
table.--actual-electricity-supply tr:nth-child(2) td {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #f9f9f9;
  color: #727272;
  font-size: 10px;
  font-weight: 600;
  line-height: 150%; /* 15px */
  letter-spacing: -0.2px;
}
table.--actual-electricity-supply tr:nth-child(4) td:first-child {
  padding-left: 15px;
}
@media (max-width: 991px) {
  table.--actual-electricity-supply tr:nth-child(4) td:first-child {
    padding-left: 10px;
  }
}
table.--actual-electricity-supply tr:nth-child(2n+1) td:first-child {
  font-weight: 700;
}
table.--actual-electricity-supply tr:nth-child(4n+5) {
  background: #f9f9f9;
}
table.--actual-electricity-supply tr:nth-child(4n+6) {
  background: #f9f9f9;
}
table.--actual-electricity-supply tr:nth-child(2n+6) td:first-child {
  padding-left: 15px;
}
@media (max-width: 991px) {
  table.--actual-electricity-supply tr:nth-child(2n+6) td:first-child {
    padding-left: 10px;
  }
}

table.--purchase-electricity tr:nth-of-type(2n + 1) {
  background: #fff;
}
table.--purchase-electricity tr:nth-of-type(2n + 2) {
  background: #f9f9f9;
}
table.--purchase-electricity tr:first-child {
  background: #f9f9f9;
}
table.--purchase-electricity tr:nth-of-type(2) {
  background: #f9f9f9;
}
table.--purchase-electricity tr:last-child {
  background: #E9E9E9;
}

table.--white-tr tr:nth-of-type(2n + 1) {
  background: #fff;
}
table.--white-tr tr:first-child {
  background: #e9e9e9;
}
table.--white-tr th, table.--white-tr td {
  font-size: 16px;
}

table.--align-top td {
  vertical-align: top;
}

.table-suspension-water__area {
  display: inline-block;
  padding-left: 26px;
  margin-bottom: 12px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .table-suspension-water__area {
    padding-left: 0;
  }
}
.table-suspension-water__house {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.table-suspension-water__house:last-child {
  margin-bottom: 0;
}
.table-suspension-water__icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.content-wrapper {
  padding: 20px 20px 32px 20px;
  background: #ffffff;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.content-wrapper--single {
  min-height: calc(100% - 80px);
}
.content-wrapper > * {
  margin-bottom: 20px;
}
.content-wrapper > h1 {
  margin-bottom: 30px;
}
.content-wrapper > :last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .content-wrapper {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
.content-wrapper__header {
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
}
.content-wrapper__header-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.content-wrapper__header-inner.--align-center {
  align-items: center;
}
.content-wrapper__header .page-subheading-wrapper {
  margin-bottom: 0;
}
.content-wrapper__header .page-subheading-wrapper .page-link-back {
  margin-top: 6px;
  margin-right: 5px;
}
.content-wrapper__flex-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.content-wrapper__footer {
  padding-top: 20px;
  border-top: 1px solid #ececec;
  margin-top: 20px;
}
.content-wrapper > a:not(.btn) {
  color: #157efb;
  border-bottom: 1px solid #157efb;
}
.content-wrapper > a:not(.btn):hover {
  color: #157efb;
  opacity: 0.72;
}
.content-wrapper > p > a:not(.btn) {
  color: #157efb;
  border-bottom: 1px solid #157efb;
}
.content-wrapper > p > a:not(.btn):hover {
  color: #157efb;
  opacity: 0.72;
}
.content-wrapper > ul li {
  position: relative;
  padding-left: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #323232;
}
.content-wrapper > ul li::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--theme-color);
}
.content-wrapper .images-container.img-1 > img {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  overflow: hidden;
}
.content-wrapper .images-container.img-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 400px) {
  .content-wrapper .images-container.img-2 {
    flex-direction: column;
  }
}
.content-wrapper .images-container.img-2 > img {
  width: calc(50% - 10px);
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 400px) {
  .content-wrapper .images-container.img-2 > img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .content-wrapper .images-container.img-2 > img:last-child {
    margin-bottom: 0;
  }
}
.content-wrapper--bg-off {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
  overflow: visible;
}
.content-wrapper--news-single {
  max-width: 825px;
}
@media (max-width: 1199px) {
  .content-wrapper--news-single {
    max-width: 100%;
  }
}
.content-wrapper--overflow-visible {
  overflow: visible;
}
.content-wrapper--overflow-hidden {
  overflow: hidden;
}
.content-wrapper--production-costs {
  padding-top: 0;
  padding-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal {
  position: fixed;
  z-index: 500;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  overflow-y: scroll;
  overflow-x: hidden;
  opacity: 0;
  transition: 0s;
}
.modal__overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(22, 22, 22, 0.2);
  backdrop-filter: blur(7.5px);
  opacity: 0;
}
.modal__content {
  position: relative;
  z-index: 2;
  max-width: 95%;
  margin-top: 55px;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .modal__content {
    margin-top: 37px;
    margin-bottom: 37px;
  }
}
.modal__content--full-page {
  max-width: 100%;
  margin-top: 0;
}
@media (max-width: 767px) {
  .modal__content--full-page {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.modal__close {
  position: absolute;
  z-index: 100;
  right: 38px;
  top: 39px;
  width: 31px;
  height: 31px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.25s ease-in;
}
.modal__close:hover {
  opacity: 0.72;
}
@media (max-width: 992px) {
  .modal__close {
    right: 12px;
    top: 15px;
  }
}
@media (max-width: 767px) {
  .modal__close {
    right: 8px;
    top: 8px;
  }
}
.modal__close::before, .modal__close::after {
  position: absolute;
  top: 7px;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #323232;
}
@media (max-width: 992px) {
  .modal__close::before, .modal__close::after {
    height: 26px;
  }
}
@media (max-width: 767px) {
  .modal__close::before, .modal__close::after {
    height: 23px;
  }
}
.modal__close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal--active {
  opacity: 1;
  pointer-events: all;
}
.modal--desktop-menu, .modal--desktop-menu-2 {
  align-items: flex-start;
}
.modal--desktop-menu .modal__content, .modal--desktop-menu-2 .modal__content {
  margin-top: 52px;
}
.modal--effect--scale .modal__overlay {
  transition: 0.5s ease-in;
}
.modal--effect--scale .modal__overlay--active {
  opacity: 1;
}
.modal--effect--scale .modal__content {
  opacity: 0;
  transform: scale(0.5);
  transition: 0.5s ease-in;
}
.modal--effect--scale .modal__content--active {
  opacity: 1;
  transform: scale(1);
}
.modal--effect--slide {
  transition: opacity 0s, background 0.32s cubic-bezier(0.01, 1, 0.7, 1), backdrop-filter 0.32s cubic-bezier(0.01, 1, 0.7, 1);
  background: rgba(22, 22, 22, 0.2);
  backdrop-filter: blur(7.5px);
}
.modal--effect--slide.modal--closing {
  background: rgba(22, 22, 22, 0);
  backdrop-filter: blur(0);
}
.modal--effect--slide .modal__overlay {
  transition: 0.32s cubic-bezier(0.01, 1, 0.7, 1);
}
.modal--effect--slide .modal__content {
  transform: translateY(-100%);
  transition: transform 0.32s cubic-bezier(0.01, 1, 0.7, 1);
}
.modal--effect--slide .modal__content--active {
  transform: translateY(0);
}

.desktop-menu {
  width: 1445px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-top: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1553px) {
  .desktop-menu {
    width: 1343px;
  }
}
@media (max-width: 1399px) {
  .desktop-menu {
    width: 1140px;
  }
}
.desktop-menu__inner {
  display: flex;
}
.desktop-menu__left {
  width: 50%;
  padding: 32px 72px 32px 43px;
  background: var(--theme-menu-left);
}
@media (max-width: 1553px) {
  .desktop-menu__left {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.desktop-menu__title {
  margin-bottom: 10px;
}
.desktop-menu__right {
  width: 50%;
  padding: 32px 43px 32px 72px;
}
@media (max-width: 1553px) {
  .desktop-menu__right {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.desktop-menu__right-header {
  display: flex;
  align-items: center;
  padding-right: 60px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 19px;
}
.desktop-menu__phone-wrapper {
  padding-left: 0;
  border-left: 0;
  padding-right: 22px;
  margin-right: 26px;
}
.desktop-menu__phone-wrapper .header__phone-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1399px) {
  .desktop-menu__phone-wrapper .header__phone-link {
    display: inline-block;
    width: 100%;
  }
}

.news {
  margin-bottom: 40px;
}
.news__title {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
.news__title::after {
  content: "";
  position: absolute;
  right: -17px;
  top: 17px;
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid var(--theme-color);
  border-right: 2px solid var(--theme-color);
  transform: rotate(45deg);
}
.news__title:hover {
  color: var(--theme-color);
}
@media (max-width: 1199px) {
  .news__title::after {
    top: 22px;
  }
}
@media (max-width: 991px) {
  .news__title {
    font-size: 24px;
    line-height: 120%;
  }
  .news__title::after {
    top: 12px;
  }
}
@media (max-width: 575px) {
  .news__title::after {
    top: 9px;
  }
}
.news__boxes {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 20px;
}
.news__boxes > :first-child {
  width: 65%;
}
.news__boxes > :last-child {
  width: 33%;
}
@media (max-width: 1199px) {
  .news__boxes > :first-child {
    width: 100%;
  }
  .news__boxes > :last-child {
    width: 100%;
  }
}
.news__box {
  height: 100%;
  padding: 20px;
  padding-top: 32px;
  background: #f9f9f9;
  border-radius: 32px;
}
@media (max-width: 575px) {
  .news__box {
    padding-top: 23px;
  }
}
@media (max-width: 414px) {
  .news__box {
    padding: 15px;
    padding-top: 27px;
  }
}
.news__box-header {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
@media (max-width: 1199px) {
  .news__box-header {
    margin-bottom: 28px;
  }
}
.news__box-title {
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .news__box-title {
    margin-right: 12px;
  }
}
@media (max-width: 991px) {
  .news__box-title {
    font-size: 20px;
    line-height: 120%;
  }
}
.news__box-title a {
  font-family: inherit;
}
.news__box-title a:hover {
  color: var(--theme-color);
}
.news__arrow {
  position: relative;
  width: 32px;
  height: 32px;
  background: #d8d8d8;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 6px;
}
.news__arrow:last-child {
  margin-right: 0;
}
.news__arrow:hover {
  opacity: 0.72;
}
.news__arrow::before {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
}
@media (max-width: 1199px) {
  .news__arrow {
    width: 24px;
    height: 24px;
  }
  .news__arrow::before {
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
  }
}
.news__arrow-press-releases-prev::before, .news__arrow-announcement-prev::before {
  top: 10px;
  left: 13px;
  transform: rotate(-135deg);
}
@media (max-width: 1199px) {
  .news__arrow-press-releases-prev::before, .news__arrow-announcement-prev::before {
    top: 8px;
    left: 9px;
  }
}
.news__arrow-press-releases-next::before, .news__arrow-announcement-next::before {
  top: 10px;
  left: 9px;
  transform: rotate(45deg);
}
@media (max-width: 1199px) {
  .news__arrow-press-releases-next::before, .news__arrow-announcement-next::before {
    top: 8px;
    left: 7px;
  }
}

.subsection-link {
  position: relative;
  display: block;
  padding-right: 60px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .subsection-link {
    padding-bottom: 32px;
    border-bottom: 1px solid #e9e9e9;
  }
}
.subsection-link:hover .subsection-link__heading {
  color: #157efb;
}
.subsection-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #323232;
  border-right: 2px solid #323232;
  transform: rotate(45deg);
}
.subsection-link__heading {
  margin-bottom: 8px;
}
.subsection-link__description {
  font-family: "Mulish", Helvetica, Arial, sans-serif;
}
@media (max-width: 991px) {
  .subsection-link--archive::after {
    top: calc(50% - 18px);
  }
}
.subsection-link--archive .subsection-link__description {
  display: inline;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  color: #157EFB;
}
.subsection-link--archive:hover .subsection-link__description {
  border-bottom: 1px solid #157EFB;
}

.switcher {
  display: flex;
  align-items: center;
  row-gap: 12px;
  column-gap: 20px;
}
@media (max-width: 759px) {
  .switcher {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.switcher__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 144%;
  letter-spacing: -0.02em;
  color: #9c9c9c;
}
.switcher__list {
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 52px;
  background: #eef5ff;
}
@media (max-width: 759px) {
  .switcher__list {
    flex-direction: column;
    width: 100%;
    border-radius: 23px;
  }
}
.switcher__item {
  padding: 11px 10px;
  border-radius: 72px;
  margin-right: 2px;
  font-weight: 700;
  font-size: 14px;
  line-height: 144%;
  letter-spacing: -0.02em;
  color: #323232;
  cursor: pointer;
}
.switcher__item:hover {
  background: #fff;
  color: #ff955c;
}
.switcher__item:last-child {
  margin-right: 0;
}
.switcher__item--active, .switcher__item.active {
  background-color: #fff;
  color: #ff6f1f;
}
.switcher__item--active:hover, .switcher__item.active:hover {
  color: #ff6f1f;
}
.switcher__item--circles .switcher__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 5px;
  border-radius: 50%;
}
@media (max-width: 759px) {
  .switcher__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .switcher__item:last-child {
    margin-bottom: 0;
  }
}

.switcher-2 {
  display: flex;
  justify-content: space-between;
  height: 52px;
  padding: 0 20px;
  border: 1px solid #ececec;
  border-radius: 8px;
}
@media (max-width: 1400px) {
  .switcher-2 {
    justify-content: flex-start;
  }
}
@media (max-width: 1199px) {
  .switcher-2 {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .switcher-2 {
    justify-content: flex-start;
  }
}
@media (max-width: 759px) {
  .switcher-2 {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .switcher-2 {
    justify-content: flex-start;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-height: none;
    scrollbar-width: none;
  }
  .switcher-2::-webkit-scrollbar {
    height: 0px;
    background: transparent;
  }
}
.switcher-2__item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 14px;
  margin-right: 36px;
  color: #727272;
  font-weight: 600;
  cursor: pointer;
}
.switcher-2__item:last-child {
  margin-right: 0;
}
@media (max-width: 575px) {
  .switcher-2__item:last-child {
    margin-right: 0;
  }
}
.switcher-2__item:hover {
  color: #3f9fff;
}
.switcher-2__item-radio {
  display: none;
}
.switcher-2__item--active {
  color: #157efb;
}
.switcher-2__item--active::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  background-color: #157efb;
}
.switcher-2__item--active:hover {
  color: #157efb;
}
.switcher-2__item--archive {
  padding-left: 20px;
  background: url("/local/templates/kskkaluga/public/../assets/icons/archive.svg") no-repeat;
  background-position: 0 18px;
  background-size: 16px;
}
.switcher-2__item--archive:hover {
  color: #0080ff;
  opacity: 0.82;
}
.switcher-2__item--archive.switcher-2__item--active:hover {
  opacity: 1;
  color: #157efb;
}

[data-caption] {
  position: relative;
}
[data-caption]:hover .caption {
  opacity: 1;
  transform: translateX(-50%) translateY(calc(100% + 6px));
}
@media (max-width: 1400px) {
  [data-caption]:hover .caption--tariff-line {
    transform: translateX(-50%) translateY(calc(-100% - 6px));
  }
}
[data-caption]:hover .caption--tariff-line-right {
  transform: translateX(-76%) translateY(calc(100% + 6px));
}
@media (max-width: 1400px) {
  [data-caption]:hover .caption--tariff-line-right {
    transform: translateX(-84%) translateY(calc(-100% - 6px));
  }
}

.caption {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -2px;
  opacity: 0;
  transform: translateX(-50%) translateY(calc(100% + 16px));
  background: rgb(255, 255, 255);
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.15);
  width: 131px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 6px;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #323232;
  text-align: center;
  transition: 0.2s ease-in;
}
.caption::before {
  content: "";
  position: absolute;
  top: -6px;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.caption--tariff-line {
  bottom: 0;
  width: 125px;
  border-radius: 10px;
  color: #303030;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: -0.48px;
  transition: 0.15s ease-in;
}
.caption--tariff-line::before {
  top: -5px;
  border-bottom: 5px solid #ffffff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  box-shadow: none;
}
@media (max-width: 1400px) {
  .caption--tariff-line {
    top: 0;
    transform: translateX(-50%) translateY(calc(-100% - 16px));
  }
  .caption--tariff-line::before {
    top: unset;
    bottom: -5px;
    border-bottom: none;
    border-top: 5px solid #ffffff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
  }
}
.caption--tariff-line-right {
  transform: translateX(-76%) translateY(calc(100% + 16px));
}
@media (max-width: 1400px) {
  .caption--tariff-line-right {
    transform: translateX(-84%) translateY(calc(-100% - 16px));
  }
}
.caption--tariff-line-right::before {
  right: 17px;
}
.caption--marked-img {
  width: 200px;
  font-size: 12px;
  font-weight: 700;
  line-height: 158%;
  letter-spacing: -0.48px;
}
@media (max-width: 1400px) {
  .caption--marked-img {
    width: 250px;
  }
}
@media (max-width: 1199px) {
  .caption--marked-img {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .caption--marked-img {
    width: 280px;
  }
}
@media (max-width: 759px) {
  .caption--marked-img {
    display: none;
  }
}

.custom-select {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-select__input {
  display: none;
}
.custom-select__current {
  cursor: pointer;
  position: relative;
}
.custom-select__options {
  display: none;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  left: 0;
  transform: translateY(100%);
}
.custom-select__scroller {
  max-height: 300px;
  overflow-y: scroll;
  /* Works on Firefox */
  scrollbar-width: thin;
  scrollbar-color: #c0c0c0 white;
  /* Works on Chrome, Edge, and Safari */
}
.custom-select__scroller::-webkit-scrollbar {
  width: 4px;
  height: 6px;
}
.custom-select__scroller::-webkit-scrollbar-track {
  background: white;
}
.custom-select__scroller::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
  border-radius: 20px;
}
.custom-select__options--up {
  transform: translateY(-100%);
  bottom: auto;
  top: 0;
}
.custom-select__option {
  width: 100%;
  cursor: pointer;
}
.custom-select--active .custom-select__options {
  display: block;
}
.custom-select--default {
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  transition: all 0.25s ease-in, border 0s;
  overflow: hidden;
}
.custom-select--default .custom-select__current {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 8px 39px 6px 14px;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #303030;
  background-color: #fff;
  transition: all 0.25s ease-in, box-shadow 0s;
}
.custom-select--default .custom-select__current::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 12px;
  border: 6px solid transparent;
  border-top: 6px solid #c4c4c4;
  transition: 0s;
}
.custom-select--default .custom-select__text {
  flex-grow: 1;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 10px;
}
.custom-select--default .custom-select__amount {
  flex-shrink: 0;
  display: block;
  width: 42px;
  height: 38px;
  padding-top: 6px;
  background: #eff6ff;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #323232;
}
.custom-select--default .custom-select__options {
  bottom: 0;
  right: 0;
  left: 0;
  padding: 14px 0;
  background: #ffffff;
  box-shadow: 0px 6px 7px rgba(4, 5, 12, 0.09);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media (max-width: 991px) {
  .custom-select--default .custom-select__options {
    bottom: 1px;
  }
}
.custom-select--default .custom-select__scroller {
  padding: 0 10px;
}
.custom-select--default .custom-select__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  padding-left: 12px;
  margin-bottom: 5px;
  background-color: #fff;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #323232;
}
.custom-select--default .custom-select__option:hover {
  background: #eff6ff;
}
.custom-select--default .custom-select__option--active {
  background: #eff6ff;
}
.custom-select--default.custom-select--active {
  border-color: transparent;
  overflow: visible;
}
.custom-select--default.custom-select--active .custom-select__current {
  background: #ffffff;
  box-shadow: 0px 2px 14px rgba(4, 5, 12, 0.09);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.custom-select--default.custom-select--active .custom-select__current::after {
  top: 17px;
  transform: rotate(178deg);
}
.custom-select--default.custom-select--active .custom-select__current::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 28px);
  height: 1px;
  background-color: #ececec;
}
.custom-select--default.custom-select--active .custom-select__current .custom-select__amount {
  display: none;
}
.custom-select--purchases .custom-select__current {
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 14px;
}
.custom-select--purchases .custom-select__amount {
  height: 30px;
  width: 34px;
  padding-top: 2px;
  font-size: 14px;
}
.custom-select--purchases .custom-select__option {
  font-size: 14px;
}
.custom-select--error {
  border-color: #F23333;
}

.contact {
  display: flex;
  flex-direction: column;
}
.contact__title {
  display: flex;
  margin-bottom: 9px;
}
.contact__title-icon {
  align-self: flex-start;
  margin-top: 2px;
  margin-right: 9px;
}
.contact__title-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #333333;
}
.contact__link-text {
  display: inline-block;
  border-bottom: 1px solid transparent;
  font-weight: 700;
}
.contact__link-text:hover {
  color: #157efb;
  border-bottom: 1px solid #157efb;
}
.contact--with-border {
  padding-bottom: 16px;
  border-bottom: 1px solid #e9e9e9;
}
.contact--blue .contact__link-text {
  color: #157efb;
}
.contact--yur-debtors .contact__title {
  margin-bottom: 4px;
}
.contact--yur-debtors .contact__title-icon path {
  fill: var(--theme-color);
}
.contact--yur-debtors .contact__link {
  min-width: 325px;
  padding-left: 29px;
}
.contact--yur-debtors .contact__link > span {
  display: inline-block;
}
.contact--yur-debtors .contact__title-text {
  font-size: 16px;
}
.contact--yur-debtors .contact__link-text {
  color: #157efb;
}

.icon-box {
  cursor: pointer;
}
.icon-box__main-icon {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 5px solid transparent;
}
.icon-box__main-icon--affiliate {
  border-color: #2fd34a;
}
.icon-box__main-icon--district {
  border-color: #ff6f1f;
}
.icon-box__main-icon--center {
  border-color: #157efb;
}
.icon-box__main-icon--center-affiliate {
  width: 34px;
  height: 34px;
  border: 4px solid #157efb;
}
.icon-box__main-icon--center-affiliate::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  border: 4px solid #2fd34a;
}
.icon-box__main-icon--affiliate-district {
  width: 34px;
  height: 34px;
  border: 4px solid #2fd34a;
}
.icon-box__main-icon--affiliate-district::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  border: 4px solid #ff6f1f;
}
.icon-box__main-icon--center-district {
  width: 34px;
  height: 34px;
  border: 4px solid #157efb;
}
.icon-box__main-icon--center-district::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  border: 4px solid #ff6f1f;
}
.icon-box__main-icon--affiliate-center-district {
  width: 38px;
  height: 38px;
  border: 4px solid #157efb;
}
.icon-box__main-icon--affiliate-center-district::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #fff;
  border: 4px solid #ff6f1f;
}
.icon-box__main-icon--affiliate-center-district::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #fff;
  border: 4px solid #2fd34a;
}
.icon-box__active-icon {
  display: none;
  max-width: none;
  width: 42px;
  height: 42px;
}
.icon-box--active .icon-box__main-icon {
  display: none;
}
.icon-box--active .icon-box__active-icon {
  display: block;
}

.btn-scroll {
  display: none;
  position: fixed;
  bottom: 100px;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
  border: 2px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s;
}
.btn-scroll svg path {
  stroke: var(--theme-color);
}
@media (max-width: 1910px) {
  .btn-scroll {
    right: 119px;
  }
}
@media (max-width: 1750px) {
  .btn-scroll {
    right: 26px;
  }
}
.btn-scroll:hover {
  background-color: #FAFAFA;
}
.btn-scroll--desktop-bottom {
  position: absolute;
  right: -57px;
  top: -86px;
}

.tabs__btns-container {
  margin-bottom: 20px;
}
.tabs__btn {
  cursor: pointer;
}
.tabs__content {
  display: none;
}
.tabs__content.active {
  display: block;
}

.paginator {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
@media (max-width: 759px) {
  .paginator {
    margin-top: 12px;
  }
}
.paginator .paginator__list {
  background: #f0f5ff;
  padding: 4px;
  border-radius: 40px;
  display: flex;
}
.paginator a {
  border-radius: 200px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  width: 32px;
  height: 32px;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  background: no-repeat center center rgba(255, 255, 255, 0.72);
}
.paginator a:not(:first-child):not(:last-child) {
  margin: 0 2px;
}
.paginator a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.paginator a:active {
  background-color: rgba(255, 255, 255, 0.8);
}
.paginator a.__active {
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
  color: #ff6f1f;
}
.paginator a.__start {
  position: relative;
  background-color: unset;
}
.paginator a.__start::after {
  position: absolute;
  content: "";
  right: 14px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(-135deg);
}
.paginator a.__start::before {
  position: absolute;
  content: "";
  right: 10px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(-135deg);
}
.paginator a.__end {
  position: relative;
  background-color: unset;
}
.paginator a.__end::after {
  position: absolute;
  content: "";
  left: 14px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
}
.paginator a.__end::before {
  position: absolute;
  content: "";
  left: 10px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
}
.paginator a.__prev {
  position: relative;
  background-color: unset;
}
.paginator a.__prev::after {
  position: absolute;
  content: "";
  left: 14px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(-135deg);
}
.paginator a.__next {
  position: relative;
  background-color: unset;
}
.paginator a.__next::after {
  position: absolute;
  content: "";
  right: 14px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
}
.paginator a.__total {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #9c9c9c;
}

.custom-checkbox {
  cursor: pointer;
}
.custom-checkbox:hover .custom-checkbox__label-text {
  color: #157EFB;
}
.custom-checkbox__checkbox {
  display: none;
}
.custom-checkbox__checkbox:checked + .custom-checkbox__inner .custom-checkbox__circle-wrapper {
  background-color: #157efb;
}
.custom-checkbox__checkbox:checked + .custom-checkbox__inner .custom-checkbox__circle {
  transform: translateX(21px);
}
.custom-checkbox__inner {
  display: flex;
  align-items: center;
}
.custom-checkbox__circle-wrapper {
  flex-shrink: 0;
  width: 51px;
  height: 30px;
  padding: 2px;
  border-radius: 20px;
  background-color: rgba(120, 120, 128, 0.32);
}
.custom-checkbox__label-text {
  margin-left: 20px;
  color: #323232;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.56px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox__circle {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);
}
.custom-checkbox--error .custom-checkbox__label-text {
  color: #F23333;
}

.cluster-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #157efb;
  cursor: pointer;
}
.cluster-icon span {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.custom-ol {
  position: relative;
  counter-reset: num;
  list-style: none;
  padding-left: 0;
}
.custom-ol__li {
  position: relative;
  padding-left: 48px;
  margin-bottom: 20px;
}
.custom-ol__li:last-child {
  margin-bottom: 0;
}
.custom-ol__li::before {
  content: counter(num);
  counter-increment: num;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color);
  font-family: "Mulish", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.28px;
}
.custom-ol__li::after {
  content: "";
  position: absolute;
  min-height: 29px;
  top: 0;
  bottom: 0;
  left: 34px;
  width: 2px;
  background: var(--theme-color);
}

.formula {
  display: flex;
  align-items: center;
}
.formula * {
  color: #ff6f1f;
  font-family: "Mulish", Helvetica, Arial, sans-serif;
  font-size: 39px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -1.56px;
}
@media (max-width: 575px) {
  .formula * {
    font-size: 29px;
  }
}
@media (max-width: 463px) {
  .formula * {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .formula * {
    font-size: 19px;
  }
}
.formula sup, .formula sub {
  font-size: 14px;
  font-weight: 400;
}
.formula__left {
  margin-right: 13px;
}
.formula__right-top {
  text-align: center;
}
.formula__right-bottom {
  text-align: center;
  border-top: 2px solid #FF6F1F;
}
.formula__math-action {
  font-size: 18px;
  vertical-align: middle;
}

.form-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
.form-success__icon {
  margin-bottom: 2px;
}
.form-success__heading {
  margin-bottom: 12px;
}
.form-success__description {
  max-width: 264px;
  text-align: center;
  color: #727272;
  font-weight: 600;
  margin-bottom: 20px;
}
.page-404 {
  padding-top: 178px;
  padding-bottom: 285px;
  background: url("/local/templates/kskkaluga/public/../assets/404/bg.svg") no-repeat center;
  background-size: cover;
  margin-bottom: -100px;
}
@media (max-width: 1199px) {
  .page-404 {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
@media (max-width: 991px) {
  .page-404 {
    background-position: 67% 50%;
  }
}
@media (max-width: 575px) {
  .page-404 {
    padding-top: 140px;
    padding-bottom: 255px;
    background-position: 70% 50%;
  }
}
.page-404__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-404__title {
  color: #E9E9E9;
  text-align: center;
  font-family: "Mulish", Helvetica, Arial, sans-serif;
  font-size: 99px;
  font-weight: 900;
  line-height: 99%; /* 98.01px */
  letter-spacing: -1.98px;
  margin-bottom: 10px;
}
.page-404__subtitle {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 1921px) {
  .first-section.container-bg {
    max-width: 2550px;
  }
}
.first-section__slider {
  width: 100%;
}
.first-section__slider.swiper-initialized .first-section__slider-arrow {
  display: block;
}
@media (max-width: 1605px) {
  .first-section__slider.swiper-initialized .first-section__slider-arrow {
    display: none;
  }
}
@media (max-width: 759px) {
  .first-section__slider--big .first-section__slide-bg--tablet {
    object-position: -86px 50%;
  }
  .first-section__slider--big .first-section__slide-content {
    height: 321px;
  }
}
@media (max-width: 620px) {
  .first-section__slider--big .first-section__slider--big .first-section__slide-bg--tablet {
    object-position: -150px 50%;
  }
}
@media (max-width: 575px) {
  .first-section__slider--big--mobile {
    object-position: right 50%;
  }
}
@media (max-width: 463px) {
  .first-section__slider--big .first-section__slide-bg--mobile {
    object-position: right 50%;
  }
  .first-section__slider--big .first-section__slide-content {
    height: 371px;
  }
}
.first-section__slide {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.first-section__slide-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.first-section__slide-bg--desktop-big {
  display: none;
}
.first-section__slide-bg--tablet {
  display: none;
}
.first-section__slide-bg--mobile {
  display: none;
}
@media (min-width: 1921px) {
  .first-section__slide-bg--desktop-big {
    display: block;
  }
  .first-section__slide-bg--desktop {
    display: none;
  }
}
@media (max-width: 991px) {
  .first-section__slide-bg--desktop {
    display: none;
  }
  .first-section__slide-bg--tablet {
    display: block;
  }
}
@media (max-width: 575px) {
  .first-section__slide-bg--tablet {
    display: none;
  }
  .first-section__slide-bg--mobile {
    display: block;
    object-position: right 50%;
  }
}
.first-section__slide-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 520px;
}
@media (max-width: 991px) {
  .first-section__slide-content {
    height: 290px;
  }
}
@media (max-width: 463px) {
  .first-section__slide-content {
    justify-content: flex-start;
    padding-top: 14px;
  }
}
.first-section__slide-heading {
  max-width: 667px;
  font-family: "Mulish", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #323232;
  margin-bottom: 12px;
}
.first-section__slide-heading--green {
  color: #20bf55;
}
@media (max-width: 1399px) {
  .first-section__slide-heading {
    max-width: 525px;
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .first-section__slide-heading {
    max-width: 431px;
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .first-section__slide-heading {
    max-width: 344px;
    font-size: 24px;
    margin-bottom: 32px;
  }
}
@media (max-width: 759px) {
  .first-section__slide-heading {
    max-width: 274px;
    margin-bottom: 19px;
  }
}
@media (max-width: 575px) {
  .first-section__slide-heading {
    max-width: 257px;
    margin-bottom: 12px;
  }
}
@media (max-width: 463px) {
  .first-section__slide-heading {
    max-width: 320px;
    font-size: 20px;
    line-height: 120%;
  }
}
.first-section__slide-description {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 600;
  max-width: 574px;
  line-height: 130%;
  margin-bottom: 42px;
}
@media (max-width: 1399px) {
  .first-section__slide-description {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .first-section__slide-description {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .first-section__slide-description {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .first-section__slide-description {
    max-width: 425px;
  }
}
@media (max-width: 759px) {
  .first-section__slide-description {
    max-width: 370px;
  }
}
@media (max-width: 575px) {
  .first-section__slide-description {
    max-width: 327px;
  }
}
@media (max-width: 463px) {
  .first-section__slide-description {
    max-width: 236px;
    font-size: 14px;
    line-height: 160%;
  }
}
.first-section__slide-link--adapt {
  display: none;
}
@media (max-width: 991px) {
  .first-section__slide-link {
    display: none;
  }
  .first-section__slide-link--adapt {
    display: block;
    max-width: 384px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 26px;
  }
}
@media (max-width: 575px) {
  .first-section__slide-link {
    max-width: none;
    width: calc(100% - 40px);
  }
}
.first-section__slider-arrow {
  display: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  background: #eeeeee;
  border-radius: 50%;
  cursor: pointer;
}
.first-section__slider-arrow:hover {
  opacity: 0.72;
}
.first-section__slider-arrow::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(45deg);
}
.first-section__slider-prev {
  left: 171px;
}
.first-section__slider-prev::before {
  top: 18px;
  left: 21px;
  transform: rotate(-135deg);
}
@media (min-width: 1921px) {
  .first-section__slider-prev {
    left: 230px;
  }
}
@media (min-width: 2500px) {
  .first-section__slider-prev {
    left: 496px;
  }
}
@media (max-width: 1837px) {
  .first-section__slider-prev {
    left: 89px;
  }
}
@media (max-width: 1668px) {
  .first-section__slider-prev {
    left: 55px;
  }
}
.first-section__slider-next {
  right: 171px;
}
.first-section__slider-next::before {
  top: 18px;
  left: 16px;
  transform: rotate(45deg);
}
@media (min-width: 1921px) {
  .first-section__slider-next {
    right: 230px;
  }
}
@media (min-width: 2500px) {
  .first-section__slider-next {
    right: 496px;
  }
}
@media (max-width: 1837px) {
  .first-section__slider-next {
    right: 89px;
  }
}
@media (max-width: 1668px) {
  .first-section__slider-next {
    right: 55px;
  }
}
.first-section__bullets-container {
  position: absolute;
  z-index: 2;
  bottom: 83px;
  right: 50%;
  transform: translateX(50%);
  display: flex;
}
@media (max-width: 991px) {
  .first-section__bullets-container {
    bottom: 88px;
  }
}
.first-section__bullet {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(193, 169, 169, 0.2);
  margin-right: 15px;
  cursor: pointer;
}
.first-section__bullet:hover {
  background-color: #dfdbdb;
}
.first-section__bullet--active {
  background-color: #c1c1c1;
}

.services-slider {
  margin-top: -35px;
}
@media (max-width: 991px) {
  .services-slider {
    margin-top: 18px;
  }
}
.services-slider__slider {
  width: 100%;
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
}
.services-slider__slide-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 482px;
  width: 100%;
  padding-left: 640px;
  padding-right: 152px;
}
@media (max-width: 1399px) {
  .services-slider__slide-content {
    padding-left: 573px;
    padding-right: 105px;
  }
}
@media (max-width: 1199px) {
  .services-slider__slide-content {
    padding-left: 442px;
    padding-right: 105px;
  }
}
@media (max-width: 991px) {
  .services-slider__slide-content {
    height: auto;
    padding: 323px 24px 72px;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .services-slider__slide-content {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 450px) {
  .services-slider__slide-content {
    padding-top: 275px;
  }
}
.services-slider__slide-bg-desktop {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .services-slider__slide-bg-desktop {
    display: none;
  }
}
.services-slider__slide-bg-tablet {
  display: none;
}
@media (max-width: 991px) {
  .services-slider__slide-bg-tablet {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.services-slider__slide-heading {
  max-width: 401px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 120%;
}
@media (max-width: 991px) {
  .services-slider__slide-heading {
    max-width: 317px;
    text-align: center;
    margin-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .services-slider__slide-heading {
    text-align: left;
  }
}
.services-slider__slide-description {
  max-width: 375px;
  font-weight: 600;
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  .services-slider__slide-description {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .services-slider__slide-description {
    margin-bottom: 37px;
  }
}
.services-slider__slide-btns-container {
  display: flex;
  align-items: center;
}
@media (max-width: 1399px) {
  .services-slider__slide-btns-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.services-slider__slide-link:first-child {
  margin-right: 16px;
}
@media (max-width: 1399px) {
  .services-slider__slide-link {
    width: 100%;
    padding: 14px;
  }
  .services-slider__slide-link:first-child {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .services-slider__slide-link .btn__icon {
    display: none;
  }
}
@media (max-width: 991px) {
  .services-slider__slide-link {
    max-width: 358px;
  }
}
@media (max-width: 575px) {
  .services-slider__slide-link {
    max-width: 100%;
  }
}
.services-slider__slider-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: #d8d8d8;
  border-radius: 50%;
  cursor: pointer;
}
.services-slider__slider-arrow:hover {
  opacity: 0.72;
}
.services-slider__slider-arrow::before {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .services-slider__slider-arrow {
    display: none;
  }
}
.services-slider__slider-prev {
  left: 20px;
}
.services-slider__slider-prev::before {
  top: 10px;
  left: 13px;
  transform: rotate(-135deg);
}
.services-slider__slider-next {
  right: 20px;
}
.services-slider__slider-next::before {
  top: 10px;
  left: 9px;
  transform: rotate(45deg);
}
.services-slider__bullets-container {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: 32px;
  right: 50%;
  transform: translateX(50%);
}
@media (max-width: 991px) {
  .services-slider__bullets-container {
    display: flex;
  }
}
.services-slider__bullet {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(193, 169, 169, 0.2);
  margin-right: 15px;
  cursor: pointer;
}
.services-slider__bullet:hover {
  background-color: #dfdbdb;
}
.services-slider__bullet--active {
  background-color: #c1c1c1;
}

.useful-links {
  max-width: 1642px;
  margin-right: auto;
  margin-left: auto;
  background: var(--theme-color-light);
  border-radius: 32px;
  margin-top: 72px;
}
@media (max-width: 1850px) {
  .useful-links {
    background: none;
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .useful-links {
    margin-top: 30px;
  }
}
.useful-links__inner {
  padding-top: 63px;
  padding-bottom: 82px;
}
@media (max-width: 1850px) {
  .useful-links__inner {
    background: var(--theme-color-light);
    border-radius: 32px;
    padding: 37px;
    padding-top: 43px;
  }
}
@media (max-width: 991px) {
  .useful-links__inner {
    padding: 20px;
    padding-top: 24px;
  }
}
@media (max-width: 414px) {
  .useful-links__inner {
    padding: 15px;
  }
}
.useful-links__caption {
  font-family: "Mulish", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: var(--theme-color);
  margin-bottom: 1px;
}
.useful-links__main-link {
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
}
.useful-links__main-link::after {
  content: "";
  position: absolute;
  right: -17px;
  top: 17px;
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid var(--theme-color);
  border-right: 2px solid var(--theme-color);
  transform: rotate(45deg);
}
.useful-links__main-link:hover {
  color: var(--theme-color);
}
@media (max-width: 991px) {
  .useful-links__main-link {
    font-size: 24px;
    line-height: 120%;
  }
  .useful-links__main-link::after {
    top: 12px;
  }
}
@media (max-width: 575px) {
  .useful-links__main-link::after {
    top: 9px;
  }
}
.useful-links__items {
  display: flex;
}
@media (max-width: 991px) {
  .useful-links__items {
    flex-direction: column;
  }
}
.useful-links__item {
  display: block;
  width: calc(33.3% - 13.3px);
  background: #ffffff;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  overflow: hidden;
  margin-right: 20px;
}
.useful-links__item:hover .useful-links__item-title {
  color: #157efb;
}
.useful-links__item:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .useful-links__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .useful-links__item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .useful-links__item {
    align-items: flex-start;
  }
}
.useful-links__item-title {
  min-height: 110px;
  padding: 32px 26px 2px 32px;
}
@media (max-width: 991px) {
  .useful-links__item-title {
    max-width: 334px;
    text-align: center;
    font-size: 20px;
    line-height: 120%;
  }
}
@media (max-width: 575px) {
  .useful-links__item-title {
    max-width: 100%;
    text-align: left;
    padding: 25px;
    padding-bottom: 19px;
  }
}
.useful-links__item-img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .useful-links__item-img {
    width: 384px;
  }
}
@media (max-width: 575px) {
  .useful-links__item-img {
    align-self: center;
    object-fit: unset;
    object-position: unset;
    height: 272px;
    width: auto;
  }
}
@media (max-width: 468px) {
  .useful-links__item-img {
    width: 100%;
    height: auto;
  }
}
.useful-links--info {
  margin-top: 35px;
  margin-bottom: 72px;
}
.useful-links--info .useful-links__main-link::after {
  display: none;
}

.socials-block {
  margin-top: -40px;
  margin-bottom: 32px;
}
@media (max-width: 1850px) {
  .socials-block {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .socials-block {
    margin-top: 20px;
    margin-bottom: 52px;
  }
}
.socials-block__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 37px 31px 53px;
  background: #ffffff;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
}
@media (max-width: 991px) {
  .socials-block__inner {
    flex-direction: column;
    padding: 20px;
  }
}
@media (max-width: 400px) {
  .socials-block__inner {
    padding-bottom: 0;
  }
}
.socials-block__left {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .socials-block__left {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.socials-block__img {
  margin-right: 52px;
}
@media (max-width: 991px) {
  .socials-block__img {
    margin-right: 0;
    margin-bottom: 13px;
  }
}
.socials-block__title {
  max-width: 465px;
}
@media (max-width: 1399px) {
  .socials-block__title {
    max-width: 424px;
  }
}
@media (max-width: 1199px) {
  .socials-block__title {
    max-width: 420px;
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .socials-block__title {
    max-width: 328px;
    font-size: 20px;
    text-align: center;
  }
}
.socials-block__right {
  display: flex;
  align-items: center;
}
@media (max-width: 411px) {
  .socials-block__right {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.socials-block__link {
  position: relative;
  padding-right: 35px;
  margin-right: 35px;
}
.socials-block__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background: #ececec;
}
.socials-block__link:last-child {
  padding-right: 0;
  margin-right: 0;
}
.socials-block__link:last-child::after {
  content: none;
}
@media (max-width: 991px) {
  .socials-block__link {
    padding-right: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 400px) {
  .socials-block__link {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .socials-block__icon {
    max-height: 35px;
    max-width: 81px;
  }
}
@media (max-width: 575px) {
  .socials-block__icon {
    max-height: 28px;
  }
}
@media (max-width: 464px) {
  .socials-block__icon {
    max-height: 27px;
    max-width: 70px;
  }
}
@media (max-width: 400px) {
  .socials-block__icon {
    max-height: 23px;
    max-width: 53px;
  }
}

.info-block {
  margin-bottom: 72px;
  margin-top: -30px;
}
@media (max-width: 1850px) {
  .info-block {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .info-block {
    margin-bottom: 52px;
  }
}
@media (max-width: 575px) {
  .info-block {
    margin-top: 20px;
  }
}
.info-block__inner {
  padding: 34px 32px 29px 33px;
  background: #ffffff;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
}
@media (max-width: 575px) {
  .info-block__inner {
    padding: 20px;
  }
}
.info-block__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 32px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  .info-block__header {
    margin-bottom: 33px;
  }
}
@media (max-width: 575px) {
  .info-block__header {
    padding-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .info-block__header {
    flex-direction: column;
  }
}
.info-block__titles {
  margin-right: 25px;
}
@media (max-width: 400px) {
  .info-block__titles {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.info-block__link {
  background-color: var(--theme-color);
}
.info-block__link:hover {
  background-color: var(--theme-btn-hover);
}
@media (max-width: 400px) {
  .info-block__link {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .info-block__title {
    font-size: 20px;
    line-height: 120%;
  }
}
.info-block__item {
  display: flex;
  align-items: center;
  padding-bottom: 32px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  .info-block__item {
    flex-direction: column;
    margin-bottom: 33px;
  }
}
.info-block__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.info-block__item-img {
  flex-shrink: 0;
  margin-right: 44px;
}
@media (max-width: 1199px) {
  .info-block__item-img {
    width: 230px;
  }
}
@media (max-width: 991px) {
  .info-block__item-img {
    margin-bottom: 30px;
  }
}
.info-block__item-text {
  padding-right: 62px;
}
@media (max-width: 1399px) {
  .info-block__item-text {
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .info-block__item-text {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .info-block__item-text {
    font-size: 15px;
  }
}

.index-info {
  display: flex;
  border-radius: 20px;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.09);
  overflow: hidden;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .index-info {
    flex-direction: column;
  }
}
.index-info:last-child {
  margin-bottom: 0;
}
.index-info__text-container {
  width: 72.8%;
  padding: 45px 25px 20px 32px;
}
@media (max-width: 991px) {
  .index-info__text-container {
    width: 100%;
  }
}
.index-info__img-wrapper {
  width: 27.2%;
}
@media (max-width: 991px) {
  .index-info__img-wrapper {
    width: 100%;
    height: 425px;
  }
}
@media (max-width: 759px) {
  .index-info__img-wrapper {
    height: 354px;
  }
}
.index-info__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.main-appeal-form {
  margin-top: 32px;
}
@media (max-width: 991px) {
  .main-appeal-form {
    margin-top: 54px;
    margin-bottom: 54px;
  }
}
@media (max-width: 575px) {
  .main-appeal-form {
    margin-top: 42px;
    margin-bottom: 42px;
  }
}
.main-appeal-form__title {
  display: flex;
  align-items: center;
}
.main-appeal-form__title-img {
  margin-right: 9px;
}
.main-appeal-form__title-img path {
  fill: var(--theme-color);
}
.main-appeal-form .h1 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .main-appeal-form .h1 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .main-appeal-form .h1 {
    font-size: 24px;
  }
}
.main-appeal-form .accordion__item {
  padding: 42px 46px;
}
@media (max-width: 991px) {
  .main-appeal-form .accordion__item {
    padding: 0;
  }
}
.main-appeal-form .accordion__item-title:after {
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid var(--theme-color);
  border-right: 3px solid var(--theme-color);
  transform: rotate(135deg);
}
@media (max-width: 575px) {
  .main-appeal-form .accordion__item-title:after {
    top: calc(50% - 7px);
  }
}
.main-appeal-form .accordion__item--active .accordion__item-content {
  max-height: 10000px !important;
}
.main-appeal-form .accordion__item-content.content-wrapper > :first-child {
  margin-top: 42px;
}
@media (max-width: 575px) {
  .main-appeal-form .accordion__item-content.content-wrapper > :first-child {
    margin-top: 25px;
  }
}
.main-appeal-form .form-appeal {
  margin-bottom: 42px;
}

.ul {
  margin-bottom: 20px;
}
.ul__li {
  position: relative;
  padding-left: 24px;
}
.ul__li:last-child {
  margin-bottom: 0;
}
.ul__li::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #323232;
}

.ul-2 li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #323232;
}
.ul-2 li:last-child {
  margin-bottom: 0;
}
.ul-2 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--theme-color);
}
.ul-2--green li {
  font-weight: 400;
}
.ul-2--green li::before {
  background: #20BF55;
}

ol li {
  color: #323232;
  font-weight: 400;
  line-height: 172%;
  letter-spacing: -0.32px;
}

.history {
  position: relative;
}
.history::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 1px;
  width: 1px;
}
.history__periods {
  position: relative;
}
.history__period {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}
.history__period:last-child {
  margin-bottom: 0;
}
.history__period-year {
  flex-shrink: 0;
  position: relative;
  color: #ff6f1f;
}
.history__period-year::before {
  content: "";
  position: absolute;
  top: 3px;
  width: 20px;
  height: 20px;
  background-color: #157efb;
  border-radius: 50%;
}
.history__period-p {
  margin-bottom: 20px;
}
.history__period-p:last-child {
  margin-bottom: 0;
}
.history__period-p a {
  color: #157efb;
  border-bottom: 1px solid #157efb;
}
.history__period-p a:hover {
  color: #157efb;
  opacity: 0.72;
}
.history__period-img {
  width: 100%;
  margin-bottom: 11px;
}
.history__period-img-caption {
  color: #727272;
  text-align: center;
}
.history__description {
  margin-bottom: 20px;
}
.history__btn-show {
  position: relative;
  width: 34px;
  height: 34px;
  background: #ff6f1f;
  border-radius: 50%;
  margin-left: 185px;
}
.history__btn-show::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 13px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(135deg);
}
.history__btn-show:hover {
  background: #ff955c;
}
@media (max-width: 759px) {
  .history__btn-show {
    margin-left: 112px;
  }
}
.history--energy::before {
  left: 70px;
  border-left: 4px dashed #9c9c9c;
  opacity: 0.2;
}
@media (max-width: 400px) {
  .history--energy::before {
    left: 67px;
  }
}
.history--energy .history__period-year {
  margin-right: 63px;
}
.history--energy .history__period-year::before {
  right: -48px;
  top: -4px;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 6px solid #FF6F1F;
}
@media (max-width: 991px) {
  .history--energy .history__period-year {
    margin-right: 56px;
  }
}
.history--company .history__slider {
  height: 212px;
}
@media (max-width: 1399px) {
  .history--company .history__slider {
    height: 308px;
  }
}
@media (max-width: 1199px) {
  .history--company .history__slider {
    height: 212px;
  }
}
@media (max-width: 991px) {
  .history--company .history__slider {
    height: 260px;
  }
}
@media (max-width: 759px) {
  .history--company .history__slider {
    height: 356px;
  }
}
@media (max-width: 575px) {
  .history--company .history__slider {
    height: 452px;
  }
}
@media (max-width: 463px) {
  .history--company .history__slider {
    height: 308px;
  }
}
@media (max-width: 400px) {
  .history--company .history__slider {
    height: 380px;
  }
}
.history--company::before {
  left: 201px;
  width: 1px;
  background-color: #9c9c9c;
  border: none;
}
@media (max-width: 759px) {
  .history--company::before {
    left: 129px;
  }
}
.history--company .history__period {
  height: 96px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1399px) {
  .history--company .history__period {
    height: 144px;
  }
}
@media (max-width: 1199px) {
  .history--company .history__period {
    height: 96px;
  }
}
@media (max-width: 991px) {
  .history--company .history__period {
    height: 120px;
  }
}
@media (max-width: 759px) {
  .history--company .history__period {
    height: 168px;
  }
}
@media (max-width: 575px) {
  .history--company .history__period {
    height: 216px;
  }
}
@media (max-width: 463px) {
  .history--company .history__period {
    height: 288px;
  }
}
@media (max-width: 400px) {
  .history--company .history__period {
    height: 360px;
  }
}
.history--company .history__period-year {
  width: 183px;
  margin-right: 36px;
  text-align: right;
}
.history--company .history__period-year::before {
  right: -29px;
}
@media (max-width: 759px) {
  .history--company .history__period-year {
    width: 111px;
  }
}
.file {
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .file {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.file:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.file__inner {
  display: flex;
  align-items: center;
}
.file__format {
  position: relative;
  flex-shrink: 0;
  margin-right: 20px;
}
.file__format--docx .file__format-text, .file__format--doc .file__format-text {
  background: #2a5699;
}
.file__format--xlsx .file__format-text, .file__format--xls .file__format-text {
  background: #1f7246;
}
.file__format--pptx .file__format-text, .file__format--ppt .file__format-text {
  background: #ed6c47;
}
.file__format--pdf .file__format-text {
  background: #e01e23;
}
.file__format--zip .file__format-text {
  background: #84bd5a;
}
.file__img-wrapper {
  position: relative;
}
.file__format-text {
  position: absolute;
  left: 3px;
  bottom: 9px;
  padding: 2px 5px;
  border-radius: 2px;
  color: white;
  text-transform: uppercase;
  font-size: 8px;
  background: #727272;
}
.file__link-span {
  display: inline;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  border-bottom: 1px solid transparent;
  color: #157efb;
}
.file__link:hover .file__link-span {
  color: #157efb;
  border-bottom: 1px solid #157efb;
}
.file__description {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #727272;
  margin-top: 5px;
  padding-left: 62px;
}
.file__description b {
  color: #323232;
  font-weight: 600;
}
.file--columns {
  display: flex;
  align-items: center;
}
@media (max-width: 759px) {
  .file--columns {
    flex-direction: column;
    align-items: flex-start;
  }
}
.file--columns__inner {
  flex-grow: 1;
}
.file--columns .file__description {
  flex-shrink: 0;
  width: 42%;
  margin-top: 0;
  padding-left: 46px;
}
@media (max-width: 759px) {
  .file--columns .file__description {
    width: 100%;
    margin-top: 8px;
    padding-left: 64px;
  }
}
.file--border-off {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 20px;
}

.production-figures__heading {
  text-align: center;
  margin-bottom: 37px;
}
.production-figures__diagram {
  display: block;
  width: 68%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0 !important;
}
@media (max-width: 1399px) {
  .production-figures__diagram {
    width: 75%;
  }
}
@media (max-width: 575px) {
  .production-figures__diagram {
    width: 100%;
  }
}
.production-figures__legend-ul li {
  cursor: initial !important;
}
@media (max-width: 575px) {
  .production-figures__legend-ul li {
    margin-bottom: 10px;
  }
}
.production-figures__legend-ul span {
  align-self: flex-start;
  flex-shrink: 0;
  margin-top: 2px;
}
.production-figures #production-figures__legend-container {
  margin-top: 40px;
  display: block;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1399px) {
  .production-figures #production-figures__legend-container {
    width: 90%;
  }
}
@media (max-width: 1199px) {
  .production-figures #production-figures__legend-container {
    width: 85%;
  }
}
@media (max-width: 759px) {
  .production-figures #production-figures__legend-container {
    width: 100%;
  }
}

.power__inner {
  display: flex;
}
@media (max-width: 759px) {
  .power__inner {
    flex-direction: column;
  }
}
.power__item:first-child {
  margin-right: 128px;
}
@media (max-width: 759px) {
  .power__item:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.power__item-value {
  display: block;
  font-weight: 600;
  font-size: 42px;
  line-height: 172%;
  letter-spacing: -0.02em;
  color: #20bf55;
}
@media (max-width: 575px) {
  .power__item-value {
    font-size: 36px;
  }
}
@media (max-width: 400px) {
  .power__item-value {
    font-size: 34px;
  }
}
.power__item-key {
  display: block;
  font-size: 14px;
  line-height: 172%;
  letter-spacing: -0.02em;
  color: #333333;
}

.accordion__item {
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.accordion__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .accordion__item {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
}
.accordion__item-title {
  position: relative;
  padding-right: 6%;
  cursor: pointer;
}
.accordion__item-title:after {
  content: "";
  position: absolute;
  right: 18px;
  top: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--theme-color);
  border-right: 2px solid var(--theme-color);
  transform: rotate(135deg);
  transition: 0.3s linear;
}
@media (max-width: 759px) {
  .accordion__item-title {
    padding-right: 9%;
  }
}
@media (max-width: 575px) {
  .accordion__item-title:after {
    right: 9px;
    width: 9px;
    height: 9px;
  }
}
.accordion__item-content, .accordion__item-content.content-wrapper {
  max-height: 0;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
  background: inherit;
  overflow: hidden;
  box-shadow: none;
  transition: max-height 0.3s linear;
}
.accordion__item-content > :first-child, .accordion__item-content.content-wrapper > :first-child {
  margin-top: 25px;
}
.accordion__item--active .accordion__item-title::after {
  top: 50%;
  transform: rotate(-45deg);
}
.accordion__item--active .accordion__item-content {
  max-height: 1000px;
}
.accordion__item--active .accordion__item-content,
.accordion__item--active .accordion__item-content.content-wrapper {
  overflow: visible;
}
.accordion__item--disabled .accordion__item-title {
  cursor: initial;
}
.accordion__item--disabled .accordion__item-title::after {
  content: none;
}
.accordion--people .accordion__item--active {
  background: #f9f9f9;
}
@media (max-width: 991px) {
  .accordion--people .accordion__item--active {
    background: #fff;
  }
}
.accordion--people .accordion__item-content, .accordion--people .accordion__item-content.content-wrapper {
  padding-right: 0;
}
@media (max-width: 991px) {
  .accordion--people .accordion__item-content, .accordion--people .accordion__item-content.content-wrapper {
    padding-right: 6%;
  }
}
.accordion--dividends .accordion__item {
  overflow: hidden;
  padding: 0;
  padding-bottom: 12px;
}
.accordion--dividends .accordion__item-title {
  padding: 12px 28px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
  font-weight: 700;
  color: #157efb;
  background: rgba(21, 126, 251, 0.2);
}
.accordion--dividends .accordion__item-title::after {
  right: 23px;
  top: calc(50% - 6px);
}
.accordion--dividends .accordion__item-content, .accordion--dividends .accordion__item-content.content-wrapper {
  max-height: 121px;
  padding-left: 28px;
  padding-right: 28px;
}
@media (max-width: 1399px) {
  .accordion--dividends .accordion__item-content, .accordion--dividends .accordion__item-content.content-wrapper {
    max-height: 142px;
  }
}
@media (max-width: 1199px) {
  .accordion--dividends .accordion__item-content, .accordion--dividends .accordion__item-content.content-wrapper {
    max-height: 120px;
  }
}
@media (max-width: 991px) {
  .accordion--dividends .accordion__item-content, .accordion--dividends .accordion__item-content.content-wrapper {
    max-height: 138px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 759px) {
  .accordion--dividends .accordion__item-content, .accordion--dividends .accordion__item-content.content-wrapper {
    max-height: 200px;
  }
}
@media (max-width: 460px) {
  .accordion--dividends .accordion__item-content, .accordion--dividends .accordion__item-content.content-wrapper {
    max-height: 223px;
  }
}
.accordion--dividends .accordion__item--active .accordion__item-title::after {
  top: calc(50% - 2px);
}
.accordion--content-item .accordion__item {
  padding: 20px 0;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: none;
  border-bottom: 1px solid #e9e9e9;
}
.accordion--content-item .accordion__item:first-child {
  border-top: 1px solid #e9e9e9;
}
.accordion--content-item .accordion__item-content, .accordion--content-item .accordion__item-content.content-wrapper {
  padding-right: 0;
}
.accordion--content-item .accordion__item--active {
  margin-right: -20px;
  margin-left: -20px;
  padding-right: 20px;
  padding-left: 20px;
}
.accordion--content-item:first-child .accordion__item:first-child {
  border-top: none;
  padding-top: 12px;
}
.accordion--content-item:first-child .accordion__item:first-child.accordion__item--active {
  padding-top: 32px;
  margin-top: -20px;
}
.accordion--content-item:last-child .accordion__item:last-child {
  margin-bottom: -32px;
  padding-bottom: 32px;
  border-bottom: none;
}
.accordion--bg-gray .accordion__item--active {
  background: #f9f9f9;
}
@media (max-width: 991px) {
  .accordion--bg-gray .accordion__item--active {
    background: #fff;
  }
}
.accordion--overflow-visible .accordion__item {
  overflow: hidden;
}
.accordion--overflow-visible .accordion__item--active .accordion__item-content,
.accordion--overflow-visible .accordion__item--active .accordion__item-content.content-wrapper {
  overflow: visible;
}
.accordion--pr-off .accordion__item-content {
  padding-right: 0;
}
.accordion--title-border .accordion__item {
  overflow: hidden;
}
.accordion--title-border .accordion__item-title {
  margin-right: -20px;
  margin-left: -20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: 8%;
}
@media (max-width: 759px) {
  .accordion--title-border .accordion__item-title {
    padding-right: 15%;
  }
}
.accordion--title-border .accordion__item-title::after {
  right: 38px;
}
.accordion--title-border .accordion__item--active .accordion__item-title {
  margin-top: -20px;
  padding-top: 20px;
  padding-bottom: 18px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.09);
  transition: 0s;
}
@media (max-width: 991px) {
  .accordion--title-border .accordion__item--active .accordion__item-title {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.file + .accordion .accordion__item:first-child {
  border-top: none;
}

.vacancy__item {
  margin-bottom: 20px;
}
.vacancy__item-title {
  padding-left: 29px;
  margin-bottom: 9px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #333333;
  background-repeat: no-repeat;
  background-position: 0 1px;
}
.vacancy__item-title--type {
  background-image: url("/local/templates/kskkaluga/public/../assets/icons/vacancy/information-circle.svg");
}
.vacancy__item-title--time {
  background-image: url("/local/templates/kskkaluga/public/../assets/icons/vacancy/clock.svg");
}
.vacancy__item-title--conditions {
  background-image: url("/local/templates/kskkaluga/public/../assets/icons/vacancy/clipboard-list.svg");
}
.vacancy__item-title--requirements {
  background-image: url("/local/templates/kskkaluga/public/../assets/icons/vacancy/user.svg");
}
.vacancy__item-title--responsibilities {
  background-image: url("/local/templates/kskkaluga/public/../assets/icons/vacancy/pencil.svg");
}
.vacancy__item-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #333333;
}
.vacancy__item-work-time {
  font-family: "Mulish", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #333333;
  margin-bottom: 4px;
}
.vacancy__footer {
  display: flex;
  padding-top: 24px;
  border-top: 1px solid #ececec;
}
@media (max-width: 575px) {
  .vacancy__footer {
    flex-direction: column;
  }
}
.vacancy__footer-item:first-child {
  margin-right: 72px;
}
@media (max-width: 759px) {
  .vacancy__footer-item:first-child {
    margin-right: 43px;
  }
}
@media (max-width: 575px) {
  .vacancy__footer-item:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.dividends__history-link {
  position: relative;
  display: block;
  width: 245px;
  margin-left: auto;
  margin-bottom: 21px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.04em;
}
.dividends__history-link::before {
  content: url("/local/templates/kskkaluga/public/../assets/icons/vacancy/clock.svg");
  position: absolute;
  left: -27px;
  top: 3px;
}
.dividends__heading {
  max-width: 723px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.04em;
  color: #323232;
}
.years-tabs .preloader {
  border-width: 5px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 118px;
  margin-bottom: 150px;
}
@media (max-width: 1399px) {
  .years-tabs .preloader {
    margin-top: 98px;
    margin-bottom: 120px;
  }
}
@media (max-width: 575px) {
  .years-tabs .preloader {
    margin-top: 38px;
    margin-bottom: 70px;
  }
}
.years-tabs .error {
  text-align: center;
  margin-top: 118px;
  margin-bottom: 150px;
}
@media (max-width: 1399px) {
  .years-tabs .error {
    margin-top: 98px;
    margin-bottom: 120px;
  }
}
@media (max-width: 575px) {
  .years-tabs .error {
    margin-top: 38px;
    margin-bottom: 70px;
  }
}
.years-tabs__form .years-tabs__year {
  display: none;
}
.years-tabs__form .years-tabs__year:nth-child(1), .years-tabs__form .years-tabs__year:nth-child(2), .years-tabs__form .years-tabs__year:nth-child(3), .years-tabs__form .years-tabs__year:nth-child(4), .years-tabs__form .years-tabs__year:nth-child(5) {
  display: inline-block;
}
.years-tabs__form--archive .years-tabs__archive {
  display: none;
}
.years-tabs__form--archive .years-tabs__archive-line {
  display: flex;
}
.years-tabs__form--archive .years-tabs__year {
  display: inline-block;
}
.years-tabs__form--archive .years-tabs__year:nth-child(1), .years-tabs__form--archive .years-tabs__year:nth-child(2), .years-tabs__form--archive .years-tabs__year:nth-child(3), .years-tabs__form--archive .years-tabs__year:nth-child(4), .years-tabs__form--archive .years-tabs__year:nth-child(5) {
  display: none;
}
.years-tabs__archive-line {
  display: none;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: -20px;
  margin-left: -20px;
  margin-top: -20px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 17px;
  box-shadow: 1px -4px 12px 0px rgba(34, 60, 80, 0.2);
}
@media (max-width: 991px) {
  .years-tabs__archive-line {
    box-shadow: none;
    border-bottom: 1px solid #e9e9e9;
  }
}
.years-tabs .page-link-back {
  margin-top: 0;
  margin-right: 5px;
}
.years-tabs__tab-item {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  line-height: 172%;
  letter-spacing: -0.02em;
  color: #323232;
  cursor: pointer;
}
.years-tabs__tab-item:hover {
  color: rgb(63, 159, 255);
}
.years-tabs__tab-radio {
  display: none;
}
.years-tabs__years-wrapper {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: -20px;
  margin-left: -20px;
  border-bottom: 1px solid #e9e9e9;
}
.years-tabs__years {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .years-tabs__years {
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-height: none;
    scrollbar-width: none;
  }
  .years-tabs__years::-webkit-scrollbar {
    height: 0px;
    background: transparent;
  }
}
.years-tabs__year {
  padding-bottom: 12px;
  border-bottom: 2px solid transparent;
}
.years-tabs__year--active {
  color: #157efb;
  border-bottom: 2px solid #157efb;
}
.years-tabs__months {
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 19px;
  margin-right: -20px;
  margin-left: -20px;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 1399px) {
  .years-tabs__months {
    flex-wrap: wrap;
    padding-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .years-tabs__months {
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-height: none;
    scrollbar-width: none;
  }
  .years-tabs__months::-webkit-scrollbar {
    height: 0px;
    background: transparent;
  }
}
.years-tabs__month {
  margin-right: 21px;
  border-bottom: 1px solid transparent;
  line-height: 120%;
}
.years-tabs__month:last-child {
  margin-right: 0;
}
.years-tabs__month--active {
  color: #157efb;
  border-bottom: 1px solid #157efb;
}
@media (max-width: 1399px) {
  .years-tabs__month {
    margin-bottom: 12px;
  }
}
.years-tabs__archive {
  display: none;
  align-self: flex-start;
  padding-bottom: 16px;
  cursor: pointer;
}
.years-tabs__archive .link-with-icon__text {
  font-size: 14px;
  border-bottom: none;
}
.years-tabs__archive .link-with-icon__icon {
  height: 16px;
  margin-right: 4px;
  margin-bottom: 1px;
}
.years-tabs__archive:hover .link-with-icon__text {
  border-bottom: none;
}
.years-tabs__archive:hover .link-with-icon__icon {
  color: #0080ff;
  opacity: 0.82;
}
.years-tabs__archive--active {
  display: flex;
}
.years-tabs__body.content-wrapper {
  padding: 0;
  padding-top: 32px;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
  overflow: visible;
}
.years-tabs--bg-off .years-tabs__years {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0;
}
.years-tabs--content-item .years-tabs__form {
  overflow: hidden;
}
.years-tabs--purchases .years-tabs__amount {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  margin-right: -20px;
  margin-left: -20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E9E9E9;
}
.years-tabs--purchases .years-tabs__amount-text {
  font-weight: 600;
  color: #727272;
  padding-right: 29px;
}
@media (max-width: 991px) {
  .years-tabs--purchases .years-tabs__amount-text {
    padding-right: 49px;
  }
}
@media (max-width: 575px) {
  .years-tabs--purchases .years-tabs__amount-text {
    padding-right: 0;
  }
}
.years-tabs--purchases .years-tabs__amount-text span {
  display: inline-block;
  width: 26px;
  color: #323232;
  text-align: center;
}
@media (max-width: 575px) {
  .years-tabs--purchases .years-tabs__amount-text span {
    text-align: left;
  }
}
.years-tabs--purchases .years-tabs__body {
  padding-top: 32px;
}

.progress-block .preloader {
  width: 24px;
  height: 24px;
  border-width: 2px;
}
.progress-block__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 14px;
}
@media (max-width: 575px) {
  .progress-block__inner {
    margin-bottom: 10px;
  }
}
.progress-block__start-container {
  text-align: left;
}
.progress-block__end-container {
  text-align: right;
}
.progress-block__end-container .preloader {
  margin-left: auto;
}
.progress-block__date-title {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 172%;
  letter-spacing: -0.02em;
  color: #323232;
  margin-bottom: 4px;
}
.progress-block__date-value {
  display: block;
  font-weight: 600;
}
.progress-block__status--adapt {
  display: none;
}
@media (max-width: 759px) {
  .progress-block__status {
    display: none;
  }
  .progress-block__status--adapt {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 6px;
  }
}
.progress-block__bar {
  position: relative;
  width: 100%;
  height: 20px;
  border-radius: 4px;
  background: #f0f0f0;
  overflow: hidden;
}
.progress-block__line-completed {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
  width: 0;
  transition: background-color 0s, width 0.5s ease-in;
}
.progress-block--finished .progress-block__date-value,
.progress-block--finished .progress-block__date-title {
  color: #727272;
}
.progress-block--mb {
  margin-bottom: 40px;
}

.purchase {
  padding-bottom: 42px;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 24px;
}
@media (max-width: 759px) {
  .purchase {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 759px) {
  .purchase {
    padding-bottom: 10px;
    margin-bottom: 4px;
  }
}
.purchase:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.purchase__category {
  font-weight: 600;
  font-size: 14px;
  line-height: 172%;
  letter-spacing: -0.02em;
  color: #323232;
  margin-bottom: 11px;
}
.purchase__link {
  display: block;
  margin-bottom: 9px;
}
.purchase__link-text {
  color: #157efb;
  border-bottom: 1px solid transparent;
}
.purchase__link:hover .purchase__link-text {
  color: #157efb;
  border-bottom: 1px solid #157efb;
}
@media (max-width: 575px) {
  .purchase__link {
    margin-bottom: 6px;
  }
}
.purchase__description {
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 13px;
}
@media (max-width: 575px) {
  .purchase__description {
    padding-bottom: 13px;
  }
}
.purchase__additional-text {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #9c9c9c;
}
.purchase__additional-text span {
  color: #323232;
}
.purchase__announcing-num {
  margin-bottom: 9px;
}
.purchase__protocol-num {
  margin-left: 63px;
}
.purchase--single {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 35px;
}
.purchase--single .purchase__description {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .purchase--single .purchase__description {
    margin-bottom: 10px;
  }
}

.energy-stat__top-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 27px;
}
.energy-stat__heading {
  max-width: 614px;
  margin-right: 22px;
}
@media (max-width: 759px) {
  .energy-stat__heading {
    margin-right: 0;
  }
}
.energy-stat__year {
  font-weight: 600;
  font-size: 52px;
  line-height: 120%;
  letter-spacing: -0.085em;
  color: #eeeeee;
}
@media (max-width: 759px) {
  .energy-stat__year {
    display: none;
  }
}
.energy-stat__total-value {
  position: relative;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #157efb;
  padding-bottom: 27px;
  margin-bottom: 20px;
}
.energy-stat__total-value::after {
  position: absolute;
  bottom: 0;
  left: -32px;
  content: "";
  height: 1px;
  width: calc(100% + 64px);
  background-color: #DCDCDC;
}
@media (max-width: 439px) {
  .energy-stat__total-value {
    font-size: 43px;
  }
}
.energy-stat__description {
  max-width: 470px;
}
@media (max-width: 759px) {
  .energy-stat__description {
    max-width: 100%;
    margin-bottom: 21px;
  }
}
.energy-stat__diagram {
  display: block;
  width: 540px;
  margin-left: auto;
  margin-right: -20px;
  margin-bottom: -40px !important;
  margin-top: -91px;
}
@media (max-width: 1399px) {
  .energy-stat__diagram {
    margin-top: -29px;
  }
}
@media (max-width: 991px) {
  .energy-stat__diagram {
    margin-right: 0;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 759px) {
  .energy-stat__diagram {
    width: 100%;
    margin-top: 0;
  }
}

.advantages {
  padding: 20px;
  padding-bottom: 32px;
  border-radius: 20px;
  background-color: #FF6F1F;
  background-image: url("/local/templates/kskkaluga/public/../assets/advantages/bg.png");
  background-repeat: repeat;
}
.advantages__heading {
  text-align: center;
  color: #ffffff;
  margin-bottom: 39px;
}
@media (max-width: 759px) {
  .advantages__heading {
    margin-bottom: 27px;
  }
}
.advantages__items {
  display: flex;
}
@media (max-width: 759px) {
  .advantages__items {
    flex-direction: column;
    align-items: center;
  }
}
.advantages__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.3% - 21px);
  margin-right: 31px;
}
.advantages__item:last-child {
  margin-right: 0;
}
@media (max-width: 759px) {
  .advantages__item {
    width: 208px;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .advantages__item:last-child {
    margin-bottom: 0;
  }
}
.advantages__item-img {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .advantages__item-img {
    width: 118px;
  }
}
@media (max-width: 759px) {
  .advantages__item-img {
    width: 103px;
  }
}
@media (max-width: 381px) {
  .advantages__item-img {
    width: 87px;
  }
}
.advantages__item-description {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}

.geography {
  position: relative;
}
.geography__designations {
  max-width: 300px;
  padding-top: 20px;
}
.geography__designation {
  position: relative;
  padding-left: 35px;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #323232;
  margin-bottom: 25px;
}
.geography__designation :last-child {
  margin-bottom: 0;
}
.geography__designation::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .geography__designation {
    margin-bottom: 21px;
  }
}
.geography__designation:nth-child(1)::before {
  background-color: #f23333;
}
.geography__designation:nth-child(2)::before {
  background-color: #becfe8;
}
.geography__designation:nth-child(3)::before {
  background-color: #b3e2bb;
}
.geography__designation:nth-child(4)::before {
  background-color: #ffb78e;
}
.geography__map-svg {
  width: 100%;
  margin-top: -221px;
}
@media (max-width: 1399px) {
  .geography__map-svg {
    height: 667px;
    margin-top: -165px;
  }
}
@media (max-width: 1199px) {
  .geography__map-svg {
    height: 769px;
    margin-top: -206px;
  }
}
@media (max-width: 991px) {
  .geography__map-svg {
    height: 705px;
  }
}
@media (max-width: 759px) {
  .geography__map-svg {
    height: 492px;
    margin-top: -56px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .geography__map-svg {
    height: 406px;
    margin-top: -53px;
  }
}
@media (max-width: 400px) {
  .geography__map-svg {
    height: 322px;
    margin-top: -2px;
  }
}
.geography__map-svg .area:hover {
  opacity: 0.72;
}
@media (max-width: 575px) {
  .geography__map-svg .area:hover + .city, .geography__map-svg .area:hover + .city + .city, .geography__map-svg .area:hover + .city + .circle + .city, .geography__map-svg .area:hover + .city + .circle + .city + .circle + .city {
    display: block;
  }
}
.geography__map-svg .city {
  color: #323232;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: -0.18px;
}
.geography__map-svg .city[data-area=Калуга], .geography__map-svg .city[data-area=Обнинск], .geography__map-svg .city[data-area=Киров] {
  font-size: 11px;
}
@media (max-width: 1399px) {
  .geography__map-svg .city {
    font-size: 10px;
  }
}
@media (max-width: 1199px) {
  .geography__map-svg .city {
    font-size: 8px;
  }
}
@media (max-width: 991px) {
  .geography__map-svg .city {
    font-size: 10px;
  }
  .geography__map-svg .city[data-area=Калуга] {
    font-size: 11px;
  }
}
@media (max-width: 759px) {
  .geography__map-svg .city {
    font-size: 11px;
  }
  .geography__map-svg .city[data-area=Калуга] {
    font-size: 11px;
  }
}
@media (max-width: 575px) {
  .geography__map-svg .city {
    display: none;
    font-size: 17px;
    pointer-events: none;
    transform: translateY(7px);
  }
  .geography__map-svg .city[data-area=Калуга], .geography__map-svg .city[data-area=Обнинск], .geography__map-svg .city[data-area=Киров] {
    display: block;
  }
  .geography__map-svg .city[data-area=Калуга], .geography__map-svg .city[data-area=Обнинск], .geography__map-svg .city[data-area=Киров] {
    font-size: 20px;
    transform: translateY(10px);
  }
  .geography__map-svg .city[data-area="Козельский производственный участок"] {
    transform: translate(-10px, 7px);
  }
  .geography__map-svg .city[data-area=Таруса] {
    transform: translate(-29px, 7px);
  }
}
@media (max-width: 400px) {
  .geography__map-svg .city {
    font-size: 20px;
  }
  .geography__map-svg .city[data-area=Калуга] {
    font-size: 23px;
  }
}

.person-short__name {
  color: #FF6F1F;
}
@media (max-width: 575px) {
  .person-short__name {
    font-size: 23px;
  }
}
@media (max-width: 400px) {
  .person-short__name {
    font-size: 22px;
  }
}
.person-short__position {
  font-weight: 700;
}
.person-short__position--grey {
  color: #727272;
  font-weight: 600;
}
.person-short--with-borders {
  padding-top: 20px;
  border-top: 1px solid #E9E9E9;
}

.person-info {
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .person-info {
    padding: 0;
  }
}
.person-info__photo {
  max-width: 420px;
  border-radius: 20px;
  margin: 0 auto 15px;
}
@media (max-width: 575px) {
  .person-info__photo {
    width: 100%;
  }
}
.person-info__p {
  margin-bottom: 20px;
}

.key-value-card {
  padding: 9px 24px 28px;
  background: rgba(233, 233, 233, 0.5);
  border-radius: 20px;
}
.key-value-card__key {
  max-width: 763px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.02em;
  color: #323232;
  margin-bottom: 8px;
}
.key-value-card__value {
  font-weight: 700;
  font-size: 39px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.04em;
  color: #20bf55;
  margin-bottom: 7px;
}
.key-value-card__value--zero {
  color: #9C9C9C;
}
.key-value-card__description {
  max-width: 425px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.key-value {
  padding-bottom: 7px;
  border-bottom: 1px solid #e9e9e9;
}
.key-value__key {
  display: flex;
  align-items: flex-start;
}
.key-value__number {
  margin-top: 2px;
  margin-right: 11px;
  color: #323232;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
}
.key-value__key-text {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #323232;
}
.key-value__value p {
  color: #323232;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
}
.key-value--contract-terms {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: -20px;
  margin-left: -20px;
}
.key-value--contract-terms > *:first-child {
  width: calc(30% - 10px);
}
.key-value--contract-terms > *:last-child {
  width: calc(70% - 10px);
}
@media (max-width: 759px) {
  .key-value--contract-terms > *:first-child {
    width: 100%;
  }
  .key-value--contract-terms > *:last-child {
    width: 100%;
  }
}

.contacts__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 31px;
}
@media (max-width: 991px) {
  .contacts__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 759px) {
  .contacts__header {
    margin-bottom: 20px;
  }
}
.contacts__header h1 {
  margin-bottom: 0;
}
.contacts__filter-items {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .contacts__filter-items {
    flex-direction: column;
  }
}
.contacts__filter-item {
  flex-shrink: 0;
  width: 440px;
  margin-right: 20px;
}
.contacts__filter-item:last-child {
  margin-right: 0;
}
@media (max-width: 1500px) {
  .contacts__filter-item {
    width: 358px;
  }
}
@media (max-width: 1199px) {
  .contacts__filter-item {
    width: 299px;
  }
}
@media (max-width: 991px) {
  .contacts__filter-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contacts__filter-item:last-child {
    margin-bottom: 0;
  }
}
.contacts__filter-item .custom-select__current .custom-select__text {
  white-space: nowrap;
}
.contacts__filter-item .custom-select__options .custom-select__option {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
.contacts__filter-item .custom-select__text {
  white-space: unset;
}
.contacts__select-label {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  .contacts__select-label {
    font-size: 15px;
  }
}
.contacts__select-label::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  border: 4px solid transparent;
}
.contacts__select-label--district::before {
  border-color: #ff6f1f;
}
.contacts__select-label--affiliate::before {
  border-color: #2fd34a;
}
.contacts__select-label--center::before {
  border-color: #157efb;
}
.contacts .custom-select__current {
  height: 42px;
  padding-top: 7px;
  padding-bottom: 10px;
  padding-left: 14px;
  font-size: 14px;
  line-height: 150%;
}
.contacts .custom-select__current::after {
  top: 18px;
}
.contacts .custom-select__options {
  padding-top: 5px;
}
.contacts .custom-select__scroller {
  max-height: 284px;
}
.contacts .custom-select__option {
  height: 36px;
  font-size: 14px;
  line-height: 150%;
}
.contacts .custom-select--active .custom-select__current::after {
  top: 12px;
}
.contacts__map-wrapper {
  position: relative;
}
.contacts__map {
  width: 100%;
  height: 850px;
  border-radius: 20px;
  margin-bottom: 32px;
}
.contacts__map * {
  transition: none;
}
@media (max-width: 759px) {
  .contacts__map {
    height: 500px;
  }
}
.contacts__map .ymaps3x0--controls_vertical > .ymaps3x0--control:last-child {
  margin-top: 250px;
}
@media (max-width: 991px) {
  .contacts__map .ymaps3x0--controls_vertical > .ymaps3x0--control:last-child {
    margin-top: 350px;
  }
}
@media (max-width: 759px) {
  .contacts__map .ymaps3x0--controls_vertical > .ymaps3x0--control:last-child {
    margin-top: 264px;
  }
}
.contacts__map--energy {
  height: 614px;
}
@media (max-width: 991px) {
  .contacts__map--energy {
    height: 677px;
  }
}
@media (max-width: 759px) {
  .contacts__map--energy {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .contacts__map--energy .ymaps3x0--zoom-control {
    margin-top: 475px;
  }
}
@media (max-width: 759px) {
  .contacts__map--energy .ymaps3x0--zoom-control {
    margin-top: 264px;
  }
}

.contact-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.contact-card__inner .person-short__name {
  margin-bottom: 20px;
}
.contact-card__top {
  flex: 1 0 auto;
  margin-bottom: 20px;
}
.contact-card__bottom {
  flex: 0 0 auto;
}
.contact-card__title {
  margin-bottom: 20px;
}
.contact-card__icon {
  margin-left: 3px;
  margin-bottom: 20px;
}
.contact-card__email {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #303030;
}
.contact-card__email-link {
  color: #157efb;
  font-weight: 700;
  border-bottom: 1px solid #157efb;
}
.contact-card__email-link:hover {
  color: #157efb;
  opacity: 0.72;
}
.contact-card__phone-link-wrapper {
  margin-bottom: 10px;
}
.contact-card__phone-link-wrapper:last-child {
  margin-bottom: 0;
}
.contact-card__phone-link {
  font-size: 24px;
  padding-left: 27px;
  background: url("/local/templates/kskkaluga/public/../assets/icons/tel-blue.svg") no-repeat;
  background-position: 0 7px;
}
.contact-card__phone-link:hover {
  color: #157EFB;
}
.contact-card--sidebar .contact-card__title {
  font-weight: 700;
}
.contact-card--sidebar .contact-card__phone-link {
  font-weight: 700;
  font-size: 24px;
}
.contact-card--sidebar .person-short__name {
  font-weight: 600;
  font-size: 20px;
}
.contact-card--sidebar .person-short__position {
  font-weight: 600;
}
@media (max-width: 991px) {
  .contact-card--sidebar .person-short {
    max-width: 349px;
  }
}

.point-info {
  display: none;
  width: 420px;
  position: absolute;
  top: 20px;
  right: 90px;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .point-info {
    width: 345px;
    right: 68px;
  }
}
@media (max-width: 991px) {
  .point-info {
    top: 10px;
    right: 10px;
    width: 296px;
    padding: 20px 20px 32px 20px;
    background: #ffffff;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
  }
}
@media (max-width: 759px) {
  .point-info {
    position: static;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
.point-info__scroll-container {
  max-height: 390px;
  overflow-y: scroll;
  margin-right: -20px;
  margin-left: -20px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: -11px;
  padding-right: 11px;
  /* Works on Firefox */
  scrollbar-width: thin;
  scrollbar-color: #EEE white;
  /* Works on Chrome, Edge, and Safari */
}
.point-info__scroll-container::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.point-info__scroll-container::-webkit-scrollbar-track {
  background: white;
}
.point-info__scroll-container::-webkit-scrollbar-thumb {
  background-color: #EEE;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .point-info__scroll-container {
    max-height: 454px;
  }
}
@media (max-width: 991px) {
  .point-info__scroll-container {
    max-height: 480px;
  }
}
@media (max-width: 759px) {
  .point-info__scroll-container {
    max-height: none;
  }
}
.point-info .preloader {
  border-width: 4px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 145px;
  margin-bottom: 145px;
}
.point-info__inner {
  padding-bottom: 12px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 12px;
}
.point-info__inner:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.point-info__item {
  margin-bottom: 12px;
}
.point-info__item:last-child {
  margin-bottom: 0;
}
.point-info__item-heading {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #727272;
  margin-bottom: 4px;
}
.point-info__item-value {
  font-weight: 600;
}
.point-info__item-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.point-info__item-flex:not(:last-child) {
  margin-bottom: 10px;
}
.point-info__item-flex .point-info__item-value {
  line-height: 125%;
  margin-right: 20px;
}
.point-info__item-value-span {
  font-weight: 400;
}
.point-info__item-value-break {
  color: #727272;
  font-size: 14px;
  font-weight: 600;
}
.point-info__item-value-break {
  color: #727272;
  font-size: 14px;
}
.point-info__work-status {
  cursor: default;
}
.point-info__work-status .btn__icon {
  margin-right: 12px;
}
.point-info__work-status:hover {
  background: rgba(32, 191, 85, 0.05);
}
.point-info__work-status--work {
  background: rgba(32, 191, 85, 0.05);
  color: #20bf55;
  border: 1px solid #20bf55;
}
.point-info__work-status--work:hover {
  color: #20bf55;
}
.point-info__work-status--break {
  background-color: rgba(255, 194, 52, 0.2);
  color: #fbb81b;
  border: 1px solid #fbb81b;
}
.point-info__work-status--break .btn__icon path {
  fill: #fbb81b;
}
.point-info__work-status--break:hover {
  background-color: rgba(255, 194, 52, 0.2);
  color: #fbb81b;
}
.point-info__work-status--not-work {
  background-color: rgba(233, 23, 9, 0.2);
  color: #e91709;
  border: 1px solid #e91709;
}
.point-info__work-status--not-work .btn__icon path {
  fill: #e91709;
}
.point-info__work-status--not-work:hover {
  background-color: rgba(233, 23, 9, 0.2);
  color: #e91709;
}
.point-info__phone-link {
  display: block;
}
.point-info__phone-link:hover {
  color: #157EFB;
}
.point-info__email-link {
  color: #157EFB;
  border-bottom: 1px solid transparent;
}
.point-info__email-link:hover {
  color: #157EFB;
  border-bottom: 1px solid #157EFB;
}
.point-info--triangle-top::before {
  content: "";
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: -7px;
  border-bottom: 7px solid #ffffff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  box-shadow: 0px -5px 18px rgba(0, 0, 0, 0.15);
}
.point-info--triangle-right {
  border-top-right-radius: 0;
}
.point-info--triangle-left::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
}
.point-info--triangle-bottom::before {
  content: "";
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: -14px;
  border: 7px solid transparent;
  border-top: 7px solid #ffffff;
}
.point-info--long::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 18px;
  right: 0;
  left: 0;
  height: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  opacity: 1;
  pointer-events: none;
}
.point-info--long.point-info--scroll-end::after {
  opacity: 0;
}
@media (max-width: 759px) {
  .point-info--long::after {
    display: none;
  }
}
.point-info--geography {
  padding-bottom: 10px;
}
.point-info--geography.point-info--long::after {
  content: "";
  bottom: 9px;
  border-radius: 20px;
  height: 60px;
}
.point-info--geography.point-info--long .point-info__scroll-container {
  max-height: 458px;
}
@media (max-width: 991px) {
  .point-info--geography.point-info--long .point-info__scroll-container {
    max-height: 524px;
  }
}
@media (max-width: 759px) {
  .point-info--geography.point-info--long .point-info__scroll-container {
    max-height: none;
  }
}
.point-info--geography .point-info__heading {
  font-family: "Mulish", Helvetica, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: -0.8px;
  margin-bottom: 6px;
}
.point-info--geography .point-info__item {
  margin-bottom: 9px;
}
.point-info--geography .point-info__item:last-child {
  margin-bottom: 0;
}
.point-info--geography .point-info__item-value {
  font-size: 14px;
  letter-spacing: -0.28px;
}
.point-info--geography .point-info__item-left {
  margin-right: 4px;
}
.point-info--geography .point-info__work-status {
  padding: 9px 12px;
  font-size: 14px;
}
@media (max-width: 759px) {
  .point-info--geography .point-info__heading {
    font-family: "Inter", Helvetica, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: -0.02em;
  }
  .point-info--geography .point-info__item {
    margin-bottom: 12px;
  }
  .point-info--geography .point-info__item:last-child {
    margin-bottom: 0;
  }
  .point-info--geography .point-info__item-value {
    font-size: 16px;
    letter-spacing: -0.02em;
  }
  .point-info--geography .point-info__work-status {
    padding: 10px 12px;
  }
}
.point-info--contacts .point-info__scroll-container {
  max-height: 460px;
}
@media (max-width: 1199px) {
  .point-info--contacts .point-info__scroll-container {
    max-height: 552px;
  }
}
.point-info--contacts.point-info--long .point-info__scroll-container {
  max-height: 750px;
}
@media (max-width: 991px) {
  .point-info--contacts.point-info--long .point-info__scroll-container {
    max-height: 480px;
  }
}
@media (max-width: 759px) {
  .point-info--contacts.point-info--long .point-info__scroll-container {
    max-height: none;
  }
}

.news-item {
  overflow: hidden;
}
.news-item__content {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.news-item__date {
  padding-left: 21px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.08em;
  color: #393939;
  background: url("/local/templates/kskkaluga/public/../assets/icons/calendar.svg") no-repeat;
  margin-bottom: 10px;
}
.news-item__date--margin-off {
  margin-bottom: 0;
}
.news-item__link {
  display: block;
  margin-bottom: 13px;
}
.news-item__link:hover .news-item__link-text {
  color: var(--theme-color);
}
.news-item__description {
  color: #333333;
}
.news-item--slide {
  height: 293px;
  padding: 32px;
  padding-left: 24px;
  background: #ffffff;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .news-item--slide {
    height: 275px;
  }
}
@media (max-width: 991px) {
  .news-item--slide {
    height: 243px;
  }
}
@media (max-width: 575px) {
  .news-item--slide {
    padding-bottom: 15px;
  }
}
@media (max-width: 414px) {
  .news-item--slide {
    height: 293px;
  }
}
.news-item--slide .news-item__content::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.news-item--news-page .news-item__date {
  margin-bottom: 20px;
}
.news-item--news-page .news-item__link {
  margin-bottom: 20px;
}
.news-item--news-page .news-item__link-text {
  color: #157EFB;
  border-bottom: 1px solid transparent;
}
.news-item--news-page .news-item__link:hover .news-item__link-text {
  border-bottom: 1px solid #157EFB;
}
.search-page__total {
  font-weight: 500;
  font-size: 14px;
  line-height: 172%;
  letter-spacing: -0.02em;
  color: #9c9c9c;
}
.search-page__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 18px;
}
.search-page__title {
  margin-bottom: 0;
}
@media (max-width: 759px) {
  .search-page .switcher__title {
    display: none;
  }
}
.search-page__item {
  padding-bottom: 32px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 32px;
  margin-right: -20px;
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.search-page__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.search-page__item-title {
  display: flex;
  align-items: baseline;
  margin-bottom: 2px;
}
.search-page__item-number {
  flex-shrink: 0;
  width: 31px;
  margin-right: 11px;
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #9c9c9c;
}
.search-page__item-path {
  display: flex;
  align-items: center;
  margin-left: 42px;
  margin-bottom: 2px;
}
.search-page__item-path a {
  position: relative;
  padding-right: 16px;
  margin-right: 5px;
  color: #323232;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: -0.02em;
}
.search-page__item-path a:hover {
  color: #157EFB;
}
.search-page__item-path a::after {
  content: "/";
  position: absolute;
  right: 2px;
  color: #323232;
}
.search-page__item-path a:last-child::after {
  content: none;
}
.search-page__item-description {
  margin-left: 42px;
}
.search-page__not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search-page__not-found-img {
  margin-bottom: 2px;
}
.search-page__not-found-text {
  max-width: 287px;
  color: #727272;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
}

.tariff-line {
  padding-bottom: 18px;
  border-bottom: 1px solid #e9e9e9;
}
.tariff-line__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 19px;
}
.tariff-line__month {
  flex-shrink: 0;
  font-weight: 700;
  margin-right: 7px;
}
.tariff-line__kinds {
  display: flex;
  justify-content: flex-end;
}
.tariff-line__kind {
  display: flex;
  align-items: center;
  margin-right: 37px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .tariff-line__kind {
    margin-right: 15px;
  }
}
.tariff-line__kind:last-child {
  margin-right: 0;
}
.tariff-line__kind--night .tariff-line__kind-circle {
  border: 1px solid #2fd34a;
  background: linear-gradient(180deg, #2fd34a 0%, rgba(163, 236, 175, 0.32) 100%);
}
.tariff-line__kind--peak .tariff-line__kind-circle {
  border: 1px solid #ff6f1f;
  background: linear-gradient(180deg, #ff6f1f 0%, rgba(255, 111, 31, 0.32) 100%);
}
.tariff-line__kind--semipeak .tariff-line__kind-circle {
  border: 1px solid #f0d753;
  background: linear-gradient(180deg, #f0d753 0%, rgba(240, 215, 83, 0.32) 100%);
}
.tariff-line__kind--not-peak .tariff-line__kind-circle {
  border: 1px solid #E9E9E9;
  background: linear-gradient(180deg, #E9E9E9 0%, rgba(233, 233, 233, 0) 100%);
}
.tariff-line__kind-circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 4px;
}
.tariff-line__inner {
  width: 100%;
  padding-bottom: 6px;
}
@media (max-width: 1400px) {
  .tariff-line__inner {
    padding-bottom: 20px;
    overflow-x: scroll;
    /* Works on Firefox */
    scrollbar-width: thin;
    scrollbar-color: #c0c0c0 white;
    /* Works on Chrome, Edge, and Safari */
  }
  .tariff-line__inner::-webkit-scrollbar {
    width: 6px;
    height: 10px;
  }
  .tariff-line__inner::-webkit-scrollbar-track {
    background: white;
  }
  .tariff-line__inner::-webkit-scrollbar-thumb {
    background-color: #c0c0c0;
    border-radius: 20px;
  }
}
@media (max-width: 1199px) {
  .tariff-line__inner {
    padding-bottom: 6px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-height: none;
    scrollbar-width: none;
  }
  .tariff-line__inner::-webkit-scrollbar {
    height: 0px;
    background: transparent;
  }
}
.tariff-line__hours {
  display: flex;
}
.tariff-line__hours:nth-child(1) {
  margin-bottom: 1px;
}
.tariff-line__hours:nth-child(1) .tariff-line__hour {
  position: relative;
}
.tariff-line__hours:nth-child(1) .tariff-line__hour::after {
  position: absolute;
  content: "";
  bottom: -1px;
  right: 50%;
  transform: translateX(50%);
  width: 8px;
  height: 1px;
  background-color: #E9E9E9;
}
.tariff-line__hours:nth-child(2) {
  margin-bottom: 20px;
}
.tariff-line__hours:nth-child(2) .tariff-line__hour {
  position: relative;
}
.tariff-line__hours:nth-child(2) .tariff-line__hour::after {
  position: absolute;
  content: "";
  bottom: -57px;
  right: -5px;
  height: 42px;
  width: 1px;
  border-right: 1px solid #727272;
}
.tariff-line__hours:nth-child(2) .tariff-line__hour:first-child::before {
  position: absolute;
  content: "";
  bottom: -57px;
  left: 0px;
  height: 42px;
  width: 1px;
  border-right: 1px solid #727272;
}
.tariff-line__hours:nth-child(2) .tariff-line__hour:last-child::after {
  right: -1px;
}
.tariff-line__hour {
  color: #323232;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.24px;
  margin-right: 8px;
}
.tariff-line__hour:last-child {
  margin-right: 0;
}
.tariff-line__line {
  position: relative;
  width: 926px;
  height: 32px;
  border-radius: 2px;
}
.tariff-line__part {
  position: absolute;
  height: 100%;
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.3s linear;
}

.icon-text {
  display: flex;
}
@media (max-width: 759px) {
  .icon-text {
    flex-direction: column;
  }
}
.icon-text__icon {
  align-self: flex-start;
  flex-shrink: 0;
  max-width: 175px;
  height: auto;
  margin-right: 17px;
}
@media (max-width: 759px) {
  .icon-text__icon {
    align-self: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.icon-text small {
  color: #323232;
  font-weight: 600;
}
@media (max-width: 759px) {
  .icon-text--small-icon {
    flex-direction: row;
  }
}
@media (max-width: 759px) {
  .icon-text--small-icon .icon-text__icon {
    align-self: flex-start;
    margin-right: 17px;
    margin-bottom: 0;
  }
}
.icon-text--align-center {
  align-items: center;
}
.icon-text--align-center .icon-text__icon {
  align-self: center;
}
.icon-text--bg-gray {
  padding: 24px;
  border-radius: 20px;
  background-color: #f9f9f9;
  align-items: center;
}
@media (max-width: 759px) {
  .icon-text--bg-gray {
    flex-direction: row;
  }
}
.icon-text--bg-gray .icon-text__content {
  background-color: transparent;
}
.icon-text--bg-gray .icon-text__icon {
  align-self: center;
  margin-right: 12px;
}
.icon-text--bg-gray p {
  font-size: 14px;
  font-weight: 600;
}

.info-card {
  padding: 32px 20px;
  border-radius: 20px;
  background: #FAFAFA;
}
.info-card__icon {
  margin-bottom: 18px;
}
.info-card__title {
  margin-bottom: 12px;
}
.info-card__description {
  background: transparent;
}

.highlight {
  position: relative;
  font-weight: 700;
  padding-left: 14px;
}
.highlight::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background-color: var(--theme-color);
  border-radius: 10px;
}
.highlight--red::before {
  background-color: #F23333;
}

.law {
  display: flex;
  align-items: center;
  padding: 24px;
  border-radius: 20px;
  background-color: #f9f9f9;
}
.law__icon {
  margin-right: 12px;
}
.law__heading {
  color: #323232;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%; /* 21px */
  letter-spacing: -0.28px;
  margin-bottom: 7px;
}
.law__description {
  font-size: 14px;
}

.lk-support {
  padding-bottom: 30px;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .lk-support {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.lk-support__heading {
  margin-bottom: 24px;
}
.lk-support__subheading {
  max-width: 542px;
  margin-bottom: 22px;
}
.lk-support__subheading-small {
  font-size: 14px;
  font-weight: 500;
}
.lk-support__contacts {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 42px;
}
@media (max-width: 759px) {
  .lk-support__contacts {
    flex-direction: column;
  }
}
.lk-support__contact {
  margin-bottom: 0;
}
.lk-support .point-info__item-worktime {
  align-items: flex-start;
}
.lk-support--border-off {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 20px;
}

.marked-img {
  position: relative;
}
.marked-img__info {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
@media (max-width: 759px) {
  .marked-img__info {
    display: none;
  }
}
.marked-img__info-rect {
  width: 14px;
  height: 14px;
  background-color: rgba(21, 126, 251, 0.1490196078);
  border-radius: 2px;
  border: 2px solid #C5DFFE;
  background: rgba(21, 126, 251, 0.15);
  margin-right: 10px;
}
.marked-img__info-text {
  position: relative;
  width: 185px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.15);
  padding: 8px;
  border-radius: 6px;
  color: #323232;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: -0.48px;
  text-align: center;
}
.marked-img__info-text::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 11px;
  border: 6px solid transparent;
  border-right: 6px solid #ffffff;
}
.marked-img__inner {
  position: relative;
}
.marked-img__mark {
  position: absolute;
  background: rgba(21, 126, 251, 0.15);
  border-radius: 2px;
  cursor: pointer;
}
@media (max-width: 759px) {
  .marked-img__mark {
    display: none;
  }
}

.faq .preloader {
  border-width: 5px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 118px;
  margin-bottom: 150px;
}
@media (max-width: 1399px) {
  .faq .preloader {
    margin-top: 98px;
    margin-bottom: 120px;
  }
}
@media (max-width: 575px) {
  .faq .preloader {
    margin-top: 38px;
    margin-bottom: 70px;
  }
}
.faq .error {
  text-align: center;
  margin-top: 118px;
  margin-bottom: 150px;
}
@media (max-width: 1399px) {
  .faq .error {
    margin-top: 98px;
    margin-bottom: 120px;
  }
}
@media (max-width: 575px) {
  .faq .error {
    margin-top: 38px;
    margin-bottom: 70px;
  }
}
.faq__form {
  margin-bottom: 20px;
}
.restriction {
  max-width: 440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 42px;
  padding-top: 42px;
  padding-bottom: 42px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .restriction {
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    padding: 20px 20px 32px 20px;
  }
}
.restriction__icon {
  margin-bottom: 0;
}
.restriction__title {
  max-width: 337px;
  text-align: center;
}
.restriction__input-wrapper .restriction__label {
  margin-bottom: 8px;
}
.restriction__label {
  font-weight: 600;
  color: #727272;
  text-align: center;
}
.restriction__input {
  max-width: 200px;
  border-radius: 8px;
  text-align: center;
}
.restriction__error {
  display: none;
  max-width: 150px;
  color: #E91709;
  text-align: center;
  font-size: 9px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.045px;
  margin-right: auto;
  margin-left: auto;
}
.restriction__btn {
  font-size: 14px;
}
.restriction--error .restriction__error {
  display: block;
}
.restriction--error .restriction__input {
  border-color: #F23333;
}

.payments {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 759px) {
  .payments {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .payments {
    margin-top: 42px;
  }
}
.payments__item {
  width: 250px;
  margin: 15px;
}
@media (max-width: 575px) {
  .payments__item {
    margin: 0;
    margin-bottom: 50px;
  }
  .payments__item:last-child {
    margin-bottom: 0;
  }
}
.payments__item-img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
.payments__item-title {
  text-align: center;
  font-weight: 700;
}

.pay-apps {
  display: flex;
  gap: 20px;
}
@media (max-width: 759px) {
  .pay-apps {
    flex-wrap: wrap;
  }
}
.pay-apps__item {
  width: 23.4%;
}
@media (max-width: 759px) {
  .pay-apps__item {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .pay-apps__item {
    width: 47%;
  }
}
.pay-apps__qr-wrapper {
  padding: 16px;
  border-radius: 32px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
@media (max-width: 759px) {
  .pay-apps__qr-wrapper {
    margin-bottom: 20px;
  }
}
.pay-apps__qr {
  width: 100%;
}
.pay-apps__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 44px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 32px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
}
.pay-apps__link:hover {
  background-color: #f9f9f9;
}
.pay-lk {
  margin-top: 52px;
  margin-bottom: 72px;
  align-items: center;
}
@media (max-width: 1399px) {
  .pay-lk {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .pay-lk > * {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .pay-lk__img {
    width: 65%;
  }
}
@media (max-width: 759px) {
  .pay-lk__img {
    width: 82%;
  }
}
@media (max-width: 575px) {
  .pay-lk__img {
    width: 95%;
  }
}
.pay-lk__btns-container {
  display: flex;
  justify-content: flex-end;
}
.pay-lk__btns-container > :first-child {
  margin-right: 12px;
}
@media (max-width: 1399px) {
  .pay-lk__btns-container {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .pay-lk__btns-container {
    flex-direction: column;
  }
  .pay-lk__btns-container > :first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.documentation-item__img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 230px;
  margin-bottom: 20px;
}
.documentation-item__img {
  max-width: 90%;
  max-height: 100%;
}
.documentation-item__title {
  text-align: center;
  color: #727272;
  font-weight: 600;
  margin-bottom: 8px;
}
.documentation-item__link {
  display: block;
  width: 188px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: #157EFB;
  font-weight: 600;
  border-bottom: 1px solid transparent;
}
.documentation-item__link:hover {
  color: #157EFB;
  border-bottom: 1px solid #157EFB;
}

.limitation-item__img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 175px;
  margin-bottom: 20px;
}
.limitation-item__img {
  max-width: 100%;
  max-height: 100%;
}
.limitation-item__bottom {
  display: flex;
}
.limitation-item__number {
  align-self: flex-start;
  margin-right: 20px;
  flex-shrink: 0;
  color: var(--orange, #ff6f1f);
  font-size: 49px;
  line-height: 113%;
  letter-spacing: -1.96px;
}
.limitation-item__description {
  color: #727272;
}

.debtors-contact {
  margin-bottom: 0;
}
.debtors-contact__icon {
  margin-bottom: 18px;
}
.debtors-contact__heading {
  margin-bottom: 12px;
}
.debtors-contact__contact {
  margin-bottom: 12px;
}
.debtors-contact__contact:last-child {
  margin-bottom: 0;
}
.debtors-contact__contact-link {
  color: #157EFB;
  border-bottom: 1px solid #157EFB;
}
.debtors-contact__contact-link:hover {
  color: #157EFB;
  opacity: 0.72;
}
.debtors-contact__contact--phone {
  font-weight: 600;
}
.debtors-contact__contact--phone .debtors-contact__contact-link {
  font-weight: 700;
}

.appeal-btns {
  transition: opacity 0.1s linear;
}
@media (max-width: 991px) {
  .appeal-btns__btn {
    padding: 20px 20px 32px 20px;
    background: #ffffff;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    margin-bottom: 0;
  }
}
.appeal-btns__icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 175px;
}
@media (max-width: 991px) {
  .appeal-btns__icon-wrapper {
    height: 138px;
  }
}
@media (max-width: 759px) {
  .appeal-btns__icon-wrapper {
    height: 144px;
  }
}
@media (max-width: 575px) {
  .appeal-btns__icon-wrapper {
    height: 98px;
  }
}
@media (max-width: 991px) {
  .appeal-btns__icon {
    max-width: none;
    width: 41%;
  }
}
@media (max-width: 759px) {
  .appeal-btns__icon {
    width: 27%;
  }
}
@media (max-width: 575px) {
  .appeal-btns__icon {
    width: 92px;
  }
}
.appeal-btns__description {
  max-width: 323px;
  margin-right: auto;
  margin-left: auto;
  color: #727272;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.72px;
}

.form-appeal[data-form] {
  display: none;
  opacity: 0;
  transition: opacity 0.1s linear;
}
.form-appeal__step-1 > *, .form-appeal__step-2 > * {
  margin-bottom: 32px;
}
@media (max-width: 759px) {
  .form-appeal__step-1 > *, .form-appeal__step-2 > * {
    margin-bottom: 20px;
  }
}
.form-appeal__step-1 .form-appeal__select:nth-child(2) {
  z-index: 20;
}
.form-appeal__step-2 {
  display: none;
  opacity: 0;
  transition: opacity 0.1s linear;
}
.form-appeal__label {
  position: relative;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 8px;
}
.form-appeal__label--required::after {
  content: "*";
  position: absolute;
  top: 0;
  right: -12px;
  color: #f23333;
  font-size: 16px;
  font-weight: 600;
}
.form-appeal__select .custom-select__current {
  height: 40px;
  font-weight: 400;
  padding-bottom: 8px;
}
.form-appeal__select .custom-select__current::after {
  top: 18px;
}
.form-appeal__select.custom-select--active .custom-select__current::after {
  top: 11px;
}
.form-appeal__btn-next {
  display: flex;
  width: 148px;
  margin-left: auto;
}
.form-appeal__btn-next .btn__icon {
  margin-left: 16px;
}
.form-appeal__input {
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
}
.form-appeal__textarea {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  max-width: 100%;
  min-width: 100%;
  min-height: 250px;
  resize: none;
}
.form-appeal__file {
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-appeal__file-input {
  display: none;
}
.form-appeal__file-info {
  position: relative;
  display: none;
  align-items: center;
  padding: 11px;
  margin-right: 40px;
  border-radius: 47px;
  background: #f7f7f7;
}
.form-appeal__file-info::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 7px;
  width: 1px;
  height: 32px;
  background: #e9e9e9;
}
.form-appeal__file-info--active {
  display: flex;
}
.form-appeal__file-clear {
  flex-shrink: 0;
  position: relative;
  width: 20px;
  height: 14px;
  padding-right: 6px;
  border-right: 1px solid #e9e9e9;
  margin-right: 6px;
  cursor: pointer;
}
.form-appeal__file-clear:before, .form-appeal__file-clear:after {
  position: absolute;
  top: 2px;
  left: 7px;
  content: " ";
  height: 12px;
  width: 1px;
  background-color: #f23333;
}
.form-appeal__file-clear:before {
  transform: rotate(45deg);
}
.form-appeal__file-clear:after {
  transform: rotate(-45deg);
}
.form-appeal__file-name {
  color: #323232;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.28px;
}
.form-appeal__file-btn {
  display: flex;
  align-items: center;
  color: #979797;
  font-weight: 500;
}
.form-appeal__file-btn:hover {
  color: #157EFB;
}
.form-appeal__file-btn-icon {
  margin-right: 12px;
}
.form-appeal__footer {
  display: flex;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid #e9e9e9;
}
@media (max-width: 759px) {
  .form-appeal__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form-appeal__footer--border-off {
  padding-top: 0;
  border-top: none;
}
@media (max-width: 759px) {
  .form-appeal__checkbox {
    margin-bottom: 32px;
  }
}
.form-appeal__btn-submit {
  width: 148px;
  margin-right: 35px;
}
@media (max-width: 759px) {
  .form-appeal__btn-submit {
    order: 2;
    margin-right: 0;
  }
}
.form-appeal__error {
  padding-left: 13px;
  color: #e91709;
  font-size: 9px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.045px;
}
.form-appeal--legal-index .form-appeal__textarea {
  min-height: 72px;
}

[id^=wait_comp_] {
  display: none !important;
}

.reg-step {
  display: flex;
  align-items: center;
  padding-bottom: 42px;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 30px;
}
@media (max-width: 759px) {
  .reg-step {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .reg-step {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.reg-step__left {
  flex-grow: 1;
  margin-right: 57px;
}
@media (max-width: 759px) {
  .reg-step__left {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.reg-step__number {
  width: 35px;
  height: 35px;
  padding: 6px 12px;
  border-radius: 50%;
  background-color: #e7f2ff;
  color: #157EFB;
  text-align: center;
  font-family: "Mulish", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: -0.64px;
  margin-bottom: 10px;
}
.reg-step__text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 142%;
  letter-spacing: -0.28px;
}
.reg-step__bold {
  font-weight: 600;
}
.reg-step__img {
  flex-shrink: 0;
  width: 242px;
}

.agreement-quiz [data-block]:not(:first-child) {
  display: none;
  opacity: 0;
  transition: opacity 0.1s linear;
}
.agreement-quiz__icon-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  transition: 0.25s;
}
.agreement-quiz__icon-btn:hover {
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .agreement-quiz__icon-btn {
    padding: 20px 20px 32px 20px;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
  }
}
.agreement-quiz__icon {
  margin-bottom: 3px;
}
.agreement-quiz__btn-title {
  margin-bottom: 0;
}
.agreement-quiz__btn-description {
  color: #727272;
  margin-top: 9px;
}
.agreement-quiz__heading-wrapper {
  display: flex;
  align-items: center;
}
.agreement-quiz__btn-back {
  margin-top: 0;
  margin-right: 4px;
}

.tariffs-cards {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
}
.tariffs-cards__item {
  width: 207px;
  padding: 14px 15px 23px;
  margin: 16px;
  background: #f9f9f9;
  border-radius: 20px;
}
@media (max-width: 1400px) {
  .tariffs-cards__item {
    width: 211px;
  }
}
@media (max-width: 1199px) {
  .tariffs-cards__item {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .tariffs-cards__item {
    width: 219px;
  }
}
@media (max-width: 759px) {
  .tariffs-cards__item {
    width: calc(50% - 32px);
  }
}
@media (max-width: 464px) {
  .tariffs-cards__item {
    width: 100%;
  }
}
.tariffs-cards__month {
  text-align: center;
  font-weight: 600;
  color: #ff6f1f;
  margin-bottom: 11px;
}
.tariffs-cards__item-row {
  margin-bottom: 12px;
}
.tariffs-cards__item-row:last-child {
  margin-bottom: 0;
}
.tariffs-cards__time {
  color: #323232;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.24px;
}
.tariffs-cards__tariff {
  color: #727272;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: -0.24px;
}
.tariffs-cards--big-text .tariffs-cards__item-row {
  margin-bottom: 0;
}
.tariffs-cards--big-text .tariffs-cards__time {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.32px;
}

.energy-market-scheme__item {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 32px;
  border: 1px solid #d4e5ff;
  text-align: center;
  font-family: "Mulish", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.8px;
}
@media (max-width: 575px) {
  .energy-market-scheme__item {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .energy-market-scheme__item {
    font-size: 16px;
  }
}
.energy-market-scheme__item-top {
  position: relative;
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  border-radius: 32px;
  border: 1px solid #157EFB;
  background: #157EFB;
  color: #fff;
}
@media (max-width: 575px) {
  .energy-market-scheme__item-top {
    width: 216px;
  }
}
@media (max-width: 1400px) {
  .energy-market-scheme__item-bottom {
    width: 216px;
  }
}
@media (max-width: 1199px) {
  .energy-market-scheme__item-bottom {
    width: auto;
  }
}
@media (max-width: 991px) {
  .energy-market-scheme__item-bottom {
    width: 216px;
  }
}
@media (max-width: 575px) {
  .energy-market-scheme__item-bottom {
    width: 177px;
  }
}
.energy-market-scheme__arrow-left {
  position: absolute;
  bottom: -40px;
  left: 0px;
}
.energy-market-scheme__arrow-right {
  position: absolute;
  bottom: -40px;
  right: -5px;
  transform: rotate(-93deg);
}
.energy-market-scheme__bottom {
  max-width: 709px;
  margin-left: 118px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .energy-market-scheme__bottom {
    max-width: 604px;
    margin-left: 51px;
  }
}
@media (max-width: 1199px) {
  .energy-market-scheme__bottom {
    max-width: 709px;
    margin-left: 118px;
  }
}
@media (max-width: 991px) {
  .energy-market-scheme__bottom {
    max-width: 604px;
    margin-left: 57px;
  }
}
@media (max-width: 759px) {
  .energy-market-scheme__bottom {
    margin-left: 0;
  }
}

.wholesale-map {
  margin-top: 32px;
}
.wholesale-map__img {
  width: 100%;
  margin-bottom: 13px;
}
.wholesale-map__color-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wholesale-map__color-item {
  position: relative;
  padding-left: 44px;
  margin-right: 32px;
  font-weight: 700;
  margin-bottom: 13px;
}
.wholesale-map__color-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 32px;
  border-radius: 10px;
}
.wholesale-map__color-item--green::before {
  background-color: #2FD34A;
}
.wholesale-map__color-item--blue::before {
  background-color: #157EFB;
}
.wholesale-map__color-item--grey::before {
  background-color: #727272;
}
.wholesale-map__color-item--light-gray::before {
  background-color: #CFCFCE;
}

.legal-lk {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}
.legal-lk__header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.legal-lk__header-left {
  display: flex;
  align-items: center;
}
.legal-lk__header-logo {
  height: 52px;
}
@media (max-width: 575px) {
  .legal-lk__header-logo {
    height: 42px;
  }
}
.legal-lk__header-title {
  position: relative;
  padding-left: 24px;
  margin-left: 24px;
  font-weight: 700;
  font-family: "Mulish", Helvetica, Arial, sans-serif;
}
.legal-lk__header-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 1px;
  height: 32px;
  background-color: #e9e9e9;
}
@media (max-width: 759px) {
  .legal-lk__header-title {
    display: none;
  }
}
.legal-lk__header-phone {
  font-weight: 600;
  padding-left: 38px;
  background: url("/local/templates/kskkaluga/public/../assets/icons/green-tel.svg") no-repeat;
  background-size: 28px;
}
.legal-lk__header-phone:hover {
  opacity: 0.72;
}
@media (max-width: 575px) {
  .legal-lk__header-phone {
    font-size: 15px;
  }
}
.legal-lk main {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.legal-lk__bg {
  flex-grow: 1;
  background: url("/local/templates/kskkaluga/public/../assets/yuriki/lk-bg.svg") no-repeat 50%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.legal-lk__wrapper {
  width: 555px;
  padding: 20px 32px 55px;
  margin-bottom: 72px;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .legal-lk__wrapper {
    width: calc(100% - 32px);
  }
}
.legal-lk .link-with-icon {
  margin-bottom: 27px;
}
.legal-lk .link-with-icon:hover {
  opacity: 0.72;
}
.legal-lk .link-with-icon:hover .link-with-icon__text {
  color: #323232;
  border-bottom: 1px solid transparent;
}
.legal-lk .link-with-icon__text {
  color: #323232;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.28px;
}
.legal-lk__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.legal-lk__logo {
  height: 68px;
  padding-bottom: 18px;
  padding-right: 30px;
  padding-left: 30px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 24px;
}
.legal-lk__title {
  max-width: 380px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}
.legal-lk__tel {
  color: #727272;
}
.legal-lk__tel a:hover {
  opacity: 0.72;
}

.footer-bg {
  flex: 0 0 auto;
  background: #f9f9f9;
  margin-top: 100px;
}
@media (max-width: 991px) {
  .footer-bg {
    margin-top: 50px;
    border-radius: 24px 24px 0px 0px;
  }
  .footer-bg--main-page {
    margin-top: 32px;
  }
}

.footer {
  padding-top: 32px;
}
.footer__top {
  display: flex;
  padding-bottom: 32px;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 24px;
}
@media (max-width: 1400px) {
  .footer__top {
    flex-direction: column;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 32px;
  }
}
@media (max-width: 1199px) {
  .footer__top {
    margin-bottom: 42px;
  }
}
@media (max-width: 575px) {
  .footer__top {
    margin-bottom: 46px;
  }
}
.footer__nav {
  flex-shrink: 0;
  display: flex;
}
@media (max-width: 1400px) {
  .footer__nav {
    margin-bottom: 42px;
  }
}
@media (max-width: 1199px) {
  .footer__nav {
    display: none;
  }
}
.footer___nav-ul {
  flex-shrink: 0;
  margin-right: 70px;
}
.footer___nav-ul:last-child {
  margin-right: 0;
}
@media (max-width: 1400px) {
  .footer___nav-ul {
    margin-right: 68px;
  }
}
.footer___nav-ul--main .footer__nav-link {
  color: #323232;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.32px;
}
.footer__nav-li {
  margin-bottom: 16px;
}
.footer__nav-li:first-child .footer__nav-link {
  color: #323232;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.32px;
}
.footer__nav-li:first-child .footer__nav-link:hover {
  color: var(--theme-color);
}
.footer__nav-li:last-child {
  margin-bottom: 0;
}
.footer__nav-link {
  color: #727272;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.28px;
}
.footer__nav-link:hover {
  color: var(--theme-color);
}
.footer__contacts {
  align-self: flex-start;
  padding-left: 45px;
  border-left: 1px solid #E9E9E9;
  margin-left: 60px;
}
@media (max-width: 1400px) {
  .footer__contacts {
    display: flex;
    padding-left: 0;
    border-left: none;
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .footer__contacts {
    width: 100%;
    flex-wrap: wrap;
  }
}
.footer__contact {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 32px;
}
.footer__contact:last-child {
  margin-bottom: 0;
}
.footer__contact:first-child .footer__contact-link:first-child {
  background-image: url("/local/templates/kskkaluga/public/../assets/icons/green-tel.svg");
  background-size: 29px;
  background-position: 0px 3px;
}
@media (max-width: 1400px) {
  .footer__contact {
    display: block;
    margin-right: 65px;
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .footer__contact {
    margin-bottom: 12px;
    margin-right: 32px;
  }
}
@media (max-width: 991px) {
  .footer__contact {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    margin-right: 20px;
  }
}
@media (max-width: 759px) {
  .footer__contact {
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .footer__contact {
    margin-right: 0px;
    align-items: flex-start;
  }
}
.footer__contact-label {
  color: #8E8E8E;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1400px) {
  .footer__contact-label {
    margin-bottom: 6px;
  }
}
.footer__contact-link {
  display: block;
  padding-left: 36px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-family: "Mulish", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.04em;
  text-align: right;
  color: #333333;
}
.footer__contact-link:hover {
  color: var(--theme-color);
}
@media (max-width: 1400px) {
  .footer__contact-link {
    width: 214px;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .footer__contact-link {
    display: inline-block;
  }
}
@media (max-width: 575px) {
  .footer__contact-link {
    margin-bottom: 2px;
  }
}
.footer__contact-description {
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #8e8e8e;
}
.footer__contact-description a {
  text-decoration: underline;
}
@media (max-width: 1400px) {
  .footer__contact-description {
    text-align: left;
    padding-left: 36px;
  }
}
@media (max-width: 991px) {
  .footer__contact-description {
    padding-left: 38px;
    align-self: flex-start;
  }
}
@media (max-width: 575px) {
  .footer__contact-description {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .footer__contact--location {
    align-items: flex-start;
  }
}
.footer__contact--location .footer__contact-link {
  width: 192px;
  font-size: 16px;
  background-image: url(/local/templates/kskkaluga/public/../assets/icons/location.svg);
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .footer__contact--location .footer__contact-link {
    max-width: 231px;
  }
}
@media (max-width: 775px) {
  .footer__contact--location .footer__contact-link {
    max-width: none;
    width: auto;
  }
}
.footer__contact--location .footer__contact-description {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1400px) {
  .footer__contact--location .footer__contact-description {
    padding-left: 36px;
    margin-left: 0;
  }
}
.footer__contact--email .footer__contact-link {
  font-size: 16px;
  line-height: 1;
  background-image: url(/local/templates/kskkaluga/public/../assets/icons/email-footer.svg);
  background-position: 0px -3px;
}
.footer__contact--email .footer__contact-link:hover span {
  border-bottom: 1px solid var(--theme-color);
}
.footer__contact--email .footer__contact-link span {
  display: inline-block;
  border-bottom: 1px solid #323232;
}
.footer__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 1400px) {
  .footer__socials {
    justify-content: flex-start;
    align-items: flex-start;
    align-self: flex-start;
  }
}
@media (max-width: 1199px) {
  .footer__socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    padding-top: 42px;
    border-top: 1px solid #E9E9E9;
  }
  .footer__socials .footer__socials-title {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .footer__socials {
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .footer__socials {
    width: 100%;
    padding-top: 24px;
  }
  .footer__socials .footer__social-link {
    margin-right: 72px;
  }
}
.footer__socials-title {
  width: 100%;
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #8e8e8e;
  margin-bottom: 6px;
}
@media (max-width: 1199px) {
  .footer__socials-title {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  .footer__socials-title {
    text-align: left;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .footer__socials-title {
    margin-bottom: 24px;
  }
}
.footer__social-link {
  margin-right: 20px;
}
.footer__social-link:last-child {
  margin-right: 0;
}
@media (max-width: 759px) {
  .footer__social-link {
    margin-right: 0;
  }
}
.footer__middle {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 1400px) {
  .footer__middle {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1199px) {
  .footer__middle {
    padding-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .footer__middle {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .footer__middle {
    align-items: flex-start;
    padding-bottom: 12px;
  }
}
.footer__left {
  margin-right: 55px;
}
@media (max-width: 1400px) {
  .footer__left {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .footer__left {
    padding-right: 0;
  }
}
.footer__additional-links {
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .footer__additional-links {
    padding-bottom: 34px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .footer__additional-links {
    padding-bottom: 42px;
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .footer__additional-links {
    padding-bottom: 32px;
  }
}
@media (max-width: 759px) {
  .footer__additional-links {
    flex-direction: column;
    margin-bottom: 32px;
  }
}
.footer__additional-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 325px;
  padding: 9px 10px;
  border-radius: 9px;
  margin-right: 9px;
}
.footer__additional-link:first-child {
  width: 279px;
}
.footer__additional-link:last-child {
  margin-right: 0;
}
.footer__additional-link:hover {
  opacity: 0.8;
}
.footer__additional-link--gray {
  background: #E9E9E9;
}
.footer__additional-link--gray .footer__additional-link-p {
  color: #323232;
  font-size: 12px;
}
.footer__additional-link--orange {
  background: #ff6f1f;
}
@media (max-width: 1400px) {
  .footer__additional-link {
    width: 49%;
    margin-right: 2%;
  }
  .footer__additional-link:first-child {
    width: 49%;
  }
}
@media (max-width: 759px) {
  .footer__additional-link {
    width: 424px;
    padding: 12px 60px;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .footer__additional-link:first-child {
    width: 424px;
  }
  .footer__additional-link:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .footer__additional-link {
    width: 100%;
  }
  .footer__additional-link:first-child {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .footer__additional-link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.footer__additional-link-icon {
  margin-bottom: 4px;
}
.footer__additional-link-p {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
}
.footer__right {
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .footer__right {
    padding-left: 42px;
  }
}
@media (max-width: 991px) {
  .footer__right {
    padding-left: 0;
  }
}
.footer__app-container {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .footer__app-container {
    padding-right: 0;
  }
}
@media (max-width: 759px) {
  .footer__app-container {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }
}
.footer__app-title {
  flex-shrink: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #323232;
  margin-right: 21px;
}
@media (max-width: 1399px) {
  .footer__app-title {
    font-size: 14px;
  }
}
@media (max-width: 759px) {
  .footer__app-title {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.footer__app-link:nth-child(2) {
  margin-right: 9px;
}
.footer__app-link:nth-child(3) {
  margin-right: 14px;
}
.footer__app-link:nth-child(4) {
  margin-right: 18px;
}
@media (max-width: 759px) {
  .footer__app-link {
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 22px;
  }
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .footer__bottom {
    padding-bottom: 35px;
  }
}
.footer__copyright {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #8e8e8e;
}
.footer__copyright:hover {
  color: var(--theme-color);
}
.footer__copyright:last-child:hover {
  color: #8e8e8e;
}
@media (max-width: 1199px) {
  .footer__copyright {
    align-items: center;
  }
}
@media (max-width: 1399px) {
  .footer__copyright {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .footer__copyright {
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
  }
  .footer__copyright:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1400px) {
  .footer--energy .footer__contact {
    margin-right: 45px;
  }
}
@media (max-width: 991px) {
  .footer--energy .footer__contact {
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  .footer--energy .footer__contact {
    margin-right: 0px;
  }
}
/* End */
/* /local/templates/kskkaluga/public/main.min.css?1771415148193917 */
