@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
:root {
  --text-color: #666;
  --h-color: var(--blue-700);
  --white: #fff;
  --accent: #007bff;
  --accent-hover: #005fc5;
  --blue-900: #08254f;
  --blue-800: #1c364f;
  --blue-700: #234161;
  --blue-600: #2f6092;
  --blue-500: #3c7ab8;
  --blue-400: #7695b3;
  --blue-300: #8dacc9;
  --blue-200: #cad7e5;
  --blue-100: #e1f0ff;
  --red-800: #4f1c1c;
  --red-700: #612323;
  --red-600: #922f2f;
  --red-500: #b83c3c;
  --red-400: #b37676;
  --red-300: #da9e9e;
  --red-200: #fdcdd1;
  --red-100: #ffeeee;
  --green-600: #13974e;
  --green-200: #a5e4b3;
  --gray-bl-900: #4b5052;
  --gray-bl-700: #697073;
  --gray-bl-600: #959fa5;
  --gray-bl-400: #b5bec3;
  --gray-bl-200: #dbe2e6;
  --gray-300: #d9d9d9;
  --gray-200: #e9ecef;
  --gray-100: #f6f7f8;
  --yellow-500: #efc416;
  --yellow-400: #f8ea23;
  --bs-input-bg: var(--white);
  --bs-input-border-width: 1px;
  --bs-input-border-color: #ced4da;
  --bs-input-color: #495057;
  --bs-input-pading: 0.375rem 0.75rem;
  --bs-input-border-radius: 0.25rem;
  --bs-input-border-color-focus: var(--accent);
  --gap: 2rem;
  --gap-m: 1rem;
  --padding: 2rem;
  --fz-h1: 1.8rem;
  --fz-h2: 1.65rem;
  --fz-h3: 1.5rem;
  --fz-h4: 1.4rem;
  --fz-h5: 1.2rem;
  --fz-h6: 1.125rem;
  --fz-p: 1rem;
  --fz-s: 0.875rem;
  --fz-vs: 0.75rem;
  --mb-h1: 1.25rem;
  --mb-h2: 1.25rem;
  --mb-h3: 1.125rem;
  --mb-h4: 1rem;
  --mb-h5: 0.875rem;
  --mb-h6: 0.75rem;
  --mb-p: 1rem;
  --arrow: url("/assets/images/icons/dark/arrow.svg");
  --arrow-light: url("/assets/images/icons/light/arrow.svg");
  --br: 6px;
  --card_image-bg: rgba(17, 63, 129, 0.84);
  --card_image-bg-hover: rgba(17, 63, 129, 0.84);
  --header-bg: var(--blue-700);
  --header-bottom-bg: var(--blue-800);
  --header-color: var(--white);
  --body-bg: var(--white);
  --footer-bg: var(--blue-700);
  --footer-color: var(--white);
}

a,
.link {
  --bs-btn-color: var(--accent);
  --bs-btn-hover-color: var(--accent-hover);
  --bs-btn-active-color: var(--accent-hover);
  --bs-btn-disabled-color: #969ea7;
}

.btn-primary {
  --bs-btn-color: var(--white);
  --bs-btn-bg: #007bff;
  --bs-btn-border-color: #007bff;
  --bs-btn-hover-color: var(--white);
  --bs-btn-hover-bg: #0069d9;
  --bs-btn-hover-border-color: #0069d9;
  --bs-btn-active-color: var(--white);
  --bs-btn-active-bg: #005cbf;
  --bs-btn-active-border-color: #005cbf;
  --bs-btn-disabled-color: #969ea7;
  --bs-btn-disabled-bg: #ebebeb;
  --bs-btn-disabled-border-color: #ebebeb;
}

.btn-secondary {
  --bs-btn-color: var(--white);
  --bs-btn-bg: #89abff;
  --bs-btn-border-color: #89abff;
  --bs-btn-hover-color: var(--white);
  --bs-btn-hover-bg: #7a9fff;
  --bs-btn-hover-border-color: #7a9fff;
  --bs-btn-focus-shadow-rgb: 82, 88, 93;
  --bs-btn-active-color: var(--white);
  --bs-btn-active-bg: #5f8cff;
  --bs-btn-active-border-color: #5f8cff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #969ea7;
  --bs-btn-disabled-bg: #ebebeb;
  --bs-btn-disabled-border-color: #ebebeb;
}

.btn-outline-secondary {
  --bs-btn-color: var(--blue-900);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #bdd0ff;
  --bs-btn-hover-color: var(--blue-900);
  --bs-btn-hover-bg: #bdd0ff;
  --bs-btn-hover-border-color: #bdd0ff;
  --bs-btn-focus-shadow-rgb: 173, 214, 255;
  --bs-btn-active-color: var(--blue-900);
  --bs-btn-active-bg: #9cafdd;
  --bs-btn-active-border-color: #9cafdd;
  --bs-btn-disabled-color: #969ea7;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ebebeb;
}

.btn-dark {
  --bs-btn-color: var(--white);
  --bs-btn-bg: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: var(--white);
  --bs-btn-hover-bg: #23272b;
  --bs-btn-hover-border-color: #23272b;
  --bs-btn-focus-shadow-rgb: 82, 88, 93;
  --bs-btn-active-color: var(--white);
  --bs-btn-active-bg: #23272b;
  --bs-btn-active-border-color: #23272b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #969ea7;
  --bs-btn-disabled-bg: #ebebeb;
  --bs-btn-disabled-border-color: #ebebeb;
}

.btn-warning {
  --bs-btn-color: var(--blue-900);
  --bs-btn-bg: #ffd802;
  --bs-btn-border-color: #ffd802;
  --bs-btn-hover-color: var(--blue-900);
  --bs-btn-hover-bg: #ffec80;
  --bs-btn-hover-border-color: #ffec80;
  --bs-btn-focus-shadow-rgb: 82, 88, 93;
  --bs-btn-active-color: var(--blue-900);
  --bs-btn-active-bg: #e0a800;
  --bs-btn-active-border-color: #e0a800;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #969ea7;
  --bs-btn-disabled-bg: #ebebeb;
  --bs-btn-disabled-border-color: #ebebeb;
}

.btn-danger {
  --bs-btn-color: var(--white);
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: var(--white);
  --bs-btn-hover-bg: #c82333;
  --bs-btn-hover-border-color: #c82333;
  --bs-btn-active-color: var(--white);
  --bs-btn-active-bg: #bd2130;
  --bs-btn-active-border-color: #bd2130;
  --bs-btn-disabled-color: #969ea7;
  --bs-btn-disabled-bg: #ebebeb;
  --bs-btn-disabled-border-color: #ebebeb;
}

.btn-success {
  --bs-btn-color: var(--white);
  --bs-btn-bg: #28a745;
  --bs-btn-border-color: #28a745;
  --bs-btn-hover-color: var(--white);
  --bs-btn-hover-bg: #218838;
  --bs-btn-hover-border-color: #218838;
  --bs-btn-active-color: var(--white);
  --bs-btn-active-bg: #1e7e34;
  --bs-btn-active-border-color: #1e7e34;
  --bs-btn-disabled-color: #969ea7;
  --bs-btn-disabled-bg: #ebebeb;
  --bs-btn-disabled-border-color: #ebebeb;
}

