.right_image_block {
    position: relative;
}
.right_image_block:after {
    content: '';
    position: absolute;
    background-size: cover;
    background-position: center;
}


.right_image_block .right_image_block_title {
    font-weight: 800;
    color: #151515;
    font-size: 36px;
    line-height: 1.1;
    text-transform: uppercase;
}
.right_image_block-content > *:last-child {
    margin-bottom:0
}
#intro-shop-block.full-content .right_image_block-content {
	width: 100%;
}
#intro-shop-block.right_image_block.full-content:after {
	display:none
}
@media only screen and (min-width: 992px) {
    /* .right_image_block {
        padding: 65px 0;
    } */
    .right_image_block:after {
        top:0;
        right:0;
        height:100%;
        background-size: cover;
    }

}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* .right_image_block {
        padding: 50px 0;
    } */
    .right_image_block:after {
        top:0;
        left: calc(50vw + 15px);
    }
    .right_image_block-content {
        width: calc(50% - 15px);
    }
/* shop page */
	#intro-shop-block.right_image_block.content-block-section {
		padding: 25px 0;
	}
	#intro-shop-block.right_image_block.content-block-section.full-content {
		padding-bottom: 10px;
	}

    #intro-shop-block .right_image_block-content {
        width: calc(66%);
    }
    #intro-shop-block.right_image_block:after {
        top:0;
        left: calc(66.66666vw);
    }
	#intro-shop-block.right_image_block .block_breadscr {
		padding: 0 0 15px;
	}

}
@media only screen and (min-width: 1200px) {
    .right_image_block-content {
        width: calc(50%);
    }
    .right_image_block:after {
        top:0;
        left: calc(50vw + 120px);
    }
/* shop page */
	#intro-shop-block.right_image_block.content-block-section {
		padding: 25px 0;
	}
	#intro-shop-block.right_image_block.content-block-section.full-content {
		padding-bottom: 0;
	}
	
    #intro-shop-block .right_image_block-content {
        width: calc(50% + 160px);
    }
    #intro-shop-block.right_image_block:after {
        top:0;
        left: calc(50vw + 208px);
    }
	#intro-shop-block.right_image_block .block_breadscr {
		padding: 0 0 15px;
	}
	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .right_image_block {
        padding-top: 60px;
        padding-bottom: calc(50vw + 40px);
    }
    .right_image_block:after {
        bottom:0;
        right:0;
        left:0;
        height:calc(50vw);
        background-size: cover;
    }
    .right_image_block .right_image_block_title {
        font-size: 30px;
    }
	#intro-shop-block.right_image_block.content-block-section {
		padding: 25px 0;
	}
	#intro-shop-block.right_image_block.content-block-section.full-content {
		padding-bottom: 10px;
	}

	#intro-shop-block.right_image_block .block_breadscr {
		padding: 0 0 15px;
	}

}
@media only screen and (max-width: 767px) {
    .right_image_block {
        padding-top: 40px;
        padding-bottom: calc(50vw + 30px);
    }
    .right_image_block:after {
        bottom:0;
        right:0;
        left:0;
        height:calc(50vw);
        background-size: cover;
    }
    .right_image_block .right_image_block_title {
        font-size: 24px;
    }
	#intro-shop-block.right_image_block {
		margin-bottom: 15px;
	}
	#intro-shop-block.right_image_block.full-content {
        padding-bottom: 30px;
    }

}
@media only screen and (max-width: 575px) {
    .right_image_block .right_image_block_title {
        font-size: 20px;
    }
}
