html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
}

.container-fluid {
  max-width: 1400px;
}

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

b,
strong {
  font-weight: 600;
}

.btn-primary {
  padding: 1rem 2rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 3px;
  background-color: #330B6C;
  color: #fff;
  font-weight: 600;
  border: 1px solid #330B6C;
}

.btn-primary:hover {
  opacity: 0.7;
}

.btn1 {
  padding: 1rem 2rem;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 3px;
  background-color: #330B6C;
  color: #fff;
  font-weight: 600;
}

.btn2 {
  padding: 1rem 2rem;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 3px;
  background-color: #330B6C;
  color: #fff;
  font-weight: 600;
}

.btn2-small {
  padding: 0.5rem 1rem;
  font-size: 14px;
}

.btn3 {
  padding: 0.5rem 1rem;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 3px;
  border-color: #330B6C;
  background-color: #330B6C;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.btn1:hover {
  opacity: 0.7;
  background-color: #330B6C;
  color: #fff;
}

.btn2:hover {
  opacity: 0.7;
  background-color: #330B6C;
  color: #fff;
}

.btn2-small:hover {
  opacity: 0.7;
  background-color: #330B6C;
  color: #fff;
}

.btn3:hover {
  opacity: 0.7;
  background-color: #330B6C;
  color: #fff;
}

.title-single {
  color: rgb(15, 15, 14);
  line-height: 1.2;
  margin-bottom: 1rem;
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 3px;
  font-weight: 400;
}

.view-all-link {
  font-size: 1rem;
  color: #330B6C;
  text-decoration: underline;
  transition: color 0.3s;
}
.view-all-link:hover {
  color: #330B6C;
}

.view-all-link:hover {
  color: #330B6C;
}

.btn-offer {
  width: 100%;
  margin-bottom: 10px;
  background-color: rgb(15, 15, 14);
  border-color: rgb(15, 15, 14);
}

.btn-offer:hover {
  background-color: #330B6C;
  border-color: #330B6C;
}