.link-white {
  --bs-btn-color: var(--white);
  --bs-btn-hover-color: var(--yellow-400);
  --bs-btn-active-color: var(--yellow-400);
  --bs-btn-disabled-color: #969ea7;
}
.link-white.hover-accent {
  --bs-btn-hover-color: var(--accent);
  --bs-btn-active-color: var(--accent);
}

.fl {
  --fl-item-color-hover: var(--accent);
  --fl-gap-m: var(--gap-m);
  --fl-padding: var(--padding);
  --fl-filter-bg: var(--white);
  --fl-reset-btn-fz: var(--fz-s);
  --fl-reset-btn-bg: var(--gray-100);
  --fl-reset-btn-bg-hover: var(--accent);
  --fl-reset-btn-color: var(--text-color);
  --fl-reset-btn-color-hover: var(--white);
  --fl-close-btn-color: var(--text-color);
  --fl-more-btn-color: var(--blue-600);
  --fl-more-btn-span-color: var(--gray-bl-400);
  --fl-more-btn-color-hover: var(--accent);
  --fl-pr-height: 6px;
  --fl-pr-bg: var(--gray-100);
  --fl-pr-bar-bg: var(--gray-300);
  --fl-pr-border-radius: 0.25rem;
  --fl-pr-bar-transition: width 0.6s ease;
  --fl-pr-thumb-size: 16px;
  --fl-pr-thumb-bg: var(--accent);
  --fl-pr-thumb-border-width: 1px;
  --fl-pr-thumb-border-color: rgba(0, 0, 0, 0.08);
  --fl-pr-thumb-shadow: 0 2px 6px rgba(0, 0, 0, 0);
}

.ic {
  --ic-border-radius: 8px;
  --ic-border-width: 1px;
  --ic-bg: transparent;
  --ic-bg-hover: transparent;
  --ic-border-color: var(--gray-200);
  --ic-border-color-hover: var(--accent);
  --ic-box-shadow: inset 0 0 0 0 var(--accent);
  --ic-box-shadow-hover: inset 0 0 0 0.1rem var(--accent);
  --ic-field-label-color: var(--gray-bl-600);
  --ic-field-value-color: var(--text-color);
  --ic-field-label-fz: var(--fz-vs);
  --ic-field-value-fz: var(--fz-s);
}

.art {
  --art-field-label-color: var(--gray-bl-600);
  --art-field-value-color: var(--text-color);
  --art-field-label-fz: var(--fz-vs);
  --art-field-value-fz: var(--fz-s);
}

.mmb {
  --mmb-color: var(--text-color);
  --mmb-bg: var(--white);
}

.mmb-box {
  --mmb-close-color: var(--text-color);
}

@media (min-width: 768px) {
  :root {
    --fz-h1: 3.125rem;
    --fz-h2: 2.5rem;
    --fz-h3: 1.6rem;
    --fz-h4: 1.44rem;
    --fz-h5: 1.25rem;
    --fz-h6: 1.125rem;
    --fz-p: 1rem;
    --fz-s: 0.875rem;
    --fz-vs: 0.75rem;
    --mb-h1: 1.25rem;
    --mb-h2: 1.25rem;
    --mb-h3: 1.125rem;
    --mb-h4: 1rem;
    --mb-h5: 0.875rem;
    --mb-h6: 0.75rem;
  }
}
@media (min-width: 1900px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 2000px) {
  html {
    font-size: 18px;
  }
}
.disable-scroll {
  overflow: hidden;
}

.pagination {
  flex-direction: row;
}
.pagination li::before {
  content: "";
}
.pagination .page-item.next, .pagination .page-item.prev {
  display: none;
}

.w-fit {
  width: fit-content;
}

.h-fit {
  height: fit-content;
}

@media (max-width: 769px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
  .pagination .page-item.next, .pagination .page-item.prev {
    display: block;
  }
}
.row-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.row-grid > * {
  min-width: 0;
}

.col-grid-1 {
  grid-template-columns: repeat(1, 1fr);
}

.col-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.col-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.col-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.col-grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.col-grid-6 {
  grid-template-columns: repeat(6, 1fr);
}

