@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


.new__mobile__menu {
    display: none;
}

.redesign {
    font-family: "Montserrat", sans-serif !important;
}

body {
    background-color: #F5F5F5 !important;
}

a,
button {
    text-decoration: none !important;
    transition: .3s all !important;
    cursor: pointer !important;
}

.nav-up {
    top: -180px;
}

.c_m_b {
    position: fixed;
    top: 0;
    z-index: 101;
    margin-top: 179px;
}

.c_m_b_shadow {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
}

.preloader-wrapper {
    z-index: 9999;
}

.modal-backdrop {
    display: none !important;
}

main {
    margin-top: 200px !important;
}

header {
    background-color: #fff;
    font-family: "Montserrat", sans-serif !important;
    margin-bottom: 27px;
    z-index: 999 !important;
    position: fixed;
    top: 0;
    transition: .3s all;
    width: 100%;
}

.new__header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.new__header__1 .col {
    height: 104px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new__header__logo {
    display: flex;
    align-items: center;
    gap: 18px;
}

.new__header__logo span {
    margin-right: 6px;
    width: 1.69px;
    height: 49.15px;
    background-color: #00813B;
}

#menu {
    z-index: 9999;
}

#menu .accordion-item {
    background: transparent;
    border: 0;
}

#menu .accordion-body {
    padding: 0;
}

#menu .new__header__logo span {
    background-color: #fff;
}

#menu .new__header__logo p {
    color: #fff;
}

.new__header__contacts {
    z-index: 2;
}

.new__header__contacts > div > ul {
    position: relative;
}

.new__header__contacts > div > ul > li {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.new__header__contacts > div > ul > li > a {
    position: relative;
    z-index: 1;
    font-size: 1rem;
    font-weight: 700;
}

.new__header__contacts > div > ul > li img {
    transition: .3s all;
    position: relative;
    z-index: 2;
}

.new__header__contacts > div > ul:hover img {
    transform: rotate(180deg);
}

.new__header__contacts > div > ul ul {
    position: absolute;
    display: none;
    top: -1rem;
    left: -3.2rem;
    padding: 3.5rem 2rem 1rem 3.2rem;
    width: 235px;
}

.new__header__contacts > div > ul ul a {
    font-size: .9rem;
    font-weight: 500;
}

.new__header__contacts > div > ul:hover ul {
    display: flex;
    flex-direction: column;
    gap: .4rem;
    background-color: #fff;
    z-index: 0;
    border-radius: .75rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
}

.new__header__logo p {
    margin: 0;
    font-size: 14px;
    color: #2B2A29;
    line-height: 118%;
    letter-spacing: -3%;
    text-transform: uppercase;
}

.new__header__contacts {
    display: flex;
    align-items: center;
    gap: 5rem;
}

.new__header__contacts > div,
.new__header__contacts > div > a {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 1rem;
    color: #303E48;
    font-weight: 700;
}

.new__header__contacts a {
    color: #303E48;
}

.new__header__contacts a:hover {
    color: #00813B;
}

.new__header__contacts > div > picture,
.new__header__contacts > div > a > picture {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #C8D8F0;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.new__header__contacts ul {
    list-style: none;
}

.new__header__contacts > div p {
    font-size: 14px;
    font-weight: 400;
    color: #323B4A;
    margin: 0;
}

.new__header__contacts > div p strong {
    font-weight: 700;
    color: #00813B;
}

#menu {
    width: 100%;
    height: 100%;
    background-color: rgba(50, 59, 74, .97);
}

#menu .offcanvas-body {
    padding: 0;
}

.mobile__menu__row__1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    margin-bottom: 3rem;
}

