

/* Start:/local/templates/erarta/styles.css?15656119082008*/
/* TODO:: fix common css for input checkbox && radio */
#bx-admin-prefix .adm-designed-checkbox + label {
    display: inline-block !important;
}

.er-tooltip {
    position: relative;
    display: inline !important;
    margin-left: 8px;
}

.er-tooltip .er-tooltip-btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: none;
    padding: 0;
    cursor: pointer;
    position: relative;
    background: url('/local/templates/erarta/assets/img/info.svg');
    background-position: 50%;
}

.er-tooltip .er-tooltip-wrap {
    display: none;
    min-width: 350px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0px 6px 30px 0 rgba(0,0,0,.1);
    position: absolute;
    padding: 28px;
    text-align: left;
    top: 32px;
    left: 50%;
    transform: translate(-50%);
    z-index: 9;
}

.er-tooltip-wrap:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom:  10px solid #fff;
    top: -10px;
    left: 50%;
    transform: translate(-50%);
}

.er-tooltip .er-tooltip-close-btn {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: translate(-50%,-50%);
    background: url('/local/templates/erarta/assets/img/close.svg');
    background-position: 50%;
}
.er-tooltip-text {
    line-height: 1.25;
    color: #343434;
}

.er-tooltip-link {
    line-height: 1.25;
    color: #343434;
}

.lenta-slider__links-normal.lenta-slider__top {
    margin: 0;
}

.lenta-slider__links-normal .lenta-slider__links {
    margin: 0 auto;
}

.lenta-slider__links-normal .lenta-slider__top-link {
    text-align: center;
    border: 1px solid black;
    border-radius: 3px;
    padding: 5px 10px;

    max-width: 130px;
    margin-right: 20px;
}

.er-text-capitalize {
    text-transform: capitalize !important;
}

.er-text-lowercase {
    text-transform: lowercase !important;

}

/* End */


/* Start:/local/templates/erarta/template_styles.css?17610259417429*/
#div_captcha {
    margin: 10px auto 0;
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
}

@media (max-width: 345px) {
    .g-recaptcha {
        transform: scale(0.9) translateX(-10px);
    }
}

.vacancy-form__input-wrap .btn {
    width: 165px;
}

.feedback-form__submit {
    margin-top: 40px;
}

.feedback-form__wrap .vacancy-form__label span {
    margin-bottom: 15px;
}

.feedback-fields__title {
    display: block;
    margin: 20px 0;
    /*text-align: center;*/
    font-size: 18px;
    /* font-weight: bold; */
}

.feedback-fields__title::first-letter {
    text-transform: uppercase;
}

.feedback-form__input-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.feedback-form__input-desc {
    position: absolute;
    bottom: -5px;
    width: 100%;
    /* margin-top: 8px; */
    font-size: 14px;
    /* line-height: 1.43; */
    color: #87878a;
}

.feedback-form__input-comments {
    font-size: 14px;
    color: #87878a;
}

/* TODO:: to scss */
.hero__item.float-btn.btn-bottom-left .hero__link {
    left: initial !important;
    right: initial !important;
}

/*QA*/

/*Standart slider photo crop on 320-1279*/
@media screen and (max-width: 1279px) and (min-width: 1024px) {
	.b-photoslider__item img {
		object-fit: contain !important;
	}

	.b-photoslider__item-blur {
		display: block !important;
	}
}

@media screen and (max-width: 1023px) and (min-width: 320px) {
	.b-photoslider__item img {
		object-fit: contain !important;
	}

	.b-photoslider__item-blur {
		display: block !important;
	}
	/*Footer subscribe*/
	.footer__subscribe-title {
	    text-align: left;
	}
}

/*Half-slider for 320px*/
@media screen and (max-width: 360px) and (min-width: 320px) {
	.b-halfphoto__item-img {
   		height: 240px;
	}
}

/*Links hover !Bold*/
.painter-page__info-text a, .tickets-page__info-text a {
    font-style: normal;
	font-weight: 400;
}

/*Wide sliders 320-1023*/
@media (max-width: 1023px) {
	.hero__title+.hero__bottom {
    	margin-top: 5px!important;
	}
	.hero__item-bg.link+.hero__item-content .hero__title {
   		 padding-bottom: 5px!important;
	}
    .hero__item.float-btn.btn-bottom-left .hero__bottom {
        margin-bottom: 0!important;
    }
    .hero__item.float-btn.btn-bottom-right .hero__bottom {
        padding-bottom: 0!important;
        margin-bottom: 0;
    }
    .hero__item.float-btn.btn-bottom-right .hero__link {
        margin: 0;
        position: initial!important;
        right: unset!important;
        left: 0;
    }
    .hero__item.float-btn.btn-bottom-left .hero__link {
        right: unset!important;
        left: 0!important;
    }
    .hero__static.float-btn .hero__link {
        position: initial!important;
    }
    .hero__sub-title {
        margin-top: 16px!important;
        margin-bottom: 16px!important;
    }
}

