/* c-goods
------------------------------------------------------------------- */
.c-goods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}



.c-goods__item,
.product-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: auto;
    /*-webkit-transition: box-shadow .3s, border-color .3s;
    -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s, border-color .3s;
    transition: border-color .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border-color .3s;
    transition: box-shadow .3s, border-color .3s, -webkit-box-shadow .3s;
    border: 1px solid #dadada;*/
	background-color: #fff;
	margin: 5px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.c-goods__item:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.c-goods__left {
	display: block;
    position: relative;
    font-size: 0;
    text-align: center;
    width: 100%;
    height: 0;
    padding-top: 85%;
    line-height: initial;
    margin: 0 auto;
    float: none;
    /*padding: 10px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1);*/
}

.c-goods__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 10px;
    padding-bottom: 16px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.c-goods__right > * {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .c-goods__right > * {
        margin-top: 10px;
    }

    .c-goods__right > *:first-child {
        margin-top: 0;
    }
}

.c-goods__img {
    /*position: relative;
    display: block;
    height: 200px;*/
}

.c-goods__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.c-goods__title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .c-goods__title {
        font-size: 16px;
    }
}

.c-goods__title:hover {
    text-decoration: underline;
}

.c-goods__price {
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*justify-content: center;*/
}

@media (max-width: 767px) {
    .c-goods__price {
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

.c-goods__price--old {
    font-size: 16px;
    margin-right: 10px;
    color: #999;
}

@media (max-width: 767px) {
    .c-goods__price--old {
        font-size: 12px;
        margin-right: 0;
        margin-bottom: 4px;
    }
}

.c-goods__price--current {
    font-size: 16px;
    /*color: #cd4449;*/
}

@media (max-width: 1024px) {
    .c-goods__price--current {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .c-goods__price--current {
        font-size: 16px;
    }
}

.c-goods__footer {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;*/
	display: none;
    opacity: 0;
    transition: opacity 300ms ease;
}

.c-goods__description {
    font-size: 16px;
    display: none;
    text-align: center;
}

@media (min-width: 768px) {
	.product-item-container .product-item-info-container.product-item-hidden{
	display: block;
    opacity: 1;
}
.product-item-container .product_item-wrp {
    -webkit-animation: product-item-hover 300ms 1 ease;
}
    .c-goods--list .c-goods__trigger {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .c-goods--list .c-goods__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
		height: 100%;
    }

    .c-goods--list .c-goods__img {
        width: 300px;
    }

    .c-goods--list .c-goods__right {
        width: 100%;
        padding: 16px;
        padding-left: 26px;
    }

    .c-goods--list .c-goods__price {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .c-goods--list .c-goods__title {
        margin-top: 0;
        text-align: left;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .c-goods--list .c-goods__description {
        display: block;
        text-align: left;
    }

    .c-goods--list .c-goods__buttons a {
        max-width: 48%;
    }
}

.c-carousel .c-goods__item:hover .c-goods__footer,
.product-wrapper:hover .c-goods__footer{
    display: block;
    opacity: 1;
}
@media (max-width: 585px) {
.wrapper-mg-buy-click {
    width: 90%;
}
}
@media (max-width: 520px) {
.wrapper-mg-buy-click {
    width: 100%;
}}
@media (min-width: 1025px) {
    .l-body__index:not(.l-body__catalog) .c-goods .min-1025--4 {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .l-body__index:not(.l-body__catalog) .c-goods--list .c-goods__trigger {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

/* c-ribbon
------------------------------------------------------------------- */
.c-ribbon {
    /*position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;*/
	position: absolute;
    z-index: 9;
    top: 10px;
    left: -5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}

.c-ribbon__new,
.c-ribbon__hit,
.c-ribbon__sale {
    /*font-weight: 600;
    position: absolute;
    top: -11px;
    width: 90px;
    padding: 6px 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;*/
	margin-bottom: 5px;
    width: 90px;
    letter-spacing: 1px;
    height: 27px;
    padding: 4px;
    box-shadow: 0 0 3px rgb(0 0 0 / 40%);
}

.c-ribbon__new {
    right: -11px;
    background: #0a5fb7;
}

.c-ribbon__hit {
    left: -11px;
    background: #f08800;
}

.c-ribbon__sale {
    background: #c33c18;
    margin: auto;
    left: 0;
    right: 0;
}

.c-goods__item.product-wrapper form.property-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.c-goods__item.product-wrapper form.property-form .c-form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.c-goods__item.product-wrapper form.property-form .buy-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.c-goods__item.grid .c-goods__img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.c-goods--list .c-goods__left{
	height: 100%;
	padding-top:0;
	display: flex;
	width: auto;
}
.c-goods--list .c-goods__img img{
	position:relative;
}
.c-goods--list .c-goods__footer{
	display: block;
    opacity: 1;
}
.product_item {
    font-size: 13px;
    list-style: none;
    position: relative;
    margin: 0px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	height: auto;
}
.product_item .product_item-wrp{
	display: block;
    position: relative;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.product_item .catalog_pic{
	display: block;
    position: relative;
    font-size: 0;
    text-align: center;
    width: 100%;
    height: 0;
    padding-top: 85%;
    line-height: initial;
    margin: 0 auto;
    float: none;
}
.product_item .catalog_pic .catalog_pic-abs{
	padding-right: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product_item .catalog_pic img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    z-index: 5;
}
.product_item .catalog_item-wrapper {
    padding: 15px;
}
.product_item .catalog_name{
	height: 40px;
    margin-right: -2px;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 14px;
}
.product_item .catalog_name a {
    display: block;
}
.product_item .catalog_prop {
    height: 75px;
    margin-bottom: 10px;
    overflow: hidden;
}
.product_item .catalog_prop span {
    color: #1f1f1f;
    font-weight: bold;
    font-size: 13px;
}
.product_item .catalog_prop .type {
    opacity: .7;
    font-weight: normal;
}
.product_item .price_box {
    height: 42px;
    align-items: flex-start;
}
.price_box .price {
    font-weight: bold;
}
.product_item .price_box .price_one {
    font-size: 15px;
}
.product-item-container .product-item-info-container.product-item-hidden{
	display: none;
    opacity: 0;
    transition: opacity 300ms ease;
}
.product-item-container:hover .product-item-info-container.product-item-hidden{
	display: block;
    opacity: 1;
}
.product_item .catalog_btns .mask_box {
    padding-top: 15px;
    background-color: #fff;
}
.product_item:hover .product_item-wrp {
    z-index: 10;
    opacity: 1;
}
.product-item-container:hover .product_item-wrp {
    position: absolute;
    right: 0;
    left: 0;
    width: auto;
}
.product-item-container:hover .product_item-wrp {
    -webkit-animation: product-item-hover 300ms 1 ease;
}
@media (max-width: 767px) {
	.c-goods__footer{
		display: block;
		opacity: 1;
	}
	.product-item-container:hover .product_item-wrp{
		position: relative;
	}
}