.mobile__menu {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mobile__menu button {
    padding: 0;
    background-color: transparent;
    border: 0;
    display: flex;
    align-items: center;
    gap: .75rem;
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
}

.mobile__menu button > picture {
    transition: .3s all;
}

.mobile__menu button:not(.collapsed) > picture {
    transform: rotate(180deg);
}

.mobile__menu .accordion-item > a {
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
}

.mobile__menu ul {
    margin: 1rem;
    padding: 0;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    font-weight: 500;
}

.mobile__menu ul a {
    color: #fff;
}

.mobile__contacts {
    margin-top: 5rem !important;
    color: #fff;
}

.mobile__contacts {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mobile__contacts > div {
    display: flex;
    gap: .75rem;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
}

.mobile__contacts > div > picture {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #C8D8F0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mobile__contacts > div p {
    margin: 0;
    font-weight: 400;
}

.mobile__contacts > div a {
    color: #fff;
}

.mobile__contacts > div:last-child {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
    margin-top: 2rem;
}

.mobile__contacts > div:last-child p {
    font-size: .75rem;
}

.mobile__contacts > div:last-child button {
    background: #4ABC05;
    background: linear-gradient(131deg, rgba(74, 188, 5, 1) 0%, rgba(59, 154, 0, 1) 100%);
    color: #fff;
    font-size: .5rem;
    border: 0;
    padding: 13px 35px;
    border-radius: .5rem;
    font-weight: 700;
}

.new__menu__block {
    background-color: #007832;
}

.new__menu__block .col {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new__menu__block .col > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.new__menu__block .col > ul a {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.new__menu__block .col > ul a:hover {
    opacity: .7;
}

.new__menu__block .col > ul li {
    display: inline-flex;
    align-items: center;
    position: relative;
    gap: .75rem;
    height: 100%;
}

.new__menu__block .col > ul li a {
    position: relative;
    z-index: 1;
}

.new__menu__block .col > ul li a picture img {
    transition: .3s all;
}

.new__menu__block .col > ul li a:hover picture img {
    transform: rotate(180deg);
}

.new__menu__block .col ul ul {
    position: absolute;
    top: 0;
    display: none;
    z-index: 0;
    padding-top: 2rem;
    width: 200px;
}

.new__menu__block .col ul ul li {
    background-color: #f9f9f9;
    width: 250px;
    padding: .5rem 1rem;
}

.new__menu__block .col ul ul li:first-child {
    padding-top: 1rem;
    border-radius: .5rem .5rem 0 0;
}

.new__menu__block .col ul ul li:last-child {
    padding-bottom: 1rem;
    border-radius: 0 0 .5rem .5rem;
}

.new__menu__block .col ul ul li a {
    color: #2B2A29;
    font-size: .8rem;
    font-weight: 500;
}

.new__menu__block .col ul li:hover ul {
    display: flex;
    flex-direction: column;
}

.new__menu__block .col > button {
    height: 100%;
    background-color: #005825;
    color: #fff;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 95px;
    white-space: nowrap;
    border: 0;
    font-size: 1rem;
    font-weight: 700;
}

.new__menu__block .col > form {
    position: relative;
    height: calc(100% - 1.5rem);
    border-radius: 6px;
    width: 100%;
    max-width: 357px;
    display: flex;
    align-items: center;
}

.new__menu__block .col > form input {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: #004B1F;
    border: 0;
    padding: .75rem;
    font-size: 14px;
    color: #fff;
}

.new__menu__block .col > form input::placeholder {
    color: #BCBCBC;
}

.new__menu__block .search {
    width: 100% !important;
    max-width: 357px !important;
    position: relative;
    height: calc(100% - 1.5rem) !important;
    display: flex;
    align-items: center;
}

.new__menu__block .search input {
    width: 100% !important;
    height: 100% !important;
    border-radius: 6px !important;
    background-color: #004B1F;
    border: 0;
    padding: .75rem;
    font-size: 14px;
    color: #fff;
}

.search-results {
    border-radius: .5rem !important;
}

.new__menu__block .search input::placeholder {
    color: #BCBCBC;
}

.new__menu__block .search button {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 1rem;
    z-index: 9;
}

.new__menu__block .col > form button {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 1rem;
}

.new__menu__block .col > form button:hover {
    transform: scale(1.5);
}

#catalog_menu {
    padding-top: 79px !important;
}

#catalog_menu .modal-dialog {
    margin: 0;
    max-width: 100vw !important;
}

#catalog_menu .modal-content {
    padding: 0;
}

#catalog_menu .modal-dialog .modal-content {
    border-radius: 0 !important;
    border: 0;
    background-color: transparent !important;
}

