/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');*/
:root {
    --spink: #832679;
    --blue: #832679;
    --grey: #323232;
    --red: #e42129;
    --grey-light: #EFEFEF;/* #c3c5c8; */
    --grey-light-darker: #858585;
    /*--shop-primary: var(--red);*/
    /*--shop-primary: var(--bbc);*/
    /*--shop-secondary: var(--grey);*/
    --shop-third: var(--grey-light);
    --shop-fourth: var(--grey-light-darker);
}
.shop-bottom {
    /*padding-bottom: 150px;*/
    /* padding-top: 150px; */
    /*margin-bottom: -150px;*/
    background: #f4f4f4;
}
.leftblock .form_radio_btn input[type=checkbox] {
    display: none;
}
.leftblock .form_radio_btn input[type=checkbox]:checked + label {
    background-color: var(--shop-primary);
    color: #fff;
    text-decoration: none;
}
.form-shop-cart {
    margin: 0 auto;
}
/*.site-main_container {*/
/*    background: #f5f5f5;*/
/*}*/
#mainMenu {
    margin-top: 0px;
}

.select-wrapper select {
    font-size: 14px;
    line-height: 20px;
  }
#producer-select {
    position: relative;
    background-image: url(/site112poli/imgs/icn_dropdown.svg);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 1.15em auto, 100%;
    height: 40px;
    padding: 10px 12px 10px 10px;
    border-radius: 5px;
	width:100%;
}
/*#producer-select:before {*/
/*    content: url(/site112poli/imgs/icn_dropdown.svg);*/
/*    width: 10px;*/
/*    height: 5px;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 10px;*/
/*}*/
.btn-shop-link {
    display: block;
    max-height: 100px;
    /*min-width: 50px;*/
    line-height: 12px;
    padding: 18px 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    background-color: #e42129;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: center;
    border-radius: 50px;
    transition: all .4s ease;
}
.btn-shop-link:hover {
    background-color: var(--shop-secondary);
    color: #fff;
    text-decoration: none;
}
.btn-shop {
    /*font-size: 14px !important;*/
    letter-spacing: 0.5px;
    text-transform: none !important;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    overflow: hidden;
    border-radius: 5px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: 0.2s all ease-in-out;
}
.btn-shop:hover {
    background-color: var(--shop-secondary);
    color: #fff;
}
.btn-shop-primary {
    background-color: var(--shop-primary);
    color: #fff;
    border: 1px solid var(--shop-primary);
    text-decoration: none;
}
.btn-shop-secondary {
    background-color: var(--shop-secondary);
    color: #fff;
}
.btn-shop-third {
    width: fit-content;
    align-self: flex-end;
    background-color: var(--shop-third);
    color: #000;
}
/*-------------------Pagination-----------------------*/
.shop-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0 25px;
}
.shop-pagination ul {
    margin: 0;
}
.pagination > li > a,
.pagination > li > span {
    width: 35px;
    height: 35px;
    color: #000;
    background-color: var(--shop-third);
    margin-right: 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    border: none;
    border-radius: 5px;
    transition: 0.2s all ease-in-out;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #fff;
    background-color: var(--shop-secondary);
    border: none;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #fff;
    background-color: var(--shop-primary);
    border: none;
    border-radius: 5px;
    cursor: default;
}
.pagination {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/*-------------------End Pagination-----------------------*/
.nav-tabs {
    border-bottom: none;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 0px 10px;
}
.nav-tabs > li > a {
    background-color: var(--shop-inactive);
    color: #fff;
    border-radius: 5px 5px 5px 5px;
    transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
}
#Capa_1 {
    fill: var(--shop-icon);
}
.nav-tabs > li > a:hover {
    background-color: var(--shop-secondary);
    color: #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: var(--shop-primary);
    border-radius: 5px 5px 5px 5px;
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    cursor: default;
}
section.categories-row .nav-description {
    display: flex;
    /* margin-top: 20px; */
    margin-block-start: 0;
    margin-bottom: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
form.search {
    margin-bottom: 6px;
}
.search-group {
    display: flex;
    flex-direction: column;
}
.search-label {
    position: relative;
}
.search-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    max-height: 30px;
}
.search-icon #Layer_1 {
    transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
}
.search-icon #Layer_1:hover {
    fill: var(--shop-secondary);
}
#search-input {
    height: 40px;
    -moz-appearance: none;
    border-radius: 5px;
    padding: 12px 120px 12px 10px;
    font-size: 18px;
    font-family: Montserrat;
    color: #333333;
    box-shadow: none;
    border: 1px solid #ededed;
    transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
}
#search-input:focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
#search-button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: block;
    max-height: 33px;
    width: 91px;
    line-height: 12px;
    padding: 8px 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: center;
    border-radius: 21px;
    transition: all .4s ease;
}
.shop-search-results {
    display: flex;
    flex-wrap: no-wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.shop-search-results .shop-search-total, .shop-search-results .shop-search-reset {
    display: block;
}
.shop-search-results .shop-search-reset {
    text-align: right;
}
.shop-no-results {
    padding: 11px 4px 0;
    font-size: 15px;
    font-weight: 600;
}
.shop-no-pagination {
    padding: 0 0 60px;
    background: #f4f4f4;
}
.shop-title-head {
    background: #fff;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    color: var(--shop-fourth);
    padding: 5px 5px 5px 15px;
    border: 1px solid var(--shop-third);
}
.n {
    width: calc(3.5% - 3px);
}
.pos {
    width: calc(63% - 10px);
}
.pr {
    width: calc(10% - 3px);
}
.shop-title-head-wrapper {
    display: flex;
    width: calc(23.5% - 3px);
}
.col-v {
    display: flex;
    justify-content: center;
    width: calc(40% - 5px);
}
.zak {
    display: flex;
    justify-content: center;
    width: calc(60% - 5px);
}
.shop_table {
    /*display: flex;*/
    flex-direction: column;
}
.shop_table .shop_item {
    border-left: 1px solid var(--shop-third);
    border-right: 1px solid var(--shop-third);
    border-bottom: 1px solid var(--shop-third);
}
.shop_table_item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /*gap: 10px;*/
    padding: 20px 5px 20px 15px;
    width: 100%;
    background-color: #fff;
}
.shop_table_item .marking {
    width: calc(3% - 1px);
}
.shop-mobile-content {
    display: flex;
    gap: 10px;
    width: calc(100% - 10px);
}
.shop_table_item .desc-wrap p {
    color: #31353e!important;
    line-height: 20px;
}
@media (max-width: 991px) {
    .shop_table_item {
        flex-direction: column;
    }
}
/* ---------------------- Mobile Desc ------------------------- */
.shop-mobile-desc {
    display: flex;
    gap: 10px;
    width: calc(65% - 5px);
}
.shop_table_item .img-small {
    display: flex;
    align-items: center;
    width: calc(100% - 5px);
    gap: 10px;
}
.shop_table_item .collapse-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(11% - 1px);
}
/* ---------------------- Mobile Cart ------------------------- */
.shop-mobile-cart {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    width: calc(38% - 5px);
}

