

/* Start:/local/templates/shef_default/components/bitrix/news.list/sinterview_stati_gazeta/style.css?177280242914525*/
div.news-list {
    word-wrap: break-word;
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}

.buttonnothref {
    color: white !important;
    cursor: pointer;
}

.buttonnothref:hover {
    color: red !important;

}

#s2__load_interv {

    color: white;
    cursor: pointer;
}


/* recipe screen */
#access-granted {
    padding-right: 0 !important;
}

#access-granted .modal-dialog {
    max-width: unset;
    width: 100%;
    margin: 0;
    pointer-events: auto;
}

body > .modal-backdrop {
    display: none !important;
}


/* recipe screen */
/*
#access-granted {
    padding-right: 0 !important;
}

#access-granted .modal-dialog {
    max-width: unset;
    width: 100%;
    margin: 0;
    pointer-events: auto;
}

.recipe-block {
    padding: 50px;
}

.recipe-container {
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 0 !important;
    background: #fff;
}

.close-recipe {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
    z-index: 2;
}

.recipe-description {
    margin-bottom: 30px;
    display: flex;
    position: relative;
}

.recipe-description-image {
    float: left;
    height: auto;
    display: block;
    margin-right: 30px;
    margin-bottom: 10px;
    width: 555px;
}

.recipe-description-content {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 50px;
}

.recipe-description-title {
    line-height: 1;
    color: #000;
    font-family: MuseoSansCyrl900;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.recipe-description-text {
    padding-left: 0;
    padding-right: 0;
    line-height: 23px;
    color: #000;
    font-family: MuseoSansCyrl100;
    font-size: 18px;
}

.recipe-description .add-to-favourite-btn {
    padding: 5px 15px;
    margin-right: 25px;
    text-decoration: none !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px !important;
    font-family: MuseoSansCyrl700;
    margin-top: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: absolute !important;
    bottom: 10px;
    right: 50px;
    width: auto !important;
    height: auto !important;
    border: 2px solid #e7422f;
    border-radius: 25px;
    color: #000000;
}

.recipe-description .add-to-favourite-btn:hover {
    text-decoration: none !important;
    color: #ffffff;
    background-color: #e7422f;
}

.recipe-ingredients {
    display: flex;
    padding: 0 50px 0 75px;
    justify-content: space-between;
    clear: both;
}

.recipe-ingredient-block {
    margin-bottom: 50px;
}

.recipe-ingredient-title {
    line-height: 1;
    color: #000;
    font-family: MuseoSansCyrl700;
    font-size: 15px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.recipe-ingredient-text {
    line-height: 1;
    color: #000;
    font-family: MuseoSansCyrl300;
    font-size: 15px;
    margin-bottom: 15px;
}

.recipe-ingredient-text span {
    color: #ee4136;
}

.recipe-photos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 70px 55px 75px;
}

.recipe-photo-card {
    width: 100%;
    max-width: 253px;
}

.recipe-photo-card-image-block {
    position: relative;
    margin-bottom: 20px;
    min-height: 30px;
}

.step-number {
    position: absolute;
    top: 10px;
    left: 7px;
    border-radius: 50%;
    background-color: #ee4136;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
    font-family: MuseoSansCyrl900;
    font-size: 15px;
    z-index: 2;
    width: 30px;
    height: 30px;
}

.load-photo-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 2;
    cursor: pointer;
}

.uploaded-image {
    position: relative;
    z-index: 1;
}

.recipe-photo-card-description {
    color: #000;
    line-height: 18px;
    font-family: MuseoSansCyrl100;
    font-size: 15px;
    text-align: center;
}

.recipe-arrow {
    width: 13px;
    height: 11px;
    margin-top: 80px;
    margin-left: 52px;
    margin-right: 52px;
}

.recipe-time-portions-block {
    display: flex;
    padding: 0 50px 40px 75px;
    justify-content: space-between;
    clear: both;
    width: 100%;
    max-width: 750px;
    flex-wrap: wrap;
}

.recipe-time-portion-wrap {
    display: flex;
    align-items: center;
}

.recipe-time-portions-title {
    margin-right: 5px;
    line-height: 1;
    color: #000;
    font-family: MuseoSansCyrl700;
    font-size: 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.recipe-time-portions-title img {
    margin-right: 15px;
    width: 27px;
    height: 27px;
}

.recipe-time-portion-wrap p {
    line-height: 1;
    color: #ee4136;
    font-family: MuseoSansCyrl700;
    font-size: 15px;
    margin-bottom: 0;
}

.upload-block {
    background: url('/local/templates/shef_default/img/mentor-event/upload-icon.png') center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 2;
    cursor: pointer;
}

.upload-block label {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.upload-block input {
    display: none;
}

.recipe-arrow.one,
.recipe-arrow.two,
.recipe-arrow.three,
.recipe-arrow.four,
.recipe-arrow.five {
    display: block;
}

.recipe-arrow.three {
    display: none;
}

.recipe-photos .uploaded-image {
    width: 100%;
}

.recipe-arrow:nth-child(6n),
.recipe-arrow:last-child {
    display: none;
}*/