#catalog_menu .modal-dialog .modal-body {
    padding: 0;
}

.catalog__menu__block {
    background-color: #F4F4F4;
    position: relative;
    height: 580px;
}

.catalog__menu__block > a picture {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    min-height: 580px;
    width: 327px;
}

.catalog__menu__block > a picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.catalog__menu__block ul {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.catalog__menu__block ul li {
    padding: 1rem 1.5rem;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
}

.catalog__menu__block ul li a {
    color: #323B4A;
}

.catalog__menu__block ul li a:hover {
    color: #002957;
    font-weight: 700;
}

.catalog__menu__block > ul {
    width: 302px;
    background-color: #fff;
    min-height: 100%;
    border-right: 1px solid #e1e1e1;
}

.catalog__menu__block > ul li {
    width: 100%;
}

.catalog__menu__block > ul ul {
    position: absolute;
    left: 301px;
    top: 0;
    display: none;
    min-height: 100%;
}

.catalog__menu__block > ul li:hover ul {
    display: flex;
}

footer ul {
    padding: 0 !important;
}

.owl-carousel {
    position: relative;
}

.slider_1 .item {
    width: 100%;
    height: 400px;
    border-radius: .75rem;
    overflow: hidden;
    position: relative;
}

.slider_1 .item a > picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider_1 .item a > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.slide__block__text {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2rem;
    justify-content: space-between;
    padding: 70px 53px;
}

.slide__block__text > div {
    width: 80%;
}

.slide__block__text > div h1,
.slide__block__text > div h2 {
    font-size: 3rem;
    color: #323B4A;
    font-weight: 700 !important;
}

.slide__block__text > div p {
    font-size: 22px;
    color: #323B4A;
}

.slide__block__text span {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    padding: 16px 60px;
    border-radius: .5rem;
    background: #4ABC05;
    background: linear-gradient(131deg, rgba(74, 188, 5, 1) 0%, rgba(59, 154, 0, 1) 100%);
}

.owl-dots {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 18px;
    gap: 10px;
}

.owl-dots button {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background-color: #D9D9D9 !important;
}

.owl-dots button.active,
.owl-dots button:hover {
    background-color: #00813B !important;
}

.new__products__block {
    margin-top: 37px;
}

.new__tabs__block {
    position: relative;
    padding: 0 !important;
    margin-bottom: 54px;
}

.new__tabs__block .nav button {
    padding: 12px 36px !important;
    position: relative;
    display: flex;
    align-items: center;
    color: #323B4A !important;
    border-bottom: 2px solid transparent;
}

.new__tabs__block .nav button.active,
.new__tabs__block .nav button:hover {
    color: #00813B !important;
    border-color: #00813B !important;
}

.new__tabs__block .nav li {
    padding: 0;
    font-size: 1rem;
    font-weight: 700;
}

.new__tabs__block .nav li:last-child button {
    padding-right: 63px !important;
}

.new__tabs__block .nav li:last-child button picture {
    position: absolute;
    right: 0;
}

.new__tabs__block hr {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: .5px;
    opacity: 1 !important;
    width: 100%;
    height: 1px;
    border: 0;
    background-color: #C0C0C0 !important;
    z-index: -1;
}

.owl-nav {
    position: absolute;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: -1;
}

.owl-nav button {
    margin: 0;
    width: 65px !important;
    height: 65px !important;
    border-radius: 100% !important;
    font-size: 0 !important;
}

.owl-prev {
    margin-left: -125px !important;
    background: url(../img/left.svg) center no-repeat #fff !important;
}

.owl-next {
    margin-right: -125px !important;
    background: url(../img/right.svg) center no-repeat #fff !important;
}

.new__product__card {
    background-color: #fff;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    border-radius: .5rem;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    min-height: 632px;
}

.new__product__card picture {
    position: relative;
    width: 100%;
    height: 266px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new__product__card picture img {
    max-width: 80% !important;
    max-height: 80% !important;
    transition: .3s all;
}

.new__product__card picture:hover img {
    transform: scale(1.1);
}

.new__product__card a {
    font-size: 14px;
    color: #323B4A;
    font-weight: 700;
}

.new__product__card a:hover {
    color: #00813B;
}

.new__product__card p {
    color: #323B4A;
    font-size: 14px;
    margin: 1rem 0 2rem 0;
}

.new__product__card__tags {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    z-index: 3;
}

.new__product__card__tags span {
    font-size: 14px;
    font-weight: 700;
    padding: .5rem .75rem;
    border-radius: .5rem;
    color: #fff;
}

.new__product__card__tag__sale {
    background-color: #B70E0E;
}

.new__product__card__tag__new {
    background-color: #0E79B7;
}

.new__product__card > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    min-height: 150px;
    width: 100%;
}

.new__product__card > div:last-child h3 {
    font-size: 36px;
    color: #00813B;
    font-weight: 700;
    margin: 0 !important;
    line-height: 100% !important;
}

.new__product__card > div:last-child s {
    font-size: 1.5rem;
    color: #B70E0E;
}

.new__product__card > div:last-child button {
    color: #fff;
    background: #4ABC05;
    background: linear-gradient(131deg, rgba(74, 188, 5, 1) 0%, rgba(59, 154, 0, 1) 100%);
    font-size: 14px;
    padding: 15px;
    width: 100%;
    border-radius: .5rem;
    font-weight: 700;
    border: 0;
}

.new__news__block {
    margin-top: 3.5rem !important;
}

.new__news__block .nav li:last-child button {
    padding: 12px 36px !important;
}

.new__news__grid picture {
    display: block;
    width: 100%;
    height: 285px;
    border-radius: .5rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.new__news__grid picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.new__news__grid picture:hover img {
    transform: scale(1.1);
}

.new__news__grid__date {
    font-size: 14px;
    color: #323B4A;
}

.new__news__grid a {
    color: #323B4A;
    font-size: 1rem;
    font-weight: 700;
}

.new__news__grid a:hover {
    color: #00813B;
}

.new__news__grid__description {
    font-size: 14px;
    color: #323B4A;
    margin: .25rem 0 0 0;
}

.new__all__links {
    display: flex;
    justify-content: end;
    gap: 1rem;
    align-items: center;
}

.new__all__links a {
    padding: 14px 35px;
    border-radius: .5rem;
    border: 1px solid #ECECEC;
    color: #323B4A !important;
    font-size: 1rem;
}

.new__all__links a:hover {
    border-color: #323B4A;
}

.new__about__company {
    margin-top: 3.5rem !important;
}

.new__about__company h2 {
    font-size: 32px;
    color: #00813B;
    font-weight: 700;
    margin-bottom: 2rem;
}

.new__about__company img {
    max-width: 100% !important;
}

.new__about__company a {
    padding: 14px 61px;
    font-size: 14px;
    color: #fff !important;
    font-weight: 700;
    border-radius: .5rem;
    background: #4ABC05;
    background: linear-gradient(131deg, rgba(74, 188, 5, 1) 0%, rgba(59, 154, 0, 1) 100%);
    display: inline-block;
    margin-top: 1.5rem;
}

.new__about__company p {
    font-size: 14px;
}

.new__projects__block {
    margin-top: 3.5rem !important;
}

.new__projects__block h2 {
    font-size: 32px;
    color: #00813B;
    font-weight: 700;
}

.new__projects__block .text-end a {
    padding: 14px 35px;
    display: inline-block;
    border-radius: .5rem;
    border: 1px solid #ECECEC;
    color: #323B4A !important;
    font-size: 1rem;
}

.new__projects__block .text-end a:hover {
    border-color: #323B4A;
}

.new__project__card {
    position: relative;
    border-radius: .5rem;
    overflow: hidden;
    height: 580px;
}

.new__project__card > picture {
    position: absolute;
    width: 100%;
    height: 100%;
}

.new__project__card > picture::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
}

.new__project__card > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.new__project__card > div {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    gap: 1rem;
}

.new__project__card > div b {
    font-size: 1rem;
    font-weight: 700;
}

.new__project__card > div p {
    font-size: 1rem;
    display: none;
}

.new__project__card > div span {
    padding: 14px 60px;
    border-radius: .5rem;
    border: 1px solid #fff;
    font-weight: 700;
    display: none;
}

.new__project__card > div span:hover {
    background: #fff;
    color: #000;
}

.new__project__card:hover > div p,
.new__project__card:hover > div span {
    display: block;
}

.new__logos {
    margin-top: 2rem !important;
    margin-bottom: 3.5rem !important;
}

.new__logos .item picture {
    width: 100%;
    height: 80px;
    border-radius: .5rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new__logos .item picture img {
    object-fit: contain !important;
    max-width: 80% !important;
    max-height: 80% !important;
}

.new__mobile__catalog {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #323B4A;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    padding: 12px 20px;
    border: 0;
}

.new__mobile__catalog__body {
    border-radius: 0 !important;
    border: 0 !important;
}

.new__mobile__catalog__body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .75rem;
    display: flex;
    flex-direction: column;
}

.new__mobile__catalog__body ul li {
    padding: 20px 16px;
}

.new__mobile__catalog__body ul a {
    color: #323B4A;
}

.new__mobile__catalog__body ul ul {
    display: none;
}

.new__benefits {
    margin-top: 3.5rem;
}

.new__benefits .nav-item:not(.active) {
    background-color: #fff !important;
    opacity: 1 !important;
}

body main .page .action-tab-block .nav-tabs .nav-link.active {
    background: #00813B !important;
}

.new__benefits .text {
    padding-left: 3rem;
}

.new__benefits .text a {
    padding: 14px 61px;
    font-size: 14px;
    color: #fff !important;
    font-weight: 700;
    border-radius: .5rem;
    background: #4ABC05;
    background: linear-gradient(131deg, rgba(74, 188, 5, 1) 0%, rgba(59, 154, 0, 1) 100%);
    display: inline-block;
    margin-top: 1.5rem;
}

.new__benefits .text h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #323B4A;
}