.col-grid-12 {
  grid-template-columns: repeat(12, 1fr);
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-grid-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .col-grid-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .col-grid-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .col-grid-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .col-grid-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .col-grid-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 768px) {
  .col-grid-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .col-grid-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .col-grid-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .col-grid-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .col-grid-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .col-grid-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 992px) {
  .col-grid-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .col-grid-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .col-grid-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .col-grid-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .col-grid-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .col-grid-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1200px) {
  .col-grid-xl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .col-grid-xl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .col-grid-xl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .col-grid-xl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .col-grid-xl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .col-grid-xl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1500px) {
  .col-grid-xxl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .col-grid-xxl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .col-grid-xxl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .col-grid-xxl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .col-grid-xxl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .col-grid-xxl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .col-grid-xxxl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .col-grid-xxxl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .col-grid-xxxl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .col-grid-xxxl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .col-grid-xxxl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .col-grid-xxxl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
table {
  border-collapse: collapse;
  border: 1px solid #ccc;
}

th,
td {
  border: 1px solid #ccc;
  padding: 1rem;
  vertical-align: top;
  line-height: 1.25;
}

/* price-table */
.price-table,
.answer table {
  margin: 30px 0 0;
}

.price-table tr:nth-child(odd),
.answer tr:nth-child(odd) {
  background: #f2f5f8;
}

.price-table h5 {
  font-size: 1rem;
  font-weight: 600;
}
.price-table ul {
  margin-bottom: 0;
}
.price-table tr td:first-child strong {
  margin: 0 0 0 0px;
}
.price-table tr td:last-child {
  vertical-align: middle;
}
.price-table tr td:last-child strong {
  font-size: 22px;
  color: var(--white);
  text-align: center;
  margin: 0 auto 1rem;
  padding: 13px;
  display: inline-block;
  border-radius: 8px;
  background: var(--red-500);
}
.price-table tr td:last-child span {
  display: block;
}

.price-table tr td:first-child ul,
.answer ul {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .price-table {
    border: 0;
  }
  .price-table tbody {
    border: 0;
  }
  .price-table td,
  .price-table th {
    padding: 1rem;
  }
  .price-table tr {
    display: flex;
    flex-direction: column;
    background: #f2f5f8;
    border: 1px solid var(--gray-bl-200);
    border-radius: 15px;
    margin-bottom: 20px;
  }
  .price-table tr td {
    border: 0;
  }
  .price-table tr td:first-child strong {
    margin: 0;
    background: url(./assets/images/quotes.png) no-repeat 7% 0%;
  }
  .price-table tr td:first-child ul {
    margin-bottom: 0;
  }
  .price-table tr td:last-child span {
    background: #d7e1eb;
    padding: 1rem;
    border-radius: 15px;
  }
  .price-table h5 {
    margin: 0 0 15px 0;
    padding: 0 0 1rem;
    border-bottom: 1px solid var(--gray-bl-200);
    font-size: 15px;
    position: relative;
  }
}
button {
  border: unset;
  background-color: transparent;
}
button:focus {
  outline: none !important;
}

.btns {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.btns .btn {
  width: 100%;
  height: 100%;
}

.btn-dark {
  color: var(--bs-btn-color);
  color: #fff;
  background-color: var(--bs-btn-bg);
  border-color: #343a40;
}
.btn-dark:not(:disabled):hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-dark:not(:disabled):active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-dark:not(:disabled):focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
}
.btn-dark:disabled {
  color: var(--bs-btn-disabled-color);
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: 1;
}

.btn-primary,
.btn-secondary,
.btn-outline-secondary,
.btn-warning,
.btn-danger,
.btn-success {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn-primary:not(:disabled):not(.disabled):hover,
.btn-secondary:not(:disabled):not(.disabled):hover,
.btn-outline-secondary:not(:disabled):not(.disabled):hover,
.btn-warning:not(:disabled):not(.disabled):hover,
.btn-danger:not(:disabled):not(.disabled):hover,
.btn-success:not(:disabled):not(.disabled):hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled):active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-primary:not(:disabled):not(.disabled):focus,
.btn-secondary:not(:disabled):not(.disabled):focus,
.btn-outline-secondary:not(:disabled):not(.disabled):focus,
.btn-warning:not(:disabled):not(.disabled):focus,
.btn-danger:not(:disabled):not(.disabled):focus,
.btn-success:not(:disabled):not(.disabled):focus {
  box-shadow: unset;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: unset;
}
.btn-primary:disabled,
.btn-primary .disabled,
.btn-secondary:disabled,
.btn-secondary .disabled,
.btn-outline-secondary:disabled,
.btn-outline-secondary .disabled,
.btn-warning:disabled,
.btn-warning .disabled,
.btn-danger:disabled,
.btn-danger .disabled,
.btn-success:disabled,
.btn-success .disabled {
  color: var(--bs-btn-disabled-color);
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: 1;
}

.button_cabinet {
  background: #cd1000;
  color: var(--white);
  padding: 10px 0;
  cursor: pointer;
  border: 2px solid transparent;
}

.button_cabinet:hover {
  background: transparent;
  color: #cd1000;
  border: 2px solid #cd1000;
}

.btn,
.link {
  font-weight: 500;
}
.btn svg,
.link svg {
  margin-right: 0.4rem;
}

.btn path,
.link path {
  fill: var(--bs-btn-color);
  transition: fill 0.15s ease-in-out;
}

.btn:not(:disabled):hover path,
.link:not(:disabled):hover path {
  fill: var(--bs-btn-hover-color);
}

.btn:not(:disabled):active path,
.link:not(:disabled):active path {
  fill: var(--bs-btn-active-color);
}

.btn:disabled path,
.link:disabled path {
  fill: var(--bs-btn-disabled-color);
}

a {
  font-weight: 500;
  transition: 0.15s;
}
a:hover {
  color: var(--accent-hover);
  text-decoration: none;
}

.link {
  width: fit-content;
  font-weight: 500;
}
.link:not(:disabled):hover {
  color: var(--bs-btn-hover-color);
  text-decoration: none;
}
.link:not(:disabled):active {
  color: var(--bs-btn-active-color);
}
.link:disabled {
  color: var(--bs-btn-disabled-color);
}
.link.link-white {
  color: var(--bs-btn-color);
}
.link.link-white:not(:disabled):hover {
  color: var(--bs-btn-hover-color);
}
.link.link-white:not(:disabled):active {
  color: var(--bs-btn-active-color);
}
.link.link-white:disabled {
  color: var(--bs-btn-disabled-color);
}

.page-item .page-link {
  min-height: 43px;
  min-width: 43px;
  font-weight: 500;
}
.page-item.active .page-link {
  background-color: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}

@media (min-width: 768px) {
  .btns {
    display: flex;
    gap: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .btns .btn {
    width: fit-content;
    height: fit-content;
  }
}
.input_inner {
  position: relative;
}
.input_inner.inner_p_big input {
  padding-right: 5.5rem;
}
.input_inner input {
  width: 100%;
  padding-right: 3rem;
}
.input_inner span {
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: var(--gray-bl-400);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-label.required::after {
  content: " *";
  color: #dc3545;
  font-weight: 600;
}

.form-check-input {
  margin-top: 0.4rem;
}

.form-check-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.form-control {
  background-color: var(--bs-input-bg);
  border: var(--bs-input-border-width) solid var(--bs-input-border-color);
  padding: var(--bs-input-pading);
  border-radius: var(--bs-input-border-radius);
  color: var(--bs-input-color);
}
.form-control:focus {
  color: var(--bs-input-color);
  background-color: var(--bs-input-bg);
  border-color: var(--bs-input-border-color-focus);
  outline: 0;
  box-shadow: none;
}

.select2-container--default .select2-selection--single,
.form-control:not(textarea) {
  height: calc(1.5em + 0.75rem + 2px);
}

.select2-container--default {
  max-width: 100%;
  height: fit-content;
  border-radius: var(--bs-input-border-radius);
}
.select2-container--default.select2-directory .select2-selection--single .select2-selection__rendered {
  padding-right: 50px;
}
.select2-container--default.select2-directory .dir-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: fit-content;
  right: 40px;
}
.select2-container--default.changed .select2-selection {
  background: #fff3b8 !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::before {
  transform: rotate(180deg);
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: var(--bs-input-border-color-focus);
}
.select2-container--default .select2-selection--multiple {
  min-height: 40px;
  background-color: var(--bs-input-bg);
  border: 1px solid var(--bs-input-border-color);
  border-radius: var(--bs-input-border-radius);
  padding-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  position: relative;
  left: -2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  max-width: calc(100% - 10px);
  margin-left: 12px;
  margin-top: 7px;
  background-color: var(--gray-200);
  border: 1px solid var(--gray-bl-700);
}
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  font-family: inherit;
  margin-top: 10px;
  line-height: normal;
  font-weight: 500;
  margin-left: 10px;
}
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
  font-size: 1rem;
  color: var(--gray-bl-400);
}
.select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  border-color: var(--bs-input-border-color);
}
.select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single:active {
  outline: none;
  border-color: var(--bs-input-border-color-focus);
  box-shadow: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--bs-input-color);
  line-height: normal;
  padding: var(--bs-input-pading);
  padding-right: calc(0.75rem + 20px);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 0.75rem;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: fit-content;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-dropdown {
  border: 1px solid var(--gray-bl-200);
  border-radius: 0 0 8px 8px;
  padding: 4px 0;
  border-top: 0;
  z-index: 2000;
}
.select2-container--default .select2-dropdown.select2-dropdown--above {
  border-radius: 8px 8px 0 0;
  border-top: 1px solid var(--gray-bl-200);
  border-bottom: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 40px;
}
.select2-container--default .select2-results__option--selected {
  background-color: var(--gray-200);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--blue-100);
  color: var(--colorDark);
}
.select2-container--default .select2-selection__arrow {
  background: none;
}
.select2-container--default .select2-selection__arrow::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: var(--arrow);
  background-size: contain;
  background-repeat: no-repeat;
}

