

/* Start:/local/templates/models/styles.css?16500361771190*/
#index{
	background-position: center center;
	background-size: cover;
	width:100%;
	height:100vh;
	display:flex;
	flex-wrap:wrap
}
@media(min-width:100px) and (max-width:360px){
	#index{
		background-image: url(/images/bg-index-360.jpg);
		max-height:450px
	}
}
@media(min-width:361px) and (max-width:414px){
	#index{
		background-image: url(/images/bg-index-414.jpg);
		max-height:431px
	}
}
@media(min-width:415px) and (max-width:576px){
	#index{
		background-image: url(/images/bg-index-576.jpg);
		max-height:570px
	}
}
@media(min-width:577px) and (max-width:768px){
	#index{
		background-image: url(/images/bg-index-768.jpg);
		max-height:750px
	}
}
@media(min-width:769px) and (max-width:992px){
	#index{
		background-image: url(/images/bg-index-992.jpg);
		max-height:660px
	}
}
@media(min-width:993px) and (max-width:1200px){
	#index{
		background-image: url(/images/bg-index-1200.jpg);
		max-height:760px
	}
}
@media(min-width:1201px) and (max-width:1400px){
	#index{
		background-image: url(/images/bg-index-1400.jpg);
		max-height:900px
	}
}
@media(min-width:1401px){
	#index{
		background-image: url(/images/bg-index-1920.jpg)
	}
}
*{
	box-sizing: border-box;
}
a{
	color:#222
}
/* End */


/* Start:/css/style.css?165003628510574*/
@font-face {
font-family:'Open Sans';
font-style:normal;
font-weight:300;
font-display:swap;
src:local(''),
url('/fonts/open-sans-v18-latin_cyrillic-300.woff2') format('woff2'),
url('/fonts/open-sans-v18-latin_cyrillic-300.woff') format('woff');
}
@font-face {
font-family:'Open Sans';
font-style:normal;
font-weight:400;
font-display:swap;
src:local(''),
url('/fonts/open-sans-v18-latin_cyrillic-regular.woff2') format('woff2'),
url('/fonts/open-sans-v18-latin_cyrillic-regular.woff') format('woff');
}
@font-face {
font-family:'Open Sans';
font-style:normal;
font-weight:600;
font-display:swap;
src:local(''),
url('/fonts/open-sans-v18-latin_cyrillic-600.woff2') format('woff2'),
url('/fonts/open-sans-v18-latin_cyrillic-600.woff') format('woff');
}
@font-face {
font-family:'Open Sans';
font-style:normal;
font-weight:700;
font-display:swap;
src:local(''),
url('/fonts/open-sans-v18-latin_cyrillic-700.woff2') format('woff2'),
url('/fonts/open-sans-v18-latin_cyrillic-700.woff') format('woff');
}
@font-face {
font-family:'Open Sans';
font-style:normal;
font-weight:800;
font-display:swap;
src:local(''),
url('/fonts/open-sans-v18-latin_cyrillic-800.woff2') format('woff2'),
url('/fonts/open-sans-v18-latin_cyrillic-800.woff') format('woff');
}
@font-face {
font-family:'Open Sans';
font-style:normal;
font-weight:300;
font-display:swap;
src:local(''),
url('/fonts/open-sans-v18-latin_cyrillic-300.woff2') format('woff2'),
url('/fonts/open-sans-v18-latin_cyrillic-300.woff') format('woff');
}
@font-face {
font-family:'Open Sans';
font-style:normal;
font-weight:400;
font-display:swap;
src:local(''),
url('/fonts/open-sans-v18-latin_cyrillic-regular.woff2') format('woff2'),
url('/fonts/open-sans-v18-latin_cyrillic-regular.woff') format('woff');
}
@font-face {
font-family:'Open Sans';
font-style:normal;
font-weight:600;
font-display:swap;
src:local(''),
url('/fonts/open-sans-v18-latin_cyrillic-600.woff2') format('woff2'),
url('/fonts/open-sans-v18-latin_cyrillic-600.woff') format('woff');
}
@font-face {
font-family:'Open Sans';
font-style:normal;
font-weight:700;
font-display:swap;
src:local(''),
url('/fonts/open-sans-v18-latin_cyrillic-700.woff2') format('woff2'),
url('/fonts/open-sans-v18-latin_cyrillic-700.woff') format('woff');
}
@font-face {
font-family:'Open Sans';
font-style:normal;
font-weight:800;
font-display:swap;
src:local(''),
url('/fonts/open-sans-v18-latin_cyrillic-800.woff2') format('woff2'),
url('/fonts/open-sans-v18-latin_cyrillic-800.woff') format('woff');
}



