.text-green {
    color: #56ba3c !important;
}

.text-black {
    color: #1a1a1a !important;
}

.text-red {
    color: #ff0000;
}

.text-grey {
        color: #a0a0a0;
}

.text-small {
    font-size: 85%;
}

.btn--red {
    background-color: tomato;
    border-color: tomato;
    color: #fff;
}

.fake-link {
    text-decoration: none;
    border-bottom: 1px dotted;
}

.h3 {
    font-size: 20px;
    line-height: 1.5;
    margin: 10px 0;
}

.tags {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.tags .tag_wrapper {
    width: 50%;
    min-width: 20%;
}
.tags .tag {
    display: inline-block;
    border: 1px solid #37B1EC;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom: 10px;
    padding: 0 5px;
    margin-right: 10px;
    min-height: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tags .tag a {
    border: none;
    width: 100%;
}
.tags .tag:hover, .tags .tag_active {
    color: #FFF;
    background: #0199FF;
}
.tags .tag:hover a, .tags .tag_active a {
    color: #FFF;
}

.p-good-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.p-good-top .image-col {
    max-width: 45%;
    min-width: 45%;
    display: flex;
    padding: 0 10px 0 0;
}

.p-good-top .icons-col,
.p-good-top .shop-col {
    max-width: 27%;
    min-width: 27%;
    padding: 0 10px;
}

.p-good-slider {
    max-width: 130px;
    min-width: 130px;
    margin-right: 20px;
}

.p-good-slide {
    text-align: center;
    padding: 5px;
    height: 130px!important;
    width: 130px!important;
    margin: 3px 0;
}

.p-good-slider .slick-current {
    border: 1px solid #0199ff;
}

.p-good-slider .slick-active:not(.slick-current) {
    border: 1px solid lightgrey;
}

.p-good-slider img {
    width: 95%;
    height: 95%;
    object-fit: contain;
}

.p-good-slider .slick-arrow {
    background-color: transparent;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
    width: 100%;
    border: none;
    cursor: pointer;
    transition: background-color 0.1s ease-in;
}

.p-good-slider .slick-arrow:hover {
    background-color: rgba(180, 206, 225, 0.25);
}

.p-good-slider--mono-wrap {
    max-width: calc(100% - 130px);
    min-width: calc(100% - 130px);
    margin-right: 20px;
}

.p-good-slide--mono,
.big-img {
    border: 1px solid lightgrey;
    padding: 10px;
    height: 400px!important;
    width: 400px!important;
}

.p-good-slide--mono:not(.slick-current) {
    opacity: 0;
}

.p-good-slider--mono img,
.big-img img {
    width: 95%;
    height: 95%;
    object-fit: contain;
}

.p-good-slider--mono-wrap .good-files {
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-good-slider--mono-wrap .good-files > * {
    width: 40.5%;
    margin: 0 5px;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
}

.icons .icon {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.icons .icon img {
    margin-right: 20px;
}

.icons .icon a {
    text-decoration: none;
    border: none;
}

.p-good-socials {
    margin-top: 40px;
    
}

.p-good-socials a {
    border: none;
    text-decoration: none;
}

.p-good-socials a:nth-child(2) {
    margin: 0 10px;
}

#p-good .ref-discount {
    background-color: #fffbc9;
    padding: 30px 0 30px 75px;
    position: relative;
    margin-top: 25px;
}

#p-good .ref-discount img  {
    position: absolute;
    width: 25px;
    top: 40px;
    left: 40px;
    transform: translate(-50%, -50%);
}

.ref-discount_title {
    margin-bottom: 10px;
    font-size: 20px;
}

.ref-discount_title a {
    border: none;
    text-decoration: none;
}

.shop-col-title {
    padding: 20px;
    background-color: #f6f5f5;
    display: flex;
    align-items: center;
}

.shop-col-title span {
    margin: 0 10px;
}

.shop-col-title span i {
    color: grey;
    margin-right: 5px;
}

.shop-col .shop-block {
    padding: 20px 30px;
    margin-top: 15px;
    border: 1px solid lightgrey;
}

.shop-block__common-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-block .price {
    font-size: 28px;
    font-weight: bold;
}

.p-good-new .buy-block {
    margin-top: 20px;
}

.mounted-base-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.p-good-new .shop-block .btn {
    padding: 0 15px;
    background-color: #56ba3c;
    border-color: #56ba3c;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.p-good-new .shop-block .btn img {
    margin-right: 10px;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.p-good-new .shop-block .btn.btn--ghost {
    background-color: transparent;
    border-color: #0199ff;
    color: #0199ff;
}

.p-good-middle {
    padding: 40px 0;
    border-bottom: 1px solid lightgrey;
}

.p-good-tabs {
    padding: 10px 10px 0 10px;
    background-color: #F7F5F5;
}

.p-good-tabs > a {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    color: #0199ff;
    font-weight: bold;
    border: none;
}

.p-good-tab.active {
    color: #1a1a1a;
    border-bottom: 2px solid #0199ff;
}

.p-good-tabs-content {
    transition: opacity 0.2s ease-in;
    padding: 20px;
    margin-top: 25px;
}

.p-good-tabs-content.active {
    display: block;
    opacity: 1;
}

.p-good-tabs-content:not(.active) {
    display: none;
    opacity: 0;
}

.tabs-content_title {
    padding: 10px 0;
}

.p-good-tabs-content--flex > * {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.p-good-tabs-content table caption {
    padding: 20px 0;
}

.p-good-tabs-content table tr {
    padding: 0 32px;
}

.p-good-tabs-content table tr:nth-child(odd) {
    background: #FCF4C7;
}

.p-good-tabs-content table td {
    padding: 10px 20px;
}

.p-good-bottom .h1 {
    font-size: 22px;
}

.p-good-bottom #analogs #catalog-page .content {
    width: initial;
}

.remodal-cart {
    width: 1150px;
    padding: 40px 20px 20px;
}

.cart-modal-wrap {
    text-align: left;
}

.cart-modal-title {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 75%;
}

.modal-cart-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 260px;
    border: 1px solid #F7F5F5;
}

.modal-cart-row > * {
    height: 100%;
}

.modal-cart-row-img {
    max-width: 20%;
    min-width: 20%;
    text-align: center;
    border: 1px solid #F7F5F5;
}

.modal-cart-row-img img {
    max-width: 100%;
    max-height: 100%;
}

.modal-cart-row-counter-block {
    max-width: 50%;
    min-width: 50%;
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
}

.counter-block-name {
    font-size: 18px;
}

.modal-counter-wrap {
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.modal-cart-row .price {
    font-size: 20px;
    margin-right: 20px;
}

.counter.counter--new {
    border-color: #0199FF;
}

.counter.counter--new > i {
    color: #0199FF;
    background-color: transparent;
}

.cart-row-summary {
    background-color: #F7F5F5;
    padding: 10px 20px;
    max-width: 30%;
    min-width: 30%;
    height: 100%;
}

.cart-row-summary > div {
    padding: 5px 0;
    font-size: 75%;
}

.cart-row-summary .btn {
    width: 100%;
    margin-top: 5px;
}

.cart-row-summary .modal-close {
    background-color: #fff;
}

.cart-row-summary .modal-close:hover {
    background-color: #0199ff;
    color: #fff;
    opacity: 0.8;
}

.cart-row-summary .btn--red:hover {
    background-color: tomato;
    border-color: tomato;
    color: #fff;
    opacity: 0.8;
}

.review-modal {
    padding: 25px;
    width: 600px;
    max-width: 95%;
}

.review-modal .review-form {
    background-color: transparent;
    max-width: initial;
    padding: 0;
}

.review-modal .review-form textarea {
    resize: vertical;
    max-width: 100%;
}

.review-modal .review-form input {
    max-width: 100%;
    margin: 10px 0;
}

.review-modal .review-form .nc-field label {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.review-modal .review-form .nc-field label > * {
    min-width: 100%;
}
.childs {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(222px,1fr));
    grid-auto-flow: dense;
    grid-gap: 16px;
    gap: 16px;
    margin-bottom: 20px;
}
.child {
    padding: 16px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 #bfbfbf;
}
.child__img a {
    border-bottom: none;
}
.child img {
    max-width: 100%;
}
.child__link {
    text-align: center;
}
.child__link a {    
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    border-bottom: none;
    color: #000;
}

/* sergey k, 21.11.2023 */
.sub-menu-mobile-2 {
    display: none;
    margin-left: 22px;
    list-style: none;
}

.item-l2--active .sub-menu-mobile-2 {
    display: block;
}

.sub-menu-mobile-2 li {

}

.sub-menu-mobile-2 li a {
    font-size: 12px ! important;
    padding: 5px 0 5px 15px ! important;
}