@charset "UTF-8";
/**
 * Theme Name: JDental.by
 *
 * Не обязательные параметры:
 * Theme URI: http://example.com/
 * Description: Дочерняя тема для темы twentytwentyone
 * Author: MSA
 * Author URI: http://example.com/about/
 * Version: 1.0
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Wix+Madefor+Display:wght@400..800&display=swap");
.container,
.container-fluid {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-12 {
  margin-left: 100%;
}

@media (min-width: 0) {
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-12 {
    margin-left: 100%;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-12 {
    margin-left: 100%;
  }
}
.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ms-0 {
  margin-left: 0;
}

.me-0 {
  margin-right: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.ps-0 {
  padding-left: 0;
}

.pe-0 {
  padding-right: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.m-1 {
  margin: 0.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ms-1 {
  margin-left: 0.25rem;
}

.me-1 {
  margin-right: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.p-1 {
  padding: 0.25rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.ps-1 {
  padding-left: 0.25rem;
}

.pe-1 {
  padding-right: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ms-2 {
  margin-left: 0.5rem;
}

.me-2 {
  margin-right: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.ps-2 {
  padding-left: 0.5rem;
}

.pe-2 {
  padding-right: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.mt-3 {
  margin-top: 1rem;
}

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

.ms-3 {
  margin-left: 1rem;
}

.me-3 {
  margin-right: 1rem;
}

.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.p-3 {
  padding: 1rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.ps-3 {
  padding-left: 1rem;
}

.pe-3 {
  padding-right: 1rem;
}

.px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.ms-4 {
  margin-left: 1.5rem;
}

.me-4 {
  margin-right: 1.5rem;
}

.mx-4 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.p-4 {
  padding: 1.5rem;
}

.pt-4 {
  padding-top: 1.5rem;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.ps-4 {
  padding-left: 1.5rem;
}

.pe-4 {
  padding-right: 1.5rem;
}

.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.m-5 {
  margin: 3rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.ms-5 {
  margin-left: 3rem;
}

.me-5 {
  margin-right: 3rem;
}

.mx-5 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.p-5 {
  padding: 3rem;
}

.pt-5 {
  padding-top: 3rem;
}

.pb-5 {
  padding-bottom: 3rem;
}

.ps-5 {
  padding-left: 3rem;
}

.pe-5 {
  padding-right: 3rem;
}

.px-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.text-start {
  text-align: left;
}

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

.text-end {
  text-align: right;
}

@media (min-width: 0) {
  .text-xs-start {
    text-align: left;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-end {
    text-align: right;
  }
}
@media (min-width: 576px) {
  .text-sm-start {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-end {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-md-start {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-end {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-lg-start {
    text-align: left;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-end {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-xl-start {
    text-align: left;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-end {
    text-align: right;
  }
}
@media (min-width: 1400px) {
  .text-xxl-start {
    text-align: left;
  }
  .text-xxl-center {
    text-align: center;
  }
  .text-xxl-end {
    text-align: right;
  }
}
.text-primary {
  color: #0091b3;
}

.text-secondary {
  color: #6c757d;
}

.text-success {
  color: #198754;
}

.text-danger {
  color: #dc3545;
}

.text-warning {
  color: #ffc107;
}

.text-info {
  color: #0dcaf0;
}

.text-light {
  color: #f8f9fa;
}

.text-dark {
  color: #545557;
}

.bg-primary {
  background-color: #0091b3;
}

.bg-secondary {
  background-color: #6c757d;
}

.bg-success {
  background-color: #198754;
}

.bg-danger {
  background-color: #dc3545;
}

.bg-warning {
  background-color: #ffc107;
}

.bg-info {
  background-color: #0dcaf0;
}

.bg-light {
  background-color: #f8f9fa;
}

.bg-dark {
  background-color: #545557;
}

label {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #545557;
  gap: 10px;
}

input,
select,
textarea {
  backdrop-filter: blur(4px);
  border-radius: 1.8rem;
  padding: 1.2rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.9);
  width: 100%;
  min-width: 100%;
  min-height: 48px;
  padding: 20px 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
  color: #545557;
  font-size: 16px;
  transition: all 0.2s ease;
}
input:focus,
select:focus,
textarea:focus {
  border: 1px solid #0091b3;
}

input[type=submit],
button,
.button {
  background-color: #0091b3;
  padding: 20px 40px;
  border-radius: 40px;
  color: #f8f9fa;
  border: none;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.15rem;
  margin: 10px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
}
input[type=submit]:after,
button:after,
.button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0091b3;
  border-radius: 10rem;
  z-index: -2;
}
input[type=submit]:before,
button:before,
.button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgb(0, 103.687150838, 128);
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
input[type=submit]:hover,
button:hover,
.button:hover {
  color: #fff;
}
input[type=submit]:hover:before,
button:hover:before,
.button:hover:before {
  width: 100%;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
}
.btn:hover {
  filter: brightness(90%);
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 145, 179, 0.25);
}

.btn-primary {
  color: #f8f9fa;
  background-color: #0091b3;
  border: 1px solid #0091b3;
}

.btn-outline-primary {
  color: #0091b3;
  border: 1px solid #0091b3;
  background-color: transparent;
}
.btn-outline-primary:hover {
  color: #f8f9fa;
  background-color: #0091b3;
}

.btn-secondary {
  color: #f8f9fa;
  background-color: #6c757d;
  border: 1px solid #6c757d;
}

.btn-outline-secondary {
  color: #6c757d;
  border: 1px solid #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:hover {
  color: #f8f9fa;
  background-color: #6c757d;
}

.btn-success {
  color: #f8f9fa;
  background-color: #198754;
  border: 1px solid #198754;
}

.btn-outline-success {
  color: #198754;
  border: 1px solid #198754;
  background-color: transparent;
}
.btn-outline-success:hover {
  color: #f8f9fa;
  background-color: #198754;
}

.btn-danger {
  color: #f8f9fa;
  background-color: #dc3545;
  border: 1px solid #dc3545;
}

.btn-outline-danger {
  color: #dc3545;
  border: 1px solid #dc3545;
  background-color: transparent;
}
.btn-outline-danger:hover {
  color: #f8f9fa;
  background-color: #dc3545;
}

.btn-warning {
  color: #f8f9fa;
  background-color: #ffc107;
  border: 1px solid #ffc107;
}

.btn-outline-warning {
  color: #ffc107;
  border: 1px solid #ffc107;
  background-color: transparent;
}
.btn-outline-warning:hover {
  color: #f8f9fa;
  background-color: #ffc107;
}

.btn-info {
  color: #f8f9fa;
  background-color: #0dcaf0;
  border: 1px solid #0dcaf0;
}

.btn-outline-info {
  color: #0dcaf0;
  border: 1px solid #0dcaf0;
  background-color: transparent;
}
.btn-outline-info:hover {
  color: #f8f9fa;
  background-color: #0dcaf0;
}

.btn-light {
  color: #545557;
  background-color: #f8f9fa;
  border: 1px solid #f8f9fa;
}

.btn-outline-light {
  color: #f8f9fa;
  border: 1px solid #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:hover {
  color: #545557;
  background-color: #f8f9fa;
}

.btn-dark {
  color: #f8f9fa;
  background-color: #545557;
  border: 1px solid #545557;
}

.btn-outline-dark {
  color: #545557;
  border: 1px solid #545557;
  background-color: transparent;
}
.btn-outline-dark:hover {
  color: #f8f9fa;
  background-color: #545557;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

@media (min-width: 0) {
  .d-xs-none {
    display: none;
  }
  .d-xs-block {
    display: block;
  }
  .d-xs-inline {
    display: inline;
  }
  .d-xs-inline-block {
    display: inline-block;
  }
  .d-xs-flex {
    display: flex;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-flex {
    display: flex;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-flex {
    display: flex;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-flex {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-flex {
    display: flex;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-inline {
    display: inline;
  }
  .d-xxl-inline-block {
    display: inline-block;
  }
  .d-xxl-flex {
    display: flex;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

img {
  display: block;
  pointer-events: none;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

iframe {
  max-width: 100%;
}

div {
  box-sizing: border-box;
}

button {
  box-shadow: none !important;
}

.site a:focus {
  outline: none !important;
}

body {
  background: #f8f9fa;
  font-family: "Wix Madefor Display", sans-serif;
  overflow-x: hidden;
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
  color: #7a838f;
  font-size: 16px;
}

a {
  color: #0091b3;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: #69737e;
  -webkit-box-shadow: inset -6px 0px 1px #2a3038;
}

::-webkit-scrollbar-thumb {
  background: #37a3c0;
}

::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 1px 1px 10px rgba(255, 240, 240, 0.3);
}

*:focus {
  border: 0;
  outline: 0;
}

main {
  box-sizing: border-box;
}

section {
  padding: 40px 10px;
  position: relative;
}

.wow {
  opacity: 0;
  transform: translateY(1em);
  transition: all 0.5s 0.5s ease-out;
}

/* Wow.js puts in a "animated" class */
.animated {
  opacity: 1;
  transform: none;
}