div.shop_table_item > div.shop-mobile-content > div.shop-mobile-cart > .price-num.request p {
    font-size: 13px;
}
.shop_table_item .price-num {
    width: calc(30% - 3px);
}
.shop_table_item .price_container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    width: calc(58.5% - 3px);
}
.price_container .prtab {
    width: 40%;
}
.price_container .price {
    width: 45%;
    display: flex;
    justify-content: center;
}
/* ---------------------- Collapse Description ------------------------- */
.collapse-wrapper .well {
    background-color: #fff;
    box-shadow: none !important;
    margin-top: -6px;
    margin-bottom: 0px;
    padding-left: 0;
    border-radius: 0;
    border: none;
    font-size: 13px;
}
.btn-collapse {
    display: block;
    height: 26px;
    width: 26px;
}
a.btn-collapse svg {
    transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
}
a:hover.btn-collapse svg {
    fill: var(--shop-secondary);
}
.collapse-specifications .collapse .in {
    border-top: none;
}
/* ---------------------- Collapse specifications ------------------------- */
.spec-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1px;
    padding-left: 5%;
    /*padding-bottom: 40px;*/
}
.spec-options-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.spec-row1,
.spec-row2 {
    width: calc(50% - 5px);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.options-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
}
.options-wrapper > div:first-child::before {
    content: "";
    border-bottom: 1px dotted #c3c5c8;
    display: block;
    position: absolute;
    bottom: 6px;
    width: 50%;
    left: 0;
}
.options-wrapper div {
    flex: 1 50%;
}
.options-wrapper > div:last-child {
    padding-left: 5px;
    /*font-weight: 500;*/
}
.options-wrapper > div:first-child span {
    background: #fff;
    display: inline-flex;
    align-items: flex-start;
    position: relative;
    padding-right: 5px;
}
.leftstr, .rightstr {
    float: left; 
    width: 50%; 
}
.rightstr {
    text-align: right; 
}
.leftblock {
    /*float: left; */
    width: 100%; 
}