/*Buttons in events*/
.content .btn {
    margin-right: 3px!important;
    margin-top: 3px!important;
    margin-left: 3px!important;
    margin-bottom: 3px!important;
}

/*Spoiler gradient*/
.text-block.hidden .text-block__spoiler {
    max-height: 100px!important;
}

/*Mobile header 60px*/
@media (max-width: 1023px) {
    .header.fixed {
        height: 60px!important;
    }
}

/*Banner content align in tablet*/
@media (max-width: 1279px) {
    .banner.fsz48 .banner__img-wrap {
        margin-right: auto!important;
    }
	.banner.fsz48 .banner__title {
    	padding-right: initial!important;
	}
}

/*Font weight for tickets page refs*/
.tickets-page__info-text a {
    font-weight: 400!important;
	}
.b-individual-tickets__text a {
    font-weight: 400!important;
	}
.page-text a {
	font-weight: 400!important;
	}

/*Font weight for search page*/
.search-page__result-title b {
    font-weight: 500!important;
	}

/*Font weight for text block headers*/
@media (max-width: 1279px) {
	.text-block h1, .text-block h2, .text-block h3 {
    	font-weight: 500!important;
	}
}

@media (min-width: 1280px) {
	.text-block h1, .text-block h2, .text-block h3 {
    	font-weight: 500!important;
	}
}

/*Font size for text block on mobile devices override*/
@media (max-width: 1023px){
	.content p {
    	font-size: 16px!important;
	}
}

/*Sitemap line height and padding*/
	.sitemap-page__link {
    	line-height: 24px!important;
	}
	.sitemap-page__link {
		padding-top: 12px!important;
    	padding-bottom: 12px!important;
	}

/*Half-slider margin bot 10px at tablet and desktop*/
@media (min-width: 1024px){
	.halfslider__item-text {
    	margin-bottom: 10px!important;
	}
}

/*Infoblock element vertical align*/
.event-info__wrap.top-offset {
    margin-top: 0!important;
}

/*Painting author other works slider*/
.other-items__item-year {
    padding-top: 8px;
}

/*Author works slider*/
.painter-page .b-collection.painter .b-collection__item {
    min-height: unset;
    width: auto;
}
.b-collection.painter .b-collection__item-bottom {
    text-wrap: balance;
    width: min-content;
    min-width: 100%;
}
.b-collection.painter .b-collection__list {
    justify-content: center;
}
.b-collection.painter .b-collection__item-img {
    height: auto;
}
.b-collection.painter .b-collection__item-year {
    padding-top: 0;
}
.b-collection.painter .b-collection__item-name {
	margin-bottom: 8px;
}

/*Align for ticket-pass*/
.b-year-subscription__top {
	padding-bottom: 15px;
}
.b-year-subscription__top .b-year-subscription__col {
    align-self: baseline;
}

.b-year-subscription__col.col-person {
    padding: 0 0 0 0!important
}


/*Footer padding for svg arrow*/
.footer__subscribe-submit svg {
    right: 8px!important;
}

/*Web-form font color*/
.vacancy-form .base-select .select2-selection__rendered {
	color: #87878a!important;
}
.vacancy-form__input {
	color: #87878a!important;
}

/*Font size for text block headers*/
@media (min-width: 1024px) {
	.text-block h2{
    	font-size: 36px!important;
	}
}

/*Russia at Erarta events cards length*/
@media (max-width: 1023px) {
	.events__list.white .events__item-bottom {
    	min-height: 244px!important;
	}
}

/*Review card*/
@media (max-width: 1023px){
	.b-celeb-reviews__text {
   		 margin-top: 15px;
	}
}


/*Review celeb and One-vacancy padding top 0ps insted of 20px*/
.reviews-celeb-page {
    padding: 0 0 0!important;
}
.vacancy-one-page {
    padding: 0 0 0!important;
}

/*Visit erarta hours ancors*/
@media screen and (max-width: 1439px) and (min-width: 1280px){
	.b-whatsee__title {
   		width: 540px!important;
	}
	.b-whatsee__links {
		align-items: flex-end!important;
	}
}

/*Link-arrow size on index 3ple module*/
.link-arrow:after {
	background-size: 20px, 12px!important;
}

/*Ankor, dotted substring 2px instead of 1px*/
.anchor-link {
    border-bottom: 2px #87878a dotted!important;
}

/*Font-weight of event's name*/
.exhibitions-slider__item-name {
    font-weight: 500!important;
}

/* footer tickets button */
.footer-tickets-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
}
.footer-tickets-button__link {
    display: block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background-color: #d52045;
    border-radius: 50%;
    z-index: 100;
    cursor: pointer;
    overflow: hidden;
}
.footer-tickets-button img {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 1023px) {
    .footer-tickets-button-mobile--hidden {
        display: none;
    }
}
@media (min-width: 1024px) {
    .footer-tickets-button-desktop--hidden {
        display: none;
    }
}

/* End */
/* /local/templates/erarta/styles.css?15656119082008 */
/* /local/templates/erarta/template_styles.css?17610259417429 */
