

/* Start:/local/templates/.default/css/bootstrap.css?168901526065626*/
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@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: 1150px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1150px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mx-2 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mx-3 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mx-4 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-5 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-5 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.mr-4 {
  margin-right: 40px !important;
}

.mr-5 {
  margin-right: 50px !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.ml-5 {
  margin-left: 50px !important;
}

.ml-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -10px !important;
}

.m-n2 {
  margin: -20px !important;
}

.m-n3 {
  margin: -30px !important;
}

.m-n4 {
  margin: -40px !important;
}

.m-n5 {
  margin: -50px !important;
}

.mx-n1 {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

.mx-n2 {
  margin-right: -20px !important;
  margin-left: -20px !important;
}

.mx-n3 {
  margin-right: -30px !important;
  margin-left: -30px !important;
}

.mx-n4 {
  margin-right: -40px !important;
  margin-left: -40px !important;
}

.mx-n5 {
  margin-right: -50px !important;
  margin-left: -50px !important;
}

.my-n1 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.my-n2 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.my-n3 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.my-n4 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}

.my-n5 {
  margin-top: -50px !important;
  margin-bottom: -50px !important;
}

.mt-n1 {
  margin-top: -10px !important;
}

.mt-n2 {
  margin-top: -20px !important;
}

.mt-n3 {
  margin-top: -30px !important;
}

.mt-n4 {
  margin-top: -40px !important;
}

.mt-n5 {
  margin-top: -50px !important;
}

.mr-n1 {
  margin-right: -10px !important;
}

.mr-n2 {
  margin-right: -20px !important;
}

.mr-n3 {
  margin-right: -30px !important;
}

.mr-n4 {
  margin-right: -40px !important;
}

.mr-n5 {
  margin-right: -50px !important;
}

.mb-n1 {
  margin-bottom: -10px !important;
}

.mb-n2 {
  margin-bottom: -20px !important;
}

.mb-n3 {
  margin-bottom: -30px !important;
}

.mb-n4 {
  margin-bottom: -40px !important;
}

.mb-n5 {
  margin-bottom: -50px !important;
}

.ml-n1 {
  margin-left: -10px !important;
}

.ml-n2 {
  margin-left: -20px !important;
}

.ml-n3 {
  margin-left: -30px !important;
}

.ml-n4 {
  margin-left: -40px !important;
}

.ml-n5 {
  margin-left: -50px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.p-3 {
  padding: 30px !important;
}

.p-4 {
  padding: 40px !important;
}

.p-5 {
  padding: 50px !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.px-2 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.px-3 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.px-4 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.px-5 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 10px !important;
}

.pr-2 {
  padding-right: 20px !important;
}

.pr-3 {
  padding-right: 30px !important;
}

.pr-4 {
  padding-right: 40px !important;
}

.pr-5 {
  padding-right: 50px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 10px !important;
}

.pl-2 {
  padding-left: 20px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.pl-4 {
  padding-left: 40px !important;
}

.pl-5 {
  padding-left: 50px !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 10px !important;
  }
  .m-sm-2 {
    margin: 20px !important;
  }
  .m-sm-3 {
    margin: 30px !important;
  }
  .m-sm-4 {
    margin: 40px !important;
  }
  .m-sm-5 {
    margin: 50px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-sm-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-sm-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-sm-4 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-sm-5 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-sm-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-sm-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-sm-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-sm-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 10px !important;
  }
  .mt-sm-2 {
    margin-top: 20px !important;
  }
  .mt-sm-3 {
    margin-top: 30px !important;
  }
  .mt-sm-4 {
    margin-top: 40px !important;
  }
  .mt-sm-5 {
    margin-top: 50px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 10px !important;
  }
  .mr-sm-2 {
    margin-right: 20px !important;
  }
  .mr-sm-3 {
    margin-right: 30px !important;
  }
  .mr-sm-4 {
    margin-right: 40px !important;
  }
  .mr-sm-5 {
    margin-right: 50px !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 10px !important;
  }
  .mb-sm-2 {
    margin-bottom: 20px !important;
  }
  .mb-sm-3 {
    margin-bottom: 30px !important;
  }
  .mb-sm-4 {
    margin-bottom: 40px !important;
  }
  .mb-sm-5 {
    margin-bottom: 50px !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-1 {
    margin-left: 10px !important;
  }
  .ml-sm-2 {
    margin-left: 20px !important;
  }
  .ml-sm-3 {
    margin-left: 30px !important;
  }
  .ml-sm-4 {
    margin-left: 40px !important;
  }
  .ml-sm-5 {
    margin-left: 50px !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -10px !important;
  }
  .m-sm-n2 {
    margin: -20px !important;
  }
  .m-sm-n3 {
    margin: -30px !important;
  }
  .m-sm-n4 {
    margin: -40px !important;
  }
  .m-sm-n5 {
    margin: -50px !important;
  }
  .mx-sm-n1 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-sm-n2 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-sm-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-sm-n4 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-sm-n5 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .my-sm-n1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-sm-n2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-sm-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-sm-n4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-sm-n5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .mt-sm-n1 {
    margin-top: -10px !important;
  }
  .mt-sm-n2 {
    margin-top: -20px !important;
  }
  .mt-sm-n3 {
    margin-top: -30px !important;
  }
  .mt-sm-n4 {
    margin-top: -40px !important;
  }
  .mt-sm-n5 {
    margin-top: -50px !important;
  }
  .mr-sm-n1 {
    margin-right: -10px !important;
  }
  .mr-sm-n2 {
    margin-right: -20px !important;
  }
  .mr-sm-n3 {
    margin-right: -30px !important;
  }
  .mr-sm-n4 {
    margin-right: -40px !important;
  }
  .mr-sm-n5 {
    margin-right: -50px !important;
  }
  .mb-sm-n1 {
    margin-bottom: -10px !important;
  }
  .mb-sm-n2 {
    margin-bottom: -20px !important;
  }
  .mb-sm-n3 {
    margin-bottom: -30px !important;
  }
  .mb-sm-n4 {
    margin-bottom: -40px !important;
  }
  .mb-sm-n5 {
    margin-bottom: -50px !important;
  }
  .ml-sm-n1 {
    margin-left: -10px !important;
  }
  .ml-sm-n2 {
    margin-left: -20px !important;
  }
  .ml-sm-n3 {
    margin-left: -30px !important;
  }
  .ml-sm-n4 {
    margin-left: -40px !important;
  }
  .ml-sm-n5 {
    margin-left: -50px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 10px !important;
  }
  .p-sm-2 {
    padding: 20px !important;
  }
  .p-sm-3 {
    padding: 30px !important;
  }
  .p-sm-4 {
    padding: 40px !important;
  }
  .p-sm-5 {
    padding: 50px !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-sm-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-sm-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-sm-4 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-sm-5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-sm-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-sm-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-sm-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-sm-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 10px !important;
  }
  .pt-sm-2 {
    padding-top: 20px !important;
  }
  .pt-sm-3 {
    padding-top: 30px !important;
  }
  .pt-sm-4 {
    padding-top: 40px !important;
  }
  .pt-sm-5 {
    padding-top: 50px !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 10px !important;
  }
  .pr-sm-2 {
    padding-right: 20px !important;
  }
  .pr-sm-3 {
    padding-right: 30px !important;
  }
  .pr-sm-4 {
    padding-right: 40px !important;
  }
  .pr-sm-5 {
    padding-right: 50px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 10px !important;
  }
  .pb-sm-2 {
    padding-bottom: 20px !important;
  }
  .pb-sm-3 {
    padding-bottom: 30px !important;
  }
  .pb-sm-4 {
    padding-bottom: 40px !important;
  }
  .pb-sm-5 {
    padding-bottom: 50px !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-1 {
    padding-left: 10px !important;
  }
  .pl-sm-2 {
    padding-left: 20px !important;
  }
  .pl-sm-3 {
    padding-left: 30px !important;
  }
  .pl-sm-4 {
    padding-left: 40px !important;
  }
  .pl-sm-5 {
    padding-left: 50px !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 10px !important;
  }
  .m-md-2 {
    margin: 20px !important;
  }
  .m-md-3 {
    margin: 30px !important;
  }
  .m-md-4 {
    margin: 40px !important;
  }
  .m-md-5 {
    margin: 50px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-md-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-md-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-md-4 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-md-5 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-md-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-md-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-md-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-md-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 10px !important;
  }
  .mt-md-2 {
    margin-top: 20px !important;
  }
  .mt-md-3 {
    margin-top: 30px !important;
  }
  .mt-md-4 {
    margin-top: 40px !important;
  }
  .mt-md-5 {
    margin-top: 50px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-1 {
    margin-right: 10px !important;
  }
  .mr-md-2 {
    margin-right: 20px !important;
  }
  .mr-md-3 {
    margin-right: 30px !important;
  }
  .mr-md-4 {
    margin-right: 40px !important;
  }
  .mr-md-5 {
    margin-right: 50px !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 10px !important;
  }
  .mb-md-2 {
    margin-bottom: 20px !important;
  }
  .mb-md-3 {
    margin-bottom: 30px !important;
  }
  .mb-md-4 {
    margin-bottom: 40px !important;
  }
  .mb-md-5 {
    margin-bottom: 50px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-1 {
    margin-left: 10px !important;
  }
  .ml-md-2 {
    margin-left: 20px !important;
  }
  .ml-md-3 {
    margin-left: 30px !important;
  }
  .ml-md-4 {
    margin-left: 40px !important;
  }
  .ml-md-5 {
    margin-left: 50px !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -10px !important;
  }
  .m-md-n2 {
    margin: -20px !important;
  }
  .m-md-n3 {
    margin: -30px !important;
  }
  .m-md-n4 {
    margin: -40px !important;
  }
  .m-md-n5 {
    margin: -50px !important;
  }
  .mx-md-n1 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-md-n2 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-md-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-md-n4 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-md-n5 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .my-md-n1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-md-n2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-md-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-md-n4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-md-n5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .mt-md-n1 {
    margin-top: -10px !important;
  }
  .mt-md-n2 {
    margin-top: -20px !important;
  }
  .mt-md-n3 {
    margin-top: -30px !important;
  }
  .mt-md-n4 {
    margin-top: -40px !important;
  }
  .mt-md-n5 {
    margin-top: -50px !important;
  }
  .mr-md-n1 {
    margin-right: -10px !important;
  }
  .mr-md-n2 {
    margin-right: -20px !important;
  }
  .mr-md-n3 {
    margin-right: -30px !important;
  }
  .mr-md-n4 {
    margin-right: -40px !important;
  }
  .mr-md-n5 {
    margin-right: -50px !important;
  }
  .mb-md-n1 {
    margin-bottom: -10px !important;
  }
  .mb-md-n2 {
    margin-bottom: -20px !important;
  }
  .mb-md-n3 {
    margin-bottom: -30px !important;
  }
  .mb-md-n4 {
    margin-bottom: -40px !important;
  }
  .mb-md-n5 {
    margin-bottom: -50px !important;
  }
  .ml-md-n1 {
    margin-left: -10px !important;
  }
  .ml-md-n2 {
    margin-left: -20px !important;
  }
  .ml-md-n3 {
    margin-left: -30px !important;
  }
  .ml-md-n4 {
    margin-left: -40px !important;
  }
  .ml-md-n5 {
    margin-left: -50px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 10px !important;
  }
  .p-md-2 {
    padding: 20px !important;
  }
  .p-md-3 {
    padding: 30px !important;
  }
  .p-md-4 {
    padding: 40px !important;
  }
  .p-md-5 {
    padding: 50px !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-md-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-md-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-md-4 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-md-5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-md-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-md-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-md-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-md-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 10px !important;
  }
  .pt-md-2 {
    padding-top: 20px !important;
  }
  .pt-md-3 {
    padding-top: 30px !important;
  }
  .pt-md-4 {
    padding-top: 40px !important;
  }
  .pt-md-5 {
    padding-top: 50px !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-1 {
    padding-right: 10px !important;
  }
  .pr-md-2 {
    padding-right: 20px !important;
  }
  .pr-md-3 {
    padding-right: 30px !important;
  }
  .pr-md-4 {
    padding-right: 40px !important;
  }
  .pr-md-5 {
    padding-right: 50px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 10px !important;
  }
  .pb-md-2 {
    padding-bottom: 20px !important;
  }
  .pb-md-3 {
    padding-bottom: 30px !important;
  }
  .pb-md-4 {
    padding-bottom: 40px !important;
  }
  .pb-md-5 {
    padding-bottom: 50px !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-1 {
    padding-left: 10px !important;
  }
  .pl-md-2 {
    padding-left: 20px !important;
  }
  .pl-md-3 {
    padding-left: 30px !important;
  }
  .pl-md-4 {
    padding-left: 40px !important;
  }
  .pl-md-5 {
    padding-left: 50px !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 10px !important;
  }
  .m-lg-2 {
    margin: 20px !important;
  }
  .m-lg-3 {
    margin: 30px !important;
  }
  .m-lg-4 {
    margin: 40px !important;
  }
  .m-lg-5 {
    margin: 50px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-lg-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-lg-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-lg-4 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-lg-5 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-lg-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-lg-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-lg-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-lg-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 10px !important;
  }
  .mt-lg-2 {
    margin-top: 20px !important;
  }
  .mt-lg-3 {
    margin-top: 30px !important;
  }
  .mt-lg-4 {
    margin-top: 40px !important;
  }
  .mt-lg-5 {
    margin-top: 50px !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 10px !important;
  }
  .mr-lg-2 {
    margin-right: 20px !important;
  }
  .mr-lg-3 {
    margin-right: 30px !important;
  }
  .mr-lg-4 {
    margin-right: 40px !important;
  }
  .mr-lg-5 {
    margin-right: 50px !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 10px !important;
  }
  .mb-lg-2 {
    margin-bottom: 20px !important;
  }
  .mb-lg-3 {
    margin-bottom: 30px !important;
  }
  .mb-lg-4 {
    margin-bottom: 40px !important;
  }
  .mb-lg-5 {
    margin-bottom: 50px !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-1 {
    margin-left: 10px !important;
  }
  .ml-lg-2 {
    margin-left: 20px !important;
  }
  .ml-lg-3 {
    margin-left: 30px !important;
  }
  .ml-lg-4 {
    margin-left: 40px !important;
  }
  .ml-lg-5 {
    margin-left: 50px !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -10px !important;
  }
  .m-lg-n2 {
    margin: -20px !important;
  }
  .m-lg-n3 {
    margin: -30px !important;
  }
  .m-lg-n4 {
    margin: -40px !important;
  }
  .m-lg-n5 {
    margin: -50px !important;
  }
  .mx-lg-n1 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-lg-n2 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-lg-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-lg-n4 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-lg-n5 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .my-lg-n1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-lg-n2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-lg-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-lg-n4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-lg-n5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .mt-lg-n1 {
    margin-top: -10px !important;
  }
  .mt-lg-n2 {
    margin-top: -20px !important;
  }
  .mt-lg-n3 {
    margin-top: -30px !important;
  }
  .mt-lg-n4 {
    margin-top: -40px !important;
  }
  .mt-lg-n5 {
    margin-top: -50px !important;
  }
  .mr-lg-n1 {
    margin-right: -10px !important;
  }
  .mr-lg-n2 {
    margin-right: -20px !important;
  }
  .mr-lg-n3 {
    margin-right: -30px !important;
  }
  .mr-lg-n4 {
    margin-right: -40px !important;
  }
  .mr-lg-n5 {
    margin-right: -50px !important;
  }
  .mb-lg-n1 {
    margin-bottom: -10px !important;
  }
  .mb-lg-n2 {
    margin-bottom: -20px !important;
  }
  .mb-lg-n3 {
    margin-bottom: -30px !important;
  }
  .mb-lg-n4 {
    margin-bottom: -40px !important;
  }
  .mb-lg-n5 {
    margin-bottom: -50px !important;
  }
  .ml-lg-n1 {
    margin-left: -10px !important;
  }
  .ml-lg-n2 {
    margin-left: -20px !important;
  }
  .ml-lg-n3 {
    margin-left: -30px !important;
  }
  .ml-lg-n4 {
    margin-left: -40px !important;
  }
  .ml-lg-n5 {
    margin-left: -50px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 10px !important;
  }
  .p-lg-2 {
    padding: 20px !important;
  }
  .p-lg-3 {
    padding: 30px !important;
  }
  .p-lg-4 {
    padding: 40px !important;
  }
  .p-lg-5 {
    padding: 50px !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-lg-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-lg-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-lg-4 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-lg-5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-lg-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-lg-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-lg-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-lg-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 10px !important;
  }
  .pt-lg-2 {
    padding-top: 20px !important;
  }
  .pt-lg-3 {
    padding-top: 30px !important;
  }
  .pt-lg-4 {
    padding-top: 40px !important;
  }
  .pt-lg-5 {
    padding-top: 50px !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-1 {
    padding-right: 10px !important;
  }
  .pr-lg-2 {
    padding-right: 20px !important;
  }
  .pr-lg-3 {
    padding-right: 30px !important;
  }
  .pr-lg-4 {
    padding-right: 40px !important;
  }
  .pr-lg-5 {
    padding-right: 50px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 10px !important;
  }
  .pb-lg-2 {
    padding-bottom: 20px !important;
  }
  .pb-lg-3 {
    padding-bottom: 30px !important;
  }
  .pb-lg-4 {
    padding-bottom: 40px !important;
  }
  .pb-lg-5 {
    padding-bottom: 50px !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-1 {
    padding-left: 10px !important;
  }
  .pl-lg-2 {
    padding-left: 20px !important;
  }
  .pl-lg-3 {
    padding-left: 30px !important;
  }
  .pl-lg-4 {
    padding-left: 40px !important;
  }
  .pl-lg-5 {
    padding-left: 50px !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 10px !important;
  }
  .m-xl-2 {
    margin: 20px !important;
  }
  .m-xl-3 {
    margin: 30px !important;
  }
  .m-xl-4 {
    margin: 40px !important;
  }
  .m-xl-5 {
    margin: 50px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-xl-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xl-3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xl-4 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xl-5 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xl-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xl-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xl-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xl-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 10px !important;
  }
  .mt-xl-2 {
    margin-top: 20px !important;
  }
  .mt-xl-3 {
    margin-top: 30px !important;
  }
  .mt-xl-4 {
    margin-top: 40px !important;
  }
  .mt-xl-5 {
    margin-top: 50px !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mr-xl-1 {
    margin-right: 10px !important;
  }
  .mr-xl-2 {
    margin-right: 20px !important;
  }
  .mr-xl-3 {
    margin-right: 30px !important;
  }
  .mr-xl-4 {
    margin-right: 40px !important;
  }
  .mr-xl-5 {
    margin-right: 50px !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 10px !important;
  }
  .mb-xl-2 {
    margin-bottom: 20px !important;
  }
  .mb-xl-3 {
    margin-bottom: 30px !important;
  }
  .mb-xl-4 {
    margin-bottom: 40px !important;
  }
  .mb-xl-5 {
    margin-bottom: 50px !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-1 {
    margin-left: 10px !important;
  }
  .ml-xl-2 {
    margin-left: 20px !important;
  }
  .ml-xl-3 {
    margin-left: 30px !important;
  }
  .ml-xl-4 {
    margin-left: 40px !important;
  }
  .ml-xl-5 {
    margin-left: 50px !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -10px !important;
  }
  .m-xl-n2 {
    margin: -20px !important;
  }
  .m-xl-n3 {
    margin: -30px !important;
  }
  .m-xl-n4 {
    margin: -40px !important;
  }
  .m-xl-n5 {
    margin: -50px !important;
  }
  .mx-xl-n1 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-xl-n2 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-xl-n3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-xl-n4 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-xl-n5 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .my-xl-n1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-xl-n2 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-xl-n3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-xl-n4 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-xl-n5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .mt-xl-n1 {
    margin-top: -10px !important;
  }
  .mt-xl-n2 {
    margin-top: -20px !important;
  }
  .mt-xl-n3 {
    margin-top: -30px !important;
  }
  .mt-xl-n4 {
    margin-top: -40px !important;
  }
  .mt-xl-n5 {
    margin-top: -50px !important;
  }
  .mr-xl-n1 {
    margin-right: -10px !important;
  }
  .mr-xl-n2 {
    margin-right: -20px !important;
  }
  .mr-xl-n3 {
    margin-right: -30px !important;
  }
  .mr-xl-n4 {
    margin-right: -40px !important;
  }
  .mr-xl-n5 {
    margin-right: -50px !important;
  }
  .mb-xl-n1 {
    margin-bottom: -10px !important;
  }
  .mb-xl-n2 {
    margin-bottom: -20px !important;
  }
  .mb-xl-n3 {
    margin-bottom: -30px !important;
  }
  .mb-xl-n4 {
    margin-bottom: -40px !important;
  }
  .mb-xl-n5 {
    margin-bottom: -50px !important;
  }
  .ml-xl-n1 {
    margin-left: -10px !important;
  }
  .ml-xl-n2 {
    margin-left: -20px !important;
  }
  .ml-xl-n3 {
    margin-left: -30px !important;
  }
  .ml-xl-n4 {
    margin-left: -40px !important;
  }
  .ml-xl-n5 {
    margin-left: -50px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 10px !important;
  }
  .p-xl-2 {
    padding: 20px !important;
  }
  .p-xl-3 {
    padding: 30px !important;
  }
  .p-xl-4 {
    padding: 40px !important;
  }
  .p-xl-5 {
    padding: 50px !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-xl-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-xl-3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xl-4 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xl-5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-xl-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xl-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xl-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xl-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 10px !important;
  }
  .pt-xl-2 {
    padding-top: 20px !important;
  }
  .pt-xl-3 {
    padding-top: 30px !important;
  }
  .pt-xl-4 {
    padding-top: 40px !important;
  }
  .pt-xl-5 {
    padding-top: 50px !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pr-xl-1 {
    padding-right: 10px !important;
  }
  .pr-xl-2 {
    padding-right: 20px !important;
  }
  .pr-xl-3 {
    padding-right: 30px !important;
  }
  .pr-xl-4 {
    padding-right: 40px !important;
  }
  .pr-xl-5 {
    padding-right: 50px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 10px !important;
  }
  .pb-xl-2 {
    padding-bottom: 20px !important;
  }
  .pb-xl-3 {
    padding-bottom: 30px !important;
  }
  .pb-xl-4 {
    padding-bottom: 40px !important;
  }
  .pb-xl-5 {
    padding-bottom: 50px !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pl-xl-1 {
    padding-left: 10px !important;
  }
  .pl-xl-2 {
    padding-left: 20px !important;
  }
  .pl-xl-3 {
    padding-left: 30px !important;
  }
  .pl-xl-4 {
    padding-left: 40px !important;
  }
  .pl-xl-5 {
    padding-left: 50px !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* End */


/* Start:/local/templates/.default/css/owl.carousel.css?16890152604744*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/.default/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/local/templates/.default/css/magnific-popup.css?16890152606951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/.default/css/select2.css?171344953111259*/
.select2-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
   }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none;
    padding-right: 50px;
  }
    .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 44px;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    display: block;
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 105;
  box-shadow: 0 2px 10px 0 rgba(0, 43, 102, 0.07);
  font-size: 15px;
  line-height: 1.45;
  color: #112233;
  padding: 20px 0 25px;
}

.select2-results {
  display: block; }

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

.select2-results__option {
  padding: 7px 26px 8px;
  margin: 0;
  user-select: none;
  -webkit-user-select: none;
}

  .select2-results__option:before {
    display: none;
  }
  .select2-results__option strong {
    color: inherit;
  }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  margin-top: -9px;
}

.select2-container--open .select2-dropdown--below {
  margin-top: 9px;
}

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
     }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 400;
    font-size: 30px;
    color: #222;
    line-height: 42px;
    margin-right: -10px;
  }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #778899; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    font-size: 0;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='284.929px' height='284.929px'%3E%3Cpath fill-rule='evenodd' fill='%23a5b2dd' d='M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441 L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082 c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647 c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z '/%3E%3C/svg%3E");
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: 14px 14px;
  }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; 
      display: none;}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 3px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 3px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 350px;
  overflow-y: auto;
  -webkit-overflow-scrolling:touch;
   }

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 4px;
  background-color: #E7EDF6;
  border-radius: 2px;
} 
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #C5CBD4;
  border-radius: 2px;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
   }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option[aria-selected="true"] {
  color: #3c64fa;
}

.select2-container--default .select2-results__option:hover {
  color: #3c64fa;
  text-decoration: underline;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

@media (max-width: 767px) {
  .select2-dropdown {
    font-size: 13px;
    padding: 14px 0 16px;
  }
  
  .select2-container--open .select2-dropdown--above {
    margin-top: -12px;
  }

  .select2-container--open .select2-dropdown--below {
    margin-top: 12px;
  }
}


/* End */


/* Start:/local/templates/.default/css/jquery.datetimepicker.css?168901526015824*/
.xdsoft_datetimepicker {
	box-shadow: 0px 3px 21px 0px rgba(66, 76, 107, 0.14);
	background: #fff;
	position: absolute;
	z-index: 1050;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	border-radius: 3px;
	color: #223344;
}
.xdsoft_datetimepicker.xdsoft_rtl {
	
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-flex;
	position: static;
	/*box-shadow: none;*/
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	border-right: 1px solid #DFE9F1;
	padding-bottom: 10px;
}
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	text-align: center;
	padding-right: 15px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {

}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {

}

.xdsoft_datetimepicker .xdsoft_monthpicker {
	position: relative;
	display: flex;
	height: 53px;
	align-items: center;
}

/*.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}*/

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
	position: relative;
	top:2px;
	display: none;
}

.xdsoft_datetimepicker .xdsoft_prev {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19px' height='12px'%3E%3Cpath fill-rule='evenodd' fill='rgb(68, 94, 153)' d='M18.000,6.969 L3.330,6.969 L6.917,10.272 C7.328,10.663 7.328,11.298 6.917,11.690 C6.505,12.081 5.838,12.081 5.427,11.690 L0.308,6.998 C-0.104,6.606 -0.104,5.389 0.308,4.998 L5.427,0.276 C5.838,-0.116 6.505,-0.116 6.917,0.276 C7.328,0.666 7.328,1.301 6.917,1.692 L3.385,4.969 L18.000,4.969 C18.552,4.969 19.000,5.416 19.000,5.969 C19.000,6.521 18.552,6.969 18.000,6.969 Z'/%3E%3C/svg%3E");
	margin-left: 15px;
}

.xdsoft_datetimepicker .xdsoft_next {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19px' height='12px'%3E%3Cpath fill-rule='evenodd' fill='rgb(68, 94, 153)' d='M18.692,6.998 L13.573,11.689 C13.162,12.081 12.495,12.081 12.083,11.689 C11.672,11.298 11.672,10.663 12.083,10.272 L15.670,6.969 L1.000,6.969 C0.448,6.969 -0.000,6.521 -0.000,5.969 C-0.000,5.416 0.448,4.969 1.000,4.969 L15.615,4.969 L12.083,1.692 C11.672,1.301 11.672,0.666 12.083,0.276 C12.495,-0.116 13.162,-0.116 13.573,0.276 L18.692,4.998 C19.104,5.389 19.104,6.606 18.692,6.998 Z'/%3E%3C/svg%3E");
	margin-right: 15px;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 19px;
	min-width: 0;
	transition: opacity 0.15s;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	height: 10px;
	width: 15px;
	display: block;
	opacity: 1;
	margin:23px auto;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='10px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(119, 136, 153)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M11.250,7.650 L6.995,3.001 L2.743,7.653 '/%3E%3C/svg%3E");
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='10px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(119, 136, 153)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M11.250,7.650 L6.995,3.001 L2.743,7.653 '/%3E%3C/svg%3E");
	transform: rotate(-180deg);
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 177px;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	font-size: 16px;
	width: 60px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 35px;
	line-height: 35px;
	border-radius: 3px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 50;
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	background-color: #fff;
}


.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	box-shadow: 0px 3px 21px 0px rgba(66, 76, 107, 0.14);
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 49;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -11px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: -10px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: inherit;
	background: #CCDDEE;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #445E99;
	color: #fff;
}

.xdsoft_datetimepicker .xdsoft_month {
	margin-left: auto;
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	margin-right: auto;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	width: 43px;
	height: 36px;
	border-radius: 3px;
	line-height: 36px;
}


.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	background: #fff;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	color: #bbccdd;
	height: 45px;
	text-transform: capitalize;
	font-family: inherit;
	cursor: default;
	border-top:1px solid #DFE9F1;
	border-bottom: 1px solid #DFE9F1;
	padding:0;
}
.xdsoft_datetimepicker .xdsoft_calendar td {
}

.xdsoft_datetimepicker .xdsoft_calendar td:first-child,
.xdsoft_datetimepicker .xdsoft_calendar th:first-child {
	padding-left: 10px;
}
.xdsoft_datetimepicker .xdsoft_calendar td:last-child,
.xdsoft_datetimepicker .xdsoft_calendar th:last-child {
	padding-right: 10px;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today > div {
	color: #445E99;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default > div {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint > div {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}


.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover > div,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: inherit !important;
	background: #CCDDEE !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover > div,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #CCDDEE !important;
	color: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover > div,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}


.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default > div,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current > div,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #445E99 !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #C5CBD4 !important;
	height: 20px;
	border-radius: 2px;
	width: 100% !important;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 4px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	left: 0;
	right: auto;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

@media (max-width: 450px) {
	.xdsoft_datetimepicker {
		max-width: 278px;
	}
	.xdsoft_datetimepicker .xdsoft_calendar td > div {
		width: 30px;
		height: 28px;
		line-height: 28px;
	}
	.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
		font-size: 14px;
	}
	.xdsoft_datetimepicker .xdsoft_calendar td:first-child, .xdsoft_datetimepicker .xdsoft_calendar th:first-child {
		padding-left: 5px;
	}
	.xdsoft_datetimepicker .xdsoft_calendar td:last-child, .xdsoft_datetimepicker .xdsoft_calendar th:last-child {
		padding-right: 5px;
	}
	.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
		font-size: 14px;
		width: 50px;
		height: 28px;
		line-height: 28px;
	}
	.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
		padding-left: 5px;
		padding-right: 5px;
	}
	.xdsoft_datetimepicker .xdsoft_timepicker {
		padding-right: 0;
	}
	.xdsoft_datetimepicker .xdsoft_label {
		font-size: 14px;
	}
	.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
		height: 169px;
	}
}
/* End */


/* Start:/local/templates/.default/css/style.css?1750314407226005*/
@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/.default/css/../fonts/Montserrat-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/.default/css/../fonts/Montserrat-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/.default/css/../fonts/Montserrat-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/.default/css/../fonts/Montserrat-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/.default/css/../fonts/Montserrat-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/.default/css/../fonts/Montserrat-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.65;
    color: #223344;
    text-align: left;
    font-weight: normal;
}

@media (max-width: 991px) {
    body {
        line-height: 1.4;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 14px;
    }

    body {
        line-height: 1.45;
    }

    .aa-enable {
        display: none;
    }
}

b,
strong {
    font-weight: bold;
    color: #223344;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.4;
}

table:first-child {
    margin-top: 0;
}

table:last-child {
    margin-bottom: 0;
}

table td {
    padding: 10px 20px 14px 20px;
    color: #445566;
}

table th {
    padding: 15px 20px 13px 20px;
    background: #E7EDF6;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    color: #223344;
    letter-spacing: 0.03em;
}

table tr:nth-child(even),
table tr:nth-child(even) td {
    background: #F5F7FB;
}

table.-small td {
    padding-top: 7px;
    padding-bottom: 11px;
}

@media (max-width: 991px) {
    table {
        font-size: 14px;
    }

    table td {
        padding-top: 11px;
        padding-bottom: 13px;
    }

    table.-small td {
        padding-top: 9px;
        padding-bottom: 11px;
    }
}

@media (max-width: 575px) {

    table td,
    table th {
        padding-left: 15px;
        padding-right: 15px;
    }
}

table.table-striped tr td {
    background: #fff;
}

table.table-striped tr:nth-child(even) td {
    background: #f0f6ff;
}

table.table-striped tr td {
    color: #223344;
}

table.table-striped tr td:first-child {
    color: #667788;
}

@media (max-width: 575px) {
    table.table-striped {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
    }
}

hr.solid {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #ccddee;
    ;
}