#breadcrumbs {
  margin: 0 auto 40px;
}
#breadcrumbs ul {
  margin: 0 auto;
  display: inline-flex;
  column-gap: 0.6rem;
  row-gap: 0.5rem;
  width: 100%;
  flex-direction: row;
}
#breadcrumbs ul li {
  font-size: 14px;
  margin-bottom: 0;
}
#breadcrumbs ul li::before {
  content: "";
}
#breadcrumbs ul li span,
#breadcrumbs ul li a {
  padding-right: 1rem;
  display: block;
  position: relative;
}
#breadcrumbs ul li a:after {
  font: normal normal normal 14px/1 "Font Awesome 7 Free";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#breadcrumbs ul li:first-child a {
  padding: 0 1rem 0 1.5rem;
}
#breadcrumbs ul li:first-child a:before {
  font: normal normal normal 14px/1 "Font Awesome 7 Free";
  content: "\f015";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* Заголовки сторінок */
.page_header {
  margin-bottom: 3rem;
}

.section_header {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--mb-h2);
}
.section_header h2 {
  margin-bottom: 0;
}
.section_header a {
  width: fit-content;
}

.article .meta {
  display: flex;
  column-gap: 1rem;
  row-gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.article .meta .meta_item {
  font-size: var(--fz-p);
  display: flex;
  align-items: center;
}
.article .meta .meta_item .icon {
  width: var(--fz-p);
  margin-right: 0.4rem;
}
.article .figure.article-figure {
  margin-bottom: 1rem;
  width: 100%;
}
.article .figure.article-figure .figure-img {
  border-radius: var(--br);
  width: 100%;
  max-height: 550px;
  display: flex;
  height: 100%;
}
.article .figure.article-figure .figure-img img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--h-color);
}

h1,
.h1 {
  font-size: var(--fz-h1);
  font-weight: 600;
  margin-bottom: var(--mb-h1);
}

h2,
.h2 {
  font-size: var(--fz-h2);
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: var(--mb-h2);
}

h3,
.h3 {
  font-size: var(--fz-h3);
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: var(--mb-h3);
}

h4,
.h4 {
  font-size: var(--fz-h4);
  font-weight: 600;
  margin-bottom: var(--mb-h4);
}

h5,
.h5 {
  font-size: var(--fz-h5);
  margin-bottom: var(--mb-h5);
}

h6,
.h6 {
  font-size: var(--fz-h6);
  margin-bottom: var(--mb-h6);
}

p,
.p {
  font-size: var(--fz-p);
  text-align: left;
  margin-bottom: var(--mb-p);
  font-weight: 500;
}

.figure .figure-img img {
  width: 100%;
}
.figure .figure-container {
  color: var(--gray-bl-600);
}

blockquote {
  position: relative;
  border-left: 4px solid #0d6efd;
  padding: 12px 16px;
  margin: 16px 0;
  background: #f8f9fa;
  color: #495057;
  font-style: italic;
}

dl,
ol,
ul {
  padding-left: 1rem;
}

ul.square {
  list-style: none;
}

ol.gap-3 > li {
  margin-bottom: 1rem;
}

ol.gap-4 > li {
  margin-bottom: 1.5rem;
}

ol > li > ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
ol > li > ul.square {
  padding-left: 0;
}

ol {
  list-style: none;
  counter-reset: item;
  padding-left: 1.8rem;
}

ol > li {
  counter-increment: item;
}
ol > li > ol {
  counter-reset: none;
  list-style: decimal;
}
ol > li > ol > li {
  counter-increment: none;
}
ol > li > ol > li::marker {
  content: normal;
}

ol > li::marker {
  content: counter(item, decimal-leading-zero) ". ";
}

ol.ol-bold {
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
ol.ol-bold li {
  font-weight: 500;
}
ol.ol-bold li::marker {
  content: counter(item, decimal-leading-zero) "  ";
  font-weight: bold;
}

main ul > li::before {
  margin-top: -0.05rem;
  color: var(--gray-bl-400);
}

footer ul,
main ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
footer ul,
main ul {
  list-style: none;
}
footer ul li,
main ul li {
  line-height: normal;
}
footer ul > li ul,
main ul > li ul {
  padding-left: 1rem !important;
  margin-top: 0.5rem;
}
footer ul > li,
main ul > li {
  position: relative;
}
footer ul > li::before,
main ul > li::before {
  opacity: 0.7;
  content: "■";
  left: -1rem;
  position: absolute;
}
footer ul ul > li::before,
main ul ul > li::before {
  content: "●";
  margin-top: 0.05rem;
  color: var(--gray-bl-200);
}
footer ul ul ul > li::before,
main ul ul ul > li::before {
  content: "○";
  margin-top: 0.05rem;
  border-radius: 50%;
  color: var(--gray-bl-200);
}

#sitemap a {
  color: var(--text-color);
}
#sitemap a:active {
  color: var(--accent);
}
#sitemap ul > li > ul {
  margin-top: 0.8rem;
}
#sitemap ul > li {
  font-weight: 500;
}
#sitemap ul ul > li::before {
  opacity: 1;
  color: var(--blue-200);
}
#sitemap > ul {
  display: grid;
  grid-template-columns: 1fr;
}
#sitemap > ul > li {
  font-weight: 600;
}
#sitemap > ul > li::before {
  margin-top: -0.1rem;
  transform: scale(1.2);
  color: var(--accent);
}

.art {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin-top: 2rem;
}
.art .art-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.art .art-body {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-direction: column;
}
.art .art-body .art-fields {
  flex-direction: column;
  display: flex;
  gap: 0.5rem;
}
.art .art-body .art-fields .art-field .art-label {
  margin-bottom: 0.1rem;
  font-weight: 500;
  color: var(--art-field-label-color);
  font-size: var(--art-field-label-fz);
}
.art .art-body .art-fields .art-field .art-value {
  font-weight: 500;
  color: var(--art-field-value-color);
  font-size: var(--art-field-value-fz);
}
.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

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

.list-answers li:not(:last-child) {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .list-answers a.link-list {
    float: right;
    position: relative;
  }
  .list-answers a.link-list:before {
    content: "";
    position: absolute;
    bottom: 45%;
    right: 110%;
    width: 340%;
    height: 20px;
    border: 2px dotted #b2b3b3;
    border-right: 0;
    border-top: 0;
  }
  .list-answers li:not(:last-child) {
    margin-bottom: 4.7rem;
  }
  .list-answers li::marker {
    color: #1069aa;
    font-weight: bold;
  }
  .list-answers li p {
    margin-top: 1rem;
    margin-left: 1rem;
    line-height: normal;
  }
  .list-answers li > strong {
    position: relative;
  }
  .list-answers li > strong:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: -30px;
    border: 2px dotted #b2b3b3;
    border-left: 0;
    border-bottom: 0;
  }
  .list-answers li > strong a {
    color: #1069aa;
  }
  #sitemap > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  #sitemap > ul a:hover {
    color: var(--accent);
  }
  .float-left {
    float: left;
    margin: 0rem 2rem 0rem 0rem;
  }
  .float-right {
    float: left;
    margin: 0rem 0rem 0rem 2rem;
  }
  .figure .figure-img img {
    width: 100%;
    height: 500px;
  }
  .art .art-img {
    max-width: 500px;
    height: 300px;
  }
  .art .art-body {
    flex-direction: row;
  }
  .art .art-body .art-char {
    position: sticky;
    top: 1rem;
    height: calc(100vh - 2rem);
    flex: 0.5;
    overflow-y: auto;
  }
  .art .art-body .art-desc {
    flex: 1.5;
  }
}
@media (min-width: 992px) {
  #sitemap > ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  #sitemap > ul {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1500px) {
  #sitemap > ul {
    grid-template-columns: repeat(6, 1fr);
  }
}
.color-blue-900 {
  color: var(--blue-900);
}

