

/* Start:/local/components/mendeleev/form.register/templates/.default/style.css?176136959610189*/
.visitors__about-parent {
    margin-top: 30px;
}

.form__persons .input-item {
    margin-bottom: 25px;
}
.form__persons .input-item input[type="text"] {
    padding: 10px 20px 10px 6px;
}
.visitor__parent {
    margin: 25px 0;
}

@import "https://fonts.googleapis.com/css?family=Varela+Round";
.input-item--file {box-sizing:border-box; background: #f8f8f8;}
.input-item--file .input--title {text-align: center; padding: 3px 10px;}
.input-item--file {position:relative;font:1em/1.6 "Varela Round",Arial,sans-serif;color:#999;font-weight:400;max-width:465px;padding:1em;}
.input-item--file h2{font-weight:400}
.input-item--file .filupp > input[type="file"]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.input-item--file .filupp{position:relative;background:#242424;display:block;padding:1em;font-size:1em;width:100%;height:3.5em;color:#fff;cursor:pointer;box-shadow:0 1px 3px #0b0b0b}
.input-item--file .filupp:before{content:"";position:absolute;top:1.5em;right:.75em;width:2em;height:1.25em;border:3px solid #dd4040;border-top:0;text-align:center}
.input-item--file .filupp:after{content:"\f178";font-family: FontAwesome;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);position:absolute;top:.65em;right:.45em;font-size:2em;color:#dd4040;line-height:0}
.input-item--file .filupp-file-name{width:75%;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}

/*скрываем элемент*/
.su__container .su__hidden {display: none !important;}

/*оформление заголовка*/
.su__container * {margin: 0; padding: 0;}
.su__container {padding: 30px; background-size: cover; position: relative;}
.su__container .su__header {margin: 10px 0 45px;}
/* .su__header .su__title {} */
.su__header .su__description {margin: 10px 0 0;}
/* .su__header .su__description .su__description--text {} */

/*оформление предупреждения или статуса*/
.su__alert__container {
    position: relative;
    margin-top: 40px;
    margin-left: 0px;
    padding: 0 15px;
    background-color: rgba(10,10,10,0.8);
}
.light-theme .su__alert__container {
    background-color: rgba(255,255,255,0.8);
}

.su__alert__container::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background-color: #E84B41;
    top: 0;
    left: 0;
}
.su__alert__container .su__alert--text {line-height: 140%; margin-bottom: 15px; padding: 15px 0;}

/*оформление спектаклей*/
.form__performances {
    display: flex;
    flex-wrap: wrap;
    margin: 25px -30px 0 0;
}
.form__performances .performance__item__wrapper {
    position: relative;
    flex-basis: 33.333%;
    flex-shrink: 1;
    flex-grow: 1;
    max-width: 33.333%;
    margin-right: 30px;
    margin-bottom: 30px;
    z-index: 2;
    background-color: rgba(10,10,10,0.8);
}
.light-theme .form__performances .performance__item__wrapper {background-color: rgba(255,255,255,0.8);}
.form__performances .performance__item__wrapper .form__performance__item {
    height: 100%;
    border: 1px solid #AAA;
    padding: 15px;
}
.form__performances .form__performance__item label {display: inline-block; width: 100%; height: 100%; cursor: pointer;}
.form__performances .form__performance__item input {
    appearance: none; -moz-appearance: none; -webkit-appearance: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
.form__performances .form__performance__item input:not(:checked) {cursor: pointer;}

.form__performances .form__performance__item input:checked::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -2px;
    left: -2px;
    border: 2px solid #E84B41;
    z-index: 1;
}

/***/
.form__performance__about {
    padding: 20px 10px;
    margin-bottom: 20px;
    background-color: rgba(10,10,10,0.8);
}
.light-theme .form__performance__about {background-color: rgba(255,255,255,0.8);}
.form__performance__about .performance__about__item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
    align-items: center;
}
.form__performance__about .performance--title {
    margin-right: 20px;
    min-width: 140px;
}


/*оформление полей карточки формы*/
.form__persons input[type="text"], .form__persons input[type="date"], .form__persons input[type="email"], .form__persons input[type="phone"], .form__persons input[type="file"] {
    max-width: 465px;
}
.form__persons input[type="date"]:not(:valid, :focus) {
    color: transparent;
}

/*оформление списка детей*/
.visitors__childs {margin-top: 30px;}
.su__container .visitors__childs__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin: 20px -20px 40px 0;
}
@media (max-width: 1400px) {
    .su__container .visitors__childs__list {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 850px) {
    .form__performances .performance__item__wrapper {
        flex-basis: 25%;
        flex-shrink: 1;
        flex-grow: 1;
        max-width: 50%;
    }
}


@media (max-width: 576px) {
    .su__container .visitors__childs__list {
        grid-template-columns: repeat(1, 1fr);
    }
}
.visitors__childs__list .visitors__child__item {
    position: relative;
    min-width: 31%;
    flex-basis: 20%;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 20px 25px 20px;
    margin: 0 20px 20px 0;
}
.visitors__childs__list .visitors__child__item.error {border-color: #E84B41;}
.visitors__childs__list .visitors__child__item .child__item--title {
    position: absolute;
    bottom: 100%;
    left: 30px;
    background-color: #000;
    padding: 0 10px;
    transform: translate(0, 50%);
}
.light-theme .visitors__childs__list .visitors__child__item .child__item--title {background-color: #FFFFFF;}
.visitors__childs__list .visitors__child__item .child__item--close {
    position: absolute;
    top: -21px;
    right: -21px;
    cursor: pointer;
    background-color: #000;
    opacity: 0;
    border-radius: 50%;
    transition: opacity, top, right, 0.33s;
}
.light-theme .visitors__childs__list .visitors__child__item .child__item--close {background-color: #FFFFFF; }
.light-theme .visitors__childs__list .visitors__child__item .child__item--close path {fill: #000; }

.visitors__childs__list .visitors__child__item:hover .child__item--close {opacity: 1; top: -12px; right: -12px;}
.visitors__childs__list .visitors__child__is-parent {margin-bottom: 20px;}
.visitors__childs__list .visitors__child__is-parent input {margin-right: 10px;}


.form__agree__container {
    padding: 10px;
    margin-bottom: 20px;
    background-color: rgba(10,10,10,0.8);
}
.light-theme .form__agree__container {background-color: rgba(255,255,255,0.8);}
.form__agree__container label {cursor: pointer;}

/*оформление кнопок*/
.form__controls .form__buttons {
    display: flex;
    flex-wrap: wrap;
}
.su__container .su__button {
    padding: 23px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;

    height: 100%;
    box-sizing: border-box;
    outline: none;
    border: none;
    min-height: 40px;
    height: 40px;
    max-height: 40px;
    overflow: hidden;
}
.su__container .button__submit {
    margin-left: 10px;
}
.su__container .su__button input[type='submit'] {
    display: inline-block;
    border: none;
    outline: none;
    background-color: transparent;
    color: inherit;
    font-size: inherit;
    text-transform: inherit;
}
.su__button.button__cancel {background-color: #989898;}
.su__button.button__cancel a {text-decoration: inherit;}
.su__container .button__submit, .button__show-form {
    background-color: #E84B41;
    clip-path: polygon( 0% 0px, 0px 0%, calc(100% - 15px) 0%, 100% 15px, 100% calc(100% - 0px), calc(100% - 25px) 100%, 25px 100%, 0 calc(100% - 0px));
}
.su__container .su__button.disabled {background-color: #989898; cursor: default;}

.su__button.button__child-add {background-color: #8ac858;}

/*офрмление блока предупреждения*/
.su__warning__container {margin: 30px 0; line-height: 165%; padding: 10px 20px; background-color: rgba(10,10,10,0.8);}
.light-theme .su__warning__container {background-color: rgba(255,255,255,0.8);}

.su__result__container {
    position: sticky;
    bottom: 50%;
    background-color: rgba(10,10,10,0.9);
    padding: 30px;
    z-index: 4;
}
.su__result__container .su__result--text {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
    line-height: 160%;
}
.light-theme .su__result__container {
    background-color: rgba(255,255,255,0.9);
    color: #333;
}
.light-theme .su__result__container .su__result--text {
    color: #333;
}


@media (max-width: 1200px) {
    .su__container .su__button {
        padding: 13px 40px;
        font-size: 14px;
        line-height: 110%;
        letter-spacing: 3px;
    }
}
@media (max-width: 630px) {
    .form__controls .form__buttons {
        flex-direction: column-reverse;
    }
    .su__container .su__button:not(:first-child) {
        margin-bottom: 2px;
    }
}
@media (max-width: 546px) {
    .form__performances .performance__item__wrapper {
        flex-basis: 100%;
        flex-shrink: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}
@media (max-width: 460px) {
    .su__container .su__button {
        padding: 10px 25px;
        font-size: 12px;
        line-height: 110%;
        letter-spacing: 1px;
    }

}
/* End */


/* Start:/local/templates/mp_black_white/components/bitrix/news.list/peoples.list.0/style.css?17613694753624*/

.project-peoples-list-0{
	display: flex;
    flex-wrap: wrap;
}
.project-peoples-list-0-item{
	margin-bottom: 40px;
	display: block;
	text-decoration: none;
}
.project-peoples-list-0-item-picture{
	height: 320px;
	margin-bottom: 18px;
}
.project-peoples-list-0-item-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.project-peoples-list-0-item-title{
	font-family: 'Druk Text Wide Cy TT';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;	
	/* color: #FFFFFF; */
	margin-bottom: 10px;
	padding:0 20px;
}
.project-peoples-list-0-item-preview{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	/* color: #FFFFFF; */
	opacity: 0.5;	
	padding:0 20px;
}
.project-peoples-list-0-item-detail .flex{
	flex-wrap: wrap;
}
.project-peoples-list-0-item-detail-title {
	color: #000;
	margin-bottom: 18px;
}
.project-peoples-list-0-item-detail-picture{
	margin-bottom: 8px;
}
.project-peoples-list-0-item-detail-img{
	max-width: 500px;
}
.project-peoples-list-0-item-text{
	color: #000;
	font-size: 14px;
	line-height: 18px;	
	margin-bottom: 18px;
}
.project-peoples-list-0-item-detail-content{
	max-width: 500px;
}
.project-peoples-list-0-item-detail-link{
	color: #000;
	font-size: 14px;
	line-height: 18px;		
}

@media screen and (min-width:475px) {
}
@media screen and (min-width:576px) {
	.project-peoples-list-0-item-picture{
		height: 500px;
		margin-bottom: 18px;
	}
}
@media screen and (min-width:768px) {
	.project-peoples-list-0{
		margin-right: -9px;
		margin-left: -9px;		
	}
	.project-peoples-list-0-item{
		margin-bottom: 18px;
		width: calc(50% - 10px);	
		padding-right: 9px;
		padding-left: 9px;			
	}	
	.project-peoples-list-0-item-picture{
		height: 348px;		
	}	
	.project-peoples-list-0-item-title{
		font-size: 18px;
		line-height: 22px;	
		padding:0;
	}	
	.project-peoples-list-0-item-preview{
		font-size: 16px;
		line-height: 20px;
		padding:0
	}	
	.project-peoples-list-0-item-detail .flex{
		flex-wrap: nowrap;
	}	
	.project-peoples-list-0-item-detail-content{
		padding-left: 18px;
	}	
}
@media screen and (min-width:992px) {
	.project-peoples-list-0-item-picture{
		height: 437px;		
	}	
}
@media screen and (min-width:1200px) {

}
@media screen and (min-width:1400px) {
	.project-peoples-list-0-item-picture{
		height: 260px;		
	}	
	.project-peoples-list-0-item{
		margin-bottom: 15px;
		width: calc(33% - 10px);		
	}
}
@media screen and (min-width:1422px) {

}
@media screen and (min-width:1500px) {

}
@media screen and (min-width:1600px) {
	.project-peoples-list-0-item{
		margin-bottom: 15px;
		width: calc(20% - 10px);		
	}
}
@media screen and (min-width:1800px) {

}
@media screen and (min-width:1820px) {

}
@media screen and (min-width:1200px) and (max-width:1421px) {

}

@media screen and (min-width:576px) and (max-width:1819px) {

}
@media screen and (min-width:576px) and (max-width:1199px) {

}

@media screen and (min-width:1200px) and (max-width:1819px) {

}
@media screen and (min-width:1422px) and (max-width:1819px) {

}
@media screen and (min-width:1200px) and (max-width:1399px) {

}
@media screen and (min-width:576px) and (max-width:991px) {

}
@media screen and (min-width:768px) and (max-width:1199px) {

}
@media screen and (min-width:768px) and (max-width:991px) {

}
@media screen and (min-width:1422px) and (max-width:1499px) {

}
@media screen and (min-width:768px) and (max-width:1399px) {

}
@media screen and (min-width:1400px) and (max-width:1819px) {

}
@media screen and (min-width:1200px) and (max-width:1400px) {

}
@media screen and (min-width:650px) and (max-width:1399px) {

}
/* End */
/* /local/components/mendeleev/form.register/templates/.default/style.css?176136959610189 */
/* /local/templates/mp_black_white/components/bitrix/news.list/peoples.list.0/style.css?17613694753624 */
