@charset "UTF-8";
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    local("Manrope"),
    url("../fonts/Manrope-Regular.woff2") format("woff2"),
    url("../fonts/Manrope-Regular.woff") format("woff");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src:
    local("Manrope"),
    url("../fonts/Manrope-Medium.woff2") format("woff2"),
    url("../fonts/Manrope-Medium.woff") format("woff");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src:
    local("Manrope"),
    url("../fonts/Manrope-Semibold.woff2") format("woff2"),
    url("../fonts/Manrope-Semibold.woff") format("woff");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
    local("Manrope"),
    url("../fonts/Manrope-Bold.woff2") format("woff2"),
    url("../fonts/Manrope-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;
}

html.lock {
  overflow: hidden;
}
html.burger-lock {
  overflow: hidden;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  background-color: #ffffff;
  color: #3c3238;
  font-family: "Manrope", sans-serif;
}
body.burger-lock {
  overflow: hidden;
}
body::before {
  display: block;
  content: "";
  position: fixed;
  inset: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7490196078);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s linear;
}
body.menu-lock {
  overflow-y: hidden;
  overflow-x: auto;
}
body.menu-lock::before {
  pointer-events: all;
  opacity: 1;
}
body.menu-lock > header {
  max-height: 100vh;
  overflow-y: auto;
}

blockquote {
  background-color: rgba(240, 240, 240, 0.3764705882);
  border-radius: 10px;
  padding: 40px;
  font-size: 30px;
  margin: 50px 0;
  font-weight: 500;
  text-align: center;
}

a,
button {
  transition:
    color 0.25s linear,
    border-color 0.25s linear,
    background-color 0.25s linear;
}

.bg-grey {
  background-color: rgba(240, 240, 240, 0.3764705882);
}

.rating {
  display: flex;
  gap: 3px;
}

.rating span {
  background: url(../img/icons/star-unactive.svg) 50% no-repeat;
  background-size: cover;
  display: block;
  flex-shrink: 0;
  height: 16px;
  width: 15px;
}

.rating span.active {
  background: url(../img/icons/star-active.svg) 50% no-repeat;
  background-size: cover;
}

.container {
  width: 100%;
  max-width: 1520px;
  padding: 0 10px;
  margin: 0 auto;
}

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

.section-pt {
  padding-top: 100px;
}

.section-pb {
  padding-bottom: 100px;
}

.section-title {
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px !important;
}
.section-title span {
  color: #b7141b;
}
.section-title::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background-color: #b7141b;
  left: 0;
  bottom: 0;
  border-radius: 3px;
}

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

.standart-btn {
  padding: 20px 42px;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.standart-btn--small {
  padding: 10px 40px;
}

.primary-btn {
  color: #fff;
  background-color: #b7141b;
  border: 1px solid transparent;
}
@media (hover: hover) {
  .primary-btn:hover {
    color: #b7141b;
    background-color: transparent;
    border-color: #b7141b;
  }
}

.secondary-btn {
  background-color: transparent;
  color: #b7141b;
  border: 1px solid #b7141b;
}
@media (hover: hover) {
  .secondary-btn:hover {
    color: #fff;
    background-color: #b7141b;
  }
}

.tertiary-btn {
  color: #fff;
  background-color: #b7141b;
}
@media (hover: hover) {
  .tertiary-btn:hover {
    background-color: #e63946;
  }
}

.arrow-btn {
  background-color: transparent;
  border: 1px solid #b7141b;
  color: #b7141b;
  position: relative;
  padding-right: 40px;
}
.arrow-btn:before {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/icons/arrow-circle.svg") center center no-repeat;
  background-size: contain;
  transition: transform 0.25s linear;
}
@media (hover: hover) {
  .arrow-btn:hover {
    color: #fff;
    background-color: #b7141b;
  }
  .arrow-btn:hover:before {
    transform: translateY(-50%) rotate(45deg);
  }
}

.hide-item__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  pointer-events: none;
}

.hide-item__content.active {
  pointer-events: all;
}

.social {
  display: flex;
}

.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  left: 4.3vw;
  bottom: 100px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #b7141b;
  background-color: #b7141b;
  opacity: 0;
  transform: rotate(-90deg);
  transition: opacity 0.7s;
  cursor: pointer;
  transition: background 0.3s linear;
}
.scroll-top svg path {
  transition: all 0.3s linear;
}
.scroll-top:hover {
  background-color: #ffffff;
}
.scroll-top:hover svg path {
  stroke: #b7141b;
}

