.data-mini-block2 {
    border: 1px solid #D9D9D9;
    text-decoration: none;
    display: inline-block;
    min-width: 46px;
    width: auto;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    height: 26px;
}

.data-mini-block2.active {
    background: #708C75;
    color: #fff;
    border: none;
}

.data-mini-block2.active:hover {
    background: #708c75;
}

.data-mini-block2:hover {
    background: #708c756e;
}

.nav-tabs .nav-link.active {
    color: #708C75;
    border-color: #708C75 #708C75 #fff;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: #BBBBBB;
}

.nav-tabs {
    border-bottom: 1px solid #708C75;
}

.text-primary2 {
    color: #718b75 !important;
}

.gallery-thumbs {
    width: 60px;
}

.newcard .card_offer {
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.06);
    padding: 30px;
}

.WaCheckboxes {
    display: flex;
    flex-direction: column;
    padding: 0px;
    line-height: 1.2;
}

.WaCheckboxes input {
    margin-right: 7px;
}

.bottom_menu {
    background: #fff;
}

.cartheader span.cart-total2 {
    border-radius: 10px;
    position: absolute;
    background: #708c75;
    width: 50px;
    height: 16px;
    overflow: hidden;
    line-height: 17px;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
}

.main-card-header {
    background-color: #e7e7e7;
}

.callback-button {
    background: none;
    border: none;
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
    padding: 0px;
    margin: 0px;
}

.callback-button:focus,
.callback-button:hover {
    text-decoration: none;
}

.oneclick-button {
    background: none;
    padding: 0;
    border: none;
    color: #718b75;
}

.callback-button:focus,
.callback-button:hover {
    text-decoration: underline;
}

button.nav-link {
    border: none;
    background: none;
    color: #fff;
    padding: 0px;
    white-space: nowrap;
}

.card_opt {
    border: 1px solid #f2f2f2;
}

.card_opt .card-header {
    padding: 10px;
}

.card_opt .card-body {
    padding: 0px 20px;
}

.small_desc .square {
    border: none;
    padding: 0px;
}

.small_desc .square.medium {
    width: 24px;
    height: 24px;
}

.small_desc .square.active,
.square:hover {
    background: #708c75;
    padding: 0px;
}

.small_desc a.comparison-link:hover {
    border-bottom-style: none;
}

.small_desc .square.medium svg {
    margin-top: 0px;
}

.fixed-bottom {
    box-shadow: 0px 10px 20px #000;
}

.sitemap {
    padding-left: 10px;
    margin-bottom: 0;
}

.sitemap ul {
    padding-left: 10px;
}

.sitemap li {
    list-style: disc;
}

.container.mb-5 .sitemap li::marker {
    content: unset;
}

.sitemap-add {
    padding-left: 10px;
    margin-bottom: 0;
}

.sitemap-add ul {
    padding-left: 10px;

}

.sitemap-add li {
    list-style: disc;
}

.container.mb-5 .sitemap-add li::marker {
    content: unset;
}

.container.mb-5 .sitemap-add.sitemap-add-new a {
    text-transform: lowercase;
}

.products_content ol li {
    list-style: decimal;
}

.nav-item-submenu {
    position: relative;
}

.submenu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    padding-top: 10px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

.nav-item-submenu:hover .submenu {
    position: absolute;
    top: 42px;
    left: 2px;
    background-color: #fff;
      background-clip: padding-box;
    display: block;
    z-index: 9;
    width: 180px;
}

.nav-item-submenu .submenu .nav-item {
    text-align: left;
}

/*06.11.2024*/
.grid-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.333fr 49px 1.333fr 49px 1.333fr;
    grid-template-columns: repeat(3, 1.333fr);
    gap: 30px 20px;
    font-family: "Manrope";
}

.news-card {
    background: #F4F4F2;
}

.news-card__body {
    padding: 20px 20px 40px 20px;
}

.news-card__date {
    font-size: 12px;
    line-height: 16px;
    color: #464646;
    font-weight: 300;
    text-transform: uppercase;
}

.news-card__name {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.end-box {
    font-size: 13px;
    line-height: 17px;
    font-weight: 300;
}

.news-card__head img {
    width: 100%;
    height: auto;
}

.textpage__top {
    margin: 0 0 6px 0;
}

.textpage__top-img {
    text-align: center;
    margin: 0 0 68px 0;
}

.textpage__top-img img {
    border-top-right-radius: 135px;
}

.textpage__content {
    font-family: "Manrope";
}

.textpage__content h2 {
    font-size: 42px;
    line-height: 57px;
    font-weight: 700;
}

.textpage__content_item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.333fr 49px 1.333fr 49px 1.333fr;
    grid-template-columns: repeat(2, 1.333fr);
    gap: 30px 45px;
    margin-bottom: 50px;
}


.textpage__content_item:nth-child(odd) .textpage_left img {
    border-bottom-left-radius: 80px;
}