.navbar-toggler {
  border: 1px solid #330B6C;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #330B6C;
  color: rgb(15, 15, 14);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(189, 165, 113,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.section1 {
  padding: 7px 0;
  border-bottom: 1px solid #e3e2ee;
}
.section1 .logo img {
  max-width: 170px;
}
.section1 .navbar-light .navbar-nav .nav-link {
  color: #1D1D3A;
  font-weight: 500;
}
.section1 .navbar-light .navbar-nav .nav-link:hover {
  color: #330B6C;
}
.section1 .navbar-light .active .nav-link {
  color: #330B6C;
}

.hero-section-slider {
  background-color: #f7f6fb;
}
.hero-section-slider .hero-panel {
  background: #f7f6fb;
  padding: 48px 0 32px 0;
  border-radius: 12px;
  margin-bottom: 0px;
}
.hero-section-slider .hero-panel h1 {
  font-size: 2.2rem;
}
.hero-section-slider .hero-panel__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}
.hero-section-slider .hero-panel__content {
  max-width: 48vw;
  min-width: 320px;
  flex: 1 1 320px;
  padding-top: 20px;
}
.hero-section-slider .hero-panel__desc {
  font-size: 15px;
  margin: 12px 0 32px 0;
}
.hero-section-slider .hero-panel__buttons {
  display: flex;
  gap: 14px;
  margin-bottom: 40px;
}
.hero-section-slider .hero-panel__buttons a,
.hero-section-slider .hero-panel__buttons button {
  min-width: 160px;
  text-align: center;
  border-radius: 8px;
  font-weight: 500;
  outline-offset: 3px;
  font-size: 14px;
}
.hero-section-slider .hero-panel__buttons a:focus-visible,
.hero-section-slider .hero-panel__buttons button:focus-visible {
  outline: 3px solid #3232e8;
}
.hero-section-slider .hero-panel__buttons .btn-primary {
  background: #330B6C;
  color: #fff;
  border: none;
  transition: background 0.2s;
  padding: 0.75rem 1.7rem;
  min-width: auto;
}
.hero-section-slider .hero-panel__buttons .btn-primary:hover, .hero-section-slider .hero-panel__buttons .btn-primary:focus {
  background: #2323a8;
}
.hero-section-slider .hero-panel__buttons .btn-outline {
  background: #fff;
  color: #330B6C;
  border: 2px solid #330B6C;
}
.hero-section-slider .hero-panel__buttons .btn-outline:hover, .hero-section-slider .hero-panel__buttons .btn-outline:focus {
  background: #ececf9;
}
.hero-section-slider .hero-panel__stats {
  display: flex;
  gap: 48px;
  margin-top: 40px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.hero-section-slider .hero-panel__stats li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-section-slider .hero-panel__stats li .icon {
  font-size: 2.4rem;
  margin-bottom: 4px;
}
.hero-section-slider .hero-panel__stats li .val {
  font-size: 1.3rem;
  font-weight: bold;
}
.hero-section-slider .hero-panel__stats li .label {
  color: #666;
  font-size: 0.97rem;
  text-align: center;
}
.hero-section-slider .hero-panel__image img {
  width: 510px;
  max-width: 98vw;
  border-radius: 16px;
  border: 1px solid rgba(212, 211, 238, 0.4);
  min-height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .hero-section-slider .hero-panel__inner {
    flex-direction: column;
  }
  .hero-section-slider .hero-panel__image img {
    width: 100%;
  }
}

.section-about {
  padding: 48px 0;
}
.section-about .about-desc {
  font-size: 16px;
  color: #373754;
}
.section-about .about-desc p.lead {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}
.section-about .about-desc p {
  margin-bottom: 10px;
}
.section-about .about-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 991px) {
  .section-about .about-boxes {
    grid-template-columns: 1fr;
  }
}
.section-about .about-box {
  background: #f6f6f6;
  border-radius: 14px;
  border: 1px solid rgba(227, 226, 238, 0.3019607843);
  display: flex;
  align-items: flex-start;
  padding: 20px;
  min-height: 115px;
  gap: 16px;
  transition: box-shadow 0.2s;
}
.section-about .about-box:hover, .section-about .about-box:focus-within {
  border: 1px solid rgba(196, 191, 249, 0.3019607843);
}
.section-about .about-box .about-box-icon {
  background: transparent;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 2rem;
  color: #4d3eaf;
}
.section-about .about-box .about-box-title {
  font-size: 1.08em;
  font-weight: 700;
  margin-bottom: 2px;
  color: #292950;
}
.section-about .about-box .about-box-desc {
  margin: 0;
  font-size: 0.98em;
  color: #666583;
}
.section-about h2 {
  font-size: 2.1em;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 18px;
  color: #1d174d;
}

.section-news {
  background: #f7f7fb;
  padding: 56px 0 40px 0;
}
.section-news .news-header h2 {
  font-size: 2.1em;
  font-weight: 800;
  color: #191a46;
  margin-bottom: 0.3em;
}
.section-news .news-subtitle {
  color: #68677d;
  font-size: 1.13em;
  margin-bottom: 2em;
}
.section-news .news-row {
  gap: 30px 0;
}
.section-news .news-col {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.section-news .news-card {
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 4px 22px rgba(224, 226, 242, 0.1411764706);
  padding: 30px 26px 18px 26px;
  width: 100%;
  max-width: 390px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow 0.2s;
}
.section-news .news-card:hover, .section-news .news-card:focus-within {
  box-shadow: 0 10px 34px rgba(186, 177, 238, 0.2);
}
.section-news .news-card .news-cat {
  background: #edeafd;
  color: #330B6C;
  font-size: 0.95em;
  padding: 5px 17px;
  border-radius: 12px;
  font-weight: 500;
  margin-right: 8px;
  display: inline-block;
  margin-bottom: 4px;
}
.section-news .news-card .news-date {
  color: #9290b4;
  font-size: 0.96em;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 7px;
}
.section-news .news-card .news-date i {
  font-size: 1.08em;
}
.section-news .news-card .news-title {
  font-size: 1.21em;
  font-weight: 700;
  color: #23234a;
  margin-bottom: 0.22em;
}
.section-news .news-card .news-title a {
  color: #23234a;
  text-decoration: none;
}
.section-news .news-card .news-title a:hover {
  color: #330B6C;
}
.section-news .news-card .news-excerpt {
  color: #404053;
  font-size: 1.07em;
  margin-bottom: 12px;
}
.section-news .news-card .news-link {
  color: #330B6C;
  font-weight: 600;
  font-size: 1em;
  margin-top: auto;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.18s;
}
.section-news .news-card .news-link:hover, .section-news .news-card .news-link:focus {
  color: #330B6C;
  text-decoration: none;
}
.section-news .btn-outline-news {
  background: #fff;
  color: #330B6C;
  border: 1.8px solid #bfc4ee;
  border-radius: 9px;
  padding: 12px 35px;
  font-size: 1.06em;
  font-weight: 600;
  transition: all 0.2s;
}
.section-news .btn-outline-news:hover, .section-news .btn-outline-news:focus {
  background: #eceaf8;
  color: #2c2466;
  border-color: #7261e0;
}

.news-pagination {
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: center;
}
.news-pagination ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-pagination li {
  margin: 0 2px;
}
.news-pagination li a,
.news-pagination li span {
  display: block;
  padding: 0.48rem 1rem;
  border-radius: 7px;
  background: transparent;
  color: #330B6C;
  font-weight: 600;
  text-decoration: none;
  border: 1.5px solid #e0e0e0;
  transition: background 0.17s, color 0.17s, border 0.17s;
  font-size: 1rem;
}
.news-pagination li.active span,
.news-pagination li a:hover,
.news-pagination li a:focus {
  background: #330B6C;
  color: #fff;
  border-color: #330B6C;
  text-decoration: none;
}
.news-pagination li.disabled span {
  opacity: 0.5;
  cursor: not-allowed;
}
.news-pagination .sr-only {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.services-section {
  padding: 4rem 0;
  background: #f8fbfe;
}
.services-section .services-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  color: #16153b;
}
.services-section .services-subtitle {
  text-align: center;
  color: #8892b0;
  margin-bottom: 2.5rem;
}
.services-section .services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.services-section .service-card {
  background: #fff;
  border: 3px solid #e4e7ec;
  border-radius: 18px;
  box-shadow: 0 8px 24px 0 rgba(57, 71, 123, 0.05);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  text-align: center;
  width: 300px;
  transition: box-shadow 0.2s;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.services-section .service-card .service-icon {
  margin-bottom: 1.2rem;
}
.services-section .service-card .service-icon svg,
.services-section .service-card .service-icon i {
  font-size: 2.5rem;
  color: #330B6C;
  width: 44px;
  height: 44px;
}
.services-section .service-card .service-title {
  font-size: 1.13rem;
  font-weight: 700;
  color: #16153b;
  margin-bottom: 0.2rem;
}
.services-section .service-card .service-desc {
  color: #424866;
  font-size: 0.97rem;
  margin-bottom: 0.8rem;
}
.services-section .service-card .service-locations {
  color: #330B6C;
  font-size: 0.97rem;
}
.services-section .service-card .service-locations span {
  color: #16153b;
  font-weight: 600;
  margin-right: 4px;
}
.services-section .service-card:hover {
  box-shadow: 0 12px 32px 0 rgba(57, 71, 123, 0.12);
}
.services-section .service-card:hover .service-title {
  color: #330B6C;
}

.footer-site {
  background: #190e44;
  color: #f2f3fa;
  font-size: 15px;
}
.footer-site .footer-logo {
  font-weight: 700;
  font-size: 1.12rem;
  display: flex;
  align-items: center;
}
.footer-site .footer-logo .footer-logo-circle {
  width: 36px;
  height: 36px;
  background: #330B6C;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-right: 0.5em;
  font-weight: bold;
}
.footer-site .footer-heading {
  font-size: 1.05rem;
}
.footer-site a {
  color: #f2f3fa;
  text-decoration: none;
}
.footer-site a:hover {
  color: #13dcc8;
}
.footer-site p {
  margin-bottom: 0;
}
.footer-site .svg-inline--fa,
.footer-site svg {
  color: #4A4675;
}
.footer-site .footer-menu li,
.footer-site .footer-contact li,
.footer-site .footer-info li {
  margin-bottom: 0.4em;
}
.footer-site .footer-contact a {
  margin-left: 4px;
}
.footer-site hr.footer-divider {
  border-top: 1px solid #34317b;
}
.footer-site .small {
  font-size: 0.94em;
}
@media (max-width: 991px) {
  .footer-site .row > div {
    margin-bottom: 2rem;
  }
}

.contact-section {
  background: #fafafd;
  padding: 2.5rem 0;
}
.contact-section .contact-title {
  color: #1a1142;
  font-size: 2.3rem;
  letter-spacing: -0.5px;
  font-weight: 700;
  margin-bottom: 0.25em;
}
.contact-section .contact-subtitle {
  color: #605b7b;
  font-size: 1.13rem;
  margin-bottom: 2.5rem;
}
.contact-section .card {
  border-radius: 16px;
  border: 1.5px solid #f2f1f9;
  background: #fcfcfe;
  box-shadow: 0 2px 24px rgba(50, 11, 108, 0.03);
  margin-bottom: 1.1rem;
  transition: box-shadow 0.15s;
}
.contact-section .card-body {
  padding: 1.4rem 1.5rem 1.1rem 1.5rem;
  min-height: 70px;
}
.contact-section .font-weight-bold {
  font-weight: 600 !important;
}
.contact-section .contact-icon-box {
  width: 50px;
  height: 50px;
  background: #f5f3fa;
  color: #330B6C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  margin-right: 18px;
  flex-shrink: 0;
}
.contact-section .contact-data,
.contact-section .contact-desc,
.contact-section .card-body .font-weight-bold {
  font-size: 1.13rem;
  color: #18103c;
  letter-spacing: -0.02em;
}
.contact-section .contact-desc {
  font-size: 0.98rem;
  color: #6f6a83;
  margin-bottom: 0;
}
.contact-section .card-body .font-weight-bold {
  margin-bottom: 3px;
}
.contact-section input[type=text],
.contact-section input[type=email],
.contact-section textarea,
.contact-section select {
  border-radius: 10px !important;
  border: 1.5px solid #e6e4ef !important;
  background: #f7f7fb !important;
  font-size: 1.06rem !important;
  color: #1a1142 !important;
  padding: 0.7rem 1rem;
  margin-bottom: 0;
  box-shadow: none;
  transition: border 0.14s;
  width: 100%;
}
.contact-section textarea {
  min-height: 180px;
  resize: vertical;
}
.contact-section input:focus,
.contact-section textarea:focus {
  border-color: #b7a1e7 !important;
  box-shadow: 0 0 0 0.14rem #ede8f8;
  outline: none !important;
}
.contact-section .wpcf7-submit,
.contact-section input[type=submit],
.contact-section button[type=submit] {
  background: #230551 !important;
  color: #fff !important;
  border-radius: 12px !important;
  padding: 0.8em 2.2em !important;
  font-size: 1.12rem !important;
  border: none;
  font-weight: 700;
  margin-top: 10px;
  transition: background 0.2s;
  box-shadow: none;
}
.contact-section .wpcf7-submit:hover,
.contact-section input[type=submit]:hover,
.contact-section button[type=submit]:hover {
  background: #330B6C !important;
  color: #fff !important;
}
.contact-section label,
.contact-section .wpcf7-form label {
  font-weight: 500;
  margin-bottom: 0.32em;
  color: #190843;
}
.contact-section ::placeholder {
  color: #b2a8cf;
  opacity: 1;
}
.contact-section .card .card-body > .font-weight-bold {
  margin-bottom: 2px;
  font-size: 1.1rem;
}
.contact-section .card {
  margin-bottom: 1.2rem;
}
.contact-section .card:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .contact-section .contact-title {
    font-size: 1.45rem;
  }
  .contact-section .card-body {
    padding: 1rem;
  }
  .contact-section .card {
    margin-bottom: 1.15rem;
  }
}
.contact-section .nav {
  margin-left: 5px;
}

.placowki-section {
  background: #f7f6fd;
  padding: 38px 0 44px 0;
}
.placowki-section .placowki-title {
  font-size: 2.15rem;
  font-weight: 700;
  color: #21124b;
  text-align: center;
  margin-bottom: 0.6em;
}
.placowki-section .placowki-desc {
  font-size: 1.09rem;
  color: #8373a7;
  text-align: center;
  margin-bottom: 2.1em;
}
.placowki-section .centrum-glowne-box {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px 0 rgba(51, 11, 108, 0.07);
  border: 1.5px solid #d1c6ec;
  padding: 24px 32px 18px 32px;
  margin: 0 auto 28px auto;
  max-width: 600px;
  color: #6A6C80;
  font-size: 14px;
}
.placowki-section .centrum-glowne-box .centrum-glowne-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #201355;
  margin-bottom: 4px;
  text-align: left;
}
.placowki-section .centrum-glowne-box .centrum-glowne-title i {
  color: #212529;
  margin-right: 8px;
}
.placowki-section .centrum-glowne-box .centrum-glowne-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.placowki-section .centrum-glowne-box .centrum-label {
  font-weight: 500;
  color: #6A6C80;
  font-size: 14px;
  margin-bottom: 3px;
  margin-top: 8px;
}
.placowki-section .centrum-glowne-box .centrum-spec-list {
  columns: 2;
  font-size: 14px;
  color: #6A6C80;
  margin: 0;
}
.placowki-section .centrum-glowne-box .centrum-spec-list ul {
  padding-left: 1.1em;
}
.placowki-section .placowki-subhead {
  text-align: center;
  font-size: 1.23rem;
  font-weight: 600;
  margin: 2.2em 0 1.1em 0;
  color: #22045a;
  letter-spacing: -0.01em;
}
.placowki-section .placowki-row {
  margin-bottom: 0.8em;
}
.placowki-section .placowka-card {
  background: #fff;
  border: 1.5px solid #dbe3ec;
  border-radius: 13px;
  margin-bottom: 24px;
  padding: 19px 20px 15px 20px;
  box-shadow: 0 2px 18px 0 rgba(51, 11, 108, 0.06);
  min-height: 165px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.17s;
}
.placowki-section .placowka-card:hover {
  box-shadow: 0 6px 26px 0 rgba(51, 11, 108, 0.13);
  border-color: #b7b0e1;
  transform: translateY(-3px) scale(1.01);
}
.placowki-section .placowka-card .placowka-card-ikona {
  margin-bottom: 7px;
}
.placowki-section .placowka-card .placowka-card-ikona img,
.placowki-section .placowka-card .placowka-card-ikona svg {
  width: 27px;
  height: 27px;
}
.placowki-section .placowka-card .placowka-card-title {
  font-weight: 500;
  font-size: 14px;
  color: #6A6C80;
  margin-bottom: 2px;
}
.placowki-section .placowka-card .placowka-card-type {
  color: #6A6C80;
  font-size: 14px;
  margin-bottom: 2px;
  font-weight: 500;
}
.placowki-section .placowka-card .placowka-card-address {
  color: #6A6C80;
  font-size: 14px;
  margin-bottom: 3px;
}
.placowki-section .placowka-card .placowka-card-hours {
  color: #6A6C80;
  font-size: 14px;
}
.placowki-section .placowka-card .placowka-card-hours i {
  margin-right: 6px;
}
.placowki-section .placowki-btn {
  background: #330B6C;
  border-radius: 9px;
  font-weight: 700;
  border: none;
  padding: 0.7em 2.1em;
  font-size: 14px;
  transition: background 0.18s;
  margin-top: 18px;
  box-shadow: 0 2px 16px 0 rgba(34, 20, 99, 0.08);
}
.placowki-section .placowki-btn:hover {
  background: #2d0a5a;
}
@media (max-width: 991px) {
  .placowki-section .centrum-glowne-row {
    flex-direction: column;
  }
  .placowki-section .centrum-glowne-row > div {
    width: 100%;
    margin-bottom: 8px;
  }
  .placowki-section .placowka-card {
    min-height: 120px;
  }
}

.section-small-slider {
  background-color: #330B6C;
  padding: 4px 0;
}
.section-small-slider p {
  margin-bottom: 0;
  color: #fff;
}
.section-small-slider a {
  color: #fff;
}

.section-onas {
  background: #f7f9fa;
  padding: 40px 0 50px 0;
}
.section-onas .onas-h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #181c27;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}
.section-onas .onas-h2 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1b1c22;
}
.section-onas .onas-box {
  background: #fff;
  border-radius: 8px;
  border: 1.5px solid #e1e7eb;
  padding: 22px 24px 20px 24px;
  margin-bottom: 25px;
}
.section-onas .onas-box h3 {
  font-size: 1.16rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #262c3a;
}
.section-onas .onas-box ul {
  margin: 0;
  padding: 0 0 0 1.1em;
  list-style: disc;
  color: #444;
  font-size: 1.03rem;
}
.section-onas .onas-box ul li {
  margin-bottom: 5px;
}
.section-onas .onas-box ul li a {
  color: #330B6C;
  font-weight: 500;
  text-decoration: underline;
}
.section-onas .onas-box ul li a:hover {
  color: #2e0b59;
}
.section-onas .onas-box ul li .placowka-adres {
  display: inline-block;
  margin-left: 4px;
  font-size: 0.95em;
  color: #777;
}
.section-onas .onas-placowki {
  margin-bottom: 33px;
}
.section-onas .onas-uslugi-row {
  margin-top: 0;
  margin-bottom: 25px;
}
.section-onas .onas-uslugi-row .col-md-6 {
  margin-bottom: 0;
}
.section-onas .onas-uslugi-row .onas-box {
  height: 100%;
}
.section-onas .onas-uslugi-row .onas-box ul {
  list-style: disc;
}
.section-onas .onas-kontakt {
  background: #d9f3f1;
  border: none;
  color: #212c38;
}
.section-onas .onas-kontakt h3 {
  color: #17303b;
  font-size: 1.1rem;
  margin-bottom: 12px;
  font-weight: 700;
}
.section-onas .onas-kontakt strong {
  font-weight: 600;
  color: #11376c;
}
.section-onas .onas-kontakt div {
  margin-bottom: 5px;
}