@media (max-width: 575px) {
    hr.solid {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
    }
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

textarea.textarea-autosize {
    height: 3.25rem;
    min-height: 3.25rem;
    resize: none;
    overflow-y: hidden;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

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

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

body input[type="datetime-local"] {
    display: none;
}


/* body.-notouch input[type="datetime-local"] {
    display: none;
}

body.-istouch input[name="form_date_60"] {
    display: none;
} */

textarea {
    overflow: auto;
    resize: vertical;
}

[hidden] {
    display: none !important;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.text-left {
    text-align: left !important;
}

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

.visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.nobr {
    white-space: nowrap
}

.grecaptcha-badge {
    display: none !important;
}

a {
    color: #3c64fa;
    transition: color 0.1s, opacity 0.1s, border 0.1s, background 0.1s, box-shadow 0.1s;
    text-decoration: none;
}

a:hover {
    color: #3c64fa;
    text-decoration: underline;
}

a[role="button"] {
    cursor: pointer;
}

p {
    margin: 0px 0px 22px 0px;
    padding: 0px;
}

p:last-child {
    margin-bottom: 0;
}

ul {
    margin: 0 0 22px 26px;
    padding: 0;
    list-style: none;
}

ul:last-child {
    margin-bottom: 0;
}

ul li {
    margin: 0 0 10px;
    padding: 0px;
    position: relative;
}

ul li:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 11px;
    width: 5px;
    height: 5px;
    background: #3c64fa;
    border-radius: 3px;
}

ol {
    margin: 0 0 22px 26px;
    padding: 0;
    list-style: none;
    counter-reset: section;
}

ol:last-child {
    margin-bottom: 0;
}

ol li {
    margin: 0 0 10px;
    padding: 0px;
    position: relative;
}

ol li:before {
    counter-increment: section;
    content: counter(section)".";
    background: transparent;
    position: absolute;
    left: -26px;
    top: 0;
    font-size: 17px;
    font-weight: 700;
    width: 26px;
    color: #3c64fa;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-top: 10px;
    margin-left: 23px;
}

li p {
    margin-bottom: 10px;
}

li p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    ul, ol {
        margin-left: 20px;
    }

    ul li:before {
        top: 8px;
        left: -20px;
    }

    ol li:before {
        font-size: 15px;
        width: 20px;
        left: -20px;
    }
}

blockquote {
    font-size: 18px;
    border-left: 2px solid #c3cef1;
    line-height: 1.666666;
    padding-left: 40px;
    margin: 30px 0;
}

blockquote:first-child {
    margin-top: 0;
}

blockquote:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    blockquote {
        font-size: 16px;
        line-height: 1.5;
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    blockquote {
        font-size: 14px;
        line-height: 1.45;
        padding-left: 24px;
        margin: 25px 0;
    }
}

@media (max-width: 575px) {
    .container,
    .container-fluid {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.mh-100 {
    min-height: 100%;
}

.-green {
    color: #6fc75f !important;
}

.-red {
    color: #dc655c !important;
}

.-orange {
    color: #ff9000 !important;
}

.back-link {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.4;
    font-size: 13px;
    margin-bottom: 26px;
    margin-top: -5px;
}

.back-link svg {
    margin-right: 8px;
}

.form {
    line-height: 1.4;
}

.form__field {
    position: relative;
    margin-bottom: 30px;
}

.form__input,
.select2-selection,
.form__select-fake {
    width: 100%;
    height: 56px;
    border-radius: 10px;
    box-shadow: none;
    font-size: 16px;
    padding: 0 22px;
    margin: 0;
    outline: none;
    border: 2px solid #dde5fe;
    transition: border-color 150ms ease-out;
    background: #fff;
    color: #223344;
    font-weight: normal;
}

.form__input:focus {
    border-color: #557dfa;
}

.form__input:not(select),
.select2-selection,
.form__select-fake {
    -webkit-appearance: none;
}

.form__select-fake {
    line-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #778899;
    padding-right: 50px;
    position: relative;
}

.form__select-fake:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 284.929 284.929' xmlns:xlink='http://www.w3.org/1999/xlink' width='8px' height='11px'%3E%3Cpath fill='%23a5b2dd' d='M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441 L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082 c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647 c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -7px;
    transition: transform 0.15s;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single .select2-selection__clear {
    line-height: 52px;
}

.select2-results__option {
    padding: 7px 26px 8px;
}

.select2-results__options[aria-multiselectable="true"] {
    padding: 15px 0 20px;
}

.select2-results__options[aria-multiselectable="true"] .select2-results__option {
    margin-right: 30px;
}

.select2-results__options[aria-multiselectable="true"] .select2-results__option .wrap {
    display: flex;
    flex-flow: row;
    align-items: center;
}

.select2-results__options[aria-multiselectable="true"] .select2-results__option .wrap:before {
    font-family: fontAwesome;
    font-size: 21px;
    color: #3c64fa;
    content: "\f096";
    width: 25px;
    height: 25px;
    padding-right: 10px;
}

.select2-results__options[aria-multiselectable="true"] .select2-results__option[aria-selected=true] .wrap:before {
    content: "\f14a";
}

.select2-search {
    width: 100%;
}

.select2-search .select2-search__field {
    width: 100% !important;
    margin-top: 0px !important;
}

textarea.form__input {
    padding-top: 14px;
    padding-bottom: 13px;
    vertical-align: top;
    height: 125px;
}

.form__input::placeholder {
    color: #667788;
    opacity: 1;
}

.form__label {
    position: absolute;
    left: 19px;
    top: 17px;
    color: #667788;
    font-size: 16px;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    cursor: text;
    line-height: 1.4;
    background: #fff;
    padding: 0 5px;
    border-radius: 3px;
    white-space: nowrap;
    max-width: calc(100% - 2 * 19px);
    overflow: hidden;
    text-overflow: ellipsis;
}

.form__label span {
    color: #dc655c;
}

.form__field.filled .form__label {
    transform: translate(3px, -23px);
    font-size: 11px;
}

.form__error {
    position: absolute;
    left: 19px;
    top: 17px;
    color: #dc655c;
    transform: translate(3px, -23px);
    font-size: 11px;
    cursor: text;
    line-height: 1.4;
    background: #fff;
    padding: 0 5px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 150ms ease-out, visibility 150ms ease-out;
    white-space: nowrap;
    display: block;
}

.form__field.-error .form__input,
.form__field.-error .select2-selection,
.form__field.-error .form__select-fake {
    border-color: #dc655c;
    padding-right: 70px;
}

.form__field.-error .form__error {
    opacity: 1;
    visibility: visible;
}

.form__field-checkbox input[type="checkbox"].visually-hidden+span {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0px;
}

.form__field-checkbox label {
    font-size: 14px;
    line-height: 1.285;
    color: #445566;
    position: relative;
    cursor: pointer;
    display: block;
    padding-left: 27px;
}

.form__field-checkbox.-lg label {
    padding-left: 38px;
}

.form__field-checkbox.-lg input[type="checkbox"].visually-hidden+span {
    width: 24px;
    height: 24px;
    left: 2px;
    top: -4px;
}

.form__field-checkbox.-lg input[type="checkbox"].visually-hidden:checked+span:before {
    width: 20px;
    height: 14px;
    left: 1px;
    top: 4px;
}

.form__hint {
    line-height: 1.4;
    font-size: 12px;
    color: #8899aa;
    position: absolute;
    left: 0;
    width: 100%;
    top: 52px;
}

.form__agree {
    font-size: 14px;
    line-height: 1.285;
    color: #445566;
    position: relative;
}

.form__agree label {
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 38px;
    margin-bottom: 20px;
}

.form__agree label:last-child {
    margin-bottom: 0;
}

.form__agree input[type="checkbox"].visually-hidden+span {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 2px;
    top: -4px;
    margin: 0;
}

.form__agree input[type="checkbox"].visually-hidden:checked+span:before {
    width: 20px;
    height: 14px;
    left: 1px;
    top: 4px;
}

.form__forget {
    font-size: 14px;
    color: #778899;
    line-height: 1.35;
}

.form__checks {}

.form__checks>span {
    color: #778899;
}

.form__checks label {
    margin: 0px 0px 0px 30px;
    cursor: pointer;
}

.form__checks label:first-child {
    margin-left: 0;
}

.form__switch {
    font-size: 14px;
    color: #223344;
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.form__switch-track {
    cursor: pointer;
    position: relative;
    width: 62px;
    height: 32px;
    border-radius: 16px;
    background-color: #e7edff;
    box-shadow: inset 1px 0 5px rgba(0, 53, 126, 0.07);
    transition: background 0.15s;
}

.form__switch-track::before {
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background-color: #fff;
    box-shadow: 2px 0 5px rgba(0, 33, 58, 0.05);
    position: absolute;
    top: 5px;
    left: 5px;
    transition: left 0.15s;
}

.form__switch input[type="checkbox"]:checked + .form__switch-track {
    background: #557dfa;
}

.form__switch input[type="checkbox"]:checked + .form__switch-track::before {
    left: 35px;
}

.form__switch-label {
    cursor: pointer;
}

.form-captcha {
    border: 2px solid #CCDDEE;
    border-radius: 3px;
    height: 48px;
    display: flex;
}

.form-captcha__image {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-captcha__reload {
    border-left: 2px solid #CCDDEE;
    flex: 0 0 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.form__submit {
    margin-top: 6px;
}

.form__submit .btn {
    min-width: 223px;
}

div.form__submit.-disabled .btn {
    cursor: not-allowed;
}

div.form__submit.-disabled input[type="submit"] {
    opacity: 0.3;
    pointer-events: none;
}

.form__input+.icon-search {
    fill: #222;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
}

.form__input:focus+.icon-search {
    fill: #557dfa;
}

.form__input.-has-icon {
    padding-right: 50px;
}

.form__field.-big .form__input {
    height: 53px;
}

.form__field.-big .form__label {
    top: 16px;
}

.form__field.-big.filled .form__label {
    transform: translateY(-23px);
}

.form__field.-big .form__hint {
    top: 67px;
}

.form-error:empty {
    display: none;
}

@media (max-width: 991px) {
    .form__field-checkbox label,
    .form__agree {
        font-size: 12px;
        line-height: 1.33333;
    }
}

@media (max-width: 767px) {
    .form__field {
        margin-bottom: 9px;
    }

    .form__input,
    .select2-selection,
    .form__select-fake {
        font-size: 14px;
        height: 50px;
        padding: 0 18px;
    }

    .form__input.-has-icon {
        padding-right: 40px;
    }

    .form__input+.icon-search {
        right: 17px;
    }

    .form__select-fake {
        padding-right: 40px;
        line-height: 46px;
        font-size: 14px;
    }

    .form__select-fake:before {
        right: 13px;
    }

    .select2-selection {
        font-size: 14px;
    }

    .select2-container .select2-selection--single {
        padding-right: 40px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered,
    .select2-container .select2-selection--single .select2-selection__clear {
        line-height: 46px;
    }

    .select2-container .select2-selection--single .select2-selection__arrow {
        right: 15px;
    }

    .select2-results__option {
        padding: 8px 25px 9px;
    }

    .form__label {
        top: 16px;
        left: 15px;
        font-size: 14px;
        max-width: calc(100% - 2 * 15px);
    }

    .form__hint {
        top: 36px;
    }

    .form__field.filled .form__label {
        transform: translate(1px, -23px);
    }

    .form__submit {
        margin-top: 4px;
    }

    .form__submit .btn {
        width: 100%;
    }

    .form__field.mobile-label {
        margin-bottom: 15px;
    }

    .form__field.mobile-label>label {
        display: flex;
        flex-direction: column;
    }

    .form__field.mobile-label .form__label {
        position: relative;
        order: -1;
        top: 0;
        left: 0;
        display: block;
        padding: 0;
        border-radius: 0;
        background: none !important;
        transform: none;
        font-size: 14px;
        margin-bottom: 5px;
        white-space: normal;
        max-width: none;
    }

    .form__field.mobile-label .form__checks>span {
        display: block;
        margin-bottom: 15px;
    }

    .form__field.mobile-label .form__checks label {
        margin: 0px 20px 0px 0px;
    }

    .form__field.mobile-label .form__checks label:last-child {
        margin-right: 0;
    }

    .form__field.mobile-label .form__hint {
        position: relative;
        display: block;
        left: 0;
        top: 0;
        margin-top: 4px;
        margin-bottom: -3px;
    }

    .form__field.-error .form__error {
        top: 16px;
        left: 15px;
        transform: translate(1px, -23px);
    }

    .form__field.-error .form__input {
        padding-right: 10px;
    }

    .form__agree {
        margin-bottom: 12px;
    }

    .d-flex>.form__agree {
        margin: 0;
    }

    .form__agree label {
        margin-bottom: 15px;
    }

    .form__agree label:last-child {
        margin-bottom: 0px;
    }

    .form__field-checkbox.-lg label {
        min-height: 30px;
        display: flex;
        align-items: center;
    }

    .form__field-checkbox.-lg input[type="checkbox"].visually-hidden+span,
    .form__agree input[type="checkbox"].visually-hidden+span {
        left: 0;
        top: 3px;
    }
}

.form__autocomplete {
    position: absolute;
    background: #fff;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: 350px;
    box-shadow: 0 2px 10px 0 rgba(0, 43, 102, 0.07);
    font-size: 15px;
    line-height: 1.45;
    color: #112233;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 90;
    display: none;
    border-radius: 10px;
    padding: 20px 0 25px;
    margin-top: 9px;
}

.form__autocomplete::-webkit-scrollbar {
    width: 4px;
    background-color: #E7EDF6;
    border-radius: 2px;
}

.form__autocomplete::-webkit-scrollbar-thumb {
    background-color: #C5CBD4;
    border-radius: 2px;
}

.form__autocomplete ul {
    margin: 0;
    padding: 0;
}

.form__autocomplete li {
    margin: 0;
    padding: 7px 26px 8px;
    transition: color 0.1s;
}

.form__autocomplete li::before {
    display: none;
}

.form__autocomplete li strong {
    font-weight: 600;
    color: inherit;
}

.form__autocomplete li span {
    color: #667788;
}

.form__autocomplete li:not(.-not-found) {
    cursor: pointer;
}

.form__autocomplete li:not(.-not-found):hover {
    color: #3c64fa;
    text-decoration: underline;
}

.form__autocomplete li:not(.-not-found):hover span {
    color: inherit;
}

@media (max-width: 767px) {
    .form__autocomplete {
        font-size: 13px;
        padding: 14px 0 16px;
        margin-top: 12px;
    }

    .form__autocomplete li {
        padding: 8px 25px 9px;
    }
}

.form__field-department .form__autocomplete {
    padding-top: 0;
}

.form__field-department .form__autocomplete ul {
    padding-bottom: inherit;
}

.form-password__switch {
    font-size: 0;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-top: -12px;
}

.form-password__switch svg {
    position: absolute;
    left: 0;
    top: 0;
}

.form-password__switch svg.icon-password-on {
    top: 3px;
    display: none;
}

.form-password__switch.-active svg.icon-password-on {
    display: block;
}

.form-password__switch.-active svg.icon-password-off {
    display: none;
}

.js-mask-date {
    background-image: url(/local/templates/.default/css/../i/icon-calendar.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 40px;
}

@media (max-width: 425px) {
    .js-mask-date {
        background-position: right 8px center;
        padding-right: 30px;
    }
}

.main.-blue .form__input,
.main.-blue .form__label,
.main.-blue .form__error,
.main.-blue .select2-selection,
.main.-blue .form__select-fake {
    background-color: #F7F9FB;
}

.main.-gray .form__input,
.main.-gray .form__label,
.main.-gray .form__error {
    background-color: #F7F9FB !important;
}

.order-form {
    margin-bottom: -30px;
}

.popup {
    background: #FFFFFF;
    padding: 51px 96px 61px;
    max-width: 739px;
    position: relative;
    margin: 40px auto;
    box-shadow: 0 6px 10px rgba(0, 43, 102, 0.06);
    border-radius: 15px;
}

.popup .mfp-close {
    top: 6px;
    right: 6px;
}

.popup h3 {
    margin-bottom: 40px;
}

.popup .form__field {
    margin-bottom: 20px;
}

.popup textarea.form__input {
    height: 132px;
}

.popup .form__agree {
    margin-top: 6px;
}

.popup .form__submit .btn {
    min-width: 256px;
}

.popup__text {
    line-height: 1.25;
    font-weight: 300;
    margin-bottom: 10px;
}

.popup__text p {
    margin-bottom: 10px;
    margin-top: 10px;
}

.popup__text p:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .popup .mfp-close {
        top: 15px;
        right: 17px;
    }
}

@media (max-width: 1199px) {
    .popup {
        max-width: 690px;
        padding: 50px 74px 60px;
    }
}

@media (max-width: 991px) {
    .popup {
        padding: 30px 40px 35px;
    }

    .popup h3 {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .popup {
        max-width: 510px;
        padding: 30px 25px 35px;
    }

    .popup h3 {
        line-height: 1.3333;
        padding-right: 40px;
        margin-bottom: 18px
    }

    .popup .form__field {
        margin-bottom: 14px;
    }

    .popup textarea.form__input {
        height: 110px;
    }

    .popup .form__agree {
        margin-top: -5px;
    }
}

@media (max-width: 575px) {
    .popup {
        min-width: 308px;
        max-width: calc(100vw - 40px);
        padding: 22px 20px 26px;
    }
}

.popup-order {
    max-width: 557px;
}

.popup-vacancy {
    max-width: 928px;
}

input[type="checkbox"].visually-hidden+span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 3px;
    vertical-align: middle;
    margin-top: -3px;
    position: relative;
    font-size: 0;
    border: 2px solid #dde5fe;
    transition: border-color 0.15s, background-color 0.15s;
    margin-right: 5px;
}

input[type="checkbox"].visually-hidden+span:before {
    content: '';
    width: 16px;
    height: 10px;
    position: absolute;
    left: 0px;
    top: 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19.5px' height='15.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='3px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M4.500,6.499 L7.500,9.499 L13.500,2.499 '/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s, visibility 0.15s;
    background-size: cover;
}

input[type="checkbox"].visually-hidden:checked+span {
    background: #3c64fa;
    border: 2px solid #3c64fa;
}

input[type="checkbox"].visually-hidden:checked+span:before {
    opacity: 1;
    visibility: visible;
}

input[type="checkbox"].visually-hidden+span.-big {
    width: 24px;
    height: 24px;
}

input[type="checkbox"].visually-hidden+span.-big:before {
    width: 22px;
    height: 13px;
    top: 3px;
}

input[type="radio"].visually-hidden+span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -3px;
    position: relative;
    font-size: 0;
    border: 2px solid #CCDDEE;
    transition: border-color 0.15s, background-color 0.15s;
    margin-right: 5px;
}

input[type="radio"].visually-hidden+span:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 3px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s, visibility 0.15s;
}

input[type="radio"].visually-hidden:checked+span {
    background: #3c64fa;
    border: 2px solid #3c64fa;
}

input[type="radio"].visually-hidden:checked+span:before {
    opacity: 1;
    visibility: visible;
}

input[type="radio"].visually-hidden+span.-big {
    width: 24px;
    height: 24px;
}

input[type="radio"].visually-hidden+span.-big:before {
    width: 10px;
    height: 10px;
    left: 5px;
    top: 5px;
}

.form-file {
    line-height: 1.2;
    min-height: 45px;
    margin-bottom: 20px;
    position: relative;
}

.form-file__text {
    font-size: 12px;
    color: #445566;
}

.form-file__field {
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
}

.form-file__link {
    color: #3c64fa;
    border-bottom: 1px dotted currentColor;
}

.form-file__label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.form-file__input {}

.form-file__name {
    display: none;
    vertical-align: top;
    position: relative;
    padding-right: 27px;
    font-weight: 500;
    font-size: 14px;
    color: #112233;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 4px;
    margin-top: 24px;
}

.form-file__clear {
    cursor: pointer;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 2px;
    right: 0;
}

.form-file__clear .icon-close {
    fill: #000;
    width: 12px;
    height: 12px;
    vertical-align: top;
}

@media (max-width: 767px) {
    .form-file {
        margin-bottom: 12px;
    }

    .form-file__name {
        font-size: 12px;
        margin-top: 19px;
    }

    .form-file__clear {
        top: 1px;
    }
}

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

@media (min-width: 576px) {
    .text-sm-center {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .text-lg-center {
        text-align: center;
    }
}

.w-100 {
    width: 100%;
}

.highlighted {
    border-radius: 15px;
    background-color: #e9f8e7;
    padding: 17px 23px;
    margin: 34px 0;
}

.highlighted:first-child {
    margin-top: 0;
}

.highlighted:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .highlighted {
        padding: 13px 15px;
        margin: 18px 0;
    }
}

.nav-tabs {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4;
    color: #010101;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 42px;
    margin-bottom: 14px;
}

.nav-tabs__link {
    cursor: pointer;
    text-decoration: underline dotted;
    color: #557dfa;
}

.nav-tabs__link.active {
    cursor: default;
    text-decoration: none;
    color: inherit;
}

.tabs-panel {
    display: none;
}

.tabs-panel.active {
    display: block;
}

@media (max-width: 991px) {
    .nav-tabs {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .nav-tabs {
        font-size: 20px;
        gap: 10px 17px;
        margin-bottom: 9px;
    }
}

.reviews-tabs {
    margin-top: 54px;
}

.reviews-tabs .video-reviews-carousel:last-child,
.reviews-tabs .reviews-carousel:last-child {
    margin-bottom: -10px;
}

@media (max-width: 767px) {
    .reviews-tabs {
        margin-top: 25px;
    }

    .reviews-tabs .video-reviews-carousel:last-child,
    .reviews-tabs .reviews-carousel:last-child {
        margin-bottom: 0;
    }
}

.post-date {
    font-size: 18px;
}

.post-badge.news-list__badge {
    border-radius: 5px;
    margin: 0;
}

.post-badge.news-list__badge .news-list__type {
    border-radius: 5px;
}

.post-image {
    margin-top: 40px;
    margin-bottom: 34px;
}

.post-image:first-child {
    margin-top: 0;
}

.post-image:last-child {
    margin-bottom: 0;
}

.post-image img {
    border-radius: 15px;
}

.post-image__description {
    font-size: 14px;
    line-height: 1.625;
    font-style: italic;
    color: #667788;
    margin-top: 21px;
}

@media (max-width: 767px) {
    .post-image {
        margin-top: 25px;
        margin-bottom: 18px;
    }

    .post-image__description {
        font-size: 13px;
        line-height: 1.285;
        margin-top: 14px;
    }
}

.post-text {
    color: #223344;
}

.post-rows {
    margin-top: 22px;
    margin-bottom: 22px;
}

.post-rows:first-child {
    margin-top: 0;
}

.post-rows:last-child {
    margin-bottom: 0;
}

.post-rows .block-bordered {
    padding: 20px 25px 20px 25px;
}

@media (max-width: 767px) {
    .post-rows>div {
        margin-bottom: 22px;
    }

    .post-rows>div:last-child {
        margin-bottom: 0;
    }
}

.post-highlight {
    font-size: 18px;
    line-height: 1.45;
    color: #223344;
    background: #eef4ff;
    border-radius: 15px;
    padding: 30px 34px 41px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.post-highlight:first-child {
    margin-top: 0;
}

.post-highlight:last-child {
    margin-bottom: 0;
}

.post-highlight p {
    margin-bottom: 10px;
}

.post-highlight p:last-child {
    margin-bottom: 0;
}

.post-highlight strong {
    color: inherit;
}

.post-highlight .btn {
    min-width: 211px;
    margin-top: 24px;
}

@media (max-width: 991px) {
    .post-highlight {
        font-size: 16px;
        line-height: 1.375;
    }
}

@media (max-width: 767px) {
    .post-highlight {
        padding: 20px 20px 22px;
    }
}

@media (max-width: 575px) {
    .post-highlight .btn {
        width: 100%;
        margin-top: 17px;
    }
}

.gallery-image>.row {
    margin-bottom: -30px;
}

.gallery-image>.row>div {
    margin-bottom: 30px;
}

.gallery-image__item .icon-zoom {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0px 0px -25px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s, visibility 0.15s, transform 0.15s;
    transform: translateY(10px);
}

body.-notouch .gallery-image__item:hover .icon-zoom {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.gallery-image__item .icon-zoom use:last-child {
    display: none;
}

@media (max-width: 991px) and (min-width: 768px) {
    .gallery-image__item .icon-zoom {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        margin: 0px;
        left: auto;
        top: auto;
        right: 10px;
        bottom: 10px;
    }

    .gallery-image__item .icon-zoom use:first-child {
        display: none;
    }

    .gallery-image__item .icon-zoom use:last-child {
        display: block;
    }
}

@media (max-width: 575px) {
    .gallery-image>.row {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -20px;
    }

    .gallery-image>.row>div {
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.owl-carousel {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .owl-carousel {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.owl-carousel:first-child {
    margin-top: 0;
}

.owl-carousel:last-child {
    margin-bottom: 0;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    z-index: 1;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 15px rgba(66, 76, 107, 0.14);
    transition: opacity 0.15s, visibility 0.15s, background 0.15s, box-shadow 0.15s;
    outline: none;
    font-size: 0;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -24px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -24px;
}

.owl-carousel .owl-nav button.disabled {
    opacity: 0;
    visibility: hidden;
}

.owl-carousel .owl-nav button svg {
    margin: 0;
    transition: fill 0.15s;
    fill: #3c64fa;
}

body.-notouch .owl-carousel .owl-nav button.owl-prev:hover,
body.-notouch .owl-carousel .owl-nav button.owl-next:hover {
    background: #557dfa;
    box-shadow: 0 15px 23px rgba(0, 12, 168, 0.25);
}

body.-notouch .owl-carousel .owl-nav button:hover svg {
    fill: #fff;
}

.owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0 25px;
    margin-top: 20px;
}

.owl-dots button.owl-dot {
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background: #bbc3dc;
}

.owl-dots button.owl-dot.active {
    width: 7px;
    height: 7px;
    background: #1266ff;
}

.owl-dots button.owl-dot span {
    display: none !important;
}

@media (min-width: 576px) {
    .owl-carousel .owl-dots {
        display: none;
    }
}

@media (max-width: 575px) {
    .owl-carousel .owl-nav {
        display: none;
    }
}

@media (min-width: 576px) {
    .photocarousel {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }
}

.photocarousel .owl-nav button.owl-prev {
    left: 180px;
}

.photocarousel .owl-nav button.owl-next {
    right: 180px;
}

@media (max-width: 1199px) {
    .photocarousel .owl-nav button.owl-prev {
        left: 100px;
    }
    
    .photocarousel .owl-nav button.owl-next {
        right: 100px;
    }
}

@media (max-width: 767px) {
    .photocarousel .owl-nav button.owl-prev {
        left: 50px;
    }
    
    .photocarousel .owl-nav button.owl-next {
        right: 50px;
    }
}

@media (max-width: 575px) {
    .photocarousel .owl-stage-outer {
        border-radius: 15px;
    }

    .photocarousel__item {
        position: relative;
        padding-bottom: 74.5%;
    }

    .photocarousel__item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.video-reviews-carousel .owl-nav button.owl-prev {
    top: 29%;
    left: -12px;
}

.video-reviews-carousel .owl-nav button.owl-next {
    top: 29%;
    right: -12px;
}

.video-reviews-carousel .owl-dots {
    margin-top: 5px;
}

.reviews-carousel .owl-nav button.owl-prev {
    left: -12px;
}

.reviews-carousel .owl-nav button.owl-next {
    right: -12px;
}

.reviews-carousel .owl-dots {
    margin-top: 5px;
}

.media-carousel .video-item {
    height: 210px;
}

.square-carousel__item {
    padding-bottom: 100%;
    position: relative;
}

.square-carousel__item img {
    border-radius: 15px;
}

.gallery-carousel {
    max-width: 833px;
}

.image-carousel .owl-stage-outer {
    border-radius: 15px;
}

.image-carousel__item {
    padding-bottom: 66.8%;
    position: relative;
}

.image-carousel .owl-nav button.owl-prev {
    left: 17px;
}

.image-carousel .owl-nav button.owl-next {
    right: 17px;
}

.image-carousel .owl-dots {
    display: flex;
}

@media (min-width: 768px) {
    .image-carousel .owl-dots {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .image-carousel__item {
        padding-bottom: 74.4%;
    }
}

h1,
.h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.222222;
    color: #000;
    margin: 0 0 35px;
}

h1:last-child,
.h1:last-child {
    margin-bottom: 0;
}

h2,
.h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.266666;
    color: #000;
    margin: 30px 0 22px;
}

h2:first-child,
.h2:first-child {
    margin-top: 0;
}

h2:last-child,
.h2:last-child {
    margin-bottom: 0;
}

h3,
.h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.166666;
    color: #010101;
    margin: 30px 0 22px;
}

h3:first-child,
.h3:first-child {
    margin-top: 0;
}

h3:last-child,
.h3:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    h1,
    .h1 {
        font-size: 30px;
        margin-bottom: 24px;
    }

    h2,
    .h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    h3,
    .h3 {
        font-size: 20px;
        line-height: 1.4;
    }
}

@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 22px;
        line-height: 1.272727;
        margin-bottom: 20px;
    }

    h2,
    .h2 {
        font-size: 20px;
    }

    h3,
    .h3 {
        font-size: 18px;
        line-height: 1.555555;
    }
}

.btn {
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 16px 27px 15px;
    border-radius: 10px;
    color: red;
    background: none;
    border: 2px solid currentColor;
    -webkit-appearance: none;
    transition: color .15s, opacity .15s, background .15s, border-color .15s, box-shadow .15s;
    margin: 0;
}

.btn svg {
    transition: fill .15s;
    margin-right: 0;
    margin-left: 5px;
    fill: currentColor;
}

.btn.-md {
    font-size: 13px;
    line-height: 1.538465;
    padding: 13px 24px;
}

.btn.-small {
    padding: 10px 15px 8px;
}

.btn.-xs {
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    padding: 5px 15px;
}

.btn.-default {
    color: #fff;
    background: #557dfa;
    border-color: #557dfa;
}

body.-notouch .btn.-default:not(.-disabled):hover {
    color: #fff;
    background: #3c64fa;
    border-color: #3c64fa;
}

.btn.-light {
    color: #223344;
    background: transparent;
    border-color: #CCDDEE;
}

body.-notouch .btn.-light:not(.-disabled):hover {
    background: #445E99;
    color: #fff;
    border-color: #445E99;
    box-shadow: 0px 15px 23px 0px rgba(0, 12, 168, 0.18);
}

.btn.-light-blue {
    color: #3c64fa;
    background: #e2edff;
    border-color: #e2edff;
}

body.-notouch .btn.-light-blue:not(.-disabled):hover {
    color: #3c64fa;
    background: #d0e2ff;
    border-color: #d0e2ff;
}

.btn.-outline-blue {
    color: #3c64fa;
    background: transparent;
    border-color: #557dfa;
}

body.-notouch .btn.-outline-blue:not(.-disabled):hover {
    color: #fff;
    background: #557dfa;
    border-color: #557dfa;
}

.btn.-green {
    color: #fff !important;
    background: #6fc75f;
    border-color: #6fc75f;
}

body.-notouch .btn.-green:not(.-disabled):hover {
    color: #fff !important;
    background: #5eb64e;
    border-color: #5eb64e;
}

.btn.-active {
    color: #fff;
    background: #557dfa;
    border-color: #557dfa;
}

body.-notouch .btn.-active:not(.-disabled):hover {
    color: #fff;
    background: #557dfa;
    border-color: #557dfa;
}

.btn.-disabled {
    opacity: 0.3;
    cursor: default;
}

@media (max-width: 767px) {
    .btn {
        font-size: 12px;
        padding: 14px 20px;
    }

    .btn.-md {
        font-size: 12px;
        line-height: 1.5;
        padding: 10px 20px;
    }

    .btn.-small {
        padding: 8px 15px 7px;
    }

    .btn.-xs {
        font-weight: 500;
    }
}

[class^="icon-"] {
    vertical-align: middle;
    margin: -3px 5px 0px 0px;
}

.icon-marker {
    width: 12px;
    height: 16px;
    fill: #C3C6CF;
}

.icon-phone {
    width: 17px;
    height: 17px;
    fill: #C3C6CF;
}

.icon-clock {
    width: 16px;
    height: 16px;
    fill: #C3C6CF;
}

.icon-email {
    width: 19px;
    height: 15px;
    fill: #C3C6CF;
}

.icon-soc-ok {
    width: 10px;
    height: 17px;
    fill: #BBCADD;
}

.icon-soc-vk {
    width: 25px;
    height: 14px;
    fill: #BBCADD;
}

.icon-soc-fb {
    width: 7px;
    height: 16px;
    fill: #BBCADD;
}

.icon-soc-ig {
    width: 15px;
    height: 16px;
    fill: #BBCADD;
}

.icon-soc-yt {
    width: 20px;
    height: 14px;
    fill: #BBCADD;
}

.icon-soc-wa {
    width: 20px;
    height: 20px;
    fill: #BBCADD;
}

.icon-soc-tg {
    width: 21px;
    height: 16px;
    fill: #BBCADD;
}

.icon-alert {
    width: 36px;
    height: 29px;
    fill: #ffffff;
}

.icon-arrow-left {
    width: 19px;
    height: 12px;
    fill: #3c64fa;
}

.icon-arrow-right {
    width: 19px;
    height: 12px;
    fill: #3c64fa;
}

.icon-down {
    width: 14px;
    height: 14px;
    fill: #778899;
}

.icon-zoom {
    width: 49px;
    height: 49px;
    margin: 0px;
}

.icon-doc {
    width: 38px;
    height: 46px;
    margin: 0px;
    fill: #658D1B;
}

.icon-attach {
    width: 17px;
    height: 19px;
    fill: #3c64fa;
    margin: -3px 4px -3px 0px;
}

.icon-close {
    width: 18px;
    height: 18px;
    fill: #778899;
    margin: 0px;
    transition: fill 0.15s;
}

.icon-search {
    width: 21px;
    height: 21px;
    fill: #222;
    margin: 0;
    transition: fill 0.15s;
}

.icon-scan-plus {
    width: 25px;
    height: 25px;
    margin: 0px;
}

.icon-scan-minus {
    width: 25px;
    height: 25px;
    margin: 0px;
}

.icon-reload {
    width: 16px;
    height: 16px;
    margin: 0px;
    fill: #445E99;
}

.icon-attention {
    width: 5px;
    height: 20px;
    margin: 0px;
    fill: #445E99;
}

.icon-user {
    width: 16px;
    height: 16px;
    fill: #445E99;
}

.icon-medkarta {
    width: 25px;
    height: 22px;
    fill: #445E99;
}

.icon-person {
    width: 18px;
    height: 18px;
    fill: #3c64fa;
}

.icon-lock {
    width: 16px;
    height: 19px;
    fill: #445E99;
}

.icon-burger {
    width: 24px;
    height: 16px;
    fill: #445E99;
    margin: 0;
}

.icon-print {
    width: 16px;
    height: 14px;
    fill: #658D1B;
}

.icon-cancel {
    width: 15px;
    height: 15px;
    fill: #658D1B;
}

.icon-password-on {
    width: 24px;
    height: 18px;
    fill: #BACADA;
    margin: 0px;
}

.icon-password-off {
    width: 24px;
    height: 24px;
    fill: #BACADA;
    margin: 0px;
}

.icon-filter {
    width: 15px;
    height: 16px;
    fill: #445566;
}

.icon-glasses {
    width: 30px;
    height: 21px;
    fill: #aaadb4;
}

.icon-appointment {
    width: 41px;
    height: 46px;
    fill: #658d1b;
}

.icon-appointment-calendar {
    width: 28px;
    height: 31px;
    fill: #fff;
}

.map-blue {
    position: relative;
}

.map-blue::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(70, 136, 255, 0.5);
    mix-blend-mode: overlay;
    pointer-events: none;
}

.map-blue > ymaps {
    filter: grayscale(1);
}

.phone a,
a.phone {
    text-decoration: none !important;
    color: inherit !important;
}

#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

@media (max-width: 991px) {
    #wrapper {
        display: flex;
        flex-flow: column;
    }
}

.header-wrapper {
    height: 138px;
}

.header {
    background: #fff;
    border-bottom: 1px solid #dde5fe;
    position: relative;
    z-index: 104;
}

.header-1 {
    padding: 10px 0;
    border-bottom: 1px solid #dde5fe;
}

.header-1__flex {
    height: 61px;
}

.header__phone {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.header__phone .icon-phone {
    margin-right: 2px;
    transform: rotate(-90deg);
}

.header__medkarta {
    margin-right: 0;
}

.header__search {
    margin: 0;
}

.header__search svg {
    margin: 0;
    fill: #222;
    transition: fill 0.15s;
}

body.-notouch .header__search svg:hover,
body.-show-search .header__search svg {
    fill: #3c64fa;
}

@media (max-width: 991px) {
    .header__search .icon-search {
        position: relative;
        width: 20px;
        height: 20px;
        margin-right: 21px;
        -webkit-tap-highlight-color: transparent
    }

    body.-show-mobile-main .header__search {
        display: none;
    }
}

.header__special {
    margin-right: 60px;
}

.header__special svg {
    margin: 0px;
    fill: #aaadb4;
    transition: fill 0.15s;
}

body.-notouch .header__special svg:hover {
    fill: #445e99;
}

.header__user svg {
    margin: 0px;
    fill: #658d1b;
    transition: fill 0.15s;
}

body.-notouch .header__user svg:hover {
    fill: #445e99;
}

.medkarta-record-popup-wrapper {
    max-width: 960px !important;
}

.header__medkarta a {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: baseline;
}

body.-notouch .header__medkarta a:hover {
    color: #3c64fa;
    text-decoration: underline;
}

.header__medkarta svg {
    flex-shrink: 0;
    align-self: center;
    fill: #3c64fa;
    margin: -6px 10px 0 0;
}

.header__contacts svg {
    width: 14px;
    height: 19px;
    margin: 0px;
    fill: rgb(195, 198, 207);
}

body.-notouch .header__special svg:hover {
    fill: #445e99;
}

.header-2__flex {
    height: 55px;
}

.header-2 .header__search {
    line-height: 55px;
    text-align: right;
}

.header__logo img {
    width: 190px;
    height: auto;
}

.header__nav {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    max-width: 984px;
}

.header__nav ul {
    margin: 0px;
    padding: 0px;
}

.header__nav li {
    margin: 0px;
    padding: 0px;
}

.header__nav ul>li {
    padding-bottom: 5px;
}

.header__nav li:before {
    display: none;
}

.header__nav li.parent {
    padding-right: 25px;
}

.header__nav li.parent::after {
    content: " ";
    position: absolute;
    font-size: 0;
    top: 35%;
    right: 0px;
    width: 12px;
    height: 12px;
    margin-top: -7px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='284.929px' height='284.929px'%3E%3Cpath fill-rule='evenodd' fill='%23222222' d='M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441 L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082 c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647 c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z '/%3E%3C/svg%3E");
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}

.header__nav li.parent:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='284.929px' height='284.929px'%3E%3Cpath fill-rule='evenodd' fill='%233c64fa' d='M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441 L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082 c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647 c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z '/%3E%3C/svg%3E");
}

.header__nav li a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding-bottom: 7px;
}

body.-notouch .header__nav li a:hover,
.header__nav li.active a {
    color: #3c64fa;
}

.header__address {
    font-size: 13px;
    color: #000;
}

.header__address a {
    text-decoration: none;
    color: #000;
}

body.-notouch .header__address a:hover {
    color: #3c64fa;
    text-decoration: underline;
}

.header__address svg.icon-marker {
    margin-top: -2px;
}

.b-header__mobile-menu-toggle {
    color: #222;
    position: relative;
    font-size: 25px;
    width: 1em;
    height: .7em;
    -webkit-tap-highlight-color: transparent
}

.b-header__mobile-menu-toggle span {
    position: absolute;
    display: block;
    width: 100%;
    border-top: 2px solid;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: top .25s, -webkit-transform .25s;
    transition: top .25s, -webkit-transform .25s;
    transition: transform .25s, top .25s;
    transition: transform .25s, top .25s, -webkit-transform .25s
}

.b-header__mobile-menu-toggle span:first-child {
    top: 0
}

.b-header__mobile-menu-toggle span:nth-child(2) {
    top: 50%
}

.b-header__mobile-menu-toggle span:nth-child(3) {
    top: 100%
}

body.-show-mobile-main .b-header__mobile-menu-toggle span {
    top: 50%
}

body.-show-mobile-main .b-header__mobile-menu-toggle span:first-child {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}

body.-show-mobile-main .b-header__mobile-menu-toggle span:nth-child(2) {
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0)
}

body.-show-mobile-main .b-header__mobile-menu-toggle span:nth-child(3) {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

@media (max-width: 991px) {
    .header-wrapper {
        height: 70px;
    }

    .header-1 {
        border-bottom: none;
        padding: 0;
    }

    .header-1__flex {
        height: 69px;
    }

    .header__logo img {
        width: 140px;
    }

    .header__user {
        width: 106px;
        height: 69px;
    }

    .header__user>a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header__medkarta {
        width: 106px;
        height: 69px;
    }

    .header__medkarta>a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header__burger {
        width: 32px;
        height: 20px;
        margin-right: 0px;
        margin-left: 10px;
    }

    .header__burger>a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 767px) {
    a:hover,
    a:active,
    a:focus {
        outline: 0;
    }

    .header-wrapper {
        height: 56px;
    }

    .header-1__flex {
        margin: 0px;
        height: 55px;
    }

    .header-1__flex>div {
        padding: 0;
    }

    .header__special {
        display: none;
    }

    .header__user {
        width: 59px;
    }

    .header__medkarta {
        width: 59px;
    }

    .header__burger {
        width: 25px;
        height: 18px;
        margin-right: 0px;
        margin-left: 0px;
    }
}

.submenu {
    position: absolute;
    left: 0;
    top: 135px;
    width: 100%;
    z-index: 103;
    color: #223344;
    font-size: 15px;
    line-height: 1.25;
}

.submenu__item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -3px 21px 0 rgba(66, 76, 107, 0.14);
    padding: 59px 0 41px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s, visibility 0.15s, transform 0.15s;
    transform: translateY(-20px);
}

.submenu__item.-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    z-index: 1;
}

.submenu ul {
    margin: 0;
    padding: 0;
}

.submenu ul + ul {
    margin-top: 26px;
}

.submenu ul li {
    margin: 0 0 21px;
    padding: 0px;
}

.submenu ul li:before {
    display: none;
}

.submenu ul li a {
    color: inherit;
    display: inline-block;
}

.submenu ul[data-letter] {
    position: relative;
    padding-left: 45px;
}

.submenu ul[data-letter]:not(:last-child) {
    margin-bottom: 31px;
}

.submenu ul[data-letter]:before {
    content: attr(data-letter);
    font-weight: 700;
    font-size: 16px;
    color: #3c64fa;
    position: absolute;
    left: 0;
    top: 0;
}

.submenu ul[data-letter] li {
    margin-bottom: 18px;
}

.submenu.-inner {
    font-size: 16px;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: -33px;
}

.submenu.-inner .container {
    padding: 0;
}

.submenu.-inner ul[data-letter] {
    padding-left: 40px;
    margin-bottom: 33px;
}

.submenu.-inner ul[data-letter] li {
    margin-bottom: 19px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .submenu.-inner .col-md-6.col-lg-4:nth-of-type(2) {
        order: 1;
    }
}

@media (max-width: 767px) {
    .submenu.-inner {
        font-size: 14px;
        margin-bottom: -31px;
    }

    .submenu.-inner ul[data-letter] {
        padding-left: 46px;
        margin-bottom: 31px;
    }

    .submenu.-inner ul[data-letter] li {
        margin-bottom: 16px;
    }
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s, visibility 0.15s;
}

.search-panel {
    position: absolute;
    left: 0;
    top: 137px;
    width: 100%;
    background: #fff;
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s, visibility 0.15s, transform 0.15s;
    transform: translateY(-20px);
}


/* The sticky class makes element fixed to top */

.header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}


/* Add some top padding to the page content to prevent sudden quick movement */

.header-wrapper.sticky~.submenu {
    position: fixed;
    top: 53px;
}

.header-wrapper.sticky~.mobile-dropdown {
    position: fixed;
    top: 70px;
}

@media (max-width: 767px) {
    .header-wrapper.sticky~.mobile-dropdown {
        top: 60px;
    }
}

@media (min-width: 992px) {
    body.-show-search .search-panel {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }

    body.-show-search .overlay {
        opacity: 1;
        visibility: visible;
    }

    /* Hide first row in fixed header */
    .header.sticky>.header-1 {
        display: none;
    }

    .header-wrapper.sticky~.submenu {
        position: absolute;
    }
}

@media (min-width: 1800px) {
    .header-wrapper.sticky~.submenu {
        position: fixed;
    }
}

.search-panel__wrap {
    position: relative;
    padding: 73px 0 85px;
}

.search-panel__close {
    position: absolute;
    right: 22px;
    top: 29px;
    font-size: 0;
}

body.-notouch .search-panel__close:hover svg {
    fill: #223344;
}

.search-panel__clear {
    display: none;
    position: absolute;
    top: 15px;
    right: 50px;
}

body.-show-search .search-panel__clear {
    display: block;
    z-index: 100;
}

.search-panel__submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    width: 50px;
    padding-left: 0;
    padding-right: 0;
    outline: none;
    z-index: 100;
}