.textpage__content_item:nth-child(even) .textpage_left img {
    border-bottom-right-radius: 80px;
}

.textpage__content_item ul {
    list-style-type: disc;
    padding-left: 25px;
}

.textpage__content_item ul li {
    font-size: 18px;
    line-height: 41px;
    font-weight: 400;
}

.textpage__content_item ol {
    list-style-type: decimal;
    padding-left: 25px;
}

.textpage__content_item ol li {
    font-size: 18px;
    line-height: 41px;
    font-weight: 400;
}

.container.mb-5 .textpage__content_item ul li::marker {
    content: unset;
}

.container.mb-5 .textpage__content_item ol li::marker {
    content: unset;
}

.textpage__content_item img {
    width: 100%;
    height: auto;
}

.textpage__content_item h2 {
    font-size: 42px;
    line-height: 57px;
    font-weight: 700;
}

.textpage__content_bl {
    margin: 60px 0px 30px 0px;
}

.textpage__content blockquote {
    position: relative;
    background: #F4F4F2;
    padding: 46px 82px;
    margin: 73px 0;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    font-size: 20px;
    line-height: 29px;
    font-weight: 400;

}

blockquote::before {
    content: "";
    width: 74px;
    height: 56px;
    background: url(../images/blockquote-left.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -14px;
    left: -22px;
}

blockquote::after {
    content: "";
    width: 74px;
    height: 56px;
    background: url(../images/blockquote-right.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -14px;
    right: -22px;
}

.blog_pagination ul li::marker {
    content: none !important;
}

.blog_pagination .pagination {
    border: none;
}



.slider-products-optioins .swiper-slide a.img {
    background-color: #f4f4f2;
    border: 3px solid #f4f4f2;
    position: relative;
}

.slider-products-optioins .swiper-slide a.img img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider-products-optioins .swiper-slide a.img:hover {
    opacity: .7;
}

.slider-products-optioins {
    margin-bottom: 4rem;
}


.slider-catalogs-posad .swiper-slide a.img {
    background-color: #f4f4f2;
    border: 3px solid #f4f4f2;
    position: relative;
}

.slider-catalogs-posad .swiper-slide a.img img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider-catalogs-posad .swiper-slide a.img:hover {
    opacity: .7;
}

.slider-catalogs-posad {
    margin-bottom: 4rem;
}
td.char_value a {
	text-decoration: underline;
}
td.char_value a:hover {
	text-decoration: none;
}

@media (max-width:810px) {
    .textpage__top-img img {
        width: 100%;
        height: auto;
    }
}


@media (max-width:767px) {
    .grid-3 {
        grid-template-columns: repeat(2, 1.333fr);
    }

    .textpage__content_item {
        -ms-grid-columns: 4fr;
        grid-template-columns: 4fr;
    }


}

@media (max-width:576px) {
    .textpage__top-img {
        margin-bottom: 30px;
    }

    .textpage__content_item {
        margin-bottom: 30px;
    }

    .textpage__content blockquote {
        margin: 40px;
    }

    blockquote::before {
        width: 40px;
        height: 30px;
        top: -14px;
        left: -10px;
    }

    blockquote::after {
        width: 40px;
        height: 30px;
        bottom: -14px;
        right: -10px;
    }

    .grid-3 {
        -ms-grid-columns: 4fr;
        grid-template-columns: 4fr;
    }



    .swiper_catalog_fix {
        min-height: 200px;
    }

    #mainNav>li>.dropdown-menu {
        transform: translateX(0%);
        left: -15px !important;
    }

}

.nav-block {
    padding-left: 0px;
}

/* Tags */
.tags {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.tags a {
    padding: 10px;
    border: 1px solid #708c75;
    color: #708c75;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: lowercase
}

.tags a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #708c75;
    border-color: #708c75;
    text-decoration: none;
}

.header-phone {
    background: none;
    border: none;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.my-layout img {
    max-width: 100%;
}

.my-layout {
    font-size: 18px;
    line-height: 26px;
}

.about-main {
    margin: 0 0 40px 0;
}

.my-layout h2 {
    margin: 0 0 40px 0;
    font-size: 44px;
    font-weight: 600;
}

.my-layout h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 30px 0;
}

.my-layout p {
    font-weight: 400;
    margin: 0 0 16px 0;
}

.about-textbox {
    margin: 40px 0 140px 0;
}

.about-content__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    margin: 140px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-content__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 580px;
}

.about-content__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.about-content__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}



.about-content__item:nth-child(even) .about-content__img {
    width: 580px;
}

.about-content__item:nth-child(odd) .about-content__img {
    width: 540px;
}

.about-content__value {
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
}

.about-content__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.about-center {
    text-align: center;
    margin: 140px 0;
}

.about-hr__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
}