*{
	box-sizing: border-box;
}
:root{
	--maincolor:#E31E36;
	--maincolor-contrast:#ff374f;
	--header-height:6rem;
	--header-height-neg:-6rem;
}
strong{
	font-weight:inherit
}
body{
	margin:0;
	padding:0;
	font-size:16px;
	border:0;
	outline:0 none;
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	background:#fff;
	color:#111
}

iframe{
	max-width:100%;
	border:0
}
h1,
h3:not(.show){
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
	z-index: -1000;
	-webkit-user-select: none;
	user-select: none;	
}

h2,
h3,
h4{
	color:#111;
	font-weight:500;
	text-align:center
}

#header{
	display:flex;
	justify-content:space-between;
	align-items:center;
	position:fixed;
	top:0;
	left:0;
	right:0;
	background:rgb(0,0,0,.5);
	padding:0 3rem;
	height:var(--header-height);
	width:100%;
	z-index:1
}

#header .logo,
#header nav,
#header .phone,
#header .offer{
	width:100%;
	text-align:center
}
#header .logo{
	max-width:25rem
}
#header .phone{
	max-width:15rem;
	margin:0 2rem 0 auto
}
#header .offer{
	max-width:20rem
}
#header .phone-mobile,
#header .menu-mobile{
	display:none
}
#header .logo{
	text-align:left
}
#header .phone{
	text-align:right
}

#header .menu{
	display:flex;
	justify-content:space-evenly;
	align-items:center;
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none
}
#specs nav ul li{
	width:33%
}
#header .menu{
	margin:.5rem 0 auto;
	justify-content:flex-start
}
#header .menu li{
	margin-right:2rem
}
#header .menu a,
#specs nav ul a{
	color:#fff;
	font-weight:500;
	text-decoration:none;
	letter-spacing: 0.1rem;
	transition:color .4s
}
#header .phone a{
	color:#fff;
	font-weight:500;
	text-decoration:none;
	font-size:1.2rem;
	letter-spacing: 0.15rem;
}

.logo{
	font-size: 1.7rem;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.07rem;
	margin: 0;
	text-decoration: none;
	color:#fff
}
.logo span{
	color:var(--maincolor-contrast)
}
.button-main{
	background: var(--maincolor);
	color: #fff;
	margin: 0;
	padding: .7rem 1.5rem .8rem;
	font-size: 1rem;
	font-weight:600;
	text-decoration: none;
	border-radius: 20px;
	width: 100%;
	max-width: 20rem;
	text-align: center;
	display: block;
	transition: box-shadow .4s ease-in-out;
}

#index .about{
	align-self:flex-end;
	width:100%;
	color:#fff;
	text-align:center;
	letter-spacing: 0.15rem;
	line-height:2.5;
	font-size:1rem;
	text-transform:uppercase;
	margin-bottom:2rem
}





#specs{
	margin:2rem auto;
	width:100%;
	max-width:70rem
}
h2{
	font-size:3.5rem;
	font-weight:600;
	margin:5rem auto 3.5rem
}
#specs nav ul{
	display:flex;
	justify-content:space-between;
	text-align:center;
	align-items:center;
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:2rem;
	text-transform:uppercase
}
#specs nav ul a.active{
	font-weight:700;
	color:var(--maincolor-contrast)
}
#specs article{
	display:none;
	margin-top:3rem
}
#specs article.active{
	display:block
}
#specs article .base{
	display:flex;
	justify-content:space-between;
	text-align:center
}
#specs article .base .item{
	margin:0 1rem;
	width:11rem;
	height:11rem;
	border-radius:100%;
	border:2px solid var(--maincolor);
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap
}
#specs article .base .item .title{
	margin-top:auto
}
#specs article .base .item .value{
	font-size:2rem;
	margin-bottom:auto
}


#specs article table{
	display:flex;
	flex-wrap:wrap;
	max-width:50rem;
	margin:0 auto
}
#specs article table .title{
	margin-right:2rem
}
#specs article table .value{
	font-weight:700;
	min-width:10rem;
	text-align:right
}
#specs article table tr{
	display:flex;
	width:100%;
	justify-content:space-between;
	padding:.6rem 3rem;
	border-radius:5px;
	align-items:center
}
#specs article table th{
	width:100%;
	display:flex;
	justify-content:space-between
}
#specs article table th:after{
	content:"";
	width:.7rem;
	height:.7rem;
	border-bottom:3px solid #fff;
	border-right:3px solid #fff;
	transform:rotate(45deg);
	transition:transform .4s
}
#specs article table th.active:after{
	transform:rotate(-135deg);
}
#specs article table{
	border-radius:0;
	border-bottom:1px solid rgb(255,255,255,.2);
}
#specs article table tbody tr:nth-child(odd){
	background:#212121
}
#specs article tbody{
	display:none;
	width:100%
}
#specs article thead{
	padding:1rem 0 .4rem;
	cursor:pointer;
	font-size:1.5rem;
	text-align:left;
	width:100%
}

#photos{
	max-width:70rem;
	margin:0 auto
}

