﻿@font-face {
  font-family: 'Circe Light';
  src: url('/css/fonts/circe/Circe-Light.eot');
  src: url('/css/fonts/circe/Circe-Light-1.eot') format('embedded-opentype'),
    url('/css/fonts/circe/Circe-Light.woff') format('woff'),
    url('/css/fonts/circe/Circe-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Circe Regular';
  src: url('/css/fonts/circe/Circe-Regular.eot');
  src: url('/css/fonts/circe/Circe-Regular-1.eot') format('embedded-opentype'),
    url('/css/fonts/circe/Circe-Regular.woff') format('woff'),
    url('/css/fonts/circe/Circe-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Circe Bold';
  src: url('/css/fonts/circe/Circe-Bold.eot');
  src: url('/css/fonts/circe/Circe-Bold-1.eot') format('embedded-opentype'),
    url('/css/fonts/circe/Circe-Bold.woff') format('woff'),
    url('/css/fonts/circe/Circe-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Circe Extra Bold';
  src: url('/css/fonts/circe/Circe-ExtraBold.eot');
  src: url('/css/fonts/circe/Circe-ExtraBold-1.eot') format('embedded-opentype'),
    url('/css/fonts/circe/Circe-ExtraBold.woff') format('woff'),
    url('/css/fonts/circe/Circe-ExtraBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden
}

body {
  font-family: 'Circe Regular'
}

section,
main,
article,
.container {
  position: relative
}

strong,
b {
  font-family: 'Circe Bold';
  font-weight: normal;
  font-style: normal
}

img {
  max-width: 100%
}

.text-right {
  text-align: right
}

header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #fff
}

header.uk-sticky.uk-active {
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: all .1s;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

header.uk-sticky.uk-active a.site-logo img {
  max-width: 50px;
  margin-right: .5rem;
  transition: all .1s
}
a.site-logo {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

a.site-logo img {
  display: block;
  max-width: 65px;
  height: auto;
  margin-right: 0rem;
}

.logo-text-wrapper {
  line-height: 1;
}

.logo-text {
  font-family: 'Circe Bold', sans-serif;
  font-size: 2.8rem;
  color: #3BAE43; /* Зелёный основной */
  font-weight: bold;
}

.logo-subtext {
  font-family: 'Circe', sans-serif;
  font-size: 0.8rem;
  color: #216B2A; /* Тёмно-зелёный подзаголовок */
  font-weight: 600;
}


header ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.header-phones {
  position: relative;
  padding-left: 2.5rem
}

.header-phones i.fas {
  background: var(--bs-warning);
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 2rem;
  color: white;
  position: absolute;
  left: 0;
  top: calc(50% - 1rem)
}

.header-phones li {
  display: block;
  line-height: 1.25
}

.header-phones li a {
  text-decoration: none;
  font-family: 'Circe Bold';
  color: var(--bs-gray-dark);
  font-size: 1.15rem;
  white-space: nowrap
}

.header-socials {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center
}

.header-socials li a {
  font-size: 2.5rem;
  text-decoration: none;
  margin: 0 .5rem
}

.header-socials li a.whatsapp {
  color: var(--bs-teal)
}

.header-socials li a.viber {
  color: var(--bs-purple)
}

.header-worktime {
  position: relative;
  padding-left: 2.5rem
}

.header-worktime div {
  line-height: 1.1
}

.header-worktime i.far {
  background: var(--bs-warning);
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 2rem;
  color: white;
  position: absolute;
  left: 0;
  top: calc(50% - 1rem)
}

.worktime-title {
  color: var(--bs-gray)
}

.worktime-data {
  font-family: 'Circe Bold';
  font-size: 1.25rem;
  text-transform: uppercase
}

nav {
  background: #005dab
}

.main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}

.main-menu li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  position: relative;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0
}

.main-menu>li:first-child {
  border-left: 1px solid rgba(255, 255, 255, .45)
}

.main-menu>li {
  border-right: 1px solid rgba(255, 255, 255, .45)
}

.main-menu>li>a {
  display: block;
  padding: 1.25rem 0;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1
}

.main-menu>li>a:hover,
.main-menu>li>a:focus,
.main-menu>li.active>a {
  background: var(--bs-cyan)
}

.main-intro:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/img/intro-bg.webp) center center no-repeat;
  opacity: .15;
  background-size: cover
}

.inwide-content-block {
  padding-top: 6rem;
  padding-bottom: 6rem;
  height: 100%;
  position: relative
}

.dignity-wrapper {
  padding-left: 3rem;
  padding-right: 3rem;
  background-color: #ffc107b0
}

.dignity-wrapper:before {
  content: " ";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/img/waterswirl-bg.webp) center center no-repeat;
  opacity: .15
}

.dignity-block {
  position: relative;
  margin: 1.5rem 0;
  padding-left: 4.5rem
}

.dignity-block i {
  display: block;
  position: absolute;
  font-size: 3.5rem;
  color: #005dab;
  left: 0;
  top: -.25rem;
  line-height: 1
}

.dignity-block p,
.dignity-block h3 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0
}

.dignity-block h3 {
  font-family: 'Circe Extra Bold';
  margin-top: 0
}

.main-place_block {
  text-align: center;
  background: #ecf3f5;
  border-left: 1px solid #dedede;
  transition: all .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden
}

.main-place_block:first-child {
  border-left: none
}

.main-place_wrapper {
  position: relative;
  margin: 3rem 0 4.5rem 0
}

.main-place_wrapper .icon {
  opacity: .5;
  fill: #4c6785;
  width: 67px;
  height: 67px;
  margin-bottom: 2.5rem
}

.main-place_wrapper h3 {
  font-size: 1.25rem;
  margin: 0
}

.object-icon i {
  font-size: 3rem;
  color: #005dab;
  margin-bottom: 2.5rem;
  display: block;
  line-height: 1;
  transition: all .5s
}

.object-btn {
  width: 100%;
  display: block;
  position: absolute;
  bottom: -4.5rem;
  left: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: 'Circe Extra Bold';
  transition: all .5s;
  padding: 1.5rem 0
}

.main-place_block:hover {
  background: #005dab;
  transition: all .5s
}

.main-place_block:hover .object-btn {
  bottom: 0rem;
  transition: all .5s
}

.main-place_block:hover .main-place_wrapper {
  transition: all .5s;
  -webkit-transform: translateY(-1.5rem);
  transform: translateY(-1.5rem);
  color: #fff
}

.main-place_block:hover h3 {
  color: #fff
}

.main-place_block:hover .object-icon i {
  transition: all .5s;
  color: #fff
}

section.objects {
  background: #005dab
}

section.objects:before {
  content: " ";
  width: 100%;
  height: 60%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/img/objects-bg.webp) center bottom no-repeat;
  opacity: .3;
  background-size: cover;
  z-index: 0;
  transform: rotateY(180deg)
}

.main-service_block {
  padding: 0
}

.main-service_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0rem
}

.service-img {
  margin-bottom: 1.5rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%)
}

.main-service_block:hover .service-img {
  transition: all .5s;
  opacity: 0
}

.main-service_block h3 {
  font-family: 'Circe Extra Bold';
  margin-bottom: 1.5rem;
  font-size: 1.75rem
}

.main-service_block h3,
.main-service_block p {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 0
}

.main-service_block:hover h3,
.main-service_block:hover p,
.main-service_block:hover a.details {
  color: #fff;
  transition: all .5s;
  -webkit-transform: translateY(-6rem);
  transform: translateY(-6rem)
}

.main-service_block a.details {
  display: inline-block;
  opacity: 0;
  border: 1px solid rgba(255, 255, 255, .5);
  padding: .5rem 1rem
}

.main-service_block:hover a.details {
  opacity: 1
}

.service-price {
  position: absolute;
  background: var(--bs-warning);
  font-size: 1.5rem;
  padding: .75rem 2rem .75rem 1.5rem;
  line-height: 1;
  left: 0;
  top: 1.5rem;
  font-family: 'Circe Extra Bold';
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%)
}

.main-service_block:hover .service-price {
  transition: all .5s;
  -webkit-transform: translateY(1.5rem);
  transform: translateY(1.5rem)
}

