:root {
    --margin-section: 100px;
}
* {
    padding: 0;
    margin: 0;
    border: 0;
}
*,
*::after,
*::before {
    box-sizing: border-box;
}
*::after,
*::before {
    display: inline-block;
}
:active,
:focus {
    outline: 0;
}
a:active,
a:focus {
    outline: 0;
}
body,
html {
    height: 100%;
    min-width: 320px;
}
body {
    color: #000;
    line-height: 1;
    font-family: Inter, serif;
    font-size: toRem(18);
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f1f2f4;
}
@media (max-width: toEm(767.98)) {
    body {
        font-size: 1rem;
    }
}
button,
input,
textarea {
    font-family: Inter, serif;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
}
input,
textarea {
    width: 100%;
}
label {
    display: inline-block;
}
button,
option,
select {
    cursor: pointer;
}
a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}
@tailwind base;
@tailwind components;
@tailwind utilities;
body::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s ease 0s;
    pointer-events: none;
    z-index: 149;
}
.page--light {
    background-color: #fff;
}
.popup-show body::after {
    opacity: 1;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 1.875rem 0.625rem;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
    pointer-events: none;
}
.popup__close {
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    width: 1rem;
}
.popup_show {
    z-index: 150;
    visibility: visible;
    overflow: auto;
    pointer-events: auto;
}
.popup_show .popup__content {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.popup__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup__content {
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    background-color: #eee;
    padding: 2.5rem 1.25rem 1.25rem;
    width: 100%;
    max-width: 31.25rem;
    border-radius: 0.625rem;
}
.lock .popup__content {
    visibility: visible;
}
.ibg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.ibg--top {
    -o-object-position: top;
    object-position: top;
}
.ibg--bottom {
    -o-object-position: bottom;
    object-position: bottom;
}
.ibg--left {
    -o-object-position: left;
    object-position: left;
}
.ibg--right {
    -o-object-position: right;
    object-position: right;
}
.ibg--contain {
    -o-object-fit: contain;
    object-fit: contain;
}
.lock body {
    overflow: hidden;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
@supports (overflow: clip) {
    .wrapper {
        overflow: clip;
    }
}
.wrapper > main {
    flex: 1 1 auto;
}
.wrapper > * {
    min-width: 0;
}
[class*='__container'] {
    max-width: 111.25rem;
    margin: 0 auto;
    padding: 0 0.9375rem;
}
[class*='--gc'] {
    display: grid;
    min-width: 0;
    grid-template-columns: 0.9375rem 1fr minmax(auto, 109.375rem) 1fr 0.9375rem;
}
[class*='--gc'] > * {
    min-width: 0;
    grid-column: 3/4;
}
img,
svg {
    max-width: 100%;
}
.button {
    height: 3.5rem;
    background: #333;
    border-radius: 1.875rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    color: #fff;
    min-width: 15rem;
    padding: 0.875rem;
    transition: 0.2s ease-in-out;
    white-space: nowrap;
}
@media (any-hover: hover) {
    .button:hover {
        /* background-color: #282182; */
        background-color: #e84b0f;
    }
}
@media (max-width: 47.99875em) {
    .button {
        min-width: auto;
        height: 2.625rem;
    }
}
.button--light {
    background-color: #fff;
    color: #333;
}
.button--accent {
    background-color: #282182;
}
.section {
    margin: var(--margin-section) 0;
}
.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 4.375rem;
}
@media (max-width: 63.99875em) {
    .section-head {
        margin-bottom: 3rem;
    }
}
@media (max-width: 47.99875em) {
    .section-head {
        margin-bottom: 2rem;
    }
}
.section-title {
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.208;
    letter-spacing: 0.05em;
    color: #222;
    font-weight: 700;
}
.advantages__info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.advantages--about .section-head {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.advantages--about .advantages__logo {
    text-align: center;
}
.section-text {
    font-size: 1.375rem;
    text-align: justify;
}
.video-section .section-head {
    flex-direction: column;
    align-items: flex-start;
}
.section {
// .section__container

&__container {
}
}
.video-section__items {
    display: grid;
    gap: 3.125rem;
    grid-template-columns: repeat(3, 1fr);
    max-width: 71.875rem;
    margin: 0 auto;
}
.video-section__items video {
    aspect-ratio: 350/469;
    width: 100%;
}
.section-head {
}
.section-title {
}
.section-text {
}

@media (max-width: 63.99875em) {
    .section-title {
        font-size: 2.5rem;
    }
}
@media (max-width: 47.99875em) {
    .section-title {
        font-size: 2rem;
    }
}
.section-nav {
    display: flex;
    align-items: center;
    gap: 1.375rem;
}
@media (max-width: 47.99875em) {
    .section-nav {
        gap: 1rem;
    }
}
.section-nav .swiper-button-next,
.section-nav .swiper-button-prev {
    border: 0.0625rem solid #222;
    border-radius: 0.625rem;
    aspect-ratio: 1/1;
    flex: 0 0 auto;
    width: 3.125rem;
    transition: 0.2s ease-in-out;
    position: relative;
}
@media (max-width: 47.99875em) {
    .section-nav .swiper-button-next,
    .section-nav .swiper-button-prev {
        width: 2.5rem;
    }
}
.section-nav .swiper-button-next::after,
.section-nav .swiper-button-prev::after {
    transition: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    content: '';
    aspect-ratio: 1/1;
    width: 1.25rem;
    -webkit-mask: url(../img/icons/arrow.svg) no-repeat center/contain;
    mask: url(../img/icons/arrow.svg) no-repeat center/contain;
}
@media (any-hover: hover) {
    .section-nav .swiper-button-next:hover,
    .section-nav .swiper-button-prev:hover {
        background: #e84b0f;
        border-color: #e84b0f;
    }
    .section-nav .swiper-button-next:hover::after,
    .section-nav .swiper-button-prev:hover::after {
        background-color: #222;
    }
}
.section-nav .swiper-button-next {
    background: #222;
}
.section-nav .swiper-button-next::after {
    background-color: #fff;
}
.section-nav .swiper-button-prev {
    scale: -1 1;
    border-color: #222;
    background-color: #fff;
}
.section-nav .swiper-button-prev::after {
    background-color: #222;
}
.header {
    position: sticky;
    z-index: 1500;
    background-color: #222;
    top: 0;
    left: 0;
    width: 100%;
}
.header__bottom {
    .button {
        display: none;
    }
}
.header .menu .menu__list > li {
    padding: 10px 0;
    margin: -10px 0;
}
.header .menu .menu__list > li {
    position: relative;
    color: #222;
}
.header .menu .menu__list > li > .sub-menu > li.menu-item-has-children > a,
.header .menu .menu__list > li.menu-item-has-children > a {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    position: relative;
}
.header
.menu
.menu__list
> li
> .sub-menu
> li.menu-item-has-children
> a::after,
.header .menu .menu__list > li.menu-item-has-children > a::after {
    display: inline-block;
    content: '';
    aspect-ratio: 1/1;
    flex: 0 0 auto;
    width: 0.625rem;
    height: 0.625rem;
    mask: url('../img/icons/arrow.svg') center/contain no-repeat;
    background-color: #fff;
    margin-left: auto;
}
.header .menu .menu__list > li.menu-item-has-children > a::after {
    rotate: 90deg;
    background-color: #222;
}

.header .menu .menu__list .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
}
.header .menu .menu__list > li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 15.625rem;
    background-color: #333;
    display: flex;
    padding: 0.625rem 0;
    flex-direction: column;
}
.header .menu .menu__list > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}
.header .menu .menu__list > li .sub-menu a {
    color: #fff;
    display: block;
    padding: 0.625rem;
    font-size: 1rem;
}
.header .menu .menu__list > li .sub-menu a:hover {
    background-color: #222;
}
.header .menu .menu__list > li .sub-menu > li > .sub-menu {
    left: 100%;
    top: 0;
}
.header .menu .menu__list > li .sub-menu > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 47.99875em) {
    .header {
        height: 8.75rem;
    }
}
.header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.125rem 0;
    min-height: 6.25rem;
}
@media (max-width: 47.99875em) {
    .header__top {
        min-height: auto;
        padding: 0.875rem 0;
    }
    .header__top .button {
        display: none;
    }
}
.header__logo {
    width: 20.625rem;
}
@media (max-width: 47.99875em) {
    .header__logo {
        width: 15.625rem;
    }
}
.header__logo img {
    width: 100%;
}
.header__actions {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.header__social:not(:last-child) {
    position: relative;
}
.header__social:not(:last-child)::after {
    position: absolute;
    height: 2.875rem;
    content: '';
    width: 0.0625rem;
    background-color: rgba(23, 23, 23, 0.2);
    top: calc(50% - 1.4375rem);
    right: -1rem;
}
.header__bottom {
    background-color: #fff;
    /* background-color: #222; */
}
.header__bottom .header__container {
    min-height: 3.75rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.625rem;
}
.header__bottom .button--light {
    display: none;
}
@media (max-width: 47.99875em) {
    .header__bottom .button {
        display: inline-flex;
        order: 2;
    }
}
.header .menu {
    color: #fff;
    font-weight: 600;
    font-size: 1.125rem;
}
@media (max-width: 47.99875em) {
    .header .menu {
        order: 1;
    }
}
@media (max-width: 47.99875em) {
    .header .menu__body {
        position: fixed;
        width: 100%;
        height: 100%;
        right: -100%;
        top: 0;
        overflow: auto;
        padding: 4.375rem 0.9375rem 0.9375rem 1.875rem;
        transition: right 0.3s;
        background-color: #222;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        align-items: flex-end;
        z-index: 1;
    }
    .header .menu__body::before {
        content: '';
        position: fixed;
        width: 100%;
        height: 4.375rem;
        right: -100%;
        top: 0;
        transition: left 0.3s;
        z-index: 2;
    }
    .menu-open .header .menu__body {
        right: 0;
    }
    .menu-open .header .menu__body::before {
        right: 0;
    }
}
.header .menu__list {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
@media (max-width: 47.99875em) {
    .header .menu__list {
        flex-direction: column;
        align-items: flex-end;
    }
}
.header .menu__list a {
    transition: 0.2s ease-in-out;
}
@media (any-hover: hover) {
    .header .menu__list > li > a:hover {
        color: #e84b0f;
    }
    .header .menu__list > li > a:hover::after {
        background-color: #e84b0f;
    }
}
.header-social {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.header-social li {
    flex: 0 0 auto;
}
.header-social li a {
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 2rem;
    display: block;
    /* color: #333; */
    color: #fff;
    transition: 0.2s ease-in-out;
}
.header-social li a:hover {
    color: #e84b0f;
}
.header-social li a svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.header-search {
    flex: 1;
    max-width: 31.25rem;
}
.news__input-wrapper {
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 0.625rem;
}
.news__input-wrapper input {
    border-radius: 0.625rem;
    background-color: #f1f2f4;
    height: 2.5rem;
    padding: 0.625rem 3.75rem 0.625rem 1rem;
    box-shadow: 0px 0px 2.2222222222rem rgba(142, 162, 170, 0.2);
    color: #333;
    border: 0.0625rem solid #f5f7fa;
}
.news__search-button {
    aspect-ratio: 1/1;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: 0.2s ease-in-out;
}
.news__search-button svg {
    width: 1.5rem;
}
.icon-menu {
    display: none;
}
@media (max-width: 47.99875em) {
    .icon-menu {
        display: block;
        position: relative;
        width: 1.875rem;
        height: 1.125rem;
        z-index: 5;
    }
}
@media (max-width: 47.99875em) and (any-hover: none) {
    .icon-menu {
        cursor: default;
    }
}
@media (max-width: 47.99875em) {
    .icon-menu span,
    .icon-menu::after,
    .icon-menu::before {
        content: '';
        transition: all 0.3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: 0.125rem;
        /* background-color: #222; */
        background-color: #fff;
    }
    .icon-menu::before {
        top: 0;
    }
    .icon-menu::after {
        bottom: 0;
    }
    .icon-menu span {
        top: calc(50% - 0.0625rem);
    }
    .menu-open .icon-menu span {
        width: 0;
    }
    .menu-open .icon-menu span,
    .menu-open .icon-menu::after,
    .menu-open .icon-menu::before {
        background-color: #fff;
    }
    .menu-open .icon-menu::before {
        top: calc(50% - 0.0625rem);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-open .icon-menu::after {
        bottom: calc(50% - 0.0625rem);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
.hero {
    position: relative;
    overflow: hidden;
}
.hero::after,
.hero::before {
    position: absolute;
    content: '';

    width: 24.375rem;
    height: 100%;
    top: 50%;
    pointer-events: none;
    transform: skewX(-24deg);
    opacity: 0.25;
}
.hero::before {
    z-index: 1;
    left: 0;
    background: #363636;
    translate: 0% -50%;
}
.hero::after {
    z-index: 2;
    background: linear-gradient(180deg, #4b4b4b 0%, rgba(34, 34, 34, 0) 100%);
    /* opacity: 0.25; */
    translate: 80% -50%;
}
.hero__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero__video::after {
    position: absolute;
    content: '';
    inset: 0;
    background: linear-gradient(
            89.95deg,
            #171717 0.03%,
            rgba(23, 23, 23, 0) 99.95%
    );
}
.hero__container {
    max-width: 82.5rem;
}
.hero__content {
    max-width: 40.3125rem;
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    position: relative;
    z-index: 3;
    height: calc(var(--vh, 1vh) * 100 - 10rem);
    max-height: 51.875rem;
    justify-content: center;
    padding: 1.25rem 0;
}
@media (max-width: 47.99875em) {
    .hero__content {
        height: calc(var(--vh, 1vh) * 100 - 8.75rem);
    }
}
.hero__label {
    font-style: italic;
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #fff;
}
.hero__label::before {
    display: inline-block;
    content: '';
    height: 0.125rem;
    width: 2.5rem;
    background-color: #fff;
}
.cat_item > span {
    height: 2.875rem;
    background: #333;
    border-radius: 1.875rem;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    color: #fff;
    min-width: 9.375rem;
    padding: 0.875rem;
    transition: 0.2s ease-in-out;
    white-space: nowrap;
    margin-top: auto;
}
.text_catalog:not(:last-child) {
    margin-bottom: 0.625rem;
}
.cat_item > span:hover {
    background-color: #e84b0f;
}
.hero__title {
    font-weight: 700;
    font-size: 3rem;
    line-height: 146%;
    color: #fff;
}
@media (max-width: 47.99875em) {
    .hero__title {
        font-size: 2rem;
    }
}
.hero__text {
    line-height: 156%;
    color: #fff;
    font-size: 1.125rem;
}
.hero__info {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}
@media (max-width: 47.99875em) {
    .hero__info {
        justify-content: space-between;
    }
    .hero__info .button {
        max-width: 150px;
        width: 100%;
    }
}
.hero-contacts {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    color: #fff;
    white-space: nowrap;
}
.hero-contacts__content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.hero-contacts__icon {
    width: 3.125rem;
    aspect-ratio: 1/1;
    flex: 0 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #222;
    padding: 0.75rem;
}
@media (max-width: 47.99875em) {
    .hero-contacts__icon {
        display: none;
    }
}
.hero-contacts__icon img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.hero-contacts__label {
    line-height: 156%;
}
.hero-contacts a {
    font-weight: 900;
    font-size: 1.625rem;
    transition: 0.2s ease-in-out;
}
@media (max-width: 47.99875em) {
    .hero-contacts a {
        font-size: 1rem;
    }
}
@media (any-hover: hover) {
    .hero-contacts a:hover {
        color: #e84b0f;
    }
}
.company {
    margin: var(--margin-section) 0;
}
.company__video {
    aspect-ratio: 16/9;
    width: 100%;
    border-radius: 0.625rem;
    overflow: hidden;
}
.company__video iframe {
    width: 100%;
    height: 100%;
}
.company__container {
    max-width: 106.875rem;
}
.company__inner {
    display: flex;
    gap: 5.875rem;
    align-items: center;
}
@media (max-width: 74.99875em) {
    .company__inner {
        gap: 2.5rem;
    }
}
@media (max-width: 47.99875em) {
    .company__inner {
        flex-direction: column;
    }
}
.company__decors {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    width: 52.8%;
    position: relative;
    padding-right: 3.125rem;
}
@media (max-width: 47.99875em) {
    .company__decors {
        width: 100%;
        max-width: 28.125rem;
        margin: 0 auto;
    }
}
.company__img {
    border-radius: 1.875rem;
    overflow: hidden;
    aspect-ratio: 605/655;
    width: 100%;
    max-width: 37.8125rem;
}
.company__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.company__img:nth-child(2) {
    border: 0.625rem solid #fff;
    aspect-ratio: 365/445;
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    height: 68%;
    max-width: 22.8125rem;
}
@media (max-width: 47.99875em) {
    .company__img:nth-child(2) {
        height: auto;
        width: 60%;
        border-width: 0.3125rem;
    }
}
.company__content > h2 {
    font-weight: 600;
    font-size: 3.4375rem;
    line-height: 1.218;
    text-transform: capitalize;
    margin-bottom: 1.375rem;
}
@media (max-width: 47.99875em) {
    .company__content > h2 {
        font-size: 2rem;
        margin-bottom: 0.7em;
    }
}
.company__content > p {
    font-size: 1rem;
    line-height: 150%;
    color: #232323;
    margin-bottom: 1.0625rem;
}
.company__content b {
    color: #333;
}
.company__label {
    font-weight: 600;
    font-size: 1.5625rem;
    line-height: 1.2;
    color: #333;
    margin-bottom: 0.75rem;
}
@media (max-width: 47.99875em) {
    .company__label {
        font-size: 1.125rem;
        margin-bottom: 0.5em;
    }
}
.company__items {
    margin: 3.125rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
}
@media (max-width: 47.99875em) {
    .company__items {
        gap: 1.5rem 0.5rem;
        margin: 1.5rem 0;
    }
}
.company-item {
    font-weight: 500;
    line-height: 133%;
    gap: 1.25rem;
    display: flex;
    align-items: center;
    position: relative;
}
.company-item > span {
    flex: 0 0 auto;
}
.company-item img {
    width: 1.25rem;
}
@media (max-width: 47.99875em) {
    .company-item {
        font-size: 0.875rem;
    }
}
.catalog {
    padding: 5.625rem 0;
    background-color: #fff;
    border-radius: 1.25rem;
}
@media (max-width: 47.99875em) {
    .catalog {
        margin: 0;
    }
}
.catalog-cards {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(5, 18.75rem);
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
}
@media (max-width: 87.5em) {
    .catalog-cards {
        grid-template-rows: repeat(5, 15rem);
    }
}
@media (max-width: 47.99875em) {
    .catalog-cards {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
        gap: 1rem;
    }
}
@media (max-width: 40em) {
    .catalog-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}
.catalog-card {
    position: relative;
    overflow: hidden;
    border-radius: 1.25rem;
}
@media (max-width: 47.99875em) {
    .catalog-card {
        border-radius: 0.625rem;
    }
}
.catalog-card:nth-child(1) {
    grid-area: 1/1/2/5;
}
.catalog-card:nth-child(2) {
    grid-area: 1/5/2/9;
}
.catalog-card:nth-child(3) {
    grid-area: 1/9/2/13;
}
.catalog-card:nth-child(4) {
    grid-area: 2/1/4/4;
}
.catalog-card:nth-child(5) {
    grid-area: 2/4/3/7;
}
.catalog-card:nth-child(6) {
    grid-area: 2/7/3/13;
}
.catalog-card:nth-child(7) {
    grid-area: 3/4/4/9;
}
.catalog-card:nth-child(8) {
    grid-area: 3/9/4/13;
}
.catalog-card:nth-child(9) {
    grid-area: 4/1/5/4;
}
.catalog-card:nth-child(10) {
    grid-area: 4/4/5/10;
}
.catalog-card:nth-child(11) {
    grid-area: 4/10/5/13;
}
.catalog-card:nth-child(12) {
    grid-area: 5/1/6/7;
}
.catalog-card:nth-child(13) {
    grid-area: 5/7/6/13;
}
.categories-list {
    display: grid;
    gap: 1.5rem;

}
@media (min-width: 1024px) {
    .categories-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
.catal-card {
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 0.625rem;
    align-items: center;
    grid-template-columns: 0.7fr 1fr;
}
.catal-card__img a{
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
	max-height: 100%;
}
.catal-card__img {
max-width: 18.75rem;
aspect-ratio: 1;
margin: auto;
}
.catal-card__img img{
    max-height: 100%;
    height: auto;
    object-fit: contain;
	width: 100% !important;
height: 100% !important;
}
.catal-card__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.catal-card__more {
    margin-top: auto;
    height: 2.875rem;
    border-radius: 1.875rem;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    color: #fff;
    min-width: 9.375rem;
    padding: 0.875rem 1.5rem;
    transition: 0.2s ease-in-out;
    white-space: nowrap;
    background: #e84b0f;
}
.catal-card__more:hover {
    background: #333;
}
.catal-card__title {
    font-weight: 900;
    font-size: 1.75rem;
}

.catal-card__descr {
    min-height: 8.4375rem;
    line-height: 1.5;
}
@media (max-width: 767.98px) {
    .catal-card__title {
        font-size: 1.25rem;
    }
    .catal-card{
        grid-template-columns: 0.65fr 1fr;
    }
    .catal-card__descr {
        font-size: 0.875rem;
        min-height: auto;
    }
    .catal-card__more{
        font-size: 0.875rem;
        padding: 0.875rem;
    }
}
@media (max-width: 47.99875em) {
    .catalog-card {
        grid-area: auto !important;
        min-height: 9.375rem;
    }
    .catalog-card:nth-child(3n) {
        grid-column: span 2 !important;
    }
}
.catalog-card__img {
    position: absolute;
    inset: 0;
}
.catalog-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.2s ease-in-out;
}
.catalog-card__img::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    border-radius: 1.25rem;
}
.catalog-card__content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: end;
    padding: 1.875rem;
}
@media (max-width: 87.5em) {
    .catalog-card__content {
        padding: 1.5rem;
    }
}
@media (max-width: 47.99875em) {
    .catalog-card__content {
        padding: 0.625rem;
    }
}
.catalog-card__title {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.208;
    letter-spacing: 0.05em;
    color: #fff;
    transition: 0.2s ease-in-out;
}
@media (max-width: 87.5em) {
    .catalog-card__title {
        font-size: 1.25rem;
    }
}
@media (max-width: 47.99875em) {
    .catalog-card__title {
        font-size: 1rem;
    }
}
.catalog-card__title a::after {
    position: absolute;
    inset: 0;
    content: '';
}
@media (any-hover: hover) {
    .catalog-card:hover .catalog-card__title {
        color: #e84b0f;
    }
    .catalog-card:hover .catalog-card__img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.advantages__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5625rem;
}
.product-page__inner.textpage_inner {
    display: flex;
    flex-direction: column;
    .text_block {
        line-height: 1.5;
        text-align: justify;
    }
}
.b2b {
    .button:hover {
        background-color: #4b4b4b;
    }
}
@media (min-width: 768px) {
    .product-page__inner.textpage_inner .pdfemb-the-canvas {
        aspect-ratio: 1102/1481;
        height: auto !important;
        width: 48% !important;
    }
    .product-page__inner.textpage_inner .pdfemb-viewer {
        display: inline-block;
        aspect-ratio: 1102/1481;
        height: auto !important;
        width: 48% !important;
    }
}
@media (max-width: 87.5em) {
    .advantages__cards {
        gap: 2rem;
    }
}
@media (max-width: 63.99875em) {
    .advantages__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}
@media (max-width: 47.99875em) {
    .advantages__cards {
        grid-template-columns: auto;
    }
}
.b2b {
    display: flex;
    flex-direction: column;
    gap: 3.125rem;
}
.b2b__frame {
    overflow: hidden;
    border-radius: 1.5rem;
    background-color: #f18917;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 2.5rem;
    align-items: center;
}
.b2b__info {
    font-size: 1.125rem;
    line-height: 1.3;
    max-width: 37.5rem;
}
.b2b__content {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    align-items: flex-start;
}
.b2b__img {
    margin-top: auto;
    margin-bottom: -2.5rem;
    width: 100%;
    aspect-ratio: 504/444;
    translate: 2.5rem 0;
    img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: bottom right;
    }
}
.advantage-card {
    background: #fff;
    box-shadow: 0 0 3.75rem rgba(0, 0, 0, 0.05);
    border-radius: 0.3125rem;
    padding: 2rem;
    min-height: 15.125rem;
}
@media (max-width: 87.5em) {
    .advantage-card {
        min-height: auto;
        padding: 2.5rem;
    }
}
@media (max-width: 63.99875em) {
    .advantage-card {
        padding: 1.5rem;
    }
}
.advantage-card__icon {
    width: 4.25rem;
    aspect-ratio: 1/1;
    flex: 0 0 auto;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222;
    border-radius: 0.3125rem;
    padding: 1rem;
}
@media (max-width: 47.99875em) {
    .advantage-card__icon {
        width: 3.125rem;
        padding: 0.8rem;
        margin-bottom: 1rem;
    }
}
.advantage-card__icon img {
    width: 100%;
}
.advantage-card__title {
    font-weight: 700;
    font-size: 1.5rem;
    color: #171717;
    margin-bottom: 1.25rem;
}
@media (max-width: 47.99875em) {
    .advantage-card__title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        font-weight: 600;
    }
}
.advantage-card__text {
    line-height: 156%;
    color: #17080a;
}
.certificate {
    position: relative;
}
.certificate-swiper {
    position: relative;
}
@media (max-width: 47.99875em) {
    .certificate-swiper {
        overflow: visible !important;
    }
}
.certificate-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    aspect-ratio: 576/550;
}
.certificate-slide img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.reviews-swiper {
    margin-bottom: -3.75rem;
    padding-bottom: 3.75rem;
    overflow: visible !important;
}
.review-card {
    position: relative;
    padding-bottom: 1.5625rem;
}
.review-card::after {
    position: absolute;
    top: 2.0625rem;
    left: 1.5625rem;
    bottom: 0;
    right: 0.75rem;
    content: '';
    background: #fff;
    border-radius: 1.875rem;
    -webkit-filter: drop-shadow(0 0 3.6875rem rgba(196, 196, 196, 0.149));
    filter: drop-shadow(0 0 3.6875rem rgba(196, 196, 196, 0.149));
}
@media (max-width: 63.99875em) {
    .review-card::after {
        border-radius: 1.25rem;
    }
}
.review-card__inner {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 1.875rem;
    -webkit-filter: drop-shadow(0 0 3.6875rem rgba(196, 196, 196, 0.149));
    filter: drop-shadow(0 0 3.6875rem rgba(196, 196, 196, 0.149));
    padding: 3.4375rem 4.375rem;
}
@media (max-width: 87.5em) {
    .review-card__inner {
        padding: 2.5rem;
    }
}
@media (max-width: 63.99875em) {
    .review-card__inner {
        padding: 1.5rem;
        border-radius: 1.25rem;
    }
}
.review-card__head {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.875rem;
}
@media (max-width: 63.99875em) {
    .review-card__head {
        gap: 1rem;
        margin-bottom: 1.5rem;
    }
}
.review-card__avatar {
    width: 5.1875rem;
    flex: 0 0 auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
}
@media (max-width: 63.99875em) {
    .review-card__avatar {
        width: 3.75rem;
    }
}
.review-card__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.review-card__content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.review-card__title {
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1.192;
    color: #222d39;
}
@media (max-width: 63.99875em) {
    .review-card__title {
        font-size: 1.5rem;
    }
}
.review-card__text {
    font-size: 1.125rem;
    line-height: 1.22;
    color: #666;
}
@media (max-width: 63.99875em) {
    .review-card__text {
        font-size: 1rem;
    }
}
.map {
    position: relative;
    width: 100%;
    aspect-ratio: 1913/596;
    min-height: 21.875rem;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banners {
    padding: 5.3125rem 0;
    background-color: #f1f2f4;
}
@media (max-width: 47.99875em) {
    .banners {
        padding: 0;
    }
}
.banners__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5625rem;
}
@media (max-width: 47.99875em) {
    .banners__cards {
        gap: 1.25rem;
        grid-template-columns: auto;
    }
}
.banner {
    min-height: 28.875rem;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 7.6875rem 3.625rem 3.625rem;
    border-radius: 1.25rem;
    background-color: #dedede;
}
@media (max-width: 87.5em) {
    .banner {
        padding-top: 3.5rem;
    }
}
@media (max-width: 47.99875em) {
    .banner {
        padding: 1.5rem;
        min-height: 21.875rem;
    }
}
.banner__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 28.125rem;
}
.banner h3,
.banner__title {
    font-weight: 900;
    font-size: 1.625rem;
    color: #171717;
    margin-bottom: 1.25rem;
}
.banner p,
.banner__text {
    line-height: 156%;
    color: #17080a;
}
.banner .button {
    margin-top: 2.125rem;
}
.dealer-banner {
    margin: 9.0625rem 0 var(--margin-section);
    background: url(../img/dealer-decor.svg) no-repeat center/cover, #222;
}
@media (max-width: 47.99875em) {
    .dealer-banner {
        margin: 0;
    }
}
.dealer-banner__content {
    position: relative;
    min-height: 25.625rem;
}
@media (max-width: 47.99875em) {
    .dealer-banner__content {
        min-height: 15.625rem;
    }
}
.dealer-banner__img {
    position: absolute;
    left: 0;
    bottom: 0;
    aspect-ratio: 595/509;
    width: 37.1875rem;
    pointer-events: none;
}
@media (max-width: 63.99875em) {
    .dealer-banner__img {
        width: 25rem;
    }
}
@media (max-width: 47.99875em) {
    .dealer-banner__img {
        display: none;
    }
}
.dealer-banner__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom left;
    object-position: bottom left;
}
.dealer-banner__info {
    max-width: 30.8125rem;
    margin: 0 11% 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.625rem;
    align-items: flex-start;
    padding: 5.6875rem 0;
}
@media (max-width: 87.5em) {
    .dealer-banner__info {
        margin-right: 0;
        padding: 2.5rem 0;
    }
}
@media (max-width: 63.99875em) {
    .dealer-banner__info {
        max-width: 28.125rem;
    }
}
.dealer-banner__title {
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.25;
    color: #fff;
}
@media (max-width: 63.99875em) {
    .dealer-banner__title {
        font-size: 2.5rem;
    }
}
.footer {
// background-color: #f1f2f4;
    background-color: #fff;
}
.footer__bottom {
// background-color: #222;
}
.footer__top {
    min-height: 7.5rem;
    display: flex;
    align-items: flex-end;
    .footer__item {
        color: #222;
    }
}
.footer__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 1.25rem;
// color: #fff;
}
@media (max-width: 40em) {
    .footer__container {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }
}
.footer__item {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.214;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.footer__item a {
    text-decoration: underline;
}
@media (any-hover: hover) {
    .footer__item a:hover {
        text-decoration: none;
    }
}
.footer__bottom {
    background-color: #222;

    height: 6.875rem;
}
@media (max-width: 47.99875em) {
    .footer__bottom {
        height: auto;
    }
}
.footer__logo {
    width: 20.625rem;
}
@media (max-width: 47.99875em) {
    .footer__logo {
        width: 12.5rem;
    }
}
.footer__logo img {
    width: 100%;
}
.page--about {
    .company__img:nth-child(2) {
        background-color: #fff;
        border-radius: 0.625rem;
        aspect-ratio: 345/243;
        height: auto;
        translate: 0 -10%;
        max-width: 27.5rem;
        border-width: 0.3125rem;
        img {
            height: auto;
            object-fit: contain;
        }
    }
}
.footer__brand {
    font-size: 0.875rem;
    line-height: 1.214;
// color: rgba(74, 68, 68, 0.45);
    max-width: 15.625rem;
    color: #f1f2f4;
}
.footer__brand a {
    margin-top: 0.5rem;
    display: inline-flex;
    align-items: center;
    transition: 0.2sease-in-out;
}
.footer__brand a:hover {
    color: #4f43e3;
}
.footer__brand a:hover img {
    opacity: 1;
    filter: none;
}
.presentation {
    background-color: #333;
    padding: 3.125rem 0;
}
.presentation .section-head {
    justify-content: center;
}
.presentation .section-title {
    color: #fff;
}
.presentation__video {
    aspect-ratio: 16/9;
    max-width: 50rem;
    margin: 0 auto;
}
.presentation__video iframe,
.presentation__video video {
    width: 100%;
    height: 100%;
}
.product-advantages {
    margin: 5rem 0;
}
.product-advantages__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}
.product-advantages__body {
    max-width: 71.875rem;
    margin: 0 auto;
}
.product-advantages__block {
    max-width: 35rem;
}
.product-advantages__block h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1em;
}
.product-advantages__block ul {
    list-style: disc;
    padding-left: 1.25rem;
}
.product-advantages__block ul li {
    list-style: disc;
    line-height: 1.2;
}
.product-advantages__block ul li:not(:last-child) {
    margin-bottom: 1em;
}
.footer__brand a img {
    height: 1.25rem;
// filter: grayscale(1);
    opacity: 0.4;
    transition: 0.2s ease-in-out;
    flex: 0 0 auto;
    width: 0.75rem;
}
.footer-item {
    display: flex;
    align-items: center;
}
.swiper {
    overflow: hidden;
}
.swiper-initialized {
    touch-action: pan-y;
}
.swiper-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    display: flex;
    position: relative;
}
.swiper-vertical .swiper-wrapper {
    flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
}
.swiper-initialized .swiper-slide {
    flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
    display: none !important;
}
.wrap_catalog {
    display: grid;
    /* grid-template-columns: repeat(4, 1fr); */
    grid-template-columns: repeat(2, 1fr);
    gap:3rem 1.5rem;
}
.categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 3.75rem;
}
@media (max-width: 1023.98px) {
    .categories {
        grid-template-columns: auto;
    }
}
.cat_item {
    border-radius: 0.625rem;
    padding: 1.875rem;
    font-size: 1rem;
    transition: 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
}
.cat_item:hover {
    background-color: #f1f2f4;
    box-shadow: 0px 0px 2.2222222222rem rgba(142, 162, 170, 0.2);
}
.cat_item .catalog_img {
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    border-radius: 0.625rem;
    overflow: hidden;
}
.cat_item .catalog_img img {
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cat_item .catalog_title {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0.625rem;
}
.cat_item .text_catalog {
    line-height: 1.5;
}
.cat_item.cat_item--category {
    flex-direction: row;
    flex: 1;
    position: relative;
    align-items: flex-start;
    gap: 0.625rem;
    padding: 1.5rem;
    .catalog_img {
        margin-bottom: 0;
        width: 5rem;
        flex: 0 0 auto;
    }
    .catalog_title {
        font-size: 1rem;
    }
    .catalog_title a::after {
        position: absolute;
        inset: 0;
        content: '';
    }
    .text_catalog {
        font-size: 0.875rem;
    }
    .catalog__content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
}

.catalog_inner{
    .section__container{

        max-width: 81.875rem;
    }
}
.cat_item.cat_item--category .catalog__content > span {
    height: 2.875rem;
    background: #333;
    border-radius: 1.875rem;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    color: #fff;
    min-width: 9.375rem;
    padding: 0.875rem;
    font-size: 0.875rem;
    transition: 0.2s ease-in-out;
    white-space: nowrap;
    margin-top: auto;
}
.cat_item.cat_item--category:hover .catalog__content > span {
    background-color: #e84b0f;
}
@media (max-width: 1023.98px) {
    .wrap_catalog {
        gap: 1.5rem;
    }
    .cat_item {
        padding: 1rem;
    }
}
.header-social li a circle + path {
    fill: #333;
}
@media (max-width: 767.98px) {
    .header .menu .menu__list > li {
        color: #fff;
    }
    .company__img {
        border-radius: 1.25rem;
    }
    .page--about {
        .company__img:nth-child(2) {
            translate: 0 0;
        }
    }
    .header
    .menu
    .menu__list
    > li
    > .sub-menu
    > li.menu-item-has-children
    > a::after,
    .header .menu .menu__list > li.menu-item-has-children > a::after {
        background-color: #fff;
    }
    .advantages__info {
        text-align: center;
    }
    .advantages__info .section-text {
        text-align: center;
    }
    .product-advantages__body {
        grid-template-columns: auto;
    }
    .header .sub-menu {
        position: static !important;
        max-height: 0;
        overflow: hidden;
        opacity: 1 !important;
        background-color: transparent !important;
        pointer-events: all !important;
        visibility: visible !important;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.3s ease-in-out;
        padding: 0 !important;
    }
    .header .sub-menu.sub-menu-active {
        max-height: 100vh;
    }
    .header-social li a {
        color: #fff;
    }
    .header .menu .menu__list {
        line-height: 1.2;
        gap: 0.25rem;
    }
    .header .menu .menu__list > li {
        padding: 0.625rem 0;
        margin: 0;
    }
    .header-social li a circle + path {
        fill: #333;
    }
    .header .menu .menu__list > li > .sub-menu > li.menu-item-has-children > a,
    .header .menu .menu__list > li.menu-item-has-children > a {
        justify-content: flex-end;
    }
    .header .menu .menu__list > li .sub-menu a {
        text-align: right;
        padding-right: 0;
    }
    .header
    .menu
    .menu__list
    > li
    > .sub-menu
    > li.menu-item-has-children
    > a::after,
    .header .menu .menu__list > li.menu-item-has-children > a::after {
        margin-left: 0;
    }
    .page_inner {
        margin-top: 5rem;
    }
    .wrap_catalog {
        grid-template-columns: repeat(2, 1fr);
    }
    .cat_item .catalog_img {
        margin: 0 auto 1.25rem;
        max-width: 13.75rem;
    }
    .advantages--about .section-head {
        flex-direction: column;
        display: flex;
    }
    .section-text {
        font-size: 1rem;
    }
    .advantages__logo {
        display: none;
    }
    .video-section__items {
        grid-template-columns: auto;
        gap: 1.5rem;
    }
    .video-section__items video {
        max-width: 15.625rem;
        margin: 0 auto;
    }
}
@media (max-width: 576.98px) {
    .wrap_catalog {
        grid-template-columns: auto;
        gap: 1rem;
    }
    .catalog_title {
        font-size: 1rem;
    }
}
.contact_inner .section__container,
.block-grid,
.product-page__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 71.875rem;
    margin: 0 auto;
    align-items: center;
}
.left_block,
.right_block {
    padding: 0 1.5625rem;
}
.right_block img {
    object-fit: contain;
    margin: auto;
    max-height: 100%;
    aspect-ratio: 1 / 1;
    height: 100%;
}

