html, body {
    min-height: 100vh;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.page-faq .expand-content {
    font-size: 16px;
    line-height: 26px;
}

.page-faq .expand-content i {
    font-style: italic;
}

.page-faq .expand-content ul {
    list-style: disc;
    margin-bottom: 15px;
    margin-left: 30px;
}

.page-faq .expand-content h2 {
    margin-bottom: 15px;
}

/* фикс стилей меню секции каталога catalog->catalog.section.list->yuko_section */
.cat__tabs_wrapper .cat__tabs {
    display: none;
}

.cat__tabs_wrapper .cat__tabs.cat__tabs--active-tab {
    display: flex;
}

.card__spec .product-backdrop .product-options-row.packing-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.card__spec .product-backdrop .product-options-row.packing-row > .chip {
    margin-bottom: 8px;
    flex: 0 1 auto;
}

.card__spec .product-backdrop .product-options-row.packing-row > .chip .chip-control {
    font-size: 13px;
    line-height: 16px;
    padding: 6px;
    background-color: #ebebeb;
    border-radius: 0px;
    transition: all .3s ease 0s;
}

.card__spec .product-backdrop .product-options-row.packing-row > .chip .chip-control:hover {
    background: #f5f5f5;
}

.card__spec .product-backdrop .product-options-row.packing-row > .chip .chip-control::after {
    display: none;
}

/* start правки стилей каталога */
.cat__grid {
    align-items: flex-start;
}

.cat .catalog-filter-form .tooltip[data-submit='true'] {
    display: none;
    visibility: hidden;
    transition: all 0.3s ease;
}

.cat .catalog-filter-form .group__list:hover > .tooltip.active-submit-tooltip[data-submit='true'] {
    display: block;
    visibility: visible;
}

.group__item:last-of-type {
    margin-bottom: 6px;
}

.cat__pagination .pagination .pagination__btn.break {
    margin-top: auto;
    padding-right: 0;
    padding-left: 0;
    min-width: unset;
    background: none !important;
    pointer-events: none;
}

.cat .catalog-filter-form .cat__btn-apply.is-active {
    pointer-events: all;
    z-index: 1000;
}

.is-grid .card__figure {
    text-align: center;
    max-height: 180px;
}

.is-grid .card__figure .card__img {
    max-height: inherit;
    width: auto;
}

/*добавлен подзаголовок*/
.card__subtitle {
    display: none;
    visibility: hidden;
    max-width: 205px;
}

.is-grid .card__subtitle {
    position: absolute;
    bottom: 0;
    display: block;
    visibility: visible;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
    transform: translateY(100%);
}

.is-grid .cat__item {
    padding-bottom: 40px;
}

.is-grid .card:hover .card__subtitle {
    opacity: 0;
}

@media (max-width: 767px) {
    .card .product-backdrop {
        display: none;
    }

    .card .product-backdrop.active {
        visibility: visible;
        opacity: 1;
    }
}

/*.card .product-backdrop.active  {*/
/*    padding: 0;*/
/*    visibility: visible;*/
/*    opacity: 1;*/
/*}*/

.cat .cat__title {
    text-transform: uppercase;
}

/*fullwidth - доп класс для отображения каталога без бокового фильтра.*/
.cat .cat__listing.fullwidth {
    width: 100%;
}

.cat .cat__listing.fullwidth.is-grid .cat__item {
    width: 25%;
}


@media (max-width: 1024px) {
    .cat .cat__listing.fullwidth.is-grid .cat__item {
        width: 33.333%;
    }
}

@media (max-width: 767px) {
    .cat .cat__listing.fullwidth.is-grid .cat__item {
        width: 50%;
    }
}

@media (max-width: 400px) {
    .cat .cat__listing.fullwidth.is-grid .cat__item {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .cat__sidebar {
        height: calc(100% - 60px);
        top: 60px;
    }

    .cat .catalog-filter-form .cat__btn-apply.is-active.nothing-changed {
        opacity: 0;
        cursor: default;
        pointer-events: none;
    }
}

/* end правки стилей каталога */

/*запрет клика по активному элементу смены типа отображения каталога*/
.cat__type-btn.cat__type-btn--active {
    pointer-events: none;
}

.product__search_btn {
    text-align: center;
    text-transform: uppercase;
    background-color: #ffce00;
    display: block;
    transition: all .3s ease 0s;
}

.product__search_btn:hover {
    background: #ffd74b;
}

.rech-direktora .sction-details-link {
    float: right;
}

/* start детальная элемента каталога*/

.product .product__title {
    max-width: none;
}

/*стрелки слайдера товара*/
.product__slider-nav {
    z-index: 2;
}

.offer-code {
    display: none;
}

.offer-code.active {
    display: inline-block;
}

.product__spec-items {
    flex-wrap: wrap;
}

.product__spec-items .product__spec-item {
    line-height: 18px;
}

/* end детальная элемента каталога*/


/*start формы */
form .checkbox-row .custom-checkbox span.checkbox {
    position: relative;
}

form .checkbox-row .custom-checkbox > span.checkbox::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid transparent;
}

form .checkbox-row .custom-checkbox.error > span.checkbox::before {
    border-color: #ed1c24;
}

/* временно скрываем поле передачи файла */
form .form-group .dropfile {
    display: none;
}

/*end формы */


/* start подбор продуктов */
.search-results-count.active {
    display: block;
}

.search-results-count.inactive {
    display: none;
}

a.table-expand-row-link {
    display: block;
    transition: opacity .3s ease-in-out;
    opacity: 1;
}

a.table-expand-row-link:hover {
    opacity: .5;
}

.search-results-product-inner .left {
    display: flex;
    align-items: center;
}

.table-expand-col:nth-child(3) {
    max-width: 100%;
}

.table-expand-col:nth-child(2),
.table-expand-col:nth-child(4) {
    max-width: 40%;
}

/* end  подбор продуктов */


/* start новости */
.hero__nav-btn.active {
    color: #ffce00
}

.related-articles-section {
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.related-articles-section.hidden-section {
    opacity: 0;
}


/*отступ кнопки перехода к новостям для слайдера*/
.home-news__pagination.swiper-pagination-bullets + .home-news__btn-wrapper {
    margin-top: 20px;
}

.hero.article-hero .hero__bg {
    opacity: 0;
}

/* end новости */

/* start тайтл страниц*/
.hero.uppercase h1 {
    text-transform: uppercase;
}

/* end тайтл страниц*/

/* пустой баннер страницы*/
.hero.empty__bg {
    background: #001a4b;
}

.article-page .news-detail-picture-old {
    margin-top: 40px;
    text-align: center;
}

/*.product__slide-img {*/
/*    max-height: 100%;*/
/*    max-width: 100%;*/
/*}*/

.partners-item .card-inner {
    position: relative;
}

.partners-item .card-inner .card-clickable {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.slider-item-cover {
    padding: 50% 15px;
}

.slider-item-formatted {
    height: unset;
    display: grid;
}

.slider-item-formatted .slider-item-inner {
    display: grid;
}

.slider-item-formatted .slider-item-title {
    overflow: hidden;
    padding: 16px 8px 32px;
    overflow-wrap: break-word;
}

.gallery-item-details {
    width: 33% !important;
    height: auto !important;
}

/*мобильное меню*/
.menu .menu-inner .menu-top .menu__nav-item .menu__nav-icon,
.menu .catalog__nav-item .menu__nav-icon {
    display: none;
}

.menu .menu-inner .menu-top .menu__nav-item.js-open-production .menu__nav-icon,
.menu .menu-inner .menu-top .menu__nav-item.menu__nav-item--back .menu__nav-icon {
    display: block;
}

.header__lang.lang {
    cursor: pointer;
}

/* каталог - типы и названичения*/

.catalog-wrapper .oils {
    margin-bottom: 0;
}

.oils__item-title {
    max-width: 75%;
}

.rech-direktora .sction-details-link {
    margin-bottom: 25px;
}

.rech-direktora .user-badge {
    padding-top: 25px;
}


.hero.hero_page-ctm .hero-product-wrap.-ru .sticker {
    left: -150px;
}

.buy__route-url, .buy__write-to-us {
    text-align: right;
}

.buy__route-url a, .buy__write-to-us a {
    text-decoration-line: underline;
}

.siiimpleToast{
    z-index: 9999999;
}

.article-content i {
    font-style: italic;
    font-size: 16px;
}

.search-results-header.warning {
    display: block !important;
}

.search-results-warning {
    font-size: 18px;
    color: red;
    text-transform: uppercase;
}

.hero.article-hero .hero__title {
    font-family: Duke Wide, arial, sans-serif;
}

.card-body.with-link,
.home-news__wide-main.with-link,
.home-news__item-inner.with-link {
    position: relative;
}

.card-body.with-link .card-link,
.home-news__wide-main.with-link .card-link,
.home-news__item-inner.with-link .card-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.social__link {
    border-radius: 3px;
}

/* необходимо для элементов, которые являются якорями. Для корректного позиционирования при переходе по якорю.*/
#support-question, #do_partnership_form {
    /*margin-top: -60px;*/
    padding-top: 0;
}

.anchor-item:before {
    display: block;
    content: "";
    height: 60px;
}

/*@media screen and (min-width: 1366px) {*/
/*    .anchor-item:before {*/
/*        height: 70px;*/
/*        margin-top: -70px;*/
/*    }*/
/*}*/

.home-news__item.hide-for-desktop {
    display: none;
}

/*позиционирование при переходе по якорю*/
#cert {
    margin-top: 0;
}

#cert:before {
    display: block;
    content: "";
    height: 40px;
}

