.photo_item_place.active .text_photo_item_place
{
    border-bottom: 1px solid #E84E0E;
    color: #E84E0E;
}

.icon_photo_item_place
{
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.photo_item_place.active .icon_photo_item_place
{
	visibility: hidden;
	opacity: 0;
}

.icon_photo_item_close
{
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
    margin-top: -10px;
    position: absolute;
}

.photo_item_place.active .icon_photo_item_close
{
	visibility: visible;
	opacity: 1;
}

.icon_photo_item_close .line
{
    width: 15px;
    height: 1px;
    background: #E84E0E;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.icon_photo_item_close .line.one {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon_photo_item_close .line.two {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -1px;
}




/*форма подписки в акции */
#shares_form .block_text
{
    position: relative;
    padding-top: 9px;
    width: 48%;
    display: inline-block;
}

#shares_form .block_text:first-child
{
    margin-right: 3%;
}

#shares_form .unscribe_button
{
    color: #E84E0E;
    display: inline-block;
    cursor: pointer;
    /*margin-left: 10px;*/
}

#shares_form .unscribe_button .unscribe_button__close
{
    display: inline-block;
}

#shares_form .unscribe_button .unscribe_button__label
{
    display: inline-block;
}

#shares_form .unscribe_button__close .line
{
    width: 15px;
    height: 1px;
    background: #E84E0E;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    margin-top: -5px;
}

#shares_form .unscribe_button__close .line.one {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#shares_form .unscribe_button__close .line.two {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -1px;
}




/*Отзывы на странице товара*/
.reviews_b .reviews_b__item
{
    display: none;
}

.reviews_b .reviews_b__item:nth-child(1),
.reviews_b .reviews_b__item:nth-child(2)
{
    display: inline-block;
}

#all-reviews-list.active .reviews_b__item
{
    display: inline-block;
}

.product_p__reviews
{
    margin-bottom: 30px;
}

.product_p__no_reviews
{
    display: none;
    text-align: center;
}

.product_p__props__view span.strelka
{
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-top: -3px;
}