.rightblock {
    float: left;
    text-align: right;
	width: auto;
	padding-left: 20px; 
	padding-bottom: 15px;	
}
@media (max-width: 991px) {
    .spec-content-wrapper {
        padding-left: 10%;
        padding-bottom: 60px;
    }
    .spec-content-wrapper .spec-row2,
    .spec-content-wrapper p {
        /*display: none;*/
    }
    .spec-row1, .spec-row2 {
        width: 100%;
    }
    .spec-options-wrapper {
        flex-direction: column;
    }
    .spec-description,
    .spec-options-wrapper {
        font-size: 14px;
    }
}
@media (max-width: 660px) {
    .options-wrapper {
        display: flex;
        align-items: flex-start;
        /*gap: 10px;*/
    }
    .options-wrapper > div:first-child::before {
        border: none;
    }
    .spec-prop {
        border-bottom: 1px dotted var(--shop-third);
    }
}	.spec-val {
        font-weight: 800;
    }

/* ---------------------- End Collapse ------------------------- */
.img-small.photobox a img {
    max-width: 70px; /*180px;*/
    max-height: 70px; /*130px;*/
    transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
}
.img-small.photobox a:hover img {
    filter: brightness(105%);
}
.shop_table_item .desc {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}
.shop_table_item .desc a .price-txt {
    transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
}
.shop_table_item .desc a:hover,
.shop_table_item .desc a:hover .price-txt {
    text-decoration: none;
    color: var(--shop-primary);
}
.shop_table_item .producer {
    display: flex;
}
.shop_table_item .price-txt {
    margin-bottom: 0px;
    font-size: 15px;
}
.shop_table_item .desc-wrap {
    /*display: flex;*/
    font-size: 13px;
}
.site-section {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}
.shop_table_item .desc-wrap p {
    display: inline;
    color: var(--shop-fourth);
    margin-bottom: 0;
    /*line-height: 1;*/
}
.shop_table_item .producer {
    display: inline;
}
.shop_table_item .desc-wrap p + * {
    margin-left: 10px;
}
.separator {
    width: 1px;
    background-color: var(--shop-fourth);
    margin-right: 10px;
    margin-left: 10px;
}
.shop_table_item .producer p:not(:last-child) {
    margin-right: 10px;
}
.shop_table_item .price-num {
    display: flex;
    align-items: center;
}
.shop_table_item .price-num p {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
}
.price_container .prod-col-wrap {
    width: 90px;
    height: 50px;
    display: flex;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    justify-content: space-between;
    /* align-items: center; */
}

.price_container .prodinp {
    /*height: 35px !important;*/
    font-size: 16px !important;
    text-align: center;
    border: 1px solid var(--shop-third);
    background: #fff;
}
.prminus, .prplus {
    /* width: 50px; */
    /* height: 35px; */
    flex: 0 0 30px;
    font-size: 20px;
    /* border: 1px solid var(--shop-third); */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* background-color: var(--shop-third); */
    transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
}
.prminus::before, .prplus::before {
    width: 12px;
    height: 2px;
    margin-top: -1px;
    margin-bottom: -6px;
    background-color: #7d7d7d;
    content: "";
    position: absolute;
    display: block;
    border-radius: 1px;
    top: 50%;
    /*left: 50%;*/
}
.prplus:after {
    width: 2px;
    height: 12px;
    margin-top: -6px;
    margin-left: -1px;
    background-color: #7d7d7d;
    content: "";
    position: absolute;
    display: block;
    border-radius: 1px;
    top: 50%;
    left: 50%;
}

/*.prminus:hover,*/
/*.prplus:hover {*/
/*    background-color: var(--shop-secondary);*/
/*    color: #fff;*/
/*}*/
.prminus {
    border-right: none;
}
.prplus {
    border-left: none;
}
#quantity0 {
    color: #333;
    padding: 2px 0 0 0;
    border: none;
    height: auto;
}
.zak-btn a:hover.zak-link {
  background: #fff !important;
  /*color: #e42129;*/
  color: var(--shop-primary);
  text-decoration: none;
  /*border: 1px solid #e42129 !important;*/
  border: 1px solid var(--shop-primary) !important;
}