body.-notouch .search-panel__submit:hover svg {
    fill: #445e99;
}

.search-panel .form__hint {
    top: 70px;
}

.mobile-dropdown {
    position: absolute;
    left: 0;
    top: 69px;
    width: 100%;
    background: #fff;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s, visibility 0.15s, transform 0.15s;
    transform: translateY(-20px);
}

.mobile-dropdown.-main {
    /* border-top: 1px solid #dfe9f1; */
}

.mobile-dropdown.-main .mobile-dropdown__content-search {
    display: none;
}

.mobile-dropdown.-main .mobile-dropdown__content-menu {
    display: none;
}

body.-show-mobile-main {
    overflow: hidden;
}

body.-show-mobile-main .mobile-dropdown .mobile-dropdown__content {
    display: flex;
    flex-flow: column;
}

body.-show-mobile-main .mobile-dropdown .mobile-dropdown__content-menu {
    display: block;
}

body.-show-mobile-main .mobile-dropdown .mobile-dropdown__content-search {
    display: none;
}

body.-show-mobile-search .mobile-dropdown .mobile-dropdown__content-search {
    display: block;
}

body.-show-mobile-search .mobile-dropdown .mobile-dropdown__content-menu {
    display: none;
}

body.-show-mobile-main .mobile-dropdown .mobile-dropdown__nav {
    max-height: 77vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

body.-show-mobile-main .mobile-dropdown .mobile-dropdown__nav>ul {
    padding-bottom: 75px;
}

@media (max-width: 991px) {
    body.-show-mobile-main .mobile-dropdown.-main {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        z-index: 200;
    }

    body.-show-mobile-main .overlay {
        opacity: 1;
        visibility: visible;
        background: #fff;
    }

    body.-show-mobile-main .sticky-line__top {
        display: none;
    }
}

.mobile-dropdown.-user {
    border-top: 2px solid #658D1B;
}

@media (max-width: 991px) {
    body.-show-mobile-user .mobile-dropdown.-user {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }

    body.-show-mobile-user .overlay {
        opacity: 1;
        visibility: visible;
        background: #fff;
    }

    body.-show-mobile-user .header__user>a {
        background: #658D1B;
    }

    body.-show-mobile-user .header__user>a>svg {
        fill: #fff;
    }

    body.-show-mobile-user .header__medkarta>a {
        background: #658D1B;
    }

    body.-show-mobile-user .header__medkarta>a>svg {
        fill: #fff;
    }
}

.mobile-dropdown__content {
    padding-top: 29px;
    padding-bottom: 32px;
}

.mobile-dropdown__search {
    margin-top: 0px;
    margin-bottom: 32px;
}

.mobile-dropdown__nav {
    font-size: 14px;
    line-height: 1.5;
}

.mobile-dropdown__nav ul {
    padding: 0 6px;
    margin: 0;
}

.mobile-dropdown__nav ul li {
    margin: 0 0 26px;
    color: #000;
}

.mobile-dropdown__nav ul li:last-child {
    margin-bottom: 0;
}

.mobile-dropdown__nav ul li:before {
    display: none;
}

.mobile-dropdown__nav ul li.medkarta-item {
    cursor: pointer;
    background: #e2edff;
    border-radius: 10px;
    padding: 12px 16px 11px;
    width: 210px;
    margin-bottom: 30px;
}

.mobile-dropdown__nav ul li.medkarta-item .icon-person {
    margin: 0;
}

.mobile-dropdown__nav ul li.medkarta-item a {
    width: auto;
    padding-left: 8px;
}

.mobile-dropdown__nav ul li a,
.mobile-dropdown__nav ul li span {
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

.mobile-dropdown__nav ul li a {
    display: inline-block;
    text-decoration: none;
    width: 100%;
}

.mobile-dropdown__nav ul li span {
    margin-left: 8px;
}

.mobile-dropdown__nav ul li.active > a {
    font-weight: 700;
}

.mobile-dropdown__nav ul li.parent > a {
    position: relative;
    padding-right: 30px;
}

.mobile-dropdown__nav ul li.parent > a::after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 284.929 284.929' xmlns:xlink='http://www.w3.org/1999/xlink' width='8px' height='11px'%3E%3Cpath fill='%23222' d='M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441 L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082 c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647 c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
    transition: transform 0.15s;
    margin: 2px 0 0 21px;
}

.mobile-dropdown__nav ul li.parent > a.-clicked::after {
    transform: rotate(-180deg);
}

.mobile-dropdown__nav ul ul {
    font-size: 14px;
    padding: 18px 0 0;
    display: none;
}

.mobile-dropdown__nav ul ul li {
    margin-bottom: 15px;
}

.mobile-dropdown__nav ul ul li a {
    font-weight: 400;
    font-size: 15px;
    text-transform: none;
    color: #223344;
    padding: 0 20px;
}

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

    .mobile-dropdown__search .input-search {
        height: 40px;
        border-color: rgb(223, 233, 241);
        padding: 10px 20px;
        font-size: 14px;
    }

    .mobile-dropdown__search button.search-panel__submit .icon-search {
        fill: rgb(68, 94, 153);
    }

    .mobile-dropdown__nav ul li.medkarta-item {
        font-size: 12px;
        width: 206px;
    }
}

@media (max-width: 767px) {
    .mobile-dropdown {
        top: 56px;
    }
}

.breadcrumbs {
    font-size: 14px;
    line-height: 1.4;
    color: #667788;
    margin-bottom: 25px;
}

.breadcrumbs ul {
    margin: 0px;
    padding: 29px 0 24px;
}

.breadcrumbs li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.breadcrumbs li:before {
    display: none;
}

.breadcrumbs li:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 11px;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8px' height='11px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(136, 153, 170)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M1.940,1.551 L5.767,5.380 L1.937,9.208 '/%3E%3C/svg%3E");
}

.breadcrumbs li:last-child:after {
    display: none;
}

.breadcrumbs a {
}

.breadcrumbs a.dotted {
    text-decoration: none;
    border-bottom: 1px dotted currentColor;
}

.breadcrumbs a:hover {
    text-decoration: none;
    border-bottom: 0;
}

.breadcrumbs.-white {
    color: #fff;
}

.breadcrumbs.-white a {
    color: inherit;
}

.breadcrumbs.-white li:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8px' height='11px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M1.940,1.551 L5.767,5.380 L1.937,9.208 '/%3E%3C/svg%3E");
}

.breadcrumbs-mobile__wrap {
    font-size: 14px;
    color: #8899aa;
    line-height: 1.4;
    margin-bottom: 7px;
}

.breadcrumbs-mobile {
    position: relative;
    padding: 14px 0;
}

.breadcrumbs-mobile > a {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.breadcrumbs-mobile__icon {
    font-size: 0;
    line-height: 36px;
    color: #3c64fa;
    text-align: center;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 43, 102, 0.15);
}

.breadcrumbs-mobile__icon::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='167' height='285'%3E%3Cpath fill-rule='evenodd' fill='rgb(60 100 250)' d='m149.5 282.1l14.3-14.3q2.8-2.8 2.8-6.6 0-3.7-2.8-6.5l-112.2-112.2 112.2-112.2q2.8-2.9 2.8-6.6 0-3.7-2.8-6.6l-14.3-14.2q-2.9-2.9-6.6-2.9-3.7 0-6.5 2.9l-133.1 133q-2.8 2.9-2.8 6.6 0 3.7 2.8 6.5l133.1 133.1q2.8 2.8 6.5 2.8 3.7 0 6.6-2.8z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 0 0 -2px;
}

.image-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

iframe.image-cover {
    z-index: 3;
}

.block-bordered {
    position: relative;
    border: 1px solid #DFE9F1;
    border-radius: 4px;
    transition: box-shadow 0.25s, border-color 0.25s, background 0.25s;
    overflow: hidden;
    z-index: 0;
}

.block-bordered:after {
    content: '';
    display: block;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border: 1px solid #DFE9F1;
    border-radius: 4px;
    transition: border-color 0.25s;
    z-index: -1;
}

body.-notouch .gallery-image__item.block-bordered:hover,
body.-notouch .services-list__item.block-bordered:hover,
.block-bordered.-active {
    box-shadow: -2px 2px 21px 0px rgba(66, 76, 107, 0.14);
    border-color: transparent;
    background: #fff;
}

body.-notouch .gallery-image__item.block-bordered:hover:after,
body.-notouch .services-list__item.block-bordered:hover:after,
.block-bordered.-active:after {
    border-color: transparent;
}

.owl-carousel .block-bordered:hover {
    box-shadow: none !important;
}

.gallery-image__item.block-bordered:after {
    z-index: 0;
}

.block-bordered__header {
    border-bottom: 1px solid #DFE9F1;
    margin-left: 1px;
    margin-right: 1px;
    padding: 20px 27px 20px 27px;
}

.block-bordered__body {
    margin-left: 1px;
    margin-right: 1px;
    padding: 22px 27px 25px 27px;
}

