

/* Start:/local/templates/uniform_met/components/bitrix/news.list/clients_list/style.css?17252581674101*/
.clients-main {
	margin: 0 0 50px
}

.clients-main .container {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 20px 0;
	width: 295px;
	height: 295px;
	padding: 18px;
	border: 1px solid #e8e8e8;
	position: relative;
	box-sizing: border-box
}

.clients-main .container a,
.clients-main .container div,
.clients-main .container span {
	transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out
}

.clients-main .container:nth-child(5) {
	margin-right: 0
}

.clients-main .container .image {
	width: 100%;
	height: 100%
}

.clients-main .container .image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	height: auto
}

.clients-main .container .price {
	position: absolute;
	bottom: 25px;
	left: 25px;
	font-size: 13px;
	color: #353534;
	text-transform: uppercase
}

.clients-main .container .price span.first {
	color: #6d6d6d;
	font-size: 12px;
	font-family: "OpenSans";
	margin-right: 5px
}

.clients-main .container .price span.second {
	color: #353534;
	font-size: 18px;
	font-family: "OpenSans Bold"
}

.clients-main .container .hoverBG {
	text-decoration: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 295px;
	height: 295px;
	line-height: 295px;
	background: transparent;
	display: block
}

.clients-main .container .hoverBG .title {
	color: #377cb9;
	font-size: 15px;
	font-family: "OpenSans Bold";
	text-decoration: none;
	line-height: 18px;
	margin: 18px;
	letter-spacing: .1px;
	text-align: left
}

.clients-main .container .hoverBG .glaz {
	width: 71px;
	height: 71px;
	border: 3px solid #fff;
	-webkit-border-radius: 71px;
	-moz-border-radius: 71px;
	-ms-border-radius: 71px;
	border-radius: 71px;
	background: url(/local/templates/uniform_met/components/bitrix/news.list/clients_list/img/glaz-icon-big.png) 50% 50% no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0
}

.clients-main .container .hoverBG .text {
	color: #fff;
	font-size: 14px;
	font-family: "OpenSans";
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	bottom: 65px;
	left: 30px;
	line-height: 14px;
	opacity: 0
}

.clients-main .container:hover {
	border: 1px solid #fff
}

.clients-main .container:hover .hoverBG {
	background: rgba(55, 124, 185, 0.8)
}

.clients-main .container:hover .hoverBG .glaz,
.clients-main .container:hover .hoverBG .text {
	opacity: 1
}

.clients-main .container:hover .hoverBG .title {
	color: #fff
}

.clients-main .carousel {
	position: relative;
	font-size: 0
}

.clients-main .carousel .carousel-wrapper {
	overflow: hidden;
	padding-left: 15px;
	width: 1212px
}

.clients-main .carousel .carousel-items {
	width: 10000px;
	position: relative;
	overflow: hidden
}

.clients-main .carousel .carousel-items .block {
	margin: 0 28px 20px 0;
	width: 220px;
	height: 220px;
	position: relative
}

.clients-main .carousel .carousel-items .block img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	height: auto
}

.clients-main .carousel .carousel-items .block:hover {
	border: 1px solid #b2b2b2
}

.clients-main .carousel .buttons.hidden {
	display: none
}

.clients-main .carousel .buttons .left,
.clients-main .carousel .buttons .right {
	width: 27px;
	height: 43px;
	cursor: pointer;
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -40px
}

.clients-main .carousel .buttons .left {
	left: -20px;
	background: url(/local/templates/uniform_met/components/bitrix/news.list/clients_list/img/slider-left-arrow.png) no-repeat center
}

.clients-main .carousel .buttons .left:hover {
	background: url(/local/templates/uniform_met/components/bitrix/news.list/clients_list/img/slider-left-arrow-hover.png) no-repeat center
}

.clients-main .carousel .buttons .right {
	right: -20px;
	background: url(/local/templates/uniform_met/components/bitrix/news.list/clients_list/img/slider-arrow-right.png) no-repeat center
}

.clients-main .carousel .buttons .right:hover {
	background: url(/local/templates/uniform_met/components/bitrix/news.list/clients_list/img/slider-arrow-right-hover.png) no-repeat center
}
.clients-main .title h2
{
	color: #353534;
    font-size: 28px;
    font-family: "OpenSans SemiBold";
    text-transform: uppercase;
    line-height: 35px;
    margin: 50px 0 35px;
    text-align: center;
}
/* End */


/* Start:/local/templates/uniform_met/components/bitrix/news.list/faq/style.css?17252581671376*/
details{
  display:block;
  background: #fff;
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  overflow:hidden;
  margin-bottom: 1.5rem;
  font-size: 13px;
font-family: "OpenSans";
}
summary::-webkit-details-marker{display:none;}
summary::-moz-list-bullet{list-style-type:none;}
summary::marker{display:none;} 
summary {
   display:block;
   padding: 1em .3em 1em 1.4em;
   font-size:1.4em;
   cursor: pointer;
   position: relative;
   border-bottom: 1px solid #e2e8f0;
  
}
summary:before {  
  top: .4em;
  right: .3em;
  color: transparent;
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC41OSAxNi4zNGw0LjU4LTQuNTktNC41OC00LjU5TDEwIDUuNzVsNiA2LTYgNnoiLz48L3N2Zz4=") no-repeat 50% 50% / 1em 1em;
  width: 1em;
  height: 1em;  
  content: "";
  position: absolute;
  transition: transform .5s;
}
details p
{
	margin:0;
	padding: 22px 27px;
}
details[open] > summary:before {
  transform: rotateZ(90deg);
}
summary ~ * {
   padding: 0 2em 10px 2em;
}
details[open] summary ~ *{ 
  animation: sweep .5s ease-in-out;
}
@keyframes sweep {
  0%    {opacity: 0;}
  100%  {opacity: 1;}
}
summary:focus {
  outline:0;
  box-shadow: inset 0 0 1px rgba(0,0,0,0.3), inset 0 0 2px rgba(0,0,0,0.3);
}
/* End */
/* /local/templates/uniform_met/components/bitrix/news.list/clients_list/style.css?17252581674101 */
/* /local/templates/uniform_met/components/bitrix/news.list/faq/style.css?17252581671376 */
