@charset "UTF-8";
@font-face {
  font-family: OpenSans;
  src: url("../fonts/Roboto.ttf") format("truetype"); }
@font-face {
  font-family: Logo;
  src: url("../fonts/Logo.ttf") format("truetype"); }
body {
  overflow-x: hidden;
  font-family: OpenSans;
  font-weight: 400; }
  body.has-fixed-header {
    padding-top: var(--fixedHeaderH, 0px); }
  body a {
    text-decoration: none; }
  body .form-control:active, body .form-control:focus, body .form-select:active, body .form-select:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  body .btn-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 5px 30px;
    background: #5B0009;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 700;
    overflow: hidden;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    body .btn-main:hover {
      color: #1C1C1C; }
      body .btn-main:hover:after {
        height: 380%; }
    body .btn-main:after {
      position: absolute;
      content: "";
      background-color: #FFFFFF;
      width: 100%;
      height: 0%;
      left: 50%;
      top: 50%;
      z-index: -1;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -moz-transform: translate(-50%, -50%) rotate(-45deg);
      -o-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }

.modal .modal-dialog .modal-content .modal-header button:active, .modal .modal-dialog .modal-content .modal-header button:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.modal .modal-dialog .modal-content .modal-header h2 {
  font-weight: 700;
  font-size: 1.2rem;
  color: #1C1C1C; }
.modal .modal-dialog .modal-content .modal-header p {
  font-weight: 300;
  font-size: .9rem;
  color: #1C1C1C; }
  .modal .modal-dialog .modal-content .modal-header p b {
    font-weight: 700; }
.modal .invalid-feedback {
  color: #5B0009; }
.modal .was-validated .form-control:invalid {
  border-color: #5B0009; }
.modal .was-validated .form-select:invalid {
  border-color: #5B0009; }
.modal .was-validated .form-check-input:invalid {
  border-color: #5B0009; }
  .modal .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #5B0009; }

.table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.table {
  display: block;
  width: 100%;
  overflow-x: auto; }

@media (max-width: 575.98px) {
  header.site-header {
    -webkit-box-shadow: 0 0 3px 0 rgba(28, 28, 28, 0.5);
    -moz-box-shadow: 0 0 3px 0 rgba(28, 28, 28, 0.5);
    box-shadow: 0 0 3px 0 rgba(28, 28, 28, 0.5); }
    header.site-header .logo-box {
      display: flex;
      flex-direction: column;
      align-items: center; }
    header.site-header .phone-box {
      display: flex;
      justify-content: flex-start; }
    header.site-header .sign-up-box {
      display: none; }
    header.site-header .navbar-brand {
      font-size: 25px; }
    header.site-header .navbar-brand-slogan {
      font-size: 10px; }
    header.site-header .header-sign-up p {
      font-size: 12px; }

  #img-grid > .col {
    flex: 0 0 auto;
    width: 25%; }

  .main-work-day .day-title {
    margin-bottom: .5rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08); }
    .main-work-day .day-title h2 {
      font-size: 1.2rem; }
      .main-work-day .day-title h2 span {
        margin-left: .3rem; }
      .main-work-day .day-title h2 br {
        display: none; }
  .main-work-day .day-box p {
    height: 21px; }
  .main-work-day .day-box {
    margin-bottom: .5rem;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08); }
  .main-work-day .day-box-bottom {
    margin-bottom: 0;
    border: none; }

  .main-slogan h3 {
    font-size: 1rem; }

  .main-interview img {
    width: 80%;
    margin: 0 auto 2rem auto !important;
    display: block;
    float: none !important; }

  .main-slogan-2 h3 {
    font-size: 1rem;
    line-height: 30px; }

  .company-overlay {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important; }

  footer p {
    width: 100%;
    text-align: center; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  header.site-header {
    -webkit-box-shadow: 0 0 3px 0 rgba(28, 28, 28, 0.5);
    -moz-box-shadow: 0 0 3px 0 rgba(28, 28, 28, 0.5);
    box-shadow: 0 0 3px 0 rgba(28, 28, 28, 0.5); }
    header.site-header .logo-box {
      display: flex;
      flex-direction: column;
      align-items: center; }
    header.site-header .navbar-brand {
      font-size: 25px; }
    header.site-header .navbar-brand-slogan {
      font-size: 10px; }
    header.site-header .header-sign-up p {
      font-size: 12px; }

  #img-grid > .col {
    flex: 0 0 auto;
    width: 25%; }

  .main-work-day .day-title {
    margin-bottom: .5rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08); }
    .main-work-day .day-title h2 {
      font-size: 1.2rem; }
      .main-work-day .day-title h2 span {
        margin-left: .3rem; }
      .main-work-day .day-title h2 br {
        display: none; }
  .main-work-day .day-box p {
    height: 21px; }
  .main-work-day .day-box {
    margin-bottom: .5rem;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08); }
  .main-work-day .day-box-bottom {
    margin-bottom: 0;
    border: none; }

  .main-slogan h3 {
    font-size: 1rem; }

  .main-interview img {
    width: 80%;
    margin: 0 auto 2rem auto !important;
    display: block;
    float: none !important; }

  .main-slogan-2 h3 {
    font-size: 1rem;
    line-height: 30px; }

  .company-overlay {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important; }

  footer p {
    text-align: center; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  header.site-header {
    -webkit-box-shadow: 0 0 3px 0 rgba(28, 28, 28, 0.5);
    -moz-box-shadow: 0 0 3px 0 rgba(28, 28, 28, 0.5);
    box-shadow: 0 0 3px 0 rgba(28, 28, 28, 0.5); }
    header.site-header .navbar-brand {
      font-size: 25px; }
    header.site-header .navbar-brand-slogan {
      font-size: 10px; }

  #img-grid > .col {
    width: 12.5%; }

  .main-menu-slider .main-swiper {
    height: 400px; }

  .main-swiper .swiper-wrapper .swiper-slide .swiper-content h4 {
    font-size: 1.4rem; }
  .main-swiper .swiper-wrapper .swiper-slide .swiper-content h3 {
    font-size: 2rem; }
  .main-swiper .swiper-wrapper .swiper-slide .swiper-content ul li {
    font-size: 1.2rem; }
  .main-swiper .swiper-wrapper .swiper-slide .swiper-content .btn-main {
    font-size: 1rem; }

  .main-description {
    height: 110px; }
    .main-description h4 {
      font-size: 1.1rem; }
    .main-description ul li {
      font-size: 14px; }

  .main-work-day .day-title {
    margin-bottom: .5rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08); }
    .main-work-day .day-title h2 {
      font-size: 1.2rem; }
  .main-work-day .day-box p {
    height: 60px; }
  .main-work-day .day-box-top {
    margin-bottom: .5rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08); }

  .main-slogan h3 {
    font-size: 1.2rem; }

  .main-interview img {
    width: 80%;
    margin: 0 auto 2rem auto !important;
    display: block;
    float: none !important; }

  .main-slogan-2 h3 {
    font-size: 1.2rem;
    line-height: 30px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  header.site-header .navbar-brand {
    font-size: 25px; }
  header.site-header .navbar-brand-slogan {
    font-size: 10px; }
  header.site-header .header-top-menu .navbar .navbar-nav .nav-item .nav-link {
    font-size: 10px; }

  #img-grid > .col {
    width: 12.5%; }

  .main-menu-slider .main-swiper {
    height: 594px; }

  .main-swiper .swiper-wrapper .swiper-slide .swiper-content h4 {
    font-size: 1.6rem; }
  .main-swiper .swiper-wrapper .swiper-slide .swiper-content h3 {
    font-size: 2.2rem; }
  .main-swiper .swiper-wrapper .swiper-slide .swiper-content ul li {
    font-size: 1.3rem; }
  .main-swiper .swiper-wrapper .swiper-slide .swiper-content .btn-main {
    font-size: 1.2rem; }

  .main-description {
    height: 153px; }
    .main-description h4 {
      font-size: 1.1rem; }
    .main-description ul li {
      font-size: 14px; }

  .main-work-day .day-title {
    margin-bottom: .5rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08); }
    .main-work-day .day-title h2 {
      font-size: 1.4rem; }
  .main-work-day .day-box p {
    height: 65px; }
  .main-work-day .day-box-top {
    margin-bottom: .5rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08); }

  .main-slogan h3 {
    font-size: 1.4rem; }

  .main-interview img {
    width: 50%; }
  .main-interview p {
    margin-bottom: .2rem;
    font-size: 15px; }
  .main-interview ul li {
    font-size: 15px; }
  .main-interview .h-us-100 {
    height: 100%; }

  .main-slogan-2 h3 {
    font-size: 1.2rem;
    line-height: 30px; } }