.img-fluid {
  max-width: 100%;
}

.site {
  overflow: hidden;
}

.site-main {
  margin-top: 100px;
}

p {
  line-height: 24px;
}

.section-title {
  width: 100%;
  padding: 20px;
  text-align: center;
  margin: 40px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.section-title h2 {
  font-size: 40px;
  color: #545557;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 40px;
}
.section-title p {
  margin-bottom: 40px;
}

/* ===== Header Styles ===== */
.jdental-header {
  background-color: #f8f9fa;
  box-shadow: 0 2px 10px rgba(0, 51, 102, 0.1);
  border-bottom: 1px solid #38a4bf;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.jdental-header .primary-menu {
  height: 0%;
  opacity: 0;
  width: 100%;
  height: 0;
  z-index: 700;
  opacity: 1;
  transition: 0.5s;
  background-color: #0091b3;
  background: linear-gradient(180deg, rgba(231, 241, 253, 0.45) 0%, rgb(236, 242, 249) 78%, #e7f1fd 100%);
  backdrop-filter: blur(35px);
  display: none;
  padding: 30px;
}
.jdental-header .primary-menu.active {
  opacity: 1;
  min-height: 400px;
  display: flex;
  height: 100%;
}
.jdental-header .primary-menu .produkcija-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 350px;
  max-width: 100%;
  border-right: 1px solid #e0e0e0;
  position: relative;
}
.jdental-header .primary-menu .produkcija-menu li {
  list-style: none;
}
.jdental-header .primary-menu .produkcija-menu li a {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  color: #545557;
  transition: all 0.2s ease;
  font-size: 24px;
}
.jdental-header .primary-menu .produkcija-menu li a:hover {
  color: #0091b3;
  padding-left: 20px;
}
.jdental-header .primary-menu .produkcija-menu li.active > a {
  background: #e7f1ff;
  color: #007bff;
  font-weight: 500;
  border-left: 3px solid #007bff;
}
.jdental-header .primary-menu .produkcija-menu li.active > a:hover {
  background: #d4e4ff;
}
.jdental-header .primary-menu .produkcija-menu li.menu-item-has-children > a {
  position: relative;
  padding-right: 30px;
}
.jdental-header .primary-menu .produkcija-menu li.menu-item-has-children > a::after {
  content: "›";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #999;
  transition: all 0.2s;
}
.jdental-header .primary-menu .produkcija-menu li.menu-item-has-children > a:hover::after {
  color: #007bff;
  transform: translateY(-50%) translateX(3px);
}
.jdental-header .primary-menu .produkcija-menu ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 350px;
  list-style: none;
  padding: 5px 0;
  margin: 0 0 0 2px;
  z-index: 1000;
  border-right: 1px solid #e0e0e0;
  max-height: 100%;
  overflow: auto;
}
.jdental-header .primary-menu .produkcija-menu ul ul {
  top: 0;
  left: 100%;
}
.jdental-header .primary-menu .produkcija-menu ul li a {
  padding: 10px 15px;
  font-size: 16px;
  border-bottom: 1px solid #f5f5f5;
}
.jdental-header .primary-menu .produkcija-menu ul li a:hover {
  background: #f0f7ff;
}
.jdental-header .primary-menu .produkcija-menu .menu-open > ul {
  display: block;
}
.jdental-header .primary-menu .produkcija-menu .menu-open > a::after {
  color: #007bff;
  transform: translateY(-50%) rotate(90deg);
}
@media (max-width: 768px) {
  .jdental-header .primary-menu .produkcija-menu {
    width: 100%;
  }
  .jdental-header .primary-menu .produkcija-menu ul {
    position: static;
    left: 0;
    box-shadow: none;
    border: none;
    border-left: 2px solid #007bff;
    margin: 0 0 0 20px;
    width: calc(100% - 20px);
  }
  .jdental-header .primary-menu .produkcija-menu ul ul {
    margin-left: 15px;
  }
  .jdental-header .primary-menu .produkcija-menu li.menu-item-has-children > a::after {
    content: "▼";
    font-size: 12px;
  }
  .jdental-header .primary-menu .produkcija-menu .menu-open > a::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
.jdental-header .header-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  /* Логотип */
}
.jdental-header .header-container .logo-wrapper {
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .jdental-header .header-container .logo-wrapper .custom-logo {
    width: 80px;
    height: auto;
  }
}
.jdental-header .header-container .logo-link {
  display: block;
}
.jdental-header .header-container .site-title {
  font-size: 24px;
  font-weight: 700;
  color: #0091b3;
  text-decoration: none;
}
.jdental-header .header-container {
  /* Продукция */
}
.jdental-header .header-container .produkcija-btn {
  color: #0091b3;
  text-decoration: none;
  padding: 10px 0;
  position: relative;
  border: none;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  background: none !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.jdental-header .header-container .produkcija-btn .open-menu {
  width: 18px;
  height: 14px;
  display: block;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
  background: url("./images/open-menu.svg") no-repeat center;
}
.jdental-header .header-container .produkcija-btn .close-menu {
  width: 18px;
  height: 14px;
  display: block;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
  background: url("./images/close-menu.svg") no-repeat center;
}
.jdental-header .header-container {
  /* Навигация */
}
.jdental-header .header-container .main-navigation {
  flex: 1 1 auto;
  margin: 0 30px;
}
.jdental-header .header-container .main-navigation .main-menu {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.jdental-header .header-container .main-navigation .main-menu li {
  position: relative;
}
.jdental-header .header-container .main-navigation .main-menu a {
  color: #616265;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 0;
  transition: color 0.3s ease;
  display: block;
  position: relative;
}
.jdental-header .header-container .main-navigation .main-menu a:hover {
  color: #0091b3;
}
.jdental-header .header-container .main-navigation .main-menu a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0091b3;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.jdental-header .header-container .main-navigation .main-menu a:hover::before {
  visibility: visible;
  transform: scaleX(1);
  color: #0091b3;
}
.jdental-header .header-container .main-navigation .main-menu li.current_page_item a {
  visibility: visible;
  transform: scaleX(1);
  color: #0091b3;
}
.jdental-header .header-container .main-navigation .main-menu li.current_page_item a::before {
  visibility: visible;
  transform: scaleX(1);
  color: #0091b3;
}
.jdental-header .header-container .hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.jdental-header .header-container .hamburger span {
  width: 100%;
  height: 3px;
  background-color: #0091b3;
  transition: all 0.3s ease;
}
.jdental-header .header-container .hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.jdental-header .header-container .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.jdental-header .header-container .hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
.jdental-header .header-container .contacts {
  display: flex;
  align-items: center;
  gap: 10px;
}
.jdental-header .header-container .contacts a {
  color: #7a838f;
  font-size: 16px;
  transition: all 0.2s ease;
}
.jdental-header .header-container .contacts a:hover {
  color: #0091b3;
}
.jdental-header .header-container {
  /* Mobile styles */
}
@media screen and (max-width: 768px) {
  .jdental-header .header-container .hamburger {
    display: flex;
  }
  .jdental-header .header-container .main-navigation {
    position: fixed;
    top: 0px;
    left: -150%;
    width: 100%;
    height: 100vh;
    background-color: #f8f9fa;
    transition: left 0.3s ease;
    z-index: 999;
    margin: 0;
    padding: 80px 20px;
  }
  .jdental-header .header-container .main-navigation.active {
    left: 0;
  }
  .jdental-header .header-container .main-menu {
    flex-direction: column;
    padding: 20px;
  }
}

.home-video {
  overflow: hidden;
  width: 100%;
  position: relative;
  clip-path: inset(0);
  padding: 0;
}
.home-video .video-slider {
  top: 0;
  opacity: 1;
  width: 100%;
  height: 550px;
  position: relative;
  top: 0;
  left: 0;
}
.home-video .video-slider iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  height: 56vw;
}
.home-video .video-slider__content {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 145, 179, 0.3);
  width: 100%;
  height: 100%;
}
.home-video .video-slider__content .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.home-video .video-slider__content .container .slider-text {
  font-size: 40px;
  color: #f8f9fa;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .home-video .video-slider__content .container .slider-text {
    font-size: 24px;
  }
}
.home-video .video-slider__content .container .slider-logo {
  max-height: 250px;
}
@media screen and (max-width: 768px) {
  .home-video .video-slider__content .container .slider-logo {
    max-height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .home-video .video-slider {
    height: 210px;
  }
}
.home-fact {
  padding: 0;
}
.home-fact .container {
  background-color: #f8f9fa;
  position: relative;
  top: -30px;
}
@media screen and (max-width: 768px) {
  .home-fact .container {
    top: 0;
  }
}
.home-fact_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  color: #545557;
  font-size: 14px;
  text-align: center;
}
.home-fact_item .number {
  color: #0091b3;
  font-size: 40px;
}
.home-fact_btn {
  background-color: #0091b3;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.home-fact_btn a {
  animation: breathe 3s ease-in-out infinite;
  font-size: 40px;
  color: #f8f9fa;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .home-fact_btn a {
    font-size: 24px;
  }
}
@keyframes breathe {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
.home-about__text {
  padding: 10px;
}
.home-about__text h1 {
  font-size: 40px;
  color: #0091b3;
}
.home-about__text p {
  margin: 20px 0;
}
.home-about .tech {
  margin: 20px 0;
}
.home-about .tech__img {
  filter: grayscale(100%);
}
.home-about .tech__img:hover {
  filter: grayscale(0%);
}
.home-catalog {
  position: relative;
}
.home-catalog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./images/header.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  filter: blur(5px);
  opacity: 0.3;
}
.home-catalog__item {
  margin: 10px;
  padding: 0px;
  display: block;
  box-shadow: 0 8px 18px -6px rgba(0, 32, 64, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 2rem;
  padding: 1.8rem 2rem;
  background: rgba(255, 255, 255, 0.8509803922);
  backdrop-filter: blur(4px);
  transition: all 0.2s ease;
}
.home-catalog__item:hover {
  background: white;
  box-shadow: 0 18px 28px -14px #142b44;
  transform: translateY(-3px);
}
.home-catalog__item img {
  width: 100%;
}
.home-catalog__item h3 {
  text-align: center;
  font-size: 24px;
  color: #545557;
  font-weight: 600;
  padding: 10px;
}
.home-brand__text {
  padding: 10px;
}
.home-brand__text p {
  margin: 20px 0;
}
.home-brand__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .home-brand__btn {
    flex-direction: column;
  }
}