.single-service-section {
  background: #f7fafd;
}
.single-service-section .single-service-header .single-service-icon img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e0e0e0;
  object-fit: contain;
  margin-right: 8px;
}
.single-service-section .single-service-header .single-service-title {
  font-weight: 700;
  font-size: 1.5rem;
  color: #252352;
  margin-bottom: 2px;
}
.single-service-section .single-service-header .single-service-lead {
  color: #7e8497;
  font-size: 1.03rem;
}
.single-service-section .single-service-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 18px 0 rgba(51, 11, 108, 0.06);
  border: 1.5px solid #d9e4ed;
  padding: 22px 28px 18px 28px;
  margin-bottom: 22px;
}
.single-service-section .single-service-box h2 {
  color: #252352;
  font-size: 1.15rem;
  font-weight: 700;
}
.single-service-section .single-service-box .service-range,
.single-service-section .single-service-box .service-description {
  font-size: 1.05rem;
}
.single-service-section .single-service-box .service-range ul,
.single-service-section .single-service-box .service-description ul {
  margin-bottom: 0;
  padding-left: 1.2em;
}
.single-service-section .single-service-box .service-locations-list li {
  padding-left: 0.6em;
  border-left: 3px solid #e0e0e0;
  margin-bottom: 16px;
}
.single-service-section .single-service-box .service-locations-list li .text-main {
  color: #330B6C;
}
.single-service-section .single-service-box .service-locations-list li i {
  color: #330B6C;
}
.single-service-section .single-service-box .service-direct-contact li {
  font-size: 1.08rem;
  margin-bottom: 8px;
}
.single-service-section .single-service-box .service-direct-contact li i {
  color: #330B6C;
}
.single-service-section input[type=text],
.single-service-section input[type=email],
.single-service-section textarea,
.single-service-section select {
  border-radius: 10px !important;
  border: 1.5px solid #e6e4ef !important;
  background: #f7f7fb !important;
  font-size: 1.06rem !important;
  color: #1a1142 !important;
  padding: 0.7rem 1rem;
  margin-bottom: 0rem;
  box-shadow: none;
  transition: border 0.14s;
  width: 100%;
}
.single-service-section textarea {
  min-height: 180px;
  resize: vertical;
}
.single-service-section input:focus,
.single-service-section textarea:focus {
  border-color: #b7a1e7 !important;
  box-shadow: 0 0 0 0.14rem #ede8f8;
  outline: none !important;
}
.single-service-section .wpcf7-submit,
.single-service-section input[type=submit],
.single-service-section button[type=submit] {
  background: #230551 !important;
  color: #fff !important;
  border-radius: 12px !important;
  padding: 0.8em 2.2em !important;
  font-size: 1.12rem !important;
  border: none;
  font-weight: 700;
  margin-top: 10px;
  transition: background 0.2s;
  box-shadow: none;
}
.single-service-section .wpcf7-submit:hover,
.single-service-section input[type=submit]:hover,
.single-service-section button[type=submit]:hover {
  background: #330B6C !important;
  color: #fff !important;
}
.single-service-section label,
.single-service-section .wpcf7-form label {
  font-weight: 500;
  margin-bottom: 0.32em;
  color: #190843;
}
.single-service-section ::placeholder {
  color: #b2a8cf;
  opacity: 1;
}
.single-service-section .card .card-body > .font-weight-bold {
  margin-bottom: 2px;
  font-size: 1.1rem;
}
.single-service-section .card {
  margin-bottom: 1.2rem;
}
.single-service-section .card:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .single-service-section .contact-title {
    font-size: 1.45rem;
  }
  .single-service-section .card-body {
    padding: 1rem;
  }
  .single-service-section .card {
    margin-bottom: 1.15rem;
  }
}

@media (max-width: 991px) {
  .single-service-section .single-service-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-service-section .single-service-header .single-service-icon {
    margin-bottom: 6px;
  }
  .single-service-section .single-service-box {
    padding: 16px 12px;
  }
}
/*# sourceMappingURL=main.css.map */
