

/* Start:/local/templates/constructor/components/bitrix/system.pagenavigation/round/style.css?17649232832917*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/components/reshenie/routes.constructor/templates/.default/style.css?17649152418646*/
.constr-list .poster-item h3 {
	height: 48px;
}
.constr-list .poster-item {
   padding-bottom: 67px;
   position: relative;
}
.constr-list button, .constructor-detail__container .constr-btn {
	width: 100%;
	margin: 15px 0 0;
  padding: 10px;
  height: 52px;
  background: #EDF4EB;
  color: #4A8E39;
  text-align: center;
  max-width: 100%;
}
.constr-list button {
  position: absolute;
  bottom: 0;
}
.constr-list button:hover, .constructor-detail__container .constr-btn:hover {
	background:#C7DFC0;
	color:var(--green);
}
.constr-list button span, .constructor-detail__container .constr-btn span {
	background: url("/local/components/reshenie/routes.constructor/templates/.default/add-circle.svg") left center no-repeat;
	display: inline-block;
	line-height: 20px;
	padding-left: 30px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #4A8E39;
}
.constr-list button.active, .constructor-detail__container .constr-btn.active {
	background: #4A8E39;
}
.constr-list button.active span, .constructor-detail__container .constr-btn.active span {
	background: url("/local/components/reshenie/routes.constructor/templates/.default/check-circle.png") left center no-repeat;
	color: #fff;
}
.constr-list .poster-item__link::before {
	height: 85%;
}
.constr-descr {
	margin: -30px 0 24px;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.constr-panel {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
	padding: 10px 0;
	z-index: 100;
	left: 0;
	border-top: 1px solid rgba(0,0,0,0.07);
	backdrop-filter: blur(16px);
	display: none;
}
.constr-panel .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.constr-panel-header {
	font-size: 24px;
	font-weight: 600;
	line-height: 34.68px;
	letter-spacing: 0.03em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	margin-bottom: 4px;
	color: #222;
	display: block;
}
.constr-panel-note {
	color: #757575;
	font-size: 20px;
	font-weight: 400;
	line-height: 28.9px;
	letter-spacing: 0.03em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.constr-panel .btn {    
	height: 49px;
	display: inline-block;
    padding: 15px 35px;
  font-size: 14px;
  margin-left: 12px;
}
.constr-list__box .events-box {
	margin: 0 !important;
}
.constr-search {
	border-radius: 12px;
	background: url("/local/components/reshenie/routes.constructor/templates/.default/images/search.svg") 24px center no-repeat #fff;
	max-width: 1170px;
	position: relative;
	height: 63px;
	margin-bottom: 32px;
}
.constr-search input[type="text"] {
	background: transparent;
	height: 63px;
	padding-left: 73px;
	padding-right: 220px;
}
.constr-search input[type="text"]::placeholder {
	color: var(--font-color-dark);
}
.constr-search input[type="submit"] {
	position: absolute;
	top: 7px;
	right: 7px;
	height: 49px;
	padding: 15px 35px;
	line-height: 19px;
} 
.constr-search__reset {
	position: absolute;
	right: 156px;
	top: 23px;
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
	letter-spacing: 0.06em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	text-transform: uppercase;
}
.constr-list__box .jqselect {
	margin-bottom: 30px;
}
.consr-sections.filter-labels-list__sections {
	margin-bottom: 40px;
}
.consr-sections li a {
	padding-left: 22px !important;
	padding-right: 22px !important;
}
.consr-sections li:first-child a {
	padding-left: 54px !important;
}
.consr-sections li {
	position: relative;
}
.consr-sections li:first-child:before {
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	left: 22px;
	top: 18px;
	background-color:var(--green);
	mask-image: url('data:image/svg+xml,<svg width="23" height="22" viewBox="0 0 23 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 11L5.50172 9.75536C7.85006 9.171 9.68288 7.33619 10.2647 4.98722L11.5 0L12.7353 4.98722C13.3171 7.33619 15.1499 9.171 17.4983 9.75536L22.5 11L17.4983 12.2446C15.1499 12.829 13.3171 14.6638 12.7353 17.0128L11.5 22L10.2647 17.0128C9.68288 14.6638 7.85006 12.829 5.50172 12.2446L0.5 11Z" fill="white"/></svg>');
	-webkit-mask-image: url('data:image/svg+xml,<svg width="23" height="22" viewBox="0 0 23 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 11L5.50172 9.75536C7.85006 9.171 9.68288 7.33619 10.2647 4.98722L11.5 0L12.7353 4.98722C13.3171 7.33619 15.1499 9.171 17.4983 9.75536L22.5 11L17.4983 12.2446C15.1499 12.829 13.3171 14.6638 12.7353 17.0128L11.5 22L10.2647 17.0128C9.68288 14.6638 7.85006 12.829 5.50172 12.2446L0.5 11Z" fill="white"/></svg>');
}
.consr-sections li.active:first-child:before {
	background-color:var(--bg-white);
}

#constrCard {
    width: 100% !important;
    height: 100% !important;
}

.modal-container.constructor-detail__container {
	width: 100%;
}
.constructor-detail__container .modal-header .modal-header__content span {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0;
}
.constructor-detail__container .event-item__top-slider {
	max-width: 426px;
}
.modal .constructor-detail__container .excursion-reservation__box {
	padding: 20px;
}
.constructor-detail__container .event-item__top-left {
	padding: 0;
}
.constructor-detail__container .event-item__top-left h1 {
	margin: 20px 0 24px;
}
.constructor-detail__container .content-poster__table {
	margin: 0 0 24px;
}
.constructor-detail__container .content-poster__table-row .vi-table__title {
	max-width: 170px;
}
.constructor-detail__container .content-poster__table-row {
	column-gap: 20px;
}
.constructor-detail__container .event-item__content-left {
	padding: 0;
  font-size: 16px;
}
.constructor-detail__container .constr-btn {
	margin: 16px 0 0;
}
.constr-detail-link {
	color: #4A8E39;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	display: inline-block;
	padding-left: 20px;
	position: relative;
}
.constr-detail-link:before {
   content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><path d="M0 7.5L2.19569 6.95362C4.54403 6.36926 6.37685 4.53445 6.95867 2.18548L7.5 0L8.04133 2.18548C8.62315 4.53445 10.456 6.36926 12.8043 6.95362L15 7.5L12.8043 8.04638C10.456 8.63074 8.62315 10.4656 8.04133 12.8145L7.5 15L6.95867 12.8145C6.37685 10.4655 4.54403 8.63074 2.19569 8.04638L0 7.5Z" fill="%234A8E39"/></svg>') no-repeat center center / cover;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 3px;
    left: 0;
}
.constructor-detail__container .constr-btn {
	width: 427px;
}

@media screen and (max-width: 1200px) {
	.consr-sections.filter-labels-list__sections {
	  overflow-x: auto;
		padding-left: 0;
    margin-bottom: 24px;
	}
	.consr-sections.filter-labels-list__sections a {
		white-space: nowrap;
	}
	.constr-search {
		margin-bottom: 22px;
	}
	.consr-sections li:first-child:before {
    top: 12px;
	}
	.constructor-detail__container {
		background: #fff !important;
	}
	.constructor-detail__container .modal-header__content {
		display: none;
	}
	.constructor-detail__container .modal-header.excursion-reservation__header {
        position: absolute;
        z-index: 10;
        height: 20px;
        right: 0;
	}
}
@media screen and (max-width: 736px) {
	.constr-descr {
		margin: 0 0 16px;
		font-size: 16px;
		line-height: 22px;
	}
	.constr-search {
		height: 48px;
    background-size: 24px;
    background-position: 14px center;
	}
	.constr-search input[type="text"] {
		height: 48px;
    padding-left: 50px;
	}
	.constr-search input[type="submit"] {
		height: 34px;
    padding: 8px 12px;
    font-size: 13px;
	}
	.constr-search__reset {
    right: 95px;
    top: 16px;
    background: url("/local/components/reshenie/routes.constructor/templates/.default/images/search-cross.svg") center center no-repeat;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
	}
	.modal .constructor-detail__container .excursion-reservation__box {
		padding: 0;
	}
	.constructor-detail__container .event-item__top-left {
		padding: 20px;
	}
	.constructor-detail__container .event-item__content-left {
		padding: 20px;
	}
	.constructor-detail__container .event-item__top-slider {
		max-width: 100%;
	}
	.constr-panel .wrapper {
		display: block;
	}
	.constr-panel-header {
		font-size: 20px;
		line-height: 28px;
	}
	.constr-panel-note {
		font-size: 16px;
		line-height: 23px;
	}
	.constr-panel .btn {
		margin: 10px 0 0;
	}
	.constr-list .poster-item h3 {
		height: auto;
	}
}
@media screen and (max-width: 736px) {
	.constr-search input[type="submit"] {
		width: auto;
	}
	.constr-search input[type="text"] {
		padding-right: 110px;
	}
}
/* End */
/* /local/templates/constructor/components/bitrix/system.pagenavigation/round/style.css?17649232832917 */
/* /local/components/reshenie/routes.constructor/templates/.default/style.css?17649152418646 */