.color-blue-800 {
  color: var(--blue-800);
}

.color-blue-700 {
  color: var(--blue-700);
}

.color-blue-600 {
  color: var(--blue-600);
}

.color-blue-500 {
  color: var(--blue-500);
}

.color-blue-400 {
  color: var(--blue-400);
}

.color-blue-300 {
  color: var(--blue-300);
}

.color-blue-200 {
  color: var(--blue-200);
}

.color-blue-100 {
  color: var(--blue-100);
}

.color-red-800 {
  color: var(--red-800);
}

.color-red-700 {
  color: var(--red-700);
}

.color-red-600 {
  color: var(--red-600);
}

.color-red-500 {
  color: var(--red-500);
}

.color-red-400 {
  color: var(--red-400);
}

.color-red-300 {
  color: var(--red-300);
}

.color-red-200 {
  color: var(--red-200);
}

.color-red-100 {
  color: var(--red-100);
}

.color-accent {
  color: var(--accent);
}

.fill-accent path {
  fill: var(--accent);
}

.bg-gray-300 {
  background-color: var(--gray-300);
}

.bg-gray-200 {
  background-color: var(--gray-200);
}

.bg-gray-100 {
  background-color: var(--gray-100);
}

.color-gray-bl-600 {
  color: var(--gray-bl-600);
}

.color-gray-bl-400 {
  color: var(--gray-bl-400);
}

.label_rectangle {
  border-radius: var(--br);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  width: fit-content;
  height: fit-content;
  padding: 0.3rem 0.5rem;
  background-color: var(--gray-100);
  font-size: var(--fz-s);
}
.label_rectangle.fixed_dimensions {
  height: 40px;
}

.ic {
  border: var(--ic-border-width) solid var(--ic-border-color);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: var(--ic-bg);
  border-radius: var(--ic-border-radius);
  padding: 1.2rem;
  box-shadow: var(--ic-box-shadow);
  transition: 0.3s ease;
  justify-content: space-between;
}
.ic:hover {
  background-color: var(--ic-bg-hover);
  border-color: var(--ic-border-color-hover);
  box-shadow: var(--ic-box-shadow-hover);
  text-decoration: none;
}
.ic .ic-header {
  font-size: var(--fz-h4);
  color: var(--h-color);
}
.ic .ic-description {
  font-size: var(--fz-p);
  color: var(--text-color);
}
.ic .ic-img {
  margin-bottom: 1rem;
}
.ic .ic-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ic .ic-item:not(:last-child) {
  margin-bottom: 1rem;
}
.ic .ic-content {
  width: 100%;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}
.ic .ic-content .ic-field .ic-label {
  margin-bottom: 0.1rem;
  font-weight: 500;
  color: var(--ic-field-label-color);
  font-size: var(--ic-field-label-fz);
}
.ic .ic-content .ic-field .ic-value {
  font-weight: 500;
  color: var(--ic-field-value-color);
  font-size: var(--ic-field-value-fz);
}
.ic .ic-footer {
  align-self: center;
  width: fit-content;
}

.block-expert-users {
  display: flex;
  flex-direction: column;
}

.block-expert-users .block-three {
  display: flex;
  justify-content: space-around;
  margin: 0 0 2rem;
  gap: 2rem;
}

.IC.IC_ICONS {
  position: relative;
}
.IC.IC_ICONS:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 50px;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border-radius: var(--br);
  transition: 0.05s ease all, background-color 0.1s ease;
  outline: solid 2px transparent;
}
.IC.IC_ICONS .IC_body {
  display: flex;
  gap: 1rem;
  align-items: center;
  min-height: 70px;
}
.IC.IC_ICONS .IC_body .IC_img {
  min-width: 52px;
  height: 52px;
  width: 52px;
}
.IC.IC_ICONS .IC_body .IC_header {
  transition: 0.15s;
  color: var(--h-color);
  font-weight: 700;
  font-size: var(--fz-h5);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.IC.IC_ICONS .IC_info {
  color: var(--text-color);
  margin-top: 1rem;
}
.IC.IC_IMAGE_INFO {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.IC.IC_IMAGE_INFO .img {
  overflow: hidden;
  margin-bottom: 1rem;
  position: relative;
}
.IC.IC_IMAGE_INFO .img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.IC.IC_IMAGE_INFO .img,
.IC.IC_IMAGE_INFO .gray_box {
  border-radius: 20px;
}
.IC.IC_IMAGE_INFO .IC_content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.IC.IC_IMAGE_INFO .header_line {
  color: var(--accent);
  font-size: var(--fz-h4);
  font-weight: 600;
  position: relative;
}
.IC.IC_IMAGE_INFO .header_line::before {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30%;
  height: 3px;
  background: #e9ecef;
}
.IC.IC_IMAGE_INFO .gray_box {
  background: var(--gray-200);
  padding: 0.8rem;
}

a.IC.IC_ICONS:active .IC_header {
  color: var(--accent);
}
a.IC.IC_ICONS:active:before {
  content: "";
  position: absolute;
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  z-index: -1;
  transform: translate(-50%, -50%);
  background-color: var(--gray-200);
  border-radius: 10px;
}

.lc-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lc-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lc-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .ic .ic-img {
    height: 100px;
  }
  .ic .ic-img.h-200 {
    height: 200px;
  }
  a.IC.IC_ICONS:before {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: 0.15s ease;
  }
  a.IC.IC_ICONS:hover:before {
    content: "";
    position: absolute;
    width: calc(100% + 2.5rem);
    height: calc(100% + 2.5rem);
    z-index: -1;
    transform: translate(-50%, -50%);
    background-color: var(--gray-200);
    border-radius: 10px;
  }
}
.mmb {
  position: fixed;
  display: flex;
  bottom: calc(20px + env(safe-area-inset-bottom));
  background-color: var(--mmb-bg);
  width: auto;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
  z-index: 999;
  left: 50%;
  padding: 0.5rem;
  transform: translateX(-50%);
  border-radius: 10px;
}
.mmb.active {
  z-index: 997;
}
.mmb .mmb-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 0.9rem;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: var(--mmb-color);
  text-decoration: unset;
  min-width: 70px;
  padding: 0 0.3rem;
  position: relative;
}
.mmb .mmb-item::before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  background-color: transparent;
  border-radius: 50%;
  z-index: -1;
  transition: 0.15s;
}
.mmb .mmb-item:active::before {
  transform: translate(-50%, -50%) scale(2.5);
  background-color: var(--blue-100);
}
.mmb .mmb-item path {
  fill: var(--mmb-color);
}
.mmb .mmb-item.active {
  color: var(--accentColor3);
}
.mmb .mmb-item.active svg path {
  fill: var(--accentColor3);
}
.mmb .mmb-item svg, .mmb .mmb-item.cart-btn > div {
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
}
.mmb .mmb-item.cart-btn {
  position: relative;
}
.mmb .mmb-item.cart-btn .badge {
  position: absolute;
  font-size: 0.5rem;
}