section.methods,
section.equipment,
section.reviews {
  background: #ecf3f5;
  margin-top: 6rem;
  margin-bottom: 0;
  padding-bottom: 6rem
}

.method-row {
  background: #fff;
  border: 1px solid #dedede;
  margin-top: -1px;
  align-items: center !important;
  padding: 3rem
}

.method-img {
  transition: all .5s
}

.method-row:hover .method-img img {
  transition: all .5s;
  clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%)
}

.method-row:hover {
  background: #005dab;
  transition: all .5s;
  color: #fff
}

.steps-wrapper {
  background-color: #ffc107b0;
  padding: 3rem;
  position: relative;
  width: 100%;
  z-index: 0
}

.steps-wrapper:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background: url(/img/waterswirl-bg.webp) center center no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: .15
}

.steplist {
  margin: 0;
  padding: 0;
  list-style: none
}

.steplist li {
  position: relative;
  padding-left: 4.5rem;
  margin-bottom: 1.5rem
}

.steplist li:last-child {
  margin-bottom: 0
}

.steplist li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.5rem;
  color: #005dab
}

.steplist li h4 {
  font-family: 'Circe Extra Bold';
  margin: 0
}

.steplist li p {
  margin: 0
}

.equipment_wrapper img {
  padding: 1rem;
  background: #fff
}

.equipment_wrapper p {
  margin: 1rem 0 0 0;
  font-size: .85rem
}

.beer-slider {
  display: block
}

.beer-slider img {
  width: 100%
}

.beer-slider[data-beer-label]:after {
  right: 1.5rem;
  white-space: nowrap
}

.beer-reveal[data-beer-label]:after,
.beer-slider[data-beer-label]:after {
  white-space: nowrap
}

section.works {
  padding-bottom: 0
}

.reviews .uk-slider-container {
  overflow: initial
}

.mp .container {
  overflow: hidden
}

.review-slider li {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  padding-right: 3rem;
  -moz-transform: scale(.9);
  -webkit-transform: scale(.9);
  -o-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9);
  opacity: .5;
  border: 1px solid #dedede;
  background: #fff
}

.review-slider li.uk-active {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, .1)
}

.review-text {
  position: relative;
  padding-left: 6rem
}

.review-text i.flaticon {
  font-weight: normal;
  display: block;
  position: absolute;
  background: var(--bs-warning);
  ;
  font-size: 2.5rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
  padding: .5rem .75rem;
  left: 0;
  top: 0
}

.review-text p:last-child {
  margin: 0 !important
}

.review-author {
  padding-top: 1.5rem;
  margin-top: 1rem;
  border-top: 1px solid #dedede;
  text-align: right;
  color: #004D8F
}

.review-page-row {
  padding: 3rem;
  border: 1px solid #dedede;
  margin-top: -1px
}

.review-page-row .review-text {
  padding: 0
}

section.contacts {
  padding-right: 50%
}

.contacts-block {
  padding: 6rem;
  position: absolute;
  display: flex;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: #fff;
  align-items: center
}

h3.contact-heading {
  margin: 0
}

h3.contact-heading i {
  color: #005dab;
  font-size: 2rem
}

.contact-list {
  margin: 0;
  padding: 0 0 0 2.4rem;
  list-style: none
}

.contact-phones {
  font-size: 1.5rem
}

.contact-phones a {
  color: inherit
}

.contact-phones a:hover,
.contact-phones a:focus,
.contact-phones a:active {
  text-decoration: none
}

.contact-socials li {
  display: inline-block;
  margin-left: 1rem
}

.contact-socials li:first-child {
  margin-left: 0
}

.contact-socials li a {
  font-size: 2.5rem
}

.contact-socials li a.whatsapp {
  color: var(--bs-teal)
}

.contact-socials li a.viber {
  color: var(--bs-purple)
}

.contact-list.requisites {
  font-size: .85rem
}

section.ask-phones {
  padding: 3rem 0;
  background: #ecf3f5;
  border-top: 2px solid #c4d7dc
}

.ask-phones h2 {
  margin: 0;
  padding: 0;
  font-size: 4rem
}

.ask-phones p {
  margin: 0
}

.big-phones {
  font-family: 'Circe Extra Bold';
  font-size: 2rem;
  line-height: 1.1;
  padding: 0
}

.big-phones a {
  color: inherit;
  white-space: nowrap
}

.big-phones a:hover,
.big-phones a:focus,
.big-phones a:active {
  text-decoration: none
}

footer {
  background: #0059A3;
  padding: 3rem 0;
  color: rgba(255, 255, 255, .4)
}

.footer-logo {
  line-height: 3rem;
  display: flex
}

.footer-logo i {
  font-size: 3rem;
  line-height: 3rem
}

.footer-logo span {
  display: inline-block;
  line-height: 3rem;
  margin-left: .5rem;
  font-size: 1.5rem;
  font-family: 'Circe Bold'
}

footer p {
  margin: 0
}

footer a {
  color: inherit
}

.footer-legal {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid
}

.footer-legal p {
  margin-bottom: .5rem;
  font-size: .85rem
}

.footer-legal p:last-child {
  margin-bottom: 0
}

h2,
h3 {
  font-family: 'Circe Extra Bold';
  font-weight: normal
}

h1.mp-title {
  font-family: 'Circe Extra Bold';
  font-size: 3rem;
  color: #005dab;
  margin-bottom: 3rem
}

h2.section-title {
  font-family: 'Circe Extra Bold';
  font-size: 4.5rem;
  margin: 6rem 0;
  padding: 0;
  color: #005dab
}

h2.objects-title {
  color: #fff
}

h2.method-heading {
  font-family: 'Circe Extra Bold';
  margin-bottom: 1.5rem;
  font-size: 1.75rem
}

section.inner-heading {
  padding: 3rem 0;
  background: #ecf3f5;
  border-bottom: 2px solid #c4d7dc
}

main.inner-content {
  margin: 6rem 0
}

h1.page-title {
  font-family: 'Circe Extra Bold';
  margin: 0
}

.page-secrvice-price {
  position: relative
}

.page-secrvice-price .service-price {
  position: relative;
  display: inline-block;
  background: #005dab;
  color: #fff;
  font-size: 2rem;
  padding: .75rem 2.5rem .75rem 1.75rem;
  line-height: 1;
  top: 0
}

.page-secrvice-price .service-price small {
  display: block;
  font-size: .85rem;
  font-family: 'Circe Regular';
  white-space: nowrap;
  margin-bottom: .25rem
}

.gallery-item-wrapper {
  margin-bottom: var(--bs-gutter-x)
}

.btn {
  border-radius: 0
}

.btn-rounded {
  border-radius: 3rem
}

.btn i {
  font-weight: 900
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  text-transform: none;
  font-weight: normal
}

.btn:hover,
.btn:focus,
.btn:active {
  text-decoration: none
}

.btn-group-xxl>.btn,
.btn-xxl {
  padding: 1.5rem 1.75rem;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Circe Extra Bold'
}

.pulse-btn {
  animation: radial-pulse 1.5s infinite
}

@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 195, 5, 0.75)
  }

  100% {
    box-shadow: 0 0 0 .5rem rgba(210, 45, 55, 0)
  }
}

@keyframes gray-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.35)
  }

  100% {
    box-shadow: 0 0 0 .5rem rgba(0, 0, 0, 0)
  }
}

.pulse-btn-btn:hover {
  animation: none
}

.sitecrumbs {
  font-size: .85rem
}

.sitecrumbs a {
  color: var(--bs-secondary)
}

.sitecrumbs>li:first-child>a:hover,
.sitecrumbs>li:first-child>a:focus,
.sitecrumbs>li:first-child>a:active {
  text-decoration: none
}

.breadcrumb-item+.breadcrumb-item:before {
  display: none
}

.breadcrumb-item:after {
  float: right;
  padding-left: .25rem;
  padding-right: .25rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "—")
}

.breadcrumb .breadcrumb-item:last-child:after {
  display: none
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0
}

.form-control {
  border-radius: 0
}