.left_block h1 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0.9375rem;
}
.left_block h3 {
    font-size: 1.625rem;
    line-height: 1.37;
    font-weight: 500;
    text-align: left;
}
.text_block ul,
.text_block ul li {
    list-style: disc;
}
.text_block ul {
    padding-left: 1.25rem !important;
}
.text_block img {
    margin: 0 auto;
    display: block;
    max-width: 14.375rem;
}
.left_block .text_block > *:not(.button) {
    padding: 0.625rem 0 0.3125rem;
}
.left_block .text_block > .button {
    margin-top: 0.9375rem;
}
.left_block p {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: justify;
}
.popup form > p > span {
    margin-bottom: 1rem;
    display: block;
    /* display: grid; */
    /* gap: 1rem; */
}
input,
textarea {
    border-radius: 0.625rem;
    background-color: #fff;
    padding: 0.625rem 3.75rem 0.625rem 1rem;
    box-shadow: 0px 0px 2.2222222222rem rgba(142, 162, 170, 0.2);
    color: #333;
    border: 0.0625rem solid #f5f7fa;
}
input {
    height: 2.5rem;
}
textarea {
    height: 8.75rem;
    resize: none;
}
.popup form > p input:not([type='submit']) {
    border-radius: 0.625rem;
    background-color: #f1f2f4;
    height: 2.5rem;
    padding: 0.625rem 3.75rem 0.625rem 1rem;
    box-shadow: 0px 0px 2.2222222222rem rgba(142, 162, 170, 0.2);
    color: #333;
    border: 0.0625rem solid #f5f7fa;
}

