* {
  color: #494949;
}

h1, h2, h3, h4, h5, h6 {
  color: #880000;
  width: 100%;
}

h2 {
  margin-bottom: 20px;
}

b, strong {
  font-weight: bold;
}

.container {
  padding: 0;
}

.breadcrumbs div:hover {
  cursor: pointer;
}

button:hover {
  cursor: pointer;
}

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

@media (min-width: 1200px) {
  .container {
    max-width: 1300px !important;
  }
}

body {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

@font-face {
  font-family: "Hortensia";
  src: local("Hortensia"), url('ofont.ru_Hortensia.ttf');
  font-weight: bold;
}

.row {
  flex-direction: row;
}

svg {
  width: 100%;
}

h1 {
  margin-bottom: 24px !important;
}

.border-left-0 {
  border-left: 0;
}

.accordion-label {
  background: transparent;
  font-size: 24px;
  color: darkred;
  font-weight: 500;
  padding: 0;
  display: flex;
  text-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .accordion-label {
    font-size: 19px;
    text-align: left;
  }
}

div#accordion {
  border-left: 1px solid #880000;
  padding-left: 10px;
}

div#accordion .card {
  border-bottom: 1px dashed #494949;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

div#accordion .card .card-header {
  background: transparent;
  padding-right: 0;
}

.we-offer div#accordion {
  border-left: none !important;
}

button.btn:active, button.btn:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.darkblue {
  color: #004d6e !important;
}

.darkred {
  color: #880000 !important;
}

.darkred span {
  color: #880000 !important;
}

.darkgrey {
  color: #494949 !important;
}

.fs-18 {
  font-size: 18px;
}

.mt-40 {
  margin-top: 40px;
}

.offer-header {
  font-size: 28px !important;
  margin-right: 180px;
}

.w-333 {
  width: 33.3%;
}

.w-25 {
  width: 25%;
}

.order-consultation {
  height: auto;
  background: #E8E9EB;
  padding-top: 30px;
  padding-left: 50px;
  padding-bottom: 30px;
  width: auto;
  border-radius: 5px;
}

.order-button_cont {
  display: flex;
  justify-content: end;
  align-items: end;
  gap: 20px;
}

.order-button_cont button {
  background: #f8e5e5;
}

.order-button_cont button span {
  color: #880000;
}

.order-button_cont button:hover {
  background: #F8E5E5FF;
}

.additional-facilities_btn {
  width: 300px;
  box-shadow: none;
  border: none;
  background: #880000;
  color: white !important;
  FONT-WEIGHT: 500;
  border-radius: 8px;
  font-size: 17px;
  padding: 10px 10px 12px;
  height: 70px;
}

ul {
  padding: 0;
}

.yellow-block {
  background: #FEF2D8;
  padding: 40px 50px 20px;
  margin-top: 40px;
}

.white-text {
  color: #ffdadb !important;
}

.order-header {
  color: #880000;
}

.breadcrumbs {
  display: flex;
  gap: 8px;
  font-size: 14px;
  flex-wrap: wrap;
}

.breadcrumbs svg {
  width: 12px;
}

.w-500 {
  width: 500px;
}

.flex-row {
  display: flex;
  flex-direction: row;
  gap: 50px;
}

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

input[type=text], input[type=tel], input[type=email] {
  width: 250px;
  height: 40px;
  border: 0;
  border-bottom: 2px solid #0f0f0f !important;
  background: transparent;
  font-size: 20px !important;
}