.uk-dotnav>*>* {
  width: 16px;
  height: 16px;
  border-radius: 0;
  border-color: #005dab
}

.uk-dotnav>*>:focus,
.uk-dotnav>.uk-active>* {
  background-color: #005dab;
  border-color: transparent
}

.uk-dotnav>*>:hover {
  background-color: #005dab75
}

.form_agreement {
  margin-top: 1.5rem;
  min-height: auto;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 1.5rem
}

.main-callback .form-check {
  margin-top: 1rem;
  min-height: auto;
  margin-bottom: 0
}

.main-callback .form-check-input[type=checkbox] {
  border-radius: 0
}

.main-callback .form-check .form-check-label {
  font-size: .85rem
}

.main-callback .form-check-input {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: .15rem
}

.main-callback {
  position: relative
}

.usecontrol {
  position: absolute;
  left: -200vw
}

.main-callback p {
  margin: 0;
  padding: 0;
  position: absolute;
  font-size: .85rem
}

.photo-slider img {
  clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%)
}

.photo-slider>* {
  padding-left: 0
}

#modal-callback .uk-modal-dialog,
#modal-feedback .uk-modal-dialog {
  width: 780px;
  padding: 3rem 6rem
}

#modal-callback .main-callback {
  margin-top: 1.5rem
}

#modal-callback .uk-modal-close-outside,
#modal-feedback .uk-modal-close-outside {
  background: var(--bs-warning);
  padding: 1rem;
  border-radius: 3rem;
  transform: translate(50%, -50%)
}

.mobile-nav {
  display: none
}

#offcanvas-menu .uk-offcanvas-bar {
  background: #005dab
}

.offcanvas-menu>li {
  border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.offcanvas-menu>li>a {
  font-size: 1.25rem
}

.offcanvas-menu>li>ul>li>a {
  font-size: .85rem;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.devnotes {
  display: none
}

.mobile-button-row {
  display: none
}

@media (max-width: 575.98px) {
  body {
    margin-bottom: 55px
  }

  header.site-header {
    display: none
  }

  header.mobile-nav {
    background: #fff;
    display: block;
    padding-top: .5rem;
    padding-bottom: .5rem;
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 35%)
  }

  .mobile-button-row {
    display: block;
    position: fixed;
    bottom: 0;
    min-width: 100vw;
    z-index: 999;
    background: #fff;
    padding: .75rem 0
  }

  .buttons-row-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    line-height: 1
  }

  .buttons-row-list a {
    color: #005dab;
    font-weight: normal;
    font-size: 1.7rem;
    display: block
  }

  .buttons-row-list li a.whatsapp {
    color: var(--bs-teal)
  }

  .buttons-row-list li a.viber {
    color: var(--bs-purple)
  }

  .buttons-row-list a:hover,
  .buttons-row-list a:focus,
  .buttons-row-list a:active {
    text-decoration: none;
    color: inherit
  }

  .header-phones {
    position: relative;
    padding-left: 0
  }

  .header-phones li a {
    font-size: 1rem
  }

  .header-phones-xs_icon {
    font-weight: normal;
    color: var(--bs-warning);
    font-size: 1.75rem;
    line-height: 1
  }

  a.hamburger {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 2.25rem;
    line-height: 1;
    color: inherit;
    font-weight: normal
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.1
  }

  nav {
    display: none
  }

  a.site-logo img {
    max-width: 50px;
    margin-right: 0
  }

  a.site-logo div.logo-text {
    display: none
  }

  section.objects:before {
    display: none
  }

  .main-intro {
    background: #ecf3f5
  }

  .main-intro:before {
    display: none
  }

  .inwide-content-block {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    height: auto
  }

  .dignity-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #ffc107b0;
    margin-left: -.75rem;
    margin-right: -.75rem
  }

  .main-place_block {
    border: none
  }

  h1.mp-title {
    font-size: 2.25rem;
    margin-bottom: 1.5rem
  }

  h2.section-title {
    font-size: 3rem;
    margin: 1.5rem 0
  }

  .main-service_block h3 {
    font-family: 'Circe Extra Bold';
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1
  }

  section.methods,
  section.equipment,
  section.reviews {
    background: #ecf3f5;
    margin-top: 0rem;
    margin-bottom: 0;
    padding-bottom: 0rem
  }

  .method-row {
    padding: 1rem .25rem
  }

  h2.method-heading {
    font-family: 'Circe Extra Bold';
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: 1.5rem
  }

  .steps-wrapper {
    padding: 1rem;
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-bottom: 1rem;
    width: auto
  }

  .worksteps iframe {
    height: 300px;
    width: 100%;
    margin-bottom: 1rem
  }

  .equipment_block {
    text-align: center;
    margin-bottom: 1rem
  }

  .equipment_wrapper {
    background: #fff;
    padding: 1.5rem
  }

  .contacts-block {
    padding: 1rem;
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
  }

  h3.contact-heading {
    margin: 0;
    font-size: 1.25rem
  }

  h3.contact-heading i {
    font-size: 1.25rem;
    font-weight: 900
  }

  .contact-list {
    margin: 0 0 1.5rem 0;
    padding: 0 0 0 1.5rem;
    list-style: none
  }

  footer {
    padding: 1.5rem
  }

  .footer-phones {
    font-size: 1.5rem;
    padding: 0;
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-weight: 900;
    color: #fff;
    font-family: 'Circe Extra Bold'
  }

  a.developer {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 1.5rem
  }

  a.developer>img {
    max-height: 50px;
    opacity: .5
  }

  a.developer .devnotes {
    display: inline-block;
    line-height: 1.1;
    padding-right: 1rem;
    font-size: .75rem
  }

  #modal-callback .uk-modal-dialog,
  #modal-feedback .uk-modal-dialog {
    width: 100%;
    padding: 1rem 1rem
  }

  #modal-callback .uk-modal-close-outside,
  #modal-feedback .uk-modal-close-outside {
    transform: translate(25%, -25%)
  }

  .main-callback .btn {
    margin-top: 1rem
  }

  section.inner-heading {
    padding: 1.5rem 0
  }

  .page-secrvice-price .service-price {
    position: relative;
    display: block;
    background: #005dab;
    text-align: center;
    margin: 1rem 0;
    clip-path: none
  }

  main.inner-content {
    margin: 1.5rem 0
  }

  section.ask-phones {
    padding: 1.5rem 0;
    text-align: center
  }

  .big-phones {
    font-size: 2rem;
    padding: 0;
    margin: 1.5rem 0
  }

  .review-slider li {
    padding-top: 1.5rem;
    padding-bottom: 0;
    padding-right: 1.5rem
  }

  .review-text i.flaticon {
    font-size: 2rem;
    padding: .5rem .75rem;
    left: 0;
    top: -1.5rem
  }

  .review-text {
    padding-left: 4.5rem
  }

  .review-page-row {
    padding: 1rem
  }

  .review-page-row i.flaticon {
    left: -1.8rem;
    top: -1.1rem
  }

  .review-page-row .review-text {
    padding: 0 0 0 3rem
  }

  section.contacts {
    padding-right: 0
  }

  .btn-rounded {
    border-radius: 0
  }

  .mb-xs-3 {
    margin-bottom: 1rem
  }

  .col-xs-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .col-xs-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-xs-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-xs-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xs-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-xs-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-xs-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xs-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-xs-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-xs-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xs-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-xs-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-xs-12,
  .col-xs-11,
  .col-xs-10,
  .col-xs-9,
  .col-xs-8,
  .col-xs-7,
  .col-xs-6,
  .col-xs-5,
  .col-xs-4,
  .col-xs-3,
  .col-xs-2,
  .col-xs-1 {
    padding-right: 15px;
    padding-left: 15px
  }

  .offset-xs-1 {
    margin-left: 8.333333%
  }

  .offset-xs-2 {
    margin-left: 16.666667%
  }

  .offset-xs-3 {
    margin-left: 25%
  }

  .offset-xs-4 {
    margin-left: 33.333333%
  }

  .offset-xs-5 {
    margin-left: 41.666667%
  }

  .offset-xs-6 {
    margin-left: 50%
  }

  .offset-xs-7 {
    margin-left: 58.333333%
  }

  .offset-xs-8 {
    margin-left: 66.666667%
  }

  .offset-xs-9 {
    margin-left: 75%
  }

  .offset-xs-10 {
    margin-left: 83.333333%
  }

  .offset-xs-11 {
    margin-left: 91.666667%
  }

  .order-xs-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-xs-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-xs-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-xs-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-xs-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-xs-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-xs-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-xs-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-xs-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-xs-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-xs-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-xs-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-xs-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-xs-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-xs-12 {
    -ms-flex-order: 12;
    order: 12
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) and (max-width:1366.98px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100%;
    padding-left: 3rem;
    padding-right: 3rem
  }

  header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }

  .contacts-block {
    padding: 3rem;
    top: 0;
    left: 40%;
    width: 60%
  }
}