.mmb-box {
  display: flex;
  opacity: 0;
  visibility: hidden;
}
.mmb-box .mmb-close {
  padding: 0;
}
.mmb-box .mmb-close svg {
  width: 32px;
  height: 23px;
  min-height: 32px;
  min-width: 32px;
}
.mmb-box .mmb-close path {
  fill: var(--mmb-close-color);
}
.mmb-box.active {
  display: flex;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .mmb-box {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
  .mmb-close,
  .mmb {
    display: none;
  }
}
.swiper .swiper-slide img {
  width: 100%;
}
.swiper .swiper-button-next:hover .swiper-navigation-icon path,
.swiper .swiper-button-prev:hover .swiper-navigation-icon path {
  fill: var(--accent);
}
.swiper .swiper-button-next .swiper-navigation-icon,
.swiper .swiper-button-prev .swiper-navigation-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
}
.swiper .swiper-button-next .swiper-navigation-icon path,
.swiper .swiper-button-prev .swiper-navigation-icon path {
  transition: 0.15s;
  fill: var(--accent);
  stroke: var(--accent);
  stroke-width: 1;
}

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

html,
body {
  height: 100%;
  color: var(--text-color);
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: #0051a3;
  color: #fff;
}

::selection {
  background-color: #0051a3;
  color: #fff;
}

header {
  --header-item-height: 50px;
  display: flex;
  flex-direction: column;
  background-color: var(--header-bg);
  color: var(--header-color);
  z-index: 998;
}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header ul li {
  position: relative;
}
header #top-header {
  display: none;
}
header #bottom-header .menu {
  display: flex;
  column-gap: 2rem;
  justify-content: space-between;
}
header #bottom-header .menu .logo {
  height: 70px;
  padding: 0.5rem 0rem;
  display: flex;
}
header #bottom-header .menu .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header #bottom-header .menu #menu-left-side .menu-else {
  display: none;
}
header #bottom-header .menu #menu-right-side {
  display: flex;
  align-items: center;
}
header #bottom-header .menu #menu-right-side .link-phone {
  display: none;
}
header #bottom-header .menu #menu-right-side .social-wrapper {
  display: flex;
  gap: 1rem;
}
header #bottom-header .menu #menu-right-side .social-wrapper svg {
  margin-right: 0;
}
header #bottom-header .menu #nav {
  display: flex;
  flex-direction: column;
  position: fixed;
  background-color: var(--white);
  height: 100dvh;
  width: 100vw;
  left: 0;
  padding: 2rem;
  transition: all 0.15s;
  visibility: hidden;
  transform: scale(1.2);
  opacity: 0;
}
header #bottom-header .menu #nav.active {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
  transform: scale(1);
}
header #bottom-header .menu #nav .nav-body {
  display: flex;
  min-height: 0;
  flex-direction: column;
  flex: 1;
}
header #bottom-header .menu #nav .nav-body .logo {
  margin-bottom: 2rem;
}
header #bottom-header .menu #nav .nav-body .submenu {
  position: relative;
  flex-direction: column;
  background: var(--gray-100);
  margin-top: 0;
  min-width: 200px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  height: 0;
  padding: 0rem 1rem;
  border-radius: 10px;
  display: flex;
  gap: 1rem;
  transition: opacity 0.05s, height 0.15s, margin-top 0.15s, padding-top 0.15s, padding-bottom 0.15s;
}
header #bottom-header .menu #nav .nav-body .submenu a.is-active,
header #bottom-header .menu #nav .nav-body .submenu a.is-current {
  color: var(--accent);
  opacity: 1;
}
header #bottom-header .menu #nav .nav-body .submenu a.is-inactive {
  opacity: 0.8;
}
header #bottom-header .menu #nav .nav-body .submenu.show {
  margin-top: 1rem;
  padding: 1rem;
  opacity: 1;
  visibility: visible;
  height: fit-content;
  z-index: 1;
}
header #bottom-header .menu #nav .nav-body .submenu li,
header #bottom-header .menu #nav .nav-body .submenu a {
  font-weight: 500;
}
header #bottom-header .menu #nav .nav-body > .nav-menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-bottom: 6rem;
}
header #bottom-header .menu #nav .nav-body > .nav-menu li,
header #bottom-header .menu #nav .nav-body > .nav-menu li > a {
  color: var(--text-color);
  line-height: normal;
}
header #bottom-header .menu #nav .nav-body > .nav-menu > li {
  display: flex;
  flex-direction: column;
  height: fit-content;
}
header #bottom-header .menu #nav .nav-body > .nav-menu > li > a.is-current {
  text-underline-offset: 0.4rem;
}
header #bottom-header .menu #nav .nav-body > .nav-menu > li > a {
  font-size: var(--fz-p);
  color: var(--h-color);
  font-weight: 600;
}
header #bottom-header .menu #nav .nav-body > .nav-menu > li a.is-active, header #bottom-header .menu #nav .nav-body > .nav-menu > li a.is-current {
  color: var(--accent);
  opacity: 1;
}
header #bottom-header .menu #nav .nav-body > .nav-menu > li a.is-current {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
header #bottom-header .menu #nav .nav-body > .nav-menu > li .submenu .submenu.show {
  margin-top: 0;
}
header #bottom-header .menu #nav .nav-body > .nav-menu > li, header #bottom-header .menu #nav .nav-body > .nav-menu > li > a {
  position: relative;
}
header #bottom-header .menu #nav .nav-body > .nav-menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header #bottom-header .menu #nav .nav-body > .nav-menu li a.show .arrow {
  opacity: 0.5;
  transform: rotate(180deg);
}
header #bottom-header .menu #nav .nav-body > .nav-menu li a .arrow {
  transition: opacity 0.15s;
  background: var(--arrow) center no-repeat;
  background-size: 24px;
  width: var(--fz-h6);
  height: var(--fz-h6);
  min-width: var(--fz-h6);
  margin-left: 0.6rem;
  align-self: flex-start;
}
header #bottom-header .menu #nav .mmb-close {
  width: fit-content;
  height: fit-content;
  padding: 0;
  align-self: center;
  padding: 0.5rem;
  position: fixed;
  bottom: 3.5rem;
  z-index: 2;
}
header #bottom-header .menu #nav .mmb-close::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: var(--body-bg);
}

main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
main > .container {
  min-height: 500px;
  height: 100%;
  flex: 1;
}

footer {
  padding: 2rem 0;
  padding-bottom: 80px;
  flex-shrink: 0;
  background-color: var(--footer-bg);
  color: var(--footer-color);
}
footer .footer-menu > li::before {
  content: "";
}
footer .footer-menu {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  gap: 1.5rem;
}
footer .footer-menu li {
  line-height: normal;
}
footer .footer-menu > li > .footer-menu-text {
  color: var(--blue-200);
  font-size: var(--fz-h6);
  font-weight: 500;
  margin-bottom: 0.5rem;
}
footer .footer-menu > li > .footer-submenu {
  margin-top: 0.5rem;
}
footer .footer-menu .footer-submenu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
footer .footer-menu .footer-submenu > li:first-child {
  margin-top: 0.5rem;
}
footer .footer-menu .footer-menu-item .footer-menu-link {
  color: var(--blue-300);
}
footer .footer-menu .footer-menu-item .footer-menu-link.is-active,
footer .footer-menu .footer-menu-item .footer-menu-link.is-current {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
footer .footer-menu-top {
  margin-bottom: 2rem;
  gap: 0;
}
footer .footer-menu-top .logo {
  max-width: 270px;
  margin-bottom: 1rem;
}
footer .footer-menu-top .footer-menu-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.8rem;
}
footer .footer-menu-top .footer-menu-item a {
  font-size: var(--fz-h5);
}
footer .footer-menu-top .footer-menu-item .social-wrapper {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
}
footer .footer-menu-top .footer-menu-item .social-wrapper svg {
  margin-right: 0;
}