#cert .cert-left {
    margin-top: auto;
    margin-bottom: auto;
}

.menu__nav-item > a.link-full {
    display: flex;
    height: inherit;
    width: 100%;
    align-items: center;
}

/*убрать заливку фоток*/
.card-header:after,
.article-main-img:after,
.article-gallery .swiper-slide .article-slider-item a:after,
.home-news__figure:before,
.section-card .section-right .section-content:before {
    background: transparent;
}

@media (max-width: 767px) {
    .home-news__item.hide-for-desktop {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .section.form-section.anchor-item {
        padding-top: 60px;
    }

    .article-content .btn-simple {
        margin-top: 0;
    }
}

@media screen and (max-width: 420px) {
    .article-content .btn-simple {
        margin-top: 30px;
    }
}

.progress-wrap {
    left: 95% !important;
}

@media screen and (min-width: 1025px) {
    .progress-wrap {
        left: 85% !important;
    }

    .page-ctm .card-about .right {
        padding-left: 46px;
    }
}

@media (max-width: 1366px) {
    .hero.hero_page-ctm .hero__title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .page-ctm .ctm-about-section {
        margin: 75px 0 75px;
    }

    .page-ctm .form-section {
        padding: 0 0 50px;
    }

    .hero.hero_page-ctm .hero__title {
        font-size: 28px;
        width: 380px;
    }

    .hero.hero_page-ctm .hero-product-wrap .sticker {
        top: 55%;
    }

    .page-ctm .card-about .right {
        padding-left: 50px;
    }
}

@media (max-width: 767px) {
    .hero.hero_page-ctm .hero__title {
        line-height: 38px;
    }
}

@media (max-width: 1025px) {
    .page-ctm .ctm-about-section {
        margin: 65px 0 65px;
    }
}

.hero.hero_page-ctm .left {
    width: 510px;
}

.marker-label {
    max-width: 180px;
}


.a-hidden-item {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.search .select-control .search__select-label {
    white-space: nowrap;
}

.search-results-header .link.print {
    text-transform: uppercase;
}

/*сладйер новости - изображения в квадрат*/
.article-gallery .swiper-slide .article-slider-item {
    padding: 50% 5px;
}

@media print {
    .expand-row.active .expand-arrow {
        display: none;
    }

    ._hj_feedback_container {
        display: none;
    }
}

@media (min-width: 1920px) {
    .header__buy-btn {
        font-size: 16px
    }
}

.is-grid .card__figure {
    text-align: center;
    max-height: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.is-grid .card:hover .card__subtitle {
    opacity: 0;
    display: none;
}

.header__inner .header__to-old {
    position: absolute;
    right: 0;
    top: 100%;
    font-size: 10px;
    padding: 5px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    /*transform:translateX(50%);*/
    background-color: white;
    width: 192px;
    text-transform: uppercase;
}

.header__inner .header__to-old a {
    line-height: 12px;
    text-align: center;
}

.header__inner .header__to-old a::after {
    background-color: #ffce00;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 100%;
}

.header__inner .header__to-old a:hover::after {
    opacity: 1;
}

.greeting__slide:before, .greeting__slide:after {
    background: none;
}

.greeting__slide-title {
    text-shadow: 0 0 5px rgba(59, 67, 106, .4);
}

@media (max-width: 1024px) {
    .header__inner .header__to-old {
        width: 202px;
    }

    .bx-no-touch .select-control.active .select-dropdown {
        display: block;
    }
}

@media (max-width: 767px) {
    .header__inner .header__to-old {
        width: 150px;
    }
}

@media (min-width: 768px) {
    .oils-header {
        justify-content: space-between;
        gap: 14px;
    }

    .oils-header .section-title {
        width: 33%;
    }

    .oils__buttons {
        width: 67%;
        gap: 24px;
    }

    .oils__buttons .oils__button {
        white-space: nowrap;
        margin: 0;
        width: 50%;
    }
}

.partnership__grid {
    margin-top: 30px;
}

.search__tab-inner {
    padding: 0;
    justify-content: center;
}

b {
    font-weight: 700;
}

/*@media (max-width: 991px) {*/
.search__tab-label {
    max-width: 73%;
}

/*}*/

/** start catalog list images scale for desktop **/
@media screen and (min-width: 1025px) {
    .is-grid .card__figure .card__img {
        transform: scale(1.15);
    }
}

@media screen and (min-width: 1366px) {
    .is-grid .card__figure .card__img {
        transform: scale(1.20);
    }
}

/** end catalog list images scale for desktop **/

.article-main-img img {
    object-fit: scale-down;
}

.desc__title.text-uppercase {
    text-transform: uppercase;
}

.article-content ul,
.article-content ol{
    margin-left: 40px;
}

.article-content ul li {
    padding-left: 0;
}

.product__faq_text {
    font-size:14px;
    line-height: 18px;
    margin-bottom:30px;
}

.product__faq_text a.qst-text-btn {
    color: #3b436a;
    text-decoration: underline;
}

.tabs-nav-item.en-tab {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabs-nav-item.en-tab .btn-simple.write-to-us-modal-btn {
    position: absolute;
    right: 0;
}

.buy__body .tabs-nav-item.en-tab {
    justify-content: space-between;
}

@media screen and (max-width: 420px){
    .tabs-nav-item.en-tab {
        padding: 28px 28px 20px 10px;
    }
}

.buy__body .tabs-nav-item.en-tab .btn-simple.write-to-us-modal-btn {
    position: initial;
}

@media (max-width: 1024px) {
    .tabs-nav-item.en-tab {
        justify-content: space-between;
    }

    .tabs-nav-item.en-tab .btn-simple.write-to-us-modal-btn {
        position: initial;
    }
}




.additional__message {
    margin-top: 30px;
}
.additional__message .left,
.additional__message .right {
    display: flex;
    align-items: center;
}

.additional__message .left {
    font-size: var(--f-size);
    line-height: var(--f-lh);
}

.additional__message .right {
    justify-content: center;
}

.additional__message .btn-simple {
    margin: unset;
}

@media (max-width: 767px) {
    .additional__message .left {
        justify-content: center;
    }
}

.tabs-nav-item.en-tab .btn-simple {
    margin: 0;
}

.article-content iframe {
    height: revert-layer;
    width: 100%;
}

@media (max-width: 767px) {
    .desc__tolerance-row {
        flex-direction: row;
    }
}
.footer__link--big.mobile-phone {
    font-size: 22px;
}
.contacts-phone.mobile-phone {
    font-size: 22px;
}
.contacts-form-section h2 {
    font-size: 39px;
}
@media (max-width: 767px) {
    .footer__link--big {
        display: inline-block;
    	margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .footer__text {
        display: block;
        font-size: 14px;
        margin-top: 10px;
    }
    .footer__label {
        display: block;
        font-size: 18px;
        margin-top: 15px;
    }
    .footer__email {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .hide-for-mobile {
        display: none;
    }
}

.table-causes {
    display: flex;
    flex-wrap: wrap;
}
.table-causes > div {
    background-color: #F5F5F5;
    border: 1px solid white;
    padding-right: 10px;
}
.table-causes-item-name {
    width: 40%;
    display: table;
    padding: 10px;
}
.icon-causes {
    display: table-cell;
    vertical-align: middle;
}
.table-causes-item-description {
    width: 60%;
}

@media (max-width: 767px) {
    .table-causes-item-name {
        width: 20%;
    }

    .table-causes-item-description {
        width: 80%;
    }
}
#chatbase-bubble-button {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
}
#chatbase-bubble-button img {
    width: 100px !important;
    height: 100px !important;
}
.header__logo-link {
    padding: 22px 26px 22px;
}
.home-news__date, .article-meta {
    opacity: 0;
}