.regions__title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
  color: #333;
}

.regions-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.regions-list__item {
  margin-bottom: 10px;
}

.regions-list__title {
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  transition: background-color 0.2s ease;
}

.regions-list__link {
  color: #004D8F;
  text-decoration: none;
  font-size: 16px;
}

.regions-list__link:hover {
  text-decoration: underline;
}

.regions-list__title:hover {
  background-color: #e0e0e0;
}


input.valid {
  border-color: green;
}

input.invalid {
  border-color: red;
}













/* ====== СТИЛИ ГАЛЕРЕИ С МАСТЕРАМИ ====== */

.masters-section {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
  position: relative;
}

/* Контейнер, который позволяет горизонтально прокручивать карточки */
.masters-slider {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  /* «Прилипание» слайдов */
  gap: 20px;
  /* Расстояние между карточками */
  scroll-behavior: smooth;
  /* Плавная прокрутка */
  padding-bottom: 10px;
  /* Небольшой отступ снизу, чтобы карточки не обрезались */
}

/* Каждая карточка должна "прилипать" к началу области прокрутки */
.master-item {
  scroll-snap-align: start;
  flex: 0 0 auto;
  /* Чтобы не сжималась и не росла */
  width: 280px;
  /* Ширина карточки на больших экранах */
  background: #fafafa;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: hidden;
  position: relative;
}

/* Фотография мастера */
.master-photo {
  width: 100%;
  aspect-ratio: 3/4;
  /* Соотношение сторон: 4:3 */
  object-fit: cover;
  /* Обрезаем фото без искажений */
  display: block;
}

.master-content {
  padding: 15px;
}

.master-name {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.master-specialty {
  color: #555;
  margin-bottom: 5px;
}

.master-experience {
  font-size: 0.95rem;
  color: #777;
  margin-bottom: 5px;
}

.master-skills {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
  margin-bottom: 10px;
  min-height: 60px;
  /* Чтобы карточки были ровнее */
}

/* ====== КНОПКИ «ВЛЕВО/ВПРАВО» ====== */
.slider-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  /* Чтобы клики проходили к кнопкам */
}

.slider-arrow {
  pointer-events: auto;
  /* Возвращаем клики */
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.slider-arrow:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

/* ====== СТИЛИ ФОРМЫ ====== */
.order-form {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.order-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.order-form input[type="text"],
.order-form input[type="tel"],
.order-form select,
.order-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.order-form button[type="submit"] {
  width: 100%;
  padding: 12px;
  background-color: #28a745;
  border: none;
  color: #fff;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.order-form button[type="submit"]:hover {
  background-color: #218838;
}

.btn-1 {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  transition: background-color 0.3s;
}

.btn-1:hover {
  background-color: #0056b3;
}

/* ====== Адаптивность: на узких экранах ====== */
@media (max-width: 992px) {
  .master-item {
    width: 220px;
  }
}

@media (max-width: 768px) {
  .master-item {
    width: 180px;
  }

  .master-skills {
    font-size: 0.7rem;
    min-height: 50px;
  }
}

/* ====== Дополнительная адаптация для мобильных устройств (до 480px) ====== */
@media (max-width: 480px) {
  .masters-section {
    padding: 20px 10px;
  }

  .masters-slider {
    gap: 10px;
    padding-bottom: 5px;
  }

  .master-item {
    width: 150px;
  }

  .slider-arrow {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .order-form {
    padding: 20px;
  }

  .order-form input[type="text"],
  .order-form input[type="tel"],
  .order-form select,
  .order-form textarea {
    padding: 8px;
    margin-bottom: 10px;
  }

  .order-form button[type="submit"] {
    padding: 10px;
    font-size: 0.8rem;
  }

  .btn-1 {
    padding: 8px 16px;
    font-size: 0.75rem;
  }
}


































.blog-news {
  padding: -webkit-calc(0px + 50 * ((100vw - 320px) / 1200));
  padding: calc(0px + 5 * ((100vw - 320px) / 1200));
}

.blog-news__date {
  color: #5b422c;
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px;
  opacity: 0.6;
}

.blog-news-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: -webkit-calc(25px + 5 * ((100vw - 320px) / 1200));
  margin-bottom: calc(7px + 0 * ((100vw - 320px) / 1200));
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-news-title-container__title {
  font-size: 38px;
  line-height: -webkit-calc(32px + 12 * ((100vw - 320px) / 1200));
  line-height: calc(32px + 12 * ((100vw - 320px) / 1200));
  margin: 0 0 24px;
}

@media (max-width: 1224px) {
  .blog-news-title-container__title {
    font-size: -webkit-calc(20px + 18 * ((100vw - 320px) / 904));
    font-size: calc(20px + 18 * ((100vw - 320px) / 904));
  }
}

.blog-news-sharing {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  min-width: 200px;
}

.blog-news-sharing__title {
  color: #5b422c;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.6;
}

.blog-news__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-news__list svg {
  width: -webkit-calc(18px + 2 * ((100vw - 320px) / 1200));
  width: calc(18px + 2 * ((100vw - 320px) / 1200));
  margin-right: 8px;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.blog-news__list svg:hover {
  opacity: 1;
}

.blog-news_image {
  width: 100%;
  margin-bottom: -webkit-calc(32px + 8 * ((100vw - 320px) / 1200));
  margin-bottom: calc(32px + 8 * ((100vw - 320px) / 1200));
}

.blog-news__preview {
  font-size: 22px;
  line-height: -webkit-calc(18px + 8 * ((100vw - 320px) / 1200));
  line-height: calc(18px + 8 * ((100vw - 320px) / 1200));
  margin-bottom: 24px;
  text-align: left;
}

@media (max-width: 1224px) {
  .blog-news__preview {
    font-size: -webkit-calc(18px + 4 * ((100vw - 320px) / 904));
    font-size: calc(18px + 4 * ((100vw - 320px) / 904));
  }
}

.blog-news p {
  margin-bottom: -webkit-calc(32px + 8 * ((100vw - 320px) / 1200));
  margin-bottom: calc(32px + 8 * ((100vw - 320px) / 1200));
  font-size: 18px;
  line-height: 24px;
  font-size: 18px;
  line-height: -webkit-calc(22px + 6 * ((100vw - 320px) / 1200));
  line-height: calc(22px + 6 * ((100vw - 320px) / 1200));
}

@media (max-width: 1224px) {
  .blog-news p {
    font-size: -webkit-calc(14px + 4 * ((100vw - 320px) / 904));
    font-size: calc(14px + 4 * ((100vw - 320px) / 904));
  }
}

.blog-news__content-text blockquote {
  border-bottom: 2px solid #e1d0b9;
  border-top: 2px solid #e1d0b9;
  color: #0e0e0f;
  display: block;
  position: relative;
  font-size: 24px;
  line-height: -webkit-calc(24px + 8 * ((100vw - 320px) / 1200));
  line-height: calc(24px + 8 * ((100vw - 320px) / 1200));
  margin-bottom: -webkit-calc(32px + 8 * ((100vw - 320px) / 1200));
  margin-bottom: calc(32px + 8 * ((100vw - 320px) / 1200));
  padding: 32px 0 32px 47px;
  padding-top: -webkit-calc(25px + 7 * ((100vw - 320px) / 1200));
  padding-top: calc(25px + 7 * ((100vw - 320px) / 1200));
  padding-bottom: -webkit-calc(25px + 7 * ((100vw - 320px) / 1200));
  padding-bottom: calc(25px + 7 * ((100vw - 320px) / 1200));
  padding-left: -webkit-calc(41px + 6 * ((100vw - 320px) / 1200));
  padding-left: calc(41px + 6 * ((100vw - 320px) / 1200));
}

@media (max-width: 1224px) {
  .blog-news__content-text blockquote {
    font-size: -webkit-calc(16px + 8 * ((100vw - 320px) / 904));
    font-size: calc(16px + 8 * ((100vw - 320px) / 904));
  }
}

.blog-news__content-text blockquote::before {
  color: #e1d0b9;
  content: "«";
  display: block;
  font-size: 42px;
  font-weight: 700;
  left: 0px;
  line-height: 64px;
  position: absolute;
  top: 2px;
}

@media (max-width: 1224px) {
  .blog-news__content-text blockquote::before {
    font-size: -webkit-calc(30px + 12 * ((100vw - 320px) / 904));
    font-size: calc(30px + 12 * ((100vw - 320px) / 904));
  }
}

.blog-news__content-text a {
  color: #0848c0;
  cursor: pointer;
  text-decoration: underline;
}

.blog-news-content {
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 425px) {
  .popular_posts__list_is {
    margin-top: 0 !important;
  }
}

.front_posts_list {
  margin: -15px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 575px) {

  .front_posts_list__item,
  .front_posts_list__item:nth-child(5n - 3),
  .front_posts_list__item:nth-child(5n - 4) {
    max-width: 100%;
  }
}

#readers_posts .front_posts_list__item {
  max-width: 373px;
}

.front_posts_list__item__img_block {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.front_posts_list__item_item__img {
  width: 100%;
  display: block;
  min-height: 157px;
}

.front_posts_list__item_item__img img {
  width: 100%;
  border-radius: 10px;
  margin: 0 auto;
}



.front_posts_list__item__title {
  margin-bottom: 15px;
}

.front_posts_list__item__title a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #1F282C;
}

.front_posts_list__item__subtitle {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: #1F282C;
  opacity: 0.6;
}

.front_posts_list {
  margin: -15px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}

.front_posts_list__item {
  padding: 15px;
  flex: 1 0 auto;
  width: 100%;
  max-width: 33.33333333%;
}

.front_posts_list__item:nth-child(5n - 3),
.front_posts_list__item:nth-child(5n - 4) {
  max-width: 50%;
}

@media (max-width: 991px) {
  .front_posts_list__item {
    max-width: 50%;
  }

  .front_posts_list__item:nth-child(3n + 3) {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .front_posts_list__item__subtitle {
    display: none;
  }
}

@media (max-width: 840px) {
  #readers_posts .front_posts_list__item {
    margin-right: 25px;
    background: #FFFFFF;
    border-radius: 5px;
    padding-bottom: 12px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(93, 25, 147, 0.3);
    -moz-box-shadow: 0px 10px 30px 0px rgba(93, 25, 147, 0.3);
    box-shadow: 0px 10px 30px 0px rgba(93, 25, 147, 0.3);
  }

  #readers_posts .front_posts_list__item__title,
  #readers_posts .front_posts_list__item__subtitle,
  #readers_posts .date_tag_block {
    padding-left: 12px;
  }

  .front_posts_list__item__subtitle {
    display: none;
  }
}

.front_posts_list__item__img_block:hover,
.cases__list_item__img_block:hover,
.advice .item_nd img:hover {
  opacity: 0.5;
}

.front_posts_list__item__img_block {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.front_posts_list__item_item__img {
  width: 100%;
  display: block;
  min-height: 157px;
}

.front_posts_list__item_item__img img {
  width: 100%;
  border-radius: 10px;
  margin: 0 auto;
}

.front_category_link a {
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1F282C;
  padding-top: 2px;
  display: block;
}

.cases__list_item_category,
.front_category_link {
  display: flex;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 8px 10px;
  background: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1F282C;
  line-height: 1;
  min-height: 23px;
}

.front_posts_list__item__title {
  margin-bottom: 15px;
}

.front_posts_list__item__title a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #1F282C;
}

.front_posts_list__item__subtitle {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: #1F282C;
  opacity: 0.6;
}

@media (max-width: 480px) {
  .front_posts_list__item__subtitle {
    display: none;
  }

  .front_section__headline {
    margin-top: 20px;
  }
}

.date_tag_block {
  display: flex;
}

.date_tag_block__date {
  margin-right: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  color: #000000;
  opacity: 0.4;
  line-height: 30px;
}

@media (max-width: 575px) {

  .front_posts_list__item,
  .front_posts_list__item:nth-child(5n - 3),
  .front_posts_list__item:nth-child(5n - 4) {
    max-width: 100%;
  }
}

.front_section__headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #DADBE8;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .blog-news-header.newsArticle .blog-news-sharing {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    justify-content: space-between;
  }
}