input::placeholder {
  color: rgba(124, 124, 124, 0.67);
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

input:focus-visible {
  outline: none;
}

.call-me_btn {
  width: 300px;
  padding-top: 10px;
  padding-bottom: 12px;
  box-shadow: none;
  border: none;
  background: #880000;
  color: white !important;
  FONT-WEIGHT: 600;
  border-radius: 8px;
  font-size: 19px;
}

.call-me_btn span {
  color: white;
}

.field {
  display: flex;
  flex-direction: column;
  width: 250px;
}

label {
  margin-bottom: 0 !important;
}

.badge-paragraph {
  width: 670px;
  font-size: 13px;
  line-height: 130%;
  margin-top: 40px;
}

.call-me_btn:hover {
  cursor: pointer;
  background: #c52627;
  outline: none;
}

.underlined {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.underlined:hover {
  cursor: pointer;
}

.visibility-hidden {
  visibility: hidden;
}

.newRecall {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.header {
  background: #E8E9EB;
  padding-top: 10px;
  height: auto;
  background-repeat: no-repeat;
  background-position-y: -78px;
  background-size: 100%;
  background-origin: content-box;
  background-position-x: -12px;
}

.mb-50 {
  margin-bottom: 50px;
}

.social-links {
  flex-direction: row;
  display: flex;
  gap: 10px;
  width: auto;
  color: #005e8a;
  padding-top: 10px;
}

a {
  color: #494949 !important;
}

.call-icon {
  width: 20px;
  position: absolute;
  right: 60px;
  top: 18px;
}

.menu-links {
  display: flex;
  font-weight: 400;
  gap: 20px;
}

.space-between {
  justify-content: space-between;
}

.offer-bg {
  background: #f5faff;
  padding-bottom: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-50 {
  margin-top: 50px;
}

.header__years {
  grid-area: years;
  font-family: Hortensia, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 24px;
  align-self: flex-end;
  color: #8E0002;
  margin-top: 80px;
  text-shadow: 0 0 4px #fff;
}

.footer {
  background: #E8E9EB;
  border-top: 2px solid #494949;
  padding-top: 30px;
  padding-bottom: 10px;
}

.w-20 {
  width: 20%;
}

.w-75 {
  width: 75%;
}

.footer-phone1 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 4px;
}

.footer-phone2 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}

.footer-free-call {
  font-size: 10px;
  margin-bottom: 0;
  margin-top: -1px;
}

.hort-footer-label {
  margin-top: 0;
  color: #8E0002;
}

.header__buttons {
  font-size: 28px;
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.second-header-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.header__flat-button-help {
  font-size: 13px;
  line-height: 8px;
}

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

.header__button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px 18px;
  background-color: #8E0002;
  color: #fff;
  border-radius: 12px;
  height: 48px;
  font-size: 22px;
  text-decoration: none;
}

#search {
  width: 28px;
  height: 28px;
}

.links {
  display: flex;
  flex-direction: row;
  font-size: 16px;
}

.menu-links > a:hover, .links > a:hover, .links > a:hover > span {
  color: #8d202d !important;
  text-underline: none;
}

.links > a.active, .links > a.active > span {
  color: #8d202d !important;
}

#search-input {
  background: white;
  border: 1px solid lightgrey;
  border-radius: 5px;
  padding-left: 8px;
  width: 220px;
  height: 30px;
}

#search-input::placeholder {
  font-size: 14px;
}

.search-block {
  display: flex;
  gap: 5px;
  align-items: center;
}

.top-slogan {
  font-size: 27px;
  line-height: 130%;
  color: #d83f3f;
  margin-top: 50px;
}

h1 {
  color: #8d202d;
  font-size: 36px;
}

.yellow-table {
  background: #FEF2D8;
  padding: 30px;
  margin-top: 20px;
}

