body {
}

.items{
    padding-right: 25px;
    padding-left: 25px;
}


.search.ver_02.ver_02_small.left_form .search__title {
    margin-bottom: 400px;
    font-size: 2rem;
    color: black;
}

.search.ver_02.ver_02_small.left_form .search__title span{
   color: red;
   font-weight: bold;
   font-size: 2rem;
}

.gptyres_popular_razmer h3{
    font-size: 1.2rem;
    padding: 23px !important;
    text-align: center !important;
}
.gptyres_popular_razmer .row > div {
    padding: 0;
    font-weight: bold;
}

.gptyres_popular_razmer .row > div > div {
    padding: 13px;
}

.gptyres_popular_razmer .grey{
    background: #d1d2d4;
}
.gptyres_popular_razmer .white{
    background: #f0f0f0;
}
.gptyres_popular_razmer a{
    cursor: pointer;
    text-decoration: underline;
}
.gptyres_popular_razmer a:hover{
    text-decoration: none;
}
.pageData{
    color: #191718;
}

.pageData h1, .pageData h2, .pageData h3, .pageData h4, .pageData h5{
    text-align: left;
    color: #191718;
    padding: 10px 0;
    margin: 0 0;
}

.pageData h2{
    font-size: 1.8rem;
}
.pageData h3{
    font-size: 1.6rem;
}
.pageData h4{
    font-size: 1.4rem;
}
.pageData h5{
    font-size: 1.2rem;
}

.pageData ul{
    padding: 20px 0;
}
.pageData ul li {
    margin-bottom: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pageData ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background: #018de4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 12px;
}

.pageData table {
    margin: 20px 0;
}

.pageData table thead tr {
    padding: 10px 0;
}

.pageData table thead tr th{
    font-family: "Montserrat-SemiBold";
    font-size: 100%;
    color: #FFFFFF;
    /*width: 25%;*/
    background: #046425;
    padding: 20px 24px;
}

pageData table thead tr {
    font-weight: bold;
}

.pageData table tbody tr th {
   /* width: 25%;*/
    font-size: 100%;
    padding: 10px 20px;
    vertical-align: top;
    border: 2px solid #666666;
    background: var(--general-accent);
}

.pageData table tbody tr td {
    /*width: 25%;*/
    font-size: 100%;
    color: #666666;
    padding: 10px 20px;
    vertical-align: top;
    border: 2px solid #666666;
}




.pageData.text_block {
    padding: 10px 25px 0 25px;
    font-size: 1.1rem;
    line-height: 1.25;
}

.pageData.text_block a.delivery_link{
     color: blue;
     text-decoration: underline;
}

.pageData.text_block a.delivery_link:hover{
    color: black;
}

.card__product-item{
    padding-bottom: 0px;
    padding-top: 20px;
}
.card__product-item a{
    color: #3aac46;
    text-decoration: underline;
}
.card__product-item a:hover{
    text-decoration: none;
}

.card__product-item .product__item{
   padding-right: 25px;
    padding-left: 25px;
}

.card__product-item .product__more {
    padding: 60px 40px 40px 40px;
}

.card__product-item .product__more .product__more-title{
    width: auto;
}

.card__product-item .product__more-slick .slider-nav__button path {
    stroke: white;
}

.card__product-item .product__more-slider {
    width: calc(100% - 50px);
    margin-left: 25px;
}

.lk_menu{
    padding-right: 25px;
    padding-left: 25px;
    line-height: 1.5;
}
.main_lk_menu{
    text-align: right;
}
.main_lk_menu a{
    margin: 10px;
    text-decoration: underline;
    color: #3aac46;
}
.main_lk_menu a.selected{
    font-weight: bold;
    text-decoration: none;
    background: #3aac46;
    padding: 10px;
    color: #fff;
}
.main_lk_menu a.exit_from_lk{
    color: #ff0000;
}
.main_lk_menu a:hover{
    text-decoration: none;
    cursor: pointer;
}
.cart__inner{
    padding-right: 25px;
    padding-left: 25px;
}

.admin_filter{
    padding-top: 40px;
}

.admin_filter .admin_filter-form{
    padding: 10px 0;
}

.admin_filter .admin_filter-input {
    height: 46px;
    padding-left: 15px;
    border-radius: var(--border-radius-25);
    border: 1px solid var(--other-line);
    font-size: 1rem;
    width: calc(58%);
}

.admin_filter .admin_filter-title{
    padding-bottom: 10px;
    font-weight: bold;
}

.admin_filter .admin_filter-btn {
    height: 46px;
    width: calc(40%);
    color: #fff;
    background: var(--general-accent);
    border-radius: var(--border-radius-30);
    border: 1px solid var(--other-line);
    font-family: "Nunito", sans-serif;
    cursor: pointer;
}