.container__call {
  min-height: 700px;
  display: flex;
  flex-direction: column;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}






















/* ===================================
   Заголовок статьи
=================================== */
.article-title {
  font-size: 2.4em;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

/* ===================================
   Заголовок секций
=================================== */
.section-title {
  font-size: 1.8em;
  font-weight: 600;
  color: var(--heading-color);
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0.4px;
}

/* Декоративная линия под заголовком */
.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: var(--primary-color);
  margin-top: 8px;
  border-radius: 4px;
}

/* ===================================
   Подзаголовок
=================================== */
.subsection-title {
  font-size: 1.5em;
  font-weight: 600;
  color: var(--heading-color);
  margin-top: 30px;
  margin-bottom: 15px;
  letter-spacing: 0.3px;
}

/* ===================================
   Основной текст
=================================== */
.section-content,
.benefits-list,
.selection-criteria {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: var(--text-color);
  line-height: 1.6;
}

/* Вступление (крупнее обычного текста) */
.article-intro {
  font-size: 1.2em;
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 1.6;
}

/* Заключительный абзац (слегка выделим) */
.closing-paragraph {
  font-size: 1.1em;
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.6;
}

/* ===================================
   Списки
=================================== */
.benefits-list,
.selection-criteria {
  list-style-type: disc;
  margin-left: 30px;
  margin-bottom: 30px;
}

.benefits-list li,
.selection-criteria li {
  margin-bottom: 8px;
}

/* ===================================
   Кнопка призыва к действию (CTA)
=================================== */
.cta-1-button {
  display: inline-block;
  padding: 12px 30px;
  background-color: #ffc107;
  border: 1px solid #ffc107;
  color: #000;
  font-size: 1.1em;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(217, 164, 6, 0.5);
  margin-top: 20px;
}

.cta-1-button:hover {
  background-color: #ffca2c;
  border-color: #ffc720;
  color: #000;
}

.cta-1-button:focus,
.cta-1-button:active {
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
  color: #000;
}

.cta-1-button.active {
  background-color: #ffcd39;
  border-color: #ffc720;
  color: #000;
}