.popup form > p input[type='submit'] {
    height: 3.25rem;
    background: #333;
    border-radius: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    color: #fff;
    min-width: 15rem;
    padding: 0.875rem;
    transition: 0.2s ease-in-out;
    white-space: nowrap;
    max-width: 15.625rem;
    margin: 0 auto;
    cursor: pointer;
}

.popup form > p input[type='submit']:hover {
    background-color: #e84b0f;
}
@media (max-width: 767.98px) {
    .b2b__frame {
        padding: 1.5rem;
        grid-template-columns: auto;
    }
    .b2b__content {
        gap: 1.5rem;
    }
    .b2b__info {
        font-size: 1rem;
    }
    .b2b__img {
        margin-right: -1.5rem;
    }
    .block-grid,
    .contact_inner .section__container,
    .product-page__inner {
        display: flex;
        flex-direction: column;
        gap: 1.5625rem;
    }
    .block-grid .right_block,
    .product-page__inner .right_block {
        order: -1;
        aspect-ratio: 1/1;
        max-width: 15.625rem;
        margin: 0 auto;
    }
    .product-page__inner .right_block img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .left_block h1 {
        font-size: 1.75rem;
    }
    .left_block h3 {
        font-size: 1.375rem;
    }
    .left_block,
    .right_block {
        padding: 0;
    }
    .right_block > img {
        height: 15.625rem;
    }
// .tarifs-page h1 {
// 	display: none;
// }
}
.block-grid form,
.contact_inner .right_block {
    background-color: #eee;
    padding: 2.5rem 1.25rem 1.25rem;
    border-radius: 0.625rem;
}

