.gp_block_open {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -26px;
    height: 52px;
    min-width: 52px;
    background: rgba(222,68,68,1);
    cursor: pointer;
    -webkit-transition: 0.35s;
    transition: 0.35s;
    opacity: 1;
    z-index: 1000;
    text-align: center;
    padding: 0 15px;
    font-size: 24px;
    color: #fff;
    line-height: 52px;
    right: -52px;
    transform: rotate(90deg);
}
    .gp_block_open.open {
	opacity: 0;
    }
    .gp_block_open:hover {
	background: rgba(222,68,68,0.8);
    }
    .gp_block_open:after {
    }
.gp_block_close {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -26px;
    height: 52px;
    width: 52px;
    background: rgba(30,30,30,1);
    cursor: pointer;
    -webkit-transition: 0.35s;
    transition: 0.35s;
    opacity: 0;
}
    .gp_block_close:hover {
	background: rgba(30,30,30,0.8);
    }
    .gp_block_close:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/goryachie-predlozheniya-block/img/ico_close.png) center center no-repeat;
    }
.gp_block_wrapper {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.66);
    width: 100%;
    height: 100%;
}    
.gp_block {
    display: block;
    position: fixed;
    top:0;
    width: 0;
    right: 0;
    height: 100%;
    background: #fff;
    z-index: 10001;
    -webkit-transition: 0.35s;
    transition: 0.35s;
}
    .gp_block.open {
	/*right: 0;*/
	width: 330px;
    }
    .gp_block.open .gp_block_close {
	left: -52px;
	opacity: 1;
    }
.gp_list {
    padding: 20px;
}
.gp_item {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-sizing: border-box;
    /*background: rgba(0,0,0,1);*/
}
.gp_item img {
    position: relative;
    display: block;
    width: 290px;
    -webkit-transition: 0.35s;
    transition: 0.35s;
}
.gp_item:last-child {
    margin-bottom: 0px;
}
.gp_item .preview_picture {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: top center;
}
.gp_info {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 280px;
    -webkit-transition: 0.35s;
    transition: 0.35s;
}
    .gp_time {
	background: #de4442;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
	padding: 0 10px;
	display: inline-block;
    }
    
.gp_name,
.gp_name-level-01,
.gp_name-level-02 {
    position: relative;
    background-color: rgba(20,20,20,1);
    padding: 2px 0px;
    line-height: 20px;    
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.gp_name {
    display: inline;
    font-size: 13px;
}
.gp_name-level-01 {
    left: 20px;
}
.gp_name-level-02 {
    left: -10px;
}

@media only screen and (max-width : 400px) { 
    .gp_block.open {
	width: 270px;
    }
    .gp_item img {
	width: 230px;
    }
    .gp_info {
	width: 200px;
    }
    .gp_item {
	min-height: 0!important;
    }
}

@media screen and (max-width: 380px) {
    .gp_block_open {
        min-width: 38px;
        height: 38px;
        line-height: 38px;
        padding: 0 5px;
    }
}