.about-hr__main {
    width: 412px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.about-hr__main img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-hr__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about-hr {
    margin: 140px 0;
}

.vacancies {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 41px 76px 26px 76px;
    background: #262428;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
}

.vacancies li:not(:last-child) {
    margin: 0 0 16px 0;
}

.vacancies li::marker {
    content: none !important;
}

.vacancies li {
    position: relative;
}

.vacancies li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 15px;
    left: -18px;
}

.vacancies ul {
    padding: 0;
    margin: 0;
}

.home-page__workers .workers__item-body {
    font-size: 18px;
    text-align: center;
    line-height: normal;
}

.home-page__workers .workers__item-head img {
    object-fit: contain;
}

.home-page__workers .workers__item-head {
    padding-top: 75%;
}

.workers__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.333fr 40px 1.333fr 40px 1.333fr;
    grid-template-columns: repeat(3, 1.333fr);
    gap: 40px;
}

.home-page__workers .workers__inner {
  display: flex;
  gap: 0;
}

.workers {
    margin: 50px 0 50px;
}

.workers__item-head {
    padding-top: 112.2%;
    position: relative;
    margin: 0 0 40px 0;
}

.workers__item-head img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.workers__item-body {
    font-size: 30px;
    line-height: normal;
}


@media screen and (max-width: 1024px) {
    .about-content__item {
        margin: 60px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }

    .about-content__text {
        max-width: unset;
    }

    .about-content__item:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about-content__item:nth-child(odd) .about-content__img,
    .about-content__item:nth-child(even) .about-content__img {
        width: auto;
    }

    .about-hr,
    .workers {
        margin: 60px 0;
    }

    .about-hr__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px;
    }

    .about-hr__main {
        width: auto;
    }

    .about-textbox {
        margin: 40px 0 60px 0;
    }

    .workers__item-body {
        font-size: 26px;
        line-height: normal;
    }

}

@media screen and (max-width: 767px) {
    .my-layout h2 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 40px 0;
    }

    .my-layout h1 {
        font-size: 40px;
        line-height: 46px;
    }

    .my-layout h3 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 40px 0;
    }

    .about-content__value {
        font-size: 26px;
        line-height: normal;
        margin: 0 0 16px 0;
    }

    .vacancies {
        padding: 32px 40px;
        font-size: 14px;
        line-height: 20px;
    }

    .workers__inner {
        -ms-grid-columns: 4fr;
        grid-template-columns: 4fr;
        gap: 40px;
    }
    .home-page__workers .workers__inner {
        gap: 0;
    }

    .workers__item-head {
        padding-top: 123.7%;
    }
}

.advantages-3 {
    margin: 20px 0;
    text-align: center;
}

.advantages-3 .advant-item {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 1%;
}

.advantages-3 img {
    width: 100px;
    height: 70px;
    object-fit: contain;
}

.advantages-3 span {
    display: block;
    margin-top: 5px;
}

.advantages-3 .advantages-title {
    font-weight: bold;
    margin-top: 20px;
}

@media screen and (max-width:600px) {
    .advantages-3 .advant-item {
        width: 45%;
    }
}

@media screen and (max-width:400px) {
    .advantages-3 .advant-item {
        width: 100%;
        margin: 15px 0;
    }
}

.review-4-section {
  position: relative;
}
.review-4-title {
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
}

.review-4 {
    text-align: center;
    margin: 20px 0 5px;
}

.reviews-page .review-4 {
    text-align: left;
    margin: 20px 0 5px;
}

.reviews-page .review-4 .review-item {
    width: 100%;
}

.review-4 .review-item {
    display: inline-block;
    vertical-align: top;
    /* width: 30%; */
    /* margin: 1%; */
    position: relative;
    font-size: 1rem;
    text-align: left;
    box-sizing: border-box;
    padding-bottom: 15px;
    /* padding-right: 30px; */
    /* border-bottom: 1px solid #eee; */
}

.review-4 .review-star {
    margin: 0px 0 5px;
}

.review-4 .review-name {
    font-weight: bold;
}

.read-more-review4 {
    margin-bottom: 20px;
}

.read-more-review4 a {

    font-size: 1rem;
    color: #333;
    text-decoration: underline;
}

.read-more-review4 a:hover {
    text-decoration: none;
}

@media screen and (max-width:600px) {
    .review-4 {
        padding: 20px 10px;
        box-sizing: border-box;
    }

    .review-4 .review-item {
        width: 45%;
        margin: 10px;
    }

    .reviews-page .review-4 .review-item {
        width: 100%;
        margin: 10px;
    }
}

@media screen and (max-width:505px) {
    .review-4 {
        padding: 20px 10px;
        box-sizing: border-box;
    }

    .review-4 .review-item {
        width: 100%;
        margin: 15px 0;
    }
}


.header-main {
    position: sticky;
    z-index: 100;
    top: 0;
}
.header-main.fixed {
    position: sticky !important;
}
