

/* Start:/bitrix/templates/matilda_s1/components/bitrix/system.pagenavigation/.default/style.css?17429377763734*/
.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{
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	font-weight:bold;
	color: #000;
	font-size: 14px;
	border-radius: 4px;
	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;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
	border:1px  solid transparent;
}
.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;
	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{
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev {
	vertical-align:bottom;
}
.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 {
	opacity:1;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover {
	border:1px solid #ccc;
	border-radius: 3px;
}
/*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;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	border:0;
	padding: 0 18px;
	color: #444;
	display: block;
	width: 15px;
	opacity:0.4;
	height: 31px;
	background: url(/bitrix/templates/matilda_s1/components/bitrix/system.pagenavigation/.default/image/arrow_right.png) no-repeat center;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span {
	border:0;
	padding: 0 18px;
	color: #444;
	display: block;
	width: 15px;
	height: 31px;
	opacity:0.4;
	background: url(/bitrix/templates/matilda_s1/components/bitrix/system.pagenavigation/.default/image/arrow_left.png) no-repeat center;
}
.show-more.show-more-btn {
	display:block;
	position:relative;
	cursor:pointer;
	width: 150px;
	margin: 20px auto;
	text-align: center;
	color: #0a56d3;
	font-size:14px;
	font-weight: bold;
}
.show-more.show-more-btn i {
	background: #0a56d3;
	border-radius: 100%;
	padding: 6px;
	color: #fff;
	margin-right: 7px;
	font-size: 16px;
	line-height: 0;
	display: inline-block;
	width: 28px;
}
.show-more-btn:hover i:before {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* End */


/* Start:/local/components/itex/photo/templates/photogallery_itex/bitrix/photo.section/.default/style.css?17429427862998*/
.ns-bitrix.c-photo.c-photo-photogallery .photo-section.photo-section-default {}
.ns-bitrix.c-photo.c-photo-photogallery .photo-section.photo-section-default .section-item{
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 70%;
}
.ns-bitrix.c-photo.c-photo-photogallery .photo-section.photo-section-default .section-item:hover {
	cursor:pointer;
}
.ns-bitrix.c-photo.c-photo-photogallery .photo-section.photo-section-default .section-item .section-item-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ns-bitrix.c-photo.c-photo-photogallery .photo-section.photo-section-default .section-item-wrapper .section-item-img{
	display: none;
}
.ns-bitrix.c-photo.c-photo-photogallery .photo-section.photo-section-default .section-item-wrapper:hover{
	transition: 300ms linear;
	box-shadow: 1px 9px 24px  rgba(93, 95, 97, 0.56);
	z-index: 101;
}
.ns-bitrix.c-photo.c-photo-photogallery .photo-section.photo-section-default .btn-block{
	margin-top: 20px;
	clear: left;
}
.ns-bitrix.c-photo.c-photo-photogallery .photo-section.photo-section-default .section-item-wrapper .section-item-search-plus {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -36px;
	margin-left: -36px;
	opacity: 0;
	transition: 300ms linear;
	padding: 20px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 32px;
	font-weight: 100;
}
.ns-bitrix.c-photo.c-photo-photogallery .photo-section.photo-section-default .section-item-wrapper:hover .section-item-search-plus{
	position: absolute;
	opacity: 0.8;
	transition: 300ms linear;
}

.nice-select.open .list {
	column-count: 3;
	width: 560px;
}

.ns-bitrix.c-photo.c-photo-photogallery .photo-section.photo-section-default .list-sections .btn-list-sections{
	margin-right: 10px;
	font-weight: bold;
	color: #555;
}
.ns-bitrix.c-photo.c-photo-photogallery .photo-section.photo-section-default .list-sections .list-sections-read-more-angle {
	display: inline-block;
	vertical-align: middle;
	font-size: 27px;
	padding-bottom: 5px;
	margin-right: 15px;
	margin-left: 10px;
}

.filter {
	margin-bottom: 10px;
}

.filter select option {
	width: 200px;
	height: 35px;
}

.section-item {
	margin-bottom: 30px;
}

.ns-bitrix.c-photo.c-photo-photogallery {
	display: flex;
	flex-direction: column;
}

.intec-grid-item-4.intec-grid-item-1000-3.intec-grid-item-768-2.intec-grid-item-550-1 {
	margin-bottom: 35px;
	position: relative;
}

@media all and (max-width: 600px) {
	.nice-select.open .list {
		column-count: 2;
		width: 320px;
		left: -20px;
	}
	.nice-select .option {
		line-height: 30px!important;
		min-height: 30px!important;
		padding-left: 8px!important;
		padding-right: 9px!important;
		font-size: 12px!important;
	}
}

@media all and (max-width: 480px) {
	.ns-bitrix.c-photo.c-photo-photogallery .photo-section.photo-section-default .section-item-wrapper{
		padding-bottom: 50%;
	}
}
/* End */


/* Start:/local/plugin/nice-select.css?17429427823497*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 33px;
  outline: none;
  padding-left: 16px;
  padding-bottom: 12px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 200px;
  height: 35px; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  /* .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; } */
  .nice-select:after {
    content: '▼';
    position: absolute;
    bottom: 0;
    right: 15px;
  }
  .nice-select.open:after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    box-shadow: 0 3px 8px 1px rgba(35, 31, 32, 0.13);
    box-sizing: border-box;
    margin-top: 10px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    width: 200px;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      color: #ff6f3c; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/* End */


/* Start:/local/components/itex/like/templates/.default/style.css?1742942790290*/
.like {
	cursor: pointer;
	color: #ff6f3c;
	font-size: 20px;
}

.like .like-count {
	position: absolute;
	padding-left: 12px;
	color: #ff6f3c;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	user-select: none;
}

.like.liked,
.like.liked .like-count {
	color: rgb(63, 226, 150);
}
/* End */
/* /bitrix/templates/matilda_s1/components/bitrix/system.pagenavigation/.default/style.css?17429377763734 */
/* /local/components/itex/photo/templates/photogallery_itex/bitrix/photo.section/.default/style.css?17429427862998 */
/* /local/plugin/nice-select.css?17429427823497 */
/* /local/components/itex/like/templates/.default/style.css?1742942790290 */
