/* ------------------------------------------------------------------------ */

* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

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

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

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

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

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

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

a {
    color: inherit;
}

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

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

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

svg {
    display: block;
}

/* ---------------------------------------------------------------------------- */

:root {
    --blue-accent: #2078af;
    --orange-accent: #f5780b;
    --grey: #f2f2f2;
    --dark-blue: #414f5f;
    --dark-blue-accent: #31617e;
    --txt-black: #353b42;
    --txt-dark-blue: #414f5f;
    --txt-light-grey: #d6d6d6;
    --txt-grey: #788088;
    --divider-grey: #d6d6d6;

    --font-family: "TT Commons", sans-serif;
    --second-family: "Arial", sans-serif;
    --third-family: "Inter", sans-serif;
    --font3: "Manrope", sans-serif;
    --font4: "HelveticaNeueCyr", sans-serif;
    --font5: "LT Superior", sans-serif;
}

body {
    background: #fff;
    line-height: normal;
    font-family: var(--font-family);
}

.wrapper {
    overflow: hidden;
}

h1 {
    font-weight: 500;
    font-size: 64px;
    line-height: 96%;
    color: #fff;
}

.title {
    font-weight: 500;
    font-size: 40px;
    line-height: normal;
    color: var(--txt-black);
}

h2 {
    font-weight: 500;
    font-size: 36px;
    color: var(--txt-black);
}

h3 {
    font-weight: 500;
    font-size: 28px;
    color: var(--txt-black);
}

h4 {
    font-weight: 500;
    font-size: 22px;
    color: var(--txt-black);
}

.text-fz20,
.production-direct__card span,
.catalog__card span {
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: var(--txt-black);
}

.main-text,
.about-company__slide p,
.about-company__cards dd,
.article__box ul li,
.article p,
.article__warning p,
.article__images span,
.product__right-desc p,
.article__box ol li,
.product__results ul li,
.about__head p,
.about__card-big span,
.history-item__slide-body p,
.history-item__slide-body ul,
.reviews__card-desc p,
.job-culture__card-big span,
.job-culture__card-big-bot p,
.job-culture__card dd,
.job-vacancies__card-box p,
.job-vacancies__card-box ul,
.services__card dd,
.faq__accordion-cotent p,
.page-contacts__card dt,
.team__card span,
.documentation__head p,
.documentation__box-card dd,
.diller__head p,
.diller__card dd,
.neftebaza-text p,
.neftebaza-text ul li
 {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--txt-black);
}

.article a {
	color:#2078af;
	transition: .3s all;
}

.article a:hover {
	color:#f5780b;
}

.article table td {
	border: 1px #d6d6d6 solid;
	border-collapse:collapse;
	padding:10px;
	font-weight: 400;
    font-size: 18px;
    line-height: 140%;	
}

.btn-orange {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    text-align: center;
    white-space: nowrap;

    display: inline-block;
    border-radius: 4px;
    padding: 11px 24px;
    background: var(--orange-accent);

    transition: all .2s ease;
}

.btn-orange:active {
    background-color: #bd5e0b;
}

@media(hover:hover) {
    .btn-orange:hover {
        background-color: #bd5e0b;
    }
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

section {
    margin: 0px 0px 80px 0px;
}

.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px 10px;
    flex-wrap: wrap;

    position: relative;
    z-index: 9;

    margin: 0px 0px 30px 0px;
}

.head>span,
.form__inner>span {
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    color: var(--dark-blue);
}

.head>a {
    display: flex;
    align-items: center;
    gap: 6px;

    font-weight: 400;
    font-size: 18px;
    line-height: 112%;
    color: var(--blue-accent);

    transition: all .2s ease;
}

.head>a:active {
    color: #185b85;
}

@media(hover:hover) {
    .head>a:hover {
        color: #185b85;
    }
}

.arrow-right {
    width: 4px;
    height: 6px;
    min-width: 4px;
}

.scroll {
    opacity: 0;
    translate: 0px 60px;
    transition: opacity 0.6s ease-in-out, translate 0.6s ease-in-out;
	position:relative;
}