@media (min-width: 1200px) and (max-width: 1399.98px) {
  header.site-header .navbar-brand {
    font-size: 38px; }
  header.site-header .navbar-brand-slogan {
    font-size: 11px; }
  header.site-header .header-top-menu .navbar .navbar-nav .nav-item .nav-link {
    font-size: 12px; }

  #img-grid > .col {
    width: 6.25%; }

  .main-menu-slider .main-swiper {
    height: 593px; }

  .main-swiper .swiper-wrapper .swiper-slide .swiper-content h4 {
    font-size: 2rem; }
  .main-swiper .swiper-wrapper .swiper-slide .swiper-content h3 {
    font-size: 3rem; }
  .main-swiper .swiper-wrapper .swiper-slide .swiper-content ul li {
    font-size: 1.4rem; }
  .main-swiper .swiper-wrapper .swiper-slide .swiper-content .btn-main {
    font-size: 1.2rem; }

  .main-description {
    height: 106px; }
    .main-description h4 {
      font-size: 1.3rem; }
    .main-description ul li {
      font-size: 15px; }

  .main-work-day .day-box p {
    height: 84px; }

  .main-slogan h3 {
    font-size: 1.5rem; }

  .main-interview img {
    width: 40%; }
  .main-interview p {
    margin-bottom: 1rem;
    font-size: 16px; }
  .main-interview ul li {
    font-size: 16px; }
  .main-interview .h-us-100 {
    height: 100%; }

  .main-slogan-2 h3 {
    font-size: 1.2rem;
    line-height: 30px; } }
@media (min-width: 1400px) {
  header.site-header .navbar-brand {
    font-size: 38px; }
  header.site-header .navbar-brand-slogan {
    font-size: 11px; }
  header.site-header .header-top-menu .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px; }

  #img-grid > .col {
    width: 6.25%; }

  .main-menu-slider .main-swiper {
    height: 525px; }

  .main-swiper .swiper-wrapper .swiper-slide .swiper-content h4 {
    font-size: 2rem; }
  .main-swiper .swiper-wrapper .swiper-slide .swiper-content h3 {
    font-size: 3rem; }
  .main-swiper .swiper-wrapper .swiper-slide .swiper-content ul li {
    font-size: 1.4rem; }
  .main-swiper .swiper-wrapper .swiper-slide .swiper-content .btn-main {
    font-size: 1.2rem; }

  .main-description {
    height: 150px; }
    .main-description h4 {
      font-size: 1.4rem; }
    .main-description ul li {
      font-size: 17px; }

  .main-work-day .day-box p {
    height: 84px; }

  .main-slogan h3 {
    font-size: 1.5rem; }

  .main-interview img {
    width: 35%; }
  .main-interview p {
    margin-bottom: 1rem;
    font-size: 17px; }
  .main-interview ul li {
    font-size: 17px; }
  .main-interview .h-us-100 {
    height: 100%; }

  .main-slogan-2 h3 {
    font-size: 1.3rem;
    line-height: 35px; } }
@media (prefers-reduced-motion: reduce) {
  header.site-header.header--fixed {
    transition: none; } }
@media (max-width: 1100px) {
  .why-card {
    grid-template-columns: 70px 320px 1fr;
    gap: 24px; }

  .why-card-image {
    height: 230px; }

  .why-card-content p {
    font-size: 16px; } }
@media (max-width: 860px) {
  .why-us-premium {
    padding: 70px 0; }

  .why-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px; }

  .why-card-number {
    text-align: left; }
    .why-card-number:after {
      display: none; }

  .why-card-image {
    width: 100%;
    height: 260px; }

  .why-card-content h3 {
    font-size: 26px; }
  .why-card-content p {
    font-size: 16px;
    line-height: 1.7; } }
@media (max-width: 520px) {
  .why-us-container {
    width: min(100% - 24px, 1280px); }

  .why-card {
    border-radius: 22px; }

  .why-card-image {
    height: 220px;
    border-radius: 18px; }

  .why-us-header p {
    font-size: 16px; } }