/*a.zak-link.btn-lg.btn-tovar-link.btn-shop-primary:active,
a.zak-link.btn-lg.btn-tovar-link.btn-shop-primary:focus,
a.zak-link.btn-lg.btn-tovar-link.btn-shop-primary:visited {
    background-color: #fff !important;
    color: #e42129;
}*/
/* ---------------------- JavaScript ------------------------- */
.shop_item.itemActive {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    /* box-shadow: 0 0 20px rgba(127,133,145,0.4); */
    position: relative;
    z-index: 999;
    transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
}
svg[data-svg="true"] {
    display: block;
}
svg[data-svg="false"] {
    display: none;
}
.shop_item[data-active="true"] {
    border-top: 1px solid var(--shop-third);
    margin-top: 10px;
    margin-bottom: 10px;
}
.shop_item[data-active="false"] {
    border-top: none;
    margin-top: 0;
    margin-bottom: 0;
}

/* ---------------------- Media Queries ------------------------- */
@media (max-width: 1200px) {
   /* .site-shop-categories .shop-container {
        width: 950px;
    }*/
    .shop_table_item .img-small {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .shop-mobile-desc {
        display: flex;
        gap: 10px;
        width: calc(60% - 5px);
    }
    .shop-mobile-cart {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        width: calc(43.5% - 5px);
    }
    .shop_table_item .price_container {
        width: calc(63% - 3px);
    }
    .pos {
        width: calc(58% - 10px);
    }
    .pr {
        width: calc(12% - 3px);
    }
    .shop-title-head-wrapper {
        display: flex;
        width: calc(27% - 3px);
        gap: 10px;
    }
    .col-v {
        display: flex;
        justify-content: center;
        width: calc(40% - 5px);
    }
    .zak {
        display: flex;
        justify-content: center;
        width: calc(60% - 5px);
    }
    /* .leftblock {
       width: 87%; 
    } */
	/* #producer-select {
	width:115%;
	} */
}

.shop-container {
    padding-top: 33px;
    margin-bottom: 90px;
}
.row-product {
    margin-bottom: -70px;
}
.shop-search-reset {
    margin-right: 13px;
}
  
.shop-search-reset a {
    color: var(--shop-reset);
    font-weight: bold;
}

@media (max-width: 991px) {
    .site-shop-categories .shop-container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    /*form.form-shop-cart {*/
    /*    margin-left: -30px;*/
    /*    margin-right: -30px;*/
    /*}*/
    section.categories-row .nav-description {
        /* margin-top: 30px; */
        margin-bottom: 15px;
    }
    form.search {
        margin-bottom: 15px;
    }
    .shop-title-head {
        display: none;
    }
    .shop_table_item {
        align-items: flex-start;
        padding: 30px;
    }
    .shop_table_item .marking {
        /*font-size: 20px;*/
        width: calc(6% - 5px);
    }
    .shop_table_item .shop-mobile-content {
        display: flex;
        flex-direction: row;
        width: calc(94% - 5px);
    }
    .shop_table_item .shop-mobile-desc {
        width: 100%;
    }
    .shop_table_item .desc a .price-txt {
        /*font-size: 20px;*/
    }

    .shop-mobile-cart {
        width: 100%;
    }
    .shop_table_item .price-num p {
        /*font-size: 20px;*/
    }
    .shop_table_item .img-small {
        width: calc(100% - 5px);
        gap: 10px;
        flex-direction: row;
        align-items: flex-start;
    }
    .shop_table_item .collapse-btn-wrapper {
        width: calc(10% - 5px);
    }
    .shop_table_item .collapse-btn-wrapper {
        align-items: flex-start;
        justify-content: center;
    }
    .shop_table_item .desc {
        margin-left: 0;
    }
    .price_container .prodinp {
        /*height: 45px !important;*/
        font-size: 20px !important;
    }
    /*.prminus,*/
    /*.prplus {*/
    /*    width: 60px;*/
    /*    height: 45px;*/
    /*    font-size: 24px;*/
    /*}*/
    .zak-btn.nav-link a {
        /*font-size: 20px;*/
    }
    .btn-collapse {
        height: /*35px;*/26px;
        width: /*35px;*/26px;
    }
    section.categories-row .nav-description {
        margin-bottom: 10px;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }
    .nav-tabs > li > a {
        border-radius: 0;
    }
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        border-radius: 0;
    }
    .nav-tabs > li > a {
        /*font-size: 16px;*/
        padding: 3px 10px;
    }
    #search-input {
        height: 55px;
        font-size: 20px;
    }
    .search-icon {
        width: 35px;
        height: 35px;
        max-height: 35px;
    }
    #search-button {
        padding-top: 8px;
        /*font-size: 16px;
        padding: 7px 15px;*/
    }
    /* .leftblock {
       width: 80%; 
    } */
	/* #producer-select {
	width:125%;
	} */
    
}
@media (max-width: 768px) {
    .site-shop-categories .shop-container {
        padding: 0 12px;
    }
}
@media (max-width: 660px) {

	/* #producer-select {
	width:145%;
	} */
}