.scroll--active {
    opacity: 1;
    translate: 0px 0px;
}

@media (prefers-reduced-motion: reduce) {
    .scroll {
        transition: none;
    }
}

/* -------------------------elements------------------------- */

.elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.elements-top {
    position: absolute;
    top: 0;
    left: -55px;
}

.trapezoid {
    width: 200px;
    height: 58px;
    background: #fff;

    transform: perspective(50px) rotateX(-20deg);
    transform-origin: top center;
    transform-style: preserve-3d;
}

.trapezoid-2 {
    width: 200px;
    height: 50px;
    background: #fff;

    transform: perspective(50px) rotateX(20deg);
    transform-origin: bottom center;
    transform-style: preserve-3d;
}

.box-shadow-1 {
    position: absolute;
    top: 39px;
    left: 55px;
    width: 50px;
    height: 50px;

    box-shadow: -10px 0px 0px #fff;
    border-radius: 10px 0 0 0;
}

.box-shadow-2 {
    position: absolute;
    top: 0px;
    right: -44px;
    width: 50px;
    height: 50px;

    box-shadow: 0px -5px 0px #fff;
    border-radius: 10px 0px 0 0;
}

.elements-bot {
    position: absolute;
    bottom: -2px;
    right: -47px;
}

.box-shadow-3 {
    position: absolute;
    bottom: 2px;
    left: -43px;
    width: 50px;
    height: 50px;

    box-shadow: 0px 5px 0px #fff;
    border-radius: 0px 0 10px 0;
}

.box-shadow-4 {
    position: absolute;
    bottom: 35px;
    right: 47px;
    width: 50px;
    height: 50px;

    box-shadow: 0px 10px 0px #fff;
    border-radius: 0px 0 10px 0;
}

/* -------------------------header------------------------- */

.header {
	z-index:20;
}

.header-top {
    background: var(--grey);
    padding: 12px 0;
}

.header__container {
	position:relative;
}

.header-top__inner {}

.header-top__list {
    display: flex;
    align-items: center;
    gap: 60px;
}

.header-top__item {
    display: flex;
    align-items: start;
    gap: 4px;

    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--dark-blue);
    white-space: nowrap;
}

.header-top__item a:hover {
	color:var(--orange-accent);
	transition: .3s all;
}

.header-top__item span {
    display: block;
    margin: 3px 0px 0px 0px;
}

.header-top__item-location-mob {
    display: none;
}

.header-top__item .location {
    fill: #F5780B;
}

.location {
    width: 24px;
    height: 24px;
    min-width: 24px;
}

.email {
    width: 24px;
    height: 24px;
    min-width: 24px;
}

.oil {
    width: 24px;
    height: 24px;
    min-width: 24px;
}

.header-top__item-link {
    display: flex;
    align-items: start;
    gap: 4px;
}

.header-top__item-link span {
    margin: 4px 0px 0px 0px;
}

.header-top__item-last {
    width: 100%;
    justify-content: end;
}

.header-mid {
    padding: 39.5px 0;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.header__inner>* {
    position: relative;
}

.header__inner>*:not(:last-child)::after {
    content: '';

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 76px;

    background-color: var(--grey);
}

.header-logo {
    max-width: 296px;
    width: 100%;
}

.header__logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header__logo-img {
    width: 68px;
    height: 69px;
    border-radius: 50%;
}

.header__logo-text {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--dark-blue);
    font-family: var(--second-family);
    white-space: nowrap;
}

.header__search {
    max-width: 435px;
    width: 100%;
}

.header__search-mob {
    display: none;
}

.header__search-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;

    border: 1px solid var(--txt-light-grey);
    border-radius: 4px;
    padding: 5px 5px 5px 19px;
    background: #fff;
}

.header__search-input {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: var(--txt-black);
    width: 100%;
}

.header__search-input::placeholder {
    color: var(--txt-light-grey);
}

.header__search-btn {
    padding: 12px;
}

.search {
    width: 12px;
    height: 12px;
    fill: none;
}

