

/* Start:/local/templates/garderob_s1/components/bitrix/system.pagenavigation/.default/style.css?17509115062556*/
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default {
  display: block;
  margin: 10px 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: -4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item {
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-active .system-pagenavigation-item-wrapper {
  background-color: #0065ff;
  border-color: #0065ff;
  color: #fff;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-disabled .system-pagenavigation-item-wrapper {
  display: none;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-all .system-pagenavigation-item-wrapper {
  width: auto;
  text-align: left;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper {
  display: block;
  background-color: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  padding: 6px;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  color: #2d2d2d;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: color, background-color, border-color;
  -moz-transition-property: color, background-color, border-color;
  -ms-transition-property: color, background-color, border-color;
  -o-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper:hover {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/garderob_s1/components/bitrix/photo/photogallery2/bitrix/photo.section/.default/style.css?17509115064050*/
.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-top: 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: 1;
}

.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;
    bottom: 10px;
    right: 10px;
    margin-top: -36px;
    margin-left: -36px;
    opacity: 0;
    transition: 300ms linear;
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    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;
}

.ns-bitrix.c-photo.c-photo-photogallery .photo-section.photo-section-default .photo-section-navigation {
    display: block;
}

.ns-bitrix.c-photo.c-photo-photogallery .photo-section.photo-section-default .photo-section-navigation.photo-section-navigation-top {
    margin-bottom: 30px;
}

.ns-bitrix.c-photo.c-photo-photogallery .photo-section.photo-section-default .photo-section-navigation.photo-section-navigation-bottom {
    margin-top: 30px;
}

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

.section-item-popup {
    position: absolute;
    width: 360px;
    right: 15px;
    bottom: 70px;
    opacity: 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0.25px 1px rgba(0, 0, 0, .039), 0 0.85px 3px rgba(0, 0, 0, .19);
    transform: translateY(10px);
    transition: visibility .3s ease, opacity .3s ease, transform .3s ease;
    padding: 10px;
}
.section-item-popup.visible{
    visibility: visible;
    opacity: 1;
}
.catalog-section-item{
    margin-bottom: 15px;
}
.catalog-section-item-container:last-child .catalog-section-item{
    margin-bottom: 0;
}
.photo-section .intec-grid-item-2{
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 50px;
}
.photo-section{
    margin-left: -10px;
    margin-right: -10px;
}

.intec-template-layout-page.intec-content.intec-content-visible .intec-template-layout-content .intec-template-layout-column.intec-template-layout-column-fixed {
    display: none;
}
.intec-template-layout-page.intec-content.intec-content-visible .intec-template-layout-content .intec-template-layout-column.intec-template-layout-column-adaptive{
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
}

@media all and (max-width: 768px) {
    .photo-section .intec-grid-item-2{
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 50px;
    }
}
@media all and (max-width: 480px) {
    .intec-template-layout-page.intec-content.intec-content-visible .intec-template-layout-content .intec-template-layout-column.intec-template-layout-column-adaptive .section-item-popup {
        width: 280px;
    }
}



/* End */
/* /local/templates/garderob_s1/components/bitrix/system.pagenavigation/.default/style.css?17509115062556 */
/* /local/templates/garderob_s1/components/bitrix/photo/photogallery2/bitrix/photo.section/.default/style.css?17509115064050 */
