.content__info-item__img{
	width: 80px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
    background-color: #ffffff;
}
.content__info-item__link{
    clear: both;
}
.producers__slider-img img{
    max-height: none;
}

.certificates__item.hide{
    display: none;
}
.certificates__more{
    display: inline-block;
    position: relative;
    text-align: center;
    width: auto;
    padding-right: 40px;
    cursor: pointer;
    font-size: 18px;
}
.certificates__more:hover{
    text-decoration: underline;
}
.certificates__more:before{
    content: "";
    position: absolute;
    top: 8px;
    right: 15px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    background-image: url(../images/dist/svg/arrow-black.svg);
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    width: 8px;
    height: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.certificates__more.open:before{
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

#gt_float_wrapper{
    position: relative;
    z-index: 5555;
    display: flex;
    align-items: center;
    margin-right: 5px;
    margin-left: 5px;
}
.gt-current-lang{
    padding: 4px;
    font-size: 14px;
    display: flex;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 4px 8px !important;
}
.gt_float_switcher{
    font-size: 14px !important;
}
.gt_float_switcher img {
    width: 20px!important;
}
.gt_float_switcher .gt_options{
    position: absolute !important;
    top: 40px;
    width: 200px;
    background: #fff;
    max-width: none !important;
}

.footer .gt_float_switcher .gt_options{
    top: auto;
    bottom: 40px;
}

.header .gtranslate_wrapper{
    flex: 0 0 90px;
}

.link-vakansii:hover {
    text-decoration: underline;
}

.element-reshaemye-zadachi:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    border: 2px solid #76c638;
    border-radius: 50%;
    width: 7px;
    height: 7px;
}

.element-reshaemye-zadachi {
    font-family: Inter,sans-serif;
    color: #323232;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    padding-left: 19px;
    position: relative;
}

.content__info-body .content-stages-rehabilitation div[class*=col-]:first-child {
    text-align: inherit;
    line-height: 1.6;
}

.equipment__content .content-stages-rehabilitation .col-xl-auto:nth-child(2) {
    font-weight: 400;
}

@media (min-width: 1200px) {
    .equipment__content .head-stages-rehabilitation .col-xl-auto:nth-child(1) {
        width: 29%;
    }
    .equipment__content .head-stages-rehabilitation .col-xl-auto:nth-child(2) {
        width: 29%;
    }
    .equipment__content .head-stages-rehabilitation .col-xl-auto:nth-child(3) {
        width: 42%;
    }

    .equipment__content .content-stages-rehabilitation .col-xl-auto:nth-child(1) {
        width: 29%;
    }
    .equipment__content .content-stages-rehabilitation .col-xl-auto:nth-child(2) {
        width: 29%;
    }
    .equipment__content .content-stages-rehabilitation .col-xl-auto:nth-child(3) {
        width: 42%;
    }
}

/* для перелинковки */

.links-div__inner {
  display: inline-block;
  font-size: 1rem; /* увеличенный размер шрифта */
  color: #333;
}

.links-filter__list {
  display: inline-block;
  margin-left: 10px;
  padding: 0;
  list-style-type: none;
}

.links-filter__item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
}

.links-filter__link {
  color: #666;
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #666;
  border-radius: 3px;
  transition: background-color 0.3s, color 0.3s;
  font-size: 1rem; /* увеличенный размер шрифта */
}

.links-filter__link:hover {
  background-color: #2DAAD4;
  color: #fff;
}

.text-format-h2 {
	font-size: 2rem;
	margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

section.contacts .product__social {
	padding-bottom: 20px;
}

.block-3d-model iframe {
    min-width: 100%;
    min-height: 65vh;
}

.list-3d-model .owl-nav {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
}

.list-3d-model.owl-carousel .owl-nav button.owl-prev {
    font-size: 40px;
    position: absolute;
    left: 0;
}

.list-3d-model.owl-carousel .owl-nav button.owl-next {
    font-size: 40px;
    position: absolute;
    right: 0;
}

.list-3d-model.owl-carousel button.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddebf3;
    margin: 0 8px;
}

.list-3d-model .owl-dots {
    text-align: center;
}

.list-3d-model.owl-carousel button.owl-dot.active {
    background: #000;
}

.title-3d-model {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    font-family: Inter, sans-serif;
    margin-right: 9px;
    display: inline-block;
}

@media (max-width: 575px) {
    .list-3d-model.owl-carousel .owl-nav button.owl-prev,
    .list-3d-model.owl-carousel .owl-nav button.owl-next  {
        font-size: 60px;
    }
}