/*--------------- Попап админа-----------*/
.forCar {
    padding: 10px 0;
}
a.show_also_variants{
    cursor: pointer;
    text-decoration: underline;
}
.popup__wrap.also_variants_popup{
    width: auto;
    max-width: 100%;
    border: 2px solid var(--other-line);
}
.content.content_popup{
    padding: 0 0;
    line-height: 100%;
}

/*--------------- Конец Попапа админа -----------*/


.header__auth a{
    display: flex;
}

.header__auth a span{
    display: block;
    margin-top: 10px;
}


.cards__product .product__item{
    border: 1px solid #ccc;
    margin: -14px;
    margin-top: 16px;
}
.cards__product.product__more-slider .product__item{
    margin: 2px;
}
.card__product-item .product__more-slick .slick-list{
    padding:0 !important;
}

.cards__product .product__item .artikul{
    text-align: right;
    margin-top: -10px;
    font-weight: bold;
    font-size: 0.9rem;
}
.attention{
    color: var(--bg-dark);
    font-weight: bold;
}
.green{
    color: var(--general-accent);
    font-weight: bold;
}
.link{
    color: #0b559b;
    text-decoration: underline;
}
.link:hover{
    cursor: pointer;
    text-decoration: none;
}

.cards__product .product__item .product__title{
    height: 3rem;
}
.cards__product .product__price{
    margin: 20px 0;
}

.cards__product .product__add{
    display: flex;
    margin-top: 0;
}


.icons {
    position: absolute;
    margin-top: -20px;
}
.icons img{
    height: 18px;
}
.product__tech-item{
    display: flex;
}
.product__tech-title{
    display: flex;
    flex-basis: 230px;
}
.product__tech-title{
    margin-bottom: 5px;
}
.product__item .product__tech-title span {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    border-bottom: 1px dashed #DEDEDE;
    display: block;
    height: 16px;
}

.pageData a{
    color: #018de4;
    text-decoration: underline;
}
.pageData a:hover{
    text-decoration: none;
}

.cart .cart__order-pay-info {
    line-height: 120%;
    color: var(--bg-dark);
}

.cart .cart__order-checkbox-title{
    font-weight: bold;
}

.cart .cart__order-checkbox-title a{
    color: var(--general-accent);
}

.cart .mk_order_intro{
    font-size: 0.875rem;
    padding-bottom: 20px;
    line-height: 120%;
}

.cart .mk_order_intro .mk_order_intro_alert{
    border: 1px solid var(--general-gray);
    width: fit-content;
    padding: 3px 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1300px) {
    .search.ver_02.ver_02_small.left_form .search__title {
      display: none;
    }
}

@media screen and (max-width: 991.98px) {
    .items{
        padding-right: 0;
        padding-left: 0;
    }
    .breadcrumbs {
        padding: 10px 0 0 0;
        text-align: center;
    }
    .pageData.text_block {
       /* text-align: center;*/
    }
    .pageData.text_block li{
        text-align: left;
    }
    .techno_button_on{
        display: inline-flex;
        margin: 0 0!important;
    }
    .cart__inner{
        padding-right: 0;
        padding-left: 0;
    }

}

.cards__product .product__price-old{
    font-size: inherit;
    text-decoration-color: red;
    color: #999;
}
.product__price-old_container .old_price_delta{
    display: block;
    position: absolute;
    font-size: 1rem;
    padding: 4px;
    background: yellow;
    font-size: 12px;
    margin: 8px;
}
.gp_sklad_hover{
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px;
    opacity: 0.95;
    border: 1px solid #e9e8e8;
    margin-top: 20px;
}
.gp_sklad:hover .gp_sklad_hover{
    display: block;
}
.cards__product .product__addcart{
    color: #fff;
}

.filter__page .filter__subtitle{
    cursor: default;
}
.filter__page .filter__subtitle .filter__arrow{
    display: none;
}

.filter__page .filter__scroll {
    overflow-y: auto;
    max-height: 310px;
}
.grecaptcha-badge {
    width: 1px !important;
    height: 1px !important;
}

.footer_logo_a{
    text-align: center;
}

.filter__page .filter_clear_mobile {
    display: none;
}

@media screen and (max-width: 991.98px) {
    .card__product-item .product__more{
        padding: 10px 0;
    }
    .filter__page .filter_clear_mobile {
        display: flex;
        padding-top: 30px;
    }

    .filter__page .open .filter_clear_mobile {
        padding-top: 0px;
        padding-bottom: 20px;
    }
}