@media (max-width: 578px) {
    .shop-mobile-cart {
        flex-direction: column;
    }
    .shop_table_item .desc-wrap {
        display: flex;
		width: 100%;
        flex-direction: row;
    }
    .shop-mobile-cart {
        width: 100%;
    }
    .shop_table_item .price_container {
        width: 100%;
    }
    .shop_table_item .price-num {
        width: 100%;
    }
    .shop_table_item .producer {
        flex-direction: column;
    }
    .shop_table_item .collapse-btn-wrapper {
        width: calc(15% - 3px);
    }
    /* .leftblock {
       width: 70%; 
    } */
	/* #producer-select {
	width:145%;
	} */

}
@media (max-width: 900px) {
    .site-shop-categories .shop-container {
        overflow: hidden;
    }
    section.categories-row .nav-description, .shop-container .tab-content {
        /*width: calc(100% - 60px);*/
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .shop_table_item {
        padding: 20px 10px;
        margin-top: 20px;
    }
    .shop_table_item .shop-mobile-desc {
        width: 100%;
        gap: 0;
        margin: 0 0 20px;
    }
    .shop_table_item .shop-mobile-content {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }
    .shop_table_item .img-small {
        width: 100%;
    }
    .shop_table_item .desc a .price-txt {
        font-size: 13px;
    }
    .shop-mobile-cart {
        gap: 0;
    }
    .shop-mobile-cart.cart-d_none-mobile {
        display: flex;
        flex-direction: row;
    }
    .shop_table_item .price_container {
        width: auto;
        justify-content: flex-end;
    }
    .price_container .prtab {
        width: auto!important;
    }
    .price_container .prod-col-wrap {
        /*width: 91px;*/
        /*height: 48px;*/
        position: relative;
        text-align: center;
    }
    .price_container .prod-col-wrap .prminus, .prplus {
        position: absolute;
    }
    .prplus {
        right: 0;
    }
    .price_container .prod-col-wrap .prminus, .prplus {
        width: 28px;
        height: 100%;
        flex: none;
        /*background: #ececec;*/
        font-size: 9px;
        color: #000;
    }
    .price_container .prod-col-wrap input.prodinp {
        /*width: 56px;*/
        height: 33px;
        font-size: 14px !important;
        line-height: 33px;
        border-radius: 10px;
    }
    /*.zak-btn.nav-link a,.zak-btn.nav-link div {
        display: block;
        height: 30px;
        padding: 0 10px;
        line-height: 30px;
        font-size: 14px;
    }*/
    .site-shop-product .product-block {
        width: 100%!important;
        padding: 30px 0 0 0!important;
    }
}

@media (max-width: 460px) {

	/* #producer-select {
	width:165%;
	} */
}


@media (max-width: 400px) {
    section.categories-row .nav-description {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
	/* #producer-select {
	width:165%;
	} */
}

/* ------------------- Страница товара ----------------------- */
.site-shop-product .row-product {
    display: flex;
}
.site-shop-product .img-block {
    width: 40%;
    padding: 40px 40px 40px 0;
}
.site-shop-product .main-image {
    /*background-color: #fff;*/
    transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
}
.site-shop-product .img-block + .product-block {
    width: 60%;
    padding: 40px 0 40px 40px;
}
.site-shop-product .product-name {
    font-size: 26px;
    margin-bottom: 10px;
}
.site-shop-product .product-block .price_container {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 45px;
    justify-content: end;
}
/*.site-shop-product .img-block + .product-block .price_container {*/
/*    display: flex;*/
/*    gap: 50px;*/
/*    align-items: center;*/
/*    margin-bottom: 60px;*/
/*    justify-content: space-between;*/
/*}*/
.site-shop-product .price-num p, .site-shop-product .price-num span {margin-bottom: 0;font-size: 26px;font-weight: 700;color: #333333;}
.site-shop-product .control-block {
    display: flex;
    align-items: center;
    gap: 20px;
}
.site-shop-product .prtab.tabelc.prtab4 {
    width: 90px;
}
@media (max-width: 460px) {
    .site-shop-product .control-block {gap: 20px;}
    .site-shop-product .prtab.tabelc.prtab4 {width: 90px;}
}
.site-shop-product .spec-content-wrapper {
    padding-left: 0;
}
.site-shop-product .spec-description {
    /*padding-bottom: 20px;*/
    width: 100%;
}
.site-shop-product .options-wrapper > div:first-child span {
    background: #f4f4f4;
}
.site-shop-product .spec-row1 {
    width: 100%;
}
@media (max-width: 991px) {
    .site-shop-product .row-product {
        flex-direction: column;
    }
    .site-shop-product .img-block {
        width: 100%;
        padding: 0;
    }
    .site-shop-product .product-block {
        width: 100%;
        padding: 30px 30px 0 30px;
    }
    .site-shop-product .price-num p {
        /*font-size: 20px;*/
    }
}
@media (max-width: 660px) {
    .site-shop-product .price_container {
        flex-direction: column;
        align-items: flex-start;
    }
    /* .leftblock {
       width: 70%; 
    } */
}

@media (max-width: 455px) {
    /* .leftblock {
       width: 60%; 
    } */
}

#searchformprod {
  padding: 10px 20px 15px 20px;
  padding-bottom: 15px;
  background-color: white;
  height: fit-content;
}

.form_radio_btn {
    margin-top: 6px;
	display: inline-block;
	margin-right: 3px;
}
.form_radio_btn input[type=radio] {
	display: none;
}
.form_radio_btn label {
    display: inline-block;
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 5px;
    user-select: none;
    transition: 0.2s all ease-in-out;
    text-transform: none;
    text-decoration: none;
    color: inherit;
    font-size: 14px; 
    background-color: var(--shop-third);
    line-height: 18px;
}
 
/* Checked */
.form_radio_btn input[type=radio]:checked + label {
	background-color: var(--shop-primary);
    color: #fff;
    text-decoration: none;
}
 
/* Hover */
.form_radio_btn label:hover {
	background-color: var(--shop-secondary);
    color: #fff;
    text-decoration: none;
}
.marking {
    align-self: flex-start;
}
.cart-d_block-mobile {
    display: none;
}

@media (max-width: 578px) {
    .shop_table_item .price-num {
        width: fit-content;
        flex-shrink: 0;
    }
}

@media (max-width: 991px) {
    .cart-d_none-mobile {
        display: flex;
    }
    .cart-d_block-mobile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    }
    .cart-d_block-mobile .prtab, .price_container .price {
        width: fit-content;
    }
    .spec-content-wrapper {
        padding-bottom: 15px;
    }
    .collapse-wrapper {
        width:100%;
    }
}
.btn-tovar-link {
  padding: 12px 0;
  font-size: 17px;
  background: var(--shop-primary);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: center;
  min-height: 49px;
  transition: all .4s ease;
  text-decoration: none !important;
  border-radius: 26px;
    min-width: 150px;
    display: inline-block;
}
.mini_imgs{display: grid;grid-template-columns: repeat(2, 1fr);grid-template-rows: 1fr;grid-gap: 20px;margin: 0 auto;margin-bottom: 20px;background-color: transparent;}

/*shop group description*/
.description-group {
    padding: 30px 0 30px 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 50px;
    justify-content: space-between;
}
.description-group > div {
    padding-top: 35px;
}
.description-group img {
    border: 13px solid #ffffff;
    max-width: 390px;
    height: auto;
}
.description-group-text {
    font-size: 15px;
    line-height: 23px;
    color: #000000;
    font-weight: 400;
    width: 100%;
}
@media screen and (max-width: 700px) {
    .description-group {
        flex-wrap: wrap;
    }
}
.group-description {
    margin-top: 65px;
    padding-left: 35px;
    padding-right: 15px;
}
.catalog-container {
    padding-top: 0!important;
}
.shop-bottom + .group-description {
    margin-top: 30px;
}
.news-list .thumb-related img {
    object-fit: cover!important;
}

.inside_content_block {
   /*margin-bottom: 90px;*/
}
.inside_content_block > p {
    margin-bottom: 8px;
}