<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Segoe UI"), url("../fonts/SegoeUI.woff2") format("woff2"), url("../fonts/SegoeUI.woff") format("woff");
}
@font-face {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Segoe UI Semi-Bold"), url("../fonts/SegoeUI-SemiBold.woff2") format("woff2"), url("../fonts/SegoeUI-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Segoe UI Bold"), url("../fonts/SegoeUI-Bold.woff2") format("woff2"), url("../fonts/SegoeUI-Bold.woff") format("woff");
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 600;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  display: block;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.compensate-for-scrollbar {
  padding-right: 0 !important;
}

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

a,
button {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
  background: none;
  font-weight: inherit;
  font-size: inherit;
}

select {
  background-color: inherit;
}

blockquote {
  margin: 0;
}

button {
  border: none;
  font-family: inherit;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

textarea {
  outline: none;
  border: none;
  resize: none;
}

textarea:focus {
  outline-width: 0;
}

input::-moz-placeholder {
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  border: none;
  outline: none;
}

input,
input::placeholder {
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  border: none;
  outline: none;
}

input::-moz-placeholder {
  color: inherit;
}

input::placeholder {
  color: inherit;
}

picture {
  display: block;
}
picture img {
  width: 100%;
  max-width: 100%;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  margin-block-end: 0;
  margin-block-start: 0;
}

ul li {
  list-style-type: none;
}

ol {
  margin: 0;
  padding: 0;
}

ol li {
  list-style-position: inside;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

*, *::after, *::before {
  padding: 0;
  margin: 0;
}

.header {
  background-color: #fff;
  position: relative;
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .header {
    box-shadow: 0px 5px 5px #f0f0f0;
  }
}
.header__contacts_mobile {
  display: none;
}
@media (max-width: 1200px) {
  .header__contacts_mobile {
    display: flex;
    flex-direction: column;
    padding: 20px 15px 50px;
    gap: 15px;
    width: 100%;
    background-color: #f0f0f0;
  }
  .header__contacts_mobile a.header__phone {
    display: none;
  }
}
.header__contacts_mobile .popup-btn {
  color: #c80018;
}
.header__social-buttons_mobile {
  display: none;
}
@media (max-width: 1200px) {
  .header__social-buttons_mobile {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 1200px) {
  .header__social-buttons_mobile {
    gap: 10px;
  }
}
.header__social-button {
  border-radius: 8px;
  padding: 8px;
  background-color: #166d6d;
  cursor: pointer;
  overflow: hidden;
}
.header__social-button:hover {
  background-color: #026060;
}
.header__social-button picture,
.header__social-button svg {
  width: 27px;
  height: 27px;
  display: block;
}
@media (max-width: 510px) {
  .header__social-button picture,
  .header__social-button svg {
    width: 20px;
    height: 20px;
  }
}
.header__social-button svg.ham {
  transform: scale(2);
}
@media (max-width: 1200px) {
  .header__mobile-row {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 15px;
  }
}
.header__attention {
  padding: 8px 15px;
  background-color: #026060;
  min-height: 50px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.header__attention p {
  color: #fff;
  font-size: 17px;
  text-align: center;
}
@media (max-width: 1200px) {
  .header__attention p {
    font-size: 14px;
  }
}
.header__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .header__row {
    flex-direction: column;
  }
}
.header__row_info {
  padding: 4px 0;
}
.header__row_menu {
  justify-content: flex-start;
  background-color: #166d6d;
}
.header__row_menu .content {
  display: flex;
  width: 100%;
  align-items: center;
}
@media (max-width: 1200px) {
  .header__row_menu .content {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .header__row_menu {
    background-color: #fff;
  }
}
.header__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header__col_phones, .header__col_address {
  gap: 4px;
}
@media (max-width: 1200px) {
  .header__col_phones, .header__col_address {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header__col_phones {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 370px) {
  .header__col_phones .header__phone picture {
    display: none;
  }
}
.header__col_address span {
  cursor: pointer;
  color: #c80018;
  transition: 0.3s;
  text-decoration: underline;
}
.header__col_address span:hover {
  color: #000;
}
.header__col_address div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__col_address div p {
  font-weight: 700;
}
.header__col_buttons {
  padding: 5px 0;
  gap: 8px;
}
@media (max-width: 1200px) {
  .header__col_buttons {
    display: none;
  }
}
.header__phone {
  display: flex;
  gap: 10px;
  align-items: center;
}
.header__phone picture {
  flex-shrink: 0;
  width: 17px;
  height: 17px;
}
.header__phone span {
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .header__phone span {
    font-size: 20px;
  }
}
@media (max-width: 430px) {
  .header__phone span {
    font-size: 15px;
  }
}
.header__address {
  font-weight: 700;
  color: #c80018;
}
.header__sub-row {
  display: flex;
  justify-content: right;
  gap: 20px;
}
@media (max-width: 1200px) {
  .header__sub-row {
    width: 100%;
    gap: 5px;
  }
  .header__sub-row .header__social{
    display: none;
  }
  .header__sub-row .button_red {
    display: none;
  }
}
.header__search {
  display: none;
  gap: 5px;
}
@media (max-width: 1200px) {
  .header__search {
    width: 100%;
  }
  .header__search input[type=search] {
    width: 100%;
  }
  .header__search input[type=submit] {
    padding: 12px 15px;
  }
}
.header__search input {
  padding: 7px 10px;
  border-radius: 27px;
  padding: 5px 10px;
  border-radius: 27px;
  border: 2px solid #166d6d;
}
.header__search input[type=submit] {
  border: none;
  background-color: #d4fbf2;
  color: #259886;
  font-weight: 700;
  cursor: pointer;
}
.header__social-buttons {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1200px) {
  .header__social-buttons {
    display: none;
  }
}
.header__social {
  display: flex;
  gap: 4px;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
}
.header__social picture {
  width: 22px;
  height: 22px;
}
.header__social_wa {
  color: #48a91f;
}
.header__social_tg {
  color: #249eda;
}
.header__spec-buttons {
  display: flex;
  gap: 10px;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .header__spec-buttons {
    margin-left: 0;
  }
}
.header__spec-btn, .header__search-btn_desct {
  padding: 11px 7px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 5px;
  width: 40px;
  height: 40px;
  opacity: 0.6;
  transition: 0.3s;
}
.header__spec-btn:hover, .header__search-btn_desct:hover {
  transition: 0.3s;
  opacity: 1;
}
.header__spec-btn picture img, .header__search-btn_desct picture img {
  filter: invert(1);
}
@media (max-width: 1200px) {
  .header__spec-btn, .header__search-btn_desct {
    filter: brightness(0.1);
    margin-left: 15px;
  }
}
.header__search-btn_desct {
  padding-top: 7px;
}
@media (max-width: 1200px) {
  .header__search-btn_desct {
    display: none;
  }
}
.header__search-btn_desct picture img {
  filter: none;
}
.header_fixed {
  position: fixed;
  animation: header 0.3s;
  top: 0;
  z-index: 100;
}

@keyframes header {
  from {
    top: -200px;
  }
  to {
    top: 0;
  }
}
.header.active {
  overflow: auto;
  max-height: 100vh;
  padding-bottom: 200px;
}
.header.active .menu {
  display: flex;
}
.header.active .header__search {
  display: flex;
}
.header.active .header__row_menu .content {
  display: flex;
}
.header.active .header__col_buttons {
  display: flex;
}

.menu {
  display: flex;
  margin-right: 15px;
}
.menu__sub-open {
  display: none;
}
@media (max-width: 1200px) {
  .menu {
    display: none;
    background-color: #fff;
    margin: 0;
    flex-direction: column;
    width: 100%;
  }
  .menu__sub-open {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 57px;
    width: 57px;
    border-left: solid 1px #f0f0f0;
  }
  .menu__sub-open::after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #0a5555;
    position: absolute;
    top: 50%;
    left: calc(50% - 7px);
  }
  .menu__sub-open::before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background-color: #0a5555;
    position: absolute;
    left: 50%;
    top: calc(50% - 7px);
    transition: 0.3s;
  }
  .menu__sub-open.active::before {
    transform: rotate(90deg);
  }
  .menu li {
    transition: none;
    position: relative;
    padding: 18px;
    font-size: 16px;
    color: #0a5555;
    background-color: #fff;
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
  }
  .menu li.active {
    padding-right: 0;
    padding-bottom: 0;
  }
  .menu li.active &gt; .menu__submenu {
    max-height: 100%;
    margin-top: 18px;
  }
  .menu li::after {
    content: none;
  }
  .menu li::before {
    content: none;
  }
}
@media (min-width: 1200px) {
  .menu li:hover {
    transition: 0.3s;
    background-color: #c80018;
  }
  .menu li:hover &gt; .menu__submenu {
    display: block;
  }
  .menu li &gt; .menu__submenu {
    opacity: 1;
    transition: 0.3s;
  }
}
.menu__element {
  color: #fff;
  font-size: 20px;
  position: relative;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .menu__element a {
    padding: 12px 30px;
    display: block;
  }
}
@media (min-width: 1200px) {
  .menu__element::after {
    content: "";
    display: block;
    width: 4px;
    height: 20px;
    position: absolute;
    background-image: url("../img/icons/dots.svg");
    right: -2px;
    bottom: calc(50% - 10px);
    z-index: 1;
  }
}
.menu__element_sub {
  padding-right: 40px;
}
@media (min-width: 1200px) {
  .menu__element_sub a {
    padding: 12px 30px;
    padding-right: 10px;
    display: block;
    width: 100%;
  }
}
.menu__element_sub::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 15px;
  bottom: calc(50% - 2px);
  transition: 0.3s;
  transform: rotate(-45deg);
}
.menu__element_sub:hover::before {
  transform: rotate(45deg);
}
.menu__submenu {
  display: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: #166d6d;
}
.menu__submenu li {
  font-size: 14px;
  transition: 0.3s;
}
.menu__submenu li.have-sub {
  padding-right: 10px;
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .menu__submenu li.have-sub {
    display: block;
    position: relative;
  }
  .menu__submenu li.have-sub &gt; a {
    font-weight: 700;
  }
}
.menu__submenu li.have-sub::after {
  content: "";
  background: none;
  display: block;
  width: 4px;
  height: 4px;
  position: static;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  transform: rotate(-45deg);
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .menu__submenu li.have-sub::after {
    position: absolute;
    bottom: calc(50% - 2px);
    right: 8px;
  }
}
.menu__submenu li:hover::after {
  transform: rotate(45deg);
}
.menu__submenu_second {
  left: 100%;
  top: 0;
  max-height: 100%;
  overflow: auto;
  height: 100%;
}



@media (max-width: 1200px) {
  .menu__submenu {
    display: block;
    position: static;
    opacity: 1;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: none;
  }

  .menu__submenu_second {
    height: auto;
  }

  .menu__submenu li {
    padding: 18px;
    transition: none;
  }
  .menu__submenu li:last-child {
    border-bottom: none;
  }
}

.text-section {
  background-color: #f8f8f8;
  padding-top: 20px;
  padding-bottom: 80px;
}
.text-section .text-block h1 span,
.text-section .text-block h2 span {
  background-color: #f8f8f8;
}

.text-section.text-block h1 span,
.text-section.text-block h2 span {
  background-color: #f8f8f8;
}

.text-block {
  line-height: 1.4;
  font-size: 21px;
  color: #545454;
}
.text-block .right {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .text-block .right {
    margin: 0;
    float: none;
  }
}
.text-block .left {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .text-block .left {
    float: none;
    margin: 0;
  }
}
.text-block h1,
.text-block h2 {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  color: #000;
  display: flex;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
.text-block h1::after,
.text-block h2::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 6px;
  width: 100%;
  border-top: 2px solid #9e0618;
  border-bottom: 2px solid #9e0618;
  z-index: 0;
}
.text-block h1 span,
.text-block h2 span {
  background-color: #fff;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.text-block h3, .text-block h4, .text-block h5, .text-block h6{
  margin-bottom: 20px;
}
 
.text-block ol {
  margin-top: 15px;
  margin-bottom: 25px;
  padding-left: 15px;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.text-block ol li::marker {
  color: #c80018;
  font-weight: 700;
}
.text-block ul {
  margin-top: 15px;
  margin-bottom: 25px;
  padding-left: 15px;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.text-block ul li::before {
  content: "";
  width: 6px;
  margin-right: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  background-color: #9e0618;
  margin-bottom: 3px;
}
.text-block b {
  font-weight: 700;
}
.text-block p {
  margin-bottom: 36px;
}
@media (max-width: 960px) {
  .text-block {
    font-size: 18px;
  }
}
.text-block p {
  margin-bottom: 18px;
}
.text-block blockquote, .simple-page blockquote{
  display: inline-block;
  padding: 20px;
  padding-left: 35px;
  background-color: #fff;
  margin-bottom: 30px;
  border: 4px outset #3dd9ab;
  border-radius: 10px;
  font-style: italic;
  position: relative;
  border: 4px outset #3dd9ab;
  border-radius: 30px;
}
.text-block blockquote::before {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  background-image: url("../img/icons/info.svg");
  background-size: contain;
  top: 8px;
  left: 12px;
  position: absolute;
  z-index: 1;
}
.text-block a {
  font-weight: 700;
  color: #04a3bb;
  text-decoration: underline;
  transition: 0.3s;
}
.text-block a:hover {
  color: #9e0618;
}
@media (max-width: 600px) {
  .text-block h2 {
    font-size: 28px;
  }
  .text-block h2 span {
    padding: 0 5px;
  }
}

.text-block table {
  display: inline-block;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  border-collapse: collapse;
  margin: 0 auto;
  margin-bottom: 20px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
}

.text-block table th {
  border: none;
  padding: 20px 25px;
  background: linear-gradient(to top, #c80018, #df001a, #9e0618);
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  border-right: 2px solid #fff;
}

.text-block table th:last-child {
  border-right: none;
}

.text-block table tbody td {
  text-align: center;
  border-right: 2px solid #fff;
  padding: 20px;
  font-weight: 400;
  font-size: 14px;
  vertical-align: top;
}

.text-block table tbody tr td:last-child {
  border-right: none;
}

.text-block table tbody tr {
  background: #f3f3f3;
}

.text-block table tbody tr:nth-child(even) {
  background: rgba(37, 152, 134, 0.7);
  color: #fff;
}

.text-block table {
  overflow-x: auto;
  max-width: 100%;
}

.text-block table thead th,
.text-block table tbody td {
  min-width: 243px;
}

.text-block table::-webkit-scrollbar {
  height: 3px;
}

* ::-webkit-scrollbar {
  width: 5px;
  background-color: #f9f9fd;
}

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #c80018;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  background-color: #f9f9fd;
}

.lock {
  overflow: hidden;
  width: calc(100vw - 5px);
}

body {
  font-family: "Segoe UI", sans-serif;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.hamRotate.active {
  transform: rotate(45deg) scale(2) !important;
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham1 .top {
  stroke-dasharray: 40 139;
}

.ham1 .bottom {
  stroke-dasharray: 40 180;
}

.ham1.active .top {
  stroke-dashoffset: -98px;
}

.ham1.active .bottom {
  stroke-dashoffset: -138px;
}

.content {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 12px;
}

.section-offset {
  margin-bottom: 50px;
}

.section-title {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  color: #000;
  display: flex;
  position: relative;
  margin-bottom: 45px;
}
@media (max-width: 760px) {
  .section-title {
    font-size: 28px;
  }
}
.section-title span {
  padding: 0 20px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.section-title::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 6px;
  width: 100%;
  border-top: 2px solid #9e0618;
  border-bottom: 2px solid #9e0618;
  z-index: 0;
}

.button {
  border-radius: 27px;
  padding: 10px 16px;
  cursor: pointer;
}
.button span {
  display: block;
}
.button_red {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  background: linear-gradient(0deg, #c80018 0%, #df001a 50%, #9e0618 100%);
  transition: 0.3s;
}
.button_red:hover {
  background: linear-gradient(0deg, #9e0618 0%, #9e0618);
  box-shadow: #9e0618 0px 1px 5px;
}
.button_green {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  background-image: linear-gradient(to top, #3dd9ab, #07ac7c);
  transition: 0.3s;
}
.button_green:hover {
  background: linear-gradient(#07ac7c, #07ac7c);
  box-shadow: #07ac7c 0px 1px 5px;
}
.button_transparent {
  color: #fff;
  border: solid 1px #fff;
  opacity: 0.8;
  transition: 0.3s;
}
.button_transparent:hover {
  opacity: 1;
  box-shadow: #fff 0px 1px 5px;
}
.button_transparent picture img {
  filter: brightness(100);
}
.button_icon {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 5px 16px;
}
.button_icon picture {
  width: 25px;
  height: 25px;
}
.button_medium {
  padding: 12px 20px;
  font-size: 16px;
  text-align: center;
}
.button_large {
  padding: 20px 24px;
  font-size: 16px;
  text-align: center;
}
.button_fill {
  width: 100%;
}
.button_fill span {
  width: 100%;
}

.nav-btns {
  display: none;
  gap: 50px;
  justify-content: center;
}
@media (max-width: 650px) {
  .nav-btns {
    display: flex;
  }
}

.nav-btn {
  width: 37px;
  height: 37px;
  flex-shrink: 0;
  cursor: pointer;
}
.nav-btn img {
  width: 100%;
  height: 100%;
}

.nav-btn_next {
  transform: rotate(180deg);
}

b {
  font-weight: 700;
}

.footer {
  background-color: #166d6d;
  background-image: url("../img/footer/footer-back.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 800px) {
  .footer {
    background-image: none;
  }
}
.footer .content {
  padding: 50px 15px;
}
.footer__row {
  display: flex;
  gap: 20px;
  row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__row_center {
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 25px;
}
@media (min-width: 1000px) {
  .footer__row_info &gt; * {
    flex: 1;
  }
}
@media (max-width: 850px) {
  .footer__row_info {
    flex-wrap: wrap;
  }
}
@media (max-width: 1000px) {
  .footer__row_info .footer__col_info {
    order: 3;
    flex-basis: 100%;
    max-width: 100%;
  }
  .footer__row_info .footer__col:first-child {
    order: 1;
  }
  .footer__row_info .footer__col:last-child {
    order: 2;
  }
}
.footer__row:first-child {
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .footer__row {
    justify-content: center;
  }
}
.footer__socials p {
  color: #fff;
  margin-bottom: 15px;
}
.footer__social-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.footer__social-button {
  padding: 8px;
  border: solid 1px #fff;
  border-radius: 5px;
}
.footer__social-button svg {
  width: 18px;
  height: 18px;
  display: block;
}
.footer__social-button:hover {
  background-color: #fff;
}
.footer__social-button:hover svg {
  fill: #166d6d;
  stroke: #166d6d;
}
.footer__attention {
  background-color: #0a5555;
  padding: 8px 15px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
}
@media (max-width: 1150px) {
  .footer__attention {
    font-size: 14px;
  }
}
.footer__attention span {
  display: inline-block;
  padding: 3px;
  border-radius: 3px;
  border: solid #fff 1px;
  line-height: 1;
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 300px;
}
.footer__col_info {
  text-align: center;
  max-width: 100%;
}
.footer__col div.footer__item {
  display: flex;
  gap: 7px;
  align-items: center;
}
.footer__col div.footer__item picture {
  width: 20px;
  height: 24px;
}
.footer__col div.footer__item picture img {
  height: 100%;
  width: auto;
}
.footer__col div.footer__item span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.footer__col div.footer__item.footer__pay {
  gap: 5px;
}
.footer__col div.footer__item.footer__pay span {
  padding-top: 15px;
  font-size: 13px;
}
.footer__col div.footer__item.footer__pay picture {
  height: 80px;
  width: 80px;
}
.footer__col div.footer__item.footer__pay picture img {
  filter: none;
}
.footer__col p {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}
.footer__col_links {
  width: 100%;
  max-width: 650px;
}
@media (max-width: 1275px) {
  .footer__col_links {
    max-width: 100%;
    order: 2;
  }
}
.footer__col_buttons {
  align-items: center;
}
@media (max-width: 1275px) {
  .footer__col_buttons {
    order: 1;
  }
}
@media (max-width: 1275px) {
  .footer__col_contacts {
    order: 0;
  }
}
.footer__tel {
  color: #fff;
  display: flex;
  gap: 7px;
  font-size: 24px;
  font-weight: 700;
  align-items: center;
}
.footer picture {
  width: 16px;
  height: 16px;
}
.footer picture img {
  filter: brightness(100);
}
.footer__sub-row {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 600px) {
  .footer__sub-row {
    flex-wrap: wrap;
  }
  .footer__sub-row .footer__sub-col {
    flex-basis: 100%;
    text-align: center;
  }
}
.footer__sub-row_links {
  width: 100%;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
.footer a:not(.button) {
  text-decoration: underline;
  color: #fff;
  transition: 0.3s;
}
.footer a:hover:not(.button) {
  color: #c80018;
  transition: 0.3s;
}
.footer__sub-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}
.footer__spec-btn {
  align-self: center;
  padding: 11px 7px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 5px;
  width: 40px;
  height: 40px;
  opacity: 0.6;
  transition: 0.3s;
}
.footer__spec-btn:hover {
  transition: 0.3s;
  opacity: 1;
}
.footer__spec-btn picture {
  width: 100%;
}
.footer__spec-btn picture img {
  filter: invert(1);
}

.converse__card-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}

.converse__card-wrapper_hidden {
  bottom: -130px;
}

.converse__card {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  background-color: rgba(37, 152, 134, 0.6980392157);
  padding: 16px;
  border-radius: 14px 14px 0 0;
  gap: 12px;
  box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.0705882353);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}

.converse__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  flex: 1;
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 14px;
  transition: 0.3s;
}

.converse__item:hover {
  background-color: transparent;
  transition: 0.3s;
}

.converse__icon {
  width: 54px;
  height: 54px;
  background-color: #17706E;
  display: flex;
  border-radius: 50%;
  padding: 10px;
  transition: 0.3s;
}

.converse__item:hover .converse__icon {
  background-color: #FFF;
}

.converse__icon img {
  filter: brightness(100);
  margin: auto;
  width: 100%;
  height: auto;
}

.converse__item:hover .converse__icon img {
  filter: none;
}

.converse__text {
  margin: 0;
  font-family: "Segoe UI";
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  color: #000;
}

.converse__item:hover .converse__text {
  color: #FFF;
}

.converse__close {
  cursor: pointer;
  position: absolute;
  display: flex;
  width: 30px;
  height: 30px;
  right: -30px;
  top: -27px;
  background-color: #63B1A2;
  border-radius: 50%;
}

.converse__close::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  z-index: 2;
  background-image: url("../img/icons/close-button-x.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.converse__close_hidden {
  background-color: #DF001A;
  padding: 9px;
  transform: 0.3s;
}

.converse__close_hidden::before {
  background-image: url("../img/icons/close-button-arrow.svg");
  height: 18px;
  width: 12px;
}

@media (max-width: 1350px) {
  .converse__close {
    top: -35px;
    right: 10px;
  }
}
@media (max-width: 800px) {
  .converse__card-wrapper_hidden {
    bottom: -85px;
  }
  .converse__card {
    padding: 10px;
  }
  .converse__item {
    padding: 10px;
  }
  .converse__icon {
    width: 44px;
    height: 44px;
  }
  .converse__text {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 500px) {
  .converse__card {
    flex-wrap: wrap;
    gap: 8px;
  }
  .converse__card-wrapper_hidden {
    bottom: -90px;
  }
  .converse__item {
    gap: 8px;
  }
  .converse__icon {
    width: 36px;
    height: 36px;
    padding: 7px;
  }
}
@media (max-width: 400px) {
  .converse__item {
    padding: 8px;
  }
  .converse__text {
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  .converse__item {
    padding: 6px;
  }
  .converse__text {
    font-size: 12px;
  }
}
.intro {
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
}
.intro_service {
  padding-top: 25px;
  margin-bottom: 60px;
}
.intro__breadcrambs {
  margin-bottom: 40px;
}
.intro__breadcrambs ul {
  display: flex;
  flex-wrap: wrap;
}
.intro__breadcrambs ul li a {
  color: #166d6d;
  font-size: 14px;
  transition: 0.3s;
}
.intro__breadcrambs ul li a:hover {
  color: #c80018;
}
.intro__breadcrambs ul li a::after {
  content: "→";
  padding: 0 5px;
  color: #000;
}
.intro__breadcrambs ul li span {
  font-size: 14px;
}

@media(max-width:  750px){
  .intro__breadcrambs ul li span {
    font-size: 16px;
  }

  .intro__breadcrambs ul li a {
    font-size: 16px;
  }
}

.intro &gt; picture {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: -5px;
  left: 0;
  mask-image: url('/netcat_template/template/domains/assets/img/intro/banner-mask.svg');
   mask-repeat: no-repeat;
   mask-size: cover;
   mask-position: 50% 100%;
   filter: blur(3px);
   box-shadow: 0px 5px 5px gray;
}
.intro &gt; picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}
.intro__title {
  text-align: center;
  font-size: 36px;
  line-height: 50px;
  font-weight: 800;
  margin-bottom: 47px;
}
@media (max-width: 995px) {
  .intro__title {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 1.4;
  }
}
.intro__title span {
  display: block;
  text-transform: uppercase;
  color: #9e0618;
}
.intro__title_service span {
  display: inline;
  font-weight: 900;
}
.intro__buttons {
  display: flex;
  gap: 20px;
  margin: 0 auto;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 950px;
}
@media (max-width: 600px) {
  .intro__buttons {
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .intro__buttons {
    gap: 10px;
    margin-bottom: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
  }
  .intro__buttons li {
    flex-basis: 100%;
    width: 100%;
  }
}
.intro__buttons li {
  flex-basis: calc(33% - 13.3333333333px);
  max-width: 300px;
}
@media (max-width: 995px) {
  .intro__buttons li {
    flex-basis: calc(50% - 10px);
  }
}
.intro__button {
  transition: 0.3s;
  cursor: pointer;
  display: block;
  text-align: center;
  border-radius: 60px;
  border: 2px solid #166d6d;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro__button:hover {
  transition: 0.3s;
  background: #166d6d;
  color: #fff;
}
.intro .intro__pluses {
  margin: 0 auto;
  max-width: 940px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.intro__adv{
  text-align: justify;
  font-size: 16px;
}

@media (max-width: 995px) {
  .intro .intro__pluses {
    display: none;
    display: flex;
    flex-direction: column;
    max-width: 600px;
  }
}
.intro .intro__pluses li {
  flex-basis: calc(50% - 10px);
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #404040;
  position: relative;
}
.intro .intro__pluses li::before {
  content: "";
  display: block;
  height: 20px;
  aspect-ratio: 1;
  background: url("../img/icons/check.png") no-repeat;
}
.intro .intro__pluses li .intro__hint {
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  width: 20px;
  height: 20px;
  border: 1px solid gray;
  border-radius: 50%;
}
@media (max-width: 450px) {
  /* .intro .intro__pluses li .intro__hint {
    margin-left: auto;
  } */
}
.intro .intro__pluses li .intro__hint span {
  text-align: center;
  margin: auto;
  width: 100%;
  display: block;
  font-size: 12px;
  color: gray;
}
.intro .intro__pluses li .intro__hint:hover {
  color: #0a58ca;
}
.intro .intro__pluses li .intro__hint:hover p {
  display: block;
  opacity: 1;
}
.intro .intro__pluses li .intro__hint p {
  padding: 10px 20px;
  background-color: #FFF;
  display: none;
  position: absolute;
  opacity: 0;
  color: #404040;
  bottom: 100%;
  left: 30%;
  transition: 0.3s;
}
.intro__bottom-btns {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 660px) {
  .intro__bottom-btns {
    flex-direction: column;
    align-items: center;
  }
}
.intro__bottom-btns .button {
  flex: 1;
  max-width: 300px;
}
@media (max-width: 660px) {
  .intro__bottom-btns .button {
    max-width: 300px;
    width: 100%;
  }
}

.military-stock {
  margin: 50px 0;
}
.military-stock__content {
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  background-color: #166d6d;
  border-radius: 15px;
}
@media (max-width: 960px) {
  .military-stock__content {
    justify-content: center;
  }
}
.military-stock__title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
.military-stock__title::after {
  content: "";
  display: block;
  width: 117px;
  height: 2px;
  background-color: #27C798;
  margin: 0 auto;
  margin-top: 10px;
}
.military-stock__des {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  text-align: center;
}
.military-stock__des span {
  color: #fff;
}
.military-stock picture{
  width: 65px;
  height: 65px;
}

.military-stock picture img{
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 960px) {
  .military-stock picture {
    display: none;
  }
}

.trust {
  background: url("../img/trust/trust-back.webp") 100% 0% no-repeat;
}
@media (max-width: 1320px) {
  .trust {
    background: none;
  }
}
.trust__inner {
  display: flex;
  gap: 30px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 75px;
}
@media (max-width: 760px) {
  .trust__inner {
    flex-direction: column;
    align-items: center;
  }
}
.trust__item {
  display: flex;
  flex: 1;
  flex-direction: column;
  max-width: 400px;
  text-align: center;
}
.trust__item span {
  font-size: 72px;
  font-weight: 800;
  color: #9e0618;
  line-height: 1.1;
}
.trust__item p {
  color: #a7a7a7;
  font-size: 21px;
  font-weight: 600;
}
.trust__video {
  display: flex;
  gap: 20px;
}
@media (max-width: 760px) {
  .trust__video {
    flex-direction: column;
  }
}
.trust__video a {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 460px;
  border-radius: 10px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
  margin: 5px auto;
}
.trust__video a::after {
  width: 66px;
  height: 66px;
  content: "";
  display: block;
  background: url("../img/icons/play-icon.png") no-repeat;
  position: absolute;
  z-index: 1;
  top: calc(50% - 33px);
  left: calc(50% - 33px);
  transition: 0.3s;
}
.trust__video a:hover::after {
  transform: scale(1.2);
}
.trust__video a img {
  width: 100%;
  margin: 0 auto;
  max-width: 460px;
  height: 265px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 950px) {
  .trust__video {
    margin-bottom: 20px;
  }
}
.trust__nav-btns {
  display: none;
  gap: 50px;
  justify-content: center;
}
@media (max-width: 950px) {
  .trust__nav-btns {
    display: flex;
  }
}
.trust__nav-btn {
  width: 37px;
  height: 37px;
  cursor: pointer;
}
.trust__nav-btn img {
  width: 100%;
  height: 100%;
}
.trust__nav-btn_next {
  transform: rotate(180deg);
}

.consult {
  padding-top: 190px;
  padding-bottom: 25px;
  background: url("../img/consult/back3.webp") 50% 0% / cover no-repeat;
}
@media (max-width: 650px) {
  .consult {
    padding: 100px 0;
    background-size: auto 130%;
    background-position: 50% 90%;
  }
  .consult__title {
    font-size: 24px;
  }
  .consult__title span {
    font-size: 37px;
  }
}
.consult__title {
  font-size: 36px;
  color: white;
  text-align: center;
  margin-bottom: 30px;
}
.consult__title span {
  font-size: 48px;
  font-weight: 800;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 760px) {
  .consult__title {
    font-size: 32px;
  }
  .consult__title span {
    font-size: 44px;
  }
}
.consult__form {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-bottom: 15px;
}
@media (max-width: 550px) {
  .consult__form {
    flex-direction: column;
    gap: 10px;
  }
}
.consult__form input {
  border: 1px solid #fff;
  border-radius: 31px;
  text-align: center;
  color: #fff;
  background: transparent;
  font-size: 18px;
  padding: 8px 20px;
}

.consult__form input[type="tel"]{
  text-align: left;
}

.consult__button {
  margin: 0 auto;
  display: block;
}

.our-services__title {
  margin-bottom: 30px;
}
.our-services__tabs {
  display: flex;
  gap: 30px;
}
@media (max-width: 960px) {
  .our-services__tabs {
    flex-direction: column;
    gap: 0;
  }
}
.our-services__tabs-list {
  width: 100%;
  max-width: 420px;
  flex-shrink: 0;
}
@media (max-width: 960px) {
  .our-services__tabs-list {
    display: contents;
  }
}
.our-services__tabs-list li {
  cursor: pointer;
  background: #166d6d;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  padding: 25px 45px;
  max-width: 420px;
  width: 100%;
  border-bottom: 1px solid #115d5d;
}
.our-services__tabs-list li:hover, .our-services__tabs-list li.active {
  background: linear-gradient(to top, #3dd9ab, #07ac7c);
}
.our-services__tabs-list li.active {
  position: relative;
}
.our-services__tabs-list li.active::after {
  content: "";
  position: absolute;
  display: block;
  height: 24px;
  width: 21px;
  background: url("../img/icons/tab-arrow.png") 100% 100%/100% 100% no-repeat;
  top: calc(50% - 12px);
  left: 100%;
}
@media (max-width: 960px) {
  .our-services__tab-content-wrapper {
    display: contents;
  }
  .our-services li {
    color: #07ac7c;
    background: transparent;
    border: 1px solid #07ac7c;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 14px;
    max-width: 100%;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .our-services li {
    margin-bottom: 5px;
  }
  .our-services li.active {
    margin-bottom: 0;
  }
}
@media (max-width: 960px) {
  .our-services li.active, .our-services li:hover {
    color: #fff;
  }
  .our-services li.active::after {
    content: none;
  }
}
.our-services__tab-content {
  display: none;
  overflow: hidden;
}
@media (max-width: 960px) {
  .our-services__tab-content {
    display: block;
    transition: 0.3s;
    max-height: 0;
    padding: 0px 10px;
    background-color: #f8f8f8;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.17);
  }
}
.our-services__tab-content.active {
  display: block;
  padding: 20px 10px;
}
@media (max-width: 960px) {
  .our-services__tab-content.active {
    transition: 0.3s;
  }
}
.our-services__tab-title {
  font-size: 30px;
  margin-bottom: 20px;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.faq__question-wrapper {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq__question-wrapper.active {
  border-color: transparent;
}
.faq__question-wrapper.active .faq__button::after {
  transform: rotate(270deg);
  background-color: rgb(22, 109, 109);
}
.faq__question-wrapper.active .faq__button::before {
  transform: rotate(-180deg);
  background-color: rgb(22, 109, 109);
}
.faq__question {
  font-family: "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 24px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  color: #000;
  margin-bottom: 10px;
}
.faq__button {
  border: 1px solid rgba(22, 109, 109, 0.6);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  position: relative;
}
.faq__button::after {
  content: "";
  width: 2px;
  height: 16px;
  border-radius: 2px;
  background-color: rgb(22, 109, 109);
  overflow: hidden;
  position: absolute;
  top: 8px;
  left: 15px;
  transition: 0.3s;
}
.faq__button::before {
  content: "";
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background-color: rgb(22, 109, 109);
  overflow: hidden;
  position: absolute;
  left: 8px;
  top: 15px;
  transition: 0.3s;
}
.faq__subqestion {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 20px;
  padding-bottom: 12px;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.faq__answer a {
  text-decoration: underline;
  font-weight: 600;
  transition: 0.3s;
}
.faq__answer a:hover {
  color: #404040;
}
.faq__answer-inner {
  padding: 16px 20px;
  border: 2px solid rgb(37, 133, 105);
  border-radius: 15px;
  font-family: Segoe UI;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
}
.faq__answer-inner b {
  font-family: "Segoe UI";
  font-weight: 600;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
}
.faq__answer-inner p {
  margin-bottom: 8px;
}

.faq-page {
  padding-top: 20px;
}
.faq-page__des {
  font-size: 18px;
  color: #545454;
  margin-bottom: 40px;
}
.faq-page__inner {
  display: flex;
  gap: 40px;
}
@media (max-width: 1080px) {
  .faq-page__inner {
    flex-direction: column;
  }
}
.faq-page__tab-btns {
  max-width: 430px;
  flex-shrink: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-weight: 700;
}
@media (max-width: 1080px) {
  .faq-page__tab-btns {
    max-width: 100%;
  }
}
.faq-page__tab-btn {
  padding: 15px 20px;
  color: #000;
  background-color: #fff;
  font-size: 18px;
  box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .faq-page__tab-btn {
    display: none;
    order: 2;
  }
}
.faq-page__tab-btn span {
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
@media (max-width: 1080px) {
  .faq-page__tab-btn span {
    transition: none;
  }
}
.faq-page__tab-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #39D5A8 0%, #186F6F 100%);
  transition: 0.3s;
}
@media (max-width: 1080px) {
  .faq-page__tab-btn::after {
    transition: none;
  }
}
.faq-page__tab-btn.active {
  color: #fff;
}
.faq-page__tab-btn.active::after {
  width: 100%;
}
@media (max-width: 1080px) {
  .faq-page__tab-btn.active {
    display: block;
    order: 1;
    position: relative;
  }
  .faq-page__tab-btn.active::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: calc(50% - 2px);
    transition: 0.3s;
    z-index: 3;
    transform: rotate(45deg);
  }
}
.faq-page__tab-contents {
  width: 100%;
}

.tab-content {
  display: none;
}
.tab-content &gt; *:not(.show) {
  display: none;
}
.tab-content.active {
  display: flex;
}

.tab__show-more-btn {
  display: none;
  font-size: 21px;
  width: 100%;
  margin-top: 20px;
}
.tab__show-more-btn.active {
  display: block;
}

.tab-btns-wrapper.active .tab-btn {
  display: block;
}
.tab-btns-wrapper.active .tab-btn::before {
  top: 22px;
  transform: rotate(225deg);
}

.stocks_page {
  padding-top: 30px;
}
.stocks__inner {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
@media (max-width: 760px) {
  .stocks__inner {
    flex-direction: column;
  }
}
.stocks__card {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 10px;
  padding-bottom: 20px;
  align-items: flex-start;
  border: 2px solid #166d6d;
  border-radius: 20px;
  flex-basis: calc(50% - 13px);
}
@media (max-width: 1060px) {
  .stocks__card {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.stocks__photo {
  padding: 5px;
  flex-basis: calc(50% - 10px);
  margin: 0 auto;
}
.stocks__photo picture {
  border: 2px solid #166d6d;
  border-radius: 20px;
  overflow: hidden;
  max-height: 185px;
}
.stocks__text {
  flex-basis: calc(50% - 10px);
}
.stocks__button {
  display: block;
  margin-top: auto;
}
.stocks__title {
  margin-bottom: 4px;
  color: #9e0618;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.stocks__des {
  color: #166d6d;
  line-height: 1.5;
  font-size: 14px;
}

.advantages__nav-btns {
  display: none;
  gap: 50px;
  justify-content: center;
}
@media (max-width: 650px) {
  .advantages__nav-btns {
    display: flex;
  }
}
.advantages__nav-btn {
  width: 37px;
  height: 37px;
  flex-shrink: 0;
}
.advantages__nav-btn_next {
  transform: rotate(180deg);
}
.advantages__inner {
  padding: 50px 0;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 760px) {
  .advantages__inner {
    padding: 0;
  }
}
@media (max-width: 650px) {
  .advantages__inner {
    flex-wrap: nowrap;
    gap: 0;
    margin-bottom: 20px;
  }
}
.advantages__item {
  flex: 1;
  flex-basis: calc(25% - 12px);
}
@media (max-width: 960px) {
  .advantages__item {
    flex-basis: calc(50% - 8px);
  }
}
@media (max-width: 650px) {
  .advantages__item {
    flex-basis: 100%;
  }
}
.advantages__icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.advantages__icon img {
  width: 100%;
  height: 100%;
}
.advantages__des {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  line-height: 1.3;
  padding: 0 20px;
}

.doctors {
  padding: 40px 0;
  background: url("../img/doctors/back4.png") 100% 100%/100%, #f8f8f8;
}
.doctors__title span {
  background-color: #f8f8f8;
}
.doctors__card {
  display: block;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.17);
  transition: 0.3s;
}
.doctors__card:hover {
  transform: scale(104%) translateY(-2%) !important;
}
.doctors__photo picture {
  aspect-ratio: 1;
  margin: 0 auto;
  max-height: 360px;
}
.doctors__photo picture img {
  width: 100%;
}
.doctors__info {
  padding: 10px;
  padding-top: 12px;
}
.doctors__name {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 9px;
  color: #166d6d;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  text-decoration: underline;
}
.doctors__name:hover {
  color: #27C798;
}
.doctors__spec {
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 600;
  color: #858585;
}
.doctors__inner {
  overflow-x: hidden;
  padding-top: 25px;
}
@media (max-width: 680px) {
  .doctors__inner {
    margin-bottom: 20px;
  }
}
.doctors__inner_page {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.doctors__inner_page .doctors__card {
  flex-basis: calc(25% - 15px);
}
@media (max-width: 960px) {
  .doctors__inner_page .doctors__card {
    flex-basis: calc(33% - 13.3333333333px);
  }
}
@media (max-width: 800px) {
  .doctors__inner_page .doctors__card {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 500px) {
  .doctors__inner_page .doctors__card {
    flex-basis: 100%;
  }
}
@media (min-width: 680px) {
  .doctors__content {
    position: relative;
    max-width: 1420px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
.doctors__button {
  color: #fff;
  font-weight: 600;
  width: 100%;
  padding: 12px 20px;
  background-color: #166d6d;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  border-radius: 0 0 5px 5px;
  transition: 0.3s;
}
.doctors__button:hover {
  background-color: #27C798;
}
.doctors .doctors__nav-btns {
  display: flex;
}
.doctors .doctors__nav-btns .nav-btn_next {
  transform: rotate(180deg);
}
@media (min-width: 680px) {
  .doctors .doctors__nav-btns {
    display: flex;
    width: calc(100% - 20px);
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 10px;
  }
  .doctors .doctors__nav-btns .nav-btn {
    width: 54px;
    height: 54px;
  }
  .doctors .doctors__nav-btns .nav-btn img {
    width: 100%;
    height: 100%;
  }
  .doctors .doctors__nav-btns .nav-btn_next {
    transform: rotate(180deg);
  }
}

.doctor-info {
  padding: 30px 0;
}
.doctor-info_content {
  display: flex;
  gap: 50px;
}
@media (max-width: 980px) {
  .doctor-info_content {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 1110px) {
  .doctor-info_content {
    gap: 20px;
  }
}
.doctor-info__photo {
  height: 100%;
  width: 100%;
  max-width: 400px;
  flex-shrink: 0;
}
@media (max-width: 1110px) {
  .doctor-info__photo {
    max-width: 300px;
  }
}
@media (max-width: 980px) {
  .doctor-info__photo {
    margin: 0 auto;
    order: 1;
  }
}
.doctor-info__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.doctor-info__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 980px) {
  .doctor-info__text {
    display: contents;
  }
}
.doctor-info__name {
  font-weight: 700;
  font-size: 35px;
  color: #000;
  text-align: left;
}
@media (max-width: 980px) {
  .doctor-info__name {
    order: 0;
  }
}
.doctor-info__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 980px) {
  .doctor-info__list {
    order: 2;
  }
}
.doctor-info__list li {
  display: flex;
  gap: 5px;
}
.doctor-info__list li span {
  font-weight: 700;
}
.doctor-info__des {
  line-height: 1.3;
}
@media (max-width: 980px) {
  .doctor-info__des {
    order: 3;
  }
}
.doctor-info__bottom {
  display: flex;
  gap: 25px;
  align-items: flex-end;
}
@media (max-width: 980px) {
  .doctor-info__bottom {
    order: 4;
  }
}
@media (max-width: 660px) {
  .doctor-info__bottom {
    flex-direction: column-reverse;
    gap: 15px;
    align-items: center;
  }
}
.doctor-info__prices-title {
  font-size: 20px;
  font-weight: 700;
}
.doctor-info__new-price {
  color: rgb(200, 0, 24);
  font-size: 30px;
  font-weight: 700;
}
.doctor-info__old-price {
  text-decoration: line-through;
  font-size: 20px;
  font-weight: 700;
  color: rgb(133, 133, 133);
}
@media (max-width: 660px) {
  .doctor-info__button {
    width: 100%;
    max-width: 400px;
  }
}

.doctors-docs .swiper-wrapper {
  margin-bottom: 20px;
}
.doctors-docs .nav-btns {
  display: flex;
}
.doctors-docs__item {
  position: relative;
  display: block;
  overflow: hidden;
}
.doctors-docs__item::after, .doctors-docs__item::before {
  content: "";
  display: block;
  margin: 25px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.6s;
}
.doctors-docs__item::after {
  height: 0;
  width: calc(100% - 50px);
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}
.doctors-docs__item::before {
  width: 0;
  height: calc(100% - 50px);
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.doctors-docs__item img {
  width: 100%;
  height: auto;
}
.doctors-docs__item:hover .doctors-docs__title {
  opacity: 1;
  transform: scale(1.2);
}
.doctors-docs__item:hover::after {
  height: calc(100% - 50px);
}
.doctors-docs__item:hover::before {
  width: calc(100% - 50px);
}
.doctors-docs__title {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20%;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
  opacity: 0;
}

.price {
  padding: 30px 0 80px 0;
  background: url("../img/price/back5.jpg") 50% 50%/100% no-repeat;
}
@media (max-width: 600px) {
  .price {
    padding-bottom: 0;
  }
}
@media (max-width: 1600px) {
  .price {
    background: none;
  }
}
.price__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.price__item {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 20px;
  text-align: center;
  /* flex: 1; */
  flex-basis: calc(25% - 23px);
  min-width: 260px;
}

@media(max-width: 1150px){
  .price__item{
    flex-basis: calc(33% - 16px);
  }
}

.price__item_hit .price__header {
  background: linear-gradient(to top, #c80018, #df001a, #9e0618);
  position: relative;
}
.price__item_hit .price__header::after {
  content: "Хит";
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  top: 10px;
  left: 10px;
}
.price__header {
  padding: 12px;
  color: #fff;
  background-color: #166d6d;
  margin-bottom: 15px;
}
.price__category {
  font-size: 16px;
  margin-bottom: 5px;
}
.price__name {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 800;
}
.price__list {
  text-align: left;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 20px;
  margin-bottom: auto;
}
.price__list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #404040;
  gap: 3px;
}
.price__list li::before {
  content: "";
  display: block;
  height: 20px;
  aspect-ratio: 1;
  background: url("../img/icons/check.png") no-repeat;
}
.price__cost {
  padding-top: 15px;
  border-top: 1px solid #ebebeb;
  margin-bottom: 15px;
}
.price__cost p:first-child {
  font-size: 16px;
  background: url() center no-repeat;
  padding-bottom: 3px;
  font-weight: 700;
  background: url("../img/price/del.png") center no-repeat;
}
.price__cost p:last-child {
  font-size: 30px;
  font-weight: 700;
  color: #9e0618;
  background: none;
}
.price__button {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.prices-page {
  padding-top: 20px;
}
.prices-page__subtitle {
  color: #545454;
  margin-bottom: 30px;
  font-size: 21px;
}
.prices-page .price-table {
  margin-bottom: 30px;
}
.prices-page .price-table:last-child {
  margin-bottom: 0;
}

.galery {
  padding: 30px 0;
}
.galery__content {
  display: flex;
  gap: 30px;
}

@media (max-width: 900px) {
  .price__item {
    flex-basis: calc(50% - 12px);
  }
}

@media (max-width: 575px) {
  .price__item {
    flex-basis: 100%;
  }
}

@media (max-width: 600px) {
  .galery__content {
    flex-direction: column;
    gap: 40px;
  }
}
.galery__column {
  flex-basis: calc(50% - 15px);
  max-width: calc(50% - 15px);
  overflow: hidden;
}
@media (max-width: 600px) {
  .galery__column {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.license__inner {
  margin-bottom: 20px;
  overflow: visible!important;
}

.license .content{
  overflow: hidden;
}

.license__item{
  transition: 0.3s;
}

.license__item:hover{
  transform: translateY(-5px) translateZ(0)!important;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.7);
  transition: 0.3s;
}

.license__item img {
  width: 100%;
  height: auto;
}
.license__nav-btns {
  display: flex;
}

.photos__inner {
  overflow: visible!important;
  margin-bottom: 20px;
}
.photos__item a:first-child {
  display: block;
  margin-bottom: 10px;
}
.photos__item a{
  display: block;
  transition: 0.3s;
}
.photos__item a:hover{
  transform: translateY(-5px) translateZ(0)!important;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.7);
  transition: 0.3s;
}
.photos__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.photos__nav-btns {
  display: flex;
}

.license-page {
  padding-top: 20px;
}
.license-page__inner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.license-page__item {
  display: block;
  flex-basis: calc(25% - 15px);
}
@media (max-width: 950px) {
  .license-page__item {
    flex-basis: calc(33% - 13.3333333333px);
  }
}
@media (max-width: 750px) {
  .license-page__item {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 550px) {
  .license-page__item {
    flex-basis: 100%;
  }
}
.license-page__item img {
  width: 100%;
  height: auto;
}
.license-page__des {
  font-size: 21px;
  line-height: 26px;
  color: #545454;
}

.photos-page {
  padding-top: 20px;
}
.photos-page__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
.photos-page__row {
  display: flex;
  gap: 20px;
}
.photos-page__item {
  display: block;
  flex: 1;
  flex-basis: 100%;
}
.photos-page img {
  width: 100%;
}
@media (max-width: 960px) {
  .photos-page__row:nth-child(odd) {
    flex-wrap: wrap;
  }
  .photos-page__row:nth-child(odd) .photos-page__item {
    flex-basis: calc(33% - 13.3333333333px);
  }
}
@media (max-width: 660px) {
  .photos-page__row {
    flex-wrap: wrap;
  }
  .photos-page__row:nth-child(odd) .photos-page__item {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 450px) {
  .photos-page__row:nth-child(odd) .photos-page__item {
    flex-basis: 100%;
  }
}
.photos-page__des {
  font-size: 21px;
  line-height: 26px;
  color: #545454;
}

.red-form {
  padding-top: 100px;
  background: url("../img/red-form/back4.webp") 50% 0%/cover no-repeat;
}
.red-form__title {
  text-align: center;
  font-size: 36px;
  color: #fff;
  text-align: center;
  padding-bottom: 6px;
  text-transform: uppercase;
}
.red-form__subtitle {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 650px) {
  .red-form {
    background: url("../img/red-form/back4.webp") 50% 50%/auto 130% no-repeat;
  }
}

.popup {
  height: 100vh;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  z-index: 2000;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  background: rgba(0, 8, 84, 0.27);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  display: none;
}

.popup.active {
  display: block;
}

.popup__body {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 15px 20px;
}

.popup.open {
  opacity: 1;
  pointer-events: all;
}

.popup__content {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  scale: 0.3;
  transition: scale 0.4s ease;
  background-color: rgb(243, 246, 251);
  box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.1);
}

.result-wrapper h3{
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}

.result-wrapper p{
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #696969;
  text-align: center;
}

.popup.open .popup__content {
  scale: 1;
}

.close-popup {
  position: absolute;
  top: 4px;
  right: 10px;
  width: 25px;
  cursor: pointer;
  height: 25px;
  transition: 0.3s;
}

@media (hover: hover) {
  .close-popup:hover {
    transform: rotate(180deg);
  }
}
.popup__content form {
  width: 100%;
  max-width: 500px;
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.popup__content input, .popup__content textarea {
  color: #696969;
  width: 100%;
  border-radius: 25px;
  border: 1px solid #e2e2e2;
  padding: 20px 25px;
  text-align: center;
}
.popup__content_city {
  align-items: flex-start;
  max-width: 900px;
}
.popup__content_city .popup__title {
  text-align: left;
  font-weight: 400;
  margin-bottom: 30px;
  padding-left: 15px;
}
.popup__content_city .popup__subtitle {
  padding-left: 15px;
  margin-bottom: 25px;
}
.popup__content_city ul {
  display: flex;
  row-gap: 10px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  flex-wrap: wrap;
}
.popup__content_city ul li {
  transition: 0.3s;
}
.popup__content_city ul li:hover {
  color: #c80018;
}
.popup__content_city ul li a {
  text-decoration: underline;
}
.popup__content_city form {
  max-width: 100%;
  margin-bottom: 20px;
}
.popup__content_city form input {
  text-align: left;
}

input.popup__button {
  color: #fff;
  margin-bottom: 8px;
}

.popup__title {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 5px;
}

.popup__subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #696969;
  margin-bottom: 25px;
  text-align: center;
}

.popup__attention {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #696969;
  text-align: center;
}
.popup__attention a {
  color: #0a5555;
  text-decoration: underline;
  transition: 0.3s;
}
.popup__attention a:hover {
  color: #27C798;
}

.content-table__content {
  padding: 50px;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  background-color: rgba(24, 113, 112, 0.0509803922);
}
@media (max-width: 1080px) {
  .content-table__content {
    padding: 15px;
    flex-direction: column;
    gap: 25px;
    max-width: 700px;
  }
}
.content-table__title {
  color: #000;
  font-size: 28px;
  margin-bottom: 28px;
  font-weight: 700;
}
.content-table__navigation {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.content-table__navigation li {
  display: flex;
  gap: 5px;
  font-size: 21px;
  align-items: center;
}
.content-table__navigation li:hover::before {
  background-color: #c80018;
}
.content-table__navigation li::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #115d5d;
  transition: 0.3s;
}
.content-table__navigation li a {
  color: #115d5d;
  transition: 0.3s;
  text-decoration: underline;
}
.content-table__navigation li a:hover {
  color: #c80018;
}
.content-table__col_authors {
  max-width: 420px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1080px) {
  .content-table__col_authors {
    max-width: 100%;
  }
}
.content-table .author {
  display: block;
  padding: 24px;
  border-radius: 5px;
  background-color: #fff;
}
.content-table .author:hover .author__name {
  color: #0a58ca;
}
.content-table .author__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 10px;
}
.content-table .author__top p {
  font-size: 14px;
  color: #545454;
}
.content-table .author__top p.author__date {
  color: rgba(0, 0, 0, 0.3019607843);
}
.content-table .author__photo {
  width: 80px;
  height: 108px;
  flex-shrink: 0;
}
@media (max-width: 560px) {
  .content-table .author__photo {
    width: 100%;
    height: 100%;
  }
}
.content-table .author__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.content-table .author__inner {
  display: flex;
  gap: 15px;
}
@media (max-width: 560px) {
  .content-table .author__inner {
    flex-direction: column;
  }
}
.content-table .author__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.content-table .author__info a {
  display: block;
}
.content-table .author__spec {
  margin-bottom: auto;
}
.content-table .author__name {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  transition: 0.3s;
}
.content-table .author__spec {
  font-size: 14px;
  color: #545454;
  display: flex;
  align-items: center;
}
.content-table .author__spec::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 20px;
  margin-right: 5px;
  background-image: url("../img/icons/doc-icon.svg");
}

.price-table {
  width: 100%;
  border-collapse: collapse;
}
.price-table thead tr th {
  padding: 20px 25px;
  background-color: #166d6d;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 760px) {
  .price-table thead tr th {
    font-size: 20px;
  }
}
.price-table tbody tr td {
  padding: 7px 15px;
  border-bottom: 2px solid #9e0618;
}
.price-table__name, .price-table__cost {
  font-weight: 700;
  color: #000;
}
.price-table__button {
  display: block;
  max-width: 200px;
  margin-left: auto;
}
@media (max-width: 600px) {
  .price-table tbody {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .price-table tbody tr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px;
    border-bottom: 2px solid #9e0618;
  }
  .price-table tbody tr td {
    border: none;
  }
  .price-table tbody tr td:last-child {
    flex-basis: 100%;
  }
  .price-table__button {
    width: 100%;
    max-width: 100%;
  }
}

.search-more {
  padding: 60px 0;
  background: url("../img/sections/back1_1.jpg");
}

.search-more__title span {
  background-color: transparent;
}
.search-more__title:before {
  width: calc(50% - 125px);
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 6px;
  border-top: 2px solid #9e0618;
  border-bottom: 2px solid #9e0618;
}
.search-more__title::after {
  content: "";
  width: calc(50% - 125px);
  position: absolute;
  top: 50%;
  right: 0;
  height: 6px;
  border-top: 2px solid #9e0618;
  border-bottom: 2px solid #9e0618;
  display: block;
}

.search-more__title_not-found::after{
  width: calc(50% - 200px);
}

.search-more__title_not-found::before{
  width: calc(50% - 200px);
}

.search-more__inner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
}
.search-more__inner li {
  flex-basis: calc(33% - 13.3333333333px);
  text-align: center;
}
@media (max-width: 960px) {
  .search-more__inner li {
    flex-basis: calc(50% - 20px);
  }
}
@media (max-width: 650px) {
  .search-more__inner li {
    flex-basis: 100%;
  }
}
.search-more__inner li a {
  display: block;
  padding: 20px 24px;
  border-radius: 27px;
  background-color: #fff;
  border: solid 2px #166d6d;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s;
}
.search-more__inner li a:hover {
  background-color: #166d6d;
  color: #fff;
}

.reviews__title {
  margin-bottom: 30px;
}
.reviews__inner .swiper-wrapper {
  margin-bottom: 20px;
}
.reviews__item {
  display: flex;
  padding: 20px;
  background-color: rgb(248, 248, 248);
}
.reviews__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 25px;
}
.reviews__mark {
  margin-top: auto;
  margin-bottom: 10px;
  display: flex;
  gap: 3px;
}
.reviews__mark span {
  display: block;
  width: 22px;
  height: 22px;
  background: url("../img/icons/star.svg") no-repeat;
}
.reviews__mark span.dis {
  opacity: 0.4;
}
.reviews__name {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
.reviews__info {
  font-style: italic;
  display: flex;
  gap: 10px;
}
.reviews__age {
  padding-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.reviews-page {
  padding-top: 20px;
}
.reviews-page__des {
  font-size: 21px;
  line-height: 26px;
  color: #545454;
  margin-bottom: 30px;
}
.reviews-page .trust__video {
  margin-bottom: 30px;
}
.reviews-page__inner {
  display: flex;
  gap: 20px;
}
@media (max-width: 1080px) {
  .reviews-page__inner {
    flex-direction: column;
  }
}
.reviews-page__tab-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.reviews-page__item {
  padding: 20px;
  border-radius: 5px;
  background-color: rgb(248, 248, 248);
}
.reviews-page__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
}
.reviews-page__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 430px) {
  .reviews-page__bottom {
    flex-direction: column-reverse;
  }
}
.reviews-page__name {
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000;
  margin-bottom: 5px;
}
.reviews-page__info p {
  font-style: italic;
  display: flex;
  gap: 10px;
}
.reviews-page__info p .city {
  padding-left: 10px;
  border-left: solid 2px black;
}
.reviews-page__info p.reviews-page__name {
  font-style: normal;
}

.articles {
  padding: 30px 0;
}
.articles__tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.articles__tab {
  background-color: rgba(22, 109, 109, 0.6784313725);
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 30px;
  color: #fff;
  transition: 0.3s;
}
.articles__tab:hover {
  background-color: #166d6d;
}
.articles__tab.active {
  background-color: #166d6d;
}
.articles__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@keyframes articles {
  from {
    opacity: 0.8;
    scale: 1.1;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
.articles__card {
  transition: 1s;
  display: none;
  aspect-ratio: 3/1;
  position: relative;
  box-shadow: 0 2px 7px 0 hsla(0, 0%, 4%, 0.05), 3px 27px 54px -34px rgba(0, 0, 0, 0.47);
  flex-basis: calc(50% - 15px);
}
.articles__card:hover {
  transform: scale(1.02);
}
.articles__card.active {
  display: block;
  animation: articles 1s;
}
@media (max-width: 1080px) {
  .articles__card {
    aspect-ratio: 7/4;
  }
}
@media (max-width: 800px) {
  .articles__card {
    flex-basis: 100%;
  }
}
@media (max-width: 500px) {
  .articles__card {
    aspect-ratio: 4/3;
  }
}
.articles__card picture {
  width: 100%;
  height: 100%;
}
.articles__card picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.articles__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: rgba(253, 253, 253, 0.45);
}
.articles__categories {
  display: flex;
  gap: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
}
.articles__categories span {
  display: block;
  padding: 10px;
  border-radius: 30px;
  background-color: rgba(253, 253, 253, 0.45);
}
.articles__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.article-intro {
  position: relative;
  margin-bottom: 30px;
}
.article-intro__banner {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.article-intro__banner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-intro__breadcrambs {
  padding: 20px 0;
  margin-bottom: 0;
  background: rgba(253, 253, 253, 0.65);
}
.article-intro__title {
  text-shadow: #000 0 0 5px;
  font-size: 42px;
  color: #fff;
  text-align: center;
  padding: 80px 0;
}
@media (max-width: 760px) {
  .article-intro__title {
    font-size: 32px;
  }
}

.simple-page {
  padding-top: 20px;
}
.simple-page h1, .simple-page h2, .simple-page h3, .simple-page h4, .simple-page h5, .simple-page h6 {
  margin-bottom: 20px;
}
.simple-page p {
  margin-bottom: 20px;
}
.simple-page ol {
  margin-bottom: 20px;
  padding-left: 10px;
}
.simple-page ol li {
  margin-bottom: 10px;
}
.simple-page ol li ul, .simple-page ol li ol {
  padding-top: 10px;
}
.simple-page ul {
  margin-bottom: 20px;
  padding-left: 10px;
}
.simple-page ul li {
  margin-bottom: 10px;
  list-style-type: circle;
}
.simple-page ul li ul, .simple-page ul li ol {
  padding-top: 10px;
}
.simple-page__images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
.simple-page__images a {
  flex-basis: calc(25% - 15px);
}
.simple-page__images a img {
  width: 100%;
  min-width: 250px;
}
@media (max-width: 1080px) {
  .simple-page__images a {
    flex-basis: calc(33% - 13.3333333333px);
  }
}
@media (max-width: 840px) {
  .simple-page__images a {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 580px) {
  .simple-page__images a {
    flex-basis: 100%;
  }
}
.simple-page__breadcrambs {
  margin-bottom: 0;
}
.simple-page__breadcrambs li {
  list-style-type: none !important;
}

.contacts {
  padding-top: 20px;
}
.contacts__inner {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.contacts__item {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-basis: calc(50% - 15px);
}
@media (max-width: 630px) {
  .contacts__item {
    flex-basis: 100%;
  }
}
.contacts__item_license {
  flex-basis: 100%;
}
.contacts__icon {
  max-width: 30px;
  width: 100%;
  width: auto;
  flex-shrink: 0;
}
.contacts__icon img {
  width: 100%;
  height: auto;
}
.contacts__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}
.contacts__text {
  color: #000;
  font-size: 16px;
}
.contacts__link {
  display: block;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: underline;
  color: #c80018;
  transition: 0.3s;
}
.contacts__link:hover {
  color: #166d6d;
}

#map {
  width: 100%;
  height: 640px;
  overflow: hidden;
}
@media (max-width: 960px) {
  #map {
    height: 480px;
  }
}
@media (max-width: 960px) {
  #map {
    height: 480px;
  }
}
@media (max-width: 560px) {
  #map {
    height: 360px;
  }
}
@media (max-width: 420px) {
  #map {
    height: 240px;
  }
}

.filials{
  padding-top: 30px;
}

.filials__form{
  width: 100%;
  margin-bottom: 20px;
}

.filials__form input{
  width: 100%;
  color: #696969;
  width: 100%;
  border-radius: 25px;
  border: 1px solid #e2e2e2;
  padding: 20px 25px;
}

.filials__inner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.filials__item {
  flex-basis: calc(33% - 13.3333333333px);
  padding: 10px;
  border: solid 2px #000;
}
@media (max-width: 750px) {
  .filials__item {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 500px) {
  .filials__item {
    flex-basis: 100%;
  }
}
.filials__text {
  margin-bottom: 15px;
}
.filials__link {
  color: #0a58ca;
  font-weight: 700;
  text-decoration: underline;
}
.filials__link:hover {
  color: #c80018;
}

.review-form {
  padding-top: 25px;
  background-color: #166d6d;
}
@media (max-width: 1280px) {
  .review-form {
    padding-bottom: 25px;
  }
}
.review-form__content {
  display: flex;
  gap: 20px;
  align-items: center;
}
.review-form__photo {
  flex-shrink: 0;
}
.review-form__title {
  color: #fff;
  font-size: 36px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
.review-form__form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.review-form__form input,
.review-form__form select {
  flex-basis: calc(50% - 5px);
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 31px;
  border: 1px solid #fff;
  background-color: transparent;
}
@media (max-width: 620px) {
  .review-form__form input,
  .review-form__form select {
    flex-basis: 100%;
  }
}
.review-form__form input {
  color: #fff;
}
.review-form__form select {
  color: #fff;
  max-width: 309px;
}
.review-form__form select option {
  color: #000;
}
.review-form__form textarea {
  flex-basis: 100%;
  width: 100%;
  min-height: 150px;
  background-color: transparent;
  max-height: 150px;
  overflow-y: auto;
  padding: 20px 30px;
  border-radius: 31px;
  border: 1px solid #fff;
  font-size: 18px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  resize: none;
}
.review-form__form textarea::-moz-placeholder {
  color: #fff;
}
.review-form__form textarea::placeholder {
  color: #fff;
}
.review-form__bottom {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
}
@media (max-width: 1280px) {
  .review-form__photo {
    display: none;
  }
  .review-form__form select {
    max-width: 100%;
  }
}
@media (max-width: 540px) {
  .review-form__bottom {
    flex-wrap: wrap;
  }
}
.review-form__bottom p {
  color: #fff;
}
@media (max-width: 540px) {
  .review-form__button {
    width: 100%;
    display: block;
  }
}

.rating-area {
  overflow: hidden;
  width: 150px;
  flex-shrink: 0;
  margin-right: auto;
}

.rating-area:not(:checked) &gt; input {
  display: none;
}

.rating-area:not(:checked) &gt; label {
  float: right;
  width: 30px;
  padding: 0;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  color: lightgrey;
}

.rating-area:not(:checked) &gt; label:before {
  content: "★";
}

.rating-area &gt; input:checked ~ label {
  color: #FEB700;
}

.rating-area:not(:checked) &gt; label:hover,
.rating-area:not(:checked) &gt; label:hover ~ label {
  color: #FEB700;
  text-shadow: #FEB700 0px 0px 10px;
  transition: 0.3s;
}

.rating-area &gt; input:checked + label:hover,
.rating-area &gt; input:checked + label:hover ~ label,
.rating-area &gt; input:checked ~ label:hover,
.rating-area &gt; input:checked ~ label:hover ~ label,
.rating-area &gt; label:hover ~ input:checked ~ label {
  color: #FEB700;
  text-shadow: #FEB700 0px 0px 10px;
}

.rate-area &gt; label:active {
  position: relative;
}

@media (max-width: 1400px) {
  .reviews-add__picture {
    display: none;
  }
  .reviews-add__picture img {
    display: none;
  }
  .reviews-add {
    padding: 40px 0;
  }
  .reviews-add__form {
    padding-bottom: 0;
  }
  .reviews-add__title {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .rating-area {
    width: 200px;
  }
  .rating-area:not(:checked) &gt; label {
    width: 40px;
    font-size: 40px;
  }
}
html {
  scroll-behavior: smooth;
}

#myBtn {
  pointer-events: none;
  position: fixed;
  bottom: 160px;
  left: -70px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  width: 60px;
  height: 60px;
  padding: 5px;
  transition: 0.3s;
}
#myBtn.active {
  pointer-events: all;
  left: 30px;
}
@media (max-width: 1300px) {
  #myBtn.active {
    left: 5px;
  }
}
@media (max-width: 930px) {
  #myBtn.active {
    left: 5px;
    bottom: 180px;
  }
}
@media (max-width: 800px) {
  #myBtn.active {
    left: 5px;
    bottom: 150px;
  }
}

#myBtn.is-visible {
  pointer-events: all;
  left: 30px;
}

/* /GO TO TOP BUTTON */
.not-found {
  padding-top: 30px;
}
.not-found__pic {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.not-found__title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  display: block;
  color: #000;
  margin-bottom: 15px;
}
.not-found__subtitle {
  color: #545454;
  font-size: 16px;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
.not-found__subtitle a {
  font-weight: 700;
  text-decoration: underline;
  transition: 0.3s;
}
.not-found__subtitle a:hover {
  color: #c80018;
}
.not-found__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 960px) {
  .not-found__row {
    padding: 0 20px;
  }
}
@media (max-width: 960px) {
  .not-found__col {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 650px) {
  .not-found__col {
    flex-basis: 100%;
  }
}
.not-found__col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.not-found__col ul li a {
  font-weight: 600;
  color: #166d6d;
  transition: 0.3s;
}
.not-found__col ul li a:hover {
  color: #c80018;
}
.not-found__col-title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
}
.not-found__buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
}
@media (max-width: 540px) {
  .not-found__buttons {
    flex-direction: column;
  }
}
.not-found__button {
  display: block;
}

.search{
  padding-top: 30px;
}

.search__form{
  align-items: center;
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

.search__form input:not(.button){
  width: 100%;
  color: #696969;
  width: 100%;
  border-radius: 25px;
  border: 1px solid #e2e2e2;
  padding: 20px 25px;
}

.search__button{
  min-width: 200px;
}

.search__link{
  display: inline-block;
  text-align: left;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
}

.text-block p.search__des{
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e2e2e2;
}</pre></body></html>