.fw-500 {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

.law {
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: 2px solid grey;
  padding-left: 30px;
  padding-top: 0px;
}

.law div {
  text-transform: uppercase;
  font-weight: bold;
  color: #880000;
}

.lightgrey-block {
  background: #E8E9EB;
  padding: 50px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.lightgrey-block h1, .lightgrey-block h2, .lightgrey-block h3, .lightgrey-block h4, .lightgrey-block h5, .lightgrey-block h6 {
  color: #494949;
  margin-bottom: 20px;
}

h5 {
  color: #d83f3f !important;
  border-bottom: 1px solid #880000;
  width: auto;
  margin-right: 80px;
  padding-bottom: 5px;
  font-size: 22px !important;
}

li::marker {
  content: "";
}

li {
  line-height: 115%;
  margin-top: 15px;
}

.link-arrow li:first-child {
  margin-top: 0;
}

.bordered-list {
  border-left: 1px solid #880000;
  padding-left: 7px !important;
  height: -moz-fit-content;
  height: fit-content;
}

.carousel {
  width: 100%;
  border: 1px solid #494949;
  border-radius: 5px;
}

.carousel-inner {
  display: block;
  color: #494949;
  background: #E8E9EB;
  padding: 30px 40px 50px;
  height: 100%;
  border-radius: 5px;
}

.carousel-control-prev-icon {
  background-image: url('arrow-left.svg') !important;
}

.carousel-control-next-icon {
  background-image: url('arrow-right.svg') !important;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 0.8 !important;
  width: 35px !important;
}

.show-review {
  position: absolute;
  bottom: 20px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 13px !important;
  height: 20px !important;
}

a:hover {
  text-decoration: none !important;
}

.big-links-block {
  background: #FEF2D8 !important;
}

.big-links-block button {
  background: transparent !important;
  color: #880000 !important;
  border: 1px solid #494949 !important;
}

.dropdown-icon {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-icon:hover {
  cursor: pointer;
}

.hover-pointer:hover {
  cursor: pointer;
}

.carousel-indicators li {
  background-color: #494949;
}

.grafit {
  color: #494949 !important;
}

.d-flex {
  display: flex;
}

.carousel-container {
  height: 380px;
}

@media screen and (max-width: 480px) {
  .main-news {
    padding: 20px 10px !important;
  }
  .main-news .flex-row {
    flex-direction: column !important;
  }

  .subscribe-form {
    width: 100% !important;
    padding: 20px 10px !important;
  }
  .subscribe-form .flex-row {
    flex-direction: column !important;
  }

  .button_phone {
    padding-top: 8px !important;
  }

  .flex-row {
    gap: 20px !important;
  }

  img {
    width: 100% !important;
  }

  button[data-class=new-recall] img {
    width: 10px !important;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-container {
    height: 260px;
  }

  .carousel-inner {
    padding: 20px 40px;
  }
  .carousel-inner h3 {
    text-align: center;
  }
  .carousel-inner img {
    height: 124px !important;
  }
  .carousel-inner .card-header p {
    margin-top: 10px !important;
  }

  .g-12-mobile {
    gap: 12px !important;
  }

  p {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .why-we {
    padding: 30px 10px 10px 10px !important;
  }

  .no-padding-mobile {
    padding: 0;
  }

  .header {
    padding-top: 20px;
  }

  .accordion-label {
    margin-bottom: 8px;
  }
  .accordion-label span.txt {
    max-width: 85%;
  }
  .accordion-label svg {
    width: 30px;
  }

  .header__years {
    font-size: 20px;
  }

  .card-body {
    padding-top: 20px;
    gap: 0;
    padding-left: 15px;
  }
  .card-body p {
    margin-bottom: 5px;
  }

  .header__button {
    padding: 6px 12px;
    background-color: #8E0002;
    color: #fff;
    border-radius: 12px;
    height: 35px;
    font-size: 15px;
    text-decoration: none;
  }

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

  .card-header {
    padding: 5px 0;
  }

  .header__buttons {
    font-size: 18px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
  }

  .header__flat-button a {
    font-size: 20px;
  }

  .header__flat-button-help {
    font-size: 10px;
  }

  .lightgrey-block {
    width: 100%;
  }

  .lightgrey-block, .yellow-table {
    padding: 20px 10px;
  }

  .yellow-table {
    overflow: auto;
  }

  .footer .logo svg {
    margin: 0 auto 0 !important;
    margin-left: 0 !important;
  }

  .mt-4-mobile {
    margin-top: 10px !important;
  }

  .logo svg {
    width: 90% !important;
    margin: 0 auto 0 !important;
    height: 180px;
  }
  .logo .work-label {
    margin-top: 0 !important;
    margin-bottom: 50px !important;
  }
}

.navbar {
  position: absolute;
  background: none !important;
  right: 0;
  top: 10px;
}

.navbar button {
  border: none;
  padding-right: 10px;
}

.navbar button:focus {
  box-shadow: none;
  outline: none;
}

.no-padding-mobile, div#accordion {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

span.txt {
  color: #880000;
}

.navbar-collapse {
  background: #e4e4e4 !important;
  padding: 20px 10px 20px 20px !important;
}

.navbar-nav {
  gap: 15px;
}

.navbar-toggler, .navbar {
  padding: 0;
}

.navbar-toggler-icon {
  height: 1.8em;
  width: 1.8em;
}

.w-90 {
  width: 90%;
  text-align: left;
}

@media screen and (min-width: 480px) {
  .display-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 130%;
  }

  .table-cont {
    padding: 20px 10px !important;
    font-size: 14px;
    margin-top: 10px !important;
    width: 100%;
    overflow: auto;
  }
  .table-cont table {
    max-width: 800px !important;
  }

  h2.mt-50 {
    margin-top: 30px !important;
  }

  .ml-50 {
    margin-left: 20px !important;
  }

  h2[itemprop=name] {
    font-size: 25px;
  }

  .law {
    padding-left: 10px;
  }

  li {
    font-size: 15px;
    margin-top: 8px;
  }

  .mt-70 {
    margin-top: 40px;
  }

  .yellow-block {
    font-size: 20px !important;
    padding: 20px !important;
    margin-bottom: 10px !important;
  }

  h4 {
    font-size: 20px;
    margin-top: 10px;
  }

  .header {
    padding-top: 10px;
  }

  .navbar {
    justify-content: end;
  }

  h1 {
    font-size: 22px !important;
    margin-bottom: 10px !important;
  }

  .mt-50 {
    margin-top: 40px !important;
  }

  h2 {
    font-size: 20px;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
  }

  .main-block {
    padding-bottom: 120px !important;
  }

  .col-mobile {
    flex-direction: column;
  }
  .col-mobile .col {
    height: auto;
    min-height: auto;
  }

  .benefits {
    flex-direction: column;
  }
  .benefits .benefit-block {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .benefits .benefit-block img {
    height: 100px;
  }
  .benefits .benefit-block h3, .benefits .benefit-block p {
    text-align: center;
  }

  .h70-mobile {
    height: 70px !important;
  }

  .h250-mobile {
    height: 250px !important;
  }

  .mb-3-mobile {
    margin-bottom: 5px;
  }

  .header {
    padding-top: 20px;
  }

  .seo-contacts {
    border: 2px solid #880000FF;
    margin-top: 60px !important;
    padding: 0px 10px 20px !important;
    width: 100% !important;
    font-size: 15px;
  }
}

.additional-facilities_btn {
  align-items: flex-start !important;
}

.dropdown button {
  background: none;
}

.fast-menu-container {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

@media screen and (max-width: 480px) {
  .carousel-inner h3 {
    margin-top: 10px;
  }

  .other-articles {
    flex-wrap: wrap;
    gap: 4px !important;
  }
  .other-articles .art-block {
    width: 48% !important;
  }
  .other-articles .art-block:last-child {
    display: none;
  }

  .flex-row:has(.w-333) {
    flex-direction: column !important;
  }
  .flex-row:has(.w-333) .w-333 {
    width: 100% !important;
  }
  .flex-row:has(.w-333) .w-333 .additional-facilities_btn {
    height: 90px;
  }

  .other-articles {
    margin-bottom: 0 !important;
  }

  .h1-rubrikator {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .mb-5 {
    margin-bottom: 2rem !important;
  }

  .marked-list p {
    margin-top: 8px;
  }

  .rubrikator {
    column-gap: 12px !important;
  }

  .sorting {
    font-size: 15px;
    gap: 6px !important;
  }
  .sorting svg {
    width: 14px !important;
    height: 16px !important;
  }

  .gap10-mobile {
    gap: 10px !important;
  }

  .call-me_btn {
    padding-top: 6px;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
  }

  .w100-mobile {
    width: 100% !important;
  }

  .mt-40 {
    margin-top: 15px !important;
  }

  .mt0-mobile {
    margin-top: 0 !important;
  }

  .mt-5 {
    margin-top: 1rem !important;
  }

  .fs-18 {
    font-size: 16px;
  }

  .order-consultation {
    padding: 20px 10px !important;
  }

  .mb-50 {
    margin-bottom: 10px;
  }

  .additional-facilities_btn {
    width: 100% !important;
    height: auto;
    font-size: 15px;
    padding-top: 6px;
    padding-bottom: 8px;
  }

  .big-links-block {
    padding: 0px 10px 20px !important;
    margin-top: 20px !important;
    gap: 10px !important;
  }
  .big-links-block .flex-row {
    margin-top: 0 !important;
  }
  .big-links-block div {
    width: 100% !important;
  }
  .big-links-block .flex-row {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .head-list {
    padding-left: 10px !important;
  }

  h3 {
    font-size: 20px;
    margin-top: 20px;
  }

  .ml-4 {
    margin-left: 5px !important;
  }

  .lightgrey-block .card-body {
    padding-top: 0;
    padding-bottom: 0;
  }

  .yellow-block {
    padding: 20px 10px !important;
  }
  .yellow-block p {
    margin-bottom: 0 !important;
  }

  .recall-order {
    margin-bottom: 20px !important;
  }

  h1 img, h2 img, h3 img, h4 img, h5 img, .link-item img {
    width: 10px !important;
  }

  .breadcrumbs {
    gap: 6px;
    font-size: 14px;
    flex-wrap: wrap;
    row-gap: 2px;
  }

  .ml-50 {
    margin-left: 20px;
  }

  .field {
    width: 100%;
  }

  .order-button_cont {
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
  }

  .call-me_btn {
    width: 100%;
  }

  input {
    width: 100% !important;
  }

  .link-arrow {
    padding: 20px 30px !important;
  }

  .header {
    border-bottom: 1px solid darkred;
    padding-bottom: 12px;
  }

  ol {
    margin-top: 10px;
    margin-left: 0 !important;
  }

  li.lvl1 label {
    width: 90%;
  }

  .card {
    border: none;
  }
  .card .card-header {
    background: none;
  }

  .h-auto-mobile {
    height: auto !important;
  }

  .mt-12-mobile {
    margin-top: 12px !important;
  }

  .gap-20-mobile {
    gap: 20px;
  }

  .newRecall .flex-row {
    flex-direction: column !important;
    width: 100%;
    gap: 10px !important;
  }
  .newRecall .flex-column p:first-child {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  .newRecall .flex-column .flex-column {
    gap: 20px !important;
  }
  .newRecall .step-survey h3 {
    font-size: 18px;
  }
  .newRecall .step-survey ul {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .newRecall .step-survey div:first-child {
    margin-top: 0 !important;
    gap: 20px !important;
  }
  .newRecall .step-survey div:first-child button {
    width: 150px !important;
  }
  .newRecall .step-survey ul#vids_select {
    margin-bottom: -20px !important;
  }
  .newRecall .miss_btn {
    width: 220px !important;
    font-size: 15px !important;
  }
  .newRecall li input[type=checkbox], .newRecall li input[type=radio], .newRecall ul input[type=checkbox], .newRecall ul input[type=radio] {
    width: 20px !important;
  }
  .newRecall .lvl1 {
    margin-top: 20px !important;
  }
  .newRecall .form-hint {
    width: 100% !important;
    margin-top: -5px;
  }
  .newRecall .badge-paragraph {
    width: 100%;
    font-size: 13px;
    line-height: 130%;
    margin-top: 30px;
  }

  .personal-card__image img {
    width: 50% !important;
  }
}

.logo {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.logo svg {
  margin: 0px auto 0;
  width: auto;
}

.btn {
  transition: none !important;
}

.why-we {
  background: #FEF2D8;
  padding-left: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.logo-block {
  border-bottom: 1px solid #880000;
  background: #E8E9EB;
}

.fast-links-block {
  background: #E8E9EB;
}

.navbar {
  justify-content: end !important;
}

/*# sourceMappingURL=styles.css.map*/