.nav-ensign {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
  align-items: flex-start;
}
.nav-ensign .link:not(:last-child) {
  margin-bottom: 0.5rem;
}
.nav-ensign .ensign::before, .nav-ensign .ensign::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 50%;
}
.nav-ensign .ensign::before {
  background-color: #004bc1;
}
.nav-ensign .ensign::after {
  top: 50%;
  background-color: #f8ea23;
}

.more_collapse {
  border: 2px solid var(--blue-200);
  border-radius: var(--br);
  padding: 0.5rem 1rem;
  margin-top: 0rem;
}
.more_collapse button {
  width: 100%;
  text-align: left;
  padding: 0;
  display: flex;
  font-size: var(--fz-h6);
}
.more_collapse button:focus {
  outline: unset;
  box-shadow: unset;
}
.more_collapse button .arrow {
  transition: opacity 0.15s;
  background: var(--arrow) center no-repeat;
  background-size: 24px;
  margin-top: 0.27rem;
  min-width: var(--fz-h6);
  width: var(--fz-h6);
  height: var(--fz-h6);
  margin-right: 0.6rem;
  align-self: flex-start;
  transform: rotate(0);
}
.more_collapse button[aria-expanded=true] .arrow {
  transform: rotate(180deg);
  opacity: 0.6;
}
.more_collapse .collapse,
.more_collapse .collapsing {
  transition: height 0.15s ease;
}
.more_collapse .collapsing .collapse_body,
.more_collapse .collapse .collapse_body {
  padding: 1rem 0 0 0;
}