.header__desc {
    max-width: 217px;
    width: 100%;

    display: flex;
    flex-direction: column;
    gap: 2px;

    white-space: nowrap;
}

.header__tel {
    font-weight: 600;
    font-size: 26px;
    color: var(--dark-blue);
    letter-spacing: -0.01em;

    transition: all .2s ease;
}

.header__tel:active {
    color: var(--orange-accent);
}

@media(hover:hover) {
    .header__tel:hover {
        color: var(--orange-accent);
    }
}

.header__schedule {
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    color: var(--txt-grey);
}

.header__btns {}

.header__btn {}

.burger-btn {
    border-radius: 4px;
    padding: 12px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: var(--dark-blue);

    display: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.header-btn-tel {
    display: none;
    align-items: center;
    justify-content: center;

    padding: 5px;
    width: 40px;
    height: 40px;
}

.btn-blue {
    background: var(--blue-accent);
    border-radius: 4px;
    padding: 12px;
}

.burger-btn-icon {
    width: 16px;
    height: 16px;
}

.header-bot {
    background: var(--dark-blue);
}

.header-bot__inner {}

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

.header__item {
	height:50px;
	padding: 15px 0;
}

.header__item-mob {
    display: none;
}

.header__item-link {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;

    display: flex;
    align-items: center;
    gap: 4px;

    transition: all .2s ease;
}

.header__item-link:active {
    color: var(--orange-accent);
}

.header__item-link:active .arrow-bot {
    fill: var(--orange-accent);
}

@media(hover:hover) {
    .header__item-link:hover {
        color: var(--orange-accent);
    }

    .header__item-link:hover .arrow-bot {
        fill: var(--orange-accent);
    }
}

.arrow-bot {
    width: 9px;
    height: 9px;
    fill: #fff;
    transition: all .2s ease;
}

.catalog__body {
    display: flex;
    gap: 16px;
}

.catalog__sidebar {
    min-width: 296px;
    max-width: 296px;
    position: relative;
    z-index: 2;
}

.catalog__sidebar-body {
    border-radius: 8px;
    padding: 40px 30px;
    background: var(--grey);
}

.catalog__sidebar-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0px 0px 40px 0px;
}

.catalog__sidebar-box {}

.catalog__sidebar-filters {
    display: none;
    cursor: pointer;
}

.catalog__sidebar-box:not(:last-child) {
    padding: 0px 0px 19px 0px;
    border-bottom: 1px solid rgba(224, 206, 206, 0.4);
}

.catalog__sidebar-box>span {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--dark-blue);

    display: block;
    margin: 0px 0px 20px 0px;
}

.catalog__sidebar-box-accordion {}

.catalog__sidebar-box-accordion-content {}

.catalog__sidebar-box-accordion-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.catalog__sidebar-box-accordion-item {}

.catalog__sidebar-box-accordion-item label {
    display: flex;
    align-items: start;
    gap: 10px;
    cursor: pointer;
}

.catalog__sidebar-box-accordion-item input {
    appearance: none;
    -webkit-appearance: none;
}

.catalog__sidebar-box-accordion-item input {
    appearance: none;
    border-radius: 4px;
    width: 16px;
    min-width: 16px;
    height: 16px;
    background-color: #fff;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0;
}