/* ===================================
   Секция с кнопками (центрируем)
=================================== */
.cta-section {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* ===================================
   Дата статьи
=================================== */
.article-date {
  font-size: 0.9em;
  color: #666;
  text-align: right;
  margin-top: 20px;
  font-weight: 400;
}

/* ===================================
   Цитаты (blockquote)
=================================== */
blockquote {
  background-color: #f0f9ff;
  border-left: 5px solid var(--primary-color);
  padding: 20px 20px 20px 15px;
  font-style: italic;
  color: #555;
  margin: 20px 0;
  position: relative;
  box-shadow: 0 3px 10px var(--shadow-color);
  border-radius: 6px;
}

/* Декоративная иконка в блок-цитате */
blockquote::before {
  content: "❝";
  font-size: 3em;
  color: var(--primary-color);
  position: absolute;
  top: -10px;
  left: 10px;
}

/* ===================================
   Адаптивность
=================================== */

/* Планшеты (max-width: 1024px) */
@media (max-width: 1024px) {
  .article-content {
    margin: 30px auto;
    padding: 0 15px;
  }

  .article-title {
    font-size: 2em;
    margin-bottom: 15px;
  }

  .section-title {
    font-size: 1.6em;
  }

  .subsection-title {
    font-size: 1.3em;
  }

  .article-body {
    padding: 20px;
    margin-bottom: 30px;
  }

  .cta-1-button {
    font-size: 1em;
    padding: 10px 25px;
  }
}

/* Смартфоны (max-width: 768px) */
@media (max-width: 768px) {
  .article-content {
    margin: 20px auto;
    padding: 0 10px;
  }

  .article-title {
    font-size: 1.8em;
  }

  .section-title {
    font-size: 1.4em;
  }

  .subsection-title {
    font-size: 1.2em;
    margin-bottom: 10px;
  }

  .article-intro {
    font-size: 1.1em;
  }

  .closing-paragraph {
    font-size: 1em;
  }

  .cta-1-button {
    font-size: 1em;
    padding: 8px 20px;
  }
}

/* Маленькие смартфоны (max-width: 480px) */
@media (max-width: 480px) {
  .article-title {
    font-size: 1.6em;
  }

  .section-title {
    font-size: 1.3em;
    margin-bottom: 15px;
  }

  .subsection-title {
    font-size: 1.1em;
  }

  .article-body {
    padding: 15px;
    border-radius: 10px;
  }

  blockquote {
    padding: 15px;
  }

  .cta-1-button {
    font-size: 0.95em;
    padding: 6px 15px;
  }
}


.blog-news-title-container__title {
  font-size: 38px;
  line-height: -webkit-calc(32px + 12 * ((100vw - 320px) / 1200));
  line-height: calc(32px + 12 * ((100vw - 320px) / 1200));
  margin: 0 0 24px;
}

@media (max-width: 1224px) {
  .blog-news-title-container__title {
    font-size: -webkit-calc(20px + 18 * ((100vw - 320px) / 904));
    font-size: calc(20px + 18 * ((100vw - 320px) / 904));
  }
}

.blog-news-sharing {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  min-width: 200px;
}

.blog-news-sharing__title {
  color: #5b422c;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.6;
}

.blog-news__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}










.lang-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  margin-top: 8px;
  white-space: nowrap;
  z-index: 100;
}

/* вместо .lang-switch:hover .lang-menu */
.lang-menu.visible {
  display: block;
}


.lang-switch {
  position: relative;
}



/* кнопка языка */
.mls-lang-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

/* иконка внутри */
.mls-lang-btn img {
  width: 32px;
  height: 32px;
}

/* само меню */
.mls-lang-menu {
  display: none;
  position: absolute;
  bottom: 60px;      /* чуть выше кнопки */
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  white-space: nowrap;
  z-index: 1000;
}

/* пункты меню */
.mls-lang-menu li a {
  display: block;
  padding: 10px 14px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
}

/* при наведении */
.mls-lang-menu li a:hover {
  background: #f5f5f5;
}

/* когда открыто */
.mls-lang-menu.visible {
  display: block;
}








.radio-group {
  display: flex;
  justify-content: flex-start;
  /* Сближает кнопки */
  gap: 10px;
  /* Расстояние между кнопками */
}

.radio-group input[type="radio"] {
  display: none;
}

.radio-group label {
  font-size: 1rem;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 50px;
  background-color: #f8f8f8;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  display: inline-block;
}

.radio-group input[type="radio"]:checked+label {
  background-color: #28a745;
  border-color: #28a745;
  color: white;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 15px;
  border-radius: 5px;
}

.confirmation-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.confirmation-message {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* Общие стили для модальных окон */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

.modal-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  margin: auto;
  animation: modalFadeIn 0.5s ease;
}

.modal-content h4 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 15px;
}

.modal-content p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
}

