

/* Start:/bitrix/templates/garderob_s1/components/bitrix/photo/photogallery/bitrix/photo.sections.top/.default/style.css?17531424872945*/
.ns-bitrix.c-photo.c-photo-photogallery .photo-sections.photo-sections-default .section-element-wrapper {
	padding-top: 70%;
	position: relative;
}
.ns-bitrix.c-photo.c-photo-photogallery .photo-sections.photo-sections-default .section-element {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: box-shadow, margin-top 0.4s;
}
.ns-bitrix.c-photo.c-photo-photogallery .photo-sections.photo-sections-default .section-element:hover {
	margin-top: -10px;
	box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.5);
}
.ns-bitrix.c-photo.c-photo-photogallery .photo-sections.photo-sections-default .section-element .section-element-fade {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 0.4s;
}
.ns-bitrix.c-photo.c-photo-photogallery .photo-sections.photo-sections-default .section-element:hover .section-element-fade {
	background-color: rgba(0, 0, 0, 0.5);
}
.ns-bitrix.c-photo.c-photo-photogallery .photo-sections.photo-sections-default .section-element .section-element-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
}
.ns-bitrix.c-photo.c-photo-photogallery .photo-sections.photo-sections-default .section-element .section-element-name {
	position: absolute;
	left: 20px;
	bottom: 20px;
	background-color: #FFF;
	border-radius: 3px;
	max-width: 70%;
	font-size: 15px;
	line-height: 1.7;
	text-decoration: none;
	transition: background-color, color 0.4s;
}
.ns-bitrix.c-photo.c-photo-photogallery .photo-sections.photo-sections-default .section-element:hover .section-element-name {
	background-color: inherit;
	color: #FFF;
}
.ns-bitrix.c-photo.c-photo-photogallery .photo-sections.photo-sections-default .section-element .section-element-count {
	position: absolute;
	color: #FFF;
	opacity: 0;
	right: 20px;
	bottom: 0;
	font-size: 15px;
	line-height: 1.7;
	transition: 0.4s;
}
.ns-bitrix.c-photo.c-photo-photogallery .photo-sections.photo-sections-default .section-element:hover .section-element-count {
	opacity: 1;
	bottom: 20px;
}
.ns-bitrix.c-photo.c-photo-photogallery .photo-sections.photo-sections-default .section-element .section-element-name,
.ns-bitrix.c-photo.c-photo-photogallery .photo-sections.photo-sections-default .section-element .section-element-count {
	padding: 5px 8px;
}

@media all and (max-width: 550px) {
	.ns-bitrix.c-photo.c-photo-photogallery .photo-sections.photo-sections-default .section-element-wrapper {
		width: 100%;
	}
	.ns-bitrix.c-photo.c-photo-photogallery .photo-sections.photo-sections-default .section-element .section-element-fade {
		background-color: rgba(0, 0, 0, 0.5);
	}
	.ns-bitrix.c-photo.c-photo-photogallery .photo-sections.photo-sections-default .section-element .section-element-count {
		opacity: 1;
		bottom: 20px;
	}
}
/* End */


/* Start:/bitrix/templates/garderob_s1/components/intec.universe/main.videos/template.4/style.css?17531424884264*/
.widget.c-videos.c-videos-template-4 .widget-item-body {
  position: relative;
}
.widget.c-videos.c-videos-template-4 .widget-item-body[data-role="big.elements"] .widget-item-name {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  color: #fff;
}
.widget.c-videos.c-videos-template-4 .widget-item-body[data-role="big.elements"] .widget-item-picture:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.widget.c-videos.c-videos-template-4 .widget-item-body[data-role="big.elements"] .widget-item-picture svg {
  max-width: 80px;
  max-height: 80px;
  z-index: 1;
}
.widget.c-videos.c-videos-template-4 .widget-item-picture {
  position: relative;
  padding-top: 56.25%;
  background-size: cover;
  background-color: #E7F1FF;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.widget.c-videos.c-videos-template-4 .widget-item-picture svg {
  max-width: 48px;
  max-height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.widget.c-videos.c-videos-template-4 .widget-item-picture:hover svg {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.widget.c-videos.c-videos-template-4 .widget-item-name {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #404040;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 48px;
}
.widget.c-videos.c-videos-template-4 .widget-header {
  overflow: hidden;
}
.widget.c-videos.c-videos-template-4 .widget-all-container {
  display: none;
}
.widget.c-videos.c-videos-template-4 .widget-all-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #808080;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.widget.c-videos.c-videos-template-4 .widget-all-button i {
  display: none;
  font-size: 18px;
}
@media all and (max-width: 550px) {
  .widget.c-videos.c-videos-template-4 .widget-all-container {
    display: block;
  }
  .widget.c-videos.c-videos-template-4 .widget-title.align-center.widget-title-margin {
    margin-left: 25px;
  }
  .widget.c-videos.c-videos-template-4 .widget-all-container.mobile {
    text-align: right;
    width: 25px;
    max-height: 36px;
  }
  .widget.c-videos.c-videos-template-4 .widget-all-container i {
    display: inline-block;
  }
  .widget.c-videos.c-videos-template-4 .widget-footer.mobile,
.widget.c-videos.c-videos-template-4 .widget-footer-button.mobile {
    display: none;
  }
  .widget.c-videos.c-videos-template-4 .widget-all-container {
    width: 25px;
  }
}
@media all and (max-width: 768px) {
  .widget.c-videos.c-videos-template-4 .widget-item-body[data-role="big.elements"] .widget-item-name {
    position: relative;
    left: initial;
    right: initial;
    bottom: initial;
    color: #404040;
  }
  .widget.c-videos.c-videos-template-4 .widget-item-body[data-role="big.elements"] .widget-item-picture:after {
    display: none;
  }
  .widget.c-videos.c-videos-template-4 .widget-item-body[data-role="big.elements"] .widget-item-picture svg {
    max-width: 48px;
    max-height: 48px;
    z-index: 1;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /bitrix/templates/garderob_s1/components/bitrix/photo/photogallery/bitrix/photo.sections.top/.default/style.css?17531424872945 */
/* /bitrix/templates/garderob_s1/components/intec.universe/main.videos/template.4/style.css?17531424884264 */
