html, body {
    background: #F3F6F6;
}
.mainSection__left {
    position: relative;
}
.image-desc {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: #0f444c9c;
    color: #fff;
    padding: 6px 10px 10px;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    font-family: var(--title-font-family);
    font-weight: 700;
}
.news__descr {
    align-self: start;
}
.news__pagItem {
    color: #828282;
}
.news__pagItem.current {
    border-color: var(--green);
    color: var(--green);
}
.article__content h3 {
    font-family: var(--title-font-family);
}
.article__content .h2Title--big {
    max-width: 540px;
}
.partners__item {
    background: #fff;
}
.customCheckbox input {
    display: block;
    position: absolute;
    opacity: 0;
}
.products__list {
    gap: 25px;
}
.products__list .h2Title {
    max-width: 500px;
}
.customCheckbox {
    align-items: center;
}
.header__nav > [id^="bx_incl_area"] {
    display: flex;
    align-items: center;
    gap: 40px;
}
p {
    font-family: var(--default-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 139%;
    margin: 0;
    color: var(--green);
}
@media screen and (max-width: 900px) {
    .services__left,
    .services__right {
        height: initial;
    }
}
.quality__quotes {
    display: none;
}
.welcomeJoin__wrap h2 {
    text-transform: uppercase;
}
.welcomeJoin__wrap {
    display: none;
}
.welcomeJoin__wrap.active {
    display: flex;
}
.vacancy__item {
    cursor: pointer;
}