.giverecept {
    color: white !important;
    cursor: pointer;
}

/* recipe screen */

#access-granted{
    padding-right: 0 !important;
}
#access-granted .modal-dialog{
	max-width: unset;
    width: 100%;
    margin: 0;
    pointer-events: auto;
}
.recipe-block{

	/* temporary */
	padding: 50px;
}
.recipe-container{
	box-shadow: 10px 10px 40px rgba(0,0,0,0.3);
	position: relative;
	padding: 0 !important;
	background: #fff;
}
.close-recipe{
	position: absolute;
	top: 20px;
	right: 30px;
	cursor: pointer;
    z-index: 2;
}
.recipe-description{
	margin-bottom: 30px;
	display: flex;
	position: relative;
}
.recipe-description-image{
	float: left;
	/*max-width: 100%;*/
	height: auto;
	display: block;
	margin-right: 30px;
    margin-bottom: 10px;
    width: 555px;
}
.recipe-description-content{
	padding-top: 50px;
	padding-left: 0;
	padding-right: 50px;
}
.recipe-description-title{
	line-height: 1;
    color: #000;
	font-family: MuseoSansCyrl900;
    font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.recipe-description-text{
	padding-left: 0;
	padding-right: 0;
	line-height: 23px;
    color: #000;
	font-family: MuseoSansCyrl100;
    font-size: 18px;
}
.recipe-description .add-to-favourite-btn{
	padding: 5px 15px;
    margin-right: 25px;
    text-decoration: none !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px !important;
    font-family: MuseoSansCyrl700;
    margin-top: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: absolute !important;
	bottom: -30px;
	right: 50px;
    width: auto !important;
    height: auto !important;
    border: 2px solid #e7422f;
    border-radius: 25px;
    color: #000000;
}
.recipe-description .add-to-favourite-btn:hover{
	text-decoration: none !important;
    color: #ffffff;
	background-color: #e7422f;
}
.recipe-ingredients{
	display: flex;
    padding: 0 50px 0 75px;
    justify-content: space-between;
    clear: both;
}
.recipe-ingredient-block{
	margin-bottom: 50px;
}
.recipe-ingredient-text{
	display: flex;
	justify-content: space-between;
}
.recipe-ingredient-text p:last-child{
	color: #ee4136;
}
.recipe-ingredient-text{
	display: flex;
	justify-content: flex-start;
}
.recipe-ingredient-block h3{
	line-height: 1;
    color: #000;
	font-family: MuseoSansCyrl700;
    font-size: 15px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.recipe-ingredient-block p{
	line-height: 1;
    color: #000;
	font-family: MuseoSansCyrl300;
    font-size: 15px;
	margin-bottom: 15px;
	padding-right: 5px;
}
.recipe-photos{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 50px 55px 75px;
}
.recipe-photo-card{
	width: 100%;
	max-width: 227px;
}
.recipe-photo-card-image-block{
	position: relative;
	margin-bottom: 20px;
	min-height: 30px;
}
.step-number{
	position: absolute;
	top: 10px;
	left: 7px;
	border-radius: 50%;
	background-color: #ee4136;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	line-height: 1;
	font-family: MuseoSansCyrl900;
    font-size: 15px;
	z-index: 2;
	width: 30px;
	height: 30px;
}
.load-photo-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 2;
	cursor: pointer;
}
.uploaded-image{
	position: relative;
	z-index: 1;
}
.recipe-photo-card-description{
	color: #000;
	line-height: 18px;
	font-family: MuseoSansCyrl100;
    font-size: 15px;
	text-align: left;
    padding-left: 10px;
}
.recipe-arrow{
	width: 13px;
	height: 11px;
    margin-top: 80px;
	margin-left: 52px;
	margin-right: 52px;
}
.recipe-time-portions-block{
	display: flex;
    padding: 0 30px 40px 75px;
    justify-content: space-between;
    clear: both;
	width: 100%;
	max-width: 750px;
	flex-wrap: wrap;
}
.recipe-time-portion-wrap{
	display: flex;
	align-items: center;
}
.recipe-time-portions-title{
	margin-right: 5px;
    line-height: 1;
    color: #000;
    font-family: MuseoSansCyrl700;
    font-size: 15px;
    text-transform: uppercase;
	display: flex;
	align-items: center;
}
.recipe-time-portions-title img{
	margin-right: 15px;
	width: 27px;
	height: 27px;
}
.recipe-time-portion-wrap p{
	line-height: 1;
    color: #ee4136;
    font-family: MuseoSansCyrl700;
    font-size: 15px;
    margin-bottom: 0;
}

.upload-block{
	background: url('/local/templates/shef_default/img/mentor-event/upload-icon.png') center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 2;
	cursor: pointer;
}
.upload-block label{
	width: 100px;
	height: 100px;
	cursor: pointer;
}
.upload-block input{
	display: none;
}
.recipe-arrow.one,
.recipe-arrow.two,
.recipe-arrow.three,
.recipe-arrow.four,
.recipe-arrow.five{
	display: block;
}
.recipe-arrow.three{
	display: none;
}
.mentor-event-page-content-image .event-wrap{
	/*display: none;*/
}
.recipe-photos .uploaded-image{
	width: 100%;
}
.recipe-arrow:nth-child(6n),
.recipe-arrow:last-child{
	display: none;
}

@media (max-width: 3900px) {

}

@media (max-width: 1200px) {

}
@media (max-width: 992px) {


	.recipe-description{
		display: flex;
		flex-direction: column;
	}
	.recipe-description-image{
		width: 100%;
		max-width: unset;
	}
	.recipe-description-text{
		padding-left: 0;
		padding-right: 0;
	}
	.recipe-description-content{
		padding-left: 20px;
		padding-right: 20px;
	}
	.recipe-ingredients{
		padding: 0 20px 0 20px;
	}
	.recipe-photos{
		padding: 0 20px 55px 20px;
	}

	.recipe-description .add-to-favourite-btn {
		bottom: -36px;
		right: unset;
		left: 20px;
	}

}

@media (max-width: 768px) {

	.recipe-ingredients{
		flex-direction: column;
	}

}

@media (max-width: 576px) {
	.recipe-block{
		padding: 15px;
	}
}

@media all and (max-width: 1240px) {

	.recipe-arrow {
		margin-left: 14px;
		margin-right: 14px;
	}
}
@media all and (max-width: 1200px) {

	.recipe-photo-card{
		max-width: 29%;
	}
	.recipe-arrow{
		margin-left: 14px;
		margin-right: 14px;
	}
	.recipe-ingredients{
		flex-wrap: wrap;
	}
	.recipe-ingredient-block{
		width: 50%;
	}
}
@media all and (max-width: 992px) {

	.close-recipe {
		top: -13px;
		right: -15px;
		background-color: #000;
		border-radius: 50%;
		padding: 4px;
	}
	.recipe-time-portions-block {
		padding: 30px 20px 40px 20px;
	}
	.recipe-ingredient-block {
		width: 100%;
	}
}
@media all and (max-width: 768px) {

	.recipe-photo-card{
		max-width: 46%;
	}
	.recipe-arrow{
		margin-left: 10px;
		margin-right: 10px;
	}
	.recipe-arrow{
		display: block;
	}
	.recipe-arrow:nth-child(6n){
		display: unset;
	}
	.recipe-arrow:nth-child(4n){
		display: none;
	}
	.recipe-ingredient-block{
		margin-bottom: 20px;
	}
	.recipe-description{
		margin-bottom: 42px;
	}
	.recipe-description-content{
		padding-top: 25px;
	}
	.recipe-time-portions-block{
		padding: 10px 20px 0px 20px;
	}
	.recipe-time-portion-wrap{
		margin-bottom: 20px;
	}
}
@media all and (max-width: 490px) {

	.recipe-photo-card{
		max-width: 90%;
	}
	.recipe-arrow{
		display: none !important;
	}
}



@media all and (max-width: 1240px) {

	.recipe-arrow {
		margin-left: 14px;
		margin-right: 14px;
	}
}
@media all and (max-width: 1200px) {

	.recipe-photo-card{
		max-width: 29%;
	}
	.recipe-arrow{
		margin-left: 14px;
		margin-right: 14px;
	}
	.recipe-ingredients{
		flex-wrap: wrap;
	}
	.recipe-ingredient-block{
		width: 50%;
	}
}
@media all and (max-width: 992px) {

	.close-recipe {
		top: -13px;
		right: -15px;
		background-color: #000;
		border-radius: 50%;
		padding: 4px;
	}
	.recipe-time-portions-block {
		padding: 30px 20px 40px 20px;
	}
	.recipe-ingredient-block {
		width: 100%;
	}
	.recipe-description{
		display: flex;
		flex-direction: column;
	}
	.recipe-description-image{
		width: 100%;
		max-width: unset;
	}
	.recipe-description-text{
		padding-left: 0;
		padding-right: 0;
	}
	.recipe-description-content{
		padding-left: 20px;
		padding-right: 20px;
	}
	.recipe-ingredients{
		padding: 0 20px 0 20px;
	}
	.recipe-photos{
		padding: 0 20px 55px 20px;
	}
	.recipe-description .add-to-favourite-btn{
		bottom: -36px;
		right: unset;
		left: 20px;
	}
}
@media all and (max-width: 768px) {

	.recipe-ingredients{
		flex-direction: column;
	}
	.recipe-photo-card{
		max-width: 46%;
	}
	.recipe-arrow{
		margin-left: 10px;
		margin-right: 10px;
	}
	.recipe-arrow{
		display: block;
	}
	.recipe-arrow:nth-child(6n){
		display: unset;
	}
	.recipe-arrow:nth-child(4n){
		display: none;
	}
	.recipe-ingredient-block{
		margin-bottom: 20px;
	}
	.recipe-description{
		margin-bottom: 42px;
	}
	.recipe-description-content{
		padding-top: 25px;
	}
	.recipe-time-portions-block{
		padding: 10px 20px 0px 20px;
	}
	.recipe-time-portion-wrap{
		margin-bottom: 20px;
	}
}
@media (max-width: 576px) {

	.recipe-block{
		padding: 15px;
	}
}
@media all and (max-width: 490px) {

	.recipe-photo-card{
		max-width: 90%;
	}
	.recipe-arrow{
		display: none !important;
	}
}
/* End */


/* Start:/local/templates/shef_default/components/bitrix/news.list/media_ajax_noslider/style.css?1772802429150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/shef_default/components/bitrix/news.list/media_ajax_video/style.css?1772802429150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/shef_default/components/bitrix/news.list/media_igtv/style.css?1772802429150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/shef_default/components/bitrix/news.list/media_ajax_vdox/style.css?1772802429232*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.vdoxn {
	position: absolute !important;
	padding: 5px !important;
	bottom: 0px;
}
/* End */


/* Start:/bitrix/components/bitrix/player/templates/.default/style.min.css?1772802411122*/
td.popupmenu div.popupitem .playlist-edit{background-image:url(/bitrix/components/bitrix/player/images/playlist_edit.gif)}
/* End */


/* Start:/local/templates/shef_default/components/bitrix/news.list/media_vdox_video/style.css?1772802429150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/shef_default/components/bitrix/news.list/sinterview_stati_gazeta/style.css?177280242914525 */
/* /local/templates/shef_default/components/bitrix/news.list/media_ajax_noslider/style.css?1772802429150 */
/* /local/templates/shef_default/components/bitrix/news.list/media_ajax_video/style.css?1772802429150 */
/* /local/templates/shef_default/components/bitrix/news.list/media_igtv/style.css?1772802429150 */
/* /local/templates/shef_default/components/bitrix/news.list/media_ajax_vdox/style.css?1772802429232 */
/* /bitrix/components/bitrix/player/templates/.default/style.min.css?1772802411122 */
/* /local/templates/shef_default/components/bitrix/news.list/media_vdox_video/style.css?1772802429150 */
