


/* Start:/bitrix/templates/anselmo/css/jquery.fancybox.css?14445421684937*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/anselmo/css/../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/anselmo/css/../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/anselmo/css/../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/templates/anselmo/css/../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/templates/anselmo/css/../img/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/templates/anselmo/css/../img/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */



/* Start:/bitrix/templates/anselmo/css/jquery.owl.carousel.css?14445421681453*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor: move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* End */



/* Start:/bitrix/templates/anselmo/css/main-adaptive.css?158642468020067*/
/* defaults */
/**/
html, body {
	background: #fff;
	font: 400 14px/1 'Myriad Pro', 'Trebuchet MS', Arial, sans-serif;
	color: #000;
}
a {
	text-decoration: underline;
	color: #0072bc;
}
a:hover {
	text-decoration: none;
}
h2 {
	/*font-size: 48px;*/
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}


/**/
/* inputs */
/**/
input,
textarea {
	width: 100%;
	height: 40px;
	padding: 10px 10px 8px;
	border: 1px solid #999;
	background: #fff;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}
textarea {
	width: 880px;
	height: auto;
	resize: none;
}
input::-moz-placeholder {
	color: #000;
	opacity: 1;
}
input:-ms-input-placeholder {
	color: #000;
}
input::-webkit-input-placeholder {
	color: #000;
}
input:focus::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
input:focus:-ms-input-placeholder {
	color: #fff;
}
input:focus::-webkit-input-placeholder {
	color: #fff;
}
.input {
	position: relative;
	display: inline-block;
}
.input em {
	position: absolute;
	display: block;
	top: -50px;
	right: -4px;
	width: 248px;
	height: 62px;
	background: url(/bitrix/templates/anselmo/css/../img/forms/input-tooltip.png);
	font-size: 14px;
	line-height: 48px;
	text-align: center;
	color: #000;
}
.input input.valid {
	border-color: #39b54a;
	background: #fff url(/bitrix/templates/anselmo/css/../img/forms/input-valid.png) 100% 50% no-repeat;
	box-shadow: inset 0 0 0 1px #39b54a;
}
.input input.error {
	border-color: #f00;
	background: #fff url(/bitrix/templates/anselmo/css/../img/forms/input-error.png) 100% 50% no-repeat;
	box-shadow: inset 0 0 0 1px #f00;
}
.input input.error:focus + em {
	display: none !important;
}


/**/
/* button */
/**/
.button {
	position: relative;
	display: inline-block;
	width: 280px;
	border-bottom: 2px solid #DE0000;
	border-radius: 3px;
	background: #F90000;
	background: -ms-linear-gradient(top, #F90000 0%, #F70000 100%);
	background: -moz-linear-gradient(top, #F90000 0%, #F70000 100%);
	background: -webkit-linear-gradient(top, #F90000 0%, #F70000 100%);
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	font-weight: 700;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
	border: none;
}
.button:hover {
	background: #FDB3B3;
	background: -ms-linear-gradient(top, #FDB3B3 0%, #F70202 100%);
	background: -moz-linear-gradient(top, #FDB3B3 0%, #F70202 100%);
	background: -webkit-linear-gradient(top, #FDB3B3 0%, #F70202 100%);
}
.button:active {
	top: 2px;
	margin-bottom: 2px;
	border-top: 2px solid #DE0000;
	border-bottom: 0;
	background: #ED0000;
	background: -ms-linear-gradient(top, #ED0000 0%, #f3c900 100%);
	background: -moz-linear-gradient(top, #ED0000 0%, #f3c900 100%);
	background: -webkit-linear-gradient(top, #ED0000 0%, #F30000 100%);
	line-height: 48px;
}


/*----------------------------------------------*/
/*                    LAYOUT                    */
/*----------------------------------------------*/


.page-header-s {
	color: #fff;
	background: rgba(0,0,0,0.7);
	padding-top: 10px;
}



/*----------------------------------------------*/
/*                    HEADER                    */
/*----------------------------------------------*/

/**/
/* logo */
/**/
.logo {
	width: 250px;
	height: 69px;
	background: url(/bitrix/templates/anselmo/css/../img/logo.png) no-repeat;
	display: block;
}


/**/
/* slogan */
/**/
.slogan {
	font-size: 24px;
	line-height: 24px;
}
.slogan span {
	display: block;
	margin-top: 4px;
	font-weight: 700;
}


/**/
/* call now */
/**/
.call-now {
	text-align: left;
	line-height: 28px;
}
.call-now span {
	display: block;
	margin-bottom: 2px;
	padding: 0 0 0 22px;
	background: url(/bitrix/templates/anselmo/css/../img/call-now-icon.png) 0 0 no-repeat;
	font-size: 29px;
	font-weight: 700;
	text-align: left;
}
.call-now a {
	font-family: 'Trebuchet MS', sans-serif;
	color: #FE252B;
}



/*----------------------------------------------*/
/*                    CONTENT                   */
/*----------------------------------------------*/
/**/
/* intro */
/**/
.intro {
	position: relative;
	margin: 60px 0 20px;
}
.intro .intro-container{
	background: rgba(0,0,0,0.5);
	border: #F8151C 5px solid;
	border-bottom-width: 0px;
}
.intro .intro-form-container{
	background: rgba(255,255,255,0.9);
}
.intro .intro-form-container > .container{
	/*background: url(/bitrix/templates/anselmo/css/../img/intro-form-bg.png) no-repeat;*/
	border: #F8151C 5px solid;
	border-top-width: 0px;
	padding-bottom: 20px;
}
.intro form {
	margin: 0 auto;
	padding: 5px 5px 0;
	
	text-align: center;
}
.intro h1 {
	padding-top: 45px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}
.intro h1 span {
	display: block;
	color: #FE252B;
}
.intro h2 {
	padding: 6px 0 40px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}
.intro h3 {
	margin: 17px 0 15px;
}
.intro h3 span {
	font-weight: 700;
}
.intro form .input {
	margin: 17px 10px 0px 10px;
}
.intro form .button {
	margin-top: 17px;
}

@media (min-width: 768px) {
	.intro h1 {
		font-size: 54px;
		line-height: 64px;
		
	}
	.intro h2 {
		font-size: 36px;
	}
	.intro h3 {
		font-size: 23px;
	}
	.intro form .input {
		width: 280px;
	}
}

/**/
/* product */
/**/
.product {
	margin: 0 auto;
	padding: 40px 0 30px;
}
.product h3 {
	position: relative;
	margin: 40px 0px 20px 0px;
	font-size: 40px;
	text-align: left;
}
.product h3:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	margin-top: -1px;
	border-bottom: 3px solid #FE252B;
}
.product h3 span {
	position: relative;
	display: inline-block;
	padding-right: 5px;
	background: #fff;
	width: 60%;
}
.product h4 {
	margin: 25px 0 5px;
	font-size: 18px;
	font-weight: 700;
}
.product h4 span {
	font-size: 32px;
}
.product .tabs {
	margin: 15px 0 25px;
	font-size: 24px;
	line-height: 60px;
	font-weight: 700;
	text-align: center;
}
.product .tabs a {
	position: relative;
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid #cfcfcf;
	background: #f0f0f0;
	background: -ms-linear-gradient(top, #f0f0f0 0%, #e6e6e6 100%);
	background: -moz-linear-gradient(top, #f0f0f0 0%, #e6e6e6 100%);
	background: -webkit-linear-gradient(top, #f0f0f0 0%, #e6e6e6 100%);
	text-decoration: none;
	color: #000;
}
.product .tabs a:before {
	content: '';
	position: absolute;
	top: 0;
	left: -1px;
	width: 2px;
	height: 59px;
	background: url(/bitrix/templates/anselmo/css/../img/tabs-sep.png);
}
.product .tabs a:first-child:before {
	background: none;
}
.product .tabs a:hover {
	background: #f8f8f8;
	background: -ms-linear-gradient(top, #f8f8f8 0%, #f3f3f3 100%);
	background: -moz-linear-gradient(top, #f8f8f8 0%, #f3f3f3 100%);
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #f3f3f3 100%);
}
.product .tabs .active,
.product .tabs .active:hover {
	border-bottom: none;
	background: #987171;
	background: -ms-linear-gradient(top, #987171 0%, #C57474 100%);
	background: -moz-linear-gradient(top, #987171 0%, #C57474 100%);
	background: -webkit-linear-gradient(top, #987171 0%, #C57474 100%);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.25);
	cursor: default;
	
}
.product .tab-content {
	display: none;
}
.product .tab-content.active {
	display: block;
}

@media (min-width: 768px) {
	.product .tabs a {
		width: 33.3%;
	}
	.product .tabs .active,
	.product .tabs .active:hover {
		border-bottom: none;
		background: #e6e6e6;
		background: -ms-linear-gradient(top, #e6e6e6 0%, #f5f5f5 100%);
		background: -moz-linear-gradient(top, #e6e6e6 0%, #f5f5f5 100%);
		background: -webkit-linear-gradient(top, #e6e6e6 0%, #f5f5f5 100%);
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.25);
	}
}

.product .info img {
}
.product .info p {
	font-family: 'Trebuchet MS', sans-serif;
	line-height: 18px;
}
.product .info a {
	position: relative;
	display: block;
	clear: right;
	width: 255px;
	height: 75px;
	padding: 5px 0 0 68px;
	border: 3px solid #FE252B;
	border-radius: 10px;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
	color: #000;
}
.product .info a + a {
	margin-top: 10px;
}
.product .info a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 50px;
	height: 58px;
	background: url(/bitrix/templates/anselmo/css/../img/product-info-icon.jpg) no-repeat;
}
.product .info a:hover {
	background: #fffffe;
	background: -ms-linear-gradient(top, #fffffe 0%, #f8f4e0 100%);
	background: -moz-linear-gradient(top, #fffffe 0%, #f8f4e0 100%);
	background: -webkit-linear-gradient(top, #fffffe 0%, #f8f4e0 100%);
}
.product .info a span {
	display: block;
	font-weight: 700;
}
.product .colors {
	font-size: 0;
}
.product .colors a {
	position: relative;
	display: block;
	width: 150px;
	margin: 0 auto;
	padding: 2px;
	border: 3px solid #e6e6e6;
}
.product .colors a:after {
	content: '';
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background: url(/bitrix/templates/anselmo/css/../img/colors-hover.png) 50% 50%;
	opacity: 0;
}
.product .colors a:hover {
	border-color: #999;
}
.product .colors a:hover:after {
	opacity: 1;
}
.product .colors .carousel {
	width: auto;
	margin: 25px 50px 0;
}
.product .colors .show{
	width: auto;
	margin: 20px 10px 0;
}
.product .colors .show div{
	display: inline-block;
	width: 165px;
	padding: 0px 15px 15px 0px;
	font-size: 12px;
	text-align: center;
}
.product .colors .show div a{
	color: #000;
	text-decoration: none;
}
.product .colors .showall a{
	color: black;
	font-size: 20px;
	width: auto;
	max-width: 500px;
	min-width: 250px;
	text-align: center;
	padding: 5px;
	margin-top: 20px;
}
.product .colors .showall a:hover:after {
	opacity: 0;
}
.product .colors .hidden-s {
	width: auto;
	margin: 20px 10px 0;
	display: none;
}

.product .colors .hidden-s div{
	display: inline-block;
	width: 165px;
	padding: 0px 15px 15px 0px;
	font-size: 12px;
	text-align: center;
}
.product .colors .hidden-s div a{
	color: #000;
	text-decoration: none;
}

.product .colors .owl-next {
	position: absolute;
	top: 50%;
	right: -50px;
	width: 41px;
	height: 64px;
	margin-top: -32px;
	background: url(/bitrix/templates/anselmo/css/../img/carousel-next.png);
}
.product .colors .owl-next:hover {
	background-position: 0 -64px;
}
.product .colors .owl-prev {
	position: absolute;
	top: 50%;
	left: -50px;
	width: 41px;
	height: 64px;
	margin-top: -32px;
	background: url(/bitrix/templates/anselmo/css/../img/carousel-prev.png);
}
.product .colors .owl-prev:hover {
	background-position: 0 -64px;
}
.product .formats ul {
	margin: 0 -10px;
	padding: 20px 0;
	border: 3px solid #e6e6e6;
}
.product .formats ul li {
	display: inline-block;
	width: 293px;
	padding: 0 0 10px 20px;
	border-left: 1px solid #ccc;
}
.product .formats ul li:first-child {
	border: none;
}
.product .formats ul li h5 {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 700;
}
.product .formats ul li img {
	float: left;
	display: block;
	margin-right: 10px;
}
.product .formats ul li dl {
	float: left;
	width: 180px;
	line-height: 16px;
}
.product .formats ul li dt {
	float: left;
	margin: 13px 5px 0 0;
	font-weight: 700;
}
.product .formats ul li dd {
	margin-top: 13px;
}
.product .formats-alt {
	margin: -20px 0 70px 0;
	text-align: center;
}
.product .formats-alt h4 {
	margin: 45px 0 10px;
	font-size: 32px;
	font-weight: 700;
}
.product .available {
	margin-top: 35px;
}
.product .available img {
	margin: 0 40px 0 70px;
}
.product .available h4 {
	margin: 0 0 15px;
	padding-top: 20px;
	font-size: 32px;
	font-weight: 700;
}
.product .available dl {
	display: inline-block;
	width: 270px;
	vertical-align: top;
	line-height: 20px;
}
.product .available dt {
	position: relative;
	float: left;
	margin-right: 5px;
	padding-left: 15px;
	font-weight: 700;
}
.product .available dt:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-radius: 50%;
	background: #FE252B;
}


/**/
/* about */
/**/
.about {
	padding: 30px 0 25px;
	background: #8f8f8f;
}
.about ul {
	margin: 0 auto;
}
.about ul li {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	margin: 0 10px;
}
.about ul li:first-child h4 {
	font-size: 20px;
	margin-bottom: 14px;
}
.about h4 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #fff;
}
.about img {
	display: block;
	border: 2px solid #fff;
	box-shadow: 0 0 0 3px #e6e6e6;
}
.about p {
	margin-top: 15px;
	padding-left: 5px;
	font-family: 'Trebuchet MS', sans-serif;
	line-height: 20px;
	color: #fff;
}


/**/
/* order */
/**/
.order {
	padding: 40px 0;
	background: #FE252B;
}
.order form {
	margin: 0 auto;
	padding: 20px 0;
	border: 5px solid #8f8f8f;
	background: #fff;
	text-align: center;
}
.order h3 {
	margin-bottom: 15px;
	font-size: 21px;
}
.order h3 span {
	font-weight: 700;
}
.order .input {
	margin: 17px 10px 0px 10px;
}
.order .button {
	display: block;
	width: 86%;
	margin: 20px auto;
}

@media (min-width: 768px) {
	.order form .input {
		width: 280px;
	}
	.order .button {
		width: 280px;
	}
}

/**/
/* manufacture */
/**/
.manufacture {
	background: url(/bitrix/templates/anselmo/css/../img/manufacture/bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.manufacture .information {
	padding: 25px 30px 0;
	background: #fff;
}
.manufacture h2 {
	margin-bottom: 20px;
	text-align: left;
}
.manufacture p {
	font-family: 'Trebuchet MS', sans-serif;
	line-height: 20px;
}
.manufacture ul {
	padding-left: 0px;
}
.manufacture li {
	display: inline-block;
	width: 140px;
	margin: 0 5px;
}
.manufacture li a {
	position: relative;
	display: block;
	padding: 2px;
	border: 3px solid #e6e6e6;
}
.manufacture li a:after {
	content: '';
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background: url(/bitrix/templates/anselmo/css/../img/colors-hover.png) 50% 50%;
	opacity: 0;
}
.manufacture li a:hover {
	border-color: #999;
}
.manufacture li a:hover:after {
	opacity: 1;
}
.manufacture li img {
	display: block;
}
.manufacture h3 {
	margin-top: 35px;
	padding-left: 155px;
	background: url(/bitrix/templates/anselmo/css/../img/manufacture/icon.jpg) no-repeat;
	font-size: 30px;
	line-height: 152px;
	text-transform: uppercase;
}
.manufacture h3 span {
	font-weight: 700;
}

@media (min-width: 768px) {
	.manufacture .information {
		width: 520px;
		margin-left: auto;
		margin-top: 10px;
	}
}


/**/
/* goods */
/**/
.goods {
	min-height: 300px;
	margin: 55px auto 30px;
	border: 5px solid #ccc;
}
.goods h2 {
	display: block;
	margin: -24px auto 0;
	padding: 0 5px;
	background: #fff;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.goods h2 {
		font-size: 48px;
		font-weight: 700;
	}
}

.goods p {
	margin-top: 5px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	color: #808080;
}
.goods ul {
	margin-bottom: 27px;
	text-align: center;
}
.goods li {
	display: inline-block;
	width: 130px;
	margin: 23px 10px 0;
}
.goods li h3 {
	margin: 6px 0 3px;
	font-size: 20px;
	font-weight: 700;
}
.goods li h4 {
	color: #808080;
}
.goods span {
	position: relative;
	display: block;
	width: 184px;
	height: 134px;
	border: 3px solid #e6e6e6;
}
.goods span img {
	margin: auto;
}
.goods .list img {
	display: block;
	border: 2px solid #fff;
	box-shadow: 0 0 0 3px #e6e6e6;
}
.goods .list p {
	margin-top: 15px;
	padding-left: 5px;
	font-family: 'Trebuchet MS', sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: bolder;
	line-height: 1.4;
}
.goods .list a {
    color: #000;
}
.goods ul {
	padding: 0px;
}
.goods .list a:hover img {
	display: block;
	border: 2px solid #fff;
	box-shadow: 0 0 0 3px #f00;
}
.goods .list a:hover p{
    color: #f00;
}
/**/
/* benefits */
/**/
.benefits {
	padding: 40px 0 25px;
	/*background: url(/bitrix/templates/anselmo/css/../img/benefits/bg.jpg) 50% 50% no-repeat;
	background-size: cover;*/
}
.benefits > div {
	background: #fff;
}
.benefits h2 {
	margin-bottom: 30px;
}
.benefits p {
	margin-top: 15px;
	font-family: 'Trebuchet MS', sans-serif;
	line-height: 20px;
}
.benefits ul {
	padding-left: 0px;
}
.benefits li {
	display: inline-block;
	width: 230px;
	margin: 25px 20px 0;
	vertical-align: top;
}
.benefits li span {
	position: relative;
	display: block;
	width: 200px;
	height: 92px;
	margin-bottom: 5px;
}
.benefits li span img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.benefits li h3 {
	white-space: nowrap;
	font-size: 24px;
	font-weight: 700;
}
.benefits li p {
	margin-top: 5px;
}


/**/
/* slider */
/**/
.projects {
	padding: 40px 0 60px;
}
.projects div.slider {
	position: relative;
	margin: 0 auto;
}
.projects h2 {
	margin: 20px 0px 20px 0px;
}
.projects img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.projects .slider-prev,
.projects .slider-next {
	position: absolute;
	z-index: 1000;
	top: 50%;
	width: 41px;
	height: 64px;
	margin-top: -32px;
}
.projects .slider-prev:hover,
.projects .slider-next:hover {
	background-position: 0 -64px;
}
.projects .slider-prev {
	left: 0;
	background-image: url(/bitrix/templates/anselmo/css/../img/carousel-prev.png);
}
.projects .slider-next {
	right: 0;
	background-image: url(/bitrix/templates/anselmo/css/../img/carousel-next.png);
}
.roundabout-holder {
	height: 360px;
	margin: 0 230px;
}
.roundabout-in-focus {
  cursor: auto;
}
.roundabout-moveable-item {
  width: 480px;
  height: 354px;
  cursor: pointer;
  border: 6px solid #fff;
  box-shadow: 0 0 7px rgba(0,0,0,0.25);
  list-style: none;
}


/**/
/* clients */
/**/
.clients {
	padding: 30px 0 50px;
}
.clients h2 {
	margin-bottom: 10px;
}
.clients ul {
	margin: 0 auto;
	text-align: center;
}
.clients  li {
	display: inline-block;
	margin: 30px 12px 0;
	vertical-align: middle;
}


/**/
/* certs */
/**/
.certs {
	/*display: none;*/
	padding: 35px 0 30px;
	background: #969696;
}
.certs h2 {
	color: #fff;
}
.certs ul {
	margin: 0 auto;
}
.certs li {
	position: relative;
	display: inline-block;
	width: 120px;
	margin: 30px 22px 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.75);
}
.certs li a {
	position: relative;
	display: block;
}
.certs a:before {
	content: '';
	position: absolute;
	right: 6px;
	bottom: 6px;
	width: 20px;
	height: 20px;
	background: url(/bitrix/templates/anselmo/css/../img/certs-icon.png) no-repeat;
}
.certs li img {
	display: block;
}


/**/
/* contacts */
/**/
.contacts {
	position: relative;
}
.contacts .information {
	background: #fff;
	padding: 30px 35px 98px 35px;
}
.contacts .information h2 {
	margin-bottom: 60px;
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
}
.contacts .phone {
	padding-left: 28px;
	background: url(/bitrix/templates/anselmo/css/../img/phone-icon.png) no-repeat;
}
.contacts .phone span {
	display: block;
	font-size: 35px;
	font-weight: 700;
	color: #666;
}
.contacts .adress {
	margin-top: 13px;
	padding: 7px 0 3px 28px;
	background: url(/bitrix/templates/anselmo/css/../img/adress-icon.png) no-repeat;
	font-size: 18px;
	color: #666;
}
.contacts .email {
	margin-top: 16px;
	padding-left: 28px;
	background: url(/bitrix/templates/anselmo/css/../img/email-icon.png) 0 2px no-repeat;
	font-size: 18px;
}

@media (min-width: 768px) {
	.contacts {
		height: 440px;
		overflow: hidden;
	}
	.contacts .information {
		position: absolute;
		z-index: 1;
		top: 40px;
		right: 50%;
		margin-right: -470px;
		width: 454px;
		
	}
}


/**/
/* order alt */
/**/
.order-alt {
	background: #fff;
}
.order-alt form {
	border-color: #FE252B;
}
.order-alt textarea {
	margin: 0 auto;
	width: 90%;
}
.order-alt label {
	text-align: left;
	margin: 22px 0 3px 36px;
	font-size: 16px;
	font-weight: 700;
}



/*----------------------------------------------*/
/*                    POPUPS                    */
/*----------------------------------------------*/

/**/
/* overlay */
/**/
.overlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
}


/**/
/* popups */
/**/
.popup {
	position: fixed;
	z-index: 9999;
	top: 10%;
    left: 0;
	display: none;
	width: 100%;
	padding: 18px 0 20px;
	border: 5px solid #FE252B;
	background: #fff;
	text-align: center;
	box-shadow: 0 5px 15px rgba(0,0,0,0.35);
}
.popup h3 {
	margin-bottom: 20px;
	font-size: 30px;
}
.popup p {
	font-size: 24px;
	line-height: 28px;
}
.popup .input {
	width: 270px;
	margin: 0 10px 20px;
}
.popup-closer {
	position: absolute;
	top: 13px;
	right: 11px;
	width: 11px;
	height: 11px;
	background: url(/bitrix/templates/anselmo/css/../img/popup-closer.png) no-repeat;
	opacity: 0.6;
}
.popup-closer:hover {
	opacity: 10;
}


/**/
/* popup success */
/**/
.popup-success {
	padding: 41px 0 42px;
	text-align: center;
}
.popup-success h2 {
	margin-bottom: 8px;
}

p.price {
    color: #F00;
    font-size: 14px;
    font-weight: bolder;
    line-height: 1.4;
}
/* End */



/* Start:/bitrix/templates/anselmo/styles.css?1471527413221*/
/**/
.product .colors .hidden-elements{
	margin-top: 0px;
}
.product .colors .element-block {
display:table-cell!important;
}
.product .colors .element {
min-height:160px
}

.input-post-mail{
	display:none;
}
/* End */



/* Start:/bitrix/templates/anselmo/template_styles.css?14447416274*/
/**/
/* End */
/* /bitrix/templates/anselmo/css/jquery.fancybox.css?14445421684937 */
/* /bitrix/templates/anselmo/css/jquery.owl.carousel.css?14445421681453 */
/* /bitrix/templates/anselmo/css/main-adaptive.css?158642468020067 */
/* /bitrix/templates/anselmo/styles.css?1471527413221 */
/* /bitrix/templates/anselmo/template_styles.css?14447416274 */