.catalog__sidebar-box-accordion-item input:checked {
    background: var(--blue-accent);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.catalog__sidebar-box-accordion-item span {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: var(--txt-grey);
    transition: all .2s ease;
}

.catalog__sidebar-box-accordion-item label:active .catalog__sidebar-box-accordion-item span {
    color: #000;
}

@media(hover:hover) {
    .catalog__sidebar-box-accordion-item label:hover .catalog__sidebar-box-accordion-item span {
        color: #000;
    }

    .catalog__sidebar-box-accordion-item label:hover .catalog__sidebar-box-accordion-item input {
        background-color: rgb(32, 120, 175, .5);
    }
}

.catalog__sidebar-box-accordion-content-hide {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease;
}

.catalog__sidebar-box-accordion-content-hide .catalog__sidebar-box-accordion-list {
    padding: 12px 0px 0px 0px;
}

.catalog__sidebar-box-accordion-btn {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: var(--dark-blue);
    transition: all .2s ease;

    margin: 16px 0px 0px 0px;
}

.catalog__sidebar-box-accordion-btn:active {
    color: #000;
}

@media(hover:hover) {
    .catalog__sidebar-box-accordion-btn:hover {
        color: #000;
    }
}

.catalog__sidebar-bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.catalog__sidebar-search {
    width: 100%;
}

.btn-dark-blue {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #fff;

    border-radius: 4px;
    padding: 11px 24px;
    background: var(--dark-blue);
    display: inline-block;

    transition: all .2s ease;
}

.btn-dark-blue:active {
    background-color: #29313a;
}

@media(hover:hover) {
    .btn-dark-blue:hover {
        background-color: #29313a;
    }
}

.catalog__sidebar-reset {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;

    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: var(--txt-grey);

    transition: all .2s ease;
}

.catalog__sidebar-reset:active {
    color: #000;
}

@media(hover:hover) {
    .catalog__sidebar-reset:hover {
        color: #000;
    }

    .catalog__sidebar-reset:hover .reset {
        fill: #000;
    }
}

.reset {
    width: 8px;
    height: 10px;
    fill: #788088;
    transition: all .2s ease;
}

/* -------------------------production-direct------------------------- */

.page__production-direct {}

.production-direct__container {
	position:relative;
}

.production-direct__inner {}

.production-direct__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.production-direct__card-big {
    grid-row: 2 span;
    grid-column: 2 span;

    border-radius: 8px;
    padding: 40px;
    overflow: hidden;

    position: relative;
    z-index: 1;

    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: space-between;
}

.production-direct__card-big-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    transition: transform .2s ease;
}

.production-direct__card-big:active .production-direct__card-big-bg {
    transform: scale(1.05);
}

@media(hover:hover) {
    .production-direct__card-big:hover .production-direct__card-big-bg {
        transform: scale(1.05);
    }
}

.production-direct__card-big-top {
    width: 100%;
}

.production-direct__card-big ul {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.production-direct__card ul {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: end;
}

.production-direct__card-big ul li,
.production-direct__card ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: var(--blue-accent);

    border: 1px solid var(--txt-light-grey);
    border-radius: 100px;
    padding: 7px 11px;
}

.production-direct__card-big ul li {
    color: #fff;
    border: 1px solid var(--txt-light-grey);
}

.production-direct__card-big h2 {
    font-weight: 500;
    font-size: 32px;
    color: #fff;
}

.production-direct__card {
    min-height: 260px;
    border-radius: 8px;
    padding: 40px 20px 20px 20px;
    background: var(--grey);
    overflow: hidden;

    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;

    position: relative;

    transition: background .3s ease, opacity 0.6s ease-in-out, translate 0.6s ease-in-out;
}

.production-direct__card:active {
    background-color: #dfdfdf;
}

@media(hover:hover) {
    .production-direct__card:hover {
        background-color: #dfdfdf;
    }
}

.production-direct__card-top {
    display: flex;
    justify-content: end;
}

.production-direct__card-mid {
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;

    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}

.production-direct__card img {
    max-width: 220px;
	max-height:140px;
    width: 100%;
}

.production-direct__card span {
    line-height: 116%;
}

.production-direct__bot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0px 0px 0px;
}

.production-direct__bot-hide {
    display: none;
}

/* -------------------------burger-menu------------------------- */

.burger-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgb(57, 63, 70, .6);
    overflow: hidden;

    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
    display: none;
}

.burger-menu::-webkit-scrollbar {
    display: none;
}

.burger-menu--active {
    display: block;
}

.burger-menu--visible {
    opacity: 1;
    pointer-events: all;
}

.burger-menu__window {
    max-width: 496px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0px 0px 0px auto;
    background: var(--dark-blue);

    display: flex;
    flex-direction: column;

    transform: translateX(100%);
    transition: all .3s ease;
}

.burger-menu--visible .burger-menu__window {
    transform: translateX(0);
}

.burger-menu__head {}

.burger-menu .header__logo-img {
    width: 57px;
    height: 57px;
}