@media (max-width: 991.98px) {
  .contacts-card {
    padding: 24px;
    border-radius: 22px; } }
@media (max-width: 575.98px) {
  .contact-item p,
  .contact-item a {
    font-size: 15px; } }
header.site-header {
  position: relative;
  z-index: 1000; }
  header.site-header.header--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    opacity: 0;
    -webkit-box-shadow: 0 14px 40px rgba(28, 28, 28, 0.14);
    -moz-box-shadow: 0 14px 40px rgba(28, 28, 28, 0.14);
    box-shadow: 0 14px 40px rgba(28, 28, 28, 0.14);
    -webkit-transform: translate3d(0, -18px, 0);
    -moz-transform: translate3d(0, -18px, 0);
    -o-transform: translate3d(0, -18px, 0);
    -ms-transform: translate3d(0, -18px, 0);
    transform: translate3d(0, -18px, 0);
    -webkit-transition: all 0.42s cubic-bezier(0.16, 1, 0.3, 1);
    -o-transition: all 0.42s cubic-bezier(0.16, 1, 0.3, 1);
    -moz-transition: all 0.42s cubic-bezier(0.16, 1, 0.3, 1);
    transition: all 0.42s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity; }
    header.site-header.header--fixed.header--shown {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    header.site-header.header--fixed .header-slogan {
      display: none !important; }
    header.site-header.header--fixed .header-sign-up {
      display: none !important; }
  header.site-header .hamburger {
    width: 34px;
    height: 24px;
    position: relative;
    border: none;
    background: transparent; }
    header.site-header .hamburger.active span:nth-child(1) {
      top: 10px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    header.site-header .hamburger.active span:nth-child(2) {
      opacity: 0; }
    header.site-header .hamburger.active span:nth-child(3) {
      bottom: 11px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    header.site-header .hamburger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      background: #5B0009;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      header.site-header .hamburger span:nth-child(1) {
        top: 0; }
      header.site-header .hamburger span:nth-child(2) {
        top: 10px; }
      header.site-header .hamburger span:nth-child(3) {
        bottom: 0; }
  header.site-header nav .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: Logo;
    color: #5B0009; }
    header.site-header nav .navbar-brand:hover, header.site-header nav .navbar-brand:focus, header.site-header nav .navbar-brand:active {
      color: #5B0009; }
    header.site-header nav .navbar-brand img {
      margin-right: .5rem; }
  header.site-header nav .navbar-brand-slogan {
    margin-bottom: 0;
    font-weight: 300; }
  header.site-header nav .navbar-btn:hover {
    color: #FFFFFF; }
  header.site-header nav .navbar-btn:after {
    background-color: #1C1C1C; }
  header.site-header .header-slogan {
    background-color: #5B0009; }
    header.site-header .header-slogan p {
      margin: 0;
      text-align: center;
      font-weight: 700;
      color: #FFFFFF; }
  header.site-header .header-sign-up {
    padding-top: .3rem;
    padding-bottom: .3rem;
    background-color: #FFFFFF; }
    header.site-header .header-sign-up p {
      margin: 0;
      text-align: center;
      font-weight: 300;
      color: #1C1C1C; }
      header.site-header .header-sign-up p a {
        font-weight: 700; }
  header.site-header .header-top-menu {
    background-color: #5B0009;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    header.site-header .header-top-menu.is-fixed {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1050;
      -webkit-box-shadow: 0 4px 10px rgba(28, 28, 28, 0.08);
      -moz-box-shadow: 0 4px 10px rgba(28, 28, 28, 0.08);
      box-shadow: 0 4px 10px rgba(28, 28, 28, 0.08); }
    header.site-header .header-top-menu .navbar .navbar-nav .nav-item .nav-link {
      color: #FFFFFF;
      text-transform: uppercase;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
      header.site-header .header-top-menu .navbar .navbar-nav .nav-item .nav-link:hover {
        background-color: #8e000e; }
    header.site-header .header-top-menu .navbar .navbar-nav .nav-item .dropdown-menu {
      background-color: #5B0009; }
      header.site-header .header-top-menu .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
        color: #FFFFFF;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s; }
        header.site-header .header-top-menu .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover {
          color: #5B0009; }
  header.site-header .header-top-menu-placeholder {
    height: 0; }
  header.site-header .header-top-menu.is-fixed + .header-top-menu-placeholder {
    height: 54px; }

.offcanvas .offcanvas-header .btn-close:active, .offcanvas .offcanvas-header .btn-close:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.offcanvas .offcanvas-body .accordion .accordion-item .accordion-header .accordion-button:active, .offcanvas .offcanvas-body .accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.offcanvas .offcanvas-body .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #FFFFFF;
  background-color: #5B0009; }
.offcanvas .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body a {
  color: #5B0009; }

footer {
  padding: 10px 0;
  background-color: #5B0009;
  color: #FFFFFF;
  -webkit-box-shadow: 0 0 5px rgba(28, 28, 28, 0.8);
  -moz-box-shadow: 0 0 5px rgba(28, 28, 28, 0.8);
  box-shadow: 0 0 5px rgba(28, 28, 28, 0.8); }
  footer .footer-time, footer .footer-button, footer .footer-phone {
    display: flex;
    align-items: center; }
    footer .footer-time p, footer .footer-button p, footer .footer-phone p {
      margin: 0;
      font-size: 90%; }
      footer .footer-time p span, footer .footer-button p span, footer .footer-phone p span {
        font-weight: 700; }
      footer .footer-time p a, footer .footer-button p a, footer .footer-phone p a {
        margin-right: .5rem;
        font-weight: 700;
        color: #FFFFFF; }

.main-models-list {
  padding-top: 1rem; }
  .main-models-list a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .1rem;
    overflow: hidden;
    border: 1px solid lightgray;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    -webkit-box-shadow: 0 6px 18px rgba(28, 28, 28, 0.06);
    -moz-box-shadow: 0 6px 18px rgba(28, 28, 28, 0.06);
    box-shadow: 0 6px 18px rgba(28, 28, 28, 0.06);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    .main-models-list a:hover {
      -webkit-transform: translateY(-6px);
      -moz-transform: translateY(-6px);
      -o-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
      transform: translateY(-6px);
      -webkit-box-shadow: 0 18px 40px rgba(28, 28, 28, 0.12), 0 6px 10px rgba(28, 28, 28, 0.06);
      -moz-box-shadow: 0 18px 40px rgba(28, 28, 28, 0.12), 0 6px 10px rgba(28, 28, 28, 0.06);
      box-shadow: 0 18px 40px rgba(28, 28, 28, 0.12), 0 6px 10px rgba(28, 28, 28, 0.06); }
    .main-models-list a img {
      width: 80%; }
    .main-models-list a span {
      font-size: 9px;
      color: #5B0009; }

.main-menu-slider {
  margin-top: 2rem; }
  .main-menu-slider .main-side-menu .main-side-menu__group {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #FFFFFF;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
    -moz-box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
    box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1); }
    .main-menu-slider .main-side-menu .main-side-menu__group .main-side-menu__item {
      border: 0 !important;
      border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
      padding: 0;
      background-color: #FFFFFF;
      color: #1C1C1C; }
      .main-menu-slider .main-side-menu .main-side-menu__group .main-side-menu__item:last-child {
        border-bottom: 0 !important; }
      .main-menu-slider .main-side-menu .main-side-menu__group .main-side-menu__item .main-side-menu__sub {
        padding: 10px 10px 14px 10px;
        background-color: rgba(15, 23, 42, 0.02); }
        .main-menu-slider .main-side-menu .main-side-menu__group .main-side-menu__item .main-side-menu__sub .main-side-menu__subitem {
          display: flex;
          align-items: center;
          padding: 10px 12px;
          margin: 4px 6px;
          font-size: 16px;
          color: #1C1C1C;
          text-decoration: none;
          -webkit-border-radius: 12px;
          -moz-border-radius: 12px;
          -ms-border-radius: 12px;
          border-radius: 12px;
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          transition: all 0.2s ease; }
          .main-menu-slider .main-side-menu .main-side-menu__group .main-side-menu__item .main-side-menu__sub .main-side-menu__subitem:hover {
            -webkit-transform: translateX(2px);
            -moz-transform: translateX(2px);
            -o-transform: translateX(2px);
            -ms-transform: translateX(2px);
            transform: translateX(2px); }
          .main-menu-slider .main-side-menu .main-side-menu__group .main-side-menu__item .main-side-menu__sub .main-side-menu__subitem.is-active {
            -webkit-box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
            -moz-box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
            box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08); }
    .main-menu-slider .main-side-menu .main-side-menu__group .main-side-menu__btn, .main-menu-slider .main-side-menu .main-side-menu__group .main-side-menu__link {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 14px 16px;
      width: 100%;
      border: 0;
      background-color: transparent;
      font-size: 16px;
      color: #1C1C1C;
      text-align: left;
      text-decoration: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      -webkit-transition: background 0.2s ease, transform 0.2s ease;
      -o-transition: background 0.2s ease, transform 0.2s ease;
      -moz-transition: background 0.2s ease, transform 0.2s ease;
      transition: background 0.2s ease, transform 0.2s ease; }
      .main-menu-slider .main-side-menu .main-side-menu__group .main-side-menu__btn[aria-expanded="true"] .main-side-menu__chev, .main-menu-slider .main-side-menu .main-side-menu__group .main-side-menu__link[aria-expanded="true"] .main-side-menu__chev {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .main-menu-slider .main-side-menu .main-side-menu__group .main-side-menu__btn:hover, .main-menu-slider .main-side-menu .main-side-menu__group .main-side-menu__link:hover {
        background-color: rgba(15, 23, 42, 0.04); }
      .main-menu-slider .main-side-menu .main-side-menu__group .main-side-menu__btn:focus, .main-menu-slider .main-side-menu .main-side-menu__group .main-side-menu__link:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
      .main-menu-slider .main-side-menu .main-side-menu__group .main-side-menu__btn .main-side-menu__text, .main-menu-slider .main-side-menu .main-side-menu__group .main-side-menu__link .main-side-menu__text {
        flex: 1;
        min-width: 0; }
      .main-menu-slider .main-side-menu .main-side-menu__group .main-side-menu__btn .main-side-menu__chev, .main-menu-slider .main-side-menu .main-side-menu__group .main-side-menu__link .main-side-menu__chev {
        color: #1C1C1C;
        font-size: 18px;
        line-height: 1;
        opacity: .9;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transform-origin: 50% 70%;
        -webkit-transition: transform 0.25s ease, opacity 0.25s ease;
        -o-transition: transform 0.25s ease, opacity 0.25s ease;
        -moz-transition: transform 0.25s ease, opacity 0.25s ease;
        transition: transform 0.25s ease, opacity 0.25s ease; }

.main-swiper {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
  -moz-box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1); }
  .main-swiper .swiper-wrapper .swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .main-swiper .swiper-wrapper .swiper-slide:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(28, 28, 28, 0.8);
      z-index: 1; }
    .main-swiper .swiper-wrapper .swiper-slide .swiper-content {
      height: 100%;
      padding: 3rem;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      z-index: 2; }
      .main-swiper .swiper-wrapper .swiper-slide .swiper-content h4 {
        margin-bottom: 3rem;
        font-weight: 700;
        color: #FFFFFF; }
      .main-swiper .swiper-wrapper .swiper-slide .swiper-content h3 {
        margin-bottom: 3rem;
        font-weight: 700;
        color: #FFFFFF; }
      .main-swiper .swiper-wrapper .swiper-slide .swiper-content ul {
        margin-bottom: 3rem; }
        .main-swiper .swiper-wrapper .swiper-slide .swiper-content ul li {
          font-weight: 700;
          color: #FFFFFF; }
  .main-swiper .swiper-button-next, .main-swiper .swiper-button-prev {
    color: #FFFFFF; }

.main-description {
  padding: .5rem;
  margin-top: 33px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(15, 23, 42, 0.08);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
  -moz-box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1); }
  .main-description h4 {
    text-align: center;
    color: #1C1C1C; }
  .main-description ul {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none; }
    .main-description ul li {
      color: #1C1C1C; }

.main-certificates {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(15, 23, 42, 0.08);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
  -moz-box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1); }
  .main-certificates .certificate-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .main-certificates h4 {
    font-weight: 700;
    color: #1C1C1C; }
  .main-certificates .accordion .accordion-item .accordion-header .accordion-button:active, .main-certificates .accordion .accordion-item .accordion-header .accordion-button:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .main-certificates .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #5B0009;
    color: #FFFFFF; }
  .main-certificates .accordion .accordion-item .accordion-collapse .accordion-body h4 {
    font-size: 1.3rem;
    color: #1C1C1C; }
  .main-certificates .accordion .accordion-item .accordion-collapse .accordion-body h5 {
    font-size: 1.1rem;
    color: #1C1C1C; }
  .main-certificates .accordion .accordion-item .accordion-collapse .accordion-body p {
    font-weight: 300;
    font-size: 1rem;
    color: #1C1C1C; }
    .main-certificates .accordion .accordion-item .accordion-collapse .accordion-body p b {
      font-weight: 700; }
    .main-certificates .accordion .accordion-item .accordion-collapse .accordion-body p a {
      font-weight: 700;
      color: #5B0009; }
  .main-certificates .accordion .accordion-item .accordion-collapse .accordion-body ul li {
    font-weight: 300;
    font-size: 1rem;
    color: #1C1C1C; }
  .main-certificates .gallery-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease; }
    .main-certificates .gallery-img:hover {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
  .main-certificates .company-card:hover .company-preview .company-overlay {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .main-certificates .company-card .company-preview {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    overflow: hidden; }
    .main-certificates .company-card .company-preview .company-logo {
      max-width: 80%;
      max-height: 80%;
      width: auto;
      height: auto;
      object-fit: contain;
      display: block; }
    .main-certificates .company-card .company-preview .company-overlay {
      pointer-events: none;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(28, 28, 28, 0.8);
      color: #FFFFFF;
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -o-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: transform 0.5s ease;
      -o-transition: transform 0.5s ease;
      -moz-transition: transform 0.5s ease;
      transition: transform 0.5s ease; }
      .main-certificates .company-card .company-preview .company-overlay .company-overlay-text {
        padding: 12px 14px;
        font-size: 14px;
        line-height: 1.35; }
  .main-certificates .doc-card .doc-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem; }
    .main-certificates .doc-card .doc-preview .doc-icon {
      cursor: pointer;
      width: 150px;
      height: 150px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .main-certificates .doc-card .doc-preview .doc-icon:hover {
        -webkit-transform: scale(1.15) rotate(-3deg);
        -moz-transform: scale(1.15) rotate(-3deg);
        -o-transform: scale(1.15) rotate(-3deg);
        -ms-transform: scale(1.15) rotate(-3deg);
        transform: scale(1.15) rotate(-3deg); }
  .main-certificates .doc-card .card-body .card-title {
    font-weight: 700;
    color: #1C1C1C; }
  .main-certificates .doc-card .card-body .card-text {
    color: #1C1C1C; }
  .main-certificates .doc-card .card-body .btn-main:hover svg {
    fill: #1C1C1C; }
  .main-certificates .doc-card .card-body .btn-main svg {
    height: 30px;
    fill: #FFFFFF;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }

.main-quality {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(15, 23, 42, 0.08);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
  -moz-box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1); }
  .main-quality .certificate-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .main-quality h4 {
    font-weight: 700;
    color: #1C1C1C; }
  .main-quality ul li a {
    font-weight: 700;
    color: #5B0009; }

.main-promotions {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(15, 23, 42, 0.08);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
  -moz-box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1); }
  .main-promotions .certificate-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .main-promotions h4 {
    font-weight: 700;
    color: #1C1C1C; }
  .main-promotions .archive-promotion-link {
    display: flex;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 18px;
    color: #5B0009; }
  .main-promotions .promotion-box {
    margin-bottom: 1rem;
    padding: 1rem; }
    .main-promotions .promotion-box a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 100%;
      height: auto;
      overflow: hidden;
      text-decoration: none;
      background-color: #1C1C1C;
      -webkit-border-radius: 18px;
      -moz-border-radius: 18px;
      -ms-border-radius: 18px;
      border-radius: 18px;
      -webkit-box-shadow: 0 10px 40px rgba(28, 28, 28, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
      -moz-box-shadow: 0 10px 40px rgba(28, 28, 28, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
      box-shadow: 0 10px 40px rgba(28, 28, 28, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .main-promotions .promotion-box a:hover {
        -webkit-transform: translateY(-6px) scale(1.01);
        -moz-transform: translateY(-6px) scale(1.01);
        -o-transform: translateY(-6px) scale(1.01);
        -ms-transform: translateY(-6px) scale(1.01);
        transform: translateY(-6px) scale(1.01); }
      .main-promotions .promotion-box a img {
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
        object-fit: cover;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: transform 0.8s ease;
        -o-transition: transform 0.8s ease;
        -moz-transition: transform 0.8s ease;
        transition: transform 0.8s ease; }
      .main-promotions .promotion-box a h4 {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
        padding: 1rem;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
        color: #FFFFFF; }
  .main-promotions .promotion-image {
    display: flex;
    align-items: center;
    justify-content: center; }
    .main-promotions .promotion-image img {
      max-height: 260px;
      max-width: 80%;
      -webkit-border-radius: 18px;
      -moz-border-radius: 18px;
      -ms-border-radius: 18px;
      border-radius: 18px;
      -webkit-box-shadow: 0 10px 40px rgba(28, 28, 28, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
      -moz-box-shadow: 0 10px 40px rgba(28, 28, 28, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
      box-shadow: 0 10px 40px rgba(28, 28, 28, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.05); }
  .main-promotions .promotion-body p {
    font-weight: 300;
    color: #1C1C1C; }
  .main-promotions .promotion-body h3 {
    font-size: 1.5rem;
    color: #1C1C1C; }
  .main-promotions .promotion-body a {
    font-weight: 700;
    color: #5B0009; }

.main-side-menu-subs {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(15, 23, 42, 0.08);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
  -moz-box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1); }
  .main-side-menu-subs h4 {
    font-weight: 700;
    color: #1C1C1C; }
  .main-side-menu-subs .gallery-item {
    overflow: hidden;
    background: #f8f8f8;
    display: block;
    position: relative;
    -webkit-box-shadow: 0 4px 12px rgba(28, 28, 28, 0.08), 0 10px 30px rgba(28, 28, 28, 0.06);
    -moz-box-shadow: 0 4px 12px rgba(28, 28, 28, 0.08), 0 10px 30px rgba(28, 28, 28, 0.06);
    box-shadow: 0 4px 12px rgba(28, 28, 28, 0.08), 0 10px 30px rgba(28, 28, 28, 0.06);
    -webkit-transition: transform 0.35s ease, box-shadow 0.35s ease;
    -o-transition: transform 0.35s ease, box-shadow 0.35s ease;
    -moz-transition: transform 0.35s ease, box-shadow 0.35s ease;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px; }
    .main-side-menu-subs .gallery-item:hover {
      -webkit-transform: translateY(-4px);
      -moz-transform: translateY(-4px);
      -o-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
      transform: translateY(-4px);
      -webkit-box-shadow: 0 10px 25px rgba(28, 28, 28, 0.15), 0 20px 45px rgba(28, 28, 28, 0.12);
      -moz-box-shadow: 0 10px 25px rgba(28, 28, 28, 0.15), 0 20px 45px rgba(28, 28, 28, 0.12);
      box-shadow: 0 10px 25px rgba(28, 28, 28, 0.15), 0 20px 45px rgba(28, 28, 28, 0.12); }
      .main-side-menu-subs .gallery-item:hover .gallery-thumb {
        opacity: 0.92;
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04);
        -o-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04); }
    .main-side-menu-subs .gallery-item .gallery-thumb {
      height: 200px;
      object-fit: cover;
      -webkit-transition: transform 0.35s ease, opacity 0.35s ease;
      -o-transition: transform 0.35s ease, opacity 0.35s ease;
      -moz-transition: transform 0.35s ease, opacity 0.35s ease;
      transition: transform 0.35s ease, opacity 0.35s ease; }
  .main-side-menu-subs .submenu-item {
    text-align: center;
    display: block;
    padding: 12px 18px;
    background-color: #FFFFFF;
    border: 1px solid #f1f1f1;
    margin-bottom: 8px;
    text-decoration: none;
    color: #1C1C1C;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }
    .main-side-menu-subs .submenu-item:hover {
      background-color: #5B0009;
      color: #FFFFFF;
      -webkit-transform: translateX(4px);
      -moz-transform: translateX(4px);
      -o-transform: translateX(4px);
      -ms-transform: translateX(4px);
      transform: translateX(4px);
      -webkit-box-shadow: 0 6px 18px rgba(28, 28, 28, 0.08);
      -moz-box-shadow: 0 6px 18px rgba(28, 28, 28, 0.08);
      box-shadow: 0 6px 18px rgba(28, 28, 28, 0.08); }
      .main-side-menu-subs .submenu-item:hover svg {
        fill: #FFFFFF;
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -o-transform: translateX(4px);
        -ms-transform: translateX(4px);
        transform: translateX(4px); }
    .main-side-menu-subs .submenu-item svg {
      margin-right: 10px;
      -webkit-transition: transform 0.25s ease;
      -o-transition: transform 0.25s ease;
      -moz-transition: transform 0.25s ease;
      transition: transform 0.25s ease; }

.main-work-day {
  margin-top: 2rem; }
  .main-work-day .week-day-box {
    padding: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
    -moz-box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
    box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1); }
    .main-work-day .week-day-box .day-title {
      display: flex;
      align-items: center;
      justify-content: center; }
      .main-work-day .week-day-box .day-title h2 {
        font-weight: 700;
        color: #1C1C1C; }
        .main-work-day .week-day-box .day-title h2 span {
          color: #5B0009; }
    .main-work-day .week-day-box .day-box {
      border-left: 1px solid rgba(15, 23, 42, 0.08); }
      .main-work-day .week-day-box .day-box h5 {
        font-weight: 700;
        color: #1C1C1C; }
      .main-work-day .week-day-box .day-box p {
        margin-bottom: 0;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        font-weight: 300;
        font-size: 14px;
        color: #1C1C1C; }

.main-slogan {
  margin-top: 2rem; }
  .main-slogan h3 {
    font-weight: 700;
    color: #1C1C1C; }

.main-interview {
  margin-top: 2rem; }
  .main-interview img {
    float: left;
    margin: 0 2rem 2rem 0;
    filter: contrast(1.15) brightness(0.95) saturate(1.05);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 8px 18px rgba(28, 28, 28, 0.25), 0 30px 60px rgba(28, 28, 28, 0.25);
    -moz-box-shadow: 0 8px 18px rgba(28, 28, 28, 0.25), 0 30px 60px rgba(28, 28, 28, 0.25);
    box-shadow: 0 8px 18px rgba(28, 28, 28, 0.25), 0 30px 60px rgba(28, 28, 28, 0.25); }
  .main-interview p {
    font-weight: 300; }
    .main-interview p span {
      font-weight: 700; }
  .main-interview ul {
    margin: 0; }
    .main-interview ul li {
      font-weight: 300; }

.main-slogan-2 {
  margin-top: 2rem; }
  .main-slogan-2 .main-slogan-2-box {
    padding: 1.5rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
    -moz-box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
    box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1); }
  .main-slogan-2 h3 {
    font-weight: 300;
    color: #1C1C1C; }
    .main-slogan-2 h3 span {
      font-weight: 700; }
    .main-slogan-2 h3 a {
      font-weight: 700;
      color: #5B0009; }

.main-birthday {
  margin-top: 2rem; }
  .main-birthday a img {
    width: 100%;
    filter: contrast(1.15) brightness(0.95) saturate(1.05);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 8px 18px rgba(28, 28, 28, 0.25), 0 30px 60px rgba(28, 28, 28, 0.25);
    -moz-box-shadow: 0 8px 18px rgba(28, 28, 28, 0.25), 0 30px 60px rgba(28, 28, 28, 0.25);
    box-shadow: 0 8px 18px rgba(28, 28, 28, 0.25), 0 30px 60px rgba(28, 28, 28, 0.25); }

.main-pre-footer {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  .main-pre-footer .main-pre-footer-left {
    display: flex;
    align-items: center;
    justify-content: center; }
    .main-pre-footer .main-pre-footer-left a {
      padding: .5rem;
      text-align: center;
      width: 100%;
      font-weight: 700;
      font-size: 1.5rem;
      color: #5B0009;
      border: 1px solid rgba(15, 23, 42, 0.08);
      -webkit-border-radius: 16px;
      -moz-border-radius: 16px;
      -ms-border-radius: 16px;
      border-radius: 16px;
      -webkit-box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
      -moz-box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
      box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .main-pre-footer .main-pre-footer-left a:hover {
        color: #280004;
        border-color: rgba(15, 23, 42, 0.15);
        -webkit-transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        -o-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-box-shadow: 0 28px 65px rgba(15, 23, 42, 0.15);
        -moz-box-shadow: 0 28px 65px rgba(15, 23, 42, 0.15);
        box-shadow: 0 28px 65px rgba(15, 23, 42, 0.15); }
  .main-pre-footer .main-pre-footer-right {
    display: flex;
    align-items: center;
    justify-content: center; }
    .main-pre-footer .main-pre-footer-right a {
      padding: .5rem;
      text-align: center;
      width: 100%;
      font-weight: 700;
      font-size: 1.5rem;
      color: #5B0009;
      border: 1px solid rgba(15, 23, 42, 0.08);
      -webkit-border-radius: 16px;
      -moz-border-radius: 16px;
      -ms-border-radius: 16px;
      border-radius: 16px;
      -webkit-box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
      -moz-box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
      box-shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .main-pre-footer .main-pre-footer-right a:hover {
        color: #280004;
        border-color: rgba(15, 23, 42, 0.15);
        -webkit-transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        -o-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-box-shadow: 0 28px 65px rgba(15, 23, 42, 0.15);
        -moz-box-shadow: 0 28px 65px rgba(15, 23, 42, 0.15);
        box-shadow: 0 28px 65px rgba(15, 23, 42, 0.15); }
  .main-pre-footer .main-pre-footer-center {
    display: flex;
    align-items: center;
    justify-content: center; }

.body-text-box img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 18px rgba(28, 28, 28, 0.25), 0 30px 60px rgba(28, 28, 28, 0.25);
  -moz-box-shadow: 0 8px 18px rgba(28, 28, 28, 0.25), 0 30px 60px rgba(28, 28, 28, 0.25);
  box-shadow: 0 8px 18px rgba(28, 28, 28, 0.25), 0 30px 60px rgba(28, 28, 28, 0.25); }
.body-text-box ul li, .body-text-box ol li {
  margin-bottom: 1rem; }
.body-text-box a {
  font-weight: 700;
  color: #5B0009; }
.body-text-box .btn-main {
  color: #FFFFFF; }
  .body-text-box .btn-main:hover {
    color: #1C1C1C; }
.body-text-box blockquote {
  position: relative;
  border-left: 4px solid #5B0009;
  padding: 16px 20px;
  margin: 24px 0;
  background-color: #fafafa;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  color: #1C1C1C;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px; }
  .body-text-box blockquote:before {
    content: "“";
    position: absolute;
    top: -10px;
    left: 12px;
    font-size: 60px;
    color: rgba(91, 0, 9, 0.15);
    font-weight: 700; }
  .body-text-box blockquote p {
    margin: 0; }
.body-text-box table {
  margin-top: 30px; }
  .body-text-box table thead tr th {
    text-align: center; }
  .body-text-box table tbody tr td {
    text-align: center; }
.body-text-box .accordion .accordion-item .accordion-header .accordion-button:active, .body-text-box .accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.body-text-box .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #5B0009;
  color: #FFFFFF; }
.body-text-box .accordion .accordion-item .accordion-body a {
  font-weight: 700;
  color: #5B0009; }
.body-text-box .accordion .accordion-item .accordion-body blockquote {
  font-size: 16px; }
.body-text-box .accordion .accordion-item .accordion-body img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 18px rgba(28, 28, 28, 0.25), 0 30px 60px rgba(28, 28, 28, 0.25);
  -moz-box-shadow: 0 8px 18px rgba(28, 28, 28, 0.25), 0 30px 60px rgba(28, 28, 28, 0.25);
  box-shadow: 0 8px 18px rgba(28, 28, 28, 0.25), 0 30px 60px rgba(28, 28, 28, 0.25); }
.body-text-box .accordion .accordion-item .accordion-body figcaption {
  padding-top: 30px;
  font-size: 90%; }
.body-text-box .catalog-card {
  height: 100%;
  border: 1px solid #eee;
  overflow: hidden;
  background: #FFFFFF;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }
  .body-text-box .catalog-card:hover {
    -webkit-box-shadow: 0 8px 25px rgba(28, 28, 28, 0.08);
    -moz-box-shadow: 0 8px 25px rgba(28, 28, 28, 0.08);
    box-shadow: 0 8px 25px rgba(28, 28, 28, 0.08); }
  .body-text-box .catalog-card .catalog-image {
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 10px; }
    .body-text-box .catalog-card .catalog-image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .body-text-box .catalog-card .catalog-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 220px); }
    .body-text-box .catalog-card .catalog-body .catalog-title {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 10px; }
    .body-text-box .catalog-card .catalog-body .catalog-desc {
      font-size: 14px;
      font-weight: 300;
      color: #1C1C1C;
      min-height: 40px; }
    .body-text-box .catalog-card .catalog-body .catalog-price {
      font-size: 15px;
      color: #5B0009;
      margin-top: 12px; }
.body-text-box .sound-card {
  border: 0;
  height: 100%;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
  -webkit-box-shadow: 0 8px 24px rgba(28, 28, 28, 0.08);
  -moz-box-shadow: 0 8px 24px rgba(28, 28, 28, 0.08);
  box-shadow: 0 8px 24px rgba(28, 28, 28, 0.08);
  -webkit-transition: transform 0.2s ease, box-shadow 0.2s ease;
  -o-transition: transform 0.2s ease, box-shadow 0.2s ease;
  -moz-transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease; }
  .body-text-box .sound-card:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 12px 28px rgba(28, 28, 28, 0.12);
    -moz-box-shadow: 0 12px 28px rgba(28, 28, 28, 0.12);
    box-shadow: 0 12px 28px rgba(28, 28, 28, 0.12); }
  .body-text-box .sound-card .sound-desc {
    font-size: 1rem;
    color: #1C1C1C;
    min-height: 48px; }
  .body-text-box .sound-card audio {
    width: 100%;
    margin-top: 12px; }

.why-us-list {
  display: flex;
  flex-direction: column;
  gap: 34px; }
  .why-us-list .why-card {
    position: relative;
    display: grid;
    grid-template-columns: 90px 420px 1fr;
    align-items: center;
    gap: 34px;
    padding: 28px;
    border: 1px solid rgba(28, 28, 28, 0.07);
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(10px);
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    border-radius: 28px;
    -webkit-box-shadow: 0 10px 30px rgba(28, 28, 28, 0.04), 0 2px 10px rgba(28, 28, 28, 0.03);
    -moz-box-shadow: 0 10px 30px rgba(28, 28, 28, 0.04), 0 2px 10px rgba(28, 28, 28, 0.03);
    box-shadow: 0 10px 30px rgba(28, 28, 28, 0.04), 0 2px 10px rgba(28, 28, 28, 0.03);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    .why-us-list .why-card:hover {
      border-color: rgba(91, 0, 9, 0.16);
      -webkit-transform: translateY(-4px);
      -moz-transform: translateY(-4px);
      -o-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
      transform: translateY(-4px);
      -webkit-box-shadow: 0 18px 50px rgba(28, 28, 28, 0.09), 0 4px 18px rgba(91, 0, 9, 0.08);
      -moz-box-shadow: 0 18px 50px rgba(28, 28, 28, 0.09), 0 4px 18px rgba(91, 0, 9, 0.08);
      box-shadow: 0 18px 50px rgba(28, 28, 28, 0.09), 0 4px 18px rgba(91, 0, 9, 0.08); }
      .why-us-list .why-card:hover .why-card-image img {
        -webkit-transform: scale(1.06);
        -moz-transform: scale(1.06);
        -o-transform: scale(1.06);
        -ms-transform: scale(1.06);
        transform: scale(1.06); }
    .why-us-list .why-card:after {
      content: "";
      position: absolute;
      inset: 0;
      padding: 1px;
      background: linear-gradient(135deg, rgba(91, 0, 9, 0.16), rgba(255, 255, 255, 0), rgba(91, 0, 9, 0.08));
      -webkit-mask: linear-gradient(#FFFFFF 0 0) content-box, linear-gradient(#FFFFFF 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
      -webkit-border-radius: 28px;
      -moz-border-radius: 28px;
      -ms-border-radius: 28px;
      border-radius: 28px; }
    .why-us-list .why-card .why-card-number {
      position: relative;
      font-size: clamp(34px, 4vw, 56px);
      line-height: 1;
      font-weight: 700;
      color: #1C1C1C;
      letter-spacing: -0.04em;
      text-align: center;
      opacity: .95; }
      .why-us-list .why-card .why-card-number:after {
        content: "";
        position: absolute;
        top: 50%;
        right: -17px;
        width: 1px;
        height: 120px;
        background: linear-gradient(180deg, transparent, rgba(28, 28, 28, 0.12), transparent);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .why-us-list .why-card .why-card-image {
      position: relative;
      height: 280px;
      border-radius: 24px;
      overflow: hidden;
      position: relative;
      -webkit-border-radius: 24px;
      -moz-border-radius: 24px;
      -ms-border-radius: 24px;
      border-radius: 24px;
      -webkit-box-shadow: 0 12px 28px rgba(28, 28, 28, 0.12), 0 3px 10px rgba(28, 28, 28, 0.07);
      -moz-box-shadow: 0 12px 28px rgba(28, 28, 28, 0.12), 0 3px 10px rgba(28, 28, 28, 0.07);
      box-shadow: 0 12px 28px rgba(28, 28, 28, 0.12), 0 3px 10px rgba(28, 28, 28, 0.07); }
      .why-us-list .why-card .why-card-image:before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(28, 28, 28, 0.04) 0%, rgba(28, 28, 28, 0.18) 100%);
        z-index: 1;
        pointer-events: none; }
      .why-us-list .why-card .why-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        -webkit-transform: scale(1.01);
        -moz-transform: scale(1.01);
        -o-transform: scale(1.01);
        -ms-transform: scale(1.01);
        transform: scale(1.01);
        -webkit-transition: transform 0.6s ease;
        -o-transition: transform 0.6s ease;
        -moz-transition: transform 0.6s ease;
        transition: transform 0.6s ease; }
    .why-us-list .why-card .why-card-content h3 {
      margin: 0 0 14px;
      font-weight: 700;
      color: #1C1C1C;
      letter-spacing: -0.02em; }
    .why-us-list .why-card .why-card-content p {
      margin: 0;
      max-width: 760px;
      font-size: 18px;
      color: #1C1C1C; }

.contacts-card {
  height: 100%;
  padding: 32px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(28, 28, 28, 0.06);
  backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 10px 30px rgba(28, 28, 28, 0.05), 0 3px 10px rgba(28, 28, 28, 0.03);
  -moz-box-shadow: 0 10px 30px rgba(28, 28, 28, 0.05), 0 3px 10px rgba(28, 28, 28, 0.03);
  box-shadow: 0 10px 30px rgba(28, 28, 28, 0.05), 0 3px 10px rgba(28, 28, 28, 0.03); }
  .contacts-card .contact-item .contact-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #5b0009 0%, #8b000f 100%);
    color: #FFFFFF;
    font-size: 20px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0 10px 24px rgba(91, 0, 9, 0.18);
    -moz-box-shadow: 0 10px 24px rgba(91, 0, 9, 0.18);
    box-shadow: 0 10px 24px rgba(91, 0, 9, 0.18); }
  .contacts-card .contact-item p, .contacts-card .contact-item a {
    font-size: 17px;
    line-height: 1.7;
    color: #1C1C1C;
    text-decoration: none; }
  .contacts-card .contact-item a:hover {
    color: #5B0009; }
  .contacts-card .download-link svg {
    height: 30px; }

.repair-special-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  margin-bottom: 1rem;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 3px 8px rgba(28, 28, 28, 0.24);
  -moz-box-shadow: 0px 3px 8px rgba(28, 28, 28, 0.24);
  box-shadow: 0px 3px 8px rgba(28, 28, 28, 0.24); }
  .repair-special-link:hover {
    -webkit-box-shadow: 0px 14px 28px rgba(28, 28, 28, 0.25), 0px 10px 10px rgba(28, 28, 28, 0.22);
    -moz-box-shadow: 0px 14px 28px rgba(28, 28, 28, 0.25), 0px 10px 10px rgba(28, 28, 28, 0.22);
    box-shadow: 0px 14px 28px rgba(28, 28, 28, 0.25), 0px 10px 10px rgba(28, 28, 28, 0.22); }
  .repair-special-link img {
    margin-bottom: 2rem;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  .repair-special-link span {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    height: 70px; }

.body-text-box p, .body-text-box li {
  font-size: 115%; }

/*# sourceMappingURL=styles.css.map */