.modal-content .btn {
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 10px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.modal-content .btn-primary {
  background-color: #007bff;
  color: white;
  border: none;
}

.modal-content .btn-primary:hover {
  background-color: #0056b3;
}

.modal-content .btn-secondary {
  background-color: #6c757d;
  color: white;
  border: none;
}

.modal-content .btn-secondary:hover {
  background-color: #5a6268;
}

.close-button {
  color: #aaa;
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
}

.close-button:hover {
  color: #000;
}

/* Анимация появления модального окна */
@keyframes modalFadeIn {
  from {
      transform: scale(0.8);
      opacity: 0;
  }

  to {
      transform: scale(1);
      opacity: 1;
  }
}
/* ===== TOP BAR ===== */
.top-bar{background:#001D3D;color:rgba(255,255,255,.7);font-size:.8rem;padding:.4rem 0}
.top-bar__inner{display:flex;justify-content:space-between;align-items:center}
.top-bar__left{display:flex;align-items:center;gap:.5rem}
.top-bar__left i{font-size:1rem;color:#ffc107}
.top-bar__right{display:flex;align-items:center;gap:1rem}
.top-bar__link{color:rgba(255,255,255,.7);text-decoration:none;display:flex;align-items:center;gap:.3rem;transition:color .2s}
.top-bar__link:hover{color:#fff}
.top-bar__divider{width:1px;height:14px;background:rgba(255,255,255,.2);display:inline-block}
.top-bar__dropdown{position:relative}
.top-bar__toggle{color:rgba(255,255,255,.7);text-decoration:none;cursor:pointer;display:flex;align-items:center;gap:.25rem;transition:color .2s;background:none;border:none;padding:0;font-size:.8rem;font-family:inherit}
.top-bar__toggle:hover{color:#fff}
.top-bar__toggle::after{content:'';display:inline-block;margin-left:.2rem;vertical-align:.15em;border-top:.25em solid;border-right:.25em solid transparent;border-left:.25em solid transparent}
.top-bar .dropdown-menu{font-size:.85rem;border-radius:.35rem;min-width:10rem;margin-top:.5rem}

/* ===== HEADER v2 ===== */
.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.main-nav{margin:0;padding:0;list-style:none;display:flex;align-items:center;gap:0}
.main-nav li a{display:block;padding:.6rem .9rem;color:#444;text-decoration:none;font-size:.9rem;font-family:'Circe Bold';transition:color .2s;white-space:nowrap;position:relative}
.main-nav li a::after{content:'';position:absolute;bottom:0;left:.9rem;right:.9rem;height:2px;background:#005dab;transform:scaleX(0);transition:transform .25s}
.main-nav li a:hover{color:#005dab}
.main-nav li a:hover::after{transform:scaleX(1)}
a.header-cta{white-space:nowrap;font-size:.85rem;padding:.5rem 1.25rem}

/* ===== FOOTER v2 ===== */
footer{background:linear-gradient(180deg,#004080 0%,#002244 100%);padding:3rem 0 0;color:rgba(255,255,255,.5)}
.footer-logo{line-height:3rem;display:flex}
.footer-logo i{font-size:3rem;line-height:3rem}
.footer-logo span{font-size:1.6rem;line-height:3rem;margin-left:.4rem;font-family:'Circe Extra Bold',sans-serif;color:rgba(255,255,255,.9)}
.footer-heading{color:rgba(255,255,255,.9);font-size:1rem;margin-bottom:.8rem;font-family:'Circe Bold';font-weight:normal}
.footer-nav{padding:0;list-style:none;margin:0}
.footer-nav li{margin-bottom:.3rem}
.footer-nav a{color:rgba(255,255,255,.55);text-decoration:none;transition:color .2s;font-size:.9rem}
.footer-nav a:hover{color:#fff}
.footer-desc{font-size:.9rem;line-height:1.5;color:rgba(255,255,255,.6)}
.footer-schedule{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;color:rgba(255,255,255,.6)}
.footer-schedule i{font-size:1.1rem;color:#ffc107}
.footer-bottom{background:rgba(0,0,0,.2);padding:1rem 0;margin-top:2rem}
.footer-bottom__inner{display:flex;justify-content:space-between;align-items:center;gap:1rem}
.footer-bottom__legal{flex:1}
.footer-bottom__legal p{margin:0;font-size:.75rem;line-height:1.5;color:rgba(255,255,255,.4)}
.footer-bottom__copy{font-size:.82rem;color:rgba(255,255,255,.65);margin-bottom:.25rem;font-family:'Circe Bold'}
a.developer{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.4);text-decoration:none;white-space:nowrap;transition:color .2s}
a.developer:hover{color:rgba(255,255,255,.6)}
a.developer img{height:30px;opacity:.5}
a.developer .devnotes{display:inline-block;font-size:.7rem;line-height:1.2}

/* ===== MOBILE OVERRIDES v2 ===== */
@media (max-width:575.98px){
  .top-bar{display:none!important}
  .main-nav{display:none!important}
  .site-header__inner{display:none!important}
  header.mobile-nav{position:sticky;top:0;z-index:1003;padding:0;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.08)}
  .mobile-header{display:flex;align-items:center;height:56px;padding:0 16px}
  .mobile-header__logo{display:flex;align-items:center;gap:8px;text-decoration:none;color:#1a1a1a;flex-shrink:0}
  .mobile-header__logo img{width:36px;height:36px}
  .mobile-header__logo-text{font-family:'Circe Extra Bold',sans-serif;font-size:17px;color:#005dab;line-height:1.1}
  .mobile-header__right{display:flex;align-items:center;gap:6px;margin-left:auto}
  .mobile-header__lang{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:#f2f4f7;text-decoration:none;color:#333;font-size:13px;font-family:'Circe Extra Bold',sans-serif;transition:background .2s;flex-shrink:0}
  .mobile-header__lang:hover,.mobile-header__lang:active{background:#e4e7ec;color:#222}
  .mobile-header__burger{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:#f2f4f7;color:#1a1a1a;text-decoration:none;font-size:20px;transition:background .2s;flex-shrink:0}
  .mobile-header__burger:hover,.mobile-header__burger:active{background:#e4e7ec;text-decoration:none;color:#1a1a1a}
  body{margin-bottom:68px}
  .mobile-button-row{display:flex!important;position:fixed;left:0;right:0;bottom:18px;min-width:0;width:auto;z-index:1000;background:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border:none!important;border-radius:0!important;box-shadow:none!important;padding:0 10px;align-items:center;justify-content:center;gap:8px}
  .mobile-button-row .container,.mobile-button-row .row{display:contents}
  .mobile-button-row [class*="col-xs-"]{display:contents}
  .buttons-row-list{display:contents}
  .buttons-row-list li{display:contents}
  .mobile-button-row .btn{font-size:.9rem;line-height:1;padding:.7rem 1.2rem;border-radius:50px;white-space:nowrap;box-shadow:0 2px 10px rgba(0,0,0,.12)}
  .footer-bottom__inner{flex-direction:column;text-align:center;gap:.75rem}
  a.developer{justify-content:center}
  .mobile-button-row{transform:translateY(100%);opacity:0;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .4s ease;pointer-events:none}
  .mobile-button-row.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}
  .desktop-float-cta{display:none!important}
}

/* Desktop floating CTA button */
@media(min-width:576px){
  .desktop-float-cta{position:fixed;bottom:28px;left:50%;transform:translateX(-50%) translateY(120%);z-index:9999;display:flex;align-items:center;gap:14px;white-space:nowrap;background:#fff;border-radius:18px;padding:16px 16px 16px 22px;box-shadow:0 8px 32px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.06);text-decoration:none;color:#222;font-size:16px;opacity:0}
  .desktop-float-cta.is-visible{transform:translateX(-50%) translateY(0);opacity:1;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .4s ease}
  .desktop-float-cta:hover{box-shadow:0 10px 40px rgba(0,0,0,.16),0 2px 8px rgba(0,0,0,.08);transform:translateX(-50%) translateY(-2px);text-decoration:none;color:#222}
  .desktop-float-cta__dot{width:12px;height:12px;border-radius:50%;background:#22c55e;flex-shrink:0}
  .desktop-float-cta__label{font-family:'Circe Extra Bold',sans-serif;font-size:17px;color:#1a1a1a}
  .desktop-float-cta__sep{color:#999;font-size:17px;font-weight:300;margin:0 2px}
  .desktop-float-cta__time{font-family:'Circe Regular',sans-serif;font-size:16px;color:#555}
  .desktop-float-cta__time b{font-family:'Circe Extra Bold',sans-serif;font-size:22px;color:#1a1a1a;margin:0 2px}
  .desktop-float-cta__btn{background:#4356f0;color:#fff;border:none;border-radius:12px;padding:12px 28px;font-size:16px;font-family:'Circe Extra Bold',sans-serif;cursor:pointer;white-space:nowrap;transition:background .2s;letter-spacing:.3px}
  .desktop-float-cta__btn:hover{background:#3345d6}
  .desktop-float-cta__close{background:none;border:none;cursor:pointer;font-size:22px;line-height:1;color:#bbb;padding:0 2px;transition:color .2s;flex-shrink:0}
  .desktop-float-cta__close:hover{color:#666}
}

/*CZv2 — редизайн хедера/футера + ребрендинг Czysto*/
:root{--cz:#7048ff;--cz-dark:#5a35d6;--cz-ink:#16182b}
.top-bar{background:#12131f;color:rgba(255,255,255,.72);font-size:.8rem;padding:.45rem 0}
.top-bar__left{display:flex;align-items:center;gap:1.2rem}
.top-bar__item{display:inline-flex;align-items:center;gap:.4rem}
.top-bar__left i{color:#9d7bff;font-size:1rem}
.top-bar__area svg{color:#9d7bff;flex-shrink:0}
.top-bar__toggle{cursor:pointer;color:#fff;background:rgba(255,255,255,.08);border-radius:8px;padding:.25rem .7rem;font-family:'Circe Bold',sans-serif;transition:background .2s}
.top-bar__toggle:hover{background:rgba(255,255,255,.16);color:#fff}
.site-header{background:#fff;box-shadow:0 1px 0 rgba(22,24,43,.07)}
.site-logo img{max-width:44px;height:auto;margin-right:.6rem}
.logo-text{font-family:'Circe Extra Bold',sans-serif;font-size:1.55rem;line-height:1.05;color:var(--cz-ink);font-weight:800}
.logo-sub{font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:#8a90a4;margin-top:2px;white-space:nowrap}
.main-nav li a{color:#333a4f}
.main-nav li a:hover{color:var(--cz)}
.main-nav li a::after{background:var(--cz)}
.cz-cta{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;background:linear-gradient(135deg,#8257ff,#5a35d6);color:#fff!important;border:none;border-radius:50px;font-family:'Circe Bold',sans-serif;padding:.68rem 1.5rem;white-space:nowrap;box-shadow:0 6px 18px rgba(112,72,255,.32);transition:box-shadow .2s,transform .12s,filter .2s}
.cz-cta:hover{filter:brightness(1.08);box-shadow:0 8px 24px rgba(112,72,255,.44);color:#fff}
.cz-cta:active{transform:translateY(1px)}
.header-cta{font-size:.88rem;padding:.6rem 1.35rem}
.btn-warning,.btn-warning:hover,.btn-warning:focus,.btn-warning:active{background:linear-gradient(135deg,#8257ff,#5a35d6)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 6px 18px rgba(112,72,255,.32)}
@keyframes radial-pulse{0%{box-shadow:0 0 0 0 rgba(112,72,255,.4)}100%{box-shadow:0 0 0 16px rgba(112,72,255,0)}}
.mobile-header__logo img{width:38px;height:38px}
.mobile-header__logo-text{display:flex;flex-direction:column;font-family:'Circe Extra Bold',sans-serif;font-size:17px;color:var(--cz-ink);line-height:1.05}
.mobile-header__logo-text small{font-size:8.5px;letter-spacing:.12em;text-transform:uppercase;color:#8a90a4;font-family:'Circe Regular',sans-serif;font-weight:400;margin-top:2px}
.mobile-lang-wrap{position:relative}
.mobile-lang-wrap .dropdown-menu{font-size:.9rem;min-width:11rem}
.mobile-header__lang{cursor:pointer}
.mobile-button-row .cz-cta{width:100%;font-size:.95rem;padding:.75rem 1.2rem}
footer{background:linear-gradient(170deg,#1d1f36 0%,#12131f 100%);padding:3.2rem 0 0;color:rgba(255,255,255,.55)}
.footer-logo{display:flex;align-items:center;line-height:1}
.footer-logo img{width:40px;height:40px}
.footer-logo span{font-size:1.5rem;line-height:1;margin-left:.6rem;font-family:'Circe Extra Bold',sans-serif;color:#fff}
.footer-schedule i{color:#9d7bff}
.footer-heading{color:#fff}
.footer-nav li{margin-bottom:.45rem}
.footer-nav a:hover{color:#c9b8ff}
.footer-cta-btn{margin:.35rem 0 .9rem;font-size:.9rem}
.footer-mail{color:rgba(255,255,255,.6);font-size:.9rem;display:flex;align-items:center;gap:.45rem;margin-top:.2rem}
.footer-mail i{color:#9d7bff}
.footer-bottom{background:rgba(0,0,0,.28);padding:1rem 0;margin-top:2.2rem}
.developer{display:flex;align-items:center;gap:.7rem;color:rgba(255,255,255,.45);text-decoration:none;white-space:nowrap}
.developer:hover{color:rgba(255,255,255,.7)}
.developer-brand{font-family:'Circe Extra Bold',sans-serif;font-size:.82rem;letter-spacing:.22em;color:rgba(255,255,255,.65);border:1px solid rgba(255,255,255,.25);border-radius:8px;padding:.3rem .5rem .22rem .6rem;transition:color .2s,border-color .2s}
.developer:hover .developer-brand{color:#fff;border-color:rgba(255,255,255,.5)}
.desktop-float-cta__btn{background:linear-gradient(135deg,#8257ff,#5a35d6)!important;color:#fff}
.desktop-float-cta__btn:hover{filter:brightness(1.08)}
@media (max-width:767.98px){.top-bar__area{display:none}}/*lang-pills+footer-cities*/.lang-pills{display:flex;gap:5px;align-items:center;background:transparent!important;margin:0;padding:0;box-shadow:none}.lang-pill{display:inline-block;padding:.2rem .55rem;border-radius:8px;font-size:11px;letter-spacing:.6px;text-decoration:none;color:rgba(255,255,255,.75);background:rgba(255,255,255,.08);font-family:'Circe Bold',sans-serif;line-height:1.5;transition:background .2s,color .2s}.lang-pill:hover{background:rgba(255,255,255,.2);color:#fff}.lang-pill.is-active{background:#7048ff;color:#fff}.mobile-header .lang-pills{gap:4px;margin-right:10px}.mobile-header .lang-pill{padding:.18rem .42rem;font-size:10.5px;background:#f2f4f7;color:#555}.mobile-header .lang-pill:hover{background:#e4e8ee;color:#222}.mobile-header .lang-pill.is-active{background:#7048ff;color:#fff}@media(max-width:400px){.mobile-header .lang-pill{padding:.15rem .34rem;font-size:10px}.mobile-header__logo-text small{display:none}}.footer-cities{border-top:1px solid rgba(255,255,255,.08);margin-top:2.2rem;padding:1.05rem 0 0}.footer-cities__inner{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem 1.1rem}.footer-cities__title{font-size:.76rem;text-transform:uppercase;letter-spacing:.8px;color:rgba(255,255,255,.45);font-family:'Circe Bold',sans-serif;white-space:nowrap}.bottom-cities__list{list-style:none;display:flex;flex-wrap:wrap;gap:.3rem 1rem;margin:0;padding:0}.bottom-nav__item{margin:0}.bottom-nav__link{color:rgba(255,255,255,.65);font-size:.85rem;text-decoration:none;transition:color .2s}.bottom-nav__link:hover{color:#fff}.bottom-nav__link.is-current{color:#fff;font-family:'Circe Bold',sans-serif}/*lang-switch v2*/.lang-switch{display:inline-flex;align-items:center;gap:2px;padding:3px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12)}.lang-switch__globe{color:rgba(255,255,255,.55);margin:0 3px 0 7px;flex:none}.lang-switch__item{display:inline-block;padding:.2rem .52rem;border-radius:999px;font-family:'Circe Bold',sans-serif;font-size:11px;line-height:1.45;letter-spacing:.5px;text-decoration:none;color:rgba(255,255,255,.75);transition:background .2s,color .2s}.lang-switch__item:hover{color:#fff;background:rgba(255,255,255,.16);text-decoration:none}.lang-switch__item.is-active{background:#7048ff;color:#fff;box-shadow:0 1px 5px rgba(112,72,255,.45)}.lang-switch--mobile{background:#f2f4f7;border-color:#e8ebf0;margin-right:10px}.lang-switch--mobile .lang-switch__globe{color:#8a93a3}.lang-switch--mobile .lang-switch__item{color:#5a6472}.lang-switch--mobile .lang-switch__item:hover{background:#e4e8ee;color:#222}.lang-switch--mobile .lang-switch__item.is-active{background:#7048ff;color:#fff}@media(max-width:400px){.lang-switch--mobile{margin-right:6px}.lang-switch--mobile .lang-switch__item{padding:.16rem .38rem;font-size:10px}.lang-switch--mobile .lang-switch__globe{display:none}}
/*areas chips v2*/.areas-card{background:#fff;border:1px solid #ecebf5;border-radius:18px;padding:1.7rem 1.7rem;box-shadow:0 10px 34px rgba(0,29,61,.07)}.areas-group+.areas-group{margin-top:1.6rem;padding-top:1.6rem;border-top:1px dashed #e3e1f0}.areas-group__title{display:flex;align-items:center;gap:.55rem;font-size:1.08rem;line-height:1.35;margin:0 0 1rem;color:#001d3d}.areas-group__title svg{flex:none;color:#7048ff}.areas-chips{display:flex;flex-wrap:wrap;gap:.45rem;list-style:none;margin:0;padding:0}.areas-chip{display:inline-flex;align-items:center;padding:.32rem .78rem;border-radius:999px;background:#f5f3ff;border:1px solid #e6e0ff;color:#3d3d63;font-size:.88rem;line-height:1.45;transition:background .2s,border-color .2s}.areas-chip::before{content:"";width:6px;height:6px;border-radius:50%;background:#7048ff;margin-right:.5rem;opacity:.55;flex:none}.areas-chip a{color:inherit;text-decoration:none}.areas-chip:hover{background:#ece7ff;border-color:#d7cdff}@media(max-width:575.98px){.areas-card{padding:1.15rem 1rem;border-radius:14px}.areas-chip{font-size:.82rem;padding:.28rem .62rem}.areas-group__title{font-size:.98rem}}

/*CZCOOKIE*/.cz-cookie{position:fixed;left:16px;right:16px;bottom:16px;z-index:9999;display:flex;align-items:center;gap:12px 18px;flex-wrap:wrap;background:#1e1b33;color:#fff;padding:14px 20px;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.35);max-width:760px;margin:0 auto;font-size:.9rem;line-height:1.45}.cz-cookie p{margin:0;flex:1 1 280px;color:#fff}.cz-cookie a{color:#b9a6ff;text-decoration:underline}.cz-cookie a:hover{color:#d6cbff}.cz-cookie__btn{background:#7048ff;color:#fff;border:0;border-radius:8px;padding:10px 24px;cursor:pointer;font-size:.9rem;white-space:nowrap}.cz-cookie__btn:hover{background:#5b36e0}.footer-address{color:rgba(255,255,255,.75);font-size:.9rem;margin:.35rem 0 0}.footer-address svg{margin-right:4px}.contact-address svg{margin-right:6px}

/*CZPHONE*/.top-bar__phone{color:inherit;text-decoration:none;font-family:'Circe Bold',sans-serif;white-space:nowrap}.top-bar__phone:hover{color:#fff;text-decoration:underline}.footer-phone a{color:inherit;text-decoration:none}.footer-phone a:hover{text-decoration:underline}.footer-bottom__nip{margin:.15rem 0 0;font-size:.85rem;color:rgba(255,255,255,.6)}