.block_items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.site-map {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

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

.modal .modal-dialog .modal-content {
  position: relative;
}
.modal .modal-dialog .modal-content .modal-header {
  align-items: center;
  font-size: 2rem;
  background-color: var(--gray-100);
}
.modal .modal-dialog .modal-content .modal-header .close {
  font-weight: 500;
  font-size: 2rem;
}
.modal .modal-dialog .modal-content .modal-footer {
  width: 100%;
  bottom: 0;
  position: sticky;
  background-color: var(--white);
}

.space {
  height: 2.5rem;
}

.pagination {
  flex-wrap: wrap;
}

.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.section_bg {
  padding: 2rem;
  border-radius: var(--br);
}

.video-frame {
  width: 100%;
  height: 315px;
  margin-bottom: 1.2rem;
}

.img-article {
  width: 100%;
}
.img-article img {
  width: 100%;
}

.justify-items-center {
  justify-items: center;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 3rem;
}

.gx-0 {
  column-gap: 0;
}

.gx-1 {
  column-gap: 0.25rem;
}

.gx-2 {
  column-gap: 0.5rem;
}

.gx-3 {
  column-gap: 1rem;
}

.gx-4 {
  column-gap: 1.5rem;
}

.gx-5 {
  column-gap: 3rem;
}

.gy-0 {
  row-gap: 0;
}

.gy-1 {
  row-gap: 0.25rem;
}

.gy-2 {
  row-gap: 0.5rem;
}

.gy-3 {
  row-gap: 1rem;
}

.gy-4 {
  row-gap: 1.5rem;
}

.gy-5 {
  row-gap: 3rem;
}

@media (min-width: 768px) {
  header.home #bottom-header .menu .logo {
    display: none;
  }
  header.home #bottom-header .menu .nav-body .nav-menu {
    justify-content: center;
  }
  header.home #bottom-header .menu .menu-else .link-phone {
    font-size: var(--fz-h4);
  }
  header.home #bottom-header .menu #nav .nav-body > .nav-menu {
    column-gap: 1.2rem;
  }
  header.home #bottom-header .menu #menu-right-side {
    display: flex;
    min-height: var(--header-item-height);
    justify-content: center;
  }
  header.home #bottom-header .menu #menu-left-side {
    display: none;
  }
  header.home #bottom-header .menu #menu-right-side .link-phone {
    display: block;
  }
  header:not(.home) #bottom-header .menu {
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  header:not(.home) #bottom-header .menu .logo {
    min-width: 180px;
    max-width: 200px;
  }
  header:not(.home) #bottom-header .menu #nav {
    order: 2;
  }
  header:not(.home) #bottom-header .menu #nav .nav-body > .nav-menu > li > .submenu {
    max-height: calc(100vh - 2rem);
  }
  header:not(.home) #bottom-header .menu #menu-right-side {
    order: 1;
    justify-content: end;
  }
  header:not(.home) #bottom-header .menu #menu-right-side .link-phone {
    display: block;
  }
  header #top-header {
    display: block;
    position: relative;
    background: url("/assets/images/header-bg.svg") no-repeat center/cover, var(--header-bg);
  }
  header #top-header .top-header-warapper {
    display: grid;
    gap: 1rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    grid-template-columns: 1fr;
  }
  header #top-header .top-header-warapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("/assets/images/ensign.png") no-repeat left;
    opacity: 0.3;
    width: 300px;
    height: 100%;
  }
  header #top-header .top-header-warapper .top-header-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  header #top-header .top-header-warapper .top-header-center .top-header-name {
    position: relative;
    z-index: 1;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    max-width: 680px;
  }
  header #top-header .top-header-warapper .top-header-right {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  header #top-header .top-header-warapper .top-header-right .top-header-nav {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 1rem;
  }
  header #top-header .top-header-warapper .top-header-right .btn {
    width: max-content;
    height: max-content;
  }
  header #bottom-header {
    min-height: 70px;
    display: flex;
    background-color: var(--header-bottom-bg);
    align-items: center;
  }
  header #bottom-header .menu {
    flex-direction: column;
    justify-content: center;
  }
  header #bottom-header .menu,
  header #bottom-header .menu .menu-else {
    column-gap: 1rem;
  }
  header #bottom-header .menu .menu-else {
    display: flex;
    align-items: center;
  }
  header #bottom-header .menu .menu-else .social-wrapper {
    display: flex;
    gap: 0.8rem;
  }
  header #bottom-header .menu .menu-else .link-phone {
    white-space: nowrap;
    font-weight: 700;
    font-size: var(--fz-p);
    color: var(--white);
  }
  header #bottom-header .menu .menu-else .link-phone:hover {
    color: var(--accent);
  }
  header #bottom-header .menu #menu-left-side {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  header #bottom-header .menu #menu-left-side .menu-else {
    display: flex;
  }
  header #bottom-header .menu #menu-right-side {
    display: flex;
  }
  header #bottom-header .menu #nav {
    height: auto;
    width: auto;
    background-color: transparent;
    padding: 0;
    position: relative;
    opacity: 1;
    transform: unset;
    visibility: visible;
  }
  header #bottom-header .menu #nav .nav-body {
    height: 100%;
  }
  header #bottom-header .menu #nav .nav-body .logo {
    display: none;
  }
  header #bottom-header .menu #nav .nav-body li,
  header #bottom-header .menu #nav .nav-body a {
    line-height: normal;
  }
  header #bottom-header .menu #nav .nav-body > .nav-menu {
    flex-direction: row;
    overflow: unset;
    align-items: center;
    padding-bottom: 0;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 0rem;
  }
  header #bottom-header .menu #nav .nav-body > .nav-menu > li {
    min-height: var(--header-item-height);
    height: auto !important;
  }
  header #bottom-header .menu #nav .nav-body > .nav-menu > li > a {
    height: var(--header-item-height) !important;
    color: var(--white);
    text-transform: uppercase;
  }
  header #bottom-header .menu #nav .nav-body > .nav-menu > li > a .arrow {
    display: none;
  }
  header #bottom-header .menu #nav .nav-body > .nav-menu > li > a a.is-curren, header #bottom-header .menu #nav .nav-body > .nav-menu > li > a.is-active, header #bottom-header .menu #nav .nav-body > .nav-menu > li > a:hover {
    text-underline-offset: 0.4rem !important;
    text-decoration: unset;
    color: var(--accent) !important;
  }
  header #bottom-header .menu #nav .nav-body > .nav-menu > li > .submenu {
    transition: 0.15s;
    position: absolute;
    top: 100%;
    min-width: 360px;
    right: 0;
    background-color: var(--white);
    height: fit-content;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    border-radius: 0 0 10px 10px;
    max-height: calc(85vh - 160px);
    overflow: auto;
  }
  header #bottom-header .menu #nav .nav-body > .nav-menu > li > .submenu > li > ul.submenu.show {
    margin-top: 1rem !important;
  }
  header #bottom-header .menu #nav .nav-body > .nav-menu > li > .submenu > li > a {
    padding-left: 1.2rem;
  }
  header #bottom-header .menu #nav .nav-body > .nav-menu > li > .submenu > li > a::before {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    background-color: var(--blue-200);
    min-width: 0.5rem;
    min-height: 0.5rem;
    align-self: flex-start;
    top: calc(var(--fz-p) / 2 - 0.1rem);
    left: 0;
    position: absolute;
  }
  header #bottom-header .menu #nav .nav-body > .nav-menu > li:hover > .submenu {
    display: flex;
    z-index: 10;
    visibility: visible;
    opacity: 1;
  }
  header #bottom-header .menu #nav .nav-body > .nav-menu > li:hover > .submenu ul.submenu {
    position: relative;
    flex-direction: column;
    background: var(--gray-100);
    margin-top: 0;
    min-width: 200px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    height: 0;
    padding: 0rem 1rem;
    border-radius: 10px;
    display: flex;
    gap: 0.5rem;
    transition: opacity 0.05s, height 0.15s, margin-top 0.15s, padding-top 0.1s, padding-bottom 0.1s;
  }
  header #bottom-header .menu #nav .nav-body > .nav-menu > li:hover > .submenu ul.submenu .menu-link {
    color: transparent;
    transition: 0s;
  }
  header #bottom-header .menu #nav .nav-body > .nav-menu > li:hover > .submenu ul.submenu.show {
    padding: 1rem;
    opacity: 1;
    visibility: visible;
    height: fit-content;
    z-index: 1;
  }
  header #bottom-header .menu #nav .nav-body > .nav-menu > li:hover > .submenu ul.submenu.show .menu-link {
    color: var(--text-color);
  }
  header #bottom-header .menu #nav .nav-body > .nav-menu > li > a.is-active, header #bottom-header .menu #nav .nav-body > .nav-menu > li > a.is-current {
    color: var(--white);
    opacity: 1;
  }
  header #bottom-header .menu #nav .nav-body > .nav-menu > li > a .arrow {
    opacity: 0.5;
    align-self: center;
    background: var(--arrow-light) center no-repeat;
  }
  header #bottom-header .menu #nav .nav-body > .nav-menu li {
    align-items: center;
  }
  header #bottom-header .menu #nav .nav-body > .nav-menu li a.show .arrow {
    opacity: 0.5;
    transform: rotate(180deg);
  }
  header #bottom-header .menu #nav .nav-body > .nav-menu li,
  header #bottom-header .menu #nav .nav-body > .nav-menu li > a {
    height: 100%;
    font-size: var(--fz-p);
  }
  header #bottom-header .menu #nav .nav-body .submenu {
    gap: 0.8rem;
  }
  header #bottom-header .menu #nav .nav-body .submenu .menu-link {
    color: var(--text-color);
  }
  header #bottom-header .menu #nav .nav-body .submenu .menu-link:hover {
    color: var(--accent) !important;
  }
  footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  footer .footer-menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  footer .footer-menu .footer-menu-item .footer-menu-link:hover {
    color: var(--white);
  }
  footer .footer-menu-top .logo {
    margin-bottom: 0rem;
  }
  footer .footer-menu-top .footer-menu-item {
    gap: 0.5rem;
  }
  footer .footer-menu-top .footer-menu-item .social-wrapper {
    margin-top: 0;
  }
  footer .footer-menu-top .footer-menu-item a {
    font-size: var(--fz-p);
  }
  .img-article {
    float: right;
    width: 300px;
    padding: 0 0 30px 30px;
  }
  .w-md-auto {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  footer .footer-menu {
    grid-template-columns: repeat(3, 1fr);
  }
  header #bottom-header .menu #nav .nav-body > ul > li > .submenu {
    left: 0;
    right: unset;
  }
  .video-frame {
    height: 415px;
  }
  .w-lg-auto {
    width: auto !important;
  }
}
@media (min-width: 1200px) {
  footer .footer-menu {
    grid-template-columns: repeat(4, 1fr);
    right: unset;
    left: 0;
  }
  header {
    --header-item-height: 70px;
  }
  header:not(.home) #bottom-header .menu #menu-right-side {
    order: 2;
    flex: 1;
  }
  header #top-header::before {
    content: "";
    position: absolute;
    width: var(--top-header-before-width, 200px);
    height: 100%;
    left: 0;
    top: 0;
    opacity: var(--top-header-before-opacity, 0);
    transition: opacity 0.3s;
    background: url("/assets/images/ensign-big.jpg") no-repeat center/cover;
  }
  header #top-header .top-header-warapper {
    grid-template-columns: 0.5fr 1fr 0.5fr;
  }
  header #top-header .top-header-warapper::after {
    opacity: 1;
  }
  header #top-header .top-header-warapper .top-header-right {
    justify-content: end;
  }
  header #top-header .top-header-warapper .top-header-right .top-header-nav {
    flex-direction: column;
  }
  header #bottom-header .menu {
    justify-content: space-between;
    flex-direction: row;
  }
  .video-frame {
    width: 560px;
    height: 415px;
  }
  .w-xl-auto {
    width: auto !important;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1480px;
  }
  header:not(.home) #bottom-header .menu,
  header:not(.home) #bottom-header .menu .menu-else {
    column-gap: 2rem;
  }
  header:not(.home) #bottom-header .menu #nav .nav-body > .nav-menu {
    column-gap: 1.2rem;
  }
  header:not(.home) #bottom-header .menu #menu-right-side .link-phone {
    font-size: var(--fz-h4);
  }
  footer .footer-menu {
    grid-template-columns: repeat(5, 1fr);
  }
  .video-frame {
    width: 560px;
    height: 315px;
  }
}