.blog-one__img {
    aspect-ratio: 4 / 3;
    height: auto;
}

.blog-one__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.language-switch a,
.language-switch span {
    color: inherit;
    transition: color .2s ease;
}

.language-switch a.active,
.language-switch span.active,
.language-switch a:hover {
    color: var(--mediplace-base);
}

.language-switch span.active {
    cursor: default;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a,
.main-menu .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li.current > a,
#nav-cur,
.main-menu-two__social-and-text a:hover {
    font-weight: 400 !important;
}

.partners-one__grid {
    row-gap: 36px;
}

.partners-one__grid > [class*="col-"] {
    display: flex;
}

.partners-one__grid .partners-one__single {
    width: 100%;
}

.partners-one__grid .partners-one__single a {
    width: 100%;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.partners-one__grid .partners-one__single a img {
    max-width: 92%;
    max-height: 82px;
    object-fit: contain;
}

.partners-one__carousel-space {
    height: 16px;
}

.partners-one__carousel .swiper-slide {
    height: auto !important;
}

.partners-one__carousel .partners-one__single a {
    width: 100% !important;
    height: 88px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    background-color: #fff;
}

.partners-one__carousel .partners-one__single a img {
    width: auto !important;
    max-width: 96% !important;
    max-height: 72px !important;
    object-fit: contain !important;
}

.why-choose-one__count-box--image {
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    min-height: 70px !important;
    max-height: 70px !important;
    flex: 0 0 70px !important;
    overflow: hidden !important;
    padding: 0 !important;
}

.why-choose-one__count-box--image .why-choose-one__count-img {
    display: block !important;
    width: 70px !important;
    height: 70px !important;
    max-width: 70px !important;
    max-height: 70px !important;
    object-fit: cover;
    border-radius: 7px;
}

.counter-one__icon--image {
    width: 95px !important;
    height: 95px !important;
    min-width: 95px !important;
    max-width: 95px !important;
    min-height: 95px !important;
    max-height: 95px !important;
    flex: 0 0 95px !important;
    overflow: visible !important;
    background: transparent !important;
}

.counter-one__icon--image::before {
    display: none !important;
}

.counter-one__icon--image .counter-one__icon-img {
    display: block !important;
    width: 95px !important;
    height: 95px !important;
    max-width: 95px !important;
    max-height: 95px !important;
    object-fit: contain;
}

.about-one__img-one {
    height: 600px;
    overflow: hidden;
    border-radius: var(--mediplace-bdr-radius);
}

.about-one__img-one img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-one__img-two {
    width: 390px;
    height: 310px;
    overflow: hidden;
    border-radius: var(--mediplace-bdr-radius);
}

.about-one__img-two img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-sizing: border-box;
}

.project-page-one .gallery-one__single-img {
    aspect-ratio: 490 / 340;
    border-radius: var(--mediplace-bdr-radius);
}

.project-page-one .gallery-one__single-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-page-one .filter-layout {
    transition: opacity 220ms ease, transform 220ms ease;
}

.project-page-one .filter-layout.srf-filter-switching {
    opacity: 0;
    transform: translateY(8px);
}

.project-page-one .filter-layout.srf-filter-settled {
    opacity: 1;
    transform: translateY(0);
}

.parts-result-title {
    text-align: left;
}

.parts-result-title span {
    color: var(--mediplace-base);
    font-size: 22px;
}

.parts-result-table th,
.parts-result-table td {
    text-align: left !important;
    vertical-align: middle;
}

.parts-result-table {
    table-layout: fixed;
}

.parts-result-table th:nth-child(1),
.parts-result-table td:nth-child(1) {
    width: 62%;
}

.parts-result-table th:nth-child(2),
.parts-result-table td:nth-child(2) {
    width: 20%;
}

.parts-result-table th:nth-child(3),
.parts-result-table td:nth-child(3) {
    width: 18%;
}

.parts-result-table .product-box {
    display: flex;
    align-items: center;
    gap: 28px;
    justify-content: flex-start;
}

.parts-result-table .product-box .img-box {
    width: 120px;
    height: 120px;
    min-width: 120px;
    overflow: hidden;
    border-radius: 8px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.parts-result-table .product-box .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.parts-result-table .product-box h3 {
    margin: 0;
}

.parts-result-empty {
    padding: 48px 0 !important;
    color: var(--mediplace-gray);
}

.pricing-plan__price-box {
    aspect-ratio: auto;
    overflow: visible;
    margin: 0 60px 18px;
    padding: 43px 0 13px;
    border-bottom: 1px solid #D9D9D9;
}

.pricing-plan__subtitle {
    color: var(--mediplace-gray);
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    margin: 28px 48px 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #d9d9d9;
}

@media only screen and (max-width: 1343px) {
    .pricing-plan__price-box {
        margin: 0 35px 18px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-one__img-one {
        height: 620px;
    }
}

@media only screen and (max-width: 767px) {
    .about-one__img-one {
        height: 420px;
    }

    .about-one__img-two {
        width: 300px;
        height: 220px;
    }
}
