.title-l {
  color: #315274;
  font-size: 46px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}

.text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.list-dots {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #fff;
}
.list-dots li {
  padding-left: 20px;
  position: relative;
}
.list-dots li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 9px;
  left: 6px;
}

.regular-20 {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.regular-16 {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.medium-18 {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.medium-16 {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.medium-14 {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.bold-20 {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.bold-18 {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

.bold-16 {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.uppercase {
  text-transform: uppercase;
}

.blue {
  color: #315274;
}

.green {
  color: #518474;
}

.white {
  color: #fff;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

body {
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

label {
  margin: 0;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

* {
  font-family: "Raleway", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
}

.container {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px;
}

.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

.max-width-499 {
  max-width: 499px;
}

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

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

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

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

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

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

.mx-a {
  margin: 0 auto;
}

.btn-blue {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 56px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  background-color: #315274;
  border: 1px solid #315274;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  transition: color 0.2s linear, background-color 0.2s linear !important;
}
.btn-blue:hover {
  color: #315274;
  background-color: transparent;
}

.btn-white {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 56px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #315274;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  transition: color 0.2s linear, background-color 0.2s linear !important;
}
.btn-white:hover {
  background-color: #315274;
  color: #fff;
}

.btn-green {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 56px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  background-color: #518474;
  border: 1px solid #518474;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  transition: color 0.2s linear, background-color 0.2s linear !important;
}
.btn-green:hover {
  background-color: #fff;
  color: #518474;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #315274;
}

.btn-prev,
.btn-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  padding: 7px;
  border-radius: 50%;
  background-color: #FFF;
  border: 1px solid #fff;
  fill: #5492CD;
  transition: 0.2s linear;
}
.btn-prev:hover,
.btn-next:hover {
  fill: #fff;
  background-color: #5492CD;
}
.btn-prev--blue,
.btn-next--blue {
  background-color: #5492CD;
  border: 1px solid #5492CD;
  fill: #fff;
}
.btn-prev--blue:hover,
.btn-next--blue:hover {
  fill: #5492CD;
  background-color: #fff;
}
.btn-prev.swiper-button-disabled,
.btn-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn-prev.swiper-button-lock,
.btn-next.swiper-button-lock {
  display: none;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.pagination-item:first-child {
  margin-right: 44px;
}
.pagination-item:last-child {
  margin-left: 44px;
}
.pagination-item.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.pagination-link {
  color: #315274;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.breadcrumbs-list {
  display: flex;
  align-items: center;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumbs-list::-webkit-scrollbar {
  display: none;
}
.breadcrumbs-list li {
  white-space: nowrap;
  color: #315274;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.breadcrumbs-list li:not(:last-child) {
  margin-right: 20px;
  position: relative;
}
.breadcrumbs-list li:not(:last-child)::before {
  content: "/";
  position: absolute;
  left: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumbs-list a {
  color: inherit;
  transition: 0.2s linear;
}
.breadcrumbs-list a:hover {
  opacity: 0.5;
}

.image-radius {
  overflow: hidden;
  border-radius: 20px;
}
.image-radius img {
  -o-object-fit: cover;
  object-fit: cover;
}

.double-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.header {
  padding: 20px 0;
  transition: 0.2s linear;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 135px;
}

.header-logo {
  display: block;
  width: 288px;
  height: 87px;
}

.header-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
}

.header-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.header-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  font-variant-numeric: lining-nums proportional-nums;
  color: #315274;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  transition: 0.2s linear;
}
.header-contact:hover {
  opacity: 0.5;
}
.header-contact img {
  width: 24px;
  height: 24px;
}

.header-companies {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 460px;
}

.header-company {
  transition: 0.2s linear;
}
.header-company:hover {
  opacity: 0.5;
}

.header-menu-bottom {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-nav {
  flex-grow: 1;
}

.header-nav-list {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.header-nav-link {
  display: block;
  color: #060607;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  overflow: hidden;
  position: relative;
}
.header-nav-link::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #060607;
  transition: transform 0.2s linear;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(-110%);
}

.header-burger {
  display: none;
  width: 32px;
  height: 16px;
  cursor: pointer;
  fill: #060607;
  position: relative;
}
.header-burger:hover {
  fill: #315274;
}
.header-burger.active .header-burger-open {
  opacity: 0;
}
.header-burger.active .header-burger-close {
  opacity: 1;
}
.header-burger-open {
  transition: 0.2s linear;
}
.header-burger-close {
  width: 15.556px;
  height: 15.556px;
  transition: opacity 0.2s linear, fill 0.2s linear;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.intro-inner {
  display: grid;
  grid-template-columns: 499px 1fr;
  height: 600px;
}

.intro-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  border-radius: 20px;
  background: #315274;
}
.intro-block .title-l,
.intro-block .regular-20 {
  color: #fff;
}
.intro-slider {
  width: 100%;
  border-radius: 20px;
}

.intro-slide img {
  -o-object-fit: cover;
  object-fit: cover;
}

.about-board {
  padding: 40px 34px;
  background-size: cover;
  overflow: hidden;
  border-radius: 20px;
}

.about-board-wrapper {
  max-width: 571px;
  margin-left: auto;
  padding: 30px;
  border-radius: 20px;
  background: #FFF;
}
.about-board-wrapper .title-l {
  color: #315274;
}

.about-descr {
  max-width: 712px;
  color: #315274;
}

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

.about-item {
  display: block;
}
.about-item:hover .about-icon {
  opacity: 0.5;
}
.about-item:hover .about-text {
  color: #5492CD;
}
.about-item:nth-child(1) .about-icon {
  border-color: #518474;
}
.about-item:nth-child(2) .about-icon {
  border-color: #B5B5B5;
}
.about-item:nth-child(3) .about-icon {
  border-color: #5492CD;
  background-color: #5492CD;
}
.about-item:nth-child(4) .about-icon {
  border-color: #518474;
}

.about-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid;
  transition: 0.2s linear;
}
.about-icon img {
  max-width: 225px;
  height: auto;
}
.about-text {
  max-width: 287px;
  color: #060607;
  transition: color 0.2s linear;
}

.priorities-inner .title-l {
  text-align: center;
  color: #315274;
}

.priorities-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.priorities-item {
  width: calc((100% - 60px) / 3);
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.17);
}
.priorities-item .medium-16 {
  padding: 20px;
}

.priorities-img {
  height: 141px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
.priorities-img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews-inner {
  padding: 20px 30px 50px;
  border-radius: 20px;
  background: #5492CD;
  position: relative;
}
.reviews-inner::before {
  content: "";
  width: 261px;
  height: 324px;
  background-image: url("../img/icons/reviews-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 132px;
  bottom: 0;
}
.reviews-inner .title-l {
  max-width: 444px;
  color: #fff;
  position: absolute;
  top: 40px;
  left: 40px;
}

.reviews-carusel {
  max-width: 754px;
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 30px;
  position: relative;
  z-index: 2;
}

.reviews-slider {
  width: 100%;
}

.reviews-slide {
  max-width: 290px;
}

.reviews-img {
  display: block;
  width: 100%;
  height: 303px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.reviews-img:hover::after, .reviews-img:hover::before {
  opacity: 1;
}
.reviews-img::before {
  content: "";
  transition: 0.2s linear;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.reviews-img::after {
  content: "";
  transition: 0.2s linear;
  opacity: 0;
  width: 69.96px;
  height: 69.96px;
  background-image: url("../img/icons/search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.reviews-img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews-info {
  display: grid;
  grid-template-columns: 172px 1fr;
  gap: 10px;
  color: #fff;
}

.reviews-address {
  text-align: right;
}

.blog--page .blog-list {
  grid-template-columns: repeat(3, 1fr);
}
.blog--page .blog-article {
  flex-direction: column;
}
.blog--page .blog-img {
  width: 100%;
  height: 200px;
  border-radius: 20px 20px 0px 0px;
}
.blog-inner .title-l {
  text-align: center;
  color: #315274;
}
.blog-inner .btn-green {
  margin: 0 auto;
}

.blog-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.blog-item:hover .blog-article {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
}

.blog-article {
  display: flex;
  align-items: stretch;
  min-height: 230px;
  height: 100%;
  transition: 0.2s linear;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.17);
}

.blog-img {
  width: 288px;
  flex-shrink: 0;
  border-radius: 20px 0px 0px 20px;
  overflow: hidden;
}
.blog-img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog-content .medium-16 {
  margin-top: auto;
  color: #124390;
  text-decoration-line: underline;
}
.blog-content .bold-18 {
  color: #315274;
}

.blog-date {
  color: #B5B5B5;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.feedback-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 30px;
  padding: 40px 106px 115px;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
}

.feedback-board {
  padding: 30px;
  border-radius: 20px;
  background: #FFF;
}
.feedback-board .title-l {
  max-width: 363px;
  color: #315274;
}
.feedback-board .text-wrapper {
  color: #060607;
}

.feedback-address,
.feedback-link {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 366px;
  color: #315274;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.feedback-address img,
.feedback-link img {
  width: 30px;
  height: 30px;
}

.feedback-link {
  transition: 0.2s linear;
}
.feedback-link:hover {
  opacity: 0.5;
}

.feedback-form {
  display: flex;
  flex-direction: column;
}
.feedback-form .btn-white {
  margin: 0 auto;
}

.feedback-label {
  display: block;
  width: 100%;
}

.feedback-input,
.feedback-textarea {
  display: block;
  width: 100%;
  padding: 18px 30px;
  border-radius: 10px !important;
  background: #FFF;
  border: none;
  box-shadow: unset;
  color: #060607;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.feedback-input::-moz-placeholder, .feedback-textarea::-moz-placeholder {
  color: #B5B5B5;
}
.feedback-input::placeholder,
.feedback-textarea::placeholder {
  color: #B5B5B5;
}

.feedback-textarea {
  min-height: 170px;
  resize: none;
}
.popup {
  display: none;
  padding: 20px;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
}

.popup-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.popup-btn {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 90px;
  right: 100px;
  z-index: 2;
  transition: 0.2s linear;
}
.popup-btn:hover {
  opacity: 0.5;
}

.popup-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 710px;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  text-align: center;
}
.popup-inner .medium-16 {
  max-width: 605px;
}

.popup-logo {
  width: 182px;
  height: 54px;
}

.article-inner {
  display: grid;
  grid-template-columns: 1fr 605px;
  align-items: center;
  gap: 30px;
}

.article-content h2 {
  color: #315274;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}

.article-wrapper {
  max-width: 499px;
}
.article-wrapper p {
  color: #060607;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.article-wrapper h3 {
  color: #060607;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.article-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #060607;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.article-wrapper ul li {
  padding-left: 20px;
  position: relative;
}
.article-wrapper ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #060607;
  position: absolute;
  top: 9px;
  left: 6px;
}

.article-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.article-slider {
  height: 460px;
  width: 100%;
  border-radius: 20px;
}

.article-slide img {
  -o-object-fit: cover;
  object-fit: cover;
}

.article-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
.article-nav .swiper-pagination {
  position: static;
}
.article-nav .swiper-pagination .swiper-pagination-bullet {
  background: #5492CD;
}
.article-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #315274;
}

.brand--meril .brand-one {
  align-items: center;
  background: #5492CD;
}

.brand-inner {
  display: flex;
}

.brand-one,
.brand-two {
  width: 50%;
  height: 470px;
  border-radius: 20px;
  overflow: hidden;
}

.brand-one {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand-wrapper {
  max-width: 499px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.brand-wrapper .bold-20 {
  text-align: center;
  color: #FF6418;
}

.categories--arthrex .categories-list {
  grid-template-columns: repeat(4, 1fr);
}
.categories--arthrex .categories-item {
  height: 138px;
  background: #E4E4E4;
  border-radius: 10px;
  font-size: 20px;
  color: #315274;
}
.categories--amtai .categories-item, .categories--maxx .categories-item {
  background: #315274;
}
.categories--meril .categories-item {
  background: #518474;
}

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

.categories-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  border-radius: 20px;
  text-transform: uppercase;
  transition: 0.2s linear;
  color: #FFF;
  font-size: 46px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
.categories-item:hover {
  opacity: 0.5;
}

.equipment-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
}

.equipment-item {
  height: 100%;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.17);
  transition: 0.2s linear;
}
.equipment-item:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
}
.equipment-item .bold-16 {
  padding: 20px;
  font-variant-numeric: lining-nums proportional-nums;
  color: #315274;
  text-transform: uppercase;
}

.equipment-img {
  height: 144px;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}
.equipment-img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.implants {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 60px;
  height: 100%;
}
.implants .list-dots {
  max-width: 393px;
  text-decoration: underline;
}

.implants-img {
  width: 431px;
  height: 399px;
}

.orthobiology {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 60px;
  height: 100%;
}

.orthobiology-info {
  max-width: 499px;
  color: #fff;
}

.orthobiology-img {
  max-width: 360px;
  height: auto;
}

.tabs-inner {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.tabs-slider {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.tabs-nav {
  display: flex;
  align-items: center;
  gap: 60px;
}

.tabs-slide {
  width: -moz-fit-content;
  width: fit-content;
  padding: 17px 27px;
  cursor: pointer;
  border-radius: 10px;
  text-transform: uppercase;
  color: #315274;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  transition: background 0.2s linear, color 0.2s linear;
}
.tabs-slide:hover {
  background: #315274;
  color: #FFF;
}
.tabs-slide.swiper-slide-thumb-active {
  background: #315274;
  color: #FFF;
}

.tabs-subslider {
  width: 100%;
  border-radius: 20px;
  background: #315274;
}
.tabs-subslider .swiper-wrapper {
  align-items: center;
}

.tabs-subslide {
  visibility: hidden;
}
.tabs-subslide.swiper-slide-active {
  visibility: visible;
}

.teaching-chart {
  max-width: 499px;
  color: #518474;
  text-transform: uppercase;
}
.teaching-chart a {
  color: #315274;
  text-decoration-color: #315274;
  text-decoration: underline;
  transition: text-decoration-color 200ms ease-in;
}
.teaching-chart a:hover {
  text-decoration-color: transparent;
}

.teaching-board {
  padding: 40px;
  border-radius: 20px;
  background: #315274;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.17);
  color: #FFF;
}

.doctors-inner {
  display: grid;
  grid-template-columns: 499px 1fr;
  align-items: center;
  gap: 30px;
}

.doctors-two {
  display: flex;
  align-items: center;
  gap: 30px;
}

.doctors-logo {
  height: 180px;
}
.doctors-logo img {
  width: auto;
  max-width: 100%;
}

.prosthetics .title-l {
  max-width: 605px;
}

.prosthetics-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.prosthetics-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.17);
  padding: 30px;
}

.prosthetics-one {
  flex-grow: 1;
}
.prosthetics-one .bold-20 {
  max-width: 469px;
}
.prosthetics-one .list-dots {
  color: #060607;
}
.prosthetics-one .list-dots li::before {
  background-color: #060607;
}

.prosthetics-two {
  flex-shrink: 0;
  width: 393px;
  height: 275px;
}

.tables {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
  padding: 40px;
}

.tables-content {
  display: grid;
  grid-template-columns: 459px 288px 318px;
  gap: 30px;
}

.tables-carousel {
  display: flex;
  align-items: center;
  gap: 40px;
}

.tables-slider {
  width: 499px;
  height: 265px;
}

.meril-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.meril-nav .btn-next {
  transform: rotate(90deg);
}

.meril-wrapper {
  display: none;
}

.meril-table {
  width: 100%;
  border-collapse: collapse;
}
.meril-table thead tr {
  background: #5492CD;
  color: #fff;
}
.meril-table tbody tr {
  background: #E8E8E8;
  color: #B5B5B5;
  transition: 0.2s linear;
}
.meril-table tbody tr:hover {
  background: rgba(232, 232, 232, 0.1);
}
.meril-table th,
.meril-table td {
  border: 1px solid #B5B5B5;
  padding: 8px;
  text-align: center;
  width: 14.28%;
  font-variant-numeric: lining-nums proportional-nums;
  text-transform: uppercase;
}

.tools-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 136px;
}

.tools-item .bold-16 {
  max-width: 288px;
}

.tools-img {
  height: 285px;
}
.tools-img img {
  width: auto;
}

.footer {
  margin-top: auto;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 70px;
  border-radius: 20px 20px 0px 0px;
  background: #315274;
}

.footer-logo {
  display: block;
  width: 126px;
  height: 38px;
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer-link {
  display: block;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  overflow: hidden;
  position: relative;
}
.footer-link::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #FFF;
  transition: transform 0.2s linear;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(-110%);
}
@media (max-width: 1439px) {
  .orthobiology-info {
    max-width: 350px;
  }
  .orthobiology-img {
    max-width: 256px;
  }
}
@media (max-width: 1439px) and (min-width: 1024px) {
  .title-l {
    font-size: 3.194vw;
  }
  .text-wrapper {
    gap: 1.389vw;
  }
  .regular-20 {
    font-size: 1.389vw;
  }
  .regular-16 {
    font-size: 1.111vw;
  }
  .medium-18 {
    font-size: 1.25vw;
  }
  .medium-16 {
    font-size: 1.111vw;
  }
  .medium-14 {
    font-size: 0.972vw;
  }
  .bold-20 {
    font-size: 1.389vw;
  }
  .bold-18 {
    font-size: 1.25vw;
  }
  .bold-16 {
    font-size: 1.111vw;
  }
  .max-width-499 {
    max-width: 34.653vw;
  }
  .mb-20 {
    margin-bottom: 1.389vw;
  }
  .mb-30 {
    margin-bottom: 2.083vw;
  }
  .mb-40 {
    margin-bottom: 2.778vw;
  }
  .mb-60 {
    margin-bottom: 4.167vw;
  }
  .mb-80 {
    margin-bottom: 5.556vw;
  }
  .mb-120 {
    margin-bottom: 8.333vw;
  }
  .btn-blue {
    padding: 1.111vw 3.889vw;
    font-size: 1.111vw;
  }
  .btn-white {
    padding: 1.111vw 3.889vw;
    font-size: 1.111vw;
  }
  .btn-green {
    padding: 1.111vw 3.889vw;
    font-size: 1.111vw;
  }
  .btn-prev,
  .btn-next {
    width: 3.056vw;
    height: 3.056vw;
    padding: 0.486vw;
  }
  .header {
    padding: 1.389vw 0;
  }
  .header-inner {
    gap: 9.375vw;
  }
  .header-logo {
    width: 20vw;
    height: 6.042vw;
  }
  .header-menu {
    gap: 1.389vw;
  }
  .header-contacts {
    gap: 0.694vw;
  }
  .header-contact {
    font-size: 12px;
    gap: 0.694vw;
  }
  .header-contact img {
    width: 1.667vw;
    height: 1.667vw;
  }
  .header-companies {
    gap: 1.389vw;
    max-width: 31.944vw;
  }
  .header-menu-bottom {
    gap: 2.083vw;
  }
  .header-nav-link {
    font-size: 14px;
  }
  .intro-inner {
    grid-template-columns: 34.653vw 1fr;
    height: 41.667vw;
  }
  .intro-block {
    padding: 2.778vw;
  }
  .about-board {
    padding: 2.778vw 2.361vw;
  }
  .about-board-wrapper {
    max-width: 39.653vw;
    padding: 2.083vw;
  }
  .about-descr {
    max-width: 49.444vw;
  }
  .about-icon {
    height: 15.278vw;
    padding: 2.083vw;
  }
  .about-icon img {
    max-width: 15.625vw;
  }
  .about-text {
    max-width: 19.931vw;
  }
  .reviews-inner {
    padding: 1.389vw 2.083vw 3.472vw;
  }
  .reviews-inner::before {
    width: 18.125vw;
    height: 22.5vw;
    left: 9.167vw;
  }
  .reviews-inner .title-l {
    max-width: 30.833vw;
    top: 2.778vw;
    left: 2.778vw;
  }
  .reviews-carusel {
    max-width: 52.361vw;
    gap: 2.083vw;
  }
  .reviews-img {
    height: 21.042vw;
  }
  .reviews-img::after {
    width: 4.858vw;
    height: 4.858vw;
  }
  .reviews-info {
    grid-template-columns: 11.944vw 1fr;
  }
  .blog--page .blog-img {
    height: 13.889vw;
  }
  .blog-list {
    gap: 2.083vw;
  }
  .blog-article {
    min-height: 15.972vw;
  }
  .blog-img {
    width: 20vw;
  }
  .blog-content {
    padding: 1.389vw;
    gap: 1.389vw;
  }
  .blog-date {
    font-size: 0.972vw;
  }
  .feedback-inner {
    gap: 2.083vw;
    padding: 2.778vw 7.361vw 7.986vw;
  }
  .feedback-board {
    padding: 2.083vw;
  }
  .feedback-board .title-l {
    max-width: 25.208vw;
  }
  .feedback-address,
  .feedback-link {
    gap: 1.389vw;
    max-width: 25.417vw;
    font-size: 1.111vw;
  }
  .feedback-address img,
  .feedback-link img {
    width: 2.083vw;
    height: 2.083vw;
  }
  .feedback-input,
  .feedback-textarea {
    padding: 1.25vw 2.083vw;
    font-size: 1.111vw;
  }
  .feedback-textarea {
    min-height: 11.806vw;
  }
  .popup-btn {
    top: 6.25vw;
    right: 6.944vw;
  }
  .article-inner {
    grid-template-columns: 1fr 42.014vw;
    gap: 2.083vw;
  }
  .article-wrapper {
    max-width: 34.653vw;
  }
  .article-slider {
    height: 31.944vw;
  }
  .categories--arthrex .categories-item {
    font-size: 1.389vw;
  }
  .categories-item {
    font-size: 3.194vw;
  }
  .equipment-list {
    gap: 2.778vw 2.083vw;
  }
  .equipment-item .bold-16 {
    padding: 1.389vw;
  }
  .equipment-img {
    height: 10vw;
  }
  .tabs-inner {
    gap: 2.431vw;
  }
  .tabs-nav {
    gap: 4.167vw;
  }
  .tabs-slide {
    padding: 1.181vw 1.875vw;
    font-size: 1.111vw;
  }
  .teaching-chart {
    max-width: 34.653vw;
  }
  .teaching-board {
    padding: 2.778vw;
  }
  .doctors-inner {
    gap: 2.083vw;
    grid-template-columns: 34.653vw 1fr;
  }
  .doctors-two {
    gap: 2.083vw;
  }
  .doctors-logo {
    height: 12.5vw;
  }
  .prosthetics-list {
    gap: 2.778vw;
  }
  .prosthetics-item {
    gap: 2.778vw;
    padding: 2.083vw;
  }
  .prosthetics-two {
    width: 27.292vw;
    height: 19.097vw;
  }
  .tools-wrapper {
    gap: 9.444vw;
  }
  .tools-item .bold-16 {
    max-width: 20vw;
  }
  .tools-img {
    height: 19.792vw;
  }
  .footer-inner {
    padding: 1.389vw 4.861vw;
  }
  .footer-link {
    font-size: 0.972vw;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .priorities-list {
    gap: 2.083vw;
  }
  .priorities-item {
    width: calc((100% - 4.167vw) / 3);
  }
  .priorities-item .medium-16 {
    padding: 1.389vw;
  }
  .priorities-img {
    height: 9.792vw;
  }
  .brand-one,
  .brand-two {
    height: 32.639vw;
  }
  .brand-wrapper {
    max-width: 34.653vw;
  }
  .categories--arthrex .categories-item {
    height: 9.583vw;
  }
  .categories-item {
    height: 15.278vw;
  }
  .implants {
    padding: 2.083vw 4.167vw;
  }
  .implants-img {
    width: 29.931vw;
    height: 27.708vw;
  }
  .orthobiology {
    padding: 2.083vw 4.167vw;
  }
}
@media (max-width: 1023px) {
  .title-l {
    font-size: 28px;
  }
  .text-wrapper {
    gap: 10px;
  }
  .regular-20 {
    font-size: 16px;
  }
  .regular-16 {
    font-size: 13px;
  }
  .medium-18 {
    font-size: 15px;
  }
  .medium-16 {
    font-size: 14px;
  }
  .medium-14 {
    font-size: 12px;
  }
  .bold-20 {
    font-size: 16px;
  }
  .bold-18 {
    font-size: 14px;
  }
  .bold-16 {
    font-size: 12px;
  }
  .site-wrapper {
    padding-top: 70px;
  }
  .mb-20 {
    margin-bottom: 10px;
  }
  .mb-30 {
    margin-bottom: 15px;
  }
  .mb-40 {
    margin-bottom: 20px;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .mb-120 {
    margin-bottom: 60px;
  }
  .btn-blue {
    padding: 10px 20px;
    font-size: 14px;
  }
  .btn-white {
    padding: 10px 20px;
    font-size: 14px;
  }
  .btn-green {
    padding: 10px 20px;
    font-size: 14px;
  }
  .btn-prev,
  .btn-next {
    width: 28px;
    height: 28px;
    padding: 4px;
  }
  .pagination-item:first-child {
    margin-right: 24px;
  }
  .pagination-item:last-child {
    margin-left: 24px;
  }
  .breadcrumbs-list li {
    font-size: 14px;
  }
  .header {
    padding: 10px 0;
    background-color: #fff;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .header-inner {
    justify-content: space-between;
    gap: 35px;
  }
  .header-logo {
    width: 160px;
    height: 50px;
  }
  .header-menu {
    padding: 10px 20px;
    gap: 30px;
    border-top: 1px solid #315274;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transform: translateX(-100%);
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header-menu::-webkit-scrollbar {
    display: none;
  }
  .header-menu.active {
    transform: translateX(0);
    opacity: 1;
  }
  .header-menu-top {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 30px;
  }
  .header-contacts {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .header-menu-bottom {
    gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  .header-nav-list {
    gap: 20px;
  }
  .header-nav-link {
    font-size: 16px;
  }
  .header-burger {
    display: block;
  }
  .intro-inner {
    grid-template-columns: repeat(1, 1fr);
    height: unset;
  }
  .intro-block {
    padding: 20px;
  }
  .intro-slider {
    height: 600px;
  }
  .about-board {
    padding: 10px;
  }
  .about-board-wrapper {
    padding: 15px;
  }
  .about-icon {
    padding: 10px;
    height: 160px;
  }
  .about-text {
    max-width: 90%;
  }
  .reviews-inner {
    padding: 30px 10px;
  }
  .reviews-inner::before {
    display: none;
  }
  .reviews-inner .title-l {
    position: static;
    text-align: center;
    margin-bottom: 20px;
    max-width: unset;
  }
  .reviews-carusel {
    gap: 20px;
  }
  .reviews-img {
    height: auto;
  }
  .reviews-img::after {
    width: 35px;
    height: 35px;
  }
  .reviews-info {
    grid-template-columns: repeat(1, 1fr);
  }
  .reviews-address {
    text-align: left;
  }
  .blog--page .blog-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-list {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
  .blog-article {
    min-height: unset;
  }
  .blog-date {
    font-size: 12px;
  }
  .feedback-inner {
    padding: 20px 10px;
    grid-template-columns: repeat(1, 1fr);
  }
  .feedback-board {
    padding: 20px;
  }
  .feedback-board .title-l {
    max-width: unset;
  }
  .feedback-address,
  .feedback-link {
    font-size: 14px;
    gap: 10px;
  }
  .feedback-address img,
  .feedback-link img {
    width: 20px;
    height: 20px;
  }
  .feedback-input,
  .feedback-textarea {
    padding: 12px 20px;
  }
  .popup-btn {
    width: 26px;
    height: 26px;
    top: 20px;
    right: 20px;
  }
  .article-inner {
    display: flex;
    flex-direction: column;
  }
  .article-content h2 {
    font-size: 16px;
  }
  .article-wrapper p {
    font-size: 14px;
  }
  .article-wrapper h3 {
    font-size: 14px;
  }
  .article-wrapper ul {
    font-size: 14px;
  }
  .article-carousel {
    max-width: 605px;
  }
  .categories--arthrex .categories-item {
    font-size: 16px;
  }
  .categories-item {
    font-size: 16px;
  }
  .equipment-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 10px;
  }
  .equipment-item .bold-16 {
    padding: 10px 20px;
  }
  .tabs-inner {
    gap: 15px;
  }
  .tabs-nav {
    gap: 30px;
  }
  .tabs-slide {
    padding: 7px 17px;
    font-size: 12px;
  }
  .teaching-chart {
    max-width: 399px;
  }
  .teaching-board {
    padding: 20px;
  }
  .doctors-inner {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .doctors-two {
    gap: 20px;
  }
  .doctors-logo {
    height: 80px;
  }
  .prosthetics-list {
    gap: 20px;
  }
  .prosthetics-item {
    flex-direction: column;
    gap: 20px;
    padding: 15px;
  }
  .tools-wrapper {
    gap: 30px;
  }
  .tools-img {
    height: 185px;
  }
  .footer-inner {
    padding: 20px 30px;
  }
  .footer-nav {
    gap: 20px;
  }
  .footer-link {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-list li {
    font-size: 12px;
  }
  .double-column {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .header-companies {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .header-nav-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .about-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 0;
  }
  .priorities-list {
    gap: 20px;
  }
  .priorities-item {
    width: 100%;
  }
  .blog--page .blog-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog-article {
    flex-direction: column;
  }
  .blog-img {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0px 0px;
  }
  .brand-inner {
    flex-direction: column;
    gap: 30px;
  }
  .brand-one,
  .brand-two {
    width: 100%;
    height: auto;
  }
  .brand-wrapper {
    gap: 10px;
  }
  .categories--arthrex .categories-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .categories--arthrex .categories-item {
    height: 70px;
  }
  .categories-item {
    height: 70px;
  }
  .equipment-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .implants {
    flex-direction: column-reverse;
    padding: 10px 20px;
  }
  .implants .list-dots {
    max-width: unset;
  }
  .implants-img {
    width: 100%;
    height: auto;
  }
  .orthobiology {
    flex-direction: column-reverse;
    padding: 10px 20px;
  }
  .orthobiology-info {
    max-width: unset;
  }
  .orthobiology-img {
    width: auto;
    height: 100%;
  }
  .prosthetics-two {
    width: 100%;
    height: auto;
  }
  .meril-wrapper {
    overflow-x: scroll;
  }
  .meril-table {
    min-width: 700px;
  }
  .footer-inner {
    flex-direction: column;
  }
  .footer-nav {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 544px) {
  .intro-slider {
    height: 280px;
  }
  .article-slider {
    height: 260px;
  }
  .equipment-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (any-hover: hover) {
  .header-nav-link:hover::before {
    transform: translateX(0);
  }
  .footer-link:hover::before {
    transform: translateX(0);
  }
}

.header-lang img{ height: 38px;}
.header-lang:hover{opacity:0.7}
.social a{float:right;margin-right: 10px;}
.social a.face img {height: 29px;}
.social a.insta img {height: 36px;margin-top: -3px;}