.new__benefits .text p {
    color: #323B4A;
    font-size: 1rem;
    margin-top: 1rem;
}

.new__benefits__zag h2 {
    font-size: 2rem;
    color: #00813B;
    font-weight: 700;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1280px !important;
    }
}

@media (max-width: 1400px) {
    .new__header__contacts {
        display: flex;
        align-items: center;
        gap: 2.5rem;
    }

    .new__menu__block .col > button {
        gap: 2rem;
    }

    .new__menu__block .col > form {
        max-width: 270px;
    }
    
    .catalog__menu__block > ul {
        width: 239px;
    }

    .catalog__menu__block > ul ul {
        left: 238px;
    }

}

@media (max-width: 1200px) {
    .new__header__contacts,
    .new__menu__block .col > button,
    .new__menu__block .col > ul {
        display: none;
    }

    .new__menu__block .col > form {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .new__header__1 .col,
    .new__menu__block .col {
        height: 60px;
    }

    .new__header__logo {
        transform: scale(0.5);
        margin-left: -105px;
    }

    .new__menu__block .col > form input {
        font-size: 10px;
    }
}

@media (max-width: 768px) {}

@media (max-width: 576px) {
    main {
        margin-top: 147px !important;
    }
    
    .new__header__1 .col,
    .new__menu__block .col {
        padding: 0 !important;
    }
    
    .slider_1 .item {
        height: 320px;
    }
    
    .slide__block__text {
        padding: 20px;
    }
    
    .slide__block__text > div h1,
    .slide__block__text > div h2 {
        font-size: 1.5rem;
    }
    
    .slide__block__text > div p {
        font-size: 14px;
    }
    
    .slide__block__text span {
        font-size: .5rem;
        padding: 13px 50px;
    }
    
    .new__tabs__block .nav {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    
    .new__tabs__block .nav li {
        width: 100%;
    }
    
    .new__tabs__block .nav li button {
        font-size: .75rem;
        padding: 10px;
    }
    
    .new__tabs__block {
        margin-bottom: 33px;
    }
    
    .new__product__card {
        padding: .75rem;
        min-height: 320px;
    }
    
    .new__product__card picture {
        height: 130px;
    }
    
    .new__product__card picture img {
        max-width: 80% !important;
        max-height: 80% !important;
        transition: .3s all;
    }
    
    .new__product__card a {
        font-size: 10px;
    }
    
    .new__product__card p {
        font-size: 10px;
        margin: .5rem 0 1rem 0;
    }
    
    .new__product__card__tags {
        top: .5rem;
        right: .5rem;
        gap: .25rem;
    }

    .new__product__card__tags span {
        font-size: 8px;
        padding: .25rem .5rem;
    }
    
    .new__product__card > div:last-child {
        min-height: 90px;
    }

    .new__product__card > div:last-child h3 {
        font-size: 18px;
    }
    
    .new__product__card > div:last-child s {
        font-size: 1rem;
    }
    
    .new__product__card > div:last-child button {
        font-size: 8px;
        padding: 13px;
        width: 100%;
    }
    
    .new__news__grid > div:last-child {
        display: none;
    }
    
    .new__news__grid picture {
        height: 104px;
        margin-bottom: .75rem;
    }
    
    .new__news__grid__date {
        font-size: 8px;
    }
    
    .new__news__grid a {
        font-size: .75rem;
    }
    
    .new__news__grid__description {
        display: none;
    }
    
    .new__all__links {
        display: none;
    }
    
    .new__about__company {
        margin-top: 3.5rem !important;
    }
    
    .new__about__company h2,
    .new__projects__block h2,
    .new__benefits__zag h2 {
        font-size: 1rem;
    }
    
    .new__about__company img {
        max-width: 100% !important;
    }
    
    .new__project__card {
        height: 204px;
    }
    
    .new__project__card > div {
        padding: .75rem;
    }
    
    .new__project__card > div b {
        font-size: .75rem;
    }
    
    .new__project__card > div p,
    .new__project__card > div span {
        display: none !important;
    }
    
    .new__logos .item {
        margin-bottom: 10px !important;
    }
    
    .new__benefits .text {
        padding-left: 0;
    }
    
    body main .page .action-tab-block .card-header.active-acc {
        background: #00813B !important;
    }
    
    body main .page .action-tab-block .card-header h5 a {
        display: flex !important;
        flex-direction: row !important;
    }
    
    body main .page .action-tab-block .card-header a {
        opacity: 1;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        color: #323B4A;
        font-size: .75rem;
    }
    
    .new__benefits .card-header {
        border: 0 !important;
    }
    
    .new__mobile__menu {
        position: fixed;
        bottom: 0;
        z-index: 999;
        width: 100%;
        height: 68px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 1rem;
        gap: 1.5rem;
        box-shadow: 0 -15px 35px rgba(0, 0, 0, .05);
    }
    
    .new__mobile__menu a {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 10px;
        color: #323B4A;
        white-space: nowrap;
    }
    
    .whatsapp__mobile {
        position: relative;
        margin-top: -12px;
        width: 80px;
        height: 80px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
    }
    
    footer {
        padding-bottom: 7rem !important;
    }
}