.block-bordered__footer {
    margin-left: 1px;
    margin-right: 1px;
    padding: 22px 27px 25px 27px;
    border-top: 1px solid #DFE9F1;
    font-size: 14px;
    color: #778899;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .block-bordered__header h2,
    .block-bordered__header .h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {

    .block-bordered__header h2,
    .block-bordered__header .h2 {
        font-size: 24px;
    }
}

.alert {
    background: #F7F9FB;
    line-height: 1.45;
    padding: 42px 47px 42px 47px;
    border-radius: 3px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.alert:first-child {
    margin-top: 0;
}

.alert:last-child {
    margin-bottom: 0;
}

.alert__flex {}

.alert__icon {
    flex: 0 0 64px;
}

.alert__text {
    padding-left: 27px;
}

.alert__text:first-child {
    padding-left: 0;
}

.alert__text strong {
    color: inherit;
}

@media (max-width: 991px) {
    .alert {
        padding: 22px 27px 22px 27px;
    }
}

@media (max-width: 767px) {
    .alert {
        padding: 15px 15px 15px 15px;
        text-align: center;
    }

    .alert__icon {
        margin-bottom: 10px;
    }

    .alert__icon img {
        width: 45px;
    }

    .alert__text {
        padding-left: 0;
    }
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
}

.responsive-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.btns-group {
    margin-bottom: 30px;
}

.btns-group__item {
    margin-bottom: 5px;
}

.btns-group__item .btn {
    min-width: 160px;
}

@media (max-width: 575px) {
    .btns-group>.row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .btns-group>.row>div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .btns-group__item .btn {
        width: 100%;
        min-width: auto;
    }
}

.btns-switch {
    display: flex;
    justify-content: center;
    max-width: 354px;
    margin: 0 auto 50px;
}

.btns-switch .btn {
    font-size: 13px;
    line-height: 1.616;
    flex: 0 1 50%;
    max-width: 50%;
}

.btns-switch .btn:first-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btns-switch .btn:last-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btns-switch .btn.-active {
    position: relative;
}

.btns-switch .btn.-light-blue:not(.-active):not(:hover) {
    color: #223344;
    background: #f0f4ff;
    border-color: #f0f4ff;
}

body.-notouch .btns-switch .btn.-light-blue:not(.-active):hover {
    color: #223344;
}

@media (max-width: 767px) {
    .btns-switch .btn {
        line-height: 1.385;
    }
}

@media (max-width: 575px) {
    .btns-switch {
        max-width: 320px;
        margin-bottom: 20px;
    }
}

.files-list {
    max-width: 1024px;
    margin-top: 50px;
    margin-bottom: 67px;
}

.files-list:first-child {
    margin-top: 0;
}

.files-list:last-child {
    margin-bottom: 0;
}

.files-list__item {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 17px;
}

.files-list__item a {
    color: #223344;
}

.files-list__item a:hover {
    color: #3c64fa;
}

.files-list__icon {
    flex: 0 0 30px;
}

.files-list__icon img {
    width: 30px;
    height: 32px;
    object-fit: contain;
}

.files-list__text {
    padding-left: 35px;
}

.files-list__text:first-child {
    padding-left: 0;
}

@media (max-width: 991px) {
    .files-list {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .files-list {
        margin-top: 28px;
        margin-bottom: 19px;
    }

    .files-list__text {
        padding-left: 18px;
    }
}

@media (max-width: 575px) {
    .files-list__item {
        font-size: 12px;
    }
}

.files-list__item.-lg {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 23px;
}

.files-list__item.-lg .files-list__text {
    padding-left: 24px;
}

@media (min-width: 768px) {
    .files-list__item.-lg .files-list__icon {
        flex: 0 0 44px;
        margin-top: 8px;
    }

    .files-list__item.-lg .files-list__icon img {
        width: 44px;
        height: 48px;
    }
}

@media (max-width: 767px) {
    .files-list__item.-lg {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 18px;
    }

    .files-list__item.-lg .files-list__icon {
        margin-top: 4px;
    }

    .files-list__item.-lg .files-list__text {
        padding-left: 20px;
    }
}

.articles-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.articles-list:first-child {
    margin-top: 0;
}

.articles-list:last-child {
    margin-bottom: 0;
}

.articles-list__item {
    position: relative;
    font-size: 16px;
    line-height: 1.285;
    background: #fefefe;
    box-shadow: 0 2px 10px rgba(0, 43, 102, 0.08);
    border-radius: 15px;
    transition: box-shadow 0.15s;
    padding: 27px;
    gap: 20px;
}

body.-notouch .articles-list__item:hover {
    box-shadow: 0 2px 13px rgba(0, 43, 102, 0.12);
}

.articles-list__title a {
    color: #223344;
}

.articles-list__icon {
    flex: 0 0 20px;
}

.articles-list__icon a {
    outline: none;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.articles-list__icon svg {
    flex-shrink: 0;
}

.articles-list__item:hover .articles-list__title a {
    color: #3c64fa;
}

@media (max-width: 767px) {
    .articles-list__item {
        font-size: 14px;
        padding: 15px 15px 16px 20px;
    }
}

.user-articles {
    margin-top: 42px;
    margin-bottom: 55px;
}

.user-articles h2 {
    margin-bottom: 22px;
}

@media (max-width: 767px) {
    .user-articles {
        margin-top: 30px;
        margin-bottom: 38px;
    }

    .user-articles h2 {
        margin-bottom: 14px;
    }
}

.banners-carousel {
    display: flex;
    column-gap: 30px;
    width: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
}

.banners-carousel .banners-item {
    flex-shrink: 0;
    width: 256px;
    height: auto;
    margin-right: 2px;
}

@media (max-width: 1199px) {
    .banners-carousel {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        width: 100vw;
        margin-left: calc(-1 * (100vw - 960px + 30px) / 2);
        margin-right: calc(-1 * (100vw - 960px + 30px) / 2);
        padding-left: calc((100vw - 960px + 30px) / 2);
        padding-right: calc((100vw - 960px + 30px) / 2);
    }

    .banners-carousel::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 991px) {
    .banners-carousel {
        margin-left: calc(-1 * (100vw - 720px + 30px) / 2);
        margin-right: calc(-1 * (100vw - 720px + 30px) / 2);
        padding-left: calc((100vw - 720px + 30px) / 2);
        padding-right: calc((100vw - 720px + 30px) / 2);
    }

    .banners-carousel .banners-item {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .banners-carousel {
        column-gap: 20px;
        margin-left: calc(-1 * (100vw - 540px + 30px) / 2);
        margin-right: calc(-1 * (100vw - 540px + 30px) / 2);
        padding-left: calc((100vw - 540px + 30px) / 2);
        padding-right: calc((100vw - 540px + 30px) / 2);
    }

    .banners-carousel .banners-item {
        width: 206px;
    }
}

@media (max-width: 575px) {
    .banners-carousel {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.home-top {
    overflow: hidden;
    background: #eef4ff;
    padding: 50px 0 68px;
}

.home-top__inner {
    display: flex;
    flex-direction: column;
}

.home-top__title {
    display: flex;
    column-gap: 30px;
    font-size: 24px;
    line-height: 1.5;
    color: #000;
    padding-left: 3px
}

.home-top__title-years {
    flex-shrink: 0;
    font-weight: 800;
    font-size: 79px;
    line-height: 1;
    color: #3c64fa;
}

.home-top__title-years span {
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 0.2em;
    display: block;
    margin-top: -10px;
}

.home-top__title-text {
    max-width: 670px;
}

.home-top .banners-carousel {
    margin-top: 39px;
}

.home-top__search {
    position: relative;
    margin-top: 56px;
}

.home-top__search .form__input:focus::placeholder {
    color: transparent;
}

.home-top__search .form__input.-has-icon {
    padding-right: 66px;
}

.home-top__search .search-panel__submit {
    z-index: 1;
    width: 66px;
}

@media (max-width: 991px) {
    .home-top__title {
        column-gap: 24px;
        font-size: 19px;
    }

    .home-top__title-years {
        font-size: 64px;
    }

    .home-top__title-years span {
        font-size: 28px;
    }

    .home-top__title-text {
        max-width: 530px;
    }
}

@media (max-width: 767px) {
    .home-top {
        padding: 20px 0 31px;
    }

    .home-top__title {
        column-gap: 19px;
        font-size: 13px;
        line-height: 1.384;
        padding-left: 0;
    }

    .home-top__title-years {
        font-size: 48px;
    }

    .home-top__title-years span {
        font-size: 21px;
        margin-top: -8px;
    }

    .home-top__title-text {
        max-width: 365px;
    }

    .home-top .banners-carousel {
        order: 1;
        margin-top: 10px;
    }

    .home-top__search {
        margin-top: 17px;
    }

    .home-top__search .form__input.-has-icon {
        padding-right: 58px;
    }
    
    .home-top__search .search-panel__submit {
        width: 58px;
    }
}

.search-result-dropdown {
    display: none;
    font-size: 16px;
    line-height: 1.384;
    color: #000;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 43, 102, 0.07);
    border-radius: 10px;
    padding: 25px 28px 35px;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 11px;
}

.search-result-dropdown__close {
    position: absolute;
    top: 19px;
    right: 26px;
}

.search-result-dropdown__close svg {
    color: #222;
    width: 14px;
    height: 14px;
}

.search-result-dropdown__inner {
    overflow-y: auto;
    max-height: 453px;
    margin-right: -28px;
    padding-right: 28px;
    margin-bottom: 22px;
}

.search-result-dropdown__section {
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 14px;
}

.search-result-dropdown__section:first-child {
    margin-top: 0;
}

.search-result-dropdown__item {
    font-size: 15px;
    margin-bottom: 9px;
}

.search-result-dropdown__item:last-child {
    margin-bottom: 0;
}

.search-result-dropdown__item a {
    display: block;
    background: #f6f9ff;
    border-radius: 10px;
    padding: 17px 20px 18px;
}

.search-result-dropdown__item a:not(:hover) {
    color: inherit;
}

.search-result-dropdown__item b {
    color: inherit;
}

.search-result-dropdown.-static {
    position: static;
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin-top: 40px;
}

.search-result-dropdown.-static .search-result-dropdown__inner {
    padding-right: 0;
    margin-right: 0;
}

.mobile-dropdown .search-result-dropdown__inner {
    max-height: calc(100vh - 324px);
}

@media (max-width: 767px) {
    .search-result-dropdown {
        font-size: 14px;
        padding: 14px 20px 26px;
    }

    .search-result-dropdown__close {
        display: none;
    }

    .search-result-dropdown__inner {
        max-height: 377px;
        margin-right: -20px;
        padding-right: 20px;
    }

    .search-result-dropdown__section {
        margin-top: 17px;
    }

    .search-result-dropdown__item {
        font-size: 13px;
        margin-bottom: 7px;
    }

    .search-result-dropdown__item a {
        padding: 12px 15px;
    }

    .search-result-dropdown.-static {
        margin-top: 24px;
    }

    .mobile-dropdown .search-result-dropdown__inner {
        max-height: calc(100vh - 286px);
    }
}

.home-services {
    padding: 54px 0 41px;
}

.home-services__header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px 26px;
    margin-bottom: 46px;
}

.home-services__header h2 {
    font-weight: 600;
    margin: 0;
}

.home-services__header .form__switch {
    font-size: 16px;
}

.home-services__item {
    margin-bottom: 22px;
}

.home-services__item a {
    color: inherit;
}

.home-services__item a:hover {
    color: #3c64fa;
}

.home-services__more {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3333;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    vertical-align: top;
    gap: 15px;
    background: #f6f9ff;
    border-radius: 15px;
    padding: 22px 26px;
    margin-top: 7px;
}

.home-services__more:hover {
    background: #eef4ff;
}

.home-services__more-text {
    display: block;
    max-width: 80%;
}

.home-services__more-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 2px solid #3c64fa;
    border-radius: 100%;
}

.home-services__more-icon svg {
    margin: 0;
}

@media (min-width: 575px) and (max-width: 767px) {
    .home-services .row > [class*="col-"]:nth-of-type(2n) {
        order: 1;
    }
}

@media (max-width: 767px) {
    .home-services {
        padding: 35px 0 20px;
    }

    .home-services__header {
        margin-bottom: 30px;
    }

    .home-services__item {
        margin-bottom: 16px;
    }

    .home-services__more {
        gap: 12px;
        font-size: 16px;
        padding: 16px 21px;
    }

    .home-services__more-text {
        max-width: 75%;
    }
}

.home-news {
    background: #f6f9ff;
    padding: 53px 0 90px;
}

.home-news h2 {
    font-size: 36px;
    line-height: 1.222222;
}

.home-news .news-slider {
    margin: 0;
}

@media (max-width: 991px) {
    .home-news h2 {
        font-size: 24px;
        line-height: 1.4;
    }
}

@media (max-width: 767px) {
    .home-news {
        background: none;
        padding: 34px 0 39px;
    }

    .home-news h2 {
        font-size: 20px;
    }
}

.rating {
    margin-top: 75px;
}

.rating:first-child {
    margin-top: 0;
}

.rating h2 {
    font-weight: 600;
    margin-bottom: 32px;
}

.rating-carousel {
    width: calc(100% + 30px);
    margin: -15px;
}

.rating-carousel:last-child {
    margin-bottom: -15px;
}

.rating-carousel .owl-stage-outer {
    padding: 15px 0;
}

.rating-carousel .owl-stage {
    display: flex;
}

.rating-carousel .owl-item {
    flex-shrink: 0;
    padding: 0 15px;
}

.rating-carousel .owl-nav button.owl-prev {
    left: -10px;
}

.rating-carousel .owl-nav button.owl-next {
    right: -10px;
}

.rating-carousel .owl-dots {
    margin-top: 5px;
}

.rating-carousel__item {
    position: relative;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 15px rgba(0, 33, 58, 0.02);
    transition: box-shadow 0.15s;
}

body.-notouch .rating-carousel__item:hover {
    box-shadow: 0 7px 12px rgba(0, 43, 102, 0.08);
}

.rating-carousel__item img {
    border-radius: 15px;
    height: auto;
    width: 100%;
    max-width: 256px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .rating {
        margin-top: 50px;
    }

    .rating h2 {
        margin-bottom: 23px;
    }

    .rating-carousel__item {
        box-shadow: 0 2px 10px rgba(0, 43, 102, 0.08);
    }
}

@media (max-width: 575px) {
    .rating-carousel:last-child {
        margin-bottom: 0;
    }

    .rating-carousel.off {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        display: flex;
        column-gap: 20px;
        width: calc(100% + 40px);
        padding: 15px 20px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .rating-carousel.off .rating-carousel__item {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 206px;
        min-height: 105px;
    }
}

.home-contacts {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 38px 0;
}

.home-contacts .h1 {
    font-weight: 600;
}

.home-contacts .contacts-blocks {
    font-size: 14px;
}

.home-contacts .contacts-blocks__item {
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    .home-contacts .contacts-blocks .embed-video {
        margin-top: 66px;
    }

    .home-contacts .contacts-map__map {
        min-height: 100%;
    }
}

@media (min-width: 1200px) {
    .home-contacts .contacts-blocks {
        margin-right: -30px;
    }

    .home-contacts .contacts-map__map {
        width: calc(50% + 15px) !important;
    }
}

@media (max-width: 991px) {
    .home-contacts {
        padding-bottom: 0;
    }
}

.home-menu {
    padding: 50px 0;
}

@media (max-width: 767px) {
    .home-menu {
        padding: 29px 0 0;
    }
}

.bnrs-list {
    margin-bottom: -30px;
    line-height: 1.4;
}

.bnrs-list__item {
    height: 220px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 4px;
    background-color: #F1F5F8;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    min-height: calc(100% - 30px);
    padding: 30px 60px;
    z-index: 0;
    overflow: hidden;
}

.bnrs-list__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(241, 245, 248, 1) 0%, rgba(241, 245, 248, 1) 20%, rgba(241, 245, 248, 0) 80%, rgba(241, 245, 248, 0) 100%);
    z-index: -1;
}

.bnrs-list__title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #223344;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.bnrs-list__title a {
    text-decoration: none;
    color: inherit;
}

body.-notouch .bnrs-list__title a:hover {
    color: #577cc7;
}

.bnrs-list__text {
    color: #445566;
    margin-top: 11px;
}

@media (max-width: 991px) {
    .bnrs-list__text {
        font-size: 18px;
    }

    .bnrs-list {
        margin-bottom: -20px;
    }

    .bnrs-list__item {
        margin-bottom: 20px;
        min-height: 220px;
    }
}

@media (max-width: 767px) {
    .bnrs-list__item {
        height: auto;
        padding: 25px 25px 25px 25px;
        min-height: 125px;
    }

    .bnrs-list__title {
        font-size: 18px;
        line-height: 1.25;
    }

    .bnrs-list__text {
        font-size: 14px;
        margin-top: 5px;
    }

    .bnrs-list .col-md-6 {
        padding-bottom: 20px;
        border-radius: 4px;
        overflow: hidden;
    }
}

.main {
    padding: 55px 0 90px;
    position: relative;
}

.main.-blue {
    background: #F7F9FB;
}

.main.-light-gray {
    background: #f7f9fb;
    color: #223344;
}

.main.-gray {
    background: #D7DEEF;
}

@media (max-width: 991px) {
    .main {
        padding-top: 35px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .main {
        padding-top: 25px;
        padding-bottom: 50px;
    }
}

.page-nav {
    margin-bottom: 30px;
    margin-top: 40px;
}

.page-nav:first-child {
    margin-top: 0;
}

.page-nav__item {
    margin: 0px 20px 10px 0px;
}

.page-nav__item .btn {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
}

.page-nav-bottom {
    margin: 45px 0 0;
}

.page-nav-bottom + .page-nav-bottom {
    margin-top: 39px;
}

.page-nav-bottom__title {
    font-size: 13px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #223344;
    margin-bottom: 17px;
}

.page-nav-bottom__items {
    gap: 15px 10px;
}

.page-nav-bottom__item {
    font-size: 14px;
    line-height: 20px;
    color: #3c64fa;
    background-color: #e2edff;
    border-radius: 10px;
    padding: 14px 22px;
}

.page-nav-bottom__item.-hidden {
    display: none;
    opacity: 0;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

.page-nav-bottom__add-btn {
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline dotted;
}

.page-nav-bottom__add-btn.-toggled {
    font-size: 0;
}

.page-nav-bottom__add-btn.-toggled::after {
    content: 'Свернуть';
    font-size: 14px;
    line-height: 20px;
}

.page-nav-bottom__add-btn:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .page-nav {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .page-nav__item {
        margin: 0 0 5px;
        width: 100%;
    }

    .page-nav__item:last-child {
        margin-bottom: 0;
    }

    .page-nav__item .btn {
        width: 100%;
    }

    .page-nav-bottom + .page-nav-bottom {
        margin-top: 29px;
    }

    .page-nav-bottom__title {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .page-nav-bottom__items {
        gap: 10px;
    }

    .page-nav-bottom__item {
        font-size: 12px;
        border-radius: 8px;
        padding: 6px 17px;
    }

    .page-nav-bottom__add-btn,
    .page-nav-bottom__add-btn.-toggled::after {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .page-nav-bottom {
        margin-top: 23px;
    }
}

.related-news-wrapper {
    display: flex;
    flex-flow: column;
}

.related-news-wrapper .related-news-header {
    order: -1;
}

.related-news-header {
    gap: 7px 20px;
    margin: 57px 0 31px;
}

.related-news-header h2 {
    margin: 0;
}

.related-news-header a {
    font-size: 14px;
}

@media (max-width: 575px) {
    .related-news-header {
        margin: 30px 0 15px;
    }

    .related-news-header a {
        font-size: 13px;
    }
}

.related-news-carousel {
    margin-bottom: 0;
}

.related-news-carousel.off {
    display: block;
}

@media (max-width: 575px) {
    .related-news-carousel {
        width: calc(100% + 30px);
        margin: -15px;
    }

    .related-news-carousel .owl-stage-outer {
        padding: 15px 0px;
    }

    .related-news-carousel .owl-item {
        padding: 0 15px;
    }

    .related-news-carousel .news-list__item {
        margin: 0;
    }

    .related-news-carousel .owl-dots {
        margin-top: 5px;
    }
}

.page-top {
    position: relative;
    z-index: 1;
    line-height: 1.5;
    color: #223344;
    background-color: #eef4ff;
    padding-top: 40px;
    padding-bottom: 50px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 240px;
}

.page-top__bg {
    pointer-events: none;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-top h1:not([class]) {
    margin-bottom: 20px;
}

.page-top h1:last-child {
    margin-bottom: 0;
}

.page-top .btn {
    min-width: 256px;
    margin-top: 12px;
}

.page-top .breadcrumbs {
    margin-bottom: -5px;
}

.page-top .breadcrumbs ul {
    padding: 24px 0;
}

.page-top .breadcrumbs-mobile__wrap {
    margin-bottom: 2px;
}

.page-top.-image .breadcrumbs {
    margin-bottom: 10px;
}

.page-top.-image .breadcrumbs-mobile__wrap {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.page-top.-white {
    color: #fff;
}

.page-top.-white h1 {
    color: #fff;
}

.page-top.-white .breadcrumbs-mobile a {
    color: #fff;
}

.page-top.-white .breadcrumbs-mobile__icon {
    color: #fff;
}

.page-content {
    padding-top: 50px;
}

@media (min-width: 992px) {
    .page-top__bg {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

@media (max-width: 991px) {
    .page-top {
        font-size: 14px;
        padding-top: 35px;
        padding-bottom: 40px;
        min-height: auto;
    }

    .page-top:not(.-white) {
        background-image: none !important;
    }

    .page-top.-image {
        background-color: transparent;
        padding-top: 0;
        padding-bottom: 0;
    }

    .page-top__bg {
        height: 153px;
        margin-bottom: 22px;
    }

    .page-top__bg.-right {
        background-position: 100% 50%;
    }

    .page-content {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .page-top {
        padding-top: 25px;
        padding-bottom: 30px;
    }

    .page-content {
        padding-top: 25px;
    }
}

@media (max-width: 575px) {
    .page-top .btn {
        width: 100%;
        margin-top: 2px;
    }
}

@media (min-width: 992px) {
    .page-content.user-content {
        padding-top: 57px;
    }
}

@media (max-width: 767px) {
    .page-content.user-content {
        padding-top: 26px;
    }
}

.services-content {
    padding-top: 57px;
}

@media (max-width: 767px) {
    .services-content {
        padding-top: 30px;
    }

    .services-content .doctors-list-small {
        margin-bottom: -10px;
    }

    .services-content .description-block {
        font-size: 14px;
        line-height: 1.5;
    }
}

.page-top-nav {
    color: #112233;
    background: #e2edff;
    padding: 20px 0 0;
}

.page-top-nav__items {
    display: flex;
    align-items: center;
    gap: 10px 48px;
}

.page-top-nav__item {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    color: inherit;
    padding-bottom: 21px;
}

.page-top-nav__item:hover {
    text-decoration: none;
}

@media (min-width: 992px) {
    .page-top-nav__item:hover {
        color: inherit;
    }

    .page-top-nav__item:first-child::after,
    .page-top-nav__item:hover::after {
        content: '';
        display: block;
        height: 3px;
        background: #3c64fa;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

@media (max-width: 991px) {
    .page-top-nav {
        background: transparent;
        padding: 0;
        margin-top: 30px;
    }

    .page-top-nav__items {
        flex-wrap: wrap;
        gap: 10px;
    }

    .page-top-nav__item {
        font-weight: 500;
        font-size: 14px;
        background: #e2edff;
        border-radius: 10px;
        padding: 6px 15px;
    }

    .page-top-nav__item::after {
        display: none;
    }
}

.main-content {
    margin-bottom: 30px;
}

.main-content h2 {
    margin: 24px 0 19px;
}

.main-content ul li {
    margin-bottom: 2px;
}

.main-content img,
.static-page img {
    margin-right: 30px;
    margin-bottom: 30px;
    max-width: 50%;
}

@media (max-width: 575px) {
    .main-content {
        margin-bottom: 24px;
    }

    .main-content ul,
    .main-content p {
        margin-bottom: 10px;
    }

    .main-content img,
    .static-page img {
        margin-right: 0px;
        margin-bottom: 20px;
        max-width: 100%;
        height: auto !important;
    }
}

.main-content+.tabs {
    clear: both;
}

.main-content div.files-list__icon img,
.static-page div.files-list__icon img {
    margin-right: 0px;
    margin-bottom: 0px;
    max-width: 100%;
}

.image-with-text {
    margin-bottom: 30px;
}

.image-with-text .image-block {
    margin-right: 30px;
    flex-shrink: 0;
}

.image-with-text .image-block img {
    margin: 0px;
    max-width: 100%;
}

@media (max-width: 575px) {
    .image-with-text .image-block {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

.video-in-description {
    width: 50%;
    float: left;
    margin: 0 30px 12px 0;
    border-radius: 3px;
    overflow: hidden;
}

.video-in-description+.d-flex {
    width: 100%;
    padding-top: 15px;
}

.video-in-description div.label {
    font-weight: normal;
    font-size: 14px;
    margin-top: -10px;
    padding: 15px 20px;
    border-top: 1px solid #fff;
    background: #f1f5f9;
    color: #577cc7;
}

.video-in-description a:hover {
    text-decoration: none;
}

.video-in-description .embed-video {
    margin-bottom: 0px;
}

.video-in-description div.label img {
    margin: 0;
    margin-top: -5px;
    margin-right: 15px;
}

.video-in-description--modified div.label {
    margin-top: 0px;
}

@media (max-width: 767px) {
    .video-in-description {
        width: 100%;
        float: none;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
}

.four-images .image-block img {
    margin: 0px;
    max-width: 100%;
}

@media (max-width: 575px) {
    .four-images .image-block img {
        margin-bottom: 20px;
    }
}

.description-block {
    font-size: 15px;
    line-height: 2;
    display: flex;
    flex-direction: column;
    margin-bottom: 64px;
}

.description-block h2,
.description-block h3 {
    margin-bottom: 29px;
}

.description-block li {
    margin-bottom: 16px;
}

.description-block__inner.truncated {
    height: 200px;
    overflow: hidden;
}

.description-block__more {
    cursor: pointer;
    font-size: 16px;
    text-decoration: underline dotted;
    text-underline-offset: 2px;
    margin-top: 13px;
}

.description-block__more.active {
    font-size: 0;
}

.description-block__more.active::before {
    content: 'Свернуть';
    font-size: 16px;
}

@media (max-width: 767px) {
    .description-block {
        font-size: 13px;
        line-height: 1.53846;
        margin-bottom: 38px;
    }

    .description-block h2,
    .description-block h3 {
        margin-bottom: 17px;
    }

    .description-block__inner.truncated {
        height: 300px;
    }

    .description-block__more,
    .description-block__more.active::before {
        font-size: 14px;
    }
}

.text-with-video {
    font-size: 15px;
    line-height: 1.73;
    margin-top: 47px;
}

.text-with-video:first-child {
    margin-top: 0;
}

.text-with-video .embed-youtube,
.text-with-video .embed-video {
    padding-top: 64.5%;
    margin-top: 81px;
}

.text-with-video h2 {
    margin-bottom: 33px;
}

.text-with-video .description-block {
    line-height: inherit;
}

@media (min-width: 768px) {
    .text-with-video .description-block__inner.truncated {
        height: auto;
    }

    .text-with-video .description-block__more {
        display: none;
    }

    .text-with-video + .reviews-tabs {
        margin-top: 47px;
    }
}

@media (max-width: 991px) {
    .text-with-video .embed-youtube,
    .text-with-video .embed-video {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .text-with-video {
        font-size: 13px;
        line-height: 1.53846;
        margin-top: 37px;
    }

    .text-with-video .embed-youtube,
    .text-with-video .embed-video {
        margin-bottom: 20px;
    }

    .text-with-video h2 {
        margin-bottom: 15px;
    }

    .text-with-video .description-block__inner.truncated {
        height: 380px;
    }

    .text-with-video .description-block__more {
        margin-top: 17px;
    }
}

.banners-item {
    position: relative;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    background-color: #3c64fa;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    padding: 92px 22px 19px;
    min-height: 256px;
    height: 100%;
    transition: box-shadow 0.15s;
}

body.-notouch .banners-item:hover {
    box-shadow: 0 7px 6px rgba(0, 43, 102, 0.12);
}

.banners-item__content {
    min-height: 112px;
    margin-top: auto;
}

.banners-item__title {
    color: inherit;
    display: block;
    max-width: 90%;
}

.banners-item__title:hover {
    text-decoration: none;
    color: inherit;
}

.banners-item__price {
    font-weight: 700;
    color: #8ae07c;
    margin-top: 8px;
}

.banners-item__text {
    font-weight: 400;
    font-size: 15px;
    margin-top: 13px;
}

@media (max-width: 991px) {
    .banners-item {
        font-size: 18px;
        min-height: 215px;
        padding: 65px 20px 15px;
    }

    .banners-item__content {
        min-height: 102px;
    }

    .banners-item__title {
        max-width: 85%;
    }

    .banners-item__text {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .banners-item {
        font-size: 14px;
        line-height: 1.142;
        padding: 50px 13px 10px;
        min-height: 155px;
    }

    .banners-item__content {
        min-height: 72px;
    }

    .banners-item__title {
        max-width: 71%;
    }

    .banners-item__text {
        font-size: 12px;
        margin-top: 8px;
    }
}

.services-banners {
    padding-bottom: 2px;
    margin-top: 50px;
}

.services-banners:first-child {
    margin-top: 0;
}

.services-banners h2 {
    margin-bottom: 41px;
}

.services-banners .banners-item {
    line-height: 1.4;
    min-height: 198px;
    padding: 60px 35px 34px;
}

.services-banners .banners-item__price {
    font-weight: 500;
    font-size: 24px;
    color: inherit;
    margin-top: 14px;
}

@media (max-width: 1199px) {
    .services-banners .banners-item {
        padding: 60px 25px 30px;
    }
}

@media (max-width: 767px) {
    .services-banners {
        padding-bottom: 0;
        margin-top: 30px;
        margin-bottom: 44px;
    }

    .services-banners h2 {
        margin-bottom: 23px;
    }

    .services-banners .banners-item {
        font-size: 18px;
        line-height: 1.2222;
        min-height: 165px;
        padding: 63px 36px 22px;
    }

    .services-banners .banners-item__title {
        max-width: 85%;
    }

    .services-banners .banners-item__price {
        font-size: 22px;
        margin-top: 7px;
    }
}

.services-carousel {
    width: calc(100% + 30px);
    margin: -15px;
}

.services-carousel:last-child {
    margin-bottom: -15px;
}

.services-carousel .owl-stage-outer {
    padding: 15px 0;
}

.services-carousel .owl-stage {
    display: flex;
}

.services-carousel .owl-item {
    flex-shrink: 0;
    padding: 0 15px;
}

.services-carousel .owl-nav button.owl-prev {
    left: -10px;
}

.services-carousel .owl-nav button.owl-next {
    right: -10px;
}

.services-carousel .owl-dots {
    margin-top: 5px;
}

.editor-item {
    display: flex;
    align-items: center;
    gap: 18px;
    border-radius: 15px;
    background-color: #e2edff;
    padding: 18px 32px 24px;
    height: 100%;
}

.editor-item__photo {
    flex: 0 0 64px;
}

.editor-item__photo img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.editor-item__text {
    font-size: 13px;
    line-height: 1.5;
    color: #223344;
}

.editor-item__hint {
}

.editor-item__name {
}

.editor-item__name a {
    text-decoration: none;
}

@media (max-width: 767px) {
    .editor-item {
        padding: 15px 15px 19px;
    }
}

@media (max-width: 575px) {
    .editor-item {
        border-radius: 0;
        background: none;
        padding: 0 10px;
        margin-top: 7px;
    }
}

.decease-bottom {
    font-size: 15px;
    line-height: 1.8;
    color: #223344;
    margin-top: 50px;
}

.decease-bottom__title {
    font-size: 20px;
    margin: 0 0 20px;
}

.decease-bottom .files-list__item a {
    color: #3c64fa;
}

@media (max-width: 767px) {
    .decease-bottom {
        font-size: 13px;
        line-height: 1.6;
        margin-top: 27px;
    }

    .decease-bottom__title {
        font-size: 18px;
        margin-bottom: 12px;
    }
}

.decease-files {
    margin-bottom: -28px;
}

@media (max-width: 767px) {
    .decease-files {
        margin-bottom: -22px;
    }
}

.form-final {
    background: #fff;
    box-shadow: 0 3px 21px 0 rgba(66, 76, 107, 0.14);
    margin-top: 35px;
    padding: 50px 95px;
    line-height: 1.4;
}

.form-final__header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 162px;
    padding-top: 5px;
}

.form-final__header h2 {
    margin: 14px 0 10px;
}

.form-final__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5555;
    margin: 31px 0 0;
}

.form-final__bottom {
    text-align: center;
    line-height: 1.5;
    border-top: 1px solid #D3E0EC;
    padding-top: 18px;
}

.form-final__bottom strong {
    color: inherit;
}

@media (max-width: 991px) {
    .form-final {
        text-align: center;
        max-width: 445px;
        margin: 25px auto 0px auto;
        padding: 30px 25px 32px 25px;
    }

    .form-final__header h2 {
        margin-top: 10px;
    }

    .form-final__content {
        padding: 20px 0px 5px 0px;
    }

    .form-final__bottom {
        line-height: 1.45;
        padding-top: 21px;
    }
}

@media (max-width: 767px) {
    .form-final {
        margin-top: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .form-final__title {
        font-size: 18px;
    }

    .form-final .details-item__title {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .form-final__header {
        min-height: 252px;
        padding-top: 0;
    }
}

.search-item h3 span {
    font-size: 14px;
    color: #ccddee;
}

.search-item .search-item__category {
    color: #2bca66;
    text-transform: uppercase;
}

.doctors-list {
    margin-bottom: -30px;
    line-height: 1.4;
}

.doctors-list__item {
    text-align: center;
    position: relative;
    z-index: 0;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 43, 102, 0.08);
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.doctors-list__content {
    position: relative;
    padding: 40px 20px 47px;
    min-height: 100%;
}

.doctors-list__fade {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -46px;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.15s, opacity 0.15s;
    box-shadow: 0 2px 13px 0px rgba(0, 43, 102, 0.12);
    column-gap: 11px;
}

.doctors-list__photo {
    margin-bottom: 25px;
}

.doctors-list__photo img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.doctors-list__name {
    font-size: 14px;
    color: #000;
}

.doctors-list__name strong {
    display: block;
    color: inherit;
}

.doctors-list__name a {
    color: inherit;
}

body.-notouch .doctors-list__name a:hover {
    color: #3c64fa;
    text-decoration: none;
}

.doctors-list__position {
    font-size: 13px;
    color: #445566;
    margin-top: 12px;
}

.doctors-list__btn {
    padding-left: 10px !important;
    padding-right: 10px !important;
    position: relative;
    z-index: 2;
    transition: color .15s, background .15s, border-color .15s, transform 0.15s;
    transform: translateY(10px);
}

.doctors-list__btn-write {
    padding-left: 10px !important;
    padding-right: 10px !important;
    min-width: 50px;
    position: relative;
    z-index: 2;
    transition: color .15s, background .15s, border-color .15s, transform 0.15s;
    transform: translateY(10px);
}

.doctors-list__btn-write svg {
    margin: 0;
}

body.-notouch .doctors-list__item:hover {
    z-index: 1;
}

body.-notouch .doctors-list__item:hover .doctors-list__fade {
    opacity: 1;
    visibility: visible;
}

body.-notouch .doctors-list__item:hover .doctors-list__btn,
body.-notouch .doctors-list__item:hover .doctors-list__btn-write {
    transform: translateY(0px);
}

.doctors-list__more {
    text-align: center;
    margin-top: 30px;
}

.doctors-list__more .btn {
    min-width: 210px;
}

@media (max-width: 1199px) {
    .doctors-list__fade {
        padding-left: 20px;
        padding-right: 20px;
    }

    .doctors-list__btn {
        font-size: 12px !important;
    }
}

@media (max-width: 991px) {
    .doctors-list__content {
        padding-top: 25px;
        padding-bottom: 40px;
    }

    .doctors-list__name {
        font-weight: 700;
    }

    .doctors-list__position {
        font-size: 12px;
    }

    .doctors-list__photo {
        margin-bottom: 10px;
    }

    .doctors-list__more {
        margin-top: 30px;
    }

    .doctors-list__fade {
        bottom: -43px;
    }
}

@media (max-width: 575px) {
    .doctors-list {
        margin-bottom: -10px;
    }

    .doctors-list__item {
        text-align: left;
        margin-bottom: 10px;
        height: auto;
    }

    .doctors-list__content {
        padding: 16px;
        align-items: center;
    }

    .doctors-list__photo {
        margin-bottom: 0;
        flex: 0 0 70px;
    }

    .doctors-list__photo img {
        border-width: 0;
        width: 70px;
        height: 70px;
    }

    .doctors-list__position {
        margin-top: 8px;
    }

    .doctors-list__text {
        padding-left: 16px;
    }

    .doctors-list__text:first-child {
        padding-left: 0;
    }
}

.doctors-filter {
    margin-bottom: 30px;
    line-height: 1.4;
}

.doctors-filter .form__field {
    margin-bottom: 20px;
}

.doctors-filter__name {}

.doctors-filter__type {}

.doctors-filter .form__checks {
    color: #445566;
}

.doctors-filter__reset {
    font-size: 14px;
}

.doctors-filter__reset a {
    text-decoration: none;
    border-bottom: 1px dotted currentColor;
}

@media (max-width: 767px) {
    .doctors-filter {
        margin-bottom: 23px;
    }

    .doctors-filter .form__field {
        margin-bottom: 9px;
    }
}

.doctors-list-small {
    margin-top: 55px;
    margin-bottom: -28px;
}

.doctors-list-small:first-child {
    margin-top: 0;
}

.doctors-list-small h2 {
    margin-bottom: 40px;
}

.doctors-list-small__item {
    position: relative;
    column-gap: 33px;
    padding: 27px 40px 30px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 43, 102, 0.07);
    transition: box-shadow 0.15s;
    height: calc(100% - 28px);
    margin-bottom: 28px;
}

body.-notouch .doctors-list-small__item:hover {
    box-shadow: 0 2px 13px 0px rgba(0, 43, 102, 0.12);
}

.doctors-list-small__photo {
    flex: 0 0 120px;
    margin-top: 5px;
}

.doctors-list-small__photo img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.doctors-list-small__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3333;
    color: #000;
}

.doctors-list-small__title a {
    color: inherit;
    text-decoration: none;
}

body.-notouch .doctors-list-small__title a:hover {
    color: #3c64fa;
}

.doctors-list-small__title strong {
    display: block;
    font-weight: inherit;
    color: inherit;
}

.doctors-list-small__position {
    font-size: 14px;
    line-height: 1.2;
    color: #667788;
    margin-top: 5px;
}

.doctors-list-small__btn {
    width: 226px;
    max-width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 35px;
}

@media (max-width: 1199px) {
    .doctors-list-small__item {
        padding: 27px 35px 30px;
    }
}

@media (max-width: 991px) {
    .doctors-list-small__item {
        height: auto;
        padding: 25px 30px 27px;
    }

    .doctors-list-small__btn {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .doctors-list-small {
        margin-top: 29px;
        margin-bottom: 0;
    }

    .doctors-list-small h2 {
        margin-bottom: 14px;
    }

    .doctors-list-small__item {
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .doctors-list-small__item {
        column-gap: 16px;
        padding: 18px 15px 78px;
    }

    .doctors-list-small__photo {
        flex: 0 0 70px;
        margin-top: 0;
    }

    .doctors-list-small__photo img {
        width: 70px;
        height: 70px;
    }

    .doctors-list-small__title {
        font-weight: 700;
        font-size: 14px;
        line-height: 1.53;
    }

    .doctors-list-small__title strong {
        font-weight: 700;
    }

    .doctors-list-small__position {
        font-size: 12px;
        margin-top: 6px
    }

    .doctors-list-small__btn {
        width: auto;
        margin: 0;
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 21px;
    }

    .doctors-list-small__item.-no-button {
        padding-bottom: 21px;
    }

    .doctors-list-small + .desc-image-gallery {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    #wrapper.doctor-wrapper {
        overflow: visible;
    }
}

.doctor-top__bg-wrapper {
    pointer-events: none;
}

.doctor-top__bg {
    width: 100%;
    height: 100%;
}

.doctor-top.page-top .breadcrumbs {
    margin-bottom: 77px;
}

.doctor-top__title {
    margin-left: -0.1em;
    margin-bottom: 14px;
}

.doctor-top__text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.doctor-top__text strong {
    font-weight: 600;
    color: inherit;
}

.doctor-top__position {
    margin-bottom: 15px;
}

.doctor-top__type {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.7;
}

.doctor-top__type-title {
    font-size: 16px;
    margin-bottom: 6px;
}

.doctor-top__type.-single {
    font-size: 16px;
}

.doctor-top__type.-single .doctor-top__type-title {
    display: inline;
    margin-bottom: 0;
}

.doctor-top__btn {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 32px;
    margin-top: 31px;
}

.doctor-top__btn .btn {
    padding-left: 16px;
    padding-right: 16px;
    min-width: 0;
    width: calc(50% - 16px);
    max-width: 256px;
    margin: 0;
}

.doctor-top__desc {
    font-size: 15px;
    line-height: 1.73;
    margin-top: 41px;
}

@media (min-width: 992px) {
    .doctor-top {
        min-height: 943px;
    }

    .doctor-top__bg-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .doctor-top__bg {
        max-height: 943px;
        position: sticky;
        top: 0;
        bottom: auto;
    }

    .doctor-top .container .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .doctor-top__bg {
        height: 360px;
        background-size: 140% auto;
        background-position: 0 -80px;
        margin-bottom: 20px;
    }

    .doctor-top__content {
        position: static;
    }
}

@media (max-width: 767px) {
    .doctor-top__image {
        max-height: 340px;
        width: 100%;
        object-fit: cover;
        object-position: center;
        margin-bottom: 20px;
    }

    .doctor-top__title {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 11px;
    }

    .doctor-top__position {
        margin-bottom: 1px;
    }

    .doctor-top__type {
        font-weight: 500;
        font-size: 12px;
        margin-top: -2px;
    }

    .doctor-top__type-title {
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 3px;
    }

    .doctor-top__type.-single {
        font-weight: 600;
        font-size: 14px;
    }

    .doctor-top__btn {
        gap: 20px;
        margin-top: 26px;
    }

    .doctor-top__btn .btn {
        padding: 10px 12px;
        width: calc(50% - 10px);
    }

    .doctor-top__btn .btn:first-child:last-child {
        width: 100%;
        max-width: none;
    }

    .doctor-top__desc {
        font-size: 13px;
        line-height: 1.53;
        margin-top: 25px;
    }

    .doctor-top__desc p:not(:last-child) {
        margin-bottom: 18px;
    }
}

@media (max-width: 575px) {
    .doctor-top__image {
        max-height: 241px;
        margin-bottom: 17px;
    }
}

.doctor-card__wrap {
    background: #F7F9FB;
    padding: 35px 0px;
}

.doctor-card {
    line-height: 1.4;
    position: relative;
}

.doctor-card__photo {
    flex: 0 0 160px;
}

.doctor-card__photo img {
    border-radius: 50%;
    width: 160px;
    height: 160px;
}

.doctor-card__content {
    padding-left: 30px;
}

.doctor-card__content:first-child {
    padding-left: 0;
}

.doctor-card__title {
    font-size: 22px;
    color: #223344;
    margin-bottom: 9px;
}

.doctor-card__title strong {
    color: inherit;
    display: block;
}

.doctor-card__title:last-child {
    margin-bottom: 0;
}

.doctor-card__title a {
    color: inherit;
}

body.-notouch .doctor-card__title a:hover {
    color: #577cc7;
}

.doctor-card__position {
    font-size: 14px;
    color: #8899aa;
}

.doctor-card__text {
    font-size: 14px;
    color: #445566;
    margin-top: 18px;
}

@media (max-width: 991px) {
    .doctor-card {
        line-height: 1.3;
    }

    .doctor-card__wrap {
        background: none;
        padding: 20px 0px 0px 0px;
        border-top: 1px solid #DFE9F1;
        margin-top: 30px;
        margin-bottom: -10px;
    }

    .doctor-card__photo {
        flex: 0 0 90px;
    }

    .doctor-card__photo img {
        width: 90px;
        height: 90px;
    }

    .doctor-card__title {
        font-size: 16px;
        margin-bottom: 3px;
    }

    .doctor-card__title:last-child {
        margin-bottom: 0;
    }

    .doctor-card__title strong {
        display: inline;
    }
}

@media (max-width: 767px) {
    .doctor-card__wrap {
        margin-bottom: -5px;
    }

    .doctor-card__photo {
        flex: 0 0 60px;
    }

    .doctor-card__photo img {
        width: 60px;
        height: 60px;
    }

    .doctor-card__content {
        padding-left: 15px;
    }

    .doctor-card__content:first-child {
        padding-left: 0px;
    }

    .doctor-card__title {
        font-size: 14px;
    }

    .doctor-card__title strong {
        display: block;
    }

    .doctor-card__position {
        font-size: 13px;
    }
}

.news-filter {
    row-gap: 15px;
}

.news-filter .form__field {
    margin-bottom: 0;
}

.news-list {
    line-height: 1.4;
    margin-bottom: -30px;
    margin-top: 50px;
}

.news-list.-sidebar {
    margin-top: 8px;
}

.news-list.-sidebar>h2 {
    margin-bottom: 31px;
}

@media (max-width: 991px) {
    .news-title {
        text-align: center;
        margin-top: -51px;
        margin-bottom: 26px;
    }

    .news-list.-sidebar {
        margin-top: 40px;
    }

    .news-list.-sidebar h2 {
        font-size: 24px !important;
        margin-bottom: 22px;
    }
}

.news-list__item {
    position: relative;
    margin-bottom: 30px;
    min-height: calc(100% - 30px);
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 43, 102, 0.08);
    border-radius: 15px;
    overflow: hidden;
    transition: box-shadow 0.15s;
}

.news-list__image {
    padding-bottom: 56.25%;
    position: relative;
    background: #E8E8E8;
}

.news-list__content {
    line-height: 1.375;
    color: #445566;
    padding: 0 25px 24px;
    margin-top: -13px;
}

.news-list__heading {
    margin-bottom: 10px;
}

.news-list__heading-link {
    font-size: 14px;
    padding-top: 15px;
}

.news-list__header {
    margin-bottom: 10px;
}

.news-list__date {
    font-size: 13px;
    color: #667788;
    margin-bottom: 9px;
}

.news-list__badge {
    line-height: 16px;
    height: 26px;
    max-width: calc(100% + 50px);
    border-radius: 0 5px 5px 0;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 33, 58, 0.1);
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    position: relative;
    margin: 0 -25px 19px;
}

.news-list__badge span {
    font-size: 13px;
    padding: 5px 14px;
}

.news-list__type {
    color: #fff;
    background-color: #557dfa;
    border-radius: 0 5px 5px 0;
}

.news-list__badge .news-list__type {
    padding-left: 24px;
}

.news-list__category {
    color: #445566;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list__title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 12px;
}

.news-list__title a {
    color: #000;
}

body.-notouch .news-list__title a:hover {
    color: #3c64fa;
}

.news-list__text {
    font-size: 14px;
    line-height: 1.42857;
}

body.-notouch .news-list__item:hover {
    box-shadow: 0 2px 13px rgba(0, 43, 102, 0.12);
}

.news-list__author {
    font-size: 13px;
    line-height: 1.384615;
    column-gap: 17px;
    margin-top: 29px;
}

.news-list__author-photo img,
.owl-carousel .news-list__author-photo img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.news-list__author-name div {
    margin: 2px 0;
}

.news-list__author-name a {
    position: relative;
    z-index: 1;
}

@media (min-width: 576px) {
    .news-list__item.related-nli {
        min-height: auto;
        display: flex;
        flex-flow: row;
    }

    .news-list__item.related-nli .news-list__image {
        min-width: 210px;
        min-height: 155px;
        padding: 0;
    }

    .news-list__item.related-nli .news-list__content {
        padding-top: 12px;
        padding-bottom: 21px;
        margin-top: 0;
    }

    .news-list__item.related-nli .news-list__badge {
        margin-bottom: 14px;
    }

    .news-list__item.related-nli .news-list__title {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .news-list__item.related-nli .news-list__image {
        min-width: 250px;
        min-height: 185px;
    }
}

@media (min-width: 992px) {
    .news-list__item.related-nli .news-list__image {
        min-width: 288px;
        min-height: 214px;
    }
}

@media (min-width: 1200px) {
    .news-list__item.related-nli .news-list__content {
        padding-left: 21px;
        padding-right: 21px;
    }

    .news-list__item.related-nli .news-list__badge {
        margin-left: -21px;
        margin-right: -21px;
        max-width: calc(100% + 42px);
    }

    .news-list__item.related-nli .news-list__badge .news-list__type {
        padding-left: 20px;
    }
}

@media (max-width: 1199px) {
    .news-list__content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .news-list__badge {
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100% + 40px);
    }

    .news-list__badge .news-list__type {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .news-list__title {
        font-size: 14px;
        line-height: 1.57143;
    }

    .news-list__title:last-child {
        margin-bottom: 0;
    }

    .news-list__text {
        line-height: 1.285714;
    }

    .news-list__author {
        margin-top: 19px;
    }
}

@media (max-width: 767px) {
    .news-list__content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .news-list__badge {
        margin-left: -15px;
        margin-right: -15px;
        max-width: calc(100% + 30px);
    }

    .news-list__badge .news-list__type {
        padding-left: 14px;
    }
}

@media (max-width: 575px) {
    .news-list {
        margin-bottom: -20px;
        margin-top: 30px;
    }

    .news-list__item {
        margin-bottom: 20px;
        min-height: auto;
    }

    .news-list__heading h2 {
        margin-bottom: 0;
    }

    .news-list__heading-link {
        padding-top: 4px;
    }
}

.news-detail__header {
    min-height: 93px;
    gap: 10px 75px;
    border-top: 1px solid rgb(195, 206, 241, 0.5);
    padding-top: 12px;
    padding-bottom: 16px;
    margin: 25px 0 0;
}

.news-detail__date {
    color: #667788;
}

.news-detail__badge {
    display: flex;
    gap: 24px;
}

.news-detail__type {
    color: #223344;
    font-weight: 600;
}

.news-detail__category {
    color: #667788;
    display: flex;
    align-items: baseline;
}

.news-detail__category::before {
    content: '';
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 10px;
    background: #d8e1f8;
    margin-right: 24px;
}

.news-detail__header .news-list__author {
    margin-top: 0;
}

.news-detail__header .news-list__author-photo img {
    width: 64px;
    height: 64px;
}

@media (max-width: 767px) {
    .news-detail__header {
        font-size: 13px;
        padding-bottom: 22px;
    }

    .news-detail__badge {
        gap: 14px;
    }

    .news-detail__category::before {
        margin-right: 14px;
    }

    .news-detail__header .news-list__author {
        margin-top: 4px;
    }
}

@media (max-width: 575px) {
    .news-detail__header {
        border-top: 0;
        padding-top: 0;
    }
}

.contacts-wrapper {
    min-height: 625px;
}

.contacts-blocks {
    line-height: 1.65;
    color: #223344;
}

.contacts-blocks__item {
    padding-left: 34px;
    margin-bottom: 22px;
    position: relative;
}

.contacts-blocks__item strong {
    font-weight: 600;
}

.contacts-blocks__item p {
    margin-bottom: 7px;
}

.contacts-blocks__item p:last-child {
    margin-bottom: 0;
}

.contacts-blocks__item .phone {
    font-weight: 600;
}

.contacts-blocks__icon {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 19px;
    text-align: center;
    font-size: 0;
    line-height: 17px;
}

.contacts-blocks__icon svg {
    fill: #3c64fa;
    margin: 0;
}

.contacts-blocks__icon .icon-phone {
    transform: scaleX(-1);
}

.contacts-blocks .embed-video {
    border-radius: 10px;
    margin-top: 32px;
}

.contacts-video {
    margin-bottom: 40px;
}

.contacts-map {}

.contacts-map__map {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 665px;
    max-height: 665px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .contacts-wrapper {
        min-height: 0;
    }

    .contacts-blocks {
        font-size: 14px;
        line-height: 1.5;
    }

    .contacts-blocks__item {
        margin-bottom: 13px;
    }

    .contacts-blocks__item p {
        margin-bottom: 8px;
    }

    .contacts-blocks__item p:last-child {
        margin-bottom: 0;
    }

    .contacts-blocks .embed-video {
        margin-top: 0;
    }

    .contacts-map__map {
        position: relative;
        right: auto;
        left: 0;
        width: 100% !important;
        height: 360px;
    }
}

@media (max-width: 767px) {
    .contacts-blocks .embed-video {
        margin-top: 9px;
    }

    .contacts-video {
        margin-bottom: 23px;
    }
}

.contacts-leaders {
    background: #f6f9ff;
    padding-top: 81px;
    padding-bottom: 27px;
}

.contacts-leaders h2 {
    font-weight: 500;
    margin-bottom: 50px;
}

.contacts-leaders .leaders-list {
    margin-top: 0;
    margin-bottom: 0;
}

.contacts-leaders .leaders-list__item {
    margin-bottom: 60px;
}

.contacts-leaders .leaders-item {
    background: none;
}

.contacts-leaders .leaders-item__name {
    font-weight: 600;
    font-size: 16px;
}

.contacts-leaders .leaders-item__position {
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
    margin: 6px 0 18px;
}

.contacts-leaders .leaders-contacts__icon svg {
    fill: #3c64fa;
}

.contacts-leaders .leaders-contacts__text a {
    color: #3c64fa;
}

@media (max-width: 991px) {
    .contacts-leaders {
        background: none;
        padding-top: 40px;
        padding-bottom: 15px;
    }

    .contacts-leaders h2 {
        margin-bottom: 36px;
    }

    .contacts-leaders .leaders-list__item {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .contacts-leaders {
        padding-top: 26px;
        padding-bottom: 9px;
    }

    .contacts-leaders h2 {
        font-weight: 600;
        margin-bottom: 22px;
    }

    .contacts-leaders .leaders-list__item {
        margin-bottom: 33px;
    }

    .contacts-leaders .leaders-item__name a {
        color: #000;
        border: none;
    }

    .contacts-leaders .leaders-item__name strong {
        border: none;
    }

    .contacts-leaders .leaders-item__name strong::after {
        display: none;
    }

    .contacts-leaders .leaders-item__position {
        margin-bottom: 9px;
    }
}

.leaders-list {
    margin-bottom: -20px;
    margin-top: 30px;
}

.leaders-list__item {
    margin-bottom: 20px;
}

.leaders-item {
    background: #fff;
    line-height: 1.4;
}

.leaders-item__header {
    padding: 27px 100px 27px 57px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.leaders-item__photo {
    flex: 0 0 100px;
}

.leaders-item__photo img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.leaders-item__text {
    padding-left: 30px;
}

.leaders-item__text:first-child {
    padding-left: 0;
}

.leaders-item__header svg.icon-down {
    position: absolute;
    right: 50px;
    top: 50%;
    margin: -7px 0px 0px 0px;
    transition: transform 0.15s;
}

.leaders-list__item.-active .leaders-item__header svg.icon-down {
    transform: rotate(-180deg);
}

.leaders-list__item.-active .leaders-item__hidden {
    display: block;
}

.leaders-item__position {
    font-size: 12px;
    color: #8899aa;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1px;
}

.leaders-item__name {
    font-size: 18px;
    color: #000;
}

.leaders-item__name strong {
    font-weight: 500;
    color: inherit;
}

.leaders-item__name a {
    text-decoration: none;
    color: inherit;
}

.leaders-item__hidden {
    border-top: 1px solid #DFE9F1;
    padding: 33px 100px 40px 187px;
    position: relative;
    z-index: 1;
    display: none;
}

.leaders-item__contacts {}

.leaders-contacts {}

.leaders-contacts__item {
    min-width: 195px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
}

.leaders-contacts__item:last-child {
    margin-bottom: 0;
}

.leaders-contacts__icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.leaders-contacts__icon svg {
    fill: #658D1B;
    margin: 0px;
}

.leaders-contacts__label {
    font-size: 14px;
    margin-bottom: 4px;
}

.leaders-contacts__text {
    font-size: 14px;
    color: #223344;
}

.leaders-contacts__item--phone .icon-phone {
    transform: scaleX(-1);
}

.leaders-contacts__item--phone .leaders-contacts__text {
    font-weight: 600;
}

@media (max-width: 991px) {
    .leaders-item__header {
        padding: 22px 80px 22px 30px;
    }

    .leaders-item__header svg.icon-down {
        right: 33px;
    }

    .leaders-item__photo {
        flex: 0 0 90px;
    }

    .leaders-item__photo img {
        width: 90px;
        height: 90px;
    }

    .leaders-item__text {
        padding-left: 20px;
    }

    .leaders-item__text:first-child {
        padding-left: 0px;
    }

    .leaders-item__hidden {
        padding: 30px 40px 35px 52px;
    }
}

@media (max-width: 767px) {
    .leaders-list {
        margin-bottom: -10px;
    }

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

    .leaders-item__header {
        padding: 25px 20px 25px 20px;
    }

    .leaders-item__header svg.icon-down {
        display: none;
    }

    .leaders-item__photo {
        flex: 0 0 60px;
        align-self: flex-start;
    }

    .leaders-item__photo img {
        width: 60px;
        height: 60px;
    }

    .leaders-item__text {}

    .leaders-item__position {
        font-size: 10px;
        margin-bottom: 3px;
    }

    .leaders-item__name {
        font-size: 14px;
        line-height: 1.3;
    }

    .leaders-item__name strong {
        border-bottom: 1px dotted currentColor;
    }

    .leaders-item__name strong:after {
        content: '';
        display: block;
    }

    .leaders-item__name a {
        color: #577cc7;
        border-bottom: 1px dotted currentColor;
    }

    .leaders-item__hidden {
        padding: 18px 20px 22px 70px;
    }

    .leaders-contacts__item {
        margin-bottom: 10px;
    }

    .leaders-contacts__icon {
        justify-content: center;
    }
}

.doctor-menu ul {
    margin: 20px 0 30px;
    padding: 0;
}

.doctor-menu ul li {
    padding: 5px 15px;
    margin-right: 20px;
    margin-bottom: 15px;
    background: #f1f5f9;
    border-radius: 3px;
}

.doctor-menu ul li:first {
    margin-left: 0px;
}

.doctor-menu li a {
    font-size: 14px;
    line-height: 2em;
    color: #577cc7;
}

.doctor-menu li:before {
    display: none;
}

.discount-filter {
    margin-bottom: 25px;
    position: relative;
}

.discount-filter__reset a {
    text-decoration: none !important;
    border-bottom: 1px dotted currentColor;
}

.filter-targets {
    font-size: 14px;
    line-height: 1.4;
    color: #223344;
    margin-top: 11px;
}

.filter-targets__item {
    margin-right: 27px;
    margin-bottom: 10px;
}

.filter-targets__clear {
    font-size: 0;
    vertical-align: middle;
    margin-left: 5px;
}

.filter-targets__clear svg {
    width: 14px;
    height: 14px;
    margin: 0px;
}

@media (min-width: 1200px) {
    .popup-filter {
        max-width: 1119px;
    }
}

.popup-filter label {
    cursor: pointer;
    display: inline-block;
}

.popup-filter__title {
    position: relative;
    padding-left: 30px;
    margin-bottom: 35px;
}

.popup-filter__title input.visually-hidden+span {
    top: 7px !important;
}

.popup-filter__list {
    line-height: 1.4;
    margin-bottom: -10px;
    color: #556677;
}

.popup-filter__list ul {
    margin: 0px;
    padding: 0px;
    column-count: 4;
    column-gap: 30px;
}

.popup-filter__list li {
    margin: 0px 0px 14px 0px;
    padding: 0px;
    position: relative;
    padding-left: 30px;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    min-width: 100%;
    display: inline-block;
}

.popup-filter__list li:before {
    display: none;
}

.popup-filter__btn {
    margin-top: 30px;
    text-align: right;
}

.popup-filter__btn .btn {
    min-width: 225px;
}

.popup-filter input.visually-hidden+span {
    position: absolute;
    left: 0;
    top: 3px;
    margin: 0px;
}

@media (max-width: 991px) {
    .popup-filter__list {
        font-size: 14px;
    }

    .popup-filter__title {
        margin-bottom: 25px;
    }

    .popup-filter__list ul {
        column-count: 2;
    }

    .popup-filter input.visually-hidden+span {
        top: 1px;
    }

    .popup-filter__title input.visually-hidden+span {
        top: 5px !important;
    }
}

@media (max-width: 767px) {
    .popup-filter__title {
        margin-bottom: 20px;
    }

    .popup-filter__title input.visually-hidden+span {
        top: 2px !important;
    }

    .popup-filter__btn {
        margin-top: 25px;
    }

    .popup-filter__btn .btn {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .popup-filter__list ul {
        column-count: inherit;
    }
}

.page-404 {
    background-image: linear-gradient(90deg, #d5e2f0 0%, #f6fbff 50%, #d5e2f0 100%);
    padding-top: 130px;
    padding-bottom: 262px;
}

.page-404__img {
    margin-bottom: 47px;
}

.page-404__desc {
    color: #223344;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
}

.page-404__desc p:not(:last-child) {
    margin-bottom: 31px;
}

@media (max-width: 991px) {
    .page-404 {
        padding-top: 90px;
        padding-bottom: 220px;
    }
}

@media (max-width: 767px) {
    .page-404 {
        padding-top: 48px;
        padding-bottom: 184px;
    }

    .page-404__img {
        max-width: 95%;
        margin-bottom: 19px;
    }

    .page-404__desc {
        font-size: 15px;
        line-height: 26px;
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .page-404__desc p:not(:last-child) {
        margin-bottom: 34px;
    }
}

.vacancy-1 {
    font-size: 15px;
    line-height: 2;
    text-align: center;
    background-color: #A8ADBA;
    padding-top: 164px;
    padding-bottom: 174px;
    min-height: 675px;
}

.vacancy-1 .breadcrumbs {
    display: none !important;
}

.vacancy-1__title {
    font-weight: 500;
    font-size: 48px;
    margin-bottom: 33px;
}

.vacancy-1__text {
    max-width: 936px;
    margin-left: auto;
    margin-right: auto;
}

.vacancy-1 .vacancy-1__btn {
    margin-top: 72px;
}

.vacancy-1__btn {
    position: relative;
    padding-right: 69px;
    width: 352px;
    max-width: 100%;
}

.vacancy-1__btn span {
    border-radius: 5px;
    background-color: #32b067;
    width: 48px;
    height: 35px;
    padding: 7px 8px;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .vacancy-1 {
        min-height: auto;
    }

    .vacancy-1 .page-top__bg {
        background-position: 50% 100%;
        margin-bottom: 40px;
    }

    .vacancy-1__title {
        font-size: 34px;
        margin-bottom: 22px;
    }

    .vacancy-1 .vacancy-1__btn {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .vacancy-1 {
        font-size: 13px;
        line-height: 1.69;
    }

    .vacancy-1 .page-top__bg {
        height: 148px;
        margin-bottom: 20px;
    }

    .vacancy-1__title {
        font-size: 22px;
        margin-bottom: 17px;
    }

    .vacancy-1 .vacancy-1__btn {
        margin-top: 23px;
    }

    .vacancy-1__btn {
        padding-left: 50px;
        padding-right: 50px;
    }

    .vacancy-1__btn span {
        width: 30px;
        height: 26px;
        padding: 5px;
        right: 11px;
    }
}

.vacancy-form-block {
    padding: 82px 0 70px;
}

.vacancy-form-block__title {
    max-width: 320px;
    margin-top: -6px;
    margin-bottom: 0;
}

.vacancy-form-block__sub-text {
    font-size: 20px;
    line-height: 1.5;
    color: #223344;
    max-width: 320px;
    margin-top: 39px;
}

@media (max-width: 991px) {
    .vacancy-form-block__text {
        margin-bottom: 40px;
    }

    .vacancy-form-block__title {
        text-align: center;
        max-width: none;
    }

    .vacancy-form-block__sub-text {
        text-align: center;
        max-width: none;
        margin-top: 22px;
    }
}

@media (max-width: 767px) {
    .vacancy-form-block {
        padding-top: 32px;
        padding-bottom: 40px;
    }

    .vacancy-form-block__text {
        margin-bottom: 9px;
    }

    .vacancy-form-block__title {
        font-size: 20px;
        line-height: 1.2;
        max-width: 360px;
        margin: 0 auto;
    }

    .vacancy-form-block__sub-text {
        font-size: 15px;
        line-height: 1.46;
        margin-top: 12px;
    }
}

.vacancy-form__hint {
    font-size: 14px;
    color: #445566;
    margin-bottom: 19px;
}

.vacancy-form__form textarea.form__input {
    height: 125px;
}

.vacancy-form__form .form-file {
    margin-top: -7px;
}

@media (max-width: 991px) {
    .vacancy-form__hint {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .vacancy-form__hint {
        font-size: 13px;
        line-height: 1.38;
        margin-bottom: 15px;
    }

    .vacancy-form__form .form-file {
        margin-top: 5px;
    }
}

.vacancy-2 {
    padding-top: 64px;
}

@media (max-width: 767px) {
    .vacancy-2 {
        padding-top: 30px;
    }

    .vacancy-2 .h1 {
        font-weight: 600;
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
    }
}

.achievements-list {
    margin-top: 46px;
}

.achievements-list > .row {
    row-gap: 74px;
}

.achievements-list__item {}

.achievements-list__icon {
    display: flex;
    align-items: center;
    height: 74px;
    margin-bottom: 31px;
}

.achievements-list__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 15px;
}

.achievements-list__text {
    font-size: 13px;
    line-height: 1.84;
    color: #223344;
}

@media (max-width: 991px) {
    .achievements-list > .row {
        row-gap: 50px;
    }
}

@media (max-width: 767px) {
    .achievements-list {
        margin-top: 27px;
    }

    .achievements-list > .row {
        row-gap: 0;
    }

    .achievements-list__item {
        text-align: center;
        margin-bottom: 0;
    }

    .achievements-list__icon {
        margin: 0 auto 11px;
    }

    .achievements-list__title {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 9px;
    }

    .achievements-list__text {
        line-height: 1.53;
    }
}

@media (min-width: 768px) {
    .services-content .achievements-list__text {
        line-height: 1.69;
    }
}

.achievements-carousel.off {
    display: flex;
    width: auto;
}

@media (max-width: 767px) {
    .achievements-carousel {
        margin: 0;
    }

    .achievements-carousel .owl-item > div {
        padding: 0;
    }

    .achievements-carousel .owl-dots {
        display: flex;
        margin-top: 25px;
    }
}

.vacancy-4 {
    margin-top: 67px;
    padding-bottom: 91px;
}

.vacancy-4 .h1 {
    font-weight: 600;
}

@media (max-width: 767px) {
    .vacancy-4 {
        margin-top: 30px;
        padding-bottom: 40px;
    }
    
    .vacancy-4 .h1 {
        font-size: 20px;
        line-height: 1.4;
    }
}

.vacancy-list {
    margin-top: 31px;
}

.vacancy-list__item {
    margin-bottom: 20px;
}

.vacancy-list__item:last-child {
    margin-bottom: 0;
}

.vacancy-item {
    position: relative;
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 43, 102, 0.08);
    border-radius: 15px;
    transition: box-shadow 0.15s;
    padding: 22px 60px 23px 34px;
    min-height: 88px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.vacancy-item::after {
    content: '';
    display: block;
    width: 7px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 13' xmlns:xlink='http://www.w3.org/1999/xlink' width='7px' height='13px'%3E%3Cpath stroke='%23a5b2dd' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='m0.6 0.3l6.4 6.2-6.4 6.2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
    position: absolute;
    right: 31px;
    top: 50%;
    transform: translateY(-50%);
}

.vacancy-item a {
    color: inherit;
}

.vacancy-item__offer {
    font-weight: 600;
    line-height: 1;
    flex-shrink: 0;
    width: 221px;
}

.vacancy-item__offer span {
    font-weight: 500;
    font-size: 16px;
}

body.-notouch .vacancy-item:hover {
    box-shadow: 0 2px 13px rgba(0, 43, 102, 0.12);
}

body.-notouch .vacancy-item:hover a {
    color: #3c64fa;
}

@media (max-width: 991px) {
    .vacancy-item {
        flex-flow: column;
        align-items: start;
        gap: 10px;
    }

    .vacancy-item__offer {
        width: auto;
    }
}

@media (max-width: 767px) {
    .vacancy-list {
        margin-top: 22px;
    }

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

    .vacancy-item {
        font-size: 16px;
        line-height: 1.25;
        padding: 15px 50px 18px 19px;
        min-height: 74px;
        gap: 6px;
    }

    .vacancy-item::after {
        right: 23px;
    }

    .vacancy-item__offer {
        font-weight: 700;
        font-size: 15px;
    }

    .vacancy-item__offer span {
        font-size: 15px;
    }
}

.vacancy-detail__header {
    margin-top: 54px;
    margin-bottom: 4px;
}

.vacancy-detail__offer {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3333;
    color: #000;
}

.vacancy-detail__header .btn {
    margin-top: 0;
}

.vacancy-detail__text {
    font-size: 15px;
    line-height: 1.7;
    color: #223344;
    padding-top: 53px;
    padding-bottom: 55px;
}

.vacancy-detail__text h2 {
    font-weight: 500;
}

.vacancy-detail__text h2:not(:first-child) {
    margin-top: 51px;
}

@media (min-width: 992px) {
    .vacancy-detail__form-block .vacancy-form-block__text {
        margin-top: 111px;
    }
}

@media (max-width: 991px) {
    .vacancy-detail__header {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .vacancy-detail__header {
        margin-top: 22px;
        margin-bottom: 3px;
    }

    .vacancy-detail__offer {
        font-size: 16px;
        line-height: 1.375;
        margin-bottom: 31px;
    }

    .vacancy-detail__text {
        font-size: 14px;
        line-height: 1.45;
        padding-top: 21px;
        padding-bottom: 25px;
    }

    .vacancy-detail__text h2:not(:last-child) {
        margin-bottom: 15px;
    }

    .vacancy-detail__text h2:not(:first-child) {
        margin-top: 25px;
    }

    .vacancy-detail__form-block .vacancy-form-block__title,
    .vacancy-detail__form-block .vacancy-form-block__sub-text {
        font-weight: 600;
        font-size: 16px;
        line-height: 1.375;
    }
}

.services-list {
    margin-top: 50px;
    margin-bottom: -30px;
}

.services-list__item {
    position: relative;
    font-weight: 300;
    color: #556677;
    line-height: 1.2;
    margin-bottom: 30px;
    min-height: 88px;
    padding-right: 20px;
}

.services-list__icon {
    flex: 0 0 95px;
    text-align: center;
}

.services-list__title {}

.services-list__title a {
    color: inherit;
    text-decoration: none;
}

body.-notouch .services-list__title a:hover {
    color: #577cc7;
}

@media (max-width: 991px) {
    .services-list {
        margin-top: 30px;
    }

    .services-list__item {
        font-size: 14px;
    }

    .services-list__icon {
        flex: 0 0 80px;
    }
}

@media (max-width: 767px) {
    .services-list {
        margin-bottom: -20px;
    }

    .services-list__item {
        text-align: center;
        padding: 10px 15px;
        margin-bottom: 20px;
        min-height: 108px;
    }

    .services-list__icon {
        flex: 0 0 auto;
        min-height: 42px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .services-list>.row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .services-list>.row>div {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.scan-form {
    position: relative;
    margin-bottom: 30px;
    margin-top: -10px;
}

.scan-form__input__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    color: #778899;
    line-height: 42px;
    margin-right: -10px;
    position: relative;
    top: -48px;
    right: 64px;
}

.scan-list {
    line-height: 1.4;
    color: #445566;
    font-size: 16px;
}

.scan-list a {
    text-decoration: none;
    color: inherit;
}

.scan-list ul {
    margin: 0px;
    padding: 0px;
}

.scan-list li {
    margin: 0px 0px 14px 0px;
    padding: 0px 0px 0px 34px;
}

.scan-list li:before {
    display: none;
}

.scan-list li ul {
    margin-top: 0;
    padding-top: 14px;
}

.scan-list li ul:before {
    content: '';
    position: absolute;
    width: 2px;
    font-size: 0;
    background: #CCDDEE;
    top: 23px;
    bottom: 0px;
    left: 11px;
}

.scan-list li li:before {
    width: 19px;
    height: 2px;
    left: -23px;
    top: 10px;
    background: #CCDDEE;
    border-radius: 0;
    display: block;
}

.scan-list li li:last-child:after {
    content: '';
    position: absolute;
    display: block;
    left: -23px;
    width: 2px;
    top: 12px;
    bottom: 0;
    background: #fff;
    font-size: 0;
}

.scan-list__title {}

body.-notouch .scan-list__title a:hover {
    color: #577cc7;
}

.scan-list__icon {
    font-size: 0;
    position: absolute;
    left: 0;
    top: -1px;
    cursor: pointer;
}

.scan-list__icon .icon-scan-plus {}

.scan-list__icon .icon-scan-minus {
    display: none;
}

.scan-list__icon .icon-down {
    display: none;
}

.scan-list__table {}

.scan-list__table tr:nth-child(even) td {
    background: #fff;
}

.scan-list__table tr:nth-child(odd) td {
    background: #F5F7FB;
}

.scan-list__hidden {
    display: none;
    padding-top: 14px;
}

.scan-list li.-active>.scan-list__hidden {
    display: block;
}

.scan-list li.-active>.scan-list__header>.scan-list__icon .icon-scan-plus {
    display: none;
}

.scan-list li.-active>.scan-list__header>.scan-list__icon .icon-scan-minus {
    display: block;
}

@media (max-width: 767px) {
    .scan-list {
        background: #E7EDF6;
        font-size: 14px;
        line-height: 1.35;
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .scan-list__header {
        position: relative;
        padding: 10px 35px 12px 15px;
    }

    .scan-list li {
        padding: 0px;
        margin: 0px;
    }

    .scan-list li ul {
        background: #edf1f8;
        padding: 0px;
    }

    .scan-list li ul ul {
        background: #f3f6fa
    }

    .scan-list li ul ul ul {
        background: #f9fafc
    }

    .scan-list__hidden {
        padding: 0;
        background: #fff;
        padding-left: 15px;
        padding-right: 15px;
    }

    .scan-list__table table {
        line-height: 1.35;
    }

    .scan-list__table tr:nth-child(odd) td {
        background: inherit;
    }

    .scan-list__table td {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px !important;
        padding-bottom: 7px !important;
    }

    .scan-list__table td:first-child {
        padding-left: 0;
    }

    .scan-list__table td:last-child {
        padding-right: 0;
    }

    .scan-list__icon {
        position: static;
        top: 0;
    }

    .scan-list__icon .icon-scan-plus {
        display: none !important;
    }

    .scan-list__icon .icon-scan-minus {
        display: none !important;
    }

    .scan-list__icon .icon-down {
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        margin: -7px 0px 0px 0px;
        transition: transform 0.15s;
    }

    .scan-list li.-active>.scan-list__header>.scan-list__icon .icon-down {
        transform: rotate(-180deg);
    }

    .scan-list li li:before,
    .scan-list li li:last-child:after,
    .scan-list li ul:before {
        display: none;
    }
}

@media (max-width: 575px) {
    .scan-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .scan-list .price-tbl__price {
        width: 101px;
    }
}

.prices-list {
    margin-top: 57px;
    margin-bottom: 48px;
}

.prices-list:first-child {
    margin-top: 0;
}

.prices-list:last-child {
    margin-bottom: 0;
}

.prices-list .h2 {
    margin-bottom: 14px;
}

.prices-list__text {
    font-size: 15px;
    line-height: 1.8;
    color: #223344;
    max-width: 940px;
}

.prices-list .price-tbl-wrapper {
    margin-top: 28px;
}

.price-tbl-wrapper {
    overflow: hidden;
    background: #fff;
    border-radius: 15px;
}

.price-tbl-wrapper.-active {
    box-shadow: 0 2px 13px rgba(0, 43, 102, 0.12);
}

.price-tbl {
    font-size: 15px;
    line-height: 1.4;
    color: #223344;
}

.price-tbl:last-of-type:not(.-active) > .price-tbl__header {
    border-bottom-color: transparent;
}

.price-tbl:last-of-type > .price-tbl__table > table tr:last-of-type {
    border-bottom-color: transparent;
}

.price-tbl__header {
    cursor: pointer;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    display: flex;
    align-items: center;
    min-height: 64px;
    padding: 21px 60px 21px 26px;
    border-bottom: 1px solid #dde5fe;
}

.price-tbl__header.lvl-1 {
    font-weight: 700;
    font-size: 13px;
    color: #010101;
    text-transform: uppercase;
    background: #e2edff;
    border-bottom: 1px solid #fff;
}

.price-tbl__header.lvl-2 {
    background: #f0f6ff;
}

.price-tbl__header.lvl-3 {}

.price-tbl__header svg.icon-down {
    position: absolute;
    right: 28px;
    top: 50%;
    margin: -7px 0 0;
    fill: #a5b2dd;
    transition: transform 0.15s;
}

.price-tbl.-active > .price-tbl__header svg.icon-down {
    transform: rotate(-180deg);
}

.price-tbl .price-tbl__table {
    display: none;
}

.price-tbl.-active > .price-tbl__table {
    display: block;
}

.price-tbl table tr {
    border-bottom: 1px solid #dde5fe;
}

.price-tbl table tr:nth-child(even),
.price-tbl table tr:nth-child(even) td {
    background: none;
}

.price-tbl table td {
    padding: 20px 20px 21px 26px;
    height: 64px;
}

.price-tbl__title {
    color: #223344;
}

.price-tbl__title a {
    color: inherit;
}

body.-notouch .price-tbl__title a:hover {
    color: #3c64fa;
}

.price-tbl__price {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    text-align: right;
    width: 145px;
    vertical-align: top;
}

@media (min-width: 992px) {
    .price-tbl__header.lvl-2,
    .price-tbl__header.lvl-3,
    .price-tbl .price-tbl .price-tbl__title {
        padding-left: 45px;
    }

    .price-tbl table td.price-tbl__price {
        padding-right: 95px;
    }

    .price-tbl__price {
        width: 220px;
    }
}

@media (max-width: 991px) {
    .price-tbl table {
        font-size: inherit;
    }
}

@media (max-width: 767px) {
    .prices-list {
        margin-top: 30px;
        margin-bottom: 29px;
    }

    .prices-list .h2 {
        margin-bottom: 4px;
    }

    .prices-list__text {
        font-size: 13px;
        line-height: 1.6;
    }

    .prices-list .price-tbl-wrapper {
        margin-top: 24px;
    }

    .price-tbl {
        font-size: 13px;
    }

    .price-tbl__header {
        font-size: 12px;
        min-height: 46px;
        padding: 14px 45px 14px 16px;
    }

    .price-tbl__header.lvl-1 {
        font-size: 11px;
    }

    .price-tbl__header svg.icon-down {
        right: 16px;
    }

    .price-tbl table {
        table-layout: fixed;
    }

    .price-tbl table td {
        padding: 13px 15px 15px 16px;
        height: 46px;
    }

    .price-tbl__price {
        font-size: 15px;
        width: 120px;
    }
}

.desc-image-gallery {
    margin-top: 64px;
}

.desc-image-gallery .image-carousel {
    margin-top: 5px;
}

.desc-image-gallery__text {
    font-size: 15px;
    line-height: 1.73;
    color: #223344;
}

.desc-image-gallery__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 23px;
}

@media (max-width: 991px) {
    .desc-image-gallery {
        row-gap: 21px;
    }

    .desc-image-gallery .image-carousel {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .desc-image-gallery {
        margin-top: 39px;
    }

    .desc-image-gallery__text {
        font-size: 13px;
        line-height: 1.53;
    }

    .desc-image-gallery__title {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
}

.news-slider {
    margin-top: 51px;
}

.news-slider__header {
    gap: 7px 20px;
    margin-bottom: 30px;
}

.news-slider__header h2 {
    margin: 0;
}

.news-slider__header a {
    font-size: 14px;
}

.news-slider + .page-nav-bottom {
    margin-top: 33px;
}

@media (max-width: 767px) {
    .news-slider {
        margin-top: 30px;
    }

    .news-slider__header {
        margin-bottom: 23px;
    }

    .news-slider__header a {
        font-size: 13px;
    }
    
    .news-slider + .page-nav-bottom {
        margin-top: 24px;
    }
}

.news-carousel {
    width: calc(100% + 30px);
    margin: -15px;
}

.news-carousel .owl-stage-outer {
    padding: 15px 0px;
}

.news-carousel .owl-stage {
    display: flex;
}

.news-carousel .owl-item {
    flex-shrink: 0;
    padding: 0 15px;
}

.news-carousel .news-list__item {
    min-height: 100%;
    margin: 0;
}

.news-carousel .owl-nav button.owl-prev {
    left: -10px;
}

.news-carousel .owl-nav button.owl-next {
    right: -10px;
}

.news-carousel .owl-dots {
    margin-top: 5px;
}

.news-tile {
    margin-bottom: -30px;
}

@media (max-width: 575px) {
    .news-tile {
        margin-bottom: -20px;
    }
}

.docs-list {
    max-width: 1024px;
}

.docs-list__header {
    cursor: pointer;
    position: relative;
    padding: 20px 23px;
}

.docs-list__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    padding: 0 30px 0 0;
    color: #000;
}

.docs-list__icon {
    position: static;
    top: 0;
    font-size: 0;
    left: 0;
    cursor: pointer;
}

.docs-list__icon .icon-down {
    display: block;
    position: absolute;
    right: 32px;
    top: 50%;
    margin: -7px 0 0 0;
    transition: transform 0.15s;
    fill: #a5b2dd;
}

.docs-list__header:hover .docs-list__icon .icon-down {
    fill: #3c64fa;
}

.docs-list ul,
.docs-list li {
    margin: 0;
    padding: 0;
}

.docs-list li:before {
    display: none;
}

.docs-list>ul>li {
    transition: box-shadow 0.15s;
    box-shadow: 0 2px 10px rgba(0, 43, 102, 0.08);
    border-radius: 15px;
    margin-bottom: 20px;
}

.docs-list>ul>li.-active {
    box-shadow: 0 2px 13px rgba(0, 43, 102, 0.12);
}

.docs-list>ul>li>.docs-list__header>.docs-list__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
}

.docs-list li.-active>.docs-list__header>.docs-list__icon .icon-down {
    transform: rotate(-180deg);
}

.docs-list__hidden {
    display: none;
    padding: 10px 23px;
}

ul.docs-list__hidden {
    padding: 10px 0;
}

.docs-list .files-list__item {
    margin-bottom: 30px;
}

.docs-list .files-list__icon {
    flex: 0 0 30px;
}

.docs-list .files-list__text {
    padding-left: 12px;
}

@media (max-width: 575px) {
    .docs-list>ul>li {
        margin-bottom: 10px;
    }

    .docs-list__header {
        padding: 10px 16px;
    }

    .docs-list>ul>li>.docs-list__header {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .docs-list>ul>li.-active>.docs-list__header {
        background: #083380;
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    .docs-list>ul>li.-active>.docs-list__header::after {
        content: '';
        display: block;
        border: 6px solid transparent;
        border-top: 6px solid #083380;
        position: absolute;
        top: 100%;
        left: 18px;
    }

    .docs-list>ul>li.-active>.docs-list__header .docs-list__title {
        color: #fff;
    }

    .docs-list__title {
        font-size: 15px;
        padding-right: 25px;
    }

    .docs-list>ul>li>.docs-list__header>.docs-list__title {
        font-size: 16px;
        line-height: 1.25;
    }

    .docs-list__icon .icon-down {
        right: 16px;
    }

    .docs-list__hidden {
        padding: 18px 16px 1px;
    }

    ul.docs-list__hidden {
        padding: 12px 0 1px;
    }

    .docs-list .files-list__text {
        padding-left: 18px;
    }
}

.accordeon-view {
}

.accordeon-view__item {
    overflow: hidden;
    color: #223344;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 43, 102, 0.08);
    transition: box-shadow 0.15s;
    margin-bottom: 20px;
}

.accordeon-view__header {
    cursor: pointer;
    position: relative;
    padding: 20px 23px;
}

.accordeon-view__header:hover .accordeon-view__icon .icon-down {
    fill: #3c64fa;
}

.accordeon-view__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    padding: 0 30px 0 0;
}

.accordeon-view__icon {
    position: static;
    top: 0;
    font-size: 0;
    left: 0;
    cursor: pointer;
}

.accordeon-view__icon .icon-down {
    display: block;
    position: absolute;
    right: 28px;
    top: 50%;
    margin: -7px 0 0;
    transition: transform 0.15s;
    fill: #a5b2dd;
}

.accordeon-view__hidden {
    padding: 21px 23px 31px;
}

.accordeon-view__item.-active {
    box-shadow: 0 2px 13px rgba(0, 43, 102, 0.12);
}

.accordeon-view__item.-active > .accordeon-view__header > .accordeon-view__icon .icon-down {
    transform: rotate(-180deg);
}

.accordeon-view__hidden li:last-child {
    margin-bottom: 0;
}

.accordeon-view__hidden .container {
    padding-left: 0;
    padding-right: 0;
}

.accordeon-view__hidden .highlighted {
    margin: 21px 0;
}

.accordeon-view__hidden .files-list:last-child {
    margin-bottom: 10px;
}

.accordeon-view__hidden .files-list__item {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 23px;
}

.accordeon-view__hidden .files-list__item:last-child {
    margin-bottom: 0;
}

.accordeon-view__hidden .files-list__item a {
    color: #446afa;
}

.accordeon-view__hidden .files-list__text {
    padding-left: 30px;
}

.accordeon-view__hidden .owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}

.accordeon-view__hidden .owl-carousel .owl-nav button.owl-next {
    right: -20px;
}

@media (min-width: 768px) {
    .accordeon-view__hidden .files-list__icon {
        flex: 0 0 44px;
    }

    .accordeon-view__hidden .files-list__icon img {
        width: 44px;
        height: 48px;
    }
}

@media (max-width: 767px) {
    .accordeon-view__item {
        margin-bottom: 10px;
    }

    .accordeon-view__header {
        padding: 14px 16px;
    }

    .accordeon-view__title {
        font-size: 16px;
    }

    .accordeon-view__icon .icon-down {
        right: 16px;
    }

    .accordeon-view__hidden {
        padding: 1px 16px 20px;
    }

    .accordeon-view__hidden .highlighted {
        margin: 26px 0 22px;
    }

    .accordeon-view__hidden .files-list__item {
        font-size: 13px;
        line-height: 18px;
    }

    .accordeon-view__hidden .files-list__text {
        padding-left: 14px;
    }

    .accordeon-view__hidden .owl-carousel .owl-nav button.owl-prev {
        left: -12px;
    }
    
    .accordeon-view__hidden .owl-carousel .owl-nav button.owl-next {
        right: -12px;
    }
}

@media (min-width: 1200px) {
    .service-accordeon-view .accordeon-view__hidden .gallery-carousel,
    .service-accordeon-view .accordeon-view__hidden .files-list {
        margin-left: 72px;
    }
}

.faq {
    max-width: 940px;
    margin-top: 53px;
}

.faq-list {
    margin-top: 42px;
}

.faq-list__item {
    color: #223344;
    margin-bottom: 34px;
}

.faq-list__item:last-of-type {
    margin-bottom: 0;
}

.faq-list__item-header {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
}

.faq-list__item-title {
    display: inline;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
    text-decoration: none;
    color: #3c64fa;
    border-bottom: 1px dotted;
}

.faq-list__item-header:hover .faq-list__item-title,
.faq-list__item.-active .faq-list__item-title {
    border-bottom-color: transparent;
}

.faq-list__item-icon {
    position: absolute;
    right: 0;
    top: 6px;
    transition: transform 0.15s;
    fill: #587ffa;
}

.faq-list__item.-active .faq-list__item-icon {
    transform: rotate(-180deg);
}

.faq-list__item-hidden {
    font-size: 15px;
    line-height: 1.73;
    padding: 21px 30px 6px;
    display: none;
}

@media (max-width: 767px) {
    .faq {
        margin-top: 29px;
    }

    .faq-list {
        margin-top: 16px;
    }

    .faq-list__item {
        margin-bottom: 25px;
    }

    .faq-list__item-title {
        font-size: 15px;
        line-height: 1.33;
    }

    .faq-list__item-icon {
        top: 4px;
    }

    .faq-list__item-hidden {
        font-size: 13px;
        line-height: 1.53;
        padding: 10px 0 0;
    }
}

.faq-tbl__table {}

.faq-tbl__table tr td {
    background: transparent !important;
}

.faq-tbl__title a {
    color: #577cc7;
    border-bottom: 1px dashed currentColor;
}

.faq-tbl__title a:hover {
    border-bottom-color: transparent;
}

#bx_faq_search_wrapper .scan-form__input__clear {
    cursor: pointer;
    float: none;
    font-weight: bold;
    color: #778899;
    line-height: 42px;
    margin-right: -10px;
    position: absolute;
    top: 0px;
    right: 64px;
}

@media (max-width: 767px) {
    #bx_faq_search_wrapper .scan-form__input__clear {
        line-height: 36px;
    }
}

.home-more {
    margin-top: 30px;
    text-align: center;
}

.home-more .btn {
    min-width: 210px;
}

@media (max-width: 767px) {
    .home-more .btn {
        width: 100%;
        min-width: auto;
    }
}

.disease-list {
    padding-top: 7px;
}

@media (max-width: 575px) {
    .disease-list {
        padding-top: 1px;
    }
}

.disease-list__filter {
    max-width: 928px;
    margin: 0 auto 36px;
}

@media (max-width: 575px) {
    .disease-list__filter {
        margin-bottom: 26px;
    }
}

.disease-list__letters {
    color: #b6c0e2;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
    gap: 14px 32px;
    max-width: 820px;
    margin: 0 auto 56px;
}

.disease-list__letters a {
    color: #223344;
}

.disease-list__letters a.active {
    color: #fff;
    position: relative;
}

.disease-list__letters a.active::before {
    content: '';
    background: #587ffa;
    border-radius: 19px;
    width: 38px;
    height: 38px;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.disease-list__letters span {
}

@media (max-width: 767px) {
    .disease-list__letters {
        font-size: 14px;
        line-height: 1.55;
        margin-bottom: 29px;
    }
}

@media (max-width: 575px) {
    .disease-list__letters a,
    .disease-list__letters span {
        width: 16px;
        text-align: center;
    }
}

.disease-list__list {
    line-height: 1.25;
    margin-bottom: -20px;
}

.disease-list__list ul {
    margin: 0px;
}

.disease-list__list li {
    margin: 0 0 20px;
}

.disease-list__list li:last-child {
    /* margin-bottom: 0; */
}

.disease-list__list li:before {
    display: none;
}

.disease-list__list li a {
    color: #223344;
}


.disease-list__list li::first-letter {
    font-weight: 700;
    color: #3c64fa;
}

body.-notouch .disease-list__list li a:hover {
    color: #3c64fa;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .disease-list__list {
        font-size: 14px;
        line-height: 1.42857;
    }
}

@media (max-width: 575px) {
    .disease-list__list {
        margin-bottom: -16px;
    }

    .disease-list__list li {
        margin-bottom: 16px;
    }
}

ul.diseases-list li.-hidden {
    display: none;
    opacity: 0;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

ul.diseases-list+p.-toggled a.btn {
    font-size: 0;
}

ul.diseases-list+p.-toggled a.btn:after {
    content: 'Свернуть';
    font-size: 13px;
    line-height: 1.8em;
}

.disease-header {
    row-gap: 10px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.disease-doctors {
    margin-top: 30px;
}

.disease-doctors__label {
    flex: 0 0 190px;
    font-size: 13px;
    color: #778899;
    text-transform: uppercase;
    padding-top: 17px;
}

.disease-doctors__content {}

.disease-doctors__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 15px;
    background-color: #e2edff;
    padding: 18px 22px 24px;
}

.disease-doctors__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
}

.disease-doctors__btn {
    width: 100%;
    max-width: 211px;
}

.page-top .disease-doctors__btn {
    min-width: 0;
    margin: 0;
}

@media (max-width: 991px) {
    .disease-doctors__label {
        padding-top: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .disease-header {
        margin-top: 18px;
    }

    .disease-doctors {
        margin-top: 0;
    }

    .disease-doctors__title {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .disease-header {
        margin-bottom: 2px;
    }

    .disease-doctors__item {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 8px 10px 9px 14px;
    }

    .disease-doctors__btn {
        font-size: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        width: 36px;
        max-width: 36px;
        height: 36px;
        border-radius: 100%;
    }

    .disease-doctors__btn::before {
        content: '';
        display: block;
        width: 19px;
        height: 12px;
        background-color: transparent;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 12' xmlns:xlink='http://www.w3.org/1999/xlink' width='19px' height='12px'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M18.692,6.998 L13.573,11.689 C13.162,12.081 12.495,12.081 12.083,11.689 C11.672,11.298 11.672,10.663 12.083,10.272 L15.670,6.969 L1.000,6.969 C0.448,6.969 -0.000,6.521 -0.000,5.969 C-0.000,5.416 0.448,4.969 1.000,4.969 L15.615,4.969 L12.083,1.692 C11.672,1.301 11.672,0.666 12.083,0.275 C12.495,-0.117 13.162,-0.117 13.573,0.275 L18.692,4.997 C19.104,5.389 19.104,6.606 18.692,6.998 Z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media (max-width: 767px) {
    .service-title {
        margin-top: 7px;
    }
}

.service-price {
    row-gap: 16px;
    margin-top: 44px;
}

.service-price:not(.row) {
    column-gap: 30px;
}

.service-price__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    margin-top: -2px;
    margin-bottom: 11px;
}

.service-price__value {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    color: #000;
    min-width: 163px;
    padding-top: 0;
    margin: 0;
}

.service-price .btn {
    margin: 0;
}

@media (max-width: 767px) {
    .service-price {
        margin-top: 10px;
        flex-flow: column;
    }

    .service-price__title {
        font-size: 15px;
        margin-top: 0;
    }

    .service-price__value {
        font-weight: 400;
        font-size: 24px;
        min-width: 0;
    }
}

.services-top {
    padding-bottom: 31px;
}

.services-top .service-price {
    margin-top: 87px;
}

@media (max-width: 991px) {
    .services-top .service-price {
        margin-top: 56px;
    }
}

@media (max-width: 767px) {
    .services-top .page-top__bg {
        background-position: 69% 50%;
    }

    .services-top h1:not([class]) {
        margin-bottom: 15px;
    }

    .services-top .service-price {
        row-gap: 13px;
        margin-top: 45px;
    }
}

.about-top {
    padding-top: 5px;
    padding-bottom: 81px;
}

.about-top__content {
    margin-top: 39px;
}

.about-top__title {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.25;
    max-width: 480px;
    margin-bottom: 32px;
}

.about-top__quote {
    font-size: 15px;
    line-height: 1.73;
}

.about-top__quote-author {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #000000;
    margin-top: 32px;
}

.about-top__quote-author-post {
    font-size: 15px;
    margin-top: 6px;
}

.about-top .btn {
    margin-top: 43px;
}

@media (min-width: 992px) {
    .about-top__content {
        text-align: right;
    }

    .about-top__title {
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    .about-top .page-top__bg {
        background-size: 140% auto;
        background-position: 100% 20%;
        height: 326px;
    }

    .about-top__title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .about-top__quote-author {
        font-size: 18px;
        margin-top: 26px;
    }

    .about-top .btn {
        margin-top: 32px;
    }
}

@media (max-width: 767px) {
    .about-top .page-top__bg {
        background-size: 1098px auto;
        background-position: calc(50% - 159px) 18%;
    }

    .about-top__content {
        margin-top: 23px;
    }

    .about-top__title {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.375;
        margin-bottom: 15px;
    }

    .about-top__quote {
        font-size: 14px;
        line-height: 1.45;
    }

    .about-top__quote-author {
        font-size: 14px;
        line-height: 1.285;
        max-width: 220px;
        margin-top: 19px;
    }

    .about-top__quote-author-post {
        font-size: 13px;
    }

    .about-top .btn {
        margin-top: 24px;
    }
}

.about-desc {
    font-size: 15px;
    line-height: 1.73;
    color: #334455;
    margin-top: 70px;
}

.about-desc__title {
    font-weight: 600;
    margin-top: -8px;
    margin-bottom: 32px;
}

.about-desc__video {
    max-width: 480px;
}

.about-desc__video .embed-video {
    padding-top: 66.65%;
    border-radius: 15px;
}

@media (max-width: 991px) {
    .about-desc__title {
        margin-top: 0;
    }

    .about-desc__video {
        margin-top: 33px;
    }
}

@media (max-width: 767px) {
    .about-desc {
        font-size: 14px;
        line-height: 1.45;
        margin-top: 32px;
    }

    .about-desc p:not(:last-child) {
        margin-bottom: 17px;
    }

    .about-desc__title {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .about-desc__video .embed-video {
        padding-top: 74.45%;
    }
}

.about-numbers {
    font-size: 18px;
    line-height: 1.22;
    color: #334455;
    margin-top: 93px;
}

.about-numbers__row {
    row-gap: 34px;
}

.about-numbers__item-number {
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    color: #557dfa;
}

.about-numbers__item-number span {
    font-size: 36px;
}

.about-numbers__item-text {
    margin-top: 12px;
}

@media (min-width: 992px) {
    .about-numbers__item:nth-of-type(2n) {
        padding-left: 50px;
    }
}

@media (min-width: 1200px) {
    .about-numbers__item:nth-of-type(2n) {
        padding-left: 80px;
    }
}

@media (max-width: 1199px) {
    .about-numbers__item-number {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .about-numbers {
        margin-top: 70px;
    }
}

@media (max-width: 767px) {
    .about-numbers {
        font-size: 15px;
        line-height: 1.2;
        margin-top: 50px;
    }

    .about-numbers__item-number {
        font-size: 32px;
    }

    .about-numbers__item-number span {
        font-size: 18px;
    }

    .about-numbers__item-text {
        margin-top: 5px;
    }
}

@media (max-width: 575px) {
    .about-numbers {
        margin-top: 29px;
    }
}

@media (max-width: 359px) {
    .about-numbers__item-number {
        font-size: 30px;
    }
}

.about-history {
    color: #334455;
    margin-top: 110px;
}

.about-history__title {
    font-weight: 600;
    margin-bottom: 33px;
}

.about-history__items {
    position: relative;
}

.about-history__items::before {
    content: '';
    display: block;
    width: 2px;
    background: #ccddee;
    position: absolute;
    top: -10px;
    bottom: 5px;
    left: -2px;
}

.about-history__item {
    position: relative;
    padding-left: 115px;
    margin-bottom: 35px;
}

.about-history__item:last-child {
    margin-bottom: 0;
}

.about-history__item-point {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #ccddee;
    padding: 3px;
    position: absolute;
    top: 9px;
    left: 58px;
}

.about-history__item-point::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #557dfa;
    top: 9px;
    left: -54px;
}

.about-history__item-point::after {
    content: '';
    display: block;
    height: 2px;
    width: 61px;
    background: #ccddee;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.about-history__item-year {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: #000;
}

.about-history__item-text {
    font-size: 13px;
    line-height: 1.84;
    margin-top: 15px;
}

.about-history__text {
    font-size: 18px;
    line-height: 2;
    text-align: center;
    margin-top: 70px;
}

.about-history__text .btn {
    margin-top: 28px;
}

@media (min-width: 992px) {
    .about-history__items::before {
        top: -61px;
        left: 50%;
        transform: translateX(-50%);
    }

    .about-history__item {
        width: 50%;
    }

    .about-history__item:nth-of-type(2n + 1) {
        margin-left: 50%;
    }

    .about-history__item:nth-of-type(2n) {
        text-align: right;
        padding-left: 0;
        padding-right: 115px;
    }

    .about-history__item:nth-of-type(2n) .about-history__item-point {
        left: auto;
        right: 58px;
        transform: rotate(180deg);
    }
}

@media (max-width: 991px) {
    .about-history {
        margin-top: 70px;
    }
}

@media (max-width: 767px) {
    .about-history {
        margin-top: 48px;
    }

    .about-history__title {
        font-size: 20px;
        margin-bottom: 39px;
    }

    .about-history__items::before {
        top: -22px;
    }

    .about-history__item {
        max-width: 96%;
        padding-left: 84px;
        margin-bottom: 20px;
    }

    .about-history__item:last-child::before {
        content: '';
        display: block;
        background: #fff;
        width: 2px;
        position: absolute;
        left: -2px;
        top: 50px;
        bottom: 0;
    }

    .about-history__item-point {
        top: 3px;
        left: 42px;
    }

    .about-history__item-point::after {
        width: 45px;
    }

    .about-history__item-year {
        font-size: 24px;
    }

    .about-history__item-text {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 7px;
    }

    .about-history__text {
        font-size: 14px;
        line-height: 1.69;
        text-align: left;
        margin-top: 29px;
    }
    
    .about-history__text p {
        margin-bottom: 15px;
    }

    .about-history__text .btn {
        margin-top: 18px;
    }
}

.about-reviews {
    margin-top: 67px;
    margin-bottom: 75px;
}

@media (max-width: 767px) {
    .about-reviews {
        margin-top: 30px;
        margin-bottom: 39px;
    }
}

.covid-1 {
    color: #0000;
    background: #f7f9fb url(/local/templates/.default/css/../i/covid-bg-1.jpg) 150px -50px no-repeat;
    padding-top: 95px;
}

.covid-1 .container {
    /* height: 630px; */
}

.covid-1__text {
    margin: 0px auto;
    text-align: left;
    line-height: 1.35;
    padding-bottom: 38px;
}

.covid-1__text h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 62px;
    margin-top: 15px;
    margin-bottom: 0px;
}

.covid-1__text h1 span {
    color: #d24a43;
}

.covid-1__text .title_description {
    color: #223344;
    font-size: 55px;
    font-weight: bold;
}

.covid-2 {
    background: #f7f9fb;
    color: #223344;
    line-height: 1.4;
    font-size: 16px;
    padding-top: 100px;
    padding-bottom: 70px;
}

.covid-2 .container {
    margin-top: -100px;
    padding-top: 50px;
    background: transparent url(/local/templates/.default/css/../i/covid-bg-2.jpg) 100% 0px no-repeat;
}

.covid-2 .h1 {
    font-size: 48px;
    font-weight: bold;
    color: #223344;
    margin: 0px 0px 50px 0px;
    line-height: 1.23;
}

.covid-1 .h2 {
    font-weight: bold;
    margin-bottom: 15px;
}

.covid-1 .h4 {
    color: #223344;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
}

.covid-2-list__item {
    padding-bottom: 40px;
}

.covid-2-list__title {
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 8px;
}

.covid-3 {
    background: #f7f9fb;
    color: #223344;
    line-height: 1.4;
    font-size: 16px;
    padding-bottom: 30px;
}

.covid-3 .page-content {
    padding-top: 50px;
    border-top: 2px solid #ccddee;
}

.covid-3 .h1 {
    font-size: 36px;
    font-weight: bold;
    color: #223344;
    margin: 0px 0px 50px 0px;
    line-height: 1.23;
}

.covid-3 .covid-3-list__item {
    margin-bottom: 50px;
}

.covid-3 .covid-3-list__item .col-md-4 {
    flex: 0 0 30%;
    max-width: 30%;
}

.covid-3 .covid-3-list__item .pl-20 {
    padding-left: 20px
}

.covid-3 .covid-3-list__item .covid-3-list__text {
    font-size: 15px;
}

.covid-3 .covid-3-list__item .covid-3-list__text p {
    margin-bottom: 12px;
}

.covid-3 .covid-3-list__item .covid-3-list__text strong {
    display: block;
    font-size: 17px;
}

.covid-3 .covid-3-list__item .covid-3-list__text span.accent-hrs {
    font-size: 26px;
    color: #66adcf;
}

#pzr-at-home {
    display: block;
    position: relative;
    width: 480px;
    height: 246px;
    background: url(/local/templates/.default/css/../i/pzr-ar-home.jpg) no-repeat;
}

#pzr-at-home .btn {
    position: absolute;
    bottom: 60px;
    left: 95px;
}

.covid-1 .btn.-green,
.covid-3 .btn.-green {
    text-transform: uppercase;
    background-color: #95ba51;
    box-shadow: 0px 3px 0px 0px #7ea438;
    border: none;
    color: #fff !important;
}

.covid-1 .btn.-green:hover,
.covid-3 .btn.-green:hover {
    text-transform: uppercase;
    background: #95ba51 !important;
    box-shadow: 0px 2px 0px 0px #7ea438 !important;
    border: none;
    color: #fff !important;
}

.covid-4 {
    background: #f7f9fb;
    color: #223344;
    line-height: 1.4;
    font-size: 16px;
    padding-bottom: 70px;
}

.covid-4 .container {
    background: url(/local/templates/.default/css/../i/covid-bg-3.jpg) no-repeat 100% 150px transparent;
}

.covid-4 .h1 {
    font-size: 36px;
    font-weight: bold;
    color: #223344;
    margin: 0px 0px 50px 0px;
    line-height: 1.23;
}

.covid-4 .mt-90 {
    margin-top: 90px;
}

@media (max-width: 900px) {
    .covid-1 {
        background: #f7f9fb;
        padding-top: 55px;
    }

    .covid-1__text h1 {
        font-size: 52px;
    }

    .covid-1__text .title_description {
        font-size: 48px;
    }

    .covid-2-list__item {
        padding-bottom: 20px;
        display: flex;
        flex: row;
    }

    .covid-2-list__item .covid-2-list__img {
        max-width: 100px;
        width: 25%;
    }

    .covid-2-list__item .covid-2-list__text {
        padding-top: 15px;
        padding-left: 15px;
        width: 75%;
    }

    .covid-4 iframe {
        height: 300px !important;
    }

    .covid-3 .covid-3-list__item .pl-20 {
        padding-left: 0px;
    }
}

@media (max-width: 575px) {
    .covid-1 {
        background: #f7f9fb;
        padding-top: 10px;
    }

    .covid-1__text h1 {
        font-size: 25px;
    }

    .covid-1 .h4 {
        font-size: 15px;
    }

    .covid-1__text .title_description {
        font-size: 26px;
    }

    .covid-1 .h2 {}

    .covid-1 img {
        margin-top: 60px;
    }

    .covid-2 {
        padding-top: 0px;
        padding-bottom: 25px;
    }

    .covid-2 .container {
        margin-top: 0px;
        padding-top: 30px;
        background: #f7f9fb;
    }

    .covid-2 .h1 {
        font-size: 26px;
    }

    .covid-2-list__item {
        padding-bottom: 20px;
        display: flex;
        flex: row;
    }

    .covid-2-list__item .covid-2-list__img {
        max-width: 100px;
        width: 25%;
    }

    .covid-2-list__item .covid-2-list__text {
        padding-top: 0px;
        padding-left: 15px;
        width: 75%;
    }

    .covid-2-list__title {
        font-weight: bold;
        font-size: 18px;
        padding-bottom: 5px;
    }

    .covid-3 {
        padding-bottom: 0;
    }

    .covid-3 .page-content {
        padding-top: 35px;
    }

    .covid-3 .h1 {
        font-size: 26px;
    }

    .covid-3 .covid-3-list__item {
        margin-bottom: 30px;
    }

    .covid-3 .covid-3-list__item .col-md-4 {
        text-align: center;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .covid-3 .covid-3-list__item .covid-3-list__text {
        font-size: 14px;
    }

    .covid-3 .covid-3-list__item .covid-3-list__text strong {
        font-size: 16px;
    }

    .covid-3 .covid-3-list__item .covid-3-list__text span.accent-hrs {
        font-size: 20px;
    }

    .covid-3 .covid-3-list__item .covid-3-list__text p {
        margin-bottom: 7px;
    }

    #pzr-at-home {
        margin: 0 auto;
        width: 405px;
        height: 247px;
        background-position-x: -50px;
        background-size: contain;
    }

    #pzr-at-home .btn {
        bottom: 90px;
        left: 32px;
    }

    .covid-4 {
        font-size: 14px;
        padding-bottom: 60px;
    }

    .covid-4 .container {
        background: transparent;
    }

    .covid-4 .h1 {
        font-size: 26px;
        margin: 0px 0px 30px 0px;
    }

    .covid-4 iframe {
        height: 200px !important;
    }

    .covid-4 .mt-90 {
        margin-top: 50px;
    }
}

.covid-1__calc-form {}

.calc-tbl__table {
    border-bottom: 2px solid #ccddee;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.calc-tbl__table table td {
    padding: 6px 0px;
}

.calc-tbl__table table tr:nth-child(2n) td {
    background: transparent;
}

.calc-tbl__price {
    font-size: 18px;
    vertical-align: top;
    color: #223344;
    text-align: right;
    min-width: 120px;
}

.calc-tbl__delivery-service td.calc-tbl__title {
    display: flex;
}

.calc-tbl__delivery-service .form__agree {
    margin-right: 30px;
}

.calc-tbl__delivery-service .form__checks {
    display: flex;
    flex-flow: column;
    width: 210px;
}

.calc-tbl__delivery-service .form__checks label {
    margin: 0;
    margin-bottom: 8px;
    color: #223344;
    caret-color: transparent;
}

.calc-tbl__delivery-service .calc-tbl__price br {
    margin-bottom: 10px;
}

.calc-tbl__table input[type="checkbox"].visually-hidden+span {
    width: 25px;
    height: 25px;
}

.calc-tbl__table input[type="checkbox"].visually-hidden+span::before {
    width: 22px;
    height: 20px;
}

.calc-tbl__table .form__agree label {
    padding-left: 37px;
    font-size: 16px;
    color: #223344;
    caret-color: transparent;
}

.calc-tbl__table input[type="checkbox"].visually-hidden:checked+span {
    background: #92b74f;
    border: 2px solid #92b74f;
}

.calc-tbl__table input[type="radio"].visually-hidden:checked+span {
    background: #92b74f;
    border: 2px solid #92b74f;
}

.calc-tbl__table input[type="radio"].visually-hidden:checked:disabled+span {
    background: #CCDDEE;
    border: 2px solid #CCDDEE;
}

.calc-tbl__result {
    display: flex;
    flex-flow: row;
    justify-content: end;
}

.calc-tbl__result .covid-1__text-1 {
    margin-right: 30px;
    font-size: 18px;
    color: #223344;
}

.calc-tbl__result .calc-tbl__total-price {
    font-weight: bold;
    font-size: 30px;
}

@media (max-width: 575px) {
    .calc-tbl__table table td {
        padding: 0;
    }

    .calc-tbl__price {
        display: none;
    }

    .calc-tbl__table {
        margin-bottom: 30px;
    }

    .calc-tbl__result {
        justify-content: space-between;
    }

    .calc-tbl__result .covid-1__text-1 {
        line-height: 1.45em;
        font-size: 16px;
    }

    .calc-tbl__result .btn.-green {
        padding: 12px 20px 12px 20px;
    }

    .calc-tbl__delivery-service .form__checks label {
        font-size: 16px;
    }
}

.calc-tbl__result .btn:disabled,
.calc-tbl__result .btn:disabled:hover,
body.-notouch .calc-tbl__result .btn.-green:disabled:hover {
    opacity: 1;
    background: #E4EFF5 !important;
    border-color: #D0DCEA !important;
    color: #CAD7E7 !important;
    text-shadow: 1px 1px 1px #fff !important;
    box-shadow: 0px 3px 0px 0px #D0DCEC !important;
}

.calc-tbl__result .btn:disabled:hover {
    cursor: not-allowed;
}

.checkup-top.-image {
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 5px;
}

.checkup-top__content {
    margin-top: 0px;
    color: #223344;
}

.checkup-top__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.25;
    color: #000;
    max-width: 480px;
    margin-bottom: 12px;
}

.checkup-top__subtitle {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.25;
    max-width: 480px;
}

.checkup-top__discount {
    font-weight: 600;
    font-size: 38px;
    line-height: 1.25;
    color: #6fc75f;
    max-width: 480px;
}

.checkup-top .btn {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .checkup-top__content {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .checkup-top.-image {
        background-size: 1920px auto;
        background-position: calc(50% - 195px) 0;
    }

    .checkup-top__content {
        padding: 72px 15px 30px;
    }

    .checkup-top__title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .checkup-top__subtitle {
        font-size: 14px;
    }

    .checkup-top .btn {
        margin-top: 32px;
    }
}

@media (max-width: 767px) {
    .checkup-top .btn {
        margin-top: 24px;
    }
}

.checkup-desc {
    font-size: 16px;
    line-height: 1.73;
    color: #223344;
    margin-top: 70px;
}

.checkup-desc h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-top: -8px;
    margin-bottom: 32px;
}

.checkup-desc__points {
    font-size: 16px;
    line-height: 1.73;
    color: #223344;
    margin-top: 50px;
}

.checkup-desc__points ol li:before {
    content: counter(section);
    font-size: 18px;
    font-weight: 500;
    color: #3c64fa;
}

@media (max-width: 991px) {
    .checkup-desc {
        font-size: 13px;
        font-weight: 500;
        margin-top: 30px;
    }

    .checkup-desc h3 {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 16px;
    }

    .checkup-desc p {
        margin: 0px 0px 15px 0px;;
    }

    .checkup-desc__points {
        font-size: 13px;
        line-height: 1.53;
        color: #223344;
        margin-top: 30px;
    }

    .checkup-desc__points ol {
        margin-left: 22px;
    }

    .checkup-desc__points ol li {
        font-size: 13px;
        font-weight: 500;
    }

    .checkup-desc__points ol li:before {
        content: counter(section);
        font-size: 15px;
        font-weight: 600;
        color: #3c64fa;
    }
}

#checkup-faq {

}

@media (max-width: 767px) {
    #checkup-faq {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .checkup-section-carousel {
        display: flex;
        flex-wrap: nowrap !important;
        column-gap: 0px;
        margin: 10px -15px -15px;
        padding: 15px;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        width: 100vw;
        margin-left: calc(-1 * (100vw - 540px + 30px) / 2);
        margin-right: calc(-1 * (100vw - 540px + 30px) / 2);
        padding-left: calc((100vw - 540px + 30px) / 2);
        padding-right: calc((100vw - 540px + 30px) / 2);
    }

    .checkup-section-carousel::-webkit-scrollbar {
        display: none;
    }

    .checkup-section-carousel .checkup-section-item {
        flex-shrink: 0;
        height: auto;
        min-height: 360px;
        margin-right: 0;
        padding-right: 5px;
        width: 250px;
    }

    .checkup-section-carousel .checkup-section-item.price-tbl:last-of-type:not(.popup) {
        margin-right: -15px;
    }
}

@media (max-width: 575px) {
    .checkup-section-carousel {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 5px;
        padding-right: 15px;
    }
}

.checkup-calculator__item {
    position: relative;
    margin-bottom: 30px;
    padding: 30px 25px;
    min-height: calc(100% - 30px);
    background-size: cover;
    background-color: #eef4ff;
    background-repeat: no-repeat;
    background-position: bottom right;
    /* border: 4px solid transparent; */
    border-radius: 15px;
    overflow: hidden;
    transition: border 0.15s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.checkup-calculator__item.-checked {
    border: 4px solid #6fc75f;
}

.checkup-calculator__content-heading {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.checkup-calculator__content-heading .form__agree {
    margin: 0;
    height: 35px;
}

.checkup-calculator__title {
    font-size: 18px;
    font-weight: 600;
    color: #112233;
}

.checkup-calculator__content {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.checkup-calculator input[type="checkbox"].visually-hidden+span {
    border: 2px solid #ffffff;
    transition: border 0.15s;
}

.checkup-calculator input[type="checkbox"].visually-hidden:checked+span {
    border: 2px solid #6fc75f;
    background: #6fc75f;
}

.checkup-calculator .checkup-calculator__item.-checked input[type="checkbox"].visually-hidden+span {
    border: none;
    background: transparent;
}

.checkup-calculator .checkup-calculator__item.-checked input[type="checkbox"].visually-hidden+span:before {
    background-image: url(/local/templates/.default/css/../i/icon-checked.svg);
}

.checkup-calculator .checkup-calculator__item.-checked .form__agree input[type="checkbox"].visually-hidden:checked+span:before {
    width: 28px;
    height: 25px;
    left: -5px;
    top: 2px;
}


.checkup-calculator input[type="radio"].visually-hidden+span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -3px;
    position: relative;
    font-size: 0;
    border: 2px solid transparent;
    transition: border-color 0.15s, background-color 0.15s;
    margin-right: 15px;
}

.checkup-calculator input[type="radio"].visually-hidden+span:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 3px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s, visibility 0.15s;
}

.checkup-calculator input[type="radio"].visually-hidden:checked+span {
    background: #fff;
    border: 2px solid #fff;
}

.checkup-calculator input[type="radio"].visually-hidden:checked+span:before {
    opacity: 1;
    visibility: visible;
    background: #3c64fa;
}

.checkup-calculator input[type="radio"].visually-hidden+span.-big {
    width: 24px;
    height: 24px;
    display: block;
    float: left;
}

.checkup-calculator input[type="radio"].visually-hidden+span.-big:before {
    width: 10px;
    height: 10px;
    left: 5px;
    top: 5px;
}

ul.checkup-calculator__variants {
    margin: 0;
    list-style-type: none;
}

ul.checkup-calculator__variants li {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
}

ul.checkup-calculator__variants li:before {
    content: none;
}

.checkup-calculator__name {
    margin: 0;
    margin-top: 5px;
    margin-left: 40px;
}

.checkup-calculator__price {
    margin: 0;
    line-height: 1.2;
    font-size: 21px;
    font-weight: 700;
    color: #557dfa;
}

.checkup-calculator__price.-old {
    text-decoration: line-through;
    color: #778899;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.checkup-calculator__content .checkup-calculator__price {
    margin-top: 0px;
    margin-left: 40px;
}

.checkup-calculator__price.-big {
    margin-left: 0px;
    font-size: 28px;
    line-height: 1;
}

.checkup-calculator__item .btn {
    margin-top: 20px;
    color: #557dfa;
    align-self: flex-start;
    font-size: 15px;
    text-transform: none;
    background: rgba(255, 255, 255, 0.7);
    border-color: transparent;
    border-radius: 5px;
}

body.-notouch .checkup-calculator__item .btn.-default:hover,
body.-notouch .checkup-calculator__item .btn.-default:not(.-disabled):hover {
    background: #557dfa;
    color: #fff;
    border-color: #557dfa;
    box-shadow: none;
}

@media (max-width: 767px) {
    .checkup-calculator__item {
        margin-bottom: 0px;
        padding: 20px 20px;
    }

    .checkup-calculator .news-list__text, .checkup-calculator__result-list {
        font-size: 13px;
    }

    .checkup-calculator__title {
        font-size: 14px;
        align-self: center;
    }

    .checkup-calculator__content-heading {
        flex-direction: row;
        margin-bottom: 15px;
    }

    .checkup-calculator__content-heading .form__agree {
        height: 32px;
    }

    .checkup-calculator__item .btn {
        width: 100%;
    }

    ul.checkup-calculator__variants li {
        margin: 0;
    }

    ul.checkup-calculator__variants .checkup-calculator__name {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .mfp-zoom-in-checkup {
        /* background: none !important; */
    }

    .popup-checkup {
        padding: 60px 64px;
        /* left: -10%; */
    }
}

.popup-checkup .popup-module__content {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 30px;
    margin-right: -30px;
}

.popup-checkup .popup-module__content p {
    margin: 0;
    padding: 0;
}

.popup-checkup .popup-module__content .popup_subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #445566;
}

.popup-checkup .popup-module__content .h2 {
    margin: 0 0 30px;
}

.popup-checkup .popup-module__content .h3 {
    font-weight: 600;
    font-size: 20px;
    color: #112233;
}

.popup-checkup .popup-module__content .service-list {

}

.popup-checkup .popup-module__content .service-list ol {
    list-style-type: none;
    margin: 0;
}

.popup-checkup .popup-module__content .service-list ol li {
    margin: 0;
    padding: 0;
    position: relative;
}

.popup-checkup .popup-module__content .service-list ol li > a {
    display: grid;
    grid-template-columns: auto max-content;
    align-items: end;
    color: #223344;
    text-decoration: none;
    margin-block-start: 0.8em;
}

.popup-checkup .popup-module__content .service-list ol li:before {
    content: none;
}

.popup-checkup .popup-module__content .service-list .price-title {
    position: relative;
    overflow: hidden;
}

.popup-checkup .popup-module__content .service-list .price-title::after {
    position: absolute;
    padding-left: .25ch;
    content: " . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . . . . ";
    text-align: right;
}

.popup-checkup .popup-module__content .service-list .price {
    min-width: 2ch;
    font-variant-numeric: tabular-nums;
    text-align: right;
    color: #557dfa;
    font-weight: 600;
    font-size: 16px;
}

.popup-checkup .popup-module__content .service-list .old-price {
    text-decoration: line-through;
    color: #778899;
    font-weight: 500;
    font-size: 15.5px;
}

.popup-checkup .popup-module__footer {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.popup-checkup .popup-module__footer .popup-module__price-block {
    font-size: 18px;
}

.popup-checkup .popup-module__footer .popup-module__price-block p {
    margin: 0;
}

.popup-checkup .popup-module__footer .popup-module__price-block b {
    color: #000000;
    font-weight: 500;
}

.popup-call-check_up {
    max-width: 545px;
    padding: 45px 50px 40px;
}

.popup-call-check_up .btn,
.popup-checkup .popup-module__footer .btn {
    font-weight: 500;
}

.popup-call-check_up .h3 {
    font-size: 24px;
    font-weight: 500;
    color: #010101;
}

#popup-checkup-calculator__result {
    margin: 0 0 20px;
    padding: 20px 20px 10px;
    border-radius: 10px;
    background-color: rgb(238, 244, 255);
}

#popup-checkup-calculator__result .popup-checkup-calculator__result-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#popup-checkup-calculator__result .popup-checkup-calculator__result-heading .h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

#popup-checkup-calculator__result .popup-checkup-calculator__result-heading .checkup-calculator__result-total {
    text-align: right;
    color: #557dfa;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
}

.checkup-calculator__result {
    position: relative;
    padding: 30px 30px 25px;
    margin-bottom: 30px;
    min-height: 365px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 43, 102, 0.08);
}

.checkup-calculator__result,
.checkup-calculator__result__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.checkup-calculator__result__content  .checkup-calculator__result-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #223344;
}

.checkup-calculator .news-list__text,
.checkup-calculator__result-list {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 15px;
    padding: 0;
}

.popup-checkup-calculator__result-list {
    font-size: 12px;
    font-weight: 500;
    margin-left: 20px;
    padding: 0;
}

.checkup-calculator .news-list__text ul,
.popup-checkup-calculator__result-list ul,
.checkup-calculator__result-list ul {
    margin: 0px 0 10px 15px;
}

.checkup-calculator .news-list__text ul li,
.popup-checkup-calculator__result-list ul li,
.checkup-calculator__result-list ul li {
    margin: 0 0 10px;
    padding: 0;
    position: relative;
}

.checkup-calculator .news-list__text ul li:before,
.popup-checkup-calculator__result-list ul li:before,
.checkup-calculator__result-list ul li:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 5px;
    width: 5px;
    height: 5px;
    background: #3c64fa;
    border-radius: 3px;
}

.checkup-calculator__result .checkup-calculator__result-total {
    display: flex;
    flex-direction: column;
}

.checkup-calculator__result .btn {
    margin-top: 30px;
    padding: 15px 18px;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .popup-call-check_up {
        min-width: 308px;
        max-width: calc(100vw - 40px);
        padding: 22px 20px 26px;
    }

    .popup-call-check_up h3 {
        font-size: 16px;
    }

    .popup-checkup .popup-module__content .popup_subtitle {
        font-size: 14px;
        font-weight: 500;
        color: #445566;
    }

    .popup-checkup .popup-module__content .h2 {
        margin-bottom: 20px;
    }

    .popup-checkup .popup-module__content .h3 {
        font-size: 18px;
    }

    .popup-checkup .popup-module__content {
        padding-right: 0;
        margin-right: 0;
        margin-top: 0;
    }

    .popup-checkup .popup-module__content .service-list .price-title::after {
        display: none;
    }

    .popup-checkup .popup-module__content .service-list ol li > a {
        display: flex;
        flex-flow: column;
        align-items: start;
    }

    .popup-checkup .popup-module__content .service-list .old-price {
        font-size: 14px;
    }

    .popup-checkup .popup-module__footer {
        flex-direction: column;
    }

    .popup-checkup .popup-module__footer .btn {
        width: 100%;
        margin-top: 30px;
    }

    .checkup-calculator__result {
        min-height: 200px;
    }

    .checkup-calculator__result .checkup-calculator__result-title {
        font-size: 18px;
    }

    .popup-checkup .checkup-calculator__result-total,
    .checkup-calculator__result .checkup-calculator__result-total {
        display: flex;
        flex-direction: row;
    }

    .popup-checkup .checkup-calculator__result-total .-old,
    .checkup-calculator__result .checkup-calculator__result-total .-old {
        align-self: flex-end;
        margin-left: 15px !important;
    }

    .checkup-calculator__result .btn {
        width: 100%;
    }
}

.reviews-list {}

.reviews-list__item {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 43, 102, 0.08);
    transition: box-shadow 0.15s;
    padding: 22px 63px 35px;
    margin-bottom: 20px;
}

body.-notouch .reviews-list__item:hover {
    box-shadow: 0 2px 13px rgba(0, 43, 102, 0.12);
}

.reviews-list__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    text-transform: capitalize;
    color: #000;
}

.reviews-list__date {
    font-size: 14px;
    line-height: 1.4;
    color: #667788;
    margin-top: 6px;
}

.reviews-list__source {
    font-size: 14px;
    color: #8899aa;
}

.reviews-list__content {
    font-size: 15px;
    line-height: 1.6;
    color: #223344;
    padding-top: 23px;
}

.reviews-list__text-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.333333;
    color: #000;
    margin-bottom: 12px;
}

.reviews-list__text {
    position: relative;
}

.reviews-list__text>div {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 575px) {
    .reviews-list__text>div {
        -webkit-line-clamp: 12;
    }

    .reviews-list__source img {
        margin-top: -5px;
        margin-left: -8px;
        scale: 0.9;
    }
}

.reviews-list__text input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.reviews-list__text input[type="checkbox"]:checked+div {
    -webkit-line-clamp: unset;
}

.reviews-list__text input[type="checkbox"]:focus~label {
    outline: -webkit-focus-ring-color auto 5px;
}

.reviews-list__answer-text-more {
    margin: 0;
    padding: 50px 0 0px;
    font-size: 14px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
    color: #3c64fa;
    text-decoration: underline dotted;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    cursor: pointer;
    display: block;
}

.reviews-list__text div:truncated+.reviews-list__answer-text-more {
    display: block;
}

.reviews-list__text input[type="checkbox"]:checked~label {
    display: none
}

.reviews-list__answer {
    position: relative;
    padding: 20px 20px;
    background: #ECF3F8;
    border-radius: 5px;
    margin-top: 20px;
}

.reviews-list__answer::before {
    content: '';
    position: absolute;
    left: 25px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid#ECF3F8;
}

.reviews-list__answer-icon {
    height: 30px;
    width: 30px;
}

.reviews-list__answer-icon img {
    max-width: none;
    height: 30px;
    width: 30px;
}

.reviews-list__answer-content {
    padding-left: 10px;
}

.reviews-list__answer-title {
    padding-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #445566;
}

@media (max-width: 991px) {
    .reviews-list__item {
        padding: 20px 40px 32px;
    }
}

@media (max-width: 767px) {
    .reviews-list__item {
        padding: 18px 19px 30px;
    }

    .reviews-list__title {
        font-size: 16px;
    }

    .reviews-list__date {
        font-size: 13px;
    }

    .reviews-list__content {
        font-size: 13px;
        line-height: 1.55;
        padding-top: 8px;
    }
}

.reviews-page__content {
    margin-top: 57px;
    padding-bottom: 90px;
}

@media (max-width: 767px) {
    .reviews-page__content {
        margin-top: 22px;
        padding-bottom: 39px;
    }
}

.repometr-widget-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 43, 102, 0.08);
    padding: 24px 0 12px;
    margin-bottom: 57px;
}

.repometr-widget-logo {
    justify-content: center;
}

@media (max-width: 767px) {
    .repometr-widget-container {
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        margin-bottom: 22px;
    }
}

.video-reviews-carousel {
    width: calc(100% + 30px);
    margin: -15px -15px 65px;
}

.video-reviews-carousel .owl-stage {
    display: flex;
}

.video-reviews-carousel .owl-item {
    flex-shrink: 0;
    padding: 15px;
}

.video-reviews__item {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 43, 102, 0.08);
    transition: box-shadow 0.15s;
    overflow: hidden;
    padding: 21px 20px 24px;
}

body.-notouch .video-reviews__item:hover {
    box-shadow: 0 2px 13px rgba(0, 43, 102, 0.12);
}

.video-reviews__item-video.embed-video {
    margin-bottom: 22px;
}

.video-reviews__item-date {
    font-size: 14px;
    color: #667788;
    margin-bottom: 16px;
}

.video-reviews__item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #000;
}

.video-reviews__item-author {
    font-weight: 500;
    color: #000;
    margin-top: 15px;
}

.video-reviews__item-author-desc {
    font-size: 15px;
    color: #667788;
}

.video-reviews__item-footer {
    padding-top: 16px;
    margin-top: auto;
}

.video-reviews__item-doctor {
    font-size: 13px;
    line-height: 1.45;
    border-top: 1px solid #dde5fe;
    padding-top: 18px;
}

.video-reviews__item-doctor a {
    font-size: 14px;
}

@media (max-width: 767px) {
    .video-reviews-carousel {
        margin-bottom: 12px;
    }

    .video-reviews__item-video.embed-video {
        margin-bottom: 14px;
    }

    .video-reviews__item-date {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .video-reviews__item-title {
        font-size: 16px;
        line-height: 1.375;
    }

    .video-reviews__item-author {
        font-size: 14px;
        margin-top: 11px;
    }

    .video-reviews__item-author-desc {
        font-size: 14px;
        line-height: 1.3;
        margin-top: 4px;
    }

    .video-reviews__item-footer {
        padding-top: 14px;
    }

    .video-reviews__item-doctor {
        font-size: 12px;
        padding-top: 16px;
    }

    .video-reviews__item-doctor a {
        font-size: 13px;
    }
}

.reviews-carousel {
    width: calc(100% + 30px);
    margin: -15px;
}

.reviews-carousel .owl-stage {
    display: flex;
}

.reviews-carousel .owl-item {
    flex-shrink: 0;
    padding: 15px;
}

.reviews-carousel .reviews-list__item {
    height: 100%;
    padding: 17px 24px 28px;
    margin: 0;
}

.reviews-carousel .reviews-list__content {
    font-size: 14px;
    line-height: 1.7;
    padding-top: 17px;
}

@media (max-width: 767px) {
    .reviews-carousel .reviews-list__item {
        padding: 17px 19px 28px;
    }

    .reviews-carousel .reviews-list__content {
        font-size: 13px;
        line-height: 1.55;
        padding-top: 8px;
    }
}

.reviews-rating {
    background-color: #f5faff;
    border-bottom: 1px solid #dbe6ff;
    padding-top: 76px;
    padding-bottom: 89px;
}

@media (max-width: 767px) {
    .reviews-rating {
        padding-top: 30px;
        padding-bottom: 24px;
    }
}

[data-columns]::before {
    content: '3 .col-4';
}

@media (max-width: 991px) {
    [data-columns]::before {
        content: '2 .col-6';
    }
}

@media (max-width: 767px) {
    [data-columns]::before {
        content: '1 .col-12';
    }
}

.paging {
    position: relative;
    margin-top: 50px;
}

.paging ul {
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 14px;
    color: #667788;
}

.paging li {
    margin: 0;
    padding: 0;
}

.paging li:before {
    display: none;
}

.paging li a,
.paging li span {
    display: block;
    text-decoration: none;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 100%;
}

.paging li.active a,
.paging li.active a:hover,
.paging li.active span {
    color: #fff;
    background-color: #557dfa;
}

.paging li a:hover {
    color: #b6c0e2;
}

.paging li span {
    color: #b6c0e2;
}

.paging li svg {
    fill: currentColor;
    margin: -3px 0px 0px 0px;
}

.paging__more {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 991px) {
    .paging {
        margin-top: 40px;
        text-align: center;
    }

    .paging__more {
        position: relative;
        right: auto;
        left: 0;
        min-width: 210px;
    }
}

@media (max-width: 575px) {
    .paging {
        margin-top: 30px;
    }

    .paging__more {
        width: 100%;
    }
}

.paging-btn {
    min-width: 266px;
}

@media (max-width: 575px) {
    .paging-btn {
        width: 100%;
    }
}

.socials {}

.socials__item {
    margin-right: 30px;
}

.socials__item:last-child {
    margin-right: 0;
}

.socials__item a {
    color: #BBCADD;
}

body.-notouch .socials__item a:hover {
    color: #577cc7;
}

.socials__item a svg {
    fill: currentColor;
}

.footer {
    background: #f9fbff;
    padding: 58px 0px 38px 0px;
    color: #000;
    font-size: 13px;
    line-height: 1.3;
    position: relative;
}

.footer>.container {
    padding-top: 47px;
}

.footer a {
    color: #3c64fa;
}

body.-notouch .footer a:hover {
    color: #3c64fa;
}

.footer__left {}

.footer__links {
    position: relative;
    font-size: 11px;
    border-top: 1px solid #dde5fe;
    padding-top: 14px;
    margin-top: 15px;
    margin-bottom: -25px;
}

.footer__links ul {
    margin: 0px;
}

.footer__links ul li {
    margin: 0px 32px 0px 0px;
}

.footer__links ul li:last-child {
    margin-right: 0;
}

.footer__links ul li:after {
    content: '';
    width: 2px;
    height: 8px;
    font-size: 0;
    background: #BBCADD;
    display: inline-block;
    margin-left: 32px;
    vertical-align: middle;
}

.footer__links ul li:last-child:after {
    display: none;
}

.footer__links ul li:before {
    display: none;
}

.footer__links .cookies-info {
    position: absolute;
    top: 16px;
    color: #445566;
}

.footer__links .cookies-info::after {
    display: none;
}

.footer__right {
    position: relative;
    min-height: 100%;
}

.footer__right:before {
    content: '';
    position: absolute;
    left: -35px;
    top: 0;
    bottom: 0;
    width: 1px;
    font-size: 0;
    background: #dde5fe;
}

.footer__label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    margin-bottom: 18px;
}

.footer__nav {
    
}

.footer__nav ul {
    margin: 0px;
    padding: 0px;
}

.footer__nav li {
    margin: 0px 0px 12px 0px;
    padding: 0px;
}

.footer__nav li:before {
    display: none;
}

.footer__nav li a {
    color: #000;
}

body.-notouch .footer__nav li a:hover {
    color: #3c64fa;
}

.footer__datum {}

.footer-datum {}

.footer-datum svg.icon-marker {
    width: 14px;
    height: 18px;
    fill: #3c64fa;
}

.footer-datum svg.icon-phone {
    margin-right: 4px;
    margin-left: 1px;
    fill: #3c64fa;
}

.footer-datum svg.icon-clock {
    margin-right: 3px;
    fill: #3c64fa;
}

.footer-datum svg.icon-email {
    margin-right: 3px;
    fill: #3c64fa;
}

.footer-datum__item {
    margin-bottom: 25px;
}

.footer-datum__label {}

.footer-datum__text {}

.footer-datum__text svg {
    display: none;
}

.footer-datum__text strong {
    color: inherit;
    font-weight: normal;
}

.footer-datum__btn {
    color: #2b53e9;
    min-width: 160px;
    margin-top: 11px;
}

.footer-datum__btn:not(:hover) {
    background: #d7e6ff;
    border-color: #d7e6ff;
}

body.-notouch .btn.-light-blue.footer-datum__btn:hover {
    color: #2b53e9;
}

.footer__socials .socials__item a {
    color: #BBCADD;
}

body.-notouch .footer__socials .socials__item a:hover {
    color: #577cc7;
}

.footer__copy {
    font-size: 12px;
    color: #000;
    margin-top: 30px;
}

.bottomline {
    background: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #aabbcc;
    padding: 19px 0px 17px 0px;
}

.footer__map {
    height: 251px;
    overflow: hidden;
    border-top: 1px solid #dde5fe;
    border-bottom: 1px solid #dde5fe;
    margin: 3px -20px 0;
}

@media (max-width: 1199px) {
    .footer__right:before {
        left: -30px;
    }

    .footer__links {
        margin-right: 20px;
    }

    .footer__links ul {
        margin-right: 15px;
    }

    .footer__links ul li {
        text-align: left;
        flex-shrink: 0;
        width: 33.333%;
        margin-right: 20px;
    }

    .footer__links ul li:last-child {
        margin-right: 0px;
    }

    .footer__links ul li:after {
        margin-left: 20px;
        display: none;
    }
}

@media (max-width: 991px) {
    .footer {
        padding-top: 54px;
        padding-bottom: 30px;
    }

    .footer__right {
        border-top: 1px solid #D3DCE9;
        padding-top: 28px;
        margin-top: 15px;
    }

    .footer__right:before {
        display: none;
    }

    .footer__label {
        margin-bottom: 13px;
    }

    .footer__copy {
        margin-top: 0;
    }

    .footer__links {
        padding-top: 30px;
        margin-bottom: -5px;
        margin-right: 0;
        margin-top: 20px;
    }

    .footer__links ul li {
        flex-shrink: 1;
        width: auto;
    }

    .footer__links ul li:after {
        display: inline-block;
    }

    .bottomline {
        font-size: 11px;
    }
}

@media (max-width: 575px) {
    .footer {
        padding-bottom: 19px;
    }

    .footer>.container {
        padding-top: 24px;
    }

    .footer__right {
        padding-top: 0;
        margin-top: 0;
        border-top: 0;
    }

    .footer-datum__item {
        margin-bottom: 14px;
    }

    .footer-datum__item .footer-datum__label {
        display: none;
        margin-bottom: 18px;
    }

    .footer-datum__text svg {
        margin-right: 15px !important;
        display: inline-block;
    }

    .footer-datum__btn {
        min-width: 150px;
        margin-bottom: 10px;
    }

    .footer__links {
        font-size: 12px;
        padding-top: 17px;
        margin-top: -1px;
    }

    .footer__links ul li {
        margin: 0px 0px 6px 0px;
    }

    .footer__links ul li:last-child {
        margin-bottom: 0;
    }

    .footer__links ul li:after {
        display: none;
    }

    .footer__links .cookies-info {
        position: static;
    }

    .footer__copy {
        font-size: 11px;
        margin-top: 15px;
    }

    .footer__socials {
        margin-top: 11px;
    }

    .socials__item {
        margin-right: 41px;
    }

    .socials__item svg {
        fill: #3c64fa !important;
    }

    .bottomline {
        padding-top: 13px;
        padding-bottom: 15px;
    }
}

.sticky-line {
    background-color: #083380;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .075);
    color: #fff;
    left: 0;
    position: absolute;
    top: 0;
    transition: background-color 1s;
    width: 100%;
    z-index: 102;
}

.sticky-line__top {
    min-height: 58px;
    background: #6fc75f;
    padding: 10px 0;
}

.sticky-line__top .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 38px;
}

.sticky-line__top-content {
    font-size: 14px;
    line-height: 1.25;
    color: #000;
}

.sticky-line__top .info-line__close {
    flex-shrink: 0;
    font-size: 0;
    z-index: 8;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
    margin-left: 20px;
}

.sticky-line__top .info-line__close .icon-close {
    fill: #000;
}

@media (max-width: 575px) {
    .sticky-line__top-content {
        font-size: 12px;
    }

    .sticky-line__top .info-line__close .icon-close {
        height: 15px;
        width: 15px;
    }
}

.sticky-line.stick-bottom {
    bottom: 0;
    left: 0;
    position: fixed;
    top: auto;
}

.sticky-line .container-wrap {
    padding-bottom: 0;
    padding-top: 0;
}

.sticky-line .container-fluid {
    padding-bottom: 0;
    padding-top: 0;
}

@media (min-width:1024px) {
    .sticky-line .container-fluid .sticky-row {
        margin-left: 0;
        margin-right: 0;
    }
}

.sticky-line__item {
    height: 58px;
    padding: 10px 20px;
}

.sticky-line__item a {
    color: #fff;
    text-decoration: none;
}

.sticky-line__item a:hover {
    color: #fff !important;
}

.sticky-line__item .icon {
    fill: #fff;
}

.sticky-line-item__icon {
    flex-shrink: 0;
}

.sticky-line-item__label {
    margin-bottom: 0;
    color: #fff;
}

.sticky-line-appointment {
    background: #557dfa;
}

.sticky-line-appointment:hover {
    background: #3c64fa;
}

.sticky-line-appointment .icon {
    margin-right: 15px;
}

.sticky-line-phone .icon {
    transform: rotate(-90deg);
}

.sticky-line-phone a {
    font-size: 18px;
    font-weight: 500;
    padding-left: 0;
}

.sticky-line-phone strong {
    color: #fff;
}

.sticky-line-socials {
    padding-left: 0;
}

.sticky-line-socials .socials__item {
    margin: 0 15px;
}

.sticky-line-socials .socials__item:first-child {
    margin-left: 0;
}

.sticky-line-socials .socials__item:last-child {
    margin-right: 0;
}

.sticky-line-socials .socials__item a {
    padding: 10px 0px;
    color: #bbcadd;
}

.sticky-line-socials .socials__item a:hover svg {
    fill: #fff;
}

@media (max-width: 991px) {
    .sticky-line .container {
        padding: 0;
    }

    .sticky-line__item {
        height: 54px;
        padding: 10px 15px;
    }

    .sticky-line-item__label {
        line-height: 1em;
    }

    .sticky-line-appointment a {
        font-size: 11px;
    }

    .sticky-line-appointment .icon {
        width: 24px;
        height: 25px;
        margin-right: 10px;
    }

    .sticky-line-phone .icon {
        width: 20px;
        height: 20px;
    }

    .sticky-line-phone {
        padding: 10px 0px;
    }

    .sticky-line-phone a {
        font-size: 14px;
    }

    .sticky-line-socials .socials__item {
        margin: 0 10px;
    }
}

@media (max-width: 750px) {
    .sticky-line {
        background: #083380;
        background: linear-gradient(90deg, #083380 0%, #083380 55%, #557dfa 55%, #557dfa 100%);
    }

    .sticky-line-compact {
        padding: 10px;
    }

    .sticky-line-wa .icon {
        fill: #FFFFFF;
        width: 25px;
        height: 24px;
    }

    .sticky-line-phone .icon {
        transform: rotate(0deg);
        fill: #FFFFFF;
        width: 25px;
        height: 23px;
    }

    .sticky-line-appointment {
        padding-left: 21px;
    }

    .sticky-line-appointment a {
        font-size: 10px;
    }
}

@media (max-width: 575px) {
    .sticky-line-appointment {
        margin-right: -20px;
    }
}

.mfp-bg {
    background: rgba(0, 0, 0, 0.2);
}

button.mfp-arrow {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 15px rgba(66, 76, 107, 0.14);;
    transition: opacity 0.15s, visibility 0.15s, background 0.15s, box-shadow 0.15s;
    font-size: 0;
}

button.mfp-arrow:before {
    display: none;
}

button.mfp-arrow:after {
    display: none;
}

button.mfp-arrow svg {
    margin: 0;
    fill: #3c64fa;
    transition: fill 0.15s;
}

button.mfp-arrow-left {
    left: 20px;
}

button.mfp-arrow-left .icon-arrow-right {
    display: none;
}

button.mfp-arrow-right {
    right: 20px;
}

button.mfp-arrow-right .icon-arrow-left {
    display: none;
}

body.-notouch button.mfp-arrow:hover {
    background: #557dfa;
    box-shadow: 0 15px 23px rgba(0, 12, 168, 0.25);
}

body.-notouch button.mfp-arrow:hover svg {
    fill: #fff;
}

.mfp-title {
    color: #fff;
}

.mfp-counter {
    color: #fff;
}

.mfp-gallery button.mfp-close {
    font-size: 35px;
    color: #000;
    text-align: center;
    opacity: 1;
    padding: 0;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 15px rgba(66, 76, 107, 0.14);
    transition: color 0.15s;
    top: -17px;
    right: -77px;
}

@media (max-width: 1199px) {
    .mfp-gallery button.mfp-close {
        top: 5px;
        right: 0;
    }
}

@media (max-width: 900px) {
    .mfp-gallery button.mfp-close {
        transform: scale(0.75);
        transform-origin: 100%;
    }
}

body.-notouch .mfp-gallery button.mfp-close:hover {
    color: #3c64fa;
}

body.-notouch .mfp-gallery button.mfp-close:hover .icon-close {
    fill: #223344;
}

.mfp-zoom-in .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-in.mfp-removing .mfp-content {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 1;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-zoom-in .mfp-arrow {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mfp-zoom-in.mfp-ready .mfp-arrow {
    opacity: 1;
}

.mfp-zoom-in.mfp-removing .mfp-arrow {
    opacity: 0;
}


/* ==========================================================================
     SPECIAL VERSION */


/* ========================================================================== */

.special-settings {
    display: none;
}

.special-settings .content {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 992px;
    max-width: 1024px;
}

.special-settings .content:before,
.special-settings .content:after {
    content: " ";
    display: table;
}

.special-settings .content:after {
    clear: both;
}

.special-aaVersion-on .special-settings {
    display: block;
}

.aa-show {
    display: none;
}

.special-aaVersion-on .aa-show {
    display: inline-block;
    float: right;
}

.special-aaVersion-on .aa-hide svg {
    fill: #445e99;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

@supports (-webkit-overflow-scrolling: touch) {
    input.input-search {
        font-size: 16px !important;
    }
}


.embed-youtube,
.embed-video {
    /* background-color: #000; */
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

.embed-youtube.-rounded,
.embed-video.-rounded {
    border-radius: 15px;
}

.embed-youtube img,
.embed-video img {
    width: 100%;
    max-width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.9;
}

.embed-youtube img:not([src*="img.youtube.com"]),
.embed-video img:not([src*="img.youtube.com"]) {
    top: 0;
    min-height: 100%;
    object-fit: cover;
}

.embed-youtube .embed-youtube-play,
.embed-video .embed-video-play {
    width: 68px;
    height: 48px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.embed-youtube .embed-youtube-play:before,
.embed-video .embed-video-play:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.embed-youtube img,
.embed-youtube .embed-youtube-play,
.embed-video img,
.embed-video .embed-video-play {
    cursor: pointer;
}

.embed-youtube img,
.embed-youtube iframe,
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before,
.embed-video img,
.embed-video iframe,
.embed-video .embed-video-play,
.embed-video .embed-video-play:before {
    position: absolute;
}

.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before,
.embed-video .embed-video-play,
.embed-video .embed-video-play:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.embed-youtube iframe,
.embed-video iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.embed-youtube .embed-youtube-play:hover,
.embed-video .embed-video-play:hover {
    background-color: #f00;
}

.embed-youtube .embed-youtube-play.-circle,
.embed-video .embed-video-play.-circle {
    opacity: 1;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' xmlns:xlink='http://www.w3.org/1999/xlink' width='48px' height='48px'%3E%3Cpath fill='%23f4f7fa' fill-rule='evenodd' d='m23.8-0.1q6.6 0 12.1 3.2 5.5 3.2 8.7 8.7 3.2 5.5 3.2 12.1 0 6.5-3.2 12-3.2 5.5-8.7 8.8-5.5 3.2-12.1 3.2-6.5 0-12-3.2-5.5-3.3-8.7-8.8-3.3-5.5-3.3-12 0-6.6 3.3-12.1 3.2-5.5 8.7-8.7 5.5-3.2 12-3.2zm12 25.7q1-0.6 1-1.7 0-1.2-1-1.7l-17-10q-0.9-0.6-2-0.1-1 0.6-1 1.8v20q0 1.1 1 1.7 0.5 0.3 1 0.3 0.6 0 1-0.3z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 102%;
}

.embed-youtube .embed-youtube-play.-circle::before,
.embed-video .embed-video-play.-circle::before {
    display: none;
}

.embed-youtube .embed-youtube-play.-circle:hover,
.embed-video .embed-video-play.-circle:hover {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' xmlns:xlink='http://www.w3.org/1999/xlink' width='48px' height='48px'%3E%3Cpath fill='%23ff4d43' fill-rule='evenodd' d='m23.8-0.1q6.6 0 12.1 3.2 5.5 3.2 8.7 8.7 3.2 5.5 3.2 12.1 0 6.5-3.2 12-3.2 5.5-8.7 8.8-5.5 3.2-12.1 3.2-6.5 0-12-3.2-5.5-3.3-8.7-8.8-3.3-5.5-3.3-12 0-6.6 3.3-12.1 3.2-5.5 8.7-8.7 5.5-3.2 12-3.2zm12 25.7q1-0.6 1-1.7 0-1.2-1-1.7l-17-10q-0.9-0.6-2-0.1-1 0.6-1 1.8v20q0 1.1 1 1.7 0.5 0.3 1 0.3 0.6 0 1-0.3z'/%3E%3C/svg%3E");
}

.popup__text--modified {
    margin-bottom: 0px;
}

.popup__text-required {
    font-size: 14px;
    color: #778899;
}

.popup__form-description {
    margin-top: 10px;
}

.services-main {
    margin-top: 54px;
}

@media (max-width: 767px) {
    .services-main {
        margin-top: 28px;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/top/style.css?168901504942*/
li.parent.tabbed > ul {
	display: block;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/search.title/header/style.css?16890151862635*/
div.title-search-result {
    display: none;
    position: absolute;
    background: #fff;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: 350px;
    box-shadow: 0px 6px 10px 0px rgba(0, 43, 102, 0.06);
    font-size: 14px;
    color: #445566;
    line-height: 1.35;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 999;
    display: none;
    border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

div.title-search-fader {
    display: none;
    background-image: url('/local/templates/.default/components/bitrix/search.title/header/images/fader.png');
    background-position: right top;
    background-repeat: repeat-y;
    position: absolute;
}

p.title-search-preview {
    font-size: 12px;
}


/*========================*/

.bx_searche {}

.bx_searche .bx_item_block {
    min-height: 65px;
    position: relative
}

.bx_searche .bx_item_block:nth-child(even) {
    background: #f7f9fb;
}

.bx_searche .bx_item_element {
    padding-left: 23px;
    padding-top: 10px;
}

.bx_searche .bx_item_element span {
    color: #ccddee;
    font-size: 12px;
}

.bx_searche .bx_item_element .search-item__category {
    color: #658d1b;
    font-size: 12px;
    text-transform: uppercase;
}

.bx_searche .bx_item_element hr {
    margin: 0;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

.bx_searche .bx_item_element a {
    margin-top: 15px;
    display: inline;
    color: #445566;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.45em;
}

.bx_searche .bx_item_element a b {
    color: #223344;
    font-weight: bold;
}

.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b {
    color: #577cc7;
    text-decoration: underline;
    font-weight: normal;
}

.bx_searche .bx_price {
    font-weight: bold;
    font-size: 13px;
}

.bx_searche .bx_price .old {
    font-weight: normal;
    text-decoration: line-through;
    color: #636363
}

.bx_item_block.all_result {
    min-height: 0
}

.bx_item_block.others_result {
    min-height: 0;
    padding: 0 0 12px;
    line-height: 12px;
}

.bx_item_block.all_result .bx_item_element {
    border-top: 1px solid #f7f9fb;
    background: #fff;
    padding-left: 0px;
}

.bx_item_block.all_result .all_result_title {
    display: block;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 23px;
}

.bx_item_block.all_result .all_result_title a {
    color: #577cc7;
    text-decoration: underline dotted;
}

.bx_item_block.all_result .all_result_title a:hover {
    color: #4788cb
}

.bx_item_block.all_result a {
    margin-top: 0;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/search.title/top/style.css?16890151882635*/
div.title-search-result {
    display: none;
    position: absolute;
    background: #fff;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: 350px;
    box-shadow: 0px 6px 10px 0px rgba(0, 43, 102, 0.06);
    font-size: 14px;
    color: #445566;
    line-height: 1.35;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 999;
    display: none;
    border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

div.title-search-fader {
    display: none;
    background-image: url('/local/templates/.default/components/bitrix/search.title/top/images/fader.png');
    background-position: right top;
    background-repeat: repeat-y;
    position: absolute;
}

p.title-search-preview {
    font-size: 12px;
}


/*========================*/

.bx_searche {}

.bx_searche .bx_item_block {
    min-height: 65px;
    position: relative
}

.bx_searche .bx_item_block:nth-child(even) {
    background: #f7f9fb;
}

.bx_searche .bx_item_element {
    padding-left: 23px;
    padding-top: 10px;
}

.bx_searche .bx_item_element span {
    color: #ccddee;
    font-size: 12px;
}

.bx_searche .bx_item_element .search-item__category {
    color: #658d1b;
    font-size: 12px;
    text-transform: uppercase;
}

.bx_searche .bx_item_element hr {
    margin: 0;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

.bx_searche .bx_item_element a {
    margin-top: 15px;
    display: inline;
    color: #445566;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.45em;
}

.bx_searche .bx_item_element a b {
    color: #223344;
    font-weight: bold;
}

.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b {
    color: #577cc7;
    text-decoration: underline;
    font-weight: normal;
}

.bx_searche .bx_price {
    font-weight: bold;
    font-size: 13px;
}

.bx_searche .bx_price .old {
    font-weight: normal;
    text-decoration: line-through;
    color: #636363
}

.bx_item_block.all_result {
    min-height: 0
}

.bx_item_block.others_result {
    min-height: 0;
    padding: 0 0 12px;
    line-height: 12px;
}

.bx_item_block.all_result .bx_item_element {
    border-top: 1px solid #f7f9fb;
    background: #fff;
    padding-left: 0px;
}

.bx_item_block.all_result .all_result_title {
    display: block;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 23px;
}

.bx_item_block.all_result .all_result_title a {
    color: #577cc7;
    text-decoration: underline dotted;
}

.bx_item_block.all_result .all_result_title a:hover {
    color: #4788cb
}

.bx_item_block.all_result a {
    margin-top: 0;
}
/* End */


/* Start:/local/templates/.default/styles.css?1689015290345*/
#bx-admin-prefix, .bx-core-popup-menu, .bx-component-opener {
	z-index: 1034 !important;
}
.bx-core-dialog-overlay {
	z-index: 1003 !important;
}

#bx-panel.bx-panel-fixed,
div.bx-component-opener {
	z-index: 1002 !important;
}

.popupmenu table td {
	padding:0;
}

.bxfd-window-cont table td img {
	max-width: none;
	vertical-align: baseline;
}
/* End */


/* Start:/local/templates/.default/template_styles.css?1689015290244*/
.news-list__image iframe.image-cover, .contacts-video iframe, .repometr-widget-container iframe, .about-3__block iframe, .news-list__image iframe {
    border: none;
}

.about-3__block iframe, .news-list__image iframe {
    width: 100%;
}
/* End */


/* Start:/local/templates/.default/special_version.css?168901529062570*/
/* ==========================================================================
   Общие стили для всех вариантов спецверсии сайта */
/* ========================================================================== */
.special-aaVersion-on {
	/* ==========================================================================
			   Отключение картинок */
	/* ========================================================================== */
}
.special-aaVersion-on .submenu {
	top: 240px;
}
.special-aaVersion-on a,
.special-aaVersion-on .in-page-nav li a {
	text-decoration: underline;
}
.special-aaVersion-on a:hover,
.special-aaVersion-on .in-page-nav li a:hover,
.special-aaVersion-on a:active,
.special-aaVersion-on .in-page-nav li a:active {
	text-decoration: none;
}
.special-aaVersion-on .container-top-line,
.special-aaVersion-on .container-top-navigation,
.special-aaVersion-on .container-white,
.special-aaVersion-on .white-box,
.special-aaVersion-on .h-block,
.special-aaVersion-on .h-block-inner,
.special-aaVersion-on .footer-carousel.owl-carousel .owl-item a,
.special-aaVersion-on .white-content-box,
.special-aaVersion-on .checkbox + label > span,
.special-aaVersion-on .radio + label > span,
.special-aaVersion-on .municipal-org-link span,
.special-aaVersion-on .badge,
.special-aaVersion-on .schedule .hour-busy,
.special-aaVersion-on .in-page-nav,
.special-aaVersion-on .step-item-inner,
.special-aaVersion-on .steps-breadcrumb-text,
.special-aaVersion-on .record-tikket-date,
.special-aaVersion-on .big-slider {
	background: inherit;
}
.special-aaVersion-on .h-block,
.special-aaVersion-on .price-download-block:after,
.special-aaVersion-on .municipal-org-link,
.special-aaVersion-on .steps-select,
.special-aaVersion-on .steps-breadcrumb-name,
.special-aaVersion-on .steps-breadcrumb-text:after,
.special-aaVersion-on .alert-label:after {
	background-image: none !important;
}
.special-aaVersion-on .h-block-inner {
	border: solid 1px;
}
.special-aaVersion-on .border-link-dark,
.special-aaVersion-on .border-link,
.special-aaVersion-on .footer-nav a {
	border: 0;
}
.special-aaVersion-on .h-block-inner .btn *,
.special-aaVersion-on .footer-carousel.owl-carousel .owl-item a,
.special-aaVersion-on .checkbox:focus + label,
.special-aaVersion-on .radio:focus + label,
.special-aaVersion-on .jq-file:active .jq-file__name,
.special-aaVersion-on .tabs-gray .tabs-switcher.active,
.special-aaVersion-on .tabs-gray .tabs-switcher:hover,
.special-aaVersion-on .services-list-content a .fl-r,
.special-aaVersion-on .breadcrumb ul li .crumb_marker,
.special-aaVersion-on .doctor-menu ul a.active,
.special-aaVersion-on .in-page-nav li a:hover,
.special-aaVersion-on .in-page-nav li a:focus,
.special-aaVersion-on .schedule-doctor-schedule .day-wrapper.today,
.special-aaVersion-on .logo-link:hover .h1,
.special-aaVersion-on .logo-link:focus .h1 {
	color: inherit;
}
.special-aaVersion-on .checkbox:focus + label > span,
.special-aaVersion-on .checkbox:checked + label > span,
.special-aaVersion-on .checkbox:checked + label > span:before,
.special-aaVersion-on .radio:focus + label > span,
.special-aaVersion-on .radio:checked + label > span:before,
.special-aaVersion-on .radio + label:hover > span,
.special-aaVersion-on .radio + label:focus > span,
.special-aaVersion-on .radio:checked + label > span,
.special-aaVersion-on .jq-file:active .jq-file__name,
.special-aaVersion-on .footer-carousel.owl-carousel .owl-item a,
.special-aaVersion-on .step-item-num,
.special-aaVersion-on .step-item-inner.current .step-item-num,
.special-aaVersion-on .step-item-inner:hover .step-item-num,
.special-aaVersion-on .step-item-inner:focus .step-item-num,
.special-aaVersion-on .checkbox + label:hover > span {
	border-color: inherit;
}
.special-aaVersion-on .search-in-page-btn {
	background-color: transparent !important;
	box-shadow: none !important;
}
.special-aaVersion-on .search-in-page-input {
	padding-left: 50px !important;
}
.special-aaVersion-on .step-item-inner.current .step-item-num,
.special-aaVersion-on .step-item-inner:hover .step-item-num,
.special-aaVersion-on .step-item-inner:focus .step-item-num {
	box-shadow: none;
}
.special-aaVersion-on .steps-breadcrumb-name {
	opacity: .6;
}
.special-aaVersion-on .steps-breadcrumb-text:after {
	content: 'x';
	text-align: right;
	padding-right: 10px;
	font-size: 20px;
}
.special-aaVersion-on .styler-steps {
	margin-top: -1px;
}
.special-aaVersion-on .schedule-doctor-schedule .day-wrapper.today {
	font-weight: bold;
}
.special-aaVersion-on .alert-label:after {
	content: '!!!';
}
.special-aaVersion-on a.dotted-link,
.special-aaVersion-on .pseudolink.dotted-link {
	border-bottom: 0;
}
.special-aaVersion-on .error-page-big-text {
	display: none;
}
.special-aaVersion-on.special-aaImage-off img {
	display: none !important;
}
.special-aaVersion-on.special-aaImage-off * {
	background-image: none !important;
}
.special-aaVersion-on.special-aaImage-off .header__logo img {
	display: initial !important;
}
/* ==========================================================================
	   Панель */
/* ========================================================================== */
.special-settings {
	padding: 20px 0;
	font-family: Tahoma, sans-serif;
	background: #ccc;
}
.aa-settings-popup {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 15;
	border: solid 2px;
}
.aa-block {
	float: left;
	padding: 0.5em 1em;
}
.aa-block a {
	display: inline-block;
	padding: 8px 10px;
	border: solid 2px;
	margin-left: -2px;
}
.aaFontsize .fl-l {
	padding: 8px 10px 8px 0;
	display: inline-block;
}
.aaFontsize a {
	float: left;
	text-decoration: none;
}
.aaFontsize-small {
	font-size: 16px;
}
.special-aaVersion-on.special-aaFontsize-small .structure li span, .content .structure li span {
	font-size: 16px;
}
.aaFontsize-normal {
	font-size: 20px;
	font-weight: bold;
}
.special-aaVersion-on.special-aaFontsize-normal .structure li span, .content .structure li span {
	font-size: 20px;
}
.aaFontsize-big {
	font-size: 24px;
	font-weight: bold;
}
.special-aaVersion-on.special-aaFontsize-big .structure li span, .content .structure li span {
	font-size: 24px;
}
.aaColor {
	padding-left: 0;
	padding-right: 0;
}
.aaColor a {
	padding: 4px;
}
.aaColor a span {
	display: inline-block;
	padding: 4px .5em;
	font-weight: bold;
}
.aaColor a.aaColor-black.a-current {
	border-color: #000;
	background: #fff !important;
}
.aaColor a.aaColor-black span {
	background: #fff;
	color: #000;
}
.aaColor a.aaColor-yellow.a-current {
	border-color: #000;
	background: #ff0 !important;
}
.aaColor a.aaColor-yellow span {
	background: #ff0;
	color: #000;
}
.aaColor a.aaColor-blue.a-current {
	border-color: #000;
	background: #9fd7ff !important;
}
.aaColor a.aaColor-blue span {
	background: #9fd7ff;
	color: #143c5a;
}
.choose-colors {
	list-style: none;
	margin: 0;
	padding: 0;
}
.choose-colors li {
	margin-top: .5em;
}
/* ==========================================================================
	   Черным по белому */
/* ========================================================================== */
.special-aaVersion-on.special-aaColor-black body,
.special-aaVersion-on.special-aaColor-black .aa-settings-popup {
	color: #000000;
	background-color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .special-settings,
.special-aaVersion-on.special-aaColor-black .special-settings a,
.special-aaVersion-on.special-aaColor-black .special-settings .aa-block {
	color: #000;
	border-color: #000 !important;
}
.special-aaVersion-on.special-aaColor-black a {
	color: #000000;
}
.special-aaVersion-on.special-aaColor-black a.btn {
	color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black a.btn-link {
	padding-left: 1em;
	padding-right: 1em;
}
.special-aaVersion-on.special-aaColor-black * {
	color: #000000;
	border-color: #000000;
	-webkit-transition: none !important;
	transition: none !important;
}
.special-aaVersion-on.special-aaColor-black hr {
	background: #000000;
	height: 2px;
}
.special-aaVersion-on.special-aaColor-black :-moz-placeholder {
	color: rgba(0, 0, 0, 0.5);
}
.special-aaVersion-on.special-aaColor-black :-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
}
.special-aaVersion-on.special-aaColor-black ::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
}
.special-aaVersion-on.special-aaColor-black .btn,
.special-aaVersion-on.special-aaColor-black button,
.special-aaVersion-on.special-aaColor-black input[type="button"],
.special-aaVersion-on.special-aaColor-black input[type="reset"],
.special-aaVersion-on.special-aaColor-black input[type="submit"] {
	background-color: #000000;
	box-shadow: 0 0 0 2px #000000;
	border-color: transparent;
	color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .btn:focus,
.special-aaVersion-on.special-aaColor-black button:focus,
.special-aaVersion-on.special-aaColor-black input[type="button"]:focus,
.special-aaVersion-on.special-aaColor-black input[type="reset"]:focus,
.special-aaVersion-on.special-aaColor-black input[type="submit"]:focus,
.special-aaVersion-on.special-aaColor-black .btn:hover,
.special-aaVersion-on.special-aaColor-black button:hover,
.special-aaVersion-on.special-aaColor-black input[type="button"]:hover,
.special-aaVersion-on.special-aaColor-black input[type="reset"]:hover,
.special-aaVersion-on.special-aaColor-black input[type="submit"]:hover {
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-black .btn-link,
.special-aaVersion-on.special-aaColor-black a.btn-link {
	background: transparent;
	color: #000000;
}
.special-aaVersion-on.special-aaColor-black .btn-link:focus,
.special-aaVersion-on.special-aaColor-black a.btn-link:focus,
.special-aaVersion-on.special-aaColor-black .btn-link:hover,
.special-aaVersion-on.special-aaColor-black a.btn-link:hover {
	color: #000000;
	text-decoration: none;
}
.special-aaVersion-on.special-aaColor-black .input,
.special-aaVersion-on.special-aaColor-black input[type="text"],
.special-aaVersion-on.special-aaColor-black input[type="password"],
.special-aaVersion-on.special-aaColor-black textarea {
	color: #000000;
	background: #ffffff;
	padding: 5px;
}
.special-aaVersion-on.special-aaColor-black .input:focus,
.special-aaVersion-on.special-aaColor-black input[type="text"]:focus,
.special-aaVersion-on.special-aaColor-black input[type="password"]:focus,
.special-aaVersion-on.special-aaColor-black textarea:focus {
	outline: solid 3px #000000;
}
.special-aaVersion-on.special-aaColor-black a.a-current,
.special-aaVersion-on.special-aaColor-black a.a-current span {
	color: #fff;
	background: #000;
}
.special-aaVersion-on.special-aaColor-black .icon,
.special-aaVersion-on.special-aaColor-black .top-nav-block li.parent > a:after,
.special-aaVersion-on.special-aaColor-black .owl-next:after,
.special-aaVersion-on.special-aaColor-black .owl-prev:after,
.special-aaVersion-on.special-aaColor-black .mobile-nav ul li.parent a:after,
.special-aaVersion-on.special-aaColor-black .footer-carousel .owl-next,
.special-aaVersion-on.special-aaColor-black .footer-carousel .owl-prev,
.special-aaVersion-on.special-aaColor-black .services-list-header:after,
.special-aaVersion-on.special-aaColor-black .doctor-item-comments {
	background-image: url('/local/templates/.default/images/all-icons-aa-black.png');
}
@media screen and (min-resolution: 192dpi) {
	.special-aaVersion-on.special-aaColor-black .icon,
	.special-aaVersion-on.special-aaColor-black .top-nav-block li.parent > a:after,
	.special-aaVersion-on.special-aaColor-black .owl-next:after,
	.special-aaVersion-on.special-aaColor-black .owl-prev:after,
	.special-aaVersion-on.special-aaColor-black .mobile-nav ul li.parent a:after,
	.special-aaVersion-on.special-aaColor-black .footer-carousel .owl-next,
	.special-aaVersion-on.special-aaColor-black .footer-carousel .owl-prev,
	.special-aaVersion-on.special-aaColor-black .services-list-header:after,
	.special-aaVersion-on.special-aaColor-black .doctor-item-comments {
		background-image: url('/local/templates/.default/images/all-icons-aa-black@2x.png');
	}
}
.special-aaVersion-on.special-aaColor-black .container-top-navigation ul li > a:after {
	border-top-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .container-top-navigation ul li:focus a,
.special-aaVersion-on.special-aaColor-black .container-top-navigation ul li:hover a,
.special-aaVersion-on.special-aaColor-black .container-top-navigation ul li > a:hover {
	background: #000000;
	color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .container-top-navigation ul li:focus a:after,
.special-aaVersion-on.special-aaColor-black .container-top-navigation ul li:hover a:after,
.special-aaVersion-on.special-aaColor-black .container-top-navigation ul li > a:hover:after {
	border-top-color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .container-top-navigation ul li ul {
	background: #000000;
}
.special-aaVersion-on.special-aaColor-black .container-top-navigation ul li ul a:hover,
.special-aaVersion-on.special-aaColor-black .container-top-navigation ul li ul a:focus {
	border-color: transparent;
	text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-black .container-top-navigation ul li.parent ul a {
	color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .slider-item-text {
	background: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .owl-dot span {
	background: rgba(0, 0, 0, 0.5);
}
.special-aaVersion-on.special-aaColor-black .owl-dot.active,
.special-aaVersion-on.special-aaColor-black .owl-dot:hover {
	border-color: #000000;
	box-shadow: none;
}
.special-aaVersion-on.special-aaColor-black .owl-dot.active span,
.special-aaVersion-on.special-aaColor-black .owl-dot:hover span {
	background: transparent;
}
.special-aaVersion-on.special-aaColor-black .tabs-switcher {
	border: 0;
	background: none;
	border-right: solid 1px;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.special-aaVersion-on.special-aaColor-black .tabs-switcher.active {
	background: #000000;
	color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .main-specialty-list li a:hover,
.special-aaVersion-on.special-aaColor-black .main-specialty-list li a:focus {
	color: #000000;
	text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-black .btn-outline,
.special-aaVersion-on.special-aaColor-black a.btn-outline {
	background: none;
	color: #000000;
}
.special-aaVersion-on.special-aaColor-black .container-primary-line {
	background: #000000;
}
.special-aaVersion-on.special-aaColor-black .container-primary-line,
.special-aaVersion-on.special-aaColor-black .container-primary-line * {
	color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .table th,
.special-aaVersion-on.special-aaColor-black .jq-file__browse {
	background: #000000;
	color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .radio:checked + label > span:before {
	background: #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox__select {
	background: #ffffff;
	border: solid 1px #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox li {
	color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox__search {
	padding: 4px 0;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox__search input {
	background: #ffffff;
	color: #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox__not-found {
	color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox__dropdown {
	background: #000000;
	color: #ffffff;
	padding: 4px;
	border: solid 1px #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox li.selected,
.special-aaVersion-on.special-aaColor-black .jq-selectbox li:hover {
	background: #ffffff;
	color: #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox__trigger-arrow {
	border-color: #000000;
}
.focused .special-aaVersion-on.special-aaColor-black .jq-selectbox__trigger-arrow,
.jq-selectbox:hover .special-aaVersion-on.special-aaColor-black .jq-selectbox__trigger-arrow,
.jq-selectbox:active .special-aaVersion-on.special-aaColor-black .jq-selectbox__trigger-arrow,
.dropdown .special-aaVersion-on.special-aaColor-black .jq-selectbox__trigger-arrow {
	border-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white .jq-selectbox__trigger-arrow {
	border-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.dropdown .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox.dropdown .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white.dropdown .jq-selectbox__select {
	color: #ffffff;
	background: #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.dropdown .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox.dropdown .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white.dropdown .jq-selectbox__select-text {
	color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.dropdown .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox.dropdown .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white.dropdown .jq-selectbox__trigger-arrow {
	border-color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox .jq-selectbox__search input,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white .jq-selectbox__search input {
	border-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white .jq-selectbox__select {
	background: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .table th {
	color: #ffffff;
	background: #000000;
}
.special-aaVersion-on.special-aaColor-black .table-hover tr:hover > th,
.special-aaVersion-on.special-aaColor-black .table-hover tr:hover > td {
	background-color: #080808;
	color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .table-bordered tbody + tbody tr:first-child td {
	border-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox li {
	margin: 0;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox li:after {
	content: none;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox li.selected:before,
.special-aaVersion-on.special-aaColor-black .jq-selectbox li.sel:before {
	border-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox__search {
	background: #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox__search input:focus {
	border-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .table-white-box tbody > tr:nth-child(even) > td,
.special-aaVersion-on.special-aaColor-black .table-white-box tbody > tr:nth-child(even) > th,
.special-aaVersion-on.special-aaColor-black .table-white-box td,
.special-aaVersion-on.special-aaColor-black .schedule-header-wrapper.white-box.sticky {
	background: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .step-item-inner.checked .step-item-num {
	background: #000000;
}
.special-aaVersion-on.special-aaColor-black .step-item-inner.checked .step-item-num:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -7px;
	width: 12px;
	height: 6px;
	border: solid 3px #ffffff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.special-aaVersion-on.special-aaColor-black .step-item-inner:hover .step-item-num,
.special-aaVersion-on.special-aaColor-black .step-item-inner:focus .step-item-num {
	background: #000000;
	color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .alert {
	color: #ffffff;
	background: #000000;
}
/* ==========================================================================
	   Желтым  по черному */
/* ========================================================================== */
.special-aaVersion-on.special-aaColor-yellow div,
.special-aaVersion-on.special-aaColor-yellow .aa-settings-popup {
	color: #ffff00;
	background-color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .special-settings,
.special-aaVersion-on.special-aaColor-yellow .special-settings a,
.special-aaVersion-on.special-aaColor-yellow .special-settings .aa-block {
	/* color: #000;
	border-color: #000 !important; */
}
.special-aaVersion-on.special-aaColor-yellow a {
	color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow a.btn {
	color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow a.btn-link {
	padding-left: 1em;
	padding-right: 1em;
}
.special-aaVersion-on.special-aaColor-yellow * {
	color: #ffff00;
	border-color: #ffff00;
	-webkit-transition: none !important;
	transition: none !important;
}
.special-aaVersion-on.special-aaColor-yellow hr {
	background: #ffff00;
	height: 2px;
}
.special-aaVersion-on.special-aaColor-yellow :-moz-placeholder {
	color: rgba(255, 255, 0, 0.5);
}
.special-aaVersion-on.special-aaColor-yellow :-ms-input-placeholder {
	color: rgba(255, 255, 0, 0.5);
}
.special-aaVersion-on.special-aaColor-yellow ::-webkit-input-placeholder {
	color: rgba(255, 255, 0, 0.5);
}
.special-aaVersion-on.special-aaColor-yellow .btn,
.special-aaVersion-on.special-aaColor-yellow button,
.special-aaVersion-on.special-aaColor-yellow input[type="button"],
.special-aaVersion-on.special-aaColor-yellow input[type="reset"],
.special-aaVersion-on.special-aaColor-yellow input[type="submit"] {
	background-color: #ffff00;
	box-shadow: 0 0 0 2px #ffff00;
	border-color: transparent;
	color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .btn:focus,
.special-aaVersion-on.special-aaColor-yellow button:focus,
.special-aaVersion-on.special-aaColor-yellow input[type="button"]:focus,
.special-aaVersion-on.special-aaColor-yellow input[type="reset"]:focus,
.special-aaVersion-on.special-aaColor-yellow input[type="submit"]:focus,
.special-aaVersion-on.special-aaColor-yellow .btn:hover,
.special-aaVersion-on.special-aaColor-yellow button:hover,
.special-aaVersion-on.special-aaColor-yellow input[type="button"]:hover,
.special-aaVersion-on.special-aaColor-yellow input[type="reset"]:hover,
.special-aaVersion-on.special-aaColor-yellow input[type="submit"]:hover {
	background-color: transparent;
	color: #ffff00;
	text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-yellow .btn-link,
.special-aaVersion-on.special-aaColor-yellow a.btn-link {
	background: transparent;
	color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .btn-link:focus,
.special-aaVersion-on.special-aaColor-yellow a.btn-link:focus,
.special-aaVersion-on.special-aaColor-yellow .btn-link:hover,
.special-aaVersion-on.special-aaColor-yellow a.btn-link:hover {
	color: #ffff00;
	text-decoration: none;
}
.special-aaVersion-on.special-aaColor-yellow .input,
.special-aaVersion-on.special-aaColor-yellow input[type="text"],
.special-aaVersion-on.special-aaColor-yellow input[type="password"],
.special-aaVersion-on.special-aaColor-yellow textarea {
	color: #ffff00;
	background: #000000;
	padding: 5px;
}
.special-aaVersion-on.special-aaColor-yellow .input:focus,
.special-aaVersion-on.special-aaColor-yellow input[type="text"]:focus,
.special-aaVersion-on.special-aaColor-yellow input[type="password"]:focus,
.special-aaVersion-on.special-aaColor-yellow textarea:focus {
	outline: solid 3px #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow a.a-current,
.special-aaVersion-on.special-aaColor-yellow a.a-current span {
	color: #fff;
	background: #000;
}
.special-aaVersion-on.special-aaColor-yellow .icon,
.special-aaVersion-on.special-aaColor-yellow .top-nav-block li.parent > a:after,
.special-aaVersion-on.special-aaColor-yellow .owl-next:after,
.special-aaVersion-on.special-aaColor-yellow .owl-prev:after,
.special-aaVersion-on.special-aaColor-yellow .mobile-nav ul li.parent a:after,
.special-aaVersion-on.special-aaColor-yellow .footer-carousel .owl-next,
.special-aaVersion-on.special-aaColor-yellow .footer-carousel .owl-prev,
.special-aaVersion-on.special-aaColor-yellow .services-list-header:after,
.special-aaVersion-on.special-aaColor-yellow .doctor-item-comments {
	background-image: url('/local/templates/.default/images/all-icons-aa-yellow.png');
}
@media screen and (min-resolution: 192dpi) {
	.special-aaVersion-on.special-aaColor-yellow .icon,
	.special-aaVersion-on.special-aaColor-yellow .top-nav-block li.parent > a:after,
	.special-aaVersion-on.special-aaColor-yellow .owl-next:after,
	.special-aaVersion-on.special-aaColor-yellow .owl-prev:after,
	.special-aaVersion-on.special-aaColor-yellow .mobile-nav ul li.parent a:after,
	.special-aaVersion-on.special-aaColor-yellow .footer-carousel .owl-next,
	.special-aaVersion-on.special-aaColor-yellow .footer-carousel .owl-prev,
	.special-aaVersion-on.special-aaColor-yellow .services-list-header:after,
	.special-aaVersion-on.special-aaColor-yellow .doctor-item-comments {
		background-image: url('/local/templates/.default/images/all-icons-aa-yellow@2x.png');
	}
}
.special-aaVersion-on.special-aaColor-yellow .container-top-navigation ul li > a:after {
	border-top-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .container-top-navigation ul li:focus a,
.special-aaVersion-on.special-aaColor-yellow .container-top-navigation ul li:hover a,
.special-aaVersion-on.special-aaColor-yellow .container-top-navigation ul li > a:hover {
	background: #ffff00;
	color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .container-top-navigation ul li:focus a:after,
.special-aaVersion-on.special-aaColor-yellow .container-top-navigation ul li:hover a:after,
.special-aaVersion-on.special-aaColor-yellow .container-top-navigation ul li > a:hover:after {
	border-top-color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .container-top-navigation ul li ul {
	background: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .container-top-navigation ul li ul a:hover,
.special-aaVersion-on.special-aaColor-yellow .container-top-navigation ul li ul a:focus {
	border-color: transparent;
	text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-yellow .container-top-navigation ul li.parent ul a {
	color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .slider-item-text {
	background: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .owl-dot span {
	background: rgba(255, 255, 0, 0.5);
}
.special-aaVersion-on.special-aaColor-yellow .owl-dot.active,
.special-aaVersion-on.special-aaColor-yellow .owl-dot:hover {
	border-color: #ffff00;
	box-shadow: none;
}
.special-aaVersion-on.special-aaColor-yellow .owl-dot.active span,
.special-aaVersion-on.special-aaColor-yellow .owl-dot:hover span {
	background: transparent;
}
.special-aaVersion-on.special-aaColor-yellow .tabs-switcher {
	border: 0;
	background: none;
	border-right: solid 1px;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.special-aaVersion-on.special-aaColor-yellow .tabs-switcher.active {
	background: #ffff00;
	color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .main-specialty-list li a:hover,
.special-aaVersion-on.special-aaColor-yellow .main-specialty-list li a:focus {
	color: #ffff00;
	text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-yellow .btn-outline,
.special-aaVersion-on.special-aaColor-yellow a.btn-outline {
	background: none;
	color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .container-primary-line {
	background: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .container-primary-line,
.special-aaVersion-on.special-aaColor-yellow .container-primary-line * {
	color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .table th,
.special-aaVersion-on.special-aaColor-yellow .jq-file__browse {
	background: #ffff00;
	color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .radio:checked + label > span:before {
	background: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox__select {
	background: #000000;
	border: solid 1px #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox li {
	color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox__search {
	padding: 4px 0;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox__search input {
	background: #000000;
	color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox__not-found {
	color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox__dropdown {
	background: #ffff00;
	color: #000000;
	padding: 4px;
	border: solid 1px #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox li.selected,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox li:hover {
	background: #000000;
	color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox__trigger-arrow {
	border-color: #ffff00;
}
.focused .special-aaVersion-on.special-aaColor-yellow .jq-selectbox__trigger-arrow,
.jq-selectbox:hover .special-aaVersion-on.special-aaColor-yellow .jq-selectbox__trigger-arrow,
.jq-selectbox:active .special-aaVersion-on.special-aaColor-yellow .jq-selectbox__trigger-arrow,
.dropdown .special-aaVersion-on.special-aaColor-yellow .jq-selectbox__trigger-arrow {
	border-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white .jq-selectbox__trigger-arrow {
	border-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.dropdown .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox.dropdown .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white.dropdown .jq-selectbox__select {
	color: #000000;
	background: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.dropdown .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox.dropdown .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white.dropdown .jq-selectbox__select-text {
	color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.dropdown .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox.dropdown .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white.dropdown .jq-selectbox__trigger-arrow {
	border-color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox .jq-selectbox__search input,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white .jq-selectbox__search input {
	border-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white .jq-selectbox__select {
	background: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .table th {
	color: #000000;
	background: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .table-hover tr:hover > th,
.special-aaVersion-on.special-aaColor-yellow .table-hover tr:hover > td {
	background-color: #ffff0f;
	color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .table-bordered tbody + tbody tr:first-child td {
	border-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox li {
	margin: 0;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox li:after {
	content: none;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox li.selected:before,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox li.sel:before {
	border-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox__search {
	background: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox__search input:focus {
	border-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .table-white-box tbody > tr:nth-child(even) > td,
.special-aaVersion-on.special-aaColor-yellow .table-white-box tbody > tr:nth-child(even) > th,
.special-aaVersion-on.special-aaColor-yellow .table-white-box td,
.special-aaVersion-on.special-aaColor-yellow .schedule-header-wrapper.white-box.sticky {
	background: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .step-item-inner.checked .step-item-num {
	background: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .step-item-inner.checked .step-item-num:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -7px;
	width: 12px;
	height: 6px;
	border: solid 3px #000000;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.special-aaVersion-on.special-aaColor-yellow .step-item-inner:hover .step-item-num,
.special-aaVersion-on.special-aaColor-yellow .step-item-inner:focus .step-item-num {
	background: #ffff00;
	color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .alert {
	color: #000000;
	background: #ffff00;
}
/* ==========================================================================
	   Темно-синим по голубому */
/* ========================================================================== */
.special-aaVersion-on.special-aaColor-blue *,
.special-aaVersion-on.special-aaColor-blue .aa-settings-popup {
	color: #143c5a;
	background-color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .special-settings,
.special-aaVersion-on.special-aaColor-blue .special-settings a,
.special-aaVersion-on.special-aaColor-blue .special-settings .aa-block {
	/* color: #000;
	border-color: #000 !important; */
}
.special-aaVersion-on.special-aaColor-blue a {
	color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue a.btn {
	color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue a.btn-link {
	padding-left: 1em;
	padding-right: 1em;
}
.special-aaVersion-on.special-aaColor-blue * {
	color: #143c5a;
	border-color: #143c5a;
	-webkit-transition: none !important;
	transition: none !important;
}
.special-aaVersion-on.special-aaColor-blue hr {
	background: #143c5a;
	height: 2px;
}
.special-aaVersion-on.special-aaColor-blue :-moz-placeholder {
	color: rgba(20, 60, 90, 0.5);
}
.special-aaVersion-on.special-aaColor-blue :-ms-input-placeholder {
	color: rgba(20, 60, 90, 0.5);
}
.special-aaVersion-on.special-aaColor-blue ::-webkit-input-placeholder {
	color: rgba(20, 60, 90, 0.5);
}
.special-aaVersion-on.special-aaColor-blue .btn,
.special-aaVersion-on.special-aaColor-blue button,
.special-aaVersion-on.special-aaColor-blue input[type="button"],
.special-aaVersion-on.special-aaColor-blue input[type="reset"],
.special-aaVersion-on.special-aaColor-blue input[type="submit"] {
	background-color: #143c5a;
	box-shadow: 0 0 0 2px #143c5a;
	border-color: transparent;
	color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .btn:focus,
.special-aaVersion-on.special-aaColor-blue button:focus,
.special-aaVersion-on.special-aaColor-blue input[type="button"]:focus,
.special-aaVersion-on.special-aaColor-blue input[type="reset"]:focus,
.special-aaVersion-on.special-aaColor-blue input[type="submit"]:focus,
.special-aaVersion-on.special-aaColor-blue .btn:hover,
.special-aaVersion-on.special-aaColor-blue button:hover,
.special-aaVersion-on.special-aaColor-blue input[type="button"]:hover,
.special-aaVersion-on.special-aaColor-blue input[type="reset"]:hover,
.special-aaVersion-on.special-aaColor-blue input[type="submit"]:hover {
	background-color: transparent;
	color: #143c5a;
	text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-blue .btn-link,
.special-aaVersion-on.special-aaColor-blue a.btn-link {
	background: transparent;
	color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .btn-link:focus,
.special-aaVersion-on.special-aaColor-blue a.btn-link:focus,
.special-aaVersion-on.special-aaColor-blue .btn-link:hover,
.special-aaVersion-on.special-aaColor-blue a.btn-link:hover {
	color: #143c5a;
	text-decoration: none;
}
.special-aaVersion-on.special-aaColor-blue .input,
.special-aaVersion-on.special-aaColor-blue input[type="text"],
.special-aaVersion-on.special-aaColor-blue input[type="password"],
.special-aaVersion-on.special-aaColor-blue textarea {
	color: #143c5a;
	background: #9fd7ff;
	padding: 5px;
}
.special-aaVersion-on.special-aaColor-blue .input:focus,
.special-aaVersion-on.special-aaColor-blue input[type="text"]:focus,
.special-aaVersion-on.special-aaColor-blue input[type="password"]:focus,
.special-aaVersion-on.special-aaColor-blue textarea:focus {
	outline: solid 3px #143c5a;
}
.special-aaVersion-on.special-aaColor-blue a.a-current,
.special-aaVersion-on.special-aaColor-blue a.a-current span {
	color: #fff;
	background: #000;
}
.special-aaVersion-on.special-aaColor-blue .icon,
.special-aaVersion-on.special-aaColor-blue .top-nav-block li.parent > a:after,
.special-aaVersion-on.special-aaColor-blue .owl-next:after,
.special-aaVersion-on.special-aaColor-blue .owl-prev:after,
.special-aaVersion-on.special-aaColor-blue .mobile-nav ul li.parent a:after,
.special-aaVersion-on.special-aaColor-blue .footer-carousel .owl-next,
.special-aaVersion-on.special-aaColor-blue .footer-carousel .owl-prev,
.special-aaVersion-on.special-aaColor-blue .services-list-header:after,
.special-aaVersion-on.special-aaColor-blue .doctor-item-comments {
	background-image: url('/local/templates/.default/images/all-icons-aa-blue.png');
}
@media screen and (min-resolution: 192dpi) {
	.special-aaVersion-on.special-aaColor-blue .icon,
	.special-aaVersion-on.special-aaColor-blue .top-nav-block li.parent > a:after,
	.special-aaVersion-on.special-aaColor-blue .owl-next:after,
	.special-aaVersion-on.special-aaColor-blue .owl-prev:after,
	.special-aaVersion-on.special-aaColor-blue .mobile-nav ul li.parent a:after,
	.special-aaVersion-on.special-aaColor-blue .footer-carousel .owl-next,
	.special-aaVersion-on.special-aaColor-blue .footer-carousel .owl-prev,
	.special-aaVersion-on.special-aaColor-blue .services-list-header:after,
	.special-aaVersion-on.special-aaColor-blue .doctor-item-comments {
		background-image: url('/local/templates/.default/images/all-icons-aa-blue@2x.png');
	}
}
.special-aaVersion-on.special-aaColor-blue .container-top-navigation ul li > a:after {
	border-top-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .container-top-navigation ul li:focus a,
.special-aaVersion-on.special-aaColor-blue .container-top-navigation ul li:hover a,
.special-aaVersion-on.special-aaColor-blue .container-top-navigation ul li > a:hover {
	background: #143c5a;
	color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .container-top-navigation ul li:focus a:after,
.special-aaVersion-on.special-aaColor-blue .container-top-navigation ul li:hover a:after,
.special-aaVersion-on.special-aaColor-blue .container-top-navigation ul li > a:hover:after {
	border-top-color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .container-top-navigation ul li ul {
	background: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .container-top-navigation ul li ul a:hover,
.special-aaVersion-on.special-aaColor-blue .container-top-navigation ul li ul a:focus {
	border-color: transparent;
	text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-blue .container-top-navigation ul li.parent ul a {
	color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .slider-item-text {
	background: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .owl-dot span {
	background: rgba(20, 60, 90, 0.5);
}
.special-aaVersion-on.special-aaColor-blue .owl-dot.active,
.special-aaVersion-on.special-aaColor-blue .owl-dot:hover {
	border-color: #143c5a;
	box-shadow: none;
}
.special-aaVersion-on.special-aaColor-blue .owl-dot.active span,
.special-aaVersion-on.special-aaColor-blue .owl-dot:hover span {
	background: transparent;
}
.special-aaVersion-on.special-aaColor-blue .tabs-switcher {
	border: 0;
	background: none;
	border-right: solid 1px;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.special-aaVersion-on.special-aaColor-blue .tabs-switcher.active {
	background: #143c5a;
	color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .main-specialty-list li a:hover,
.special-aaVersion-on.special-aaColor-blue .main-specialty-list li a:focus {
	color: #143c5a;
	text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-blue .btn-outline,
.special-aaVersion-on.special-aaColor-blue a.btn-outline {
	background: none;
	color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .container-primary-line {
	background: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .container-primary-line,
.special-aaVersion-on.special-aaColor-blue .container-primary-line * {
	color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .table th,
.special-aaVersion-on.special-aaColor-blue .jq-file__browse {
	background: #143c5a;
	color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .radio:checked + label > span:before {
	background: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox__select {
	background: #9fd7ff;
	border: solid 1px #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox li {
	color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox__search {
	padding: 4px 0;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox__search input {
	background: #9fd7ff;
	color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox__not-found {
	color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox__dropdown {
	background: #143c5a;
	color: #9fd7ff;
	padding: 4px;
	border: solid 1px #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox li.selected,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox li:hover {
	background: #9fd7ff;
	color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox__trigger-arrow {
	border-color: #143c5a;
}
.focused .special-aaVersion-on.special-aaColor-blue .jq-selectbox__trigger-arrow,
.jq-selectbox:hover .special-aaVersion-on.special-aaColor-blue .jq-selectbox__trigger-arrow,
.jq-selectbox:active .special-aaVersion-on.special-aaColor-blue .jq-selectbox__trigger-arrow,
.dropdown .special-aaVersion-on.special-aaColor-blue .jq-selectbox__trigger-arrow {
	border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white .jq-selectbox__trigger-arrow {
	border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.dropdown .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox.dropdown .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white.dropdown .jq-selectbox__select {
	color: #9fd7ff;
	background: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.dropdown .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox.dropdown .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white.dropdown .jq-selectbox__select-text {
	color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.dropdown .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox.dropdown .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white.dropdown .jq-selectbox__trigger-arrow {
	border-color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox .jq-selectbox__search input,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white .jq-selectbox__search input {
	border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white .jq-selectbox__select {
	background: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .table th {
	color: #9fd7ff;
	background: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .table-hover tr:hover > th,
.special-aaVersion-on.special-aaColor-blue .table-hover tr:hover > td {
	background-color: #174467;
	color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .table-bordered tbody + tbody tr:first-child td {
	border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox li {
	margin: 0;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox li:after {
	content: none;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox li.selected:before,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox li.sel:before {
	border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox__search {
	background: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox__search input:focus {
	border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .table-white-box tbody > tr:nth-child(even) > td,
.special-aaVersion-on.special-aaColor-blue .table-white-box tbody > tr:nth-child(even) > th,
.special-aaVersion-on.special-aaColor-blue .table-white-box td,
.special-aaVersion-on.special-aaColor-blue .schedule-header-wrapper.white-box.sticky {
	background: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .step-item-inner.checked .step-item-num {
	background: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .step-item-inner.checked .step-item-num:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -7px;
	width: 12px;
	height: 6px;
	border: solid 3px #9fd7ff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.special-aaVersion-on.special-aaColor-blue .step-item-inner:hover .step-item-num,
.special-aaVersion-on.special-aaColor-blue .step-item-inner:focus .step-item-num {
	background: #143c5a;
	color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .alert {
	color: #9fd7ff;
	background: #143c5a;
}
/* ==========================================================================
	   Мелкий размер шрифта */
/* ========================================================================== */
.special-aaVersion-on.special-aaFontsize-small body,
.special-aaVersion-on.special-aaFontsize-small .news-item,
.special-aaVersion-on.special-aaFontsize-small .breadcrumb ul,
.special-aaVersion-on.special-aaFontsize-small .fz12,
.special-aaVersion-on.special-aaFontsize-small .fz14,
.special-aaVersion-on.special-aaFontsize-small .fz16,
.special-aaVersion-on.special-aaFontsize-small .fz18,
.special-aaVersion-on.special-aaFontsize-small .fz20,
.special-aaVersion-on.special-aaFontsize-small .mb-fz12,
.special-aaVersion-on.special-aaFontsize-small .mb-fz14,
.special-aaVersion-on.special-aaFontsize-small .mb-fz16,
.special-aaVersion-on.special-aaFontsize-small .mb-fz18,
.special-aaVersion-on.special-aaFontsize-small .mb-fz20,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz12,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz14,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz16,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz18,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz20,
.special-aaVersion-on.special-aaFontsize-small .dt-fz12,
.special-aaVersion-on.special-aaFontsize-small .dt-fz14,
.special-aaVersion-on.special-aaFontsize-small .dt-fz16,
.special-aaVersion-on.special-aaFontsize-small .dt-fz18,
.special-aaVersion-on.special-aaFontsize-small .dt-fz20,
.special-aaVersion-on.special-aaFontsize-small .ld-fz12,
.special-aaVersion-on.special-aaFontsize-small .ld-fz14,
.special-aaVersion-on.special-aaFontsize-small .ld-fz16,
.special-aaVersion-on.special-aaFontsize-small .ld-fz18,
.special-aaVersion-on.special-aaFontsize-small .ld-fz20,
.special-aaVersion-on.special-aaFontsize-small .short-news-header
{
	font-size: 16px;
	line-height: 1.4;
}
.special-aaVersion-on.special-aaFontsize-small .content-directions ul li,
.special-aaVersion-on.special-aaFontsize-small .btn,
.special-aaVersion-on.special-aaFontsize-small .footer-menu-wrapper ul li a,
.special-aaVersion-on.special-aaFontsize-small .container-top-navigation ul li a {
	font-size: 18px;
	line-height: 1.4;
}
.special-aaVersion-on.special-aaFontsize-small .footer-menu-wrapper .footer-header {
	font-size: 26px;
	line-height: 1.4;
}
.special-aaVersion-on.special-aaFontsize-small .fz22,
.special-aaVersion-on.special-aaFontsize-small .fz24,
.special-aaVersion-on.special-aaFontsize-small .fz26,
.special-aaVersion-on.special-aaFontsize-small .fz30,
.special-aaVersion-on.special-aaFontsize-small .mb-fz22,
.special-aaVersion-on.special-aaFontsize-small .mb-fz24,
.special-aaVersion-on.special-aaFontsize-small .mb-fz26,
.special-aaVersion-on.special-aaFontsize-small .mb-fz30,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz22,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz24,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz26,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz30,
.special-aaVersion-on.special-aaFontsize-small .dt-fz22,
.special-aaVersion-on.special-aaFontsize-small .dt-fz24,
.special-aaVersion-on.special-aaFontsize-small .dt-fz26,
.special-aaVersion-on.special-aaFontsize-small .dt-fz30,
.special-aaVersion-on.special-aaFontsize-small .ld-fz22,
.special-aaVersion-on.special-aaFontsize-small .ld-fz24,
.special-aaVersion-on.special-aaFontsize-small .ld-fz26,
.special-aaVersion-on.special-aaFontsize-small .ld-fz30 {
	font-size: 26px;
	line-height: 15.4;
}
.special-aaVersion-on.special-aaFontsize-small .aaFontsize .fl-l {
	/* color: #000; */
}
.special-aaVersion-on.special-aaFontsize-small .aaFontsize .fl-l,
.special-aaVersion-on.special-aaFontsize-small .aaFontsize a {
	line-height: 22.4px;
}
.special-aaVersion-on.special-aaFontsize-small .aa-block a {
	padding-left: 16px;
	padding-right: 16px;
}
.special-aaVersion-on.special-aaFontsize-small .aaColor a {
	padding-left: 4px;
	padding-right: 4px;
}
/* ==========================================================================
	   Средний размер шрифта */
/* ========================================================================== */
.special-aaVersion-on.special-aaFontsize-normal body,
.special-aaVersion-on.special-aaFontsize-normal .news-item,
.special-aaVersion-on.special-aaFontsize-normal .breadcrumb ul,
.special-aaVersion-on.special-aaFontsize-normal .fz12,
.special-aaVersion-on.special-aaFontsize-normal .fz14,
.special-aaVersion-on.special-aaFontsize-normal .fz16,
.special-aaVersion-on.special-aaFontsize-normal .fz18,
.special-aaVersion-on.special-aaFontsize-normal .fz20,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz12,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz14,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz16,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz18,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz20,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz12,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz14,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz16,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz18,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz20,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz12,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz14,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz16,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz18,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz20,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz12,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz14,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz16,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz18,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz20,
.special-aaVersion-on.special-aaFontsize-normal .short-news-header
{
	font-size: 20px;
	line-height: 1.4;
}
.special-aaVersion-on.special-aaFontsize-normal .btn,
.special-aaVersion-on.special-aaFontsize-normal .footer-menu-wrapper ul li a,
.special-aaVersion-on.special-aaFontsize-normal .container-top-navigation ul li a,
.special-aaVersion-on.special-aaFontsize-normal .content-directions ul li
{
	font-size: 22px;
	line-height: 1.4;
}
.special-aaVersion-on.special-aaFontsize-normal .footer-menu-wrapper .footer-header {
	font-size: 30px;
	line-height: 1.4;
}
.special-aaVersion-on.special-aaFontsize-normal .fz22,
.special-aaVersion-on.special-aaFontsize-normal .fz24,
.special-aaVersion-on.special-aaFontsize-normal .fz26,
.special-aaVersion-on.special-aaFontsize-normal .fz30,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz22,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz24,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz26,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz30,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz22,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz24,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz26,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz30,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz22,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz24,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz26,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz30,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz22,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz24,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz26,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz30{
	font-size: 30px;
	line-height: 15.4;
}
.special-aaVersion-on.special-aaFontsize-normal .aaFontsize .fl-l {
	color: #000;
}
.special-aaVersion-on.special-aaFontsize-normal .aaFontsize .fl-l,
.special-aaVersion-on.special-aaFontsize-normal .aaFontsize a {
	line-height: 28px;
}
.special-aaVersion-on.special-aaFontsize-normal .aa-block a {
	padding-left: 20px;
	padding-right: 20px;
}
.special-aaVersion-on.special-aaFontsize-normal .aaColor a {
	padding-left: 4px;
	padding-right: 4px;
}
/* ==========================================================================
	   Большой размер шрифта */
/* ========================================================================== */
.special-aaVersion-on.special-aaFontsize-big body,
.special-aaVersion-on.special-aaFontsize-big .news-item,
.special-aaVersion-on.special-aaFontsize-big .breadcrumb ul,
.special-aaVersion-on.special-aaFontsize-big .fz12,
.special-aaVersion-on.special-aaFontsize-big .fz14,
.special-aaVersion-on.special-aaFontsize-big .fz16,
.special-aaVersion-on.special-aaFontsize-big .fz18,
.special-aaVersion-on.special-aaFontsize-big .fz20,
.special-aaVersion-on.special-aaFontsize-big .mb-fz12,
.special-aaVersion-on.special-aaFontsize-big .mb-fz14,
.special-aaVersion-on.special-aaFontsize-big .mb-fz16,
.special-aaVersion-on.special-aaFontsize-big .mb-fz18,
.special-aaVersion-on.special-aaFontsize-big .mb-fz20,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz12,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz14,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz16,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz18,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz20,
.special-aaVersion-on.special-aaFontsize-big .dt-fz12,
.special-aaVersion-on.special-aaFontsize-big .dt-fz14,
.special-aaVersion-on.special-aaFontsize-big .dt-fz16,
.special-aaVersion-on.special-aaFontsize-big .dt-fz18,
.special-aaVersion-on.special-aaFontsize-big .dt-fz20,
.special-aaVersion-on.special-aaFontsize-big .ld-fz12,
.special-aaVersion-on.special-aaFontsize-big .ld-fz14,
.special-aaVersion-on.special-aaFontsize-big .ld-fz16,
.special-aaVersion-on.special-aaFontsize-big .ld-fz18,
.special-aaVersion-on.special-aaFontsize-big .ld-fz20,
.special-aaVersion-on.special-aaFontsize-big .short-news-header
{
	font-size: 24px;
	line-height: 1.4;
}
.special-aaVersion-on.special-aaFontsize-big .btn,
.special-aaVersion-on.special-aaFontsize-big .footer-menu-wrapper ul li a,
.special-aaVersion-on.special-aaFontsize-big .container-top-navigation ul li a,
.special-aaVersion-on.special-aaFontsize-big .content-directions ul li
{
	font-size: 26px;
	line-height: 1.4;
}
.special-aaVersion-on.special-aaFontsize-big .footer-menu-wrapper .footer-header {
	font-size: 34px;
	line-height: 1.4;
}
.special-aaVersion-on.special-aaFontsize-big .fz22,
.special-aaVersion-on.special-aaFontsize-big .fz24,
.special-aaVersion-on.special-aaFontsize-big .fz26,
.special-aaVersion-on.special-aaFontsize-big .fz30,
.special-aaVersion-on.special-aaFontsize-big .mb-fz22,
.special-aaVersion-on.special-aaFontsize-big .mb-fz24,
.special-aaVersion-on.special-aaFontsize-big .mb-fz26,
.special-aaVersion-on.special-aaFontsize-big .mb-fz30,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz22,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz24,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz26,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz30,
.special-aaVersion-on.special-aaFontsize-big .dt-fz22,
.special-aaVersion-on.special-aaFontsize-big .dt-fz24,
.special-aaVersion-on.special-aaFontsize-big .dt-fz26,
.special-aaVersion-on.special-aaFontsize-big .dt-fz30,
.special-aaVersion-on.special-aaFontsize-big .ld-fz22,
.special-aaVersion-on.special-aaFontsize-big .ld-fz24,
.special-aaVersion-on.special-aaFontsize-big .ld-fz26,
.special-aaVersion-on.special-aaFontsize-big .ld-fz30 {
	font-size: 34px;
	line-height: 15.4;
}
.special-aaVersion-on.special-aaFontsize-big .aaFontsize .fl-l {
	color: #000;
}
.special-aaVersion-on.special-aaFontsize-big .aaFontsize .fl-l,
.special-aaVersion-on.special-aaFontsize-big .aaFontsize a {
	line-height: 33.6px;
}
.special-aaVersion-on.special-aaFontsize-big .aa-block a {
	padding-left: 24px;
	padding-right: 24px;
}
.special-aaVersion-on.special-aaFontsize-big .aaColor a {
	padding-left: 4px;
	padding-right: 4px;
}
/* ==========================================================================
	   Tahoma */
/* ========================================================================== */
.special-aaVersion-on.special-aaFont-tahoma body {
	font-family: Tahoma, sans-serif !important;
}
.special-aaVersion-on.special-aaFont-tahoma .news-item-main .news-item-header a {
	font-family: Tahoma, sans-serif;
}
/* ==========================================================================
	   Times */
/* ========================================================================== */
.special-aaVersion-on.special-aaFont-times body {
	font-family: 'Times New Roman', Times, serif !important;
}
.special-aaVersion-on.special-aaFont-times .news-item-main .news-item-header a {
	font-family: 'Times New Roman', Times, serif;
}
/* ==========================================================================
	   lettaer-spacing: normal */
/* ========================================================================== */
.special-aaVersion-on.special-aaKerning-normal body {
	letter-spacing: normal !important;
}
/* ==========================================================================
	   lettaer-spacing: big */
/* ========================================================================== */
.special-aaVersion-on.special-aaKerning-big body {
	letter-spacing: 0.2em !important;
}
/* ==========================================================================
	   lettaer-spacing: extra */
/* ========================================================================== */
.special-aaVersion-on.special-aaKerning-extra body {
	letter-spacing: 0.4em !important;
}

/* End */
/* /local/templates/.default/css/bootstrap.css?168901526065626 */
/* /local/templates/.default/css/owl.carousel.css?16890152604744 */
/* /local/templates/.default/css/magnific-popup.css?16890152606951 */
/* /local/templates/.default/css/select2.css?171344953111259 */
/* /local/templates/.default/css/jquery.datetimepicker.css?168901526015824 */
/* /local/templates/.default/css/style.css?1750314407226005 */
/* /local/templates/.default/components/bitrix/menu/top/style.css?168901504942 */
/* /local/templates/.default/components/bitrix/search.title/header/style.css?16890151862635 */
/* /local/templates/.default/components/bitrix/search.title/top/style.css?16890151882635 */
/* /local/templates/.default/styles.css?1689015290345 */
/* /local/templates/.default/template_styles.css?1689015290244 */
/* /local/templates/.default/special_version.css?168901529062570 */