#videos{
	max-width:70rem;
	margin:0 auto
}
#videos a{
	color:#fff;
	display:block;
	height:3rem
}

#description{
	max-width:70rem;
	margin:0 auto;
	color:#111;
	line-height:1.8;
	padding:0 3rem
}
#description h3{
	font-size:1.5rem;
	font-weight:700;
	text-align:left
}
#contacts .content{
	display:flex;
	width:100%
}
#contacts .content .address,
#contacts .content .map{
	width:100%;
	max-width:50%;
	font-size:1.2rem
}
#contacts .content .address{
	padding-left:3rem
}
#contacts .content .address table,
#contacts .content .address tbody,
#contacts .content .address tr{
	display:flex;
	width:100%;
	flex-wrap:wrap
}
#contacts .content .address tr{
	padding:0 0 2rem;
	align-items:center
}
#contacts .content .address .title{
	width:10rem
}
#contacts .content .address a{
	color:var(--maincolor);
	text-decoration:none
}


#order{
	width:100%;
	margin:0 auto;
	padding:.1rem 0 2rem;
	background:#eee
}
#order .description{
	font-size:2rem;
	letter-spacing:1rem;
	margin:1rem auto 2rem;
	text-align:center
}
#order .description span{
	font-weight:800
}
#order input[type='email'],
#order input[type='text']{
	border:none;
	border-bottom:2px solid var(--maincolor);
	color:#fff;
	padding:1rem 2rem .4rem;
	font-size:1.5rem;
	width:100%;
	max-width:30rem;
	margin:1rem auto;
	background:transparent;
	display:block
}
#order button{
	border:none;
	margin:2rem auto;
	font-size:2rem;
	cursor:pointer;
	max-width:30rem
}
#order .disclaimer{
	text-align:center;
	margin-top:1rem;
	font-size:.9rem;
	opacity:.6
}


footer{
	background:#212121;
	text-align:center;
	padding:2rem 3rem;
	color:#fff
}

.fotorama__wrap{
	margin:0 auto
}
@media(max-width:1720px){
	#header{
		flex-wrap:wrap
	}
	#header nav{
		max-width:100%;
		order:4
	}
	#header .menu{
		justify-content:space-around
	}
}

@media(max-width:1200px){
	.button-main{
		max-width:220px
	}
}
@media(max-width:992px){
	:root{
		--header-height:5.5rem;
		--header-height-neg:-5.5rem
	}
	#header .offer{
		display:none
	}
	#specs article .base{
		flex-wrap:wrap;
		justify-content: space-around
	}
	#specs article .base .item{
		margin-bottom:1rem
	}
	#contacts .content{
		flex-wrap:wrap
	}
	#contacts .content .address,
	#contacts .content .map{
		max-width:100%
	}
}
@media(max-width:768px){
	h2{
		margin:3rem auto 1.5rem;
		font-size:3rem
	}
	#header,
	#contacts .content .address{
		padding:0 2rem
	}
	#header .logo{
		max-width:80%
	}
	#specs article table tr{
		padding:.6rem 2rem
	}
	#header .phone{
		display:none
	}
	#header .phone-mobile{
		display:block
	}
	#header .menu,
	#specs nav ul{
		justify-content:space-between
	}
	#specs nav ul{
		font-size:1.3rem;
		padding:0 2rem
	}
	#order .description{
		font-size:1.8rem;
		letter-spacing:.5rem
	}
	#specs article .base .item{
		width:9.5rem;
		height:9.5rem
	}
}
@media(max-width:576px){
	h2{
		font-size:2.5rem
	}
	#header,
	#contacts .content .address{
		padding:0 1rem
	}
	#specs article table tr{
		padding:.6rem 1rem
	}
	#index .about{
		letter-spacing:unset;
		line-height:2
	}
	#specs nav ul{
		font-size:1rem;
		padding:0 1rem
	}
	#order .description{
		font-size:1.3rem;
		letter-spacing:.4rem
	}
	#specs article{
		margin-top:1.5rem
	}
	#header .menu{
		display:none
	}
	#header .menu-mobile{
		display:block
	}
	#header{
		height:auto;
		padding:1rem
	}
	#description{
		padding:0 1.5rem
	}
}
@media(max-width:414px){
	.logo{
		font-size:1.2rem
	}
	#index .about{
		font-size:.88rem
	}
	#specs nav ul{
		font-size:.8rem
	}
	#specs article .base .item{
		width:8.5rem;
		height:8.5rem;
		font-size:.8rem
	}
	#specs article .base .item .value{
		font-size:1.6rem
	}
}
/* End */


/* Start:/css/fotorama.css?163663843615085*/
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/css/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/css/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
/* End */
/* /local/templates/models/styles.css?16500361771190 */
/* /css/style.css?165003628510574 */
/* /css/fotorama.css?163663843615085 */