.jdental-title {
  background-color: #0091b3;
  padding: 20px;
  min-height: 200px;
  color: #f8f9fa;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.jdental-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./images/header.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  filter: blur(2px);
  opacity: 0.2;
}
.jdental-title .breadcrumbs {
  font-size: 14px;
}
.jdental-title .breadcrumbs a {
  color: #f8f9fa;
}
.jdental-title .breadcrumbs .current {
  color: #f8f9fa;
  font-weight: 700;
}
.jdental-title .page-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.jdental-footer {
  max-width: 100%;
  padding: 40px 20px;
  background-color: #0091b3;
  color: #f8f9fa;
}
@media screen and (max-width: 768px) {
  .jdental-footer {
    padding: 10px;
  }
}
.jdental-footer .footer-logo {
  margin: 20px 0;
  display: block;
}
.jdental-footer .footer-logo .logo {
  max-height: 200px;
}
.jdental-footer .footer-menu {
  margin: 20px 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.jdental-footer .footer-menu a {
  color: #f8f9fa;
}
.jdental-footer .footer-info {
  margin: 20px 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.jdental-footer .footer-social {
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.jdental-footer .footer-social i {
  color: #f8f9fa;
  font-size: 24px;
}
.jdental-footer .corp-text {
  padding: 20px 0;
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.catalog__item {
  margin: 10px;
  padding: 0px;
  display: block;
  box-shadow: 0 8px 18px -6px rgba(0, 32, 64, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 2rem;
  padding: 1.8rem 2rem;
  background: rgba(255, 255, 255, 0.8509803922);
  backdrop-filter: blur(4px);
  transition: all 0.2s ease;
}
.catalog__item:hover {
  background: white;
  box-shadow: 0 18px 28px -14px #142b44;
  transform: translateY(-3px);
}
.catalog__item img {
  width: 100%;
}
.catalog__item h3 {
  text-align: center;
  font-size: 24px;
  color: #545557;
  font-weight: 600;
  padding: 10px;
}

.cases .case-item {
  margin: 40px 20px;
  padding: 45px 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 8px 18px -6px rgba(0, 32, 64, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 2rem;
  padding: 1.8rem 2rem;
  background: rgba(255, 255, 255, 0.8509803922);
  backdrop-filter: blur(4px);
  transition: all 0.2s ease;
}
.cases .case-item:hover {
  background: white;
  box-shadow: 0 18px 28px -14px #142b44;
  transform: translateY(-3px);
}
.cases .case-item__title {
  color: #545557;
  font-weight: 600;
  font-size: 24px;
}
.cases .case-item__btn {
  display: flex;
}
@media screen and (max-width: 768px) {
  .cases .case-item {
    margin: 10px;
  }
}

.contacts .company-details {
  background: rgba(255, 255, 255, 0.8509803922);
  backdrop-filter: blur(4px);
  border-radius: 2rem;
  padding: 1.8rem 2rem;
  box-shadow: 0 8px 18px -6px rgba(0, 32, 64, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
  margin: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .contacts .company-details {
    margin: 0;
  }
}
.contacts .company-details__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contacts .company-details .detail-block__label {
  font-size: 24px;
  letter-spacing: 0.6px;
  color: #545557;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.contacts .company-details .detail-block__label i {
  font-size: 24px;
  width: 20px;
  color: #0091b3;
}
.contacts .company-details .detail-block__value {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.contacts .company-details .detail-block__address {
  background: #f0f4fe;
  padding: 1.2rem 1.4rem;
  border-radius: 1.4rem;
  margin-top: 0.5rem;
}
.contacts .company-details .detail-block__address .address-line {
  display: flex;
  gap: 10px;
  font-weight: 500;
}
.contacts .company-details .detail-block__address .address-line i {
  color: #545557;
  font-size: 16px;
  margin-top: 3px;
}
.contacts .team-details {
  margin: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts .team-details .manager-item {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  border-radius: 1.8rem;
  padding: 1.5rem 1.2rem 1.2rem 1.5rem;
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 12px rgba(18, 31, 63, 0.05);
}
.contacts .team-details .manager-item:hover {
  background: white;
  box-shadow: 0 18px 28px -14px #142b44;
  transform: translateY(-3px);
}
.contacts .team-details .manager-item__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.contacts .team-details .manager-item__header .avatar-small {
  width: 48px;
  height: 48px;
  background: #e1e9f5;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  color: #0091b3;
  border: 2px solid white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.contacts .team-details .manager-item__header .manager-name {
  font-weight: 600;
  font-size: 16px;
  color: #545557;
}
.contacts .team-details .manager-item__header .manager-position {
  font-size: 14px;
  color: #54709b;
  font-weight: 500;
}
.contacts .team-details .manager-item__contacts {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.contacts .team-details .manager-item__contacts .contact-item {
  background: #f8faff;
  padding: 0.3rem 1rem 0.3rem 0.8rem;
  border-radius: 30px;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(0, 0, 0, 0.02);
  display: flex;
  align-items: center;
  gap: 10px;
}
.contacts .team-details .manager-item__contacts .contact-item i {
  font-size: 0.95rem;
}
.contacts .team-details .manager-item__contacts .contact-item a {
  color: #545557;
}

.contact-form {
  background-color: #f0f4fe;
}

.guide-info__bg,
.digital-info__bg {
  background-color: #f0f4fe;
}
.guide-info__text,
.digital-info__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px;
}
.guide-info__text h2,
.digital-info__text h2 {
  font-size: 40px;
  color: #545557;
  font-weight: 600;
  margin-bottom: 40px;
}
.guide-info__text ul,
.digital-info__text ul {
  list-style: disc;
  padding-left: 20px;
}
.guide-info__text ul li,
.digital-info__text ul li {
  margin-bottom: 10px;
}
.guide-info__img,
.digital-info__img {
  margin: 20px;
}
.guide-info__img img,
.digital-info__img img {
  mix-blend-mode: multiply;
}
.guide-info__item,
.digital-info__item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 20px;
  margin: 20px;
}
.guide-info__item img,
.digital-info__item img {
  mix-blend-mode: multiply;
}
.guide-info__item span,
.digital-info__item span {
  color: #545557;
  font-size: 24px;
}
@media (max-width: 768px) {
  .guide-info__item span,
  .digital-info__item span {
    font-size: 16px;
  }
}
.guide-features,
.digital-features {
  background-color: #0091b3;
  color: #f8f9fa;
}
.guide-features__title,
.digital-features__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  gap: 40px;
}
.guide-features__title h2,
.digital-features__title h2 {
  font-size: 40px;
}
.guide-features__title h3,
.digital-features__title h3 {
  font-size: 40px;
  font-weight: 600;
}
.guide-features__title p,
.digital-features__title p {
  width: 50%;
}
.guide-features__item,
.digital-features__item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  border-radius: 1.8rem;
  padding: 1.5rem 1.2rem 1.2rem 1.5rem;
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 12px rgba(18, 31, 63, 0.05);
}
.guide-features__item:hover,
.digital-features__item:hover {
  background: white;
  box-shadow: 0 18px 28px -14px #142b44;
  transform: translateY(-3px);
}
.guide-features__item i,
.digital-features__item i {
  font-size: 40px;
  color: #0091b3;
}
.guide-features__item span,
.digital-features__item span {
  color: #545557;
  font-size: 24px;
}
.guide-license .section-title p,
.digital-license .section-title p {
  max-width: 50%;
}
@media (max-width: 768px) {
  .guide-license .section-title p,
  .digital-license .section-title p {
    max-width: 100%;
  }
}
.guide-license__item,
.digital-license__item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  border-radius: 1.8rem;
  padding: 1.5rem 1.2rem 1.2rem 1.5rem;
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 12px rgba(18, 31, 63, 0.05);
}
.guide-license__item:hover,
.digital-license__item:hover {
  background: white;
  box-shadow: 0 18px 28px -14px #142b44;
  transform: translateY(-3px);
}
@media screen and (max-width: 768px) {
  .guide-license__item,
  .digital-license__item {
    flex-direction: column;
    justify-content: center;
  }
}
.guide-license__item h3,
.digital-license__item h3 {
  color: #545557;
  font-size: 24px;
  margin-bottom: 20px;
}
.guide-license__item ul,
.digital-license__item ul {
  list-style: disc;
  padding-left: 20px;
}

.product-info__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px;
}
.product-info__text h2 {
  font-size: 40px;
  color: #545557;
  font-weight: 600;
  margin-bottom: 40px;
}
.product-info__img {
  margin: 20px;
  display: flex;
  justify-content: center;
}
.product-info__img img {
  mix-blend-mode: multiply;
  max-height: 400px;
  width: auto;
}
.product-desc {
  background-color: #0091b3;
}
.product-desc__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px;
  color: #f8f9fa;
}
.product-desc__img {
  margin: 20px;
  display: flex;
  justify-content: center;
}
.product-desc__img img {
  max-height: 400px;
  width: auto;
}
.product-specifications {
  background-color: #f0f4fe;
}
.product-specifications__text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.product-specifications__text span {
  position: relative;
  margin-bottom: 20px;
}
.product-specifications__text span::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0091b3;
  visibility: visible;
  transform: scaleX(1);
  color: #0091b3;
  transition: all 0.3s ease-in-out 0s;
}
.product-specifications__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.product-downloads__content, .product-video__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.product-downloads__content h2, .product-video__content h2 {
  font-size: 40px;
  color: #545557;
  font-weight: 600;
  margin-bottom: 40px;
}
.product-advantages {
  background-color: #0091b3;
  color: #f8f9fa;
}
.product-advantages h2 {
  font-size: 40px;
  color: #f8f9fa;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
.product-advantages p {
  text-align: center;
}
.product-advantages__item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  border-radius: 1.8rem;
  padding: 1.5rem 1.2rem 1.2rem 1.5rem;
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 12px rgba(18, 31, 63, 0.05);
}
.product-advantages__item:hover {
  background: white;
  box-shadow: 0 18px 28px -14px #142b44;
  transform: translateY(-3px);
}
.product-advantages__item i {
  font-size: 40px;
  color: #0091b3;
}
.product-advantages__item span {
  color: #545557;
  font-size: 24px;
}

.error-404__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  min-height: 50vh;
}
.error-404__content h1 {
  font-size: 40px;
  color: #0091b3;
}/*# sourceMappingURL=style.css.map */