.block-grid form p > span {
    display: block;
}
.contact_inner .right_block form p > span {
    margin-bottom: 0.625rem;
    display: block;
}
.block-grid form p > input[type='submit'],
.contact_inner .right_block form p > input[type='submit'] {
    height: 2.5rem;
    background: #333;
    border-radius: 1.875rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    color: #fff;
    min-width: 15rem;
    padding: 0.375rem;
    transition: 0.2s ease-in-out;
    white-space: nowrap;
    cursor: pointer;
}

.block-grid form p > input[type='submit']:hover,
.contact_inner .right_block form p > input[type='submit']:hover {
    background-color: #e84b0f;
}
.wpcf7-response-output {
    font-size: 0.875rem;
    color: red;
}

.widget {
    z-index: 1041;
    bottom: 30px;
    right: 30px;
    position: fixed;
    z-index: 1020;
}
.widget__button {
    cursor: pointer;
    width: 4.375rem;
    border-radius: 100%;
    height: 4.375rem;
    font-size: 0.5rem;
    line-height: 0.625rem;
    text-transform: uppercase;
    color: #fff;
    background-color: rgb(79, 67, 227);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    img {
        width: 1.75rem;
        height: 1.75rem;
    }
    span {
        display: none;
    }
}
.widget__menu {
    position: absolute;
    bottom: 3.75rem;
    right: 3.75rem;
    padding: 1.25rem;
    border-radius: 0.375rem;
    background: #fff;
    display: flex;
    opacity: 0;
    z-index: -1;
    margin-bottom: 1.25rem;
    -webkit-transition: margin-bottom 0.3s, opacity 0.3s;
    -o-transition: margin-bottom 0.3s, opacity 0.3s;
    transition: margin-bottom 0.3s, opacity 0.3s;
    -webkit-box-shadow: 0.3125rem 0.75rem 1.875rem rgba(0, 0, 0, 0.35);
    box-shadow: 0.3125rem 0.75rem 1.875rem rgba(0, 0, 0, 0.35);
    visibility: hidden;
    min-width: 15.625rem;
    flex-direction: column;
    overflow: hidden;
    gap: 1.125rem;
    a {
        display: flex;
        align-items: center;
        color: #333;
        font-size: 0.875rem;
        gap: 0.625rem;
        transition: 0.2s ease-in-out;
        img {
            aspect-ratio: 1/1;
            width: 2rem;
        }
    }
}
.widget__menu a:hover {
    color: #282182;
}
.widget.active .widget__menu {
    margin-bottom: 0;
    opacity: 0.98;
    z-index: 1;
    visibility: visible;
}
.widget__button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    content: '';
    width: 6.25rem;
    height: 6.25rem;
    transform: scale(0);
    animation: 2s infinite pulsation;
    pointer-events: none;
    translate: -50% -50%;
    background-color: rgb(79, 67, 227);
    border-radius: 50%;
}
@media (max-width: 767.98px) {
    .widget {
        right: 0.9375rem;
    }
    .widget__button {
        width: 3.125rem;
        height: 3.125rem;
        img {
            width: 1.25rem;
            height: 1.25rem;
        }
        span {
            font-size: 7px;
            line-height: 9px;
        }
    }
    .widget__button::before {
        width: 5rem;
        height: 5rem;
    }
    .widget__menu {
        right: 3.125rem;
        bottom: 3.125rem;
    }
}
.widget.active {
    .widget__button {
        img {
            display: none;
        }
        span {
            display: block;
        }
    }
    .widget__menu {
        opacity: 1;
        z-index: 1000;
        visibility: visible;
    }
}
@keyframes pulsation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