.burger-menu .header__logo-text {
    font-size: 13px;
}

.burger-menu__row {
    padding: 9px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #fff;
}

.burger-menu .burger-btn {
    background-color: var(--grey);
}

.burger-btn-active {}

.burger-menu__head-box {
    padding: 12px 20px;
    background: var(--grey);

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.burger-menu__head-box-card {
    display: flex;
    align-items: center;
    gap: 4px;

    font-weight: 400;
    font-size: 15px;
    color: var(--dark-blue);
    font-family: var(--second-family);
}

.burger-menu__head-box-card .location {
    fill: var(--orange-accent);
}

.burger-menu__body {
    padding: 30px 20px;
    flex: 1 1 100%;
    position: relative;
}

.burger-menu .header__tel {
    font-size: 20px;
    color: #fff;
    font-family: var(--second-family);
}

.burger-menu .header__schedule {
    font-size: 15px;
    color: var(--txt-light-grey);
    font-family: var(--font3);
}

.burger-menu .header__desc {
    gap: 8px;
    max-width: unset;
}

.burger-menu .header__item-link {
    padding: 12px 0;
    display: flex;
    width: 100%;
}

.burger-menu .header__item {
	padding: 0 0;
	height:auto;
	width:100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.burger-menu .header__item:last-of-type {
	border-bottom:0px;
}

.burger-menu-sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: var(--dark-blue);

    display: flex;
    flex-direction: column;

    overflow: auto;

    transform: translateX(100%);
    transition: all .3s ease;
    pointer-events: none;
    opacity: 0;
}

.burger-menu-sub--visible {
    transform: translateX(0);
    pointer-events: all;
    opacity: 1;
}

.burger-menu-sub__head {
    background: var(--dark-blue-accent);
    padding: 23.5px 20px;

    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.arrow-back {
    width: 5px;
    min-width: 5px;
    height: 9px;
}

.burger-menu-sub__head-name {
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--second-family);
}

.burger-menu-sub__body {
    padding: 30px 20px;
    flex: 1 1 100%;
}

/* -------------------------media------------------------- */

@media(max-width:1150px) {
    .header-top__item .header-top__item-location {
        display: none;
    }

    .header-top__item .header-top__item-location-mob {
        display: block;
    }

    .header-top__item-last {
        width: unset;
    }

    .header-top__list {
        justify-content: space-between;
        gap: 20px;
    }

    .header__logo-img {
        width: 57px;
        height: 57px;
    }

    .header__logo-text {
        font-size: 13px;
    }

    .header__tel {
        font-size: 22px;
    }

    .header__schedule {
        font-size: 17px;
    }

    .header__desc {
        max-width: 174px;
    }

    .header-logo {
        max-width: 241px;
    }

    .header-mid {
        padding: 45.5px 0;
    }

    .header__item-hide {
        display: none;
    }

    .header__item-mob {
        display: block;
    }

    .header__item-link {
        font-size: 15px;
        font-family: var(--second-family);
        line-height: 148%;
    }

    .header__logo {
        gap: 10px;
    }

    section {
        margin: 0px 0px 60px 0px;
    }





    .production-direct__card-big {
        grid-row: 1 span;
        padding: 30px;
    }

    .production-direct__card {
        min-height: 350px;
    }

    .production-direct__card:nth-child(7),
    .production-direct__card:nth-child(9) {
        display: none;
    }

    .production-direct__card img {
        max-width: 221px;
    }

    .production-direct__card-mid {

    }

    .production-direct__card-big h2 {
        font-size: 24px;
    }

    .category-catalog-prod .production-direct__card:nth-child(7),
    .category-catalog-prod .production-direct__card:nth-child(9) {
        display: flex;
    }

}

@media(max-width:950px) {
    .header-bot {
        display: none;
    }

    .header__search {
        order: 4;
        width: 100%;
        max-width: unset;
        padding: 0;
        display: none;
    }

    .header__search::after {
        display: none;
    }

    .header__search-mob {
        display: block;
        margin: 33px 0px 0px 0px;
    }

    .header-mid {
        padding: 33.5px 0 0 0;
    }

    .burger-btn {
        display: flex;
    }

    .header__btns {
        display: flex;
        align-items: center;
        justify-content: space-between;

        max-width: 236px;
        width: 100%;
    }

    .header-logo {
        max-width: 248px;
    }

    .header__desc {
        max-width: 180px;
    }

    .header__list {
        flex-direction: column;
        align-items: start;
        gap: 2px;
        padding: 0px 0px 40px 0px;
        margin: 0px 0px 40px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }




    .production-direct__card-big {
        grid-column: 1/-1;
        min-height: 320px;
    }

    .production-direct__cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .production-direct__card {
        min-height: 320px;
    }

    .production-direct__card-mid {

    }

    .production-direct__card:nth-child(9) {
        display: flex;
    }

    .production-direct__card:nth-child(6) {
        grid-row: 5/6;
    }

    .category-catalog-prod .production-direct__card:nth-child(n + 7) {
        display: none;
    }

    .category-catalog-prod .production-direct__card:nth-child(6) {
        grid-row: unset;
        grid-column: unset;
    }

    .production-direct__bot-hide {
        display: flex;
    }
}

@media(max-width:768px) {
    .header-top__item-last {
        display: none;
    }
}

@media(max-width:700px) {
    .header .header__btn {
        display: none;
    }

    .header__btns {
        max-width: 40px;
        justify-content: end;
    }

    .header__desc {
        max-width: 232px;
    }

    .header__inner {
        gap: 20px;
    }

    .header-logo {
        padding: 0px 20px 0px 0px;
    }




    .production-direct__card-big {
        min-height: 280px;
        padding: 20px;
    }

    .production-direct__cards {
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
    }

    .production-direct__card {
        min-height: 280px;
    }

    .production-direct__card-mid {

    }

    .production-direct__card:nth-child(9) {
        display: none;
    }
}

@media(max-width:520px) {
    .header__logo-img {
        width: 42px;
        height: 42px;
    }

    .header__logo-text {
        font-size: 10px;
    }

    .header-logo {
        max-width: 180px;
    }

    .header__desc {
        max-width: 200px;
        padding: 0px 20px 0px 0px;
    }

    .container {
        padding: 0 24px;
    }

    .header__logo {
        gap: 7px;
    }

    .header__search-mob {
        margin: 30px 0px 0px 0px;
    }
}

@media(max-width:480px) {
    .header__desc {
        max-width: 170px;
    }

    .burger-menu__head-box-card:nth-child(2) {
        display: none;
    }

    .burger-menu__row {
        padding: 9px 24px;
    }

    .burger-menu__head-box {
        padding: 12px 24px;
    }

    .burger-menu__body {
        padding: 20px 24px;
    }

    .header__list {
        padding: 0px 0px 30px 0px;
        margin: 0px 0px 30px 0px;
    }

    .burger-menu .header__desc {
        display: flex;
    }

    .burger-menu-sub__head {
        padding: 23.5px 24px;
    }

    .burger-menu-sub__body {
        padding: 20px 24px;
    }
}

@media(max-width:470px) {
    .header__desc {
        display: none;
    }

    .header-logo {
        padding: 0;
    }

    .header-logo::after {
        display: none;
    }

    .header__btns {
        max-width: unset;
        width: unset;

        display: flex;
        align-items: center;
        gap: 8px;
    }

    .header-btn-tel {
        display: flex;
    }

    .container {
        padding: 0 22px;
    }

    .header-mid {
        padding: 16.5px 0px 0px 0px;
    }

    .header__search-mob {
        margin: 17px 0px 0px 0px;
    }

    .header__search-input {
        font-size: 16px;
    }

    .header__search-btn {
        width: 32px;
        min-width: 32px;
        height: 32px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .phone {
        width: 16px;
        height: 16px;
    }

    .header__search-label {
        padding: 3px 3px 3px 15px;
    }





    .main-preview__inner {
        padding: 30px 20px;
    }

    h1 {
        font-size: 24px;
    }

    .main-text,
    .about-company__slide p,
    .about-company__cards dd,
    .article p,
    .article__box ul li,
    .article__warning p,
    .article__images span,
    .product__right-desc p,
    .article__box ol li,
    .product__results ul li,
    .about__head p,
    .about__card-big span,
    .history-item__slide-body p,
    .history-item__slide-body ul,
    .reviews__card-desc p,
    .job-culture__card-big span,
    .job-culture__card-big-bot p,
    .job-culture__card dd,
    .job-vacancies__card-box p,
    .job-vacancies__card-box ul,
    .services__card dd,
    .faq__accordion-cotent p,
    .page-contacts__card dt,
    .team__card span,
    .documentation__head p,
    .documentation__box-card dd,
    .diller__head p,
    .diller__card dd {
        font-size: 16px;
        line-height: 120%;
    }

    .main-preview__card {
        padding: 20px 10px 14px 10px;
    }

    .page__main-preview {
        margin: 20px 0 30px 0;
    }





    .head span,
    .head>a {
        font-size: 16px;
    }

    .arrow-right {
        width: 4px;
        height: 8px;
        margin: 0px 0px 2px 0px;
    }

    .head {
        margin: 0px 0px 24px 0px;
    }

    .production-direct__card-big {
        min-height: 350px;
    }

    .production-direct__card {
        min-height: 260px;
    }

    .text-fz20,
    .production-direct__card span,
    .catalog__card span {
        font-size: 18px;
    }

    .production-direct__card img {
        max-width: 193px;
    }

    .production-direct__card-big ul li,
    .production-direct__card ul li {
        font-size: 14px;
        padding: 5px 9px;
    }

    .production-direct__card-big h2 {
        font-size: 22px;
    }

    section {
        margin: 0px 0px 50px 0px;
    }

    .production-direct__bot {
        margin: 24px 0px 0px 0px;
    }

}

.mega-menu {
	display:none;
	position:absolute;
	top:50px;
	left:0;
	background:#fff;
	z-index:99999999999;
	width: 100%;
	padding: 0 20px;
}

.mega-menu-inner {
	display:grid;
	grid-template-columns: 1fr 2fr;	
}

.mega-menu-link:hover .mega-menu {
	display:block;
}

.mega-menu-tab-buttons {
  display: flex;
  gap:10px;
}

.mega-menu-tabs {
	margin-top:20px;
}

.tab-button {
  background: #fff;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-weight:400;
  transition: all 0.3s ease;
  padding:12px 24px 7px 24px;
  color:#414F5F;
  border-radius:4px;
}

.tab-button:hover {
  background: #F2F2F2;
}

.tab-button.active {
  background: #F2F2F2;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.mobile-mega-menu-tab-buttons {
  display: flex;
  gap:10px;
}

.mobile-tab-button {
  background: #fff;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-weight:400;
  transition: all 0.3s ease;
  padding:12px 24px 7px 24px;
  color:#414F5F;
  border-radius:4px;
  width:100%;
}

.mobile-tab-button:hover {
  background: #F2F2F2;
}

.mobile-tab-button.active {
  background: #F2F2F2;
}

.mobile-tab-pane {
  display: none;
}

.mobile-mega-menu-tabs {
	margin-top:15px;
}

.mobile-tab-pane.active {
  display: block;
}

.mega-menu-type-list li a {
	display:flex;
	align-items:center;
	font-size:14px;
	color:#353B42;
	gap:12px;
	font-weight:500;
	line-height:100%;
	border-radius:4px;
	padding:10px 15px;
	font-family: var(--font3);
}

.mega-menu-type-list li a:hover {
	background-color:#F2F2F2;
}

.mega-menu-type-list li a img {
	width:30px;
	height:30px;
}

.mega-menu-type-list li a svg {
	margin-left:auto;
}

.content { display: none; }
.content.active { display: block; }

.mega-menu-left {
	padding:20px;
	background:#fffafa;
	border-bottom-left-radius:8px;
}

.mega-menu-right {
	background:#f2f2f2;
	padding:20px;
	border-bottom-right-radius:8px;
}

.content-container {
	gap:20px;
}

.mega-menu-content-cell {
	background:#fff;
	border-radius:4px;
}

.mega-menu-content-cell ul {
	display:flex;
	flex-direction:column;
	gap:12px;
	padding:20px;
}

.mega-menu-content-cell ul li a {
	font-size:16px;
	color:#414F5F;
}

.mega-menu-content-cell .cell-header {
	font-size:18px;	
	font-weight:600;
}

.content-grid {
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:20px;
}

.main-sub-menu {
	display:none;	
}

.header__item.slink {
	position:relative;	
}

.header__item:hover .main-sub-menu {
	display:block;
	position:absolute;
	top:50px;
	left:-5px;
	z-index:99999999999;
	width: 100%;
	width:262px;
	background:#F2F2F2;
	border-radius:8px;
	padding: 16px 0;
}

.main-sub-menu-list {
	display:flex;
	flex-direction:column;
	gap:12px;
	width:100%;
}

.main-sub-menu-list li {
	width:100%;
	padding: 0 20px;
}

.main-sub-menu-list li a {
	font-size:16px;
	color:#414F5F;

}

.main-sub-menu-list li a:hover {
	color:#f5780b;
}

.mega-menu-content-cell ul li a {
	transition: .3s all;	
}

.mega-menu-content-cell ul li a:hover {
	color:#f5780b;	
}

.sslink {
	position:relative;
}

.main-sub-sub-menu {
	display:none;	
}

.sslink:hover .main-sub-sub-menu {
	display:flex;
	flex-direction:column;
	gap:12px;
	position:absolute;
	top:-16px;
	left:262px;
	z-index:99999999999;
	width: 100%;
	padding: 16px 0;
	width:265px;
	background:#F2F2F2;
	border-radius:8px;
}

.the-white {
	color:#fff !important;
}

.autocomplete-suggestions {
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    width: 100%;
    display: none;
	top:50px;
}

.search__form {
	position:relative;
	z-index:10;
}

.suggestion-item {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #eee;
}

.suggestion-item:hover {
    background-color: #f5f5f5;
}

@media (max-width:480px) {

.tcm-actions {
	flex-wrap:wrap;
	justify-content:start !important;
}

}

.alignleft {
    float: left;
    margin: 0px 20px 20px 0px;
}

.alignright {
    float: right;
    margin: 0px 0px 20px 20px;
}

@media (max-width:768px) {

.alignleft {
    float: none;
	max-width:100%;
	height:auto;
}

.alignright {
    float: none;
	max-width:100%;
	height:auto;
}

}

.neftebaza-text p {
	padding: 10px 0;
}

.neftebaza-text ul {
	padding-left:20px;
}

.neftebaza-text ul li {
	list-style-type:disc;
	padding:10px 0;
}

.neftebaza-text ul li::marker {
  font-size: 24px;
  color: #ff8b26;	
}

.clearfix::after {
  content: "";
  display: table;
  clear: both; /* Целостность контейнера поддерживается. */
}

.content-text-video {
    height: 630px !important;
    overflow: hidden !important;
    display: block !important;
    position: relative !important;
}

#bgVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.content-text-video-description {
    position: absolute;
    z-index: 9;
    left: 20px;
    height: calc(100% - 40px);
    top: 20px;
    background-color: #F6F6F6;
    border-top-width: 5px;
    border-top-style: solid;
    border-left-width: 5px;
    border-left-style: solid;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-right-width: 5px;
    border-right-style: solid;
    border-color: #cc8d4e;
    max-width: 260px;
    padding: 25px 25px;
}

.content-text-video-description h2 {
    margin-top: 0px !important;
}

@media screen and (max-width: 767px) {
    .content-text-video {
        height: 450px !important;
    }

    .content-text-video-description {
        height: calc(100%-40px) !important;
        max-width: calc(100% - 40px) !important;
    }
}

@media screen and (max-width: 480px) {
    .content-text-video {
        height: 600px !important;
    }

    .content-text-video-description {
        height: calc(100%-40px) !important;
        max-width: calc(100% - 40px) !important;
    }
}