@keyframes transformItem {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.scale-item {
  scale: 0.6;
  opacity: 0;
  transition:
    scale 0.4s ease,
    opacity 0.3s ease;
}

.rotate-item {
  transform: rotateY(180deg);
  opacity: 0;
  transition:
    transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.3s ease;
}
.rotate-item:nth-child(2n) {
  transition:
    transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.3s ease;
}
.rotate-item:nth-child(3n) {
  transition:
    transform 1.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.3s ease;
}
.rotate-item:nth-child(5n) {
  transition:
    transform 2s cubic-bezier(0.075, 0.82, 0.165, 1),
    opacity 0.3s ease;
}

@keyframes textAnimation {
  0% {
    opacity: 0;
    transform: translateX(-120px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.transform-item {
  opacity: 0;
}

.text-animation {
  opacity: 0;
}

.animation-active.scale-item {
  opacity: 1;
  scale: 1;
}
.animation-active.rotate-item {
  transform: rotateY(0);
  opacity: 1;
}
.animation-active.text-animation {
  opacity: 1;
  animation: textAnimation 0.4s forwards;
}
.animation-active.transform-item {
  opacity: 1;
  animation: transformItem 0.4s forwards;
}
.animation-active.transform-item:nth-child(2n) {
  animation: transformItem 0.6s forwards;
}
.animation-active.transform-item:nth-child(3n) {
  animation: transformItem 0.7s forwards;
}
.animation-active.transform-item:nth-child(5n) {
  animation: transformItem 0.8s forwards;
}
.animation-active.transform-item:nth-child(7n) {
  animation: transformItem 0.9s forwards;
}

.breadcrumbs {
  padding: 20px 0;
}

.breadcrumbs__list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
.breadcrumbs li a {
  color: #3c3238;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (hover: hover) {
  .breadcrumbs li a:hover {
    color: #b7141b;
  }
}

.breadcrumbs li::after {
  content: ">";
  display: block;
  color: #b7141b;
  line-height: 1;
  font-size: 22px;
}

.breadcrumbs li:last-of-type {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3c3238;
}
.breadcrumbs li:last-of-type::after {
  display: none;
}

.swiper-title::before {
  left: 10px;
}

.swiper-container {
  padding: 0;
}

@media (max-width: 1140px) {
  body {
    font-size: 14px;
  }
  .section-title,
  .section-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .section-offset {
    margin-bottom: 80px;
  }
}
.main-page__descr {
  margin-bottom: 0;
}

.header {
  display: contents;
}

.header__bottom {
  background-color: #ffffff;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom: 1px solid #efefef;
}

.header__bottom-container {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.header__nav > ul {
  display: flex;
  gap: 35px;
  align-items: center;
}

.header__link > a {
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
}

.header-top__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.header-top__wrapper {
  display: flex;
  gap: 30px;
}

.header-top__social-item {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background-color: #b7141b;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  transition: all 0.3s linear;
}

@media (hover: hover) {
  .header-top__social-item:hover {
    background-color: #ffffff;
    border-color: #b7141b;
  }
}
.header-top__social-item svg {
  width: 18px;
}

.header-top__social-item svg path {
  transition: all 0.3s linear;
}

@media (hover: hover) {
  .header-top__social-item:hover svg path {
    fill: #b7141b;
  }
}
.header-top__item {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
}

.header-top__social {
  display: flex;
  gap: 15px;
}

.header__city {
  text-decoration: none;
  transition: color 0.3s linear;
}

@media (hover: hover) {
  .header__city:hover {
    color: #b7141b;
  }
}
.header-top__item-picture {
  width: 14px;
}

.header-top__item--strong {
  font-weight: 700;
}

.header__nav {
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
}
.header__nav a:hover {
  color: #b7141b;
}

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

.header__link {
  color: #3c3238;
}
.header__link > a {
  padding: 10px 0;
}

.header__phone {
  font-size: 22px;
  font-weight: 700;
}

.header__sublink {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

@media (min-width: 1309px) {
  .panel-title,
  .header__sublink .hide-item__title {
    display: none;
  }
  .header__sublink,
  .header__subsublink {
    padding: 7.5px 0;
  }
  .header__sublink a,
  .header__subsublink a {
    line-height: 1.4;
    font-size: 16px;
  }
  .header__sublink a:hover,
  .header__subsublink a:hover {
    color: #b7141b;
  }
  .header__sublink button,
  .header__subsublink button {
    pointer-events: none;
    margin-left: auto;
  }
  .header__subnav {
    padding: 10px 20px;
    z-index: 100;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    top: 100%;
    scale: 1.2;
    transition:
      opacity 0.15s linear,
      scale 0.3s linear;
    border-radius: 10px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    background: rgb(255, 255, 255);
  }
  .header__link:hover > button {
    transform: rotate(180deg);
  }
  .header__link:hover .header__subnav {
    pointer-events: all;
    opacity: 1;
    scale: 1;
  }
  .header__sublink:hover > button {
    transform: rotate(180deg);
  }
  .header__sublink:hover .header__subsubnav {
    scale: 1;
    opacity: 1;
    pointer-events: all;
  }
  .header__subsubnav {
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    background: rgb(255, 255, 255);
    transition:
      opacity 0.15s linear,
      scale 0.3s linear;
    position: absolute;
    left: 100%;
    scale: 1.2;
    top: 0;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    max-height: 50vh;
    width: -moz-max-content;
    width: max-content;
  }
  .header__subsubnav::-webkit-scrollbar {
    width: 6px;
  }
  .header__subsubnav::-webkit-scrollbar-thumb {
    background-color: #b7141b;
    border-radius: 10px;
  }
  .header-mobile {
    display: none;
  }
}
.header__subsublink > a {
  display: block;
}

.burger__menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  flex-shrink: 0;
  border: none;
  cursor: pointer;
}
.burger__menu::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 8px;
  width: 26px;
  height: 2px;
  border-radius: 10px;
  background: linear-gradient(
    to right,
    #3c3238 0%,
    #3c3238 45%,
    transparent 45%,
    transparent 50%,
    #3c3238 50%,
    #3c3238 75%,
    transparent 75%
  );
  transition:
    transform 0.3s ease,
    top 0.3s ease,
    background 0.3s ease;
}
.burger__menu span {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #3c3238;
  border-radius: 10px;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.burger__menu::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 8px;
  width: 24px;
  height: 2px;
  border-radius: 10px;
  background: linear-gradient(
    to right,
    #3c3238 0%,
    #3c3238 30%,
    transparent 30%,
    transparent 35%,
    #3c3238 35%,
    #3c3238 80%,
    transparent 80%
  );
  transition:
    transform 0.3s ease,
    bottom 0.3s ease,
    background 0.3s ease;
}
.burger__menu.active::before {
  top: 15px;
  transform: rotate(45deg);
  background: #3c3238;
  width: 20px;
}
.burger__menu.active span {
  opacity: 0;
}
.burger__menu.active::after {
  bottom: 15px;
  transform: rotate(-45deg);
  background: #3c3238;
  width: 20px;
}

.header__link_sumbenu {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
}
.header__link_sumbenu:last-child .header__subsubnav,
.header__link_sumbenu:nth-last-child(2) .header__subsubnav,
.header__link_sumbenu:nth-last-child(3) .header__subsubnav {
  left: auto;
  right: 100%;
}

.header-top {
  background-color: #ffffff;
  padding: 10px 0;
  transition:
    height 0.4s linear,
    padding 0.4s linear;
  overflow: hidden;
}

.header-top.hide {
  padding: 0;
}

.header__link > a:hover {
  color: #b7141b;
}

.header__service-btn {
  display: flex;
  gap: 5px;
  align-items: center;
  background-color: #b7141b;
  border: 1px solid #b7141b;
  color: #ffffff;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 10px;
}

.header__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.header__btn {
  padding: 10px 40px;
  line-height: 1.4;
  height: auto;
  font-size: 18px;
}

.header__sticky {
  border-bottom: 1px solid #efefef;
}

@media (hover: hover) {
  .header__phone:hover {
    color: #b7141b;
  }
}
.header__bottom-wrapper {
  position: relative;
  padding: 17px 0;
  background-color: #ffffff;
}

.header__wrapper {
  display: contents;
}

.header__mobile {
  display: none;
}

@media (max-width: 1140px) {
  .header__logo-wrap {
    display: none;
  }
  .header__nav > ul {
    gap: 15px;
  }
}
.header__sticky {
  display: contents;
}

@media (max-width: 1620px) {
  .header {
    font-size: 14px;
  }
  .header__nav {
    gap: 10px;
  }
  .header__phone {
    font-size: 18px;
  }
}
.header__mobile-bottom {
  font-size: 12px;
}

@media (max-width: 1310px) {
  .header__sticky {
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background-color: #ffffff;
  }
  .header__bottom {
    order: 1;
    border-bottom: none;
  }
  .header__search {
    order: 2;
    background-color: #ffffff;
  }
  .header__info {
    order: 3;
    background-color: #ffffff;
  }
  .header__hide {
    display: none;
  }
  .header__bottom {
    background-color: #ffffff;
  }
  .header__bottom-container {
    flex-direction: column;
    padding: 20px 0;
    align-items: start;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }
  .header__btn.standart-btn {
    padding: 10px 40px;
  }
  .header__mobile-bottom {
    border-top: 1px solid #efefef;
    padding: 20px 0;
  }
  .header__mobile__container {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
  }
  .header__bottom-wrapper {
    padding: 10px;
  }
  .header__actions {
    display: none;
  }
  .header__bottom {
    padding: 0;
  }
  .header__nav > ul {
    flex-direction: column;
  }
  .header__mobile {
    display: block;
  }
  .header__mobile-top {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
  }
  .header__mobile-inner {
    padding: 10px 0;
  }
  .header__phone {
    font-size: 13px;
  }
  .header__wrapper {
    display: none;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    position: absolute;
    top: 51px;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
  .header__wrapper.active {
    display: flex;
    transform: translateX(0);
  }
  .header__bottom {
    position: relative;
  }
  .header-top {
    display: none;
  }
  .header__nav {
    max-width: 350px;
    width: 100%;
    align-items: start;
  }
  .header__nav > li {
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
  }
  .header__nav > ul {
    gap: 0;
  }
  .header__nav {
    padding-bottom: 0;
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
  }
  .header__subnav {
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    padding-left: 10px;
    width: 100%;
    opacity: 0;
    transform: translateY(0);
    transition:
      max-height 0.3s linear,
      opacity 0.3s linear,
      transform 0.3s linear,
      padding 0.3s linear;
  }
  .header__subnav a {
    font-size: 14px;
    font-weight: 500;
  }
  .header__subnav.active {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
  }
  .header__subnav .header__search .container {
    border-bottom: 1px solid #efefef;
  }
  .header__subnav .header__mobile-bottom {
    display: flex;
    align-items: center;
  }
  .header__subnav .header-top__social-item:hover {
    background-color: #b7141b;
    border-color: transparent;
  }
  .header__subsubnav {
    padding-left: 10px;
  }
  .header__sublink {
    max-width: 100%;
    white-space: nowrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .header__link > button,
  .header__sublink .hide-item__title {
    width: 32px;
    height: 24px;
    pointer-events: all;
  }
  .header__link > button picture,
  .header__sublink .hide-item__title picture {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__link > button img,
  .header__sublink .hide-item__title img {
    width: 10px;
    height: 5px;
  }
  .header__link a,
  .header__sublink a {
    padding: 5px 0;
  }
  .header__link .panel-active,
  .header__sublink .hide-item__title.active {
    transform: rotate(90deg);
  }
  .header__sublink-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .header__burger.active {
    right: 8px;
  }
  .header-mobile__phone {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
  }
  .header__mobile-bottom {
    display: flex;
    justify-content: space-between;
  }
  .header-top__social {
    gap: 4px;
  }
  .header-top__social-item {
    width: 30px;
    height: 30px;
  }
  .header-top__social-item.social__item--tg picture img {
    width: 14px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .header-top__social-item.social__item--ok picture img {
    width: 10px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .header-top__social-item.social__item--eye picture img {
    width: 18px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .header__link > button img,
  .header__sublink .hide-item__title img {
    width: 7px;
    height: 12px;
  }
}
.header-logo__mobile-wrap {
  display: none;
  flex-direction: column;
  gap: 8px;
}
.header-logo__mobile-wrap p {
  font-size: 12px;
}
.header-logo__mobile-wrap span {
  color: #b7141b;
  font-weight: 600;
}

.header__wrapper.active .header-logo__mobile-wrap {
  display: flex;
}

.form__wrapper {
  position: absolute;
  top: 64px;
  padding: 18px 20px;
  width: 100%;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(76, 12, 12, 0.0509803922);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s,
    visibility 0.5s;
}

.form__wrapper .form__result {
  margin-top: 0;
  margin-bottom: 16px;
}

.form__wrapper.active {
  opacity: 1;
  visibility: visible;
}

.form.search {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  min-height: auto;
}

.search__input {
  width: 100%;
  color: var(--black);
  padding-right: 46px;
}

.form.search .form__label {
  position: relative;
  display: block;
  width: 100%;
}

.form.search .form__result {
  margin-top: 24px;
  margin-bottom: 16px;
  color: rgba(34, 0, 2, 0.6);
}

.header__inner-search {
  margin: 20px 0;
}

@media (max-width: 450px) {
  .header__btn.standart-btn {
    width: 100%;
  }
  .header__mobile .container {
    padding: 0 5px;
  }
  .header-mobile__phone {
    font-size: 16px;
  }
}
.swiper {
  border-radius: 10px;
}

.swiper-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  height: 50px;
}
.swiper-buttons.swiper-buttons--basic {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -70px;
  right: -70px;
  width: calc(100% + 140px);
}

.swiper-inner--basic {
  position: relative;
}

.swiper-button {
  width: 50px;
  pointer-events: all;
  flex-shrink: 0;
  height: 50px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e63946;
  border-radius: 50%;
  border: 1px solid #e63946;
  transition:
    border-color 0.25s linear,
    background-color 0.25s linear,
    opacity 0.25s linear;
}
.swiper-button::after {
  width: 10px;
  height: 10px;
  display: block;
  margin-right: 3px;
  content: "";
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
  transition: border-color 0.25s linear;
}
@media (hover: hover) {
  .swiper-button:not(.swiper-button-disabled):hover {
    background-color: #ffffff;
    border-color: #e63946;
  }
  .swiper-button:not(.swiper-button-disabled):hover::after {
    border-color: #e63946;
  }
}

.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.swiper-button-prev::after {
  transform: rotate(-225deg);
  margin-right: 0;
  margin-left: 3px;
}

.swiper-button-white {
  background-color: #fff;
}

.swiper-scrollbar-horizontal {
  background-color: #d2e3fd;
  height: 4px;
  width: 100%;
  border-radius: 10px;
}

.swiper-scrollbar-drag {
  background-color: #f8f8f8;
}

.swiper-pagination {
  position: static;
}

.swiper-pagination-bullet {
  background: rgba(61, 51, 57, 0.5019607843);
  width: 16px;
  height: 16px;
  border-radius: 10px;
  margin: 0 8px;
  opacity: 1;
  transition: background-color 0.25s linear;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b7141b;
}

@media (max-width: 1500px) {
  .swiper-buttons.swiper-buttons--basic {
    position: static;
    top: auto;
    bottom: 0;
    transform: translateY(0);
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 90px;
  }
  .swiper--basic {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .swiper-buttons.swiper-buttons--basic {
    justify-content: center;
    gap: 40px;
  }
}
.form__input {
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 10px;
  padding: 16px 24px;
  color: #3c3238;
}
.form__input::-moz-placeholder {
  color: #3c3238;
}
.form__input::placeholder {
  color: #3c3238;
}

.form__textarea {
  background-color: #fff;
  border-radius: 10px;
  padding: 16px 24px;
  color: #3c3238;
}
.form__textarea::-moz-placeholder {
  color: #3c3238;
}
.form__textarea::placeholder {
  color: #3c3238;
}

/* text */
.text__content {
  position: relative;
}
.text__content a {
  color: #b7141b;
  transition: color 0.3s linear;
}
.text__content a:hover {
  color: #e63946;
}
.text__content blockquote {
  background-color: rgba(240, 240, 240, 0.3764705882);
  border-radius: 10px;
  padding: 40px;
  font-size: 30px;
  margin: 50px 0;
  font-weight: 400;
  text-align: center;
  font-size: inherit;
}
.text__content h2 {
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px !important;
  margin-bottom: 50px;
}
.text__content h2 span {
  color: #b7141b;
}
.text__content h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background-color: #b7141b;
  left: 0;
  bottom: 0;
  border-radius: 3px;
}
.text__content h3 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin: 20px 0;
}
.text__content h3 span {
  color: #b7141b;
}
.text__content h4 {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin: 20px 0;
}
.text__content h4 span {
  color: #b7141b;
}
.text__content h5 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin: 20px 0;
}
.text__content h5 span {
  color: #b7141b;
}
.text__content h6 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin: 20px 0;
}
.text__content h6 span {
  color: #b7141b;
}
.text__content p {
  margin-bottom: 16px;
}
.text__content ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.text__content ul:last-child {
  margin-bottom: 0;
}
.text__content ul li {
  padding-left: 30px;
  position: relative;
  align-items: center;
}
.text__content ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/icons/checkmark-red.svg);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
.text__content picture {
  flex: 1 1 calc(40% - 10px);
  max-width: calc(40% - 10px);
  float: right;
  border-radius: 10px;
  height: auto;
  padding: 10px;
}
.text__content picture img {
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.policy-main__content h2 {
  margin-bottom: 20px;
  padding-bottom: 0 !important;
  position: static;
}
.policy-main__content h2::before {
  display: none;
}

.text__content.text-main blockquote {
  border-left: 3px solid #b7141b;
  padding: 0;
  margin: 20px 0;
  font-weight: 500;
  text-align: start;
  background: transparent;
  border-radius: 0;
  padding-left: 20px;
}

.text__content .table-container {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.text__content .table-container::-webkit-scrollbar {
  height: 8px;
}
.text__content .table-container::-webkit-scrollbar-track {
  background: #fcf8f8;
  border-radius: 4px;
}
.text__content .table-container::-webkit-scrollbar-thumb {
  background: #b7141b;
  border-radius: 4px;
}
.text__content .table-container::-webkit-scrollbar-thumb:hover {
  background: #b7141b;
}

.edu-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 32px 0;
}
.edu-item {
  background-color: #fcf8f8;
  border-color: #b7141b;
  color: #3c3238;
  padding: 16px;
  border-radius: 12px;
}
.edu-item__title {
  font-weight: 600;
}

.text__content table {
  width: 100%;
  min-width: 800px;
  margin: 40px 0;
}

.text__content table thead th {
  background: #b7141b;
  border-radius: 10px 10px 0 0;
  border-right: 1px solid #fff;
  color: #ffffff;
  padding: 20px 25px;
}

.text__content table tbody tr {
  background-color: #fff;
}

.text__content table tbody td {
  padding: 20px;
}

.text__content table tbody tr:last-child td {
  border-radius: 0 0 10px 10px;
}

.text__content table tbody tr:nth-child(2n) {
  background: #fcf8f8;
}

/* text media */
@media (max-width: 768px) {
  .text__content blockquote {
    font-size: 20px;
    padding: 20px;
    margin: 20px 0;
  }
  .text__content h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .text__content h3 {
    font-size: 24px;
  }
  .text__content h4 {
    font-size: 22px;
  }
  .text__content h5 {
    font-size: 20px;
  }
  .text__content h6 {
    font-size: 18px;
  }
  .text__content picture {
    flex: 100%;
    max-width: 100%;
    float: none;
    border-radius: 10px;
    height: auto;
    padding: 0;
  }
  .text__content picture img {
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
}
@media (max-width: 650px) {
  .text__content ul {
    gap: 12px;
  }
}
/* intro */
.intro {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.intro__background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.intro::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 37, 47, 0.5019607843);
  z-index: 2;
}

.intro__background-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.intro__inner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
  padding: 80px 0;
}

.intro__content {
  flex: 1;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  color: #ffffff;
}

.intro__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.intro__description {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  padding-left: 20px;
  border-left: 1px solid #ffffff;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
  margin-bottom: 40px;
}

.intro__features {
  display: flex;
  align-items: stretch;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.2196078431);
  border-radius: 10px;
  padding: 20px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.intro__feature {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #ffffff;
}

.intro__feature:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.intro__feature-value {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.intro__feature-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: lowercase;
}

.intro__form-inner {
  background-color: rgba(255, 255, 255, 0.2196078431);
  border-radius: 10px;
  padding: 40px;
  max-width: 487px;
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  gap: 0;
  flex-direction: column;
  color: #ffffff;
  justify-content: center;
}

.intro__form-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  align-items: center;
  margin-bottom: 32px;
}

.intro__form-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.intro__form-status {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.intro__form-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #b7141b;
  display: block;
}

.intro__form-status-text {
  font-size: 16px;
  white-space: nowrap;
}

.intro__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.intro__form-privacy {
  text-align: center;
  line-height: 1.4;
  margin: 0;
}

.intro__form-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid #efefef;
  align-items: center;
}

.intro__form-contact-label {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.intro__form-phone {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.3s linear;
}
.intro__form-phone:hover {
  color: #b7141b;
}

.intro__form--mobile {
  display: none;
}

.intro__form-section {
  background-color: #efefef;
}

.intro-about .intro__description {
  padding-left: 0;
  border-left: none;
}

@media (max-width: 1400px) {
  .intro__inner {
    align-items: center;
  }
}
@media (max-width: 1100px) {
  .intro__title {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .intro__inner {
    flex-direction: column;
  }
  .intro__form-inner {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .intro__title {
    font-size: 30px;
  }
  .intro__description {
    font-size: 16px;
  }
  .intro__feature-value {
    font-size: 26px;
  }
  .intro__features {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .intro__feature {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
    width: 90%;
    align-items: center;
  }
  .intro__form--desktop {
    display: none;
  }
  .intro__form--mobile {
    display: flex;
  }
  .intro__form-inner.intro__form--mobile {
    color: #3c3238;
    background-color: #ffffff;
  }
  .intro__form-inner.intro__form--mobile input {
    border-color: #3c3238;
  }
  .intro__form-inner.intro__form--mobile .intro__form-header {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
  .intro {
    margin-bottom: 0 !important;
  }
}
/* intro__reviewers */
.intro__reviewers {
  display: flex;
  align-items: stretch;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.2196078431);
  border-radius: 10px;
  padding: 20px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.intro__reviewers-author {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #ffffff;
}

.intro__reviewers-reviewer {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.intro__reviewers-item {
  display: flex;
  gap: 15px;
  align-items: start;
}
.intro__reviewers-item picture {
  width: 60px;
  height: 60px;
  border: 2px solid #b7141b;
  border-radius: 50px;
  overflow: hidden;
  margin-top: 6px;
}
.intro__reviewers-item picture img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.intro__reviewers-item span {
  font-size: 16px;
}

.intro__reviewers-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .intro__reviewers {
    max-width: 100%;
  }
  .intro__reviewers > * {
    flex-basis: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  .intro__reviewers {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 10px;
  }
  .intro__reviewers-item {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
    width: 90%;
  }
  .intro__reviewers-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .intro__reviewers-item picture {
    width: 40px;
    height: 40px;
  }
}
/* stocks */
.stocks__inner {
  display: flex;
  margin-bottom: 60px;
}

.stocks__item {
  background-color: rgba(240, 240, 240, 0.3764705882);
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  display: flex;
  flex-direction: column;
}

.stocks__content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  height: 100%;
}

.stocks__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.stocks__content-label {
  position: relative;
  padding-left: 20px;
  align-items: center;
  display: flex;
  color: rgba(61, 51, 57, 0.5019607843);
  margin-bottom: 10px;
}
.stocks__content-label::before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  left: 0;
  background-image: url(../img/icons/clock-grey.svg);
}

.stocks__picture {
  max-height: 220px;
  height: 100%;
  position: relative;
}
.stocks__picture img {
  max-height: 220px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.stocks__picture-label {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #b7141b;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.stocks__content-descr {
  margin-bottom: 20px;
  flex-grow: 1;
  font-size: 16px;
}

.stocks__btn {
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
  width: 100%;
  border: 1px solid transparent;
  transition:
    border 0.3s linear,
    color 0.3s linear,
    background 0.3s linear;
}

.stocks__btn:hover {
  background: transparent;
  border-color: #b7141b;
  color: #b7141b;
}

.stocks__content-price {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.stocks__price-old {
  color: rgba(61, 51, 57, 0.5019607843);
  position: relative;
  font-size: 20px;
}
.stocks__price-old::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  background: rgba(61, 51, 57, 0.5019607843);
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  transform: translateY(-50%);
}

.stocks__price-new {
  font-size: 20px;
  font-weight: 700;
}

/* stocks media */
@media (max-width: 700px) {
  .stocks__title {
    font-size: 18px;
  }
  .stocks__picture-label {
    font-size: 13px;
  }
}
/* about */
.about__inner {
  display: flex;
  align-items: stretch;
}
.about__inner > * {
  flex-basis: calc(50% - 12px);
  width: calc(50% - 12px);
}

.about__descr {
  background-color: #fff;
  border-radius: 10px;
  height: auto;
  display: flex;
  flex-direction: column;
}
.about__descr p {
  margin-bottom: 24px;
}
.about__descr p:last-child {
  margin-bottom: 0;
}

.about__btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.about__list {
  flex-grow: 1;
  margin-bottom: 40px;
}
.about__list li {
  padding-left: 30px;
  position: relative;
  font-weight: 600;
  align-items: center;
}
.about__list li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/icons/checkmark-red.svg);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}

.about__title {
  margin-bottom: 50px !important;
}

.about__descr {
  margin-bottom: 20px;
}

.about__title {
  margin-bottom: 24px;
}

.about__picture-inner {
  position: relative;
}

.about__label {
  position: absolute;
  right: 30px;
  bottom: 30px;
  border-radius: 10px;
  padding: 20px;
  background-color: #e63946;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}

.about__label-name {
  font-size: 20px;
  font-weight: 700;
}

.about__label-spec {
  font-size: 18px;
  font-weight: 500;
}

.about__picture {
  border-radius: 10px;
  height: 100%;
}
.about__picture img {
  border-radius: 10px;
  max-width: 630px;
  margin-left: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* about media */
@media (max-width: 1400px) {
  .about__inner {
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .about__inner {
    flex-direction: column;
    gap: 0;
  }
  .about__inner > * {
    flex-basis: 100%;
    width: 100%;
  }
  .about__picture img {
    max-width: 100%;
    max-height: 600px;
    -o-object-position: top;
    object-position: top;
  }
  .about__info {
    display: contents;
  }
  .about__title {
    order: 1;
  }
  .about__descr {
    order: 2;
  }
  .about__list {
    order: 3;
  }
  .about__picture-inner {
    order: 4;
    margin-bottom: 40px;
  }
  .about__btn {
    order: 5;
  }
}
@media (max-width: 960px) {
  .about__picture img {
    max-height: 500px;
  }
}
@media (max-width: 768px) {
  .about__picture img {
    max-height: 400px;
  }
  .about__btn {
    max-width: 100%;
  }
  .about__label {
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
  .about__label-name {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .about__picture img {
    max-height: 300px;
  }
}
/* advantages */
.advantages__swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.advantages__swiper-wrapper > * {
  flex-basis: calc(33.333% - 13.333px);
  height: auto;
}

.advantages__title {
  margin-bottom: 50px;
}

.advantages__item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px;
  align-items: start;
  display: flex;
  flex-direction: column;
}
.advantages__item picture {
  margin-bottom: 30px;
}
.advantages__item picture img {
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.advantages__item-name {
  margin-bottom: 20px;
  font-weight: 700;
}

.advantages__item-descr {
  font-size: 18px;
}

.advantages__swiper-buttons {
  display: none;
}

.advantages__garant {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 30px;
  padding: 40px;
  border-radius: 10px;
  background-color: #fcf8f8;
  border: 1px solid #b7141b;
  margin-top: 20px;
}
.advantages__garant picture img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}
.advantages__garant span {
  font-weight: 600;
}

.advantages-about .advantages__item {
  background-color: rgba(240, 240, 240, 0.3764705882);
}

@media (max-width: 1500px) {
  .advantages__swiper-buttons {
    display: flex;
  }
  .advantages__swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }
  .advantages__swiper-wrapper > * {
    flex-basis: auto;
    height: auto;
  }
  .advantages__garant {
    margin-top: 40px;
  }
}
/* price */
.price {
  background-color: rgba(240, 240, 240, 0.3764705882);
}

.price__title {
  margin-bottom: 60px;
  text-align: start;
}

.price__badge {
  text-align: start;
}

.price__content {
  color: #3c3238;
  gap: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.price__table {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.price__table > tbody > tr {
  display: flex;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
}
.price__table > tbody > tr:last-child {
  border-bottom: none;
}

.price__name {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  flex-basis: 60%;
}

.price__cost {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  flex-basis: 20%;
  text-align: center;
}

.price__cost-btn {
  padding: 9px 44px;
  font-size: 18px;
}

.price__btn {
  flex-basis: 20%;
  text-align: right;
}

.price__content {
  flex-direction: column;
}
.price__content > * {
  width: 100%;
}

/* price media */
@media (max-width: 960px) {
  .price__item {
    flex-wrap: wrap;
    gap: 10px;
    border-bottom: 1px solid #b7141b;
  }
  .price__cost,
  .price__btn {
    flex-basis: calc(50% - 5px);
    width: calc(50% - 5px);
  }
  .price__table > tbody > tr > td {
    border-bottom: none;
  }
  .price__cost-btn {
    margin-left: auto;
  }
  .price__cost {
    display: flex;
    gap: 5px;
  }
  .price__cost span {
    display: block;
    font-weight: 500;
  }
}
.payment-methods {
  margin-top: 20px;
  padding: 40px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border: 1px solid #efefef;
  flex-direction: column;
}
.payment-methods__descr {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  width: 100%;
}
.payment-methods__wrapper {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.payment-methods__advantages ul {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
}
.payment-methods__advantages ul li {
  position: relative;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.payment-methods__advantages ul li::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  background: url(../img/icons/checkmark-red.svg) no-repeat center
    center/contain;
}
.payment-methods__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}
.payment-methods__list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  justify-content: center;
}
.payment-methods__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 17px 20px;
  border-radius: 10px;
  background-color: rgba(240, 240, 240, 0.3764705882);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 112px;
  height: 80px;
}
.payment-methods__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-methods__icon img {
  width: 100%;
  height: 100%;
  max-width: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}
.payment-methods__label {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

/* Payment methods media */
@media (max-width: 768px) {
  .payment-methods {
    flex-direction: column;
    padding: 20px;
    gap: 10px;
    align-items: start;
    text-align: start;
    justify-content: start;
  }
  .payment-methods__list {
    gap: 5px;
    align-items: start;
    text-align: start;
    justify-content: start;
  }
  .payment-methods__item {
    border-radius: 10px;
  }
  .payment-methods__wrapper {
    align-items: start;
    text-align: start;
    justify-content: start;
  }
  .payment-methods__advantages ul {
    align-items: start;
    text-align: start;
    justify-content: start;
  }
  .payment-methods__wrapper {
    gap: 20px;
  }
  .price__cost-btn.standart-btn {
    padding: 10px 40px;
  }
}
@media (max-width: 480px) {
  .payment-methods__item {
    flex-basis: calc(50% - 5px);
  }
  .payment-methods__title {
    font-size: 18px;
  }
}
/* price-main */
.price-main__descr {
  margin-bottom: 0;
}

/* form block */
.form-block {
  background-color: #730009;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}

.form-block.form-block--blue {
  background-color: #34495e;
}

.form-block__inner {
  display: flex;
  align-items: stretch;
  gap: 80px;
  position: relative;
  padding: 80px 60px;
}
.form-block__inner::before {
  position: absolute;
  content: "";
  display: block;
  right: -300px;
  top: 50%;
  transform: translateY(-50%);
  width: 394px;
  height: 521px;
  background: url("../img/form/form-decor.png") no-repeat center center;
  background-size: contain;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.form-block--blue .form-block__inner::before {
  background: url("../img/form/form-decor-blue.png") no-repeat center center;
  background-size: contain;
}

.form-block__picture {
  max-width: 320px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: auto;
}
.form-block__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-block__content {
  flex: 1;
  max-width: 850px;
  z-index: 2;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-block__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 50px;
  z-index: 2;
}

.form-block__descr {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.form-block__form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  z-index: 2;
}
.form-block__form > * {
  flex-basis: calc(50% - 10px);
}

.form-block__checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.form-block__checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.form-block__checkbox-input:checked + .form-block__checkbox-custom {
  background-color: #ffffff;
  border-color: #ffffff;
}
.form-block__checkbox-input:checked + .form-block__checkbox-custom::after {
  opacity: 1;
}

.form-block__checkbox-custom {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background-color: transparent;
  position: relative;
  transition: all 0.3s linear;
  margin-top: 2px;
}
.form-block__checkbox-custom::after {
  content: "✔";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #3c3238;
  opacity: 0;
  transition: opacity 0.3s linear;
}

.form-block__checkbox-text {
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
}
.form-block__checkbox-text a {
  color: #ffffff;
  text-decoration: underline;
  transition: opacity 0.3s linear;
}
@media (hover: hover) {
  .form-block__checkbox-text a:hover {
    opacity: 0.8;
  }
}

@media (max-width: 1500px) {
  .form-block__inner::before {
    top: -17%;
    transform: translateY(-17%);
    right: -70px;
  }
}
@media (max-width: 1300px) {
  .form-block__inner {
    padding: 60px 40px;
    gap: 40px;
  }
}
@media (max-width: 1300px) {
  .form-block__picture {
    display: none;
  }
  .form-block__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 1300px) {
  .form-block__inner {
    padding: 80px 10px;
  }
  .form-block__inner::before,
  .form-block--blue .form-block__inner::before {
    width: 190px;
    height: 170px;
    top: 0;
    transform: translateY(0);
    right: -85px;
  }
  .form-block__form > * {
    flex-basis: 100%;
  }
  .form-block__title {
    font-size: 26px;
  }
}
/* reviews */
.all-reviews__link {
  max-width: 300px;
  margin: 0 auto;
}

.reviews__swiper-inner {
  margin-bottom: 50px;
}

.reviews__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: auto;
  padding: 40px;
  background-color: #fcf8f8;
  border-radius: 10px;
  position: relative;
}
.reviews__item::before {
  position: absolute;
  content: "";
  display: block;
  width: 36px;
  height: 31px;
  background: url(../img/icons/quote.svg);
  left: 50px;
  top: 30px;
}

.reviews__raiting {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.reviews__raiting-number {
  font-size: 20px;
  font-weight: 700;
}

.reviews__picture {
  width: 60px;
  height: 60px;
  margin-bottom: 14px;
}
.reviews__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.reviews__name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}

.reviews__text {
  margin-bottom: 24px;
  text-align: start;
  font-size: 16px;
  max-height: 114px;
  overflow: hidden;
}
.reviews__text p {
  margin-bottom: 14px;
}
.reviews__text p:last-child {
  margin-bottom: 0;
}

.reviews__btn {
  color: #b7141b;
  margin-right: auto;
  font-weight: 700;
  font-size: 16px;
}

/* reviews media */
@media (max-width: 650px) {
  .reviews__name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .reviews__text p {
    margin-bottom: 12px;
  }
  .reviews__text {
    margin-bottom: 16px;
  }
}
/* reviews-tab */
.reviews-tab__content {
  display: flex;
  gap: 20px;
}
.reviews-tab__content > * {
  flex-basis: calc(50% - 10px);
}

@media (max-width: 768px) {
  .reviews-tab__content > * {
    flex-basis: 100%;
  }
}
/* reviews-feedback */
.reviews-feedback__inner {
  background-color: #efefef;
  border-radius: 10px;
  padding: 40px;
}

.reviews-feedback__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.reviews-feedback__row {
  display: flex;
  gap: 20px;
  width: 100%;
}
.reviews-feedback__row > * {
  flex-basis: calc(25% - 5px);
}

.reviews-feedback__field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.reviews-feedback__label {
  font-size: 18px;
  font-weight: 500;
}

.reviews-feedback__field-rating {
  max-width: 150px;
}

.reviews-feedback__field:not(.reviews-feedback__field-rating) {
  flex-basis: calc(33.333% - 70px);
}

.reviews-feedback__input,
.reviews-feedback__select,
.reviews-feedback__textarea {
  width: 100%;
}

.reviews-feedback__textarea {
  min-height: 120px;
  resize: vertical;
}

.reviews-feedback__rating.rating-area {
  justify-content: flex-end;
}

.reviews-feedback__checkbox-text {
  color: #3c3238;
}
.reviews-feedback__checkbox-text a {
  color: #3c3238;
}
.reviews-feedback__checkbox-text a:hover {
  color: #b7141b;
}

.reviews-feedback__btn {
  align-self: center;
}

.reviews-feedback__checkbox {
  justify-content: center;
}

@media (max-width: 1100px) {
  .reviews-feedback__field:not(.reviews-feedback__field--full) {
    flex-basis: calc(50% - 10px);
  }
  .reviews-feedback__row {
    flex-wrap: wrap;
  }
}
@media (max-width: 650px) {
  .reviews-feedback__field:not(.reviews-feedback__field--full) {
    flex-basis: 100%;
  }
}
/* popup отзывов — полный текст */
.popup__content--reviews.popup-reviews {
  max-width: 560px;
}

.popup__inner--reviews.popup-reviews__inner {
  position: relative;
  text-align: center;
  align-items: center;
  padding-top: 20px;
}
.popup__inner--reviews.popup-reviews__inner::before {
  position: absolute;
  content: "";
  display: block;
  width: 36px;
  height: 31px;
  background: url(../img/icons/quote.svg);
  left: 0;
  top: 0;
}

.popup-reviews__picture {
  width: 60px;
  height: 60px;
  margin-bottom: 14px;
}
.popup-reviews__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.popup-reviews__inner .reviews__text {
  max-height: none;
  overflow: visible;
  text-align: start;
  margin-bottom: 0;
}

/* faq */
.faq__inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faq__inner > * {
  flex-basis: calc(50% - 10px);
}

.faq__title,
.faq__descr {
  max-width: 630px;
}

.faq__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.faq__item {
  width: 100%;
  background-color: #efefef;
  border-radius: 12px;
}

.faq__item-title {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s linear;
  font-weight: 700;
  margin-bottom: 0;
  border-radius: 10px;
}

.faq__item-title div {
  display: flex;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  position: relative;
  transition: transform 0.3s linear;
  transform-origin: center;
  align-items: center;
  justify-content: center;
}

.faq__item-title div svg {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s linear;
  width: 20px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: center;
}

.faq__item-title.active,
.faq__item-title:hover {
  color: #ffffff;
  background-color: #e63946;
}

.faq__item-title:hover svg path,
.faq__item-title.active svg path {
  stroke: #ffffff;
}

.faq__item-title.active div svg {
  transform: rotate(0deg);
}

.faq__item-title.active div svg {
  transform: translate(-50%, -50%) rotate(270deg);
}

.faq__text {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 1024px) {
  .faq__inner {
    flex-direction: column;
  }
  .faq__header {
    display: contents;
  }
  .faq__title,
  .faq__descr {
    max-width: 100%;
  }
  .faq__title {
    order: 1;
  }
  .faq__descr {
    order: 2;
  }
  .faq__items {
    order: 3;
    margin-bottom: 40px;
  }
  .faq__btn {
    order: 4;
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
  }
}
/* faq media */
@media (max-width: 1024px) {
  .faq__inner {
    flex-direction: column;
    gap: 20px;
  }
  .faq__card {
    max-width: 100%;
    gap: 5px;
  }
  .faq__title {
    margin-bottom: 0;
  }
  .faq__subtitle {
    margin-bottom: 10px;
  }
}
@media (max-width: 650px) {
  .faq__inner {
    padding-bottom: 30px;
    position: relative;
  }
  .faq__link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .faq__item-title {
    padding: 20px 24px;
  }
  .faq__item:before {
    top: 18px;
  }
  .faq__item-title div::before {
    width: 16px;
    height: 2px;
  }
  .faq__item-title div::after {
    width: 2px;
    height: 16px;
  }
}
/* faq-main */
.faq-main__descr {
  margin-bottom: 50px;
}

.faq-main__question {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin: 30px auto 30px;
}

.faq-main__btn {
  display: block;
  margin: 0 auto;
}

@media (max-width: 650px) {
  .faq-main__question {
    font-size: 20px;
    margin: 20px auto 20px;
  }
}
/* doctors */
.doctors {
  background-color: rgba(240, 240, 240, 0.3764705882);
}

.doctors__item {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #ffffff;
  transition: all 0.3s linear;
  min-height: 600px;
}

.doctors__item .doctors__descr,
.doctors__item .doctors__bottom {
  display: none;
  font-size: 16px;
  transition: all 0.3s linear;
}

.doctors__descr {
  flex-grow: 1;
  margin-bottom: 20px;
  transition: all 0.3s linear;
}

.doctors__item.swiper-slide-active .doctors__descr,
.doctors__item.swiper-slide-active .doctors__bottom {
  display: flex;
  transition: all 0.3s linear;
}

.doctors .swiper-wrapper {
  align-items: center;
  transition: all 0.3s linear;
}

.doctors__title {
  margin-bottom: 50px;
  transition: all 0.3s linear;
}

.doctors__picture {
  max-height: 310px;
  position: relative;
  transition: all 0.3s linear;
}
.doctors__picture img {
  max-height: 310px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.doctors__label {
  position: absolute;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #3c3238;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  top: 20px;
  left: 20px;
  transition: all 0.3s linear;
}

.doctors__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 30px 20px 20px 20px;
  transition: all 0.3s linear;
}

.doctors__name {
  color: #3c3238;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  transition: all 0.3s linear;
}

.doctors__post {
  margin-bottom: 20px;
  font-size: 16px;
  transition: all 0.3s linear;
}

.doctors__bottom {
  margin-bottom: 20px;
  transition: all 0.3s linear;
}

.doctors__actions,
.doctors__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-grow: 1;
  align-items: flex-end;
  transition: all 0.3s linear;
}
.doctors__actions > *,
.doctors__bottom > * {
  flex-basis: calc(50% - 5px);
}

.doctors__btn {
  padding: 10px;
  transition: all 0.3s linear;
}

.doctors__category,
.doctors__license {
  background-color: #efefef;
  border-radius: 10px;
  padding: 10px 0;
  font-size: 12px;
  position: relative;
  padding-left: 35px;
  transition: all 0.3s linear;
}

.doctors__category::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/icons/category.svg);
  width: 21px;
  height: 14px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.doctors__license::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/icons/license.svg);
  width: 17px;
  height: 20px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.all-doctors__link {
  max-width: 300px;
  margin: 0 auto;
}

.doctors__swiper-inner {
  margin-bottom: 50px;
}

.main-doctors__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.doctors__pagination {
  display: none;
}

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

.doctors__raiting {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.doctors__raiting-number {
  font-size: 20px;
  font-weight: 700;
  color: #3c3238;
  line-height: normal;
}

.raiting__stars {
  display: flex;
  gap: 3px;
  align-items: center;
}

.doctors__sum-reviews {
  font-size: 14px;
  color: rgba(60, 50, 56, 0.5);
  line-height: normal;
  white-space: nowrap;
}

@media (max-width: 840px) {
  .doctors__swiper-buttons {
    display: none;
  }
  .doctors__pagination {
    display: block;
  }
  .doctors .swiper-wrapper {
    align-items: stretch;
  }
  .doctors__item {
    height: auto;
    min-height: auto;
  }
  .doctors__item .doctors__descr,
  .doctors__item .doctors__bottom {
    display: flex;
    transition: all 0.3s linear;
  }
  .doctors__bottom > *,
  .doctors__actions > * {
    flex-basis: 100%;
  }
  .doctors__name,
  .doctors__post,
  .doctors__info,
  .doctors__descr,
  .doctors__bottom {
    margin-bottom: 10px;
  }
  .doctors__content {
    padding: 10px;
  }
}
.main-doctors__item {
  flex-basis: calc((100% - 60px) / 4);
}

@media (max-width: 1023px) {
  .doctors__picture {
    max-height: 300px;
    min-height: 300px;
  }
  .doctors__picture img {
    max-height: 300px;
    min-height: 300px;
  }
}
@media (max-width: 650px) {
  .doctors__picture {
    max-height: 250px;
    min-height: 250px;
  }
  .doctors__picture img {
    max-height: 250px;
    min-height: 250px;
  }
  .doctors__name {
    font-size: 18px;
    margin-bottom: 16px;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .doctors__stage {
    margin-bottom: 16px;
    font-size: 16px;
    flex-grow: 1;
  }
}
/* doctors-page */
.doctors-page__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.doctors-page__inner > * {
  flex-basis: calc(33.333% - 13.333px);
}

.doctors-page .doctors__item {
  background-color: #efefef;
  position: relative;
}
.doctors-page .doctors__descr {
  display: flex;
}
.doctors-page .doctors__bottom {
  display: flex;
}
.doctors-page .doctors__bottom > * {
  background-color: #ffffff;
}
.doctors-page .doctors__btn {
  max-width: 100%;
  width: 100%;
  flex-basis: 100%;
}

@media (max-width: 1200px) {
  .doctors-page__inner > * {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 630px) {
  .doctors-page__inner > * {
    flex-basis: 100%;
  }
}
/* doctor-detail */
.doctor-detail__intro {
  display: flex;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
  border-radius: 10px;
  gap: 130px;
  align-items: stretch;
  margin-bottom: 50px;
}

.doctor-detail__card {
  width: 100%;
  max-width: 490px;
  flex-shrink: 0;
  height: auto;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.doctor-detail__picture {
  width: 100%;
  height: 100%;
  max-width: 490px;
}
.doctor-detail__picture img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.doctor-detail__label {
  position: absolute;
  background-color: #e63946;
  color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  bottom: 20px;
  right: 20px;
}

.doctor-detail__licenses__swiper-inner {
  max-width: 330px;
  margin: 0 auto;
}

.doctor-detail__title {
  margin-bottom: 30px;
}
.doctor-detail__title span {
  color: #b7141b;
}

.doctor-detail__spec {
  font-weight: 700;
  margin-bottom: 15px;
}

.doctor-detail__stage {
  background-color: #e63946;
  color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 15px;
}

.doctor-detail__info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.doctor-detail__info .doctors__sum-reviews {
  font-size: 16px;
}
.doctor-detail__info .doctors__raiting {
  font-size: 24px;
}

.doctor-detail__descr {
  margin-bottom: 50px;
}

.doctor-detail__btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.doctor-detail__approach-descr {
  margin-bottom: 20px;
}

.doctor-detail__tabs__inner.tabs__inner {
  background-color: rgba(240, 240, 240, 0.3764705882);
}

.doctor-detail__tab.tab {
  gap: 10px;
  color: #3c3238;
  border: 1px solid transparent;
  background-color: #ffffff;
}
.doctor-detail__tab.tab span {
  font-size: 18px;
  font-weight: 500;
}
.doctor-detail__tab.tab.active {
  background-color: #fcf8f8;
  border-color: #b7141b;
  color: #3c3238;
}
.doctor-detail__tab.tab:hover {
  background-color: #fcf8f8;
  border-color: #b7141b;
  color: #3c3238;
}

.tabs__inner.doctor-detail__tabs__inner {
  gap: 100px;
}

.swiper-slide.doctor-detail__licenses__item {
  max-height: 500px;
}
.swiper-slide.doctor-detail__licenses__item picture {
  max-height: 500px;
}
.swiper-slide.doctor-detail__licenses__item picture img {
  max-height: 500px;
}

.doctor-detail__licenses-swiper {
  border-radius: 10px;
}

.doctor-detail__price-table {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
}
.doctor-detail__price-table .price__cost-btn {
  margin-left: auto;
}
.doctor-detail__price-table .price__table {
  margin-bottom: 0;
}

.doctor-detail__approach {
  border-bottom: 1px solid #efefef;
  padding-bottom: 50px;
}

@media (max-width: 1200px) {
  .doctor-detail__intro {
    gap: 40px;
  }
  .doctor-detail__card {
    max-width: 360px;
  }
}
@media (max-width: 980px) {
  .tabs__inner.doctor-detail__tabs__inner {
    gap: 0;
  }
  .doctor-detail__licenses__swiper-inner {
    margin-bottom: 20px;
  }
  .doctor-detail__tab.tab:not(.service-sidebar-tabs .tab):hover,
  .doctor-detail__tab.tab:not(.service-sidebar-tabs .tab).active {
    background-color: #fcf8f8;
    color: #3c3238;
  }
  .doctor-detail__tabs.tabs.active:not(.service-sidebar-tabs .tabs.active)
    .tabs__wrapper {
    gap: 5px;
  }
  .doctor-detail__tabs__active.tabs__active:not(
      .service-sidebar-tabs .tabs__active
    ) {
    background-color: #fcf8f8;
    color: #3c3238;
    border: 1px solid #b7141b;
  }
  .doctor-detail__tabs__active
    .tabs__active-text:not(.service-sidebar-tabs .tabs__active-text):before {
    border-right: 3px solid #3c3238;
    border-top: 3px solid #3c3238;
  }
}
@media (max-width: 860px) {
  .doctor-detail__intro {
    flex-direction: column;
    gap: 0;
  }
  .doctor-detail__about {
    display: contents;
  }
  .doctor-detail__title {
    order: 1;
  }
  .doctor-detail__card {
    order: 2;
    margin-bottom: 20px;
  }
  .doctor-detail__spec {
    order: 3;
  }
  .doctor-detail__stage {
    order: 4;
  }
  .doctor-detail__info {
    order: 5;
  }
  .doctor-detail__descr {
    order: 6;
  }
  .doctor-detail__btn {
    order: 7;
  }
}
@media (max-width: 550px) {
  .doctor-detail__card {
    max-width: 100%;
  }
  .doctor-detail__price-table .price__cost-btn {
    margin-left: 0;
  }
}
@media (max-width: 400px) {
  .doctor-detail__licenses__swiper-inner {
    max-width: 250px;
  }
}
/* articles */
.articles__inner {
  height: 100%;
  margin-bottom: 65px;
}

.articles-main__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.articles-main__inner > * {
  flex-basis: calc(33.333% - 13.333px);
}

.articles__item {
  border-radius: 10px;
  background-color: rgba(240, 240, 240, 0.3764705882);
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
  border: 1px solid transparent;
  transition:
    border 0.3s linear,
    background 0.3s linear;
}
.articles__item picture {
  max-height: 290px;
  min-height: 290px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.articles__item picture img {
  width: 100%;
  max-height: 290px;
  min-height: 290px;
  -o-object-fit: cover;
  object-fit: cover;
}
.articles__item:hover {
  border-color: #b7141b;
  background-color: #fcf8f8;
}
.articles__item:hover .articles__btn {
  color: #3c3238;
}
.articles__item:hover .articles__btn svg path {
  fill: #3c3238;
}

.articles__label {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px;
  color: #b7141b;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}

.articles__content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.articles__info {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.articles__time {
  padding-left: 20px;
  position: relative;
  color: rgba(60, 50, 56, 0.5019607843);
  font-size: 14px;
  font-weight: 600;
}
.articles__time::before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../img/icons/clock-grey.svg);
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.articles__name {
  font-weight: 700;
  margin-bottom: 20px;
}

.articles__descr {
  font-size: 18px;
  margin-bottom: 30px;
}

.articles__btn {
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #b7141b;
  transition: all 0.3s linear;
}
.articles__btn svg path {
  transition: all 0.3s linear;
}

@media (max-width: 1024px) {
  .articles-main__inner > * {
    flex-basis: calc(50% - 10px);
  }
  .articles__descr {
    font-size: 16px;
  }
  .articles__label {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .articles__item picture {
    max-height: 200px;
    min-height: 200px;
  }
  .articles__item picture img {
    max-height: 200px;
    min-height: 200px;
  }
}
@media (max-width: 550px) {
  .articles-main__inner > * {
    flex-basis: 100%;
    max-height: -moz-fit-content;
    max-height: fit-content;
    height: 100%;
  }
  .articles__content {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
/* licenses */
.licenses__inner {
  margin-bottom: 65px;
}

.licenses__item {
  overflow: hidden;
  border-radius: 10px;
  outline: none;
}

.all-licenses__link {
  max-width: 300px;
  margin: 0 auto;
}

.licenses__swiper-inner {
  margin-bottom: 50px;
}

.licenses__pagination {
  display: none;
}

@media (max-width: 840px) {
  .licenses__swiper-buttons {
    display: none;
  }
  .licenses__pagination {
    display: block;
  }
  .licenses .swiper-wrapper {
    align-items: stretch;
  }
}
@keyframes myAnim {
  0% {
    transform: scaleX(0.4);
  }
  100% {
    transform: scaleX(1);
  }
}
/* licenses-main */
.licenses-main__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.licenses-main__inner > * {
  flex-basis: calc(16.666% - 16.666px);
}

@media (max-width: 1400px) {
  .licenses-main__inner > * {
    flex-basis: calc(20% - 16px);
  }
}
@media (max-width: 1200px) {
  .licenses-main__inner > * {
    flex-basis: calc(25% - 15px);
  }
}
@media (max-width: 900px) {
  .licenses-main__inner > * {
    flex-basis: calc(33.333% - 13.333px);
  }
}
@media (max-width: 600px) {
  .licenses-main__inner > * {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 400px) {
  .licenses-main__inner > * {
    flex-basis: 100%;
  }
}
/* contacts */
.contacts {
  position: relative;
  padding: 60px 0;
  height: 738px;
}

.contacts__map {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 738px;
  background: url("../img/bg/map.webp") no-repeat center center/cover;
  background-size: cover;
  z-index: 1;
  filter: grayscale(20%);
}

.contacts__title {
  margin-bottom: 32px;
}

.contacts__container {
  position: relative;
  display: block;
  height: 100%;
}

.contacts__content {
  background-color: #ffffff;
  border-radius: 10px;
  position: absolute;
  max-width: 500px;
  right: 10px;
  z-index: 2;
  margin-left: auto;
  padding: 40px;
  z-index: 2;
}

.contacts__info {
  gap: 20px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #efefef;
}

.contacts__info-item {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}
.contacts__info-item picture img {
  width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}
.contacts__info-item span {
  color: rgba(61, 51, 57, 0.5019607843);
}
.contacts__info-item p,
.contacts__info-item a {
  font-weight: 600;
  transition: color 0.3 linear;
}
.contacts__info-item a:hover {
  color: #b7141b;
}

.contacts__phone {
  font-size: 20px;
}

.contacts__info-item-wrap {
  display: flex;
  flex-direction: column;
}

.contacts__form {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contacts__form p {
  font-size: 12px;
  text-align: center;
}

.contacts__form-input-wrap {
  display: flex;
  gap: 10px;
}
.contacts__form-input-wrap > * {
  flex-basis: calc(50% - 5px);
  max-width: calc(50% - 5px);
  width: calc(50% - 5px);
}
.contacts__form-input-wrap > input {
  border-color: #3c3238;
}

.contacts__btn {
  font-size: 18px;
  padding: 10px 20px;
}

@media (max-width: 1300px) {
  .contacts,
  .contacts__map {
    height: 1362px;
  }
  .contacts__content {
    max-width: calc(100% - 20px);
    left: 10px;
    right: 10px;
    bottom: 0;
    width: calc(100% - 20px);
  }
}
@media (max-width: 768px) {
  .contacts__container {
    right: 0;
    max-width: 100%;
    left: 0;
  }
}
@media (max-width: 600px) {
  .contacts__form-input-wrap {
    flex-wrap: wrap;
  }
  .contacts__form-input-wrap > * {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .contacts__content {
    padding: 40px 20px;
  }
}
/* contacts-main */
.contacts-main__inner {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 10px;
  position: absolute;
  max-width: 750px;
  right: 10px;
  z-index: 2;
  margin-left: auto;
  padding: 40px;
  z-index: 2;
}
.contacts-main__inner > p {
  margin-bottom: 20px;
  font-size: 18px;
}

.contacts-main__wrapper {
  display: flex;
  gap: 20px;
}
.contacts-main__wrapper > * {
  flex-basis: calc(50% - 10px);
}

.contacts-main__content {
  background-color: transparent;
  border-radius: 0;
  position: static;
  max-width: 100%;
  right: auto;
  z-index: 2;
  margin-left: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contacts-main__info {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.contacts__info {
  gap: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.contacts-main__title {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 700;
}

.contacts-main__info {
  flex-grow: 1;
}

.contacts-main__map {
  height: 840px;
}

.contacts-main {
  height: 840px;
}

@media (max-width: 1400px) {
  .contacts-main__inner {
    max-width: calc(100% - 20px);
    left: 10px;
    right: 10px;
    bottom: auto;
    top: 0;
    width: calc(100% - 20px);
  }
  .contacts-main__inner > p {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .contacts-main__map {
    height: 1200px;
  }
  .contacts-main {
    height: 1200px;
  }
}
@media (max-width: 768px) {
  .contacts-main__inner {
    padding: 40px 20px;
  }
  .contacts-main__wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }
  .contacts-main__wrapper > * {
    flex-basis: 100%;
    gap: 10px;
  }
  .contacts-main__map {
    height: 1500px;
  }
  .contacts-main {
    height: 1500px;
  }
}
@media (max-width: 500px) {
  .contacts-main__map {
    height: 1700px;
  }
  .contacts-main {
    height: 1700px;
  }
}
/* services */
.services__inner {
  display: flex;
  margin-bottom: 60px;
}

.services__item {
  background-color: rgba(240, 240, 240, 0.3764705882);
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
  transition:
    border 0.3s linear,
    background 0.3s linear;
}

.services__item:hover {
  border-color: #b7141b;
  background-color: #fcf8f8;
}

.services__content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  height: 100%;
}

.services__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.services__picture {
  max-height: 220px;
  height: 100%;
  position: relative;
}
.services__picture img {
  max-height: 220px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.services__content-descr {
  margin-bottom: 20px;
  flex-grow: 1;
  font-size: 16px;
}

.services__btn {
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #b7141b;
  transition: all 0.3s linear;
}
.services__btn:hover {
  background-color: #fcf8f8;
}

.services__item:hover .services__btn {
  color: #3c3238;
}

.services__btn svg path {
  transition: all 0.3s linear;
}

.services__item:hover .services__btn svg path {
  fill: #3c3238;
}

.services-main__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.services-main__inner > * {
  flex-basis: calc(50% - 12px);
}

/* services media */
@media (max-width: 700px) {
  .services__title {
    font-size: 18px;
  }
  .services__picture-label {
    font-size: 13px;
  }
}
/* article */
.article-feedback {
  text-align: center;
}

.article-feedback__inner {
  margin: 0 auto;
  align-items: center;
  display: flex;
  flex-direction: column;
  background-color: rgba(240, 240, 240, 0.3764705882);
  padding: 40px;
  border-radius: 10px;
}

.article-feedback__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #3c3238;
}

.article-feedback__label {
  margin-bottom: 10px;
  color: #3c3238;
}

.article-feedback__btn {
  display: inline-flex;
  text-decoration: none;
}

.article-feedback__info {
  margin-bottom: 30px;
}

.article-feedback__raiting {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}

.article-feedback__raiting {
  color: rgba(60, 50, 56, 0.5019607843);
  font-size: 16px;
}

.intro-article__info {
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .article-feedback__raiting {
    flex-wrap: wrap;
  }
  .article-feedback__title {
    font-size: 18px;
  }
}
/* gallery */
.gallery {
  background-color: rgba(240, 240, 240, 0.3764705882);
}

.gallery__item {
  overflow: hidden;
  border-radius: 10px;
  outline: none;
}

.swiper-slide.gallery__item picture {
  min-height: 260px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.swiper-slide.gallery__item picture img {
  min-height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}

.all-gallery__link {
  max-width: 300px;
  margin: 0 auto;
}

.gallery__swiper-inner {
  margin-bottom: 50px;
}

.gallery__pagination {
  display: none;
}

@media (max-width: 840px) {
  .gallery__swiper-buttons {
    display: none;
  }
  .gallery__pagination {
    display: block;
  }
}
/* gallery-main */
.gallery-main__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gallery-main__inner .gallery__item {
  width: calc(25% - 18.75px);
}

@media (max-width: 1140px) {
  .gallery-main__inner .gallery__item {
    width: calc(33.333% - 13.333px);
  }
}
@media (max-width: 768px) {
  .gallery-main__inner .gallery__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 500px) {
  .gallery-main__inner .gallery__item {
    width: 100%;
  }
}
/* Footer */
.footer {
  background: #1a252f;
  padding: 60px 0;
  color: #ffffff;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  gap: 20px;
}

.footer-top__social {
  display: flex;
  gap: 20px;
}

.footer-top__social-item {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background-color: #b7141b;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  transition: all 0.3s linear;
}

@media (hover: hover) {
  .footer-top__social-item:hover {
    background-color: #ffffff;
    border-color: #b7141b;
  }
}
.footer-top__social-item svg {
  max-width: 18px;
}

.footer-top__social-item svg path {
  transition: all 0.3s linear;
}

@media (hover: hover) {
  .footer-top__social-item:hover svg path {
    fill: #b7141b;
  }
}
.footer-nav__inner {
  display: flex;
  width: 100%;
}

.footer-center {
  display: flex;
  gap: 50px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  justify-content: space-between;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}
.footer-nav > * {
  flex-basis: calc(20% - 32px);
}

.footer-top__wrap-item {
  display: flex;
  align-items: center;
  gap: 40px;
}

.footer__info-wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.footer__description {
  font-size: 14px;
  max-width: 600px;
  align-items: center;
  display: flex;
}

.footer__phone {
  font-size: 24px;
  font-weight: 700;
  transition: color 0.3s linear;
}

.footer__phone:hover {
  color: #b7141b;
}

.nav-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nav-column__title {
  font-weight: 600;
  text-transform: uppercase;
}

.nav-column__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.nav-column__list li a {
  transition: color 0.3s ease;
  font-size: 16px;
  font-weight: 300;
}
.nav-column__list li a:hover {
  color: #b7141b;
}

.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  font-size: 16px;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-payments {
  display: flex;
  gap: 15px;
  align-items: center;
}

.footer-payments__inner {
  display: flex;
  gap: 5px;
}

.footer-payments__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.062745098);
}
.footer-payments__icon img {
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-disclaimer {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}

.footer-top__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  gap: 20px;
}

.footer-bottom__links {
  display: flex;
  gap: 10px;
}
.footer-bottom__links a {
  text-decoration: underline;
  transition: color 0.3s linear;
}
.footer-bottom__links a:hover {
  color: #b7141b;
}

.footer__mail {
  font-size: 16px;
  display: flex;
  gap: 5px;
}
.footer__mail a {
  transition: color 0.3s linear;
}
.footer__mail a:hover {
  color: #b7141b;
}

.footer-info__inner-search {
  color: #3c3238;
  overflow: hidden;
}

.footer-info__inner-search:focus-within {
  overflow: visible;
}
.footer-info__inner-search .search__input {
  padding: 14px 40px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  padding-left: 44px;
  background-color: transparent;
  color: #ffffff;
}
.footer-info__inner-search .search__input::-moz-placeholder {
  color: #ffffff;
}
.footer-info__inner-search .search__input::placeholder {
  color: #ffffff;
}
.footer-info__inner-search .search__input:focus {
  background: rgba(246, 237, 237, 0.1098039216);
}
.footer-info__inner-search .search__input:hover {
  background: rgba(246, 237, 237, 0.1098039216);
}
.footer-info__inner-search .search__icon {
  filter: grayscale(1) brightness(0) invert(1);
}

/* Footer media */
@media (max-width: 1024px) {
  .footer-nav {
    justify-content: normal;
  }
  .footer-nav > * {
    flex-basis: calc(33.33% - 28px);
  }
  .footer-top__wrap {
    gap: 20px;
  }
  .footer-info {
    flex-direction: column;
    align-items: start;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: start;
  }
  .footer-disclaimer {
    text-align: start;
  }
}
@media (max-width: 768px) {
  .footer-nav {
    gap: 30px;
  }
  .footer-nav > * {
    flex-basis: calc(50% - 15px);
  }
  .footer-payments {
    flex-wrap: wrap;
  }
  .footer-payments__icon {
    width: 45px;
    height: 40px;
  }
  .footer-payments__icon img {
    height: 15px;
  }
  .footer-top__wrap-item {
    flex-wrap: wrap;
  }
}
@media (max-width: 550px) {
  .footer-nav > * {
    flex-basis: 100%;
  }
}
.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, 0, 0, 0.6);
  display: none;
}

.popup.active {
  display: block;
}

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

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

.popup__content {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  padding: 60px 40px;
  scale: 0.3;
  transition: scale 0.4s ease;
  background-color: #fcf8f8;
}

.popup__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

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

.close-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 29px;
  right: 29px;
  cursor: pointer;
  transition: transform 0.3s linear;
}
.close-popup img {
  width: 20px;
  height: 20px;
}

@media (hover: hover) {
  .close-popup:hover {
    transform: rotate(90deg);
  }
}
.popup__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.popup__inner > * {
  flex: 1;
}

.popup__title {
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
}
.popup__title::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background-color: #b7141b;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-radius: 3px;
}
.popup__title span {
  color: #b7141b;
}

.popup__subtitle {
  margin-bottom: 40px;
  max-width: 500px;
}

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

.popup__form > * {
  width: 100%;
}

.popup__politic {
  font-size: 16px;
  text-align: center;
}
.popup__politic a {
  text-decoration: underline;
  color: #b7141b;
}
.popup__politic a:hover {
  color: #b7141b;
}

.popup__form-btn {
  margin-bottom: 24px;
}

.popup__input-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.popup__input {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 20px 40px;
  color: #3c3238;
  width: 100%;
}
.popup__input::-moz-placeholder {
  color: #3c3238;
}
.popup__input::placeholder {
  color: #3c3238;
}

.popup__textarea {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 20px 40px;
  color: #3c3238;
}
.popup__textarea::-moz-placeholder {
  color: #3c3238;
}
.popup__textarea::placeholder {
  color: #3c3238;
}

.popup__inner-change::before {
  display: none;
}

.popup__form {
  width: 100%;
}

.popup-city__top {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}

.popup-city__title {
  display: block;
  padding-right: 20px;
  border-right: 1px solid rgb(210, 227, 253);
  margin-bottom: 0;
}

.popup-city__current-city {
  font-weight: 500;
  color: #fff;
  padding: 10px 14px;
  background-color: #b7141b;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}

.popup-city__current-city::before {
  display: block;
  content: "";
  width: 14px;
  height: 17.5px;
  flex-shrink: 0;
  background: url("../img/icons/map-marker.svg") center center no-repeat;
  background-size: contain;
  filter: grayscale(1) brightness(0) invert(1);
}

.popup-city__input {
  width: 100%;
  margin-bottom: 12px;
}

.popup-city {
  max-width: 700px;
}

.popup-city__inner {
  width: 100%;
}

.popup-city__list > ul {
  max-height: 350px;
  overflow-y: auto;
}

.popup-city__list > ul::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
}

.popup-city__list > ul::-webkit-scrollbar-thumb {
  background-color: #b7141b;
  border-radius: 6px;
}

.popup-city__list > ul::-webkit-scrollbar-track {
  background-color: rgb(210, 220, 232);
  border-radius: 6px;
}

.popup-city__item {
  padding: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  color: #3c3238;
}

@media (hover: hover) {
  .popup-city__item:hover {
    color: #b7141b;
  }
}
.popup-city__item::before {
  display: block;
  content: "";
  width: 14px;
  height: 17.5px;
  background: url("../img/icons/map-marker.svg") center center no-repeat;
  background-size: contain;
}

.popular-service > p {
  display: block;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}

.popular-service > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.popular-service > ul li a {
  font-weight: 500;
  display: block;
  color: #ffffff;
  border-radius: 10px;
  border: 1px solid #b7141b;
  background-color: #b7141b;
  padding: 10px 20px;
}

@media (hover: hover) {
  .popular-service > ul li a:hover {
    background-color: #ffffff;
    border-color: #b7141b;
    color: #b7141b;
  }
}
.popup__response {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto;
  text-align: center;
}

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

@media (max-width: 800px) {
  .popup__content {
    padding: 40px 20px;
  }
  .close-popup {
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
  }
  .close-popup img {
    width: 15px;
    height: 15px;
  }
  .popup__input {
    padding: 15px 28px;
  }
  .popup__politic {
    font-size: 14px;
  }
  .popup__subtitle {
    margin-bottom: 12px;
  }
  .popup__text {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .popup__title {
    font-size: 20px;
  }
  .popup__inner {
    flex-direction: column;
    width: 100%;
  }
  .popup__inner > * {
    width: 100%;
    flex: auto;
  }
  .popup__inner::before {
    display: none;
  }
  .popup-city__top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  .popup-city__title {
    padding-right: 0;
    border-right: none;
  }
  .popup-city__current-city {
    width: 100%;
  }
  .popup-city__input {
    margin-bottom: 20px;
  }
}
/* Navigation */
.navigation__inner {
  background: rgba(240, 240, 240, 0.3764705882);
  padding: 40px;
  border-radius: 10px;
  display: flex;
}

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

.navigation__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.navigation__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.navigation__link {
  position: relative;
  transition: all 0.3s ease;
  font-weight: 400;
  text-decoration: underline;
}
.navigation__link:hover {
  color: #b7141b;
}

.navigation__item {
  font-weight: 400;
  line-height: 1.56;
}

.title-h2 .navigation__link,
.title-h3 .navigation__link,
.title-h4 .navigation__link,
.title-h5 .navigation__link,
.title-h6 .navigation__link {
  padding-left: 15px;
  font-weight: 400;
}
.title-h2 .navigation__link:after,
.title-h3 .navigation__link:after,
.title-h4 .navigation__link:after,
.title-h5 .navigation__link:after,
.title-h6 .navigation__link:after {
  content: "●";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 13px;
  color: #b7141b;
}

/* Navigation  media */
@media (max-width: 1024px) {
  .navigation__title {
    margin-bottom: 16px;
    font-size: 22px;
  }
  .navigation__inner {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .navigation {
    padding-bottom: 60px;
  }
  .navigation__inner {
    flex-direction: column;
    gap: 16px;
    padding: 20px;
  }
  .navigation__title {
    font-size: 20px;
  }
}
/* notfound */
.notfound {
  padding: 100px 0;
}

.notfound__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.notfound__number {
  font-weight: 700;
  font-size: 250px;
  line-height: 100%;
  color: #b7141b;
}

.notfound__content {
  display: flex;
  gap: 40px;
  align-items: center;
  width: 100%;
  justify-content: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.notfound__descr {
  margin-bottom: 16px;
}

.notfound__search > p {
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .notfound__number {
    font-size: 200px;
  }
  .notfound {
    padding: 80px 0;
  }
  .notfound__content {
    flex-direction: column;
    text-align: center;
  }
  .notfound__title::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .notfound__number {
    font-size: 150px;
  }
}
/* tabs */
.tabs__inner {
  display: flex;
  background-color: #ffffff;
  padding: 40px;
  gap: 40px;
  border-radius: 10px;
  border: 1px solid #efefef;
}

.tab-content__wrapper {
  width: calc(65% - 20px);
}

.price__tabs {
  width: calc(35% - 20px);
}

.tab-content {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.tab-content.active {
  display: flex;
  flex-wrap: wrap;
  opacity: 1;
  transform: translateY(0);
}

.tabs__content {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabs__close {
  display: none;
}

.tabs-mobile.active .tabs__close {
  display: block;
  margin-left: auto;
  padding: 10px;
}

.tabs__title {
  color: #e63946;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  margin-top: 20px;
}

.tabs__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
}

.tab-content__title {
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 30px;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
  color: #3c3238;
}
.tab-content__title span {
  color: #b7141b;
}
.tab-content__title::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background-color: #b7141b;
  left: 0;
  bottom: 0;
  border-radius: 3px;
}

.service-sidebar-tabs .tab {
  width: 100%;
}

.tab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  color: #3c3238;
  background-color: rgba(240, 240, 240, 0.3764705882);
  text-align: start;
  font-weight: 600;
  line-height: 1;
  padding: 23px;
  border-radius: 10px;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    transform 0.2s ease;
}
.tab:hover {
  color: #fff;
  background: #e63946;
}
.tab.active {
  color: #fff;
  background: #e63946;
}
.tab span {
  font-size: 18px;
  font-weight: 400;
}

.tabs__active {
  display: none;
}

/* tabs media */
@media (max-width: 1100px) {
  .tabs__inner {
    padding: 20px;
    gap: 20px;
  }
  .tab-content__wrapper {
    width: calc(65% - 10px);
  }
  .price__tabs {
    width: calc(35% - 10px);
  }
}
@media (max-width: 980px) {
  .price__name {
    width: 100%;
  }
  .tab-content__wrapper {
    width: 100%;
  }
  .price__tabs {
    width: 100%;
  }
  .tabs__inner {
    flex-direction: column;
  }
  .tab-content__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .tabs__active-text:not(.service-sidebar-tabs .tabs__active-text) {
    position: relative;
    width: 100%;
    text-align: left;
  }
  .tabs__active-text:not(.service-sidebar-tabs .tabs__active-text):before {
    border-right: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: 0;
    top: 5px;
    transform: rotate(135deg);
    width: 7px;
  }
  .tabs__active:not(.service-sidebar-tabs .tabs__active) {
    display: block;
  }
  .tabs__active:not(.service-sidebar-tabs .tabs__active) {
    display: flex;
    padding: 15px 20px;
    white-space: normal;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    color: #ffffff;
    background-color: #e63946;
  }
  .tabs__container:not(.service-sidebar-tabs .tabs__container) {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10020;
    background-color: #141414;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    overflow-y: auto;
    bottom: 0;
  }
  .tabs__content:not(.service-sidebar-tabs .tabs__content) {
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px 20px;
  }
  .tabs__wrapper:not(.service-sidebar-tabs .tabs__wrapper) {
    display: flex;
    flex-direction: column;
    background-color: #efefef;
    width: 100%;
    border-radius: 10px;
    padding: 2px;
    gap: 0;
    transform: scale(0.95);
    transition: transform 0.3s ease;
  }
  .tab:not(.service-sidebar-tabs .tab) {
    padding: 15px 18px;
    border-radius: 10px;
    background: rgba(240, 240, 240, 0.3764705882);
    color: #3c3238;
    font-weight: 600;
    line-height: 1;
    width: 100%;
    transition:
      background-color 0.3s ease,
      color 0.3s ease,
      transform 0.2s ease;
  }
  .tab:not(.service-sidebar-tabs .tab):hover {
    background-color: #e63946;
    color: #ffffff;
  }
  .tab:not(.service-sidebar-tabs .tab).active {
    background-color: #e63946;
    color: #ffffff;
  }
  .tabs:not(.service-sidebar-tabs .tabs) {
    border-radius: 10px;
    background-color: #e63946;
    margin-bottom: 40px;
  }
  .tabs.active:not(.service-sidebar-tabs .tabs.active) .tabs__wrapper {
    transform: scale(1);
    pointer-events: all;
    min-width: 100%;
  }
  .tabs.active:not(.service-sidebar-tabs .tabs.active) .tabs__container {
    opacity: 1;
    pointer-events: all;
  }
  .tab:not(.service-sidebar-tabs .tab).active:before {
    display: none;
  }
  .price__name {
    font-size: 16px;
    flex-basis: 100%;
  }
  .price__cost {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .price__cost {
    width: 100%;
    flex-basis: 100%;
  }
  .price__btn {
    width: 100%;
    flex-basis: 100%;
  }
  .price__cost-btn {
    margin: 0;
  }
}
/* treatment */
.treatment__inner {
  display: flex;
  gap: 20px;
}
.treatment__inner > * {
  flex-basis: calc(50% - 10px);
  border-radius: 10px;
  border: 1px solid #efefef;
  padding: 40px 20px;
}
.treatment__inner > * > span {
  font-size: 25px;
  text-transform: uppercase;
  color: #b7141b;
  font-weight: 700;
  margin-bottom: 30px;
  display: block;
}
.treatment__inner > * > p {
  margin-bottom: 20px;
}

.treatment__risks ul li::before {
  background: url(../img/icons/risk-icon.svg);
  background-repeat: no-repeat;
}

.treatment__advantages ul li::before {
  background: url(../img/icons/advantages-icon.svg);
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .treatment__inner {
    flex-wrap: wrap;
  }
  .treatment__inner > * {
    flex-basis: 100%;
    padding: 20px;
  }
}
/* intro-service */
.intro-service__description {
  padding-left: 0;
  border-left: none;
}

/* intro-article */
.intro-article__label {
  background-color: #e63946;
  color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  line-height: 1;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.intro-article__info {
  display: flex;
  margin-bottom: 40px;
  gap: 20px;
}

.intro-article__info-date,
.intro-article__info-time {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  align-items: center;
  line-height: 1;
}
.intro-article__info-date::before,
.intro-article__info-time::before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  left: 0;
  top: 0;
}

.intro-article__info-date::before {
  background-image: url(../img/icons/calendar-white.svg);
}

.intro-article__info-time::before {
  background-image: url(../img/icons/clock-white.svg);
}

.itc-select {
  position: relative;
  width: 100%;
}

.itc-select__toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.itc-select__toggle::after {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin-left: 16px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="100" width="100"%3E%3Cpath d="M97.625 25.3l-4.813-4.89c-1.668-1.606-3.616-2.41-5.84-2.41-2.27 0-4.194.804-5.777 2.41L50 52.087 18.806 20.412C17.223 18.805 15.298 18 13.03 18c-2.225 0-4.172.804-5.84 2.41l-4.75 4.89C.813 26.95 0 28.927 0 31.23c0 2.346.814 4.301 2.439 5.865l41.784 42.428C45.764 81.174 47.689 82 50 82c2.268 0 4.215-.826 5.84-2.476l41.784-42.428c1.584-1.608 2.376-3.563 2.376-5.865 0-2.26-.792-4.236-2.375-5.932z"/%3E%3C/svg%3E');
  background-size: cover;
  content: "";
  transition: transform 0.3s linear;
}

.itc-select__toggle:focus {
  outline: none;
}

.itc-select_show .itc-select__toggle::after {
  transform: rotate(180deg);
}

.itc-select__dropdown {
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  z-index: 2;
  display: none;
  max-height: 160px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #b7141b;
  border-radius: 10px;
}

.itc-select_show .itc-select__dropdown {
  display: block;
}

.itc-select_show .itc-select__backdrop {
  display: block;
}

.itc-select__options {
  margin: 0;
  padding: 0;
  list-style: none;
}

.itc-select__option {
  padding: 6px 12px;
}

.itc-select__option_selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fcf8f8;
}

.itc-select__option_selected::after {
  width: 12px;
  height: 12px;
  color: #fcf8f8;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="100" width="100" class="svg-inline--fa fa-check fa-w-16" data-icon="check" data-prefix="fas" aria-hidden="true"%3E%3Cpath d="M33.964 85.547l-32.5-32.251a4.935 4.935 0 010-7.017l7.071-7.017a5.027 5.027 0 017.071 0L37.5 60.987l46.894-46.534a5.028 5.028 0 017.07 0l7.072 7.017a4.935 4.935 0 010 7.017l-57.5 57.06a5.027 5.027 0 01-7.072 0z" fill="%23b7141b"/%3E%3C/svg%3E');
  background-size: cover;
  content: "";
}

.itc-select__option:hover {
  background-color: #fcf8f8;
  cursor: pointer;
  transition: 0.2s background-color ease-in-out;
}

.sitemap-block {
  margin-bottom: 50px;
}

.sitemap-main__title {
  margin-bottom: 60px;
}

.sitemap-block__title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3c3238;
  margin-bottom: 30px;
  line-height: 1.3;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #efefef;
}

.sitemap-block__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px 30px;
}

.sitemap-block__grid > li > a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.3s linear;
}
.sitemap-block__grid > li > a:hover {
  color: #b7141b;
}

.sitemap-column__title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3c3238;
  margin-bottom: 15px;
  line-height: 1.4;
}
.sitemap-column__title a {
  color: inherit;
}
@media (hover: hover) {
  .sitemap-column__title a:hover {
    color: #b7141b;
  }
}

.sitemap-column__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemap-column__list li {
  margin-bottom: 10px;
}
.sitemap-column__list li:last-child {
  margin-bottom: 0;
}
.sitemap-column__list a {
  font-size: 16px;
  font-weight: 400;
  color: #3c3238;
  line-height: 1.5;
}
@media (hover: hover) {
  .sitemap-column__list a:hover {
    color: #b7141b;
  }
}

.sitemap-column--single .sitemap-column__list {
  display: none;
}

@media (max-width: 1200px) {
  .sitemap-block__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .sitemap-block__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .sitemap-block__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sitemap-main .text__content {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .sitemap-block__grid {
    grid-template-columns: 1fr;
  }
}
/* search */
.inner-search {
  position: relative;
}

.search__field {
  position: relative;
  display: block;
}

.search__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}

.search__icon img {
  width: 20px;
  height: 20px;
  display: block;
}

.search__input {
  padding: 14px 40px;
  border-radius: 10px;
  border: 1px solid #3c3238;
  padding-left: 44px;
  background-color: transparent;
}
.search__input:focus {
  background: #fcf8f8;
}
.search__input:hover {
  background: #fcf8f8;
}

.search__wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 5px;
  border-radius: 10px;
  background-color: #ffffff;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
  z-index: 10;
  padding: 30px 20px;
  max-height: 260px;
  overflow-y: auto;
}

.inner-search:focus-within .search__wrapper {
  display: block;
  opacity: 1;
  visibility: visible;
}

.search__empty {
  text-transform: uppercase;
  font-weight: 700;
}

.search__latin-warning {
  margin: 8px 0 0;
  padding: 0;
  font-size: 13px;
  color: #b7141b;
  line-height: 1.3;
}

.search__highlight {
  font-weight: 700;
  color: #b7141b;
  background-color: transparent;
}

.popular-search span {
  font-weight: 700;
  margin: 20px 0 15px 0;
  display: block;
}
.popular-search a:hover {
  color: #b7141b;
}

.rating-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  overflow: hidden;
}

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

.rating-area:not(:checked) > label {
  color: rgba(245, 197, 66, 0.4509803922);
  cursor: pointer;
  float: right;
  font-size: 25px;
  line-height: 25px;
  padding: 0;
  transition: color 0.2s ease;
  width: 25px;
}

.rating-area:not(:checked) > label:before {
  content: "★";
  font-weight: 700;
}

.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label,
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
  color: #f5c542;
}

.zoom {
  transition: transform 0.4s linear;
  border-radius: 10px;
  position: relative;
}
.zoom img {
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.zoom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(357, 80%, 40%, 0.2);
  opacity: 0;
  border-radius: 10px;
  transition: opacity 0.3s linear;
}

.zoom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  background: url("../img/icons/zoom.svg") no-repeat center center/contain;
  opacity: 0;
  transition: opacity 0.3s linear;
}

.zoom:hover {
  transform: scale(1.1);
}

.zoom:hover::before,
.zoom:hover::after {
  opacity: 1;
}

.header__wrapper::-webkit-scrollbar-thumb {
  background-color: transparent;
}

::-webkit-scrollbar-button {
  width: 8px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
  cursor: pointer;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #b7141b;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #b7141b;
  cursor: pointer;
}

::-webkit-resizer {
  width: 8px;
  height: 0px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 0;
}

.logo__picture {
  max-width: 231px;
  width: 100%;
}
.logo__picture img {
  max-width: 100%;
}

@media (max-width: 1024px) {
  body {
    font-size: 18px;
  }
  .section-offset {
    margin-bottom: 85px;
  }
  .section-pt {
    padding-top: 90px;
  }
  .section-pb {
    padding-bottom: 90px;
  }
  .standart-btn {
    padding: 15px 28px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
  .standart-btn {
    font-weight: 600;
    font-size: 16px;
  }
  .section-offset {
    margin-bottom: 70px;
  }
  .section-title,
  .section-title {
    font-size: 26px;
    margin-bottom: 30px;
    line-height: 1.3;
  }
  .section-descr {
    margin-bottom: 28px;
    font-size: 16px;
  }
  .breadcrumbs {
    padding: 10px 0;
  }
  .breadcrumbs__list {
    gap: 5px;
  }
  .breadcrumbs li {
    gap: 5px;
  }
  .breadcrumbs li:last-of-type {
    gap: 5px;
  }
  .section-pt {
    padding-top: 80px;
  }
  .section-pb {
    padding-bottom: 80px;
  }
  blockquote {
    font-size: 20px;
    padding: 20px;
    margin: 20px 0;
  }
}
@media (max-width: 1500px) {
  .swiper-title,
  .swiper-descr,
  .swiper-pag,
  .swiper {
    padding: 0 10px;
  }
}
@media (max-width: 1620px) {
  .logo__picture {
    max-width: 140px;
  }
}

.text__content-2-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.text__content-2-cols > * {
  flex-basis: calc(50% - 10px);
}

@media (max-width: 768px) {
  .text__content-2-cols {
    gap: 0;
  }
  .text__content-2-cols > * {
    flex-basis: 100%;
  }
}
.law__inner {
  display: flex;
  gap: 20px;
}

.law__item {
  flex-basis: calc(50% - 10px);
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
}
.law__item p a {
  color: #b7141b;
  transition: background-size 0.3s ease;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
}
.law__item p a:hover {
  background-size: 100% 1px;
}
.law__item h3 {
    margin-bottom: 20px;
}
.law-highlight {
  background-color: #ffdee0;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 600;
}
@media(max-width: 768px) {
  .law__inner {
    flex-direction: column;
  }
  .law__item {
    padding